IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2009, 3:48:07 PM (17 years ago)
Author:
Paul Price
Message:

Set the photcode for the reduced versions of psphotReadout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadoutKnownSources.c

    r21366 r23442  
    1111    if (!recipe) {
    1212        psError(PSPHOT_ERR_CONFIG, false, "missing recipe %s", PSPHOT_RECIPE);
     13        return false;
     14    }
     15
     16    // set the photcode for this image
     17    if (!psphotAddPhotcode(recipe, config, view, "PSPHOT.INPUT")) {
     18        psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode");
    1319        return false;
    1420    }
Note: See TracChangeset for help on using the changeset viewer.