Changeset 26568 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Jan 12, 2010, 2:40:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r26567 r26568 254 254 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF"; 255 255 $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF"; 256 $command .= " -photometry"; 256 if ($run_state eq "new") { 257 $command .= " -photometry"; 258 } 257 259 $command .= " -inverse" if $inverse; 258 260 $command .= " -tracedest $traceDest -log $logDest"; … … 322 324 unless ($success) { 323 325 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 324 my $err_message = $run_state eq "update" ? 326 my $err_message = $run_state eq "update" ? 325 327 "Unable to perform difftool -adddiffskyfile" : 326 328 "Unable to perform difftool -tofullskyfile";
Note:
See TracChangeset
for help on using the changeset viewer.
