PRO HELP_HESSI_NRH

message = [$
'       The HESSI-NRH software give functions to analyse sun images from ',$
'various instruments: HESSI, NRH, SOHO, YOHKOH, ...others eventually',$
'       It accepts files on FITS or PNG when it is possible to define',$
'the solar radius. This information can be found on the header FITS',$
'(CRPIX1, CRPIX2, SOLAR_R or RADIUS), if not the user is asked to define',$
'the solar radius by 3 points on the image',$
'	For HESSI transform HESSI image files in a file with a serie of',$
'images (name: hsi_image_hxx_yyyymmdd_hhmmss.cc.fts)using HSI_NRH_FITS' ,$
' ',$
'       The avialable functions are:',$
' ',$
' FILE FILTER   to fix the pathand the filter or to control the file',$
' IMAGES        to draw one image, and various operations on it',$
' COMPOUND VIEW to draw various images on the same window',$
' SUPERPOSE     to draw one image and superpose contours',$
' SOURCE TRACKING to analyse the temporal evolution of HESSI or NRH ',$
'                    active centers, on the same file',$
' ANIMATE       Animation on a serie of images on the same file',$
' 1D PROJECTION Integrate the flux on a desired direction', $
' HELP          This texte',$
' RETURN        Come back to IDL', $
' ',$
'        If you want to use procedures in interactive mode you can find',$
'the list of them in $SSW/radio/nrh/doc' $
]

r=WIDGET_MESSAGE(message,/INFORMATION, TITLE= 'RH_2D')

END
