- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_norm_calc.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippScripts/scripts/detrend_norm_calc.pl
r24764 r27840 8 8 use Sys::Hostname; 9 9 my $host = hostname(); 10 my $date = `date`; 10 11 print "\n\n"; 11 print "Starting script $0 on $host \n\n";12 print "Starting script $0 on $host at $date\n\n"; 12 13 13 14 use vars qw( $VERSION ); … … 56 57 57 58 # force det_type to be upper-case in this script 58 my$det_type = uc($det_type);59 $det_type = uc($det_type); 59 60 60 61 my $ipprc = PS::IPP::Config->new() or my_die( "Unable to set up", $det_id, $iter, $PS_EXIT_CONFIG_ERROR ); # IPP configuration … … 77 78 'DOMEFLAT_RAW' => 1, 78 79 'SKYFLAT_RAW' => 1, 80 'SKYFLATTEST_RAW' => 1, 79 81 'FLAT' => 1, 80 82 'DOMEFLAT' => 1,
Note:
See TracChangeset
for help on using the changeset viewer.
