IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2009, 4:37:10 PM (17 years ago)
Author:
eugene
Message:

adjust for modification of psastroLoadRefstars API (merge from eam_branches_20090312)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimLoadStars.c

    r20040 r23413  
    4141    psMetadataAdd(astroRecipe, PS_LIST_TAIL, "DEC_MIN", PS_DATA_F32 | PS_META_REPLACE, "", dec0 - radius);
    4242    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");
    4444    if (!refStars) {
    4545        psError(PS_ERR_UNKNOWN, false, "Unable to find reference stars.");
Note: See TracChangeset for help on using the changeset viewer.