Functions | |
lnc_catalog * | lnc_cat_create (lnc_library *lib, char *cclass, char *cnum, double ra_min, double ra_max, double dec_min, double dec_max, double mag_faint, double mag_bright, int flags) |
Create a new catalog. | |
lnc_dlist * | lnc_cat_query (lnc_catalog *cat) |
Query the datasets in the catalog. | |
void | lnc_cat_free (lnc_catalog *cat) |
Destroys catalog and frees resources. | |
int | lnc_cat_register_class (lnc_object_class *cls) |
Register a new astro object type. |
|
Create a new catalog.
|
|
Destroys catalog and frees resources.
|
|
Query the datasets in the catalog.
|
|
Register a new astro object type.
|