Changeset 6958 for trunk/psastro/src/psastroDataLoop.c
- Timestamp:
- Apr 21, 2006, 5:35:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataLoop.c
r6911 r6958 1 1 # include "psastro.h" 2 2 3 // this loop just loads the data from the input files. 3 // this loop loads the data from the input files and selects the 4 // brighter stars for astrometry 4 5 // at the end of this function, the complete stellar data is loaded 5 6 // into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES) 7 // 6 8 // all of the different astrometry analysis modes use the same data load loop 7 9 bool psastroDataLoop (pmConfig *config) { … … 46 48 } 47 49 48 // we need to suppress other IO files. we need a function with toggles the mode/state of the49 // pmFPAfiles so the ones of interest are active.
Note:
See TracChangeset
for help on using the changeset viewer.
