diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-09-18 12:22:53 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-09-18 12:22:53 -0500 |
commit | c3a86f789652b2c4bed44fc6f6a4c87e740f9515 (patch) | |
tree | a6987c395df019784401b2fdb9f4f6aaa47fecd5 /src/pmt_response.h | |
parent | 81953f2131f8badd065f82585c7c06edf3c5d1e1 (diff) | |
download | sddm-c3a86f789652b2c4bed44fc6f6a4c87e740f9515.tar.gz sddm-c3a86f789652b2c4bed44fc6f6a4c87e740f9515.tar.bz2 sddm-c3a86f789652b2c4bed44fc6f6a4c87e740f9515.zip |
add functions to get the PMT reflectivity from the PMTR bank
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); |