Changeset 8337 for trunk/ppStats/src/ppStatsData.h
- Timestamp:
- Aug 14, 2006, 4:55:08 PM (20 years ago)
- Location:
- trunk/ppStats
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats
- Property svn:ignore
-
old new 10 10 install-sh 11 11 missing 12 config.guess 13 config.sub 14 libtool 15 ltmain.sh 16 ppStats.pc
-
- Property svn:ignore
-
trunk/ppStats/src
- Property svn:ignore
-
old new 2 2 Makefile 3 3 Makefile.in 4 .libs 5 *.lo 6 *.la 4 7 ppStats
-
- Property svn:ignore
-
trunk/ppStats/src/ppStatsData.h
r7910 r8337 7 7 typedef struct { 8 8 // 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 14 11 // Stuff to output 15 12 psStats *stats; // Statistics to calculate
Note:
See TracChangeset
for help on using the changeset viewer.
