Changeset 9464 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
06/20/09 10:32:26 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r9463 r9464  
    1414     to another bit in the trigger pattern. This has been fixed by an
    1515     update of the decoding. Both bits are now or'ed together.
     16
     17   * Added a new camera layout MGeomCamFact which is the "four rectangular
     18     pixels ordered in a hexagonal geometry" layout
    1619
    1720 ;showplot:
  • trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h

    r9385 r9464  
    1717
    1818#pragma link C++ class MGeomCamDwarf+;
     19#pragma link C++ class MGeomCamFact+;
    1920#pragma link C++ class MGeomCamMagic+;
    2021#pragma link C++ class MGeomCamMagicII+;
  • trunk/MagicSoft/Mars/mgeom/Makefile

    r9369 r9464  
    2727           MGeomCamCT1.cc \
    2828           MGeomCamDwarf.cc \
     29           MGeomCamFact.cc \
    2930           MGeomCamMagic.cc \
    3031           MGeomCamSquare.cc \
Note: See TracChangeset for help on using the changeset viewer.