IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18047


Ignore:
Timestamp:
Jun 9, 2008, 5:23:54 PM (18 years ago)
Author:
eugene
Message:

use PSASTRO.CATDIR instead of DVO.CATDIR

File:
1 edited

Legend:

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

    r18011 r18047  
    4646    // the PSASTRO recipe because we are not calling psastro elsewhere in this program.  XXX need to
    4747    // use the WCS to define the overlap region
    48     psMetadataAddStr(astroRecipe, PS_LIST_TAIL, "DVO.CATDIR",  PS_META_REPLACE, "", catdir);
     48    psMetadataAddStr(astroRecipe, PS_LIST_TAIL, "PSASTRO.CATDIR",  PS_META_REPLACE, "", catdir);
    4949    psMetadataAddF32(astroRecipe, PS_LIST_TAIL, "RA_MIN",  PS_META_REPLACE, "", ra0 - radius);
    5050    psMetadataAddF32(astroRecipe, PS_LIST_TAIL, "RA_MAX",  PS_META_REPLACE, "", ra0 + radius);
Note: See TracChangeset for help on using the changeset viewer.