Changeset 9530


Ignore:
Timestamp:
12/21/09 09:37:09 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9529 r9530  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2009/12/21 Thomas Bretz
     22
     23   * mjobs/MJCalibration.cc:
     24     - allow unprescaled Calibration instead of requiring it (needed
     25       for MCs)
     26
     27   * resources/calibration_spline.rc:
     28     - added dummy periods up to 89
     29
     30
     31
    2132 2009/12/16 Stefan Ruegamer
    22  
     33
    2334   * datacenter/scripts/read_lapalma-tapes
    2435     - important output is now also written to shell
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r9518 r9530  
    14101410    fcalib.AllowSumTrigger(MFTriggerPattern::kPrescaled);
    14111411    fcalib.RequireCalibration(MFTriggerPattern::kPrescaled);
    1412     fcalib.RequireCalibration(MFTriggerPattern::kUnPrescaled);
     1412    fcalib.AllowCalibration(MFTriggerPattern::kUnPrescaled);
    14131413
    14141414    MContinue                 ccalib(&fcalib, "ContTrigPattern");
  • trunk/MagicSoft/Mars/resources/calibration_spline.rc

    r9283 r9530  
    808078: 0.9403
    818179: 0.9403
     8280: 0.9403
     8381: 0.9403
     8482: 0.9403
     8583: 0.9403
     8684: 0.9403
     8785: 0.9403
     8886: 0.9403
     8987: 0.9403
     9088: 0.9403
     9189: 0.9403
Note: See TracChangeset for help on using the changeset viewer.