Output Files and Placement for find-orientations #718
donald-e-boyce
started this conversation in
General
Replies: 1 comment
-
I completely agree with all of. Thanks for the idea, Don! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am proposing some changes to placement of output files in
find-orientations
because the current placement seems pretty awkward.
find-orientations
produces several output files, and only one (grains.out)goes into the analysis directory. The rest go into the current working
directory with long names based on the name of the analysis directory and
possibly the active material. Then if you run
find-orientations
severaltimes on different data, you get a big mess in the current (working) directory.
By contrast,
fit-grains
writes everything to the analysis directory.I propose changing the names and locations of the output files for
find-orientations
so that everything goes into the analysis directorywith a simpler name. Here is an example of input:
If you run
find-orientations
with this input, it wiil create the followingfiles:
So it creates the output directory
cstudy
, but it only puts one file thereand creates four other files in the current directory with
cstudy
as part of their names.I would like to change it so that the output files would all be in the
cstudy
directory with names:I would also like to make two more small changes:
grains.npz
.Overall these changes would be pretty easy to implement, and I don't them
as being disruptive to people's workflows.
Beta Was this translation helpful? Give feedback.
All reactions