IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 2:08:28 PM (13 years ago)
Author:
eugene
Message:

add some init functions for tables and matrices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/include/gfitsio.h

    r35162 r35756  
    2626# define FT_LINE_LENGTH          80  /* FITS header line length */
    2727# define FT_RECORD_SIZE        2880  /* FITS block size */
     28
     29# define FT_BZERO_INT16 1.0*0x8000       
     30# define FT_BZERO_INT32 1.0*0x80000000
    2831
    2932/* this structure defines the buffer which contains a header
     
    137140/******************************* Matrix functions *************/
    138141
     142int     gfits_init_matrix              PROTO((Matrix *matrix));
    139143void    gfits_add_matrix_value         PROTO((Matrix *matrix, off_t x, off_t y, double value));
    140144int     gfits_convert_format           PROTO((Header *header, Matrix *matrix, int outBitpix, double outScale, double outZero, int inBlank, int outUnsign));
     
    165169
    166170/******************************* Table functions *************/
     171
     172int     gfits_init_table               PROTO((FTable *table));
     173int     gfits_init_vtable              PROTO((VTable *table));
    167174
    168175char   *gfits_table_print              PROTO((FTable *ftable,...));
Note: See TracChangeset for help on using the changeset viewer.