Changeset 8720 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 08/30/07 21:32:53 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MPointing.cc
r8600 r8720 208 208 } 209 209 210 str = str.Strip(TString::kBoth); 211 210 212 if (str=="END") 211 213 break; 214 215 if (str[0]=='#') 216 continue; 212 217 213 218 if (str[0]=='&') -
trunk/MagicSoft/Mars/mpointing/MSrcPosCorrect.cc
r8719 r8720 47 47 // We discovered that the procedure we used yester day for Roque Lamp 48 48 // light source was producing a very non-uniform light 49 // We did some studies to produce an uniformly illuminated li 49 // We did some studies to produce an uniformly illuminated light from 50 50 // the Roque Lamp Then we moved the telescope to the Roque Lamp position 51 51 // and did a Laser adjust for the Roque position. We put the telescope to … … 56 56 // camer a, we saw a clear offset from the centre. Then we calculated this 57 57 // offset and put the correct numbers in the AMC code. Then we redid the 58 // laser adjustment and fou nd the spot to be nicely centred. Our58 // laser adjustment and found the spot to be nicely centered. Our 59 59 // calculations showed that the offset was 0.048 deg in X direction and 60 60 // 0.032 deg in Y direction.
Note:
See TracChangeset
for help on using the changeset viewer.