Changeset 26670 for trunk/tools
- Timestamp:
- Jan 22, 2010, 11:38:51 AM (17 years ago)
- Location:
- trunk/tools
- Files:
-
- 4 edited
-
gpc1_find_images.pl (modified) (1 diff)
-
make_burntool_pcontrol.pl (modified) (2 diffs)
-
neb-ds9.pl (modified) (2 diffs)
-
wiki_nightly_stacks_table.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/gpc1_find_images.pl
r26563 r26670 208 208 push @{ $mapping{$class} }, $skycell; 209 209 push @{ $mapping{$raw_class} }, $skycell; 210 # print STDERR "$raw_class $class $skycell\n"; 210 211 } 211 212 } -
trunk/tools/make_burntool_pcontrol.pl
r26527 r26670 266 266 printf(" burntool %s %s\n",$date_min,$date_max); 267 267 } 268 print "\n"; 268 unless(exists($opt{d})) { 269 print "\n"; 270 } 269 271 $N_ranges += ($#start_s + 1); 270 272 } … … 311 313 } 312 314 sub print_short_epilogue { 315 if (exists($opt{b})) { 316 print STDERR "There were no science exposures to process. Sorry, try again tomorrow.\n"; 317 return(); 318 } 313 319 print << 'END_SHORT_EPILOGUE'; 314 320 -
trunk/tools/neb-ds9.pl
r26276 r26670 4 4 getopts('AM',\%opt); 5 5 6 $cmd = 'ds9 -scale mode zscale ';6 $cmd = 'ds9 -scale mode zscale '; 7 7 8 8 if (exists($opt{A})) { … … 21 21 } 22 22 } 23 #$cmd .= " -zoom to fit -regions format xy -regions system wcs -regions load targets.reg "; 23 24 system("$cmd"); -
trunk/tools/wiki_nightly_stacks_table.pl
r26620 r26670 133 133 134 134 #warps 135 $sth = "select rawExp.dateobs,warpRun.state,rawExp.filter,count(warpRun.state),warpRun.data_group,warpRun.dist_group from warpRun JOIN fakeRun using (fake_id) JOIN camRun using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id) where warpRun.label LIKE '%nightlystack' GROUP BY data_group,filter ORDER BY data_group,filter";135 $sth = "select rawExp.dateobs,warpRun.state,rawExp.filter,count(warpRun.state),warpRun.data_group,warpRun.dist_group from warpRun JOIN fakeRun using (fake_id) JOIN camRun using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id) where warpRun.label LIKE '%nightlystack' GROUP BY data_group,filter,state ORDER BY data_group,filter"; 136 136 $data_ref = $db->selectall_arrayref( $sth ); 137 137
Note:
See TracChangeset
for help on using the changeset viewer.
