Ignore:
Timestamp:
08/30/04 06:41:17 (20 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/MFindStars.cc

    r4706 r4797  
    424424      fAstro.FillStarList(fStars->GetList());     
    425425
    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;
    427428     
    428429      MStarPos* starpos;
     
    500501      return kCONTINUE;
    501502    } 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
    505508    for (UInt_t pix=1; pix<numPixels; pix++) {
    506509      if (fDisplay.IsUsed(pix))
  • trunk/MagicSoft/Mars/mtemp/MSourceDirections.cc

    r4720 r4797  
    121121  fAstro.SetGuiActive();
    122122  fAstro.FillStarList(fStars->GetList());     
    123   *fLog << inf << "in preprocessing " << GetName() << " found "
    124         << fStars->GetList()->GetSize()
    125         << " directions inside the chosen FOV." << endl;         
     123  //*fLog << inf << "in preprocessing " << GetName() << " found "
     124  //      << fStars->GetList()->GetSize()
     125  //      << " directions inside the chosen FOV." << endl;         
    126126
    127127
     
    164164    *fLog << err << GetName() << "No directions inside the chosen FOV." << endl;
    165165  } 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;         
    168168  }
    169169  return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.