Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2021-11-29 15:16:47
Size: 569
Editor: JohnWeirich
Comment:
Revision 4 as of 2021-11-30 14:00:12
Size: 859
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

Can be used with any Q value.
Run from the SPC directory, reads SHAPE.TXT
Line 22: Line 25:


== Output ==

 * global-cov.ll - coverage values in txt format
 * global-res.ll - Max res values in txt format
 * global-cov.png - coverage values in png format; each image adds 1 to the DN (out of 256)

globalStat

Version 2.0 - 18/21 June 2021 - Eric Palmer

This program will take either PICTLIST.TXT or coverage_p.in (depending on user specification) and will use the list of images to generate a coverage and maximum resolution map.

Can be used with any Q value. Run from the SPC directory, reads SHAPE.TXT

Input Parameters

Example:

<rand> Tethys$ ~/bin/globalStat 
 Version:    2.00000000    
 Input RESLIM (km/px) Accept everything lower"
1
 Use all images? (y/n)
n
 Reading from SHAPE.TXT

If the question to "Use all images" is "y" then it will use PICTLIST.TXT, otherwise it uses coverage_p.in

Output

  • global-cov.ll - coverage values in txt format
  • global-res.ll - Max res values in txt format
  • global-cov.png - coverage values in png format; each image adds 1 to the DN (out of 256)

globalStat (last edited 2021-11-30 14:05:02 by JohnWeirich)