IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26383


Ignore:
Timestamp:
Dec 11, 2009, 12:24:29 PM (16 years ago)
Author:
watersc1
Message:

-F option passed along for checking previous images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/gpc1_find_images.pl

    r26382 r26383  
    141141        if (exists($opt{B})) { $previous_cmd .= ' -B '; }
    142142        if (exists($opt{v})) { $previous_cmd .= ' -v '; }
     143        if (exists($opt{F})) { $previous_cmd .= ' -F '; }
    143144        if ($opt{A}) { $previous_cmd .= ' -A '; }
    144145        if ($opt{M}) { $previous_cmd .= ' -M '; }
Note: See TracChangeset for help on using the changeset viewer.