Changeset 19396
- Timestamp:
- Sep 5, 2008, 12:39:05 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
diff_skycell.pl (modified) (2 diffs)
-
stack_skycell.pl (modified) (2 diffs)
-
warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r19303 r19396 176 176 my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot); 177 177 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $outroot); 178 my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot); 178 179 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); 179 180 #my $bin1Name = $ipprc->filename("PPSUB.BIN1", $outroot); … … 196 197 $command .= " -photometry"; 197 198 $command .= " -tracedest $traceDest -log $logDest"; 199 $command .= " -dumpconfig $configuration"; 198 200 $command .= " -dbname $dbname" if defined $dbname; 199 201 -
trunk/ippScripts/scripts/stack_skycell.pl
r19352 r19396 167 167 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot); 168 168 my $logDest = $ipprc->filename("LOG.EXP", $outroot); 169 my $configuration = $ipprc->filename("PPSTACK.CONFIG", $outroot); 169 170 170 171 # Perform stacking … … 181 182 $command .= " -debug-stack" if defined $debug; 182 183 $command .= " -tracedest $traceDest -log $logDest"; 184 $command .= " -dumpconfig $configuration"; 183 185 $command .= " -dbname $dbname" if defined $dbname; 184 186 -
trunk/ippScripts/scripts/warp_skycell.pl
r19326 r19396 125 125 my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot, $skycell_id ); 126 126 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id); 127 my $configuration = $ipprc->filename("PSWARP.CONFIG", $outroot, $skycell_id); 127 128 128 129 my $skyFile = $ipprc->filename("SKYCELL.TEMPLATE", $outroot, $skycell_id ); … … 184 185 $command .= " -tracedest $traceDest -log $logDest"; 185 186 $command .= " -threads $threads" if defined $threads; 187 $command .= " -dumpconfig $configuration"; 186 188 $command .= " -dbname $dbname" if defined $dbname; 187 189
Note:
See TracChangeset
for help on using the changeset viewer.
