Changeset 6911 for trunk/psastro/src/psastroDataLoop.c
- Timestamp:
- Apr 19, 2006, 10:51:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataLoop.c
r6792 r6911 1 1 # include "psastro.h" 2 2 3 // load the data from the files in this loop. 4 // we write out the result in a second loop 3 // this loop just loads the data from the input files. 5 4 // at the end of this function, the complete stellar data is loaded 6 5 // into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES) 6 // all of the different astrometry analysis modes use the same data load loop 7 7 bool psastroDataLoop (pmConfig *config) { 8 8 … … 12 12 exit(EXIT_FAILURE); 13 13 } 14 // de-activate all files except PSASTRO.INPUT 15 psFPAfileActivate (config->files, false, NULL); 16 psFPAfileActivate (config->files, true, "PSASTRO.INPUT"); 14 17 15 18 pmFPAview *view = pmFPAviewAlloc (0); … … 42 45 return true; 43 46 } 47 48 // we need to suppress other IO files. we need a function with toggles the mode/state of the 49 // pmFPAfiles so the ones of interest are active.
Note:
See TracChangeset
for help on using the changeset viewer.
