Size: 826
Comment:
|
Size: 884
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
(Compiled by DL) | |
Line 4: | Line 3: |
'''Purpose:''' List of flat maps - maps which do not have topography (no attached MAPFILE or images). | == Description == |
Line 6: | Line 5: |
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. |
This text file lists "flat maps", which are maps that do not have topography (have no attached MAPFILE or images). |
Line 10: | Line 7: |
[[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''' is output by [[residuals]] based on the following landmark HFLAG status: * '''HFLAG = T''' - The landmark has topography--it has an associated MAPFILE and images * '''HFLAG = F''' - The landmark is a flat map--it has neither an associated MAPFILE nor attached images |
Line 12: | Line 11: |
'''Example FLATLIST.TXT:''' | [[residuals]] inspects the .LMK files for each landmark stored in [[LMRKLIST.TXT]] and collects the landmark name and scale (km) for every landmark whose HFLAG is '''''NOT''''' set to 'T'. It stores these landmark details in '''FLATLIST.TXT'''. Here is a sample '''FLATLIST.TXT''' file: |
Line 18: | Line 19: |
END | END |
Line 20: | Line 21: |
---------- ''(Compiled by DL)'' CategoryFiles |
FLATLIST.TXT
Description
This text file lists "flat maps", which are maps that do not have topography (have no attached MAPFILE or images).
FLATLIST.TXT is output by residuals based on the following landmark HFLAG status:
HFLAG = T - The landmark has topography--it has an associated MAPFILE and images
HFLAG = F - 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 whose HFLAG is NOT set to 'T'. It stores these landmark details in FLATLIST.TXT.
Here is a sample FLATLIST.TXT file:
EE0001 0.00010 EE0002 0.00010 EE0003 0.00010 END
(Compiled by DL)