- Timestamp:
- 08/23/04 16:01:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCamera.cc
r4713 r4715 467 467 starpos->SetExpValues(mag,mean(0),mean(1)); 468 468 469 // Do _not_ remove this, name needs to be 470 // transferred to the starpos. 471 TString name = radec->GetName(); 472 if (name.Length()==0) { 473 starpos->SetName("unknown"); 474 } else { 475 starpos->SetName(radec->GetName()); 476 } 477 469 478 const TVector3 spot = fMirror0->GetReflection(star, fGeom->GetCameraDist())*1000; 470 479 starpos->SetIdealValues(mag,spot(0),spot(1));
Note:
See TracChangeset
for help on using the changeset viewer.