Changeset 13989 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Jun 27, 2007, 8:30:27 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r13748 r13989 124 124 125 125 # Update the database 126 my $bg = ($stats->bg_mean() or 'NAN');127 my $bg_stdev = ($stats->bg_stdev() or 'NAN');128 my $bg_mean_stdev = ($stats->bg_mean_stdev() or 'NAN');126 my $bg = $stats->bg_mean(); 127 my $bg_stdev = $stats->bg_stdev(); 128 my $bg_mean_stdev = $stats->bg_mean_stdev(); 129 129 130 130 unless ($no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
