IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9515


Ignore:
Timestamp:
Oct 12, 2006, 11:44:59 AM (20 years ago)
Author:
eugene
Message:

added error print for psphotImageLoop

File:
1 edited

Legend:

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

    r9270 r9515  
    2929
    3030    // call psphot for each readout
    31     psphotImageLoop (config);
     31    if (!psphotImageLoop (config)) {
     32        psErrorStackPrint(stderr, " ");
     33        exit(1);
     34    }
    3235
    3336    psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));
Note: See TracChangeset for help on using the changeset viewer.