-
Notifications
You must be signed in to change notification settings - Fork 54
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
Define material data files from NIST #1606
Comments
Hi @vribgar, As I remember the Unix shell script The tool silently assumes that
The resulting file has a header: |
Admittedly a rewrite using e.g. Python would be better, platform independent and more user friendly.... |
And I would add that you may use the |
We are trying to define material files from the NIST database, since we want to do simulations with materials and composites that you don't have in the library database.
According to this code:
McCode/mcxtrace-comps/samples/Abs_objects.comp
Line 163 in 84b3c26
The problem is, when downloading the data directly from NIST, the header is not saved that way (I attach two files so you can compare: Ca.txt is the one from your database and Ca_v.txt was created by us), so it does not read it correctly. Do we have to manually modify the header? Or do you have a way to generate automatically the material files?
Ca.txt
Ca_v.txt
Thank you very much for your attention.
Regards,
Veronica.
The text was updated successfully, but these errors were encountered: