Uh oh!
There was an error while loading. Please reload this page.
New save capture fuction - #110
Conversation
…tif (per spectral band) instead of stacked tif. This was useful for me because OpenDroneMap did not read the stacked tif as input to assemble the orthomosaic. This function is based on micasense save_capture_as_stack
poynting
commented
Jul 3, 2020
Hi @moDanilevicz thanks for the new functionality. Mostly it looks fine; I have a couple of comments.
|
rrdpereira
commented
Mar 24, 2021
Thanks, i started to think in that solution! |
and-viceversa
commented
May 25, 2021
To meet the criteria above, something like this? I'm not sure whether C or cK is better... maybe an additional parameter to choose? |
poynting
commented
May 25, 2021
Yes that looks pretty good; I would like if there were a type option - UINT16 or FLOAT32, and based on that option it either wrote the files out as scaled UINT16 reflectance (32768=100%) and cK, or floating point reflectance (1.0=100%) and floating-point C. This way the file type will always be ensured to be consistent, which I think is important for downstream usability. |
and-viceversa
commented
May 25, 2021
Looking better with an output data type option. Defaults to I understand how this is working for reflectance images... but how do the units match up in case of radiance images? For example in #77:
Therefore if |
and-viceversa
commented
May 25, 2021
The more I look at this, it seems like a |
poynting
commented
May 26, 2021
Yes, I think this is a good option, and yes, I think if the type is radiance, it's necessary to force to floating point. It creates an opportunity to confuse these files with floating point reflectance, but I think that's ok. |
Proposed new function to save processed/aligned captures in separate tifs (per spectral band) instead of stacked tif. This was useful for me because OpenDroneMap did not read the stacked tif as input to assemble the orthomosaic. This function is based on micasense save_capture_as_stack.