IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25269


Ignore:
Timestamp:
Sep 4, 2009, 11:06:54 AM (17 years ago)
Author:
eugene
Message:

fixed error in refstar source (how was this working?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ppSim/src/ppSimLoadStars.c

    r23413 r25269  
    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, "PSASTRO.INPUT");
     43    psArray *refStars = psastroLoadRefstars(config, "PPSIM.OUTPUT");
    4444    if (!refStars) {
    4545        psError(PS_ERR_UNKNOWN, false, "Unable to find reference stars.");
Note: See TracChangeset for help on using the changeset viewer.