Ale0430 / MiniBuoy-App

Its another app
GNU General Public License v3.0
0 stars 0 forks source link

Improved reading of Mini Buoy data #44

Closed cailadd90 closed 10 months ago

cailadd90 commented 10 months ago
cailadd90 commented 10 months ago

Yes - try reducing the minimum tilt threshold to 50 and it should work? For some reason, this logger failed to be fully upright in the water column over the whole survey

mcwimm commented 10 months ago

Yes - try reducing the minimum tilt threshold to 50 and it should work? For some reason, this logger failed to be fully upright in the water column over the whole survey

Ok. That worked. I included an tryCatch to throw an error messae. again, wording is only a placeholder...

cailadd90 commented 10 months ago

That's really nice, thanks. Couple of points:

I've pushed a commit to reword the message slightly.

mcwimm commented 10 months ago

Ahhh, I confused the error signals... now it should work. Don't know why the pop up appears twice. we can add this on the list of issue with medium priority.

Please test again. There were several merge conflicts and I'm not 100% sure that I resolved them correctly.

cailadd90 commented 10 months ago

Ah I did try:

  1. git fetch --all
  2. git checkout ReadingFiles
  3. git rebase origin/ReadingFiles

But there are conflicts. I can see 3 instances of <<<<<<< HEAD in fun_data.R

mcwimm commented 10 months ago

Ah I did try:

  1. git fetch --all
  2. git checkout ReadingFiles
  3. git rebase origin/ReadingFiles

But there are conflicts. I can see 3 instances of <<<<<<< HEAD in fun_data.R

Yes, it's likely that there are conflicts, because I rebased the branch on the master... In this case you can reset your local branch to the only version (if you don't made any changes that are not yet included...)

cailadd90 commented 10 months ago

I'll save my local branch just in case before I reset. “git reset --hard origin/ReadingFiles” right?

mcwimm commented 10 months ago

I'll save my local branch just in case before I reset. “git reset --hard origin/ReadingFiles” right?

Yes

cailadd90 commented 10 months ago

Great - overwrote my local branch and tested. Successfully read examples files for B4, B4+ and Pendant. Happy for it to be merged :)