-
Notifications
You must be signed in to change notification settings - Fork 108
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
6S-V2.1 support #32
Comments
I too have this question. It seems you might be correct that skipping those lines would do the trick. I changed all occurrences of '1.1' to '2.1' in sixs.py (3 times), and commented out the following in outputs.py (lines 61–64):
After doing this I get the following output from SixS.test():
Obviously, this isn't a fix, because you wouldn't want to disable the error checking there. But it does seem that it may be as simple as you propose. |
I am not sure if this issue is still of relevance; with the latest release of Py6S, changing the version number from 1.1 to 2.1 seems to do the trick - without any further modifications. Since I am not really an expert regarding SixS, however, I am not sure if there are not any unintended side-effects. Maybe the developer team can answer this question? |
I confirmed with Dr Wilson, and he said it's not officially supported yet. It might work, but no guarantee. Better to wait until the official announcement. |
What would be involved to add support for 6S-V2.1?
This is related to #31
Is it as simple as, depending on the version of 6S (available in the first line of the output of 6S), just skipping the extra 2 lines (see example in #31)?
The text was updated successfully, but these errors were encountered: