New save capture fuction#110
New save capture fuction#110mdanilevicz wants to merge 1 commit intomicasense:reconcile-save-capture-110from
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
|
Hi @moDanilevicz thanks for the new functionality. Mostly it looks fine; I have a couple of comments.
|
|
Thanks, i started to think in that solution! |
|
To meet the criteria above, something like this? I'm not sure whether C or cK is better... maybe an additional parameter to choose? |
|
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. |
|
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 |
|
The more I look at this, it seems like a |
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.