Changeset 2185 in Sophya for trunk/SophyaPI/PIext/pistlist.cc
- Timestamp:
- Sep 5, 2002, 5:40:29 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistlist.cc
r2115 r2185 160 160 sprintf(buff,"PIStarList: NStars %d \n", mStL->NbStars() ); 161 161 info += buff; 162 info += " Num: XPos YPos FluxFond \n";162 info += " Num: XPos YPos Flux Fond \n"; 163 163 for (int i=0; i<mStL->NbStars(); i++) { 164 164 sti = mStL->Star(i); 165 165 if ( !(sti->Nice(BStar::flagOK)) ) continue; 166 166 flx = sti->Flux(); 167 fnd = sti->Fond(); 167 168 if ( (flx < mFmin) || (flx > mFmax) ) continue; 168 169 xp = sti->PosX(); yp = sti->PosY();
Note:
See TracChangeset
for help on using the changeset viewer.