- Timestamp:
- Jun 21, 2013, 3:17:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/Ohana/src/libfits/include/gfitsio.h
r35594 r35694 140 140 /******************************* Matrix functions *************/ 141 141 142 int gfits_init_matrix PROTO((Matrix *matrix)); 142 143 void gfits_add_matrix_value PROTO((Matrix *matrix, off_t x, off_t y, double value)); 143 144 int gfits_convert_format PROTO((Header *header, Matrix *matrix, int outBitpix, double outScale, double outZero, int inBlank, int outUnsign)); … … 168 169 169 170 /******************************* Table functions *************/ 171 172 int gfits_init_table PROTO((FTable *table)); 173 int gfits_init_vtable PROTO((VTable *table)); 170 174 171 175 char *gfits_table_print PROTO((FTable *ftable,...));
Note:
See TracChangeset
for help on using the changeset viewer.
