IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 4:55:08 PM (20 years ago)
Author:
Paul Price
Message:

Making ppStats into a library, so we can incorporate it into ppImage, etc. There's still an executable which provides a wrapper to the functionality. Nothing tested yet following the change.

Location:
trunk/ppStats
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats

    • Property svn:ignore
      •  

        old new  
        1010install-sh
        1111missing
         12config.guess
         13config.sub
         14libtool
         15ltmain.sh
         16ppStats.pc
  • trunk/ppStats/src

    • Property svn:ignore
      •  

        old new  
        22Makefile
        33Makefile.in
         4.libs
         5*.lo
         6*.la
        47ppStats
  • trunk/ppStats/src/ppStatsData.h

    r7910 r8337  
    77typedef struct {
    88    // Inputs
    9     const char *inName;                 // Input FITS image file
    10     const char *outName;                // Output filename
    11     psFits *inFile;                     // Input file handle
    12     FILE *outFile;                      // Output file handle
    13     pmFPA *inFPA;                       // Input FPA
     9    psFits *fits;                       // Input file handle
     10    pmFPA *fpa;                         // FPA to analyse
    1411    // Stuff to output
    1512    psStats *stats;                     // Statistics to calculate
Note: See TracChangeset for help on using the changeset viewer.