|
| cpl_error_code | sc_basic_readline (FILE *stream, scpar par[], int *npar) |
| |
| double | sc_basic_mjd2fracyear (double mjd) |
| |
| double | sc_basic_fracyear2date (int *year, int *month, int *day, int *hh, int *mm, double *ss, const double *fracyear) |
| |
| cpl_error_code | sc_basic_rebin (cpl_table *outspec, const char *outlam, const char *outflux, const cpl_table *inspec, const char *inlam, const char *influx) |
| |
| cpl_error_code | sc_basic_convolve (cpl_table *spec, const char *colname, const cpl_array *kernel) |
| |
| cpl_error_code | sc_basic_convolvewindow (cpl_array *convflux, const cpl_array *flux, const int range[2], const cpl_array *kernel) |
| |
| cpl_error_code | sc_basic_filtermedian (cpl_table *spec, const char *colname, const int npix) |
| |
| cpl_error_code | sc_basic_linecount (long *n_lines, FILE *fp) |
| |
| cpl_error_code | sc_basic_rhum2ppmv_old (const cpl_array *temp, const cpl_array *pres, const cpl_array *rhum, cpl_array *ppmv) |
| |
| void | sc_basic_rhum2ppmv (double *ppmv, const double *tem, const double *p, const double *hum) |
| |
| cpl_error_code | sc_basic_planck (cpl_array *bb, const cpl_array *wavelength, const double temp) |
| |
| void | sc_basic_dirslash (char *dir) |
| |
| void | sc_basic_abspath (char *out, const char *dir, const char *cwd) |
| |
| cpl_error_code | sc_basic_access (const char *pathname, const int mode) |
| |
| cpl_error_code | sc_basic_greg2jd (long *jd, const int year, const int month, const int day) |
| |
| cpl_error_code | sc_basic_jd2greg (int *year, int *month, int *day, const long jd) |
| |
| cpl_error_code | sc_basic_clipmean (double *mean, double *rms, cpl_array *arr, const cpl_boolean clip) |
| |
| cpl_error_code | sc_basic_col2arr (cpl_array *arr, const cpl_table *tab, const char *colname) |
| |
| cpl_error_code | sc_basic_arr2col (cpl_table *tab, const char *colname, const cpl_array *arr) |
| |
| cpl_error_code | sc_basic_sortarr (cpl_array *arr, cpl_type type) |
| |
| cpl_error_code | sc_basic_copytable_content (cpl_table *outtab, const cpl_table *intab) |
| |
| cpl_error_code | sc_basic_copytable_full (cpl_table *outtab, const cpl_table *intab) |
| |
| void | sc_basic_initstring (char *str, const long n) |
| |
| void | sc_basic_terminatestring (char *str) |
| |
| char * | sc_basic_strtrim (char *str) |
| |
| void | sc_basic_strtrim_inplace (char *str) |
| |
| cpl_boolean | sc_basic_isnumber (char *str) |
| |
| cpl_boolean | sc_basic_isinteger (char *str) |
| |
| cpl_error_code | sc_basic_interpollin (const double *x_out, double *y_out, const long n_out, const double *x_ref, const double *y_ref, const long n_ref, const int extrapolate) |
| |
| int | sc_basic_gaussfunc (double *fgauss, const double *xgauss, const int n_data, const double *par) |
| |
| cpl_error_code | sc_basic_getfilename (char *dir, char *filename, char *suffix, const char *path) |
| |
| cpl_error_code | sc_basic_getmaskval_vector (double maskval[2], const cpl_vector *vector) |
| |
| cpl_error_code | sc_basic_getmaskval_image (double maskval[2], const cpl_image *image) |
| |
| cpl_error_code | sc_basic_calcsinc (cpl_vector *sinc) |
| |
Basic header for sky correction code
- Author
- Stefan Noll & ESO In-Kind Team Innsbruck
- Since
- 15 Feb 2011
- Date
- 12 Jun 2014
Definition in file sc_basic.h.