IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 4:58:42 PM (21 years ago)
Author:
Paul Price
Message:

Working, I think

File:
1 edited

Legend:

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

    r5976 r6064  
    2727    ppImageLoop(&data, &options, &config);
    2828
    29     // output options
    30     // ppImageOutput(&data, &options, &config);
     29    // Output image
     30    ppImageOutput(&data, &config);
     31
     32    // Do photometry
     33    ppImagePhot(&data, &options, &config);
    3134
    3235    exit(EXIT_SUCCESS);
Note: See TracChangeset for help on using the changeset viewer.