Changeset 4434


Ignore:
Timestamp:
07/30/04 13:10:35 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4433 r4434  
    2626       of type MStarLocalPos for all stars found from the catalog
    2727       matching specified criteria (FOV, magnitude limit, position)
     28     - Lines involving MStarLocalPos have been commented out for
     29       the time being since MStarLocalPos is not part of standard
     30       MARS yet!
    2831
    2932   * mtemp/MStarLocalPos.[h,cc]
  • 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.