next up previous contents
Next: UV data format usage Up: Changes for programmers Previous: Changes for programmers   Contents


Dealing with GDF files (any kind)

No access the Gildas derived type elements should be done before calling the subroutine GILDAS_NULL, as some elements are dangling pointers.

  call gildas_null(hx, type)
where hx is the Gildas header to be initialized, and type a character string indicating the desired type of Gildas data structure. type is an optional character string. Recognized values are 'IMAGE', 'TABLE', 'UVT', 'TUV' and 'VOTABLE', in link to the types described in Table 2. The default is set to 'IMAGE'.




Table 3: Renaming of section length variables between the GDFV1 and GDFV2. Absent name indicate a section that has appeared or disappeared.
Section GDFV1 GDFV2
General gene -
Dimension - dim_words
Blanking blan blan_words
Extrema extr extr_words
Coordinate - coor_words
Description desc desc_words
Position posi posi_words
Projection proj proj_words
Spectroscopy spec spec_words
Resolution reso reso_words
Noise sigm nois_words
Astrometry prop astr_words
UV Data - uvda_words


next up previous contents
Next: UV data format usage Up: Changes for programmers Previous: Changes for programmers   Contents
Gildas manager 2014-07-01