Changeset 20194
- Timestamp:
- Oct 16, 2008, 9:21:51 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/flatcorr_proc.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/flatcorr_proc.pl
r20100 r20194 80 80 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 81 81 82 my $outgrid = "$workdir/grid.$corr_id .fits";82 my $outgrid = "$workdir/grid.$corr_id"; 83 83 my $outcorr = "$workdir/corr.$corr_id"; 84 84 … … 106 106 { 107 107 my $command = "echo $relphot $filter"; 108 $command .= " -D CAMERA $camera"; 108 109 $command .= " -D CATDIR $dvodb"; 109 110 $command .= " -region $RAs $RAe $DECs $DECe"; 110 $command .= " -grid $outgrid"; 111 $command .= " -imfreeze"; 111 $command .= " -outroot $outgrid"; 112 $command .= " -imfreeze -reset -grid -mosaic"; 113 # XXX the -mosaic option should be recipe-selected (only valid for multichip cameras) 114 # XXX update the catdir after the analysis is done? 112 115 113 116 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 230 233 231 234 my $command = "echo $dvoMakeCorr $outcorr"; 232 $command .= " -file $outgrid ";235 $command .= " -file $outgrid.fits"; 233 236 $command .= " -ref $reffile"; 234 237
Note:
See TracChangeset
for help on using the changeset viewer.
