/home/amodigli/releases/xsh/2.1.1/xsh.30433/xshp/xsh/xsh_star_index.h File Reference

Go to the source code of this file.

Typedefs

typedef struct _star_index_ star_index

Functions

star_indexstar_index_load (const char *fits_file)
star_indexstar_index_create (void)
int star_index_add (star_index *pindex, double RA, double DEC, const char *star_name, cpl_table *ptable)
int star_index_remove_by_name (star_index *pindex, const char *starname)
int start_index_get_size (star_index *pindex)
int star_index_save (star_index *pindex, const char *fits_file_name)
cpl_table * star_index_get (star_index *pindex, double RA, double DEC, double RA_EPS, double DEC_EPS, const char **pstar_name)
void star_index_delete (star_index *pindex)
void star_index_dump (star_index *pindex, FILE *pfile)

Typedef Documentation

typedef struct _star_index_ star_index

Definition at line 29 of file xsh_star_index.h.


Function Documentation

int star_index_add ( star_index pindex,
double  RA,
double  DEC,
const char *  star_name,
cpl_table *  ptable 
)
star_index* star_index_create ( void   ) 
void star_index_delete ( star_index pindex  ) 

Definition at line 144 of file xsh_star_index.c.

References star_index_destruct().

Referenced by xsh_parse_catalog_std_stars().

void star_index_dump ( star_index pindex,
FILE *  pfile 
)

Definition at line 302 of file xsh_star_index.c.

References _star_index_::index_table.

cpl_table* star_index_get ( star_index pindex,
double  RA,
double  DEC,
double  RA_EPS,
double  DEC_EPS,
const char **  pstar_name 
)
star_index* star_index_load ( const char *  fits_file  ) 
int star_index_remove_by_name ( star_index pindex,
const char *  starname 
)
int star_index_save ( star_index pindex,
const char *  fits_file_name 
)
int start_index_get_size ( star_index pindex  ) 

Definition at line 182 of file xsh_star_index.c.

References _star_index_::index_size.


Generated on 13 Mar 2013 for X-shooter Pipeline Reference Manual by  doxygen 1.6.1