IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2010, 5:07:54 PM (17 years ago)
Author:
eugene
Message:

upgrade psphot functions to work in the stack context (see doc/stack.txt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c

    r26421 r26542  
    1414    }
    1515
    16     // set the photcode for this image
    17     if (!psphotAddPhotcode(recipe, config, view, "PSPHOT.INPUT")) {
     16    // set the photcode for the PSPHOT.INPUT
     17    if (!psphotAddPhotcode(config, view)) {
    1818        psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode");
    1919        return false;
     
    2525
    2626    // Generate the mask and variance images, including the user-defined analysis region of interest
    27     psphotSetMaskAndVariance (config, readout, recipe);
     27    psphotSetMaskAndVariance (config, view, recipe);
    2828
    2929    // display the image, weight, mask (ch 1,2,3)
Note: See TracChangeset for help on using the changeset viewer.