Changeset 18577 for trunk/Mars


Ignore:
Timestamp:
09/06/16 10:15:51 (8 years ago)
Author:
tbretz
Message:
Fixed a typo and write the corsika simulated source position and the position of the source in the camera into the output file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/callisto_data.C

    r18567 r18577  
    204204
    205205    gLog << endl;
    206     gLog.Separator("Calibration data");
     206    gLog.Separator("Calibrating data");
    207207
    208208    MTaskList tlist5;
     
    400400    write5.AddContainer("IncidentAngle",       "Events", kFALSE);
    401401    write5.AddContainer("MPointingPos",        "Events", kFALSE);
     402    write5.AddContainer("MSimSourcePos",       "Events", kFALSE);
    402403    write5.AddContainer("MTime",               "Events", kFALSE);
     404    write5.AddContainer("MSrcPosCam",          "Events", kFALSE);
    403405
    404406
Note: See TracChangeset for help on using the changeset viewer.