Changeset 13748 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Jun 10, 2007, 10:13:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r13711 r13748 118 118 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 119 119 unless ($no_op) { 120 my $command = "$pswarp -list $list1Name -masklist $list2Name -astromlist $list3Name $outputRoot $skyFile -stat $outputStats"; # Command to run pswarp 120 my $command = "$pswarp -list $list1Name"; 121 $command .= " -masklist $list2Name"; 122 $command .= " -astromlist $list3Name"; 123 $command .= " $outputRoot $skyFile"; 124 $command .= " -stats $outputStats"; 125 $command .= " -recipe PPSTATS CHIPSTATS"; 126 121 127 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 122 128 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
