1.May I ask if your paper has been published? I am currently working on thermal calibration and have encountered some difficulties. I would like to study FLIR’s temperature inversion process, and I believe your paper would be very helpful for my work.
- In raw2temp.R, line 72 says the thermal window is assumed to be at the mid-point (OD/2) between the object and the camera. Why is that assumption made?
When using an IR camera, the object distance is usually much larger than the lens-to-sensor distance, so I thought using the full object distance OD would make more sense.
Is there a specific reason for using OD/2 for the atmospheric transmission calculation?
Reference:https://flir.custhelp.com/app/answers/detail/a_id/3321/~/flir-cameras---temperature-measurement-formula
The atmospheric parameters and the distance used for attenuation in that link seem different from those in your formulas. I’ve seen many Python implementations derived from your R version, so I traced it back to you and wanted to ask for clarification.
1.May I ask if your paper has been published? I am currently working on thermal calibration and have encountered some difficulties. I would like to study FLIR’s temperature inversion process, and I believe your paper would be very helpful for my work.
When using an IR camera, the object distance is usually much larger than the lens-to-sensor distance, so I thought using the full object distance OD would make more sense.
Is there a specific reason for using OD/2 for the atmospheric transmission calculation?
Reference:https://flir.custhelp.com/app/answers/detail/a_id/3321/~/flir-cameras---temperature-measurement-formula
The atmospheric parameters and the distance used for attenuation in that link seem different from those in your formulas. I’ve seen many Python implementations derived from your R version, so I traced it back to you and wanted to ask for clarification.