diff options
Diffstat (limited to 'src/pmt_response.h')
-rw-r--r-- | src/pmt_response.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pmt_response.h b/src/pmt_response.h index 300f6b2..694ab0a 100644 --- a/src/pmt_response.h +++ b/src/pmt_response.h @@ -15,7 +15,9 @@ extern char pmtr_err[256]; #define KPMTR_RESP 5 #define KPMTR_REFLEC 4506 +double get_weighted_pmt_reflectivity(double theta); double get_weighted_pmt_response(double theta); +double get_pmt_reflectivity(double wavelength, double theta); double get_pmt_response(double wavelength, double theta); int pmt_response_init(dict *db); void pmt_response_free(void); |