monashmicroimaging / podocytes

GNU General Public License v3.0
2 stars 3 forks source link

User input arguments - write their values to output excel sheet #18

Open GenevieveBuckley opened 6 years ago

GenevieveBuckley commented 6 years ago

Currently I don't think we are recording what ALL the user input parameters were for any given run. Write this info into the output log file!

GenevieveBuckley commented 6 years ago

Closed with commit e3602eb

jni commented 6 years ago

@GenevieveBuckley what I ended up doing in Skan for this problem is writing the parameters also to a different sheet in the Excel file. This was much appreciated by the researchers and also makes it easier to keep track of which result matches which parameters.

GenevieveBuckley commented 6 years ago

@jni that's neat - seems harder to lose if it's in the same file. Currently we're writing to csv, so no multipage anything allowed, but I'll reopen this one & take a look at how skan does it.

jni commented 6 years ago

The relevant files are:

https://github.com/jni/skan/blob/master/skan/io.py

and

https://github.com/jni/skan/blob/54531a9ad646a73b0a31f713d035aff3243ebe90/skan/gui.py#L250-L255