Changeset 13989 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Jun 27, 2007, 8:30:27 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r13748 r13989 170 170 171 171 # Add the processed file to the database 172 my $bg = ($stats->bg_mean() or 'NAN');173 my $bg_stdev = ($stats->bg_stdev() or 'NAN');172 my $bg = $stats->bg_mean(); 173 my $bg_stdev = $stats->bg_stdev(); 174 174 175 175 unless ($no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
