Ignore:
Timestamp:
07/30/04 13:10:35 (21 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4433 r4434  
    9292                      // HOW TO GET RID OF IT? Move MHCamera to mgeom?
    9393
    94 #include "MStarLocalPos.h"
     94// FIXME: remove comments as soon as MStarLocalPos official part of MARS
     95//#include "MStarLocalPos.h"
     96// FIXME: remove comments as soon as MStarLocalPos official part of MARS
    9597
    9698ClassImp(MAstroCamera);
     
    460462      }
    461463      mean *= 1./num;
    462       MStarLocalPos *starpos = new MStarLocalPos;
    463       starpos->SetExpValues(mag,mean(0),mean(1));
     464// FIXME: remove comments as soon as MStarLocalPos official part of MARS
     465//      MStarLocalPos *starpos = new MStarLocalPos;
     466//      starpos->SetExpValues(mag,mean(0),mean(1));
    464467     
    465       TString name = radec->GetName();
    466       if (name.Length()==0) {
    467         starpos->SetName("unknown");
    468       } else {
    469         starpos->SetName(radec->GetName());
    470       } 
    471       list->Add(starpos);   
     468//      TString name = radec->GetName();
     469//      if (name.Length()==0) {
     470//      starpos->SetName("unknown");
     471//      } else {
     472//      starpos->SetName(radec->GetName());
     473//      }       
     474//      list->Add(starpos);   
     475// FIXME: remove comments as soon as MStarLocalPos official part of MARS
    472476    }
    473477}
Note: See TracChangeset for help on using the changeset viewer.