Changeset 9587 for trunk/psastro/src/psastro.c
- Timestamp:
- Oct 16, 2006, 2:51:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r9574 r9587 39 39 40 40 // load the reference stars overlapping the data stars 41 psArray *refs = psastroLoadRef erences (config);41 psArray *refs = psastroLoadRefstars (config); 42 42 if (!refs) { 43 43 psErrorStackPrint(stderr, "failed to load reference data"); … … 45 45 } 46 46 47 // XXX ?? what does this do ?? 48 psastroMosaicGetRefstars (config, refs); 47 // choose reference stars corresponding to the selected chips 48 if (psastroChooseRefstars (config, refs)) { 49 psErrorStackPrint(stderr, "failed to select reference data for chips"); 50 exit (1); 51 } 49 52 50 53 char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO");
Note:
See TracChangeset
for help on using the changeset viewer.
