IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2012, 1:25:52 PM (14 years ago)
Author:
eugene
Message:

adding new psphot version psphotMinimal (equivalent to call used by ppSub)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psphot/src/psphotImageLoop.c

    r34086 r34172  
    118118                    }
    119119                    break;
     120                  case PSPHOT_MINIMAL:
     121                    if (!psphotReadoutMinimal (config, view, "PSPHOT.INPUT")) {
     122                        psError(psErrorCodeLast(), false, "failure in psphotReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);
     123                        psFree (view);
     124                        return false;
     125                    }
     126                    break;
    120127                  case PSPHOT_FORCED:
    121128                    if (!psphotForcedReadout (config, view, "PSPHOT.INPUT")) {
Note: See TracChangeset for help on using the changeset viewer.