PRO HSI_NRH_FHELP

MESSAGE= [$
"                FILES DESCRIPTION",$
'             for HESSI FILES simulation',$
" ",$
"       Files names for HESSI_NRH are on the form:",$
"              hsi_image_cpn_yyyymmdd_hhmnsscms_.fts",$
"with:",$
'       c       content of file',$
'                       h images in heliographic coordonate',$
'                       f flux',$
'                       s actives centers',$
'       p       image sampling , number of pixels for axis is',$
'               egal to 2**p',$
'       n       indic, free for user, i may be fixed by user',$
'               interactively by the file indic case',$
'       yyyymmdd    date',$
'       hhmnsscms   begin time' $
]

r=WIDGET_MESSAGE(message,/INFORMATION, TITLE='NRH FILES')

END