Changeset 27032 for trunk/tools/make_burntool_pcontrol.pl
- Timestamp:
- Feb 22, 2010, 3:23:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/make_burntool_pcontrol.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/make_burntool_pcontrol.pl
r26670 r27032 144 144 ($date,$time) = split / /, $dateobs; 145 145 ($year,$month,$day) = split /-/, $date; 146 ($hour,$minute,$second) = split /:/, $time; 146 ($hour,$minute,$second) = split /:/, $time; #/ I hope emacs fixes this bug soon. ; 147 147 148 148 $dt = DateTime->new( year => $year, month => $month, day => $day, … … 161 161 if ((($science{$obs_mode} == 1)&&($comment !~ /Daytime/))|| 162 162 (($science{$obs_mode} == 0)&&( 163 ($comment =~ /MD/)||($comment =~ /ThreePi/)|| 164 ($comment =~ /STS/)||($comment =~ /M31/)|| 165 ($comment =~ /CAL/i)||($comment =~ /SS/)||($comment =~ /SVS/)|| 166 ($comment =~ /Sweetspot/)||($comment =~ /virgo/i)||($comment =~ /kepler/)|| 167 ($comment =~ /sdss/)))) 163 ($comment =~ /MD/)||($comment =~ /ThreePi/)|| 164 ($comment =~ /STS/i)||($comment =~ /M31/)|| 165 ($comment =~ /CAL/i)||($comment =~ /SS/)||($comment =~ /SVS/)|| 166 ($comment =~ /Stellar Transit/)|| 167 ($comment =~ /Sweetspot/)||($comment =~ /virgo/i)||($comment =~ /kepler/)|| 168 ($comment =~ /sdss/)))) 168 169 { 169 170 if ($start_s[-1] == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
