You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conjunction with the DB design process, we will need to write some SQL queries that retrieve waveform data in a useful way, to check that they run in reasonable time and are relatively easy to write.
Since the DB design will likely be optimised for space/time efficiency rather than ease of writing queries, we may need to write some example R/python code to process the retrieved data into something the user would expect (unpacking the arrays mainly)
The text was updated successfully, but these errors were encountered:
Epic: #46
In conjunction with the DB design process, we will need to write some SQL queries that retrieve waveform data in a useful way, to check that they run in reasonable time and are relatively easy to write.
Since the DB design will likely be optimised for space/time efficiency rather than ease of writing queries, we may need to write some example R/python code to process the retrieved data into something the user would expect (unpacking the arrays mainly)
The text was updated successfully, but these errors were encountered: