Changeset 2278 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 07/15/03 15:05:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
r1953 r2278 93 93 fAltAz = CalcAltAz(fRaDec); 94 94 95 cout << "Alt: " << 360.0/D2PI*fAltAz.Alt() << " ";96 cout << "Az: " << 360.0/D2PI*fAltAz.Az() << endl;95 //cout << "Alt: " << 360.0/D2PI*fAltAz.Alt() << " "; 96 //cout << "Az: " << 360.0/D2PI*fAltAz.Az() << endl; 97 97 98 98 CalcRaDecRange(); … … 170 170 fAzCnt++; 171 171 172 cout << "fAzCnt: " << setw(3) << fAzCnt << " " << flush;172 //cout << "fAzCnt: " << setw(3) << fAzCnt << " " << flush; 173 173 174 174 // … … 204 204 } 205 205 206 cout << "fAltMin: " << setw(3) << fAltMin << " ";207 cout << "fAltMax: " << setw(3) << fAltMax << endl;206 //cout << "fAltMin: " << setw(3) << fAltMin << " "; 207 //cout << "fAltMax: " << setw(3) << fAltMax << endl; 208 208 } 209 209 … … 291 291 if (fRa0[x]) 292 292 fRaCnt++; 293 cout << "fRaCnt: " << setw(3) << fRaCnt << " " << flush;293 //cout << "fRaCnt: " << setw(3) << fRaCnt << " " << flush; 294 294 295 295 // … … 323 323 } 324 324 325 cout << "fDecMin: " << setw(3) << fDecMin << " ";326 cout << "fDecMax: " << setw(3) << fDecMax << endl;325 //cout << "fDecMin: " << setw(3) << fDecMin << " "; 326 //cout << "fDecMax: " << setw(3) << fDecMax << endl; 327 327 } 328 328 … … 707 707 } 708 708 709 cout << " " << count+deleted << "-" << deleted << "=" << count << "" << endl;709 cout << "Showing " << count+deleted << "-" << deleted << "=" << count << " stars." << endl; 710 710 } 711 711
Note:
See TracChangeset
for help on using the changeset viewer.