jbrzusto / TO_DO

sensorgnome / motus TODO list for jbrzusto
0 stars 0 forks source link

Tag registering with wrong BI #133

Closed zcrysler closed 6 years ago

zcrysler commented 6 years ago

A tag registration for project 38 is registering with a BI of 19.39, but it should be 9.7. The recording has pulses every 9.7 seconds, Lotek tag ID 217, it's currently registered as motusTagID 25474. I uploaded this recording Oct 30, the file is called "proj38tags2.zip", I can re-upload if you'd like

jbrzusto commented 6 years ago

This tag's recording for some reason has higher frequency offset variation than we usually see among pulses within a burst. Hopefully this is just a burn-in effect, and the tag will stabilize. If the user wishes to gamble that this is true, then the record for this tag can be fixed by this query on motus.org's tag database:

update tags set period=9.69725 where tagID=25474;

where that corrected period came from re-running the tag registration process manually with much looser parameterization so that all four bursts were considered.

cjardine-bsc commented 6 years ago

I've updated the tag record to set the period as 9.96725

zcrysler commented 6 years ago

Thanks all!