Changeset 685 in Sophya for trunk/SophyaPI/PIext/pistlist.cc


Ignore:
Timestamp:
Dec 13, 1999, 12:19:25 AM (26 years ago)
Author:
ercodmgr
Message:

FileChooser multiples ds PIStdImgApp, Correction Ndisp ds PINTuple, Fenetre NObjMgrWind non bloquant desormais ds piapp - Reza 12/12/99

File:
1 edited

Legend:

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

    r544 r685  
    106106if (!mStL) return;
    107107
     108PIGrCoord uxmin, uxmax, uymin, uymax;
     109g->GetGrSpace(uxmin, uxmax, uymin, uymax);
     110double xmin2 = uxmin;
     111double ymin2 = uymin;
     112double xmax2 = uxmax;
     113double ymax2 = uymax;
     114
    108115int msz = mMSz;
    109116if (msz < 1) msz = 1;
     
    118125  xp = sti->PosX();   yp = sti->PosY();
    119126  if ( (xp < xmin) || (xp > xmax) || (yp < ymin) || (yp > ymax) )  continue;
     127  if ( (xp < xmin2) || (xp > xmax2) || (yp < ymin2) || (yp > ymax2) )  continue;
    120128  nok++;
    121129  sz = (int)((log10((double)flx/mF0))/mDLgF*(double)nl2-0.01) + msz;
     
    148156char buff[128];
    149157int ncnt = 0;
    150 sprintf(buff,"PIStarList: NStars \n", mStL->NbStars() );
     158sprintf(buff,"PIStarList: NStars %d \n", mStL->NbStars() );
    151159info += buff;
    152160info += "  Num:   XPos       YPos     Flux      Fond \n";
Note: See TracChangeset for help on using the changeset viewer.