Functions | |
| irplib_irstd * | irplib_std_get_mag_one_cat (double ra, double dec, irplib_band band, const char *cat, double *mag) |
| Find the closest star from one catalog if the mag is known. | |
| cpl_vector * | irplib_std_get_conversion (const cpl_bivector *spec, double dit, double surface, double gain, double mag) |
| Get the conversion. | |
| cpl_vector * | irplib_std_get_mag_zero (const cpl_bivector *sed, const cpl_vector *waves, double cent_wl) |
| Get the 0 magnitude spectrum. | |
| cpl_bivector * | irplib_std_get_sed (const char *seds_file, const char *sptype) |
| Get the SED. | |
| irplib_irstd * | irplib_std_get_type (double ra, double dec) |
| Find the closest star from the catalog where the type is known. | |
| irplib_irstd * | irplib_std_get_mag (double ra, double dec, irplib_band band, double *mag) |
| Find the closest star from the catalog where the mag is known. | |
| const char * | irplib_std_band_name (irplib_band band) |
| Return a band name. | |
| const char * | irplib_std_catalog_name (int cat_id) |
| Return a catalog name. | |
| const char * | irplib_std_get_name (const irplib_irstd *self) |
| Get the name of the given standard star. | |
| const char * | irplib_std_get_type_spectral (const irplib_irstd *self) |
| Get the spectral type of the given standard star. | |
| const char * | irplib_std_get_catalog (const irplib_irstd *self) |
| Get the catalog of the given standard star. | |
|
|
Return a band name.
Definition at line 573 of file irplib_std.c. |
|
|
Return a catalog name.
Definition at line 606 of file irplib_std.c. |
|
|
Get the catalog of the given standard star.
Definition at line 653 of file irplib_std.c. |
|
||||||||||||||||||||||||
|
Get the conversion.
Definition at line 156 of file irplib_std.c. |
|
||||||||||||||||||||
|
Find the closest star from the catalog where the mag is known.
Definition at line 446 of file irplib_std.c. |
|
||||||||||||||||||||||||
|
Find the closest star from one catalog if the mag is known.
Definition at line 74 of file irplib_std.c. |
|
||||||||||||||||
|
Get the 0 magnitude spectrum.
Definition at line 215 of file irplib_std.c. |
|
|
Get the name of the given standard star.
Definition at line 620 of file irplib_std.c. |
|
||||||||||||
|
Get the SED.
Definition at line 318 of file irplib_std.c. |
|
||||||||||||
|
Find the closest star from the catalog where the type is known.
Definition at line 389 of file irplib_std.c. |
|
|
Get the spectral type of the given standard star.
Definition at line 636 of file irplib_std.c. |
1.4.4