Changeset 13989 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Jun 27, 2007, 8:30:27 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
r13859 r13989 156 156 157 157 # Add the processed file to the database 158 my $bg = ($stats->bg_mean() or 'NAN'); 159 my $bg_stdev = ($stats->bg_stdev() or 'NAN'); 158 my $bg = $stats->bg_mean(); 159 my $bg_stdev = $stats->bg_stdev(); 160 160 161 unless ($no_update) { 161 162 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id" .
Note:
See TracChangeset
for help on using the changeset viewer.
