cfitsio  3390
Macros | Functions
cookbook.c File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "fitsio.h"
Include dependency graph for cookbook.c:

Macros

#define buffsize   1000
 

Functions

int main (void)
 
void writeimage (void)
 
void writeascii (void)
 
void writebintable (void)
 
void copyhdu (void)
 
void selectrows (void)
 
void readheader (void)
 
void readimage (void)
 
void readtable (void)
 
void printerror (int status)
 

Macro Definition Documentation

#define buffsize   1000

Function Documentation

void copyhdu ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( void  )

Here is the call graph for this function:

void printerror ( int  status)

Here is the caller graph for this function:

void readheader ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void readimage ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void readtable ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void selectrows ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void writeascii ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void writebintable ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

void writeimage ( void  )

Here is the call graph for this function:

Here is the caller graph for this function: