IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2007, 9:54:27 AM (19 years ago)
Author:
eugene
Message:

adding residual tables (from eam_02_branch)

File:
1 edited

Legend:

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

    r12805 r12950  
    1818    // load input data (config and images (signal, noise, mask)
    1919    if (!psphotParseCamera (config)) {
    20         psErrorStackPrint(stderr, "Error setting up the camera");
     20        psErrorStackPrint(stderr, "Error setting up the camera\n");
    2121        exit (psphotGetExitStatus());
    2222    }
     
    2424    // call psphot for each readout
    2525    if (!psphotImageLoop (config)) {
    26         psErrorStackPrint(stderr, "Error in the psphot image loop");
     26        psErrorStackPrint(stderr, "Error in the psphot image loop\n");
    2727        exit (psphotGetExitStatus());
    2828    }
Note: See TracChangeset for help on using the changeset viewer.