-
Notifications
You must be signed in to change notification settings - Fork 8
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
FHX file error checking #77
Comments
Hey @chguiterman , Could you provide an FHX file giving an example of 1) what burnr does right now, 2) what you want burnr to do? |
Relevant FHX file, Burnr ignores the problems right now, plotting exactly what it finds.
|
I see! Okay, so thinking about rules, we should check that:
And throw a full stop (not warning) if these rules are broken...? Sound good? |
Your rules are good. A stop could jam looping through opening lots of files. A detailed message (with object/file name and series) might be better. The series could be cut at pith/bark or inner/outer rings and those out-of-bounds events would be omitted. This is maybe better than forcing a user of another's file to change their dating without knowledge of the actual error or means to fix it appropriately. |
Okay. I think we can write I function to check for this kind of thing, stick it at the end of the |
Good plan. Let me know when you want a beta test.
…--
Christopher Guiterman, Ph.D.
Research Associate
Laboratory of Tree-Ring Research
University of Arizona
On Wed, Mar 8, 2017 at 7:49 AM, Brewster Malevich ***@***.***> wrote:
Okay. I think we can write I function to check for this kind of thing,
stick it at the end of the fhx() constructor and have it check things
anytime an fhx object is instantiated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APLR6gevun3AFwSYqNF9vkMXg337_Sbnks5rjsAPgaJpZM4MRryu>
.
|
This is still an area of interest. Just ran into another problem that {burnr} should flag: |
…s as flagged by check_series() and other functions. Somewhat addresses ltrr-arizona-edu#77
We need to ID data format problems in read_fhx. For example, if a series has a fire scar prior to the innermost ring in the series, this impossibility is currently ignored with no warning.
Ideally, we would provide a means to fix the problem in the burnr library
The text was updated successfully, but these errors were encountered: