Changeset 4871 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 09/06/04 11:32:38 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.