pro norh_hdst_img,hdst ;+ ; NAME: ; NORH_HDST_IMG ; ; PURPOSE: ; This procedure defines the structures for NORH IFX/IPX FITS ; ; CALLING SEQUENCE: ; norh_hdst_img,hdst ; ; OUTPUTS: ; hdst: structure for NORH FITS header ; ; HISTORY: ; Writtern 1998-05-29 JS and TY ; T. Yokoyama, 1999-11-8 add 'cellsize' ; T. Yokoyama, 1999-11-23 add 'jst-strt' and 'jst-end' ; ;- hdst={ norh_hdst_img $ ,hdrident: 'unknown' $ ,jstdate: '' $ ,jsttime: '' $ ,jst_strt: '' $ ,jst_end: '' $ ,obs_freq: '' $ ,polariz: '' $ ,naxis1: 0 $ ,naxis2: 0 $ ,cdelt1: 0. $ ,cdelt2: 0. $ ,solp: 0. $ ,pmat1: 0. $ ,pmat2: 0. $ ,pmat3: 0. $ ,pmat4: 0. $ ,pficenx: -100000. $ ,pficeny: 0. $ ,crpix1: 0. $ ,crpix2: 0. $ ,crval1: 0. $ ,crval2: 0. $ ,solr_fac: -100000. $ ,cellsize: -1 $ ,progname: 'unknown' $ } return end