Ignore:
Timestamp:
01/09/02 16:27:51 (23 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1132 r1154  
    11                                                                  -*-*- END -*-*-
     2 2002/01/09: Oscar Blanch Bigas
     3   
     4   * manalysis/MPedestalCam.[h,cc]:
     5     - added CheckBounds function to check that program does not try to
     6       access pedestal outside the camera size.
     7
     8   * manalysis/MCerPhotCalc.h:
     9     - Member data const MPedestalCam *fPedestals -> MPedestalCam
     10     *fPedestals.
     11
     12   * manalysis/MCerPhotCalc.cc:
     13     - Sanity check to avoid searching to pedestals outside the camera
     14       size has been added.
     15
     16   * mmc/MMcRunHeader.[h,cxx]:
     17     - added functions GetStarField[De,Ra].
     18
     19   * manalysis/MBlindPixels.[h,cc]:
     20     - new containet that has a list of pixels that should not be used
     21       in the analysis for any reason (corrupted, star in them, ...).
     22
     23   * manalysis/MBlindPixelCalc.[h,cc]:
     24     - It is a task used to set up the list of blind pixels. Currently
     25       it recognises the CrabNebula starfield and then switch off the
     26       Theta Taury pixels. Blind pixels can be also introduced through
     27       the macro or analysis program.
     28
     29   * manalysis/Makefile:
     30     - added MBlindPixels and MBlinPixelCalc.
     31
     32   * manalysis/AnalysisLinkDef.h:
     33     - added MBlindPixels and MBlinPixelCalc.
     34
     35   * macros/MagicHillas.C:
     36     - added MBlindPixelCalc to avoid bias results due to Star Field
     37       NSB.
     38
     39   * macros/readMagic.C:
     40     - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
     41       computing the Hillas parameters.
     42
    243 2001/12/19: Thomas Bretz
    344 
Note: See TracChangeset for help on using the changeset viewer.