Changeset 4434
- Timestamp:
- 07/30/04 13:10:35 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4433 r4434 26 26 of type MStarLocalPos for all stars found from the catalog 27 27 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! 28 31 29 32 * mtemp/MStarLocalPos.[h,cc] -
trunk/MagicSoft/Mars/mastro/MAstroCamera.cc
r4433 r4434 92 92 // HOW TO GET RID OF IT? Move MHCamera to mgeom? 93 93 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 95 97 96 98 ClassImp(MAstroCamera); … … 460 462 } 461 463 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)); 464 467 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 472 476 } 473 477 }
Note:
See TracChangeset
for help on using the changeset viewer.