Changeset 12079 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Feb 27, 2007, 10:13:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r12056 r12079 115 115 116 116 my $outputName = $outputRoot . ".fits"; 117 #my $bin1Name = $ipprc->filename("PP IMAGE.BIN1", $outputRoot);118 #my $bin2Name = $ipprc->filename("PP IMAGE.BIN2", $outputRoot);117 #my $bin1Name = $ipprc->filename("PPSTAC.BIN1", $outputRoot); 118 #my $bin2Name = $ipprc->filename("PPSTAC.BIN2", $outputRoot); 119 119 my $outputStats = $outputRoot . '.stats'; 120 120 … … 149 149 # Add the processed file to the database 150 150 $outputName = $ipprc->convert_filename_relative( $outputName ); 151 $outputRoot = $ipprc->convert_filename_relative( $outputRoot ); 151 152 152 153 my $bg = ($stats->bg_mean() or 'NAN'); … … 157 158 # Add the stack result 158 159 { 159 my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName "; # -b1_uri$outputRoot";160 my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName -path_base $outputRoot"; 160 161 $command .= " -bg $bg -bg_stdev $bg_stdev"; 161 162 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
