IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2006, 5:27:13 PM (20 years ago)
Author:
eugene
Message:

major revisions to use the new pmFPAfile,view I/O handling

File:
1 edited

Legend:

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

    r6481 r6571  
    1010
    1111    // load command-line arguments, options, and system config data
    12     ppConfig *config = psphotArguments (&argc, argv);
     12    pmConfig *config = psphotArguments (&argc, argv);
    1313
    1414    // load input data (config and images (signal, noise, mask)
    15     ppFile *input = psphotParseCamera (config);
    16 
    17     // check on output mode,format, setup basic filename, etc
    18     psphotOutputPrep (input, config);
     15    psphotParseCamera (config);
    1916
    2017    // call psphot for each readout
    21     psphotImageLoop (input, config);
     18    psphotImageLoop (config);
    2219
    2320    psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));
    2421
    25     psFree (input);
    2622    psFree (config);
    2723    psphotCleanup ();
Note: See TracChangeset for help on using the changeset viewer.