Changeset 4871
- Timestamp:
- 09/06/04 11:32:38 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4870 r4871 33 33 * macros/sql/filldot*.C 34 34 - fixed some comments 35 36 * mpointing/MPointingPosCalc.cc: 37 - removed some obsolete comments 35 38 36 39 -
trunk/MagicSoft/Mars/mpointing/MPointingPosCalc.cc
r4817 r4871 134 134 case MRawRunHeader::kRTData: 135 135 fPosition->SetLocalPosition(fReport->GetNominalZd(), fReport->GetNominalAz()); 136 fPosition->SetSkyPosition(fReport->GetRa() /**TMath::DegToRad()/15*/, fReport->GetDec()/**TMath::DegToRad()*/);136 fPosition->SetSkyPosition(fReport->GetRa(), fReport->GetDec()); 137 137 return kTRUE; 138 138
Note:
See TracChangeset
for help on using the changeset viewer.