Coastal-Imaging-Research-Network / cBathy-Toolbox

Routines needed to run cBathy + demos
https://github.com/Coastal-Imaging-Research-Network/cBathy-toolbox/wiki/cBathy-User-Manual
GNU General Public License v3.0
25 stars 23 forks source link

Load Bathy stack #64

Closed Ana-Bastos closed 2 years ago

Ana-Bastos commented 3 years ago

Hi I'm trying to use the load bathy stack fuction to retrieve my data froma mBW, however I have two missing fuctions: 1-loadAllStackInfo 2-loadFullInstFromStack

Any ideia where I could find?

RobHolman commented 3 years ago

loadBathyStack is a routine specific to CIL approaches. You don’t need it. If you have an mBW file (matlab format), you just need to load it and you will have the data you need. As I recall, RAW is the stack data, T is the epoch time, XYZ are the pixel locations and CAM are the cameras. I believe there is a file analyzeSingleBathyCollectFrommBW that is an illustration.

If you have your own format, you need only organize your input variables accordingly and you need to set three initial fields in your input bathy structure. See the above function for an example of how to do this.

Rob Holman SECNAV/CNO Chair in Oceanography

104 Ocean Admin Bldg. CEOAS-OSU Corvallis, Oregon, USA 97331-5503 ph: 1-541-737-2914 holman@coas.oregonstate.edu http://cil-www.coas.oregonstate.edu

On Jan 29, 2021, at 11:03 AM, Ana-Bastos notifications@github.com wrote:

[This email originated from outside of OSU. Use caution with links and attachments.]

Hi I'm trying to use the load bathy stack fuction to retrieve my data froma mBW, however I have two missing fuctions: 1-loadAllStackInfo 2-loadFullInstFromStack

Any ideia where I could find?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.