Changeset 39360 for trunk/Ohana/src/opihi/lib.shell/VectorIO.c
- Timestamp:
- Feb 18, 2016, 5:36:58 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/VectorIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/VectorIO.c
r38441 r39360 1 1 # include "opihi.h" 2 void gfits_compress_timing (); 2 3 3 4 // write a set of vectors to a FITS FTable structure (vectors names become fits column names) … … 103 104 104 105 // write a set of vectors to a FITS file (vectors names become fits column names) 105 int WriteVectorTableFITS (char *filename, char *extname, Vector **vec, int Nvec, int append, char *compress, char *format ) {106 int WriteVectorTableFITS (char *filename, char *extname, Vector **vec, int Nvec, int append, char *compress, char *format, int Ntile) { 106 107 107 108 Header rawheader; … … 140 141 141 142 dump_raw_table (&rawtable, "wd raw"); 142 if (!gfits_compress_table (&rawtable, &cmptable, 0, compress)) goto escape; 143 if (!gfits_compress_table (&rawtable, &cmptable, Ntile, compress)) goto escape; 144 gfits_compress_timing (); 143 145 144 146 int i, Nfields;
Note:
See TracChangeset
for help on using the changeset viewer.
