-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pipeline for changes with flirIRCamera #610
Comments
The calibration process draws upon the work previously performed by Andy French with assistance from John Heun, Stuart Marshall, and Maria Newcomb: https://github.com/terraref/reference-data/issues/230#issue-298342945 For this iteration, additional ambient temperature data collections were performed. A plot of the fit curves is attached: The R script developed by Andy French will need updated to reflect the new coefficients and increased ambient temperature points. In particular: A MATLAB script was developed to perform 1000 iterations of curve fitting. For each iteration, 25 random pixels are sampled from each image. The mean DN of these random points is then used. Cubic polynomials (of the form T = P(1)*raw^3 + P(2)*raw^2 + P(3)*raw + P(4)) are fit to the data to result in the coefficients for each iteration. The average value of the coefficients is then taken to result in the following coefficients: P_5_outmean =
P_15_outmean =
P_20_outmean =
P_25_outmean =
P_30_outmean =
P_35_outmean =
P_40_outmean =
P_45_outmean =
Raw data and MATLAB script used for processing will be uploaded. Tasks Remaining for @jdemieville-ua
Completion Criteria for pipeline implementation
|
Changes to offsets implemented in gantry operating scripts. Raw data and MATLAB script still need made available. Tasks Remaining for @jdemieville-ua
Completion Criteria for pipeline implementation
|
Raw data and MATLAB script used for generating coefficients is available at https://drive.google.com/file/d/10rtqYVvH_JhVYMtgxZYk_aRJU7uwPN15/view?usp=sharing Tasks Remaining for @jdemieville-ua
Completion Criteria for pipeline implementation
|
Description
Thermal camera (flirIRCamera) relocated to new external frame and enclosure. As part of this change, there are adjustments to the physical position of the sensor as noted in fixed metadata and new calibration coefficients that must be applied to account for the new window. Additional adjustment of instrument may occur. Note that the new x-position is negative. The camera has been moved south of the reference position.
Old fixed metadata offsets are as follows:
<entry7 type="KeyValueUnitTriple"> <Key type="String" value="location in camera box x" /> <Value type="String" value="0.346" /> <Unit type="String" value="m" /> </entry7> <entry8 type="KeyValueUnitTriple"> <Key type="String" value="location in camera box y" /> <Value type="String" value="2.250" /> <Unit type="String" value="m" /> </entry8> <entry9 type="KeyValueUnitTriple"> <Key type="String" value="location in camera box z" /> <Value type="String" value="0.520" /> <Unit type="String" value="m" /> </entry9>
New fixed metadata offsets (effective 01 June 2020) are as follows:
<entry7 type="KeyValueUnitTriple"> <Key type="String" value="location in camera box x" /> <Value type="String" value="-1.035" /> <Unit type="String" value="m" /> </entry7> <entry8 type="KeyValueUnitTriple"> <Key type="String" value="location in camera box y" /> <Value type="String" value="1.684" /> <Unit type="String" value="m" /> </entry8> <entry9 type="KeyValueUnitTriple"> <Key type="String" value="location in camera box z" /> <Value type="String" value="0.856" /> <Unit type="String" value="m" /> </entry9>
Tasks Remaining for @jdemieville-ua
Compute calibration coefficients from data collected April/May 2020 with new enclosure
Implement changes in gantry operating scripts
Completion Criteria for pipeline implementation
Update fixed metadata for flirIRcamera
Update calibration for flirIRcamera
The text was updated successfully, but these errors were encountered: