molovol / MoloVol

MoloVol is a free, cross-plattform, scientific software for volume and surface computations of single molecules and crystallographic unit cells.
https://molovol.com
MIT License
22 stars 4 forks source link

Issues with output files #55

Closed jmaglic closed 3 years ago

jmaglic commented 3 years ago

Current status

Each time a calculation concludes, a new output folder is created with a new output file inside.

Issue

Proposed change

Improvement

rlavendomme commented 3 years ago

I agree with most points. I simply prepared a base for output that would be improved later when we are done with calculating functions.

The only point that I would keep it the use of the creation time in some form because it simplifies the classification by alphabetical order without having to keep track or checking all existing files in the output folder.

For example: In the GUI, tick a box to save output => specify the output folder. In the output folder, make a folder with the name of the structure file followed by the time (can be as a number like 20210103131705 instead of 2021-01-03_13h17m05s). This is a form that looks unnecessary long but is quite common in output files from analytical equipment in chemistry (e.g. mass spectrometers). In this folder, save all output files that are requested by the user (report, analyzed structure, surface maps). The analyzed structure output file is useful in case the user excludes some elements or requests the unit cell analysis => it won't be the same as the input file.

We can deactivate the report writing altogether for the moment and deal with that later in my opinion.