Ignore:
Timestamp:
03/22/04 09:25:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3567 r3568  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/03/22: Thomas Bretz
     22 
     23   * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
     24     - added
     25     
     26   * mastro/MAstro.[h,cc]:
     27     - added code to calculate rotationangle previously in MObservatory
     28     - changed definition of rotation angle such, that it is now
     29       180deg if Ra and Az grid is parallel
     30
     31   * mastro/MAstroCatalog.[h,cc]:
     32     - fixes and enhancements to the display (such as misscalculated
     33       number of grid lines, title display, etc)
     34     - enhancements to the output
     35     - generalized creation of grid - for further usage
     36
     37   * mastro/MAstroSky2Local.[h,cc]:
     38     - replaced calculation of rotation angle by the function in
     39       MAstro
     40
     41   * mastro/MObservatory.[h,cc]:
     42     - small changes to Print output
     43     - moved code for calculation of rotation angle to MAstro
     44
     45   * mbase/MEvtLoop.cc:
     46     - do not output number of events per second if no events processed
     47     
     48   * mbase/MParList.cc:
     49     - updated some comments
     50     
     51   * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
     52     mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
     53     mreport/MReportFileRead.cc:
     54     - output error string if file cannot be opened
     55     
     56   * mfileio/MReadTree.cc:
     57     - output name of chain which is scanned
     58
     59   * mimage/MConcentration.cc:
     60     - replaced loop by iterator
     61     - removed obsolete (unused) variables
     62     
     63   * mimage/MHNewImagePar.[h,cc]:
     64     - fixed display colors
     65
     66   * mpointing/MPointingPos.[h,cc]:
     67     - added member function to calculate rotation angle
     68     - added comments
     69
     70   * mpointing/Makefile:
     71     - added include MAstro
     72
     73
     74
    2075 2004/03/19: Markus Gaug
    2176
    2277   * mcalib/MHCalibrationChargePix.cc
    23      - added some style sto the default Draw in order to see the
     78     - added some style to the default Draw in order to see the
    2479       label and axis titles better
    2580
    2681   * mcalib/MHCalibrationChargeCam.[h,cc]
    27      - store and display more informaiton on the average pxiels
     82     - store and display more information on the average pxiels
    2883
    2984   * mcalib/MCalibrationCam.cc
     
    4297     - included MCalibrationQECam to be initialized
    4398
    44    * mcalib/MCalibrationChargePix.[h,cc]
    45    * mcalib/MCalibrationQEPix.[h,cc]
     99   * mcalib/MCalibrationChargePix.[h,cc],
     100     mcalib/MCalibrationQEPix.[h,cc]:
    46101     - replace DefinePixId by SetPixId
    47102   
     
    59114     - remove uncommented piece of code
    60115
    61    * msignal/MExtractSignal.cc
    62    * msignal/MExtractSignal2.cc
     116   * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
    63117     - remove warning about pixel with low gain saturation,
    64118       now in MBadPixelsPix
    65119
    66    * mbadpixels/MBadPixelsPix.[h,cc]
    67    * mcalib/MCalibrationChargeCam.cc
     120   * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
    68121     - added new flag: kDeviatingNumPhes
    69122
    70123   * mcalib/MCalibrationChargePix.cc
    71      - check for mean arr. time in last bin replaced by check in last two bins
    72 
    73    * mcalib/MCalibrationChargePix.[h,cc]
    74    * mcalib/MCalibrationChargeCam.cc
    75    * mcalib/MHCalibrationChargeCam.cc
    76      - removed flag kHiGainFitted, kLoGainFitted, since they are available
    77        from MBadPixelsPix
    78 
    79    * macros/calibration.C
    80    * macros/calibrate_data.C
     124     - check for mean arr. time in last bin replaced by check in last
     125       two bins
     126
     127   * mcalib/MCalibrationChargePix.[h,cc],
     128     mcalib/MCalibrationChargeCam.cc,
     129     mcalib/MHCalibrationChargeCam.cc:
     130     - removed flag kHiGainFitted, kLoGainFitted, since they are
     131       available from MBadPixelsPix
     132
     133   * macros/calibration.C, macros/calibrate_data.C
    81134     - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
    82135       corrected them
     136
    83137
    84138
Note: See TracChangeset for help on using the changeset viewer.