Changeset 19746 for trunk/Mars/hawc
- Timestamp:
- 10/08/19 17:04:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/callisto.C
r19727 r19746 62 62 MBadPixelsCam badpixels; 63 63 badpixels.InitSize(64); 64 badpixels[40].SetUnsuitable(MBadPixelsPix::kUnsuitable);64 //badpixels[40].SetUnsuitable(MBadPixelsPix::kUnsuitable); 65 65 66 66 // Range in which the pulse extraction searches for the 67 67 // pulse (in samples). 68 const int first_slice = 2 90;69 const int last_slice = 3 50;68 const int first_slice = 270; 69 const int last_slice = 330; 70 70 71 71 // Calibration constant (for the moment a single constant to … … 292 292 */ 293 293 294 const TString rule(Form("s/( ([0-9]+_)?[0-9.]+)_[PCD]_(.*)([.]fits([.]fz)?)$/%s\\/$1_Y_$3.root/",294 const TString rule(Form("s/([0-9]+)([._])([0-9]+)(_[DPC])?([_].*)?([.]fits([.]fz)?)$/%s\\/$1$2$3_Y$5.root/", 295 295 MJob:: Esc(outpath).Data())); 296 296
Note:
See TracChangeset
for help on using the changeset viewer.