How to get the calibrated value for differential attenuation (dalpha)? #226
jennifer-frederick
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi Jennifer, The calibrated Dataset object should have a "dalpha" variable. You can access this by doing; ds = ds.dts.calibrate_single_ended(...)
ds["dalpha"] The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have DTS data from a single-ended set-up using a Silixa machine, with two sections where I had a portion of the cable in an ice bath of a known temperature (measured with probe 1 and probe 2, and reported in the xml file). I ran a calibration and the results looked great! However, how do I access the value of dalpha, the differential attenuation, that the calibration routine solved for? I guessed a value when using the Silixa GUI as it was collecting the data, but of course I just eye-balled it and don't trust it 100%. I'd like to get the value that the calibration routine solved for. What variable do I print out? THANKS!
Beta Was this translation helpful? Give feedback.
All reactions