Changeset 7677 for trunk/psastro/src/psastro.c
- Timestamp:
- Jun 23, 2006, 5:33:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r7332 r7677 10 10 11 11 // load configuration information 12 pmConfig *config = psastroArguments ( &argc, argv);12 pmConfig *config = psastroArguments (argc, argv); 13 13 14 14 // load identify the data sources … … 26 26 psArray *refs = psastroLoadReferences (config); 27 27 28 psastroMosaicGetRefstars (config, refs); 28 psastroMosaicGetRefstars (config, refs); 29 29 30 30 char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO"); 31 31 if (mosastro == NULL) { 32 psastroChipAstrom (config, refs);32 psastroChipAstrom (config, refs); 33 33 } else { 34 psastroMosaicAstrom (config, refs);34 psastroMosaicAstrom (config, refs); 35 35 } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
