Changeset 20971 for trunk/ippScripts/scripts/ipp_serial_inject_mosaic.pl
- Timestamp:
- Dec 12, 2008, 2:26:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_inject_mosaic.pl
r18158 r20971 40 40 41 41 pod2usage( 42 -msg => "Required options: --camera --telescope --workdir --path --dbname ",42 -msg => "Required options: --camera --telescope --workdir --path --dbname --tess_id", 43 43 -exitval => 3, 44 44 ) unless defined $camera … … 46 46 and defined $workdir 47 47 and defined $path 48 and defined $dbname; 48 and defined $dbname 49 and defined $tess_id; 49 50 50 51 my $ipprc = PS::IPP::Config->new(); # IPP configuration
Note:
See TracChangeset
for help on using the changeset viewer.
