Changeset 2185 in Sophya


Ignore:
Timestamp:
Sep 5, 2002, 5:40:29 PM (23 years ago)
Author:
ansari
Message:

Correction de la valeur du fond ds PIStarListDrawer - Reza 05/09/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistlist.cc

    r2115 r2185  
    160160sprintf(buff,"PIStarList: NStars %d \n", mStL->NbStars() );
    161161info += buff;
    162 info += "  Num:   XPos       YPos     Flux      Fond \n";
     162info += "  Num:     XPos     YPos     Flux     Fond \n";
    163163for (int i=0; i<mStL->NbStars(); i++) {
    164164  sti = mStL->Star(i);
    165165  if ( !(sti->Nice(BStar::flagOK)) )  continue;
    166166  flx = sti->Flux();
     167  fnd = sti->Fond();
    167168  if ( (flx < mFmin) || (flx > mFmax) )  continue;
    168169  xp = sti->PosX();   yp = sti->PosY();
Note: See TracChangeset for help on using the changeset viewer.