Changeset 4797
- Timestamp:
- 08/30/04 06:41:17 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/MFindStars.cc
r4706 r4797 424 424 fAstro.FillStarList(fStars->GetList()); 425 425 426 cout << "Number of Stars added by astrocamera is " <<fStars->GetList()->GetSize() << endl; 426 //cout << "Number of Stars added by astrocamera is " 427 // <<fStars->GetList()->GetSize() << endl; 427 428 428 429 MStarPos* starpos; … … 500 501 return kCONTINUE; 501 502 } else 502 *fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 503 << " star candidates in the camera." << endl; 504 503 { 504 //*fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 505 // << " star candidates in the camera." << endl; 506 } 507 505 508 for (UInt_t pix=1; pix<numPixels; pix++) { 506 509 if (fDisplay.IsUsed(pix)) -
trunk/MagicSoft/Mars/mtemp/MSourceDirections.cc
r4720 r4797 121 121 fAstro.SetGuiActive(); 122 122 fAstro.FillStarList(fStars->GetList()); 123 *fLog << inf << "in preprocessing " << GetName() << " found "124 << fStars->GetList()->GetSize()125 123 //*fLog << inf << "in preprocessing " << GetName() << " found " 124 // << fStars->GetList()->GetSize() 125 // << " directions inside the chosen FOV." << endl; 126 126 127 127 … … 164 164 *fLog << err << GetName() << "No directions inside the chosen FOV." << endl; 165 165 } else { 166 *fLog << inf << GetName() << " found " << fStars->GetList()->GetSize()167 << " directions inside the chosen FOV." << endl;166 //*fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 167 // << " directions inside the chosen FOV." << endl; 168 168 } 169 169 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.