IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 12:37:04 PM (19 years ago)
Author:
eugene
Message:

added psphotAddPhotcode

File:
1 edited

Legend:

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

    r11263 r11382  
    2121    if (!pmReadoutGenerateMaskWeight (readout, true)) {
    2222        psError (PSPHOT_ERR_CONFIG, false, "trouble creating mask and/or weight");
     23        return false;
     24    }
     25
     26    // set the photcode for this image
     27    if (!psphotAddPhotcode (recipe, config, view)) {
     28        psError (PSPHOT_ERR_CONFIG, false, "trouble defining the photcode");
    2329        return false;
    2430    }
Note: See TracChangeset for help on using the changeset viewer.