Differences between revisions 2 and 3
Revision 2 as of 2016-01-22 09:50:00
Size: 252
Editor: JohnWeirich
Comment:
Revision 3 as of 2019-03-20 07:52:52
Size: 928
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Makes a coverage plot of images with higher resolution than .03 km. It has bright spots where there existing landmarks, and vacant spots for places there are not.. ||Category N/A||Version 3.0||
Line 5: Line 5:
/usr/local/bin2/coverage_p < ../input/2.6/2.6-in | tee runLog.txt Generates global coverage of what images exist. You specify what the resolution limit for images to show [in km]. This will ignore tucked (!) or removed (#) images. It can use [[PICTLIST.TXT]] for all images or [[coverage_p.in]] for a subset of images.

=== Input - files ===
 * [[PICTLIST.TXT]] (default if you tell it to Use All Images)
 * [[coverage_p.in]] (if you tell it not to use all images, it will use this file)

=== Input - stdin ===

 * Resolution in km. What is the highest resolution image you want listed.
 * Do you want to use all images (y/n). If you type 'y' (case sensitive), then it will use [[PICTLIST.TXT]], otherwise [[coverage_p.in]]


Example
{{{
coverage_p
.0004
y
}}}


=== Output ===
 * coverage_p.pgm - a global map showing all of the image's footprints

{{attachment:coverage_p.jpg}}

----------
CategoryPrograms

coverage_p

Category N/A

Version 3.0

Generates global coverage of what images exist. You specify what the resolution limit for images to show [in km]. This will ignore tucked (!) or removed (#) images. It can use PICTLIST.TXT for all images or coverage_p.in for a subset of images.

Input - files

  • PICTLIST.TXT (default if you tell it to Use All Images)

  • coverage_p.in (if you tell it not to use all images, it will use this file)

Input - stdin

  • Resolution in km. What is the highest resolution image you want listed.
  • Do you want to use all images (y/n). If you type 'y' (case sensitive), then it will use PICTLIST.TXT, otherwise coverage_p.in

Example

coverage_p
.0004
y

Output

  • coverage_p.pgm - a global map showing all of the image's footprints


CategoryPrograms

coverage_p (last edited 2020-09-02 16:38:02 by JohnWeirich)