-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during processing with *_end.spu suffix #15
Comments
The code right now identifies white plate files by the "whiteplate identifier" suffix in the config file, by default "000". So it doesn't recognize the *_end.spu files as anything, causing the error. I can change it to search for multiple identifier strings so that we can use both "000" and "end", but in the meantime, it's been ignoring the end files, so that's why it looks like one white plate is missing when it gives you stats. |
@amcmahon01 Thanks! Not a massive priority right now. Also, it may be good to average the first three together then average the first average and the last plate so that they have equal weight, make sense? |
@amcmahon01 any chance we could update this code such that it can handle the "end" files as well as 000 in the processing? I would like to try and get this data processing wrapped up before the field season. Thanks! |
@serbinsh Yes, this shouldn't be a problem. Just to clarify your comment above, we want to average the three white plate measurements at the beginning to create a "starting" reference and then average this with the "ending" reference for which there is only one measurement, correct? Also would we be better off interpolating between them or do you think that's more trouble than it's worth? |
@amcmahon01
I am getting this error:
Recall in 2016 we added a white plate to the end of the run, and those are designated with the _end.spu
Before that we didn't have a white plate at the end. I just want to be sure that prior to an end WP we aren't using the last measurement as another white plate correct? That is, we only average the last measurement if it has the *_end.spu suffix?
The text was updated successfully, but these errors were encountered: