Changeset 4357 for trunk/MagicSoft/Cosy/main/MStarguider.cc
- Timestamp:
- 06/28/04 14:21:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.cc
r4256 r4357 904 904 // Check wheter star found 905 905 Led *star = (Led*)leds.At(0); 906 if (!star )906 if (!star || leds.GetEntries()<1) 907 907 return; 908 908 … … 993 993 *fOutTp << " " << -dzd << " " << -daz; 994 994 *fOutTp << " " << setprecision(11) << t.GetMjd(); 995 *fOutTp << " " << setprecision(4) << center.GetMag(); 996 *fOutTp << " " << star->GetMag(); 995 997 *fOutTp << endl; 996 998
Note:
See TracChangeset
for help on using the changeset viewer.