TwiceAsNice  2019-02-18
Functions | Variables
fitsread.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Include dependency graph for fitsread.c:

Functions

catstructread_cat (char *filename)
 
catstructread_cats (char **filenames, int ncat)
 
tabstructinit_readobj (tabstruct *tab, char **pbuf)
 
int read_obj (tabstruct *keytab, tabstruct *tab, char *buf)
 
int read_obj_at (tabstruct *keytab, tabstruct *tab, char *buf, long pos)
 
void end_readobj (tabstruct *keytab, tabstruct *tab, char *buf)
 

Variables

char padbuf [FBSIZE]
 

Function Documentation

◆ end_readobj()

void end_readobj ( tabstruct keytab,
tabstruct tab,
char *  buf 
)

◆ init_readobj()

tabstruct* init_readobj ( tabstruct tab,
char **  pbuf 
)

◆ read_cat()

catstruct* read_cat ( char *  filename)

◆ read_cats()

catstruct* read_cats ( char **  filenames,
int  ncat 
)

◆ read_obj()

int read_obj ( tabstruct keytab,
tabstruct tab,
char *  buf 
)

◆ read_obj_at()

int read_obj_at ( tabstruct keytab,
tabstruct tab,
char *  buf,
long  pos 
)

Variable Documentation

◆ padbuf

char padbuf[FBSIZE]