Changeset 4715 for trunk


Ignore:
Timestamp:
08/23/04 16:01:16 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstroCamera.cc

    r4713 r4715  
    467467      starpos->SetExpValues(mag,mean(0),mean(1));
    468468
     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
    469478      const TVector3 spot = fMirror0->GetReflection(star, fGeom->GetCameraDist())*1000;
    470479      starpos->SetIdealValues(mag,spot(0),spot(1));
Note: See TracChangeset for help on using the changeset viewer.