Differences between revisions 2 and 3
Revision 2 as of 2016-01-22 16:04:05
Size: 821
Editor: DianeLambert
Comment:
Revision 3 as of 2016-01-22 16:04:27
Size: 826
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
[[residuals]] inspects the .LMK files for each landmark stored in LMRKLIST.TXT and collects the landmark name and scale for every landmark who's HFLAG is '''NOT''' set to T. The landmark details are stored in FLATLIST.TXT as per the following example. [[residuals]] inspects the .LMK files for each landmark stored in LMRKLIST.TXT and collects the landmark name and scale (km) for every landmark who's HFLAG is '''NOT''' set to T. The landmark details are stored in FLATLIST.TXT as per the following example.

FLATLIST.TXT

(Compiled by DL)

Purpose: List of flat maps - maps which do not have topography (no attached MAPFILE or images).

FLATLIST.TXT is output by the program residuals based on landmark HFLAG status:

  • HFLAG = T: Indicates that the landmark has topography, it has an associated MAPFILE and images;
  • HFLAG = F: Indicates that the landmark is a 'flat map', it has neither an associated MAPFILE nor attached images.

residuals inspects the .LMK files for each landmark stored in LMRKLIST.TXT and collects the landmark name and scale (km) for every landmark who's HFLAG is NOT set to T. The landmark details are stored in FLATLIST.TXT as per the following example.

Example FLATLIST.TXT:

EE0001        0.00010
EE0002        0.00010
EE0003        0.00010
END   

FLATLIST.TXT (last edited 2016-07-23 08:24:38 by BMittan)