IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2014, 3:46:50 PM (12 years ago)
Author:
watersc1
Message:

Debuggable complete version of ppBackgroundStack. It doesn't seem to work, as I'm losing my data structures somehow.

File:
1 edited

Legend:

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

    r28280 r36582  
    1818    ppBackgroundErrorRegister();
    1919
     20    printf("Initializing data\n");
    2021    ppBackgroundData *data = ppBackgroundDataInit(&argc, argv);
    2122    if (!data) {
    2223        goto DIE;
    2324    }
    24 
     25    printf("Reading Arguments\n");
    2526    if (!ppBackgroundArguments(data, argc, argv)) {
    2627        goto DIE;
    2728    }
    28 
     29    printf("Setting up Camera\n");
    2930    if (!ppBackgroundCamera(data)) {
    3031        goto DIE;
    3132    }
    3233
     34    printf("Looping over data!\n");
    3335    if (!ppBackgroundLoop(data)) {
    3436        goto DIE;
Note: See TracChangeset for help on using the changeset viewer.