pro norh_hdst_tcx,hdst ;+ ; NAME: ; NORH_HDST_TCX ; ; PURPOSE: ; defines the structures for NORH TCX FITS header ; ; CALLING SEQUENCE: ; norh_hdst_tcx,hdst ; ; OUTPUTS: ; hdst: structure for NORH FITS header ; ; HISTORY: ; Writtern 1998-05-29 JS and TY ; ;- hdst={ norh_hdst_tcx $ ,naxis1: 0L $ ,crval1: '' $ ,date_obs: '' $ ,obs_freq: '' $ ,cdelt1: 0. $ ,pversion: '' $ } return end