25#ifndef _SINFONI_SINFO_STAR_INDEX_H_
26#define _SINFONI_SINFO_STAR_INDEX_H_
44cpl_table*
star_index_get(
star_index* pindex,
double RA,
double DEC,
double RA_EPS,
double DEC_EPS,
const char** pstar_name);
int star_index_add(star_index *pindex, double RA, double DEC, const char *star_name, cpl_table *ptable)
void star_index_dump(star_index *pindex, FILE *pfile)
void star_index_delete(star_index *pindex)
int star_index_save(star_index *pindex, const char *fits_file_name)
star_index * star_index_create(void)
star_index * star_index_load(const char *fits_file)
int star_index_remove_by_name(star_index *pindex, const char *starname)
cpl_table * star_index_get(star_index *pindex, double RA, double DEC, double RA_EPS, double DEC_EPS, const char **pstar_name)
int start_index_get_size(star_index *pindex)