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/psphotReadoutMinimal.c

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