Hello,
I am trying to use this repository with the fitoolbox repository. I want to create my own simulations to use in the reflectance/fluorescence estimation algorithm. To do this I am trying to run the scripts in fitoolbox/scripts/simulations. At some point all of these scripts reference the iset function sensorGainAndOffset(localScene,oi,sensor) which no longer appears to be in iset. Is sensorGet(sensor,'analog Gain') and sensorGet(sensor,'analog Offset') an appropriate replacement for this function?
Thank You