Changeset 23413
- Timestamp:
- Mar 18, 2009, 4:37:10 PM (17 years ago)
- Location:
- trunk/ppSim/src
- Files:
-
- 2 edited
-
ppSimLoadSpots.c (modified) (1 diff)
-
ppSimLoadStars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimLoadSpots.c
r18047 r23413 57 57 58 58 // load refstars from the catalog 59 psArray *spots = psastroLoadRefstars(config );59 psArray *spots = psastroLoadRefstars(config, "PSASTRO.INPUT"); 60 60 if (!spots || spots->n == 0) { 61 61 psError(PS_ERR_UNKNOWN, false, "Unable to find reference stars."); -
trunk/ppSim/src/ppSimLoadStars.c
r20040 r23413 41 41 psMetadataAdd(astroRecipe, PS_LIST_TAIL, "DEC_MIN", PS_DATA_F32 | PS_META_REPLACE, "", dec0 - radius); 42 42 psMetadataAdd(astroRecipe, PS_LIST_TAIL, "DEC_MAX", PS_DATA_F32 | PS_META_REPLACE, "", dec0 + radius); 43 psArray *refStars = psastroLoadRefstars(config );43 psArray *refStars = psastroLoadRefstars(config, "PSASTRO.INPUT"); 44 44 if (!refStars) { 45 45 psError(PS_ERR_UNKNOWN, false, "Unable to find reference stars.");
Note:
See TracChangeset
for help on using the changeset viewer.
