Changeset 9464 for trunk/MagicSoft
- Timestamp:
- 06/20/09 10:32:26 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r9463 r9464 14 14 to another bit in the trigger pattern. This has been fixed by an 15 15 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 16 19 17 20 ;showplot: -
trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h
r9385 r9464 17 17 18 18 #pragma link C++ class MGeomCamDwarf+; 19 #pragma link C++ class MGeomCamFact+; 19 20 #pragma link C++ class MGeomCamMagic+; 20 21 #pragma link C++ class MGeomCamMagicII+; -
trunk/MagicSoft/Mars/mgeom/Makefile
r9369 r9464 27 27 MGeomCamCT1.cc \ 28 28 MGeomCamDwarf.cc \ 29 MGeomCamFact.cc \ 29 30 MGeomCamMagic.cc \ 30 31 MGeomCamSquare.cc \
Note:
See TracChangeset
for help on using the changeset viewer.