Changeset 28043 for trunk/ippScripts/scripts
- Timestamp:
- May 19, 2010, 5:13:52 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/camera_exp.pl (modified) (1 diff)
-
ippScripts/scripts/diff_skycell.pl (modified) (1 diff)
-
ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100427 (added) merged: 27784,28017-28018,28028-28033,28042
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/camera_exp.pl
r27718 r28043 280 280 unless ($success) { 281 281 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 282 print STDERR (join "\n", @$stderr_buf); 282 283 &my_die("Unable to perform psastro: $error_code", $cam_id, $error_code); 283 284 } -
trunk/ippScripts/scripts/diff_skycell.pl
r27918 r28043 292 292 $command .= " -recipe PPSUB $recipe_ppSub"; 293 293 $command .= " -recipe PSPHOT $recipe_psphot"; 294 $command .= " -recipe PPSTATS WARPSTATS";294 $command .= " -recipe PPSTATS DIFFSTATS"; 295 295 $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE"; 296 296 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF"; -
trunk/ippScripts/scripts/stack_skycell.pl
r27718 r28043 232 232 $command .= " -recipe PPSUB $recipe_ppSub"; 233 233 $command .= " -recipe PSPHOT $recipe_psphot"; 234 $command .= " -recipe PPSTATS WARPSTATS" if $do_stats;;234 $command .= " -recipe PPSTATS STACKSTATS" if $do_stats;; 235 235 $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE"; 236 236 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
Note:
See TracChangeset
for help on using the changeset viewer.
