Changeset 18562 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Jul 15, 2008, 10:33:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r18056 r18562 25 25 my $ipprc = PS::IPP::Config->new(); # IPP configuration 26 26 27 my ($warp_id, $skycell_id, $tess_dir, $camera, $dbname, $outroot, $verbose, $no_update, $no_op, $ save_temps);27 my ($warp_id, $skycell_id, $tess_dir, $camera, $dbname, $outroot, $verbose, $no_update, $no_op, $redirect, $save_temps); 28 28 GetOptions( 29 29 'warp_id|i=s' => \$warp_id, # Warp identifier … … 36 36 'no-update' => \$no_update, # Don't update the database? 37 37 'no-op' => \$no_op, # Don't do any operations? 38 'redirect-output' => \$redirect, 38 39 'save-temps' => \$save_temps, # Save temporary files? 39 40 ) or pod2usage( 2 ); … … 50 51 51 52 $ipprc->define_camera($camera); 53 54 my $logDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id); 55 56 $ipprc->redirect_output($logDest) if $redirect; 52 57 53 58 my $STATS = … … 119 124 my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot, $skycell_id ); 120 125 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id); 121 my $logDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);122 126 123 127 my $skyFile = $ipprc->filename("SKYCELL.TEMPLATE", $outroot, $skycell_id );
Note:
See TracChangeset
for help on using the changeset viewer.
