The assisipy.casu.Casu autologs are .csv files, but custom code might write other files (for instance, calibration or other log formats).
To generalise, allow for automated retrieval of a list of wildcard patterns and/or specific files. (note: fab uses the python glob module, so can be patterns such as '*.csv', 'stage-0?.txt', or 'finalresult.log').
I propose to add the specification in the .dep file, per casu, such as the following:
While it remains more general to specify all results to retrieve, I propose the default behaviour is to always attempt to retrieve .csv files (and thus not needing to specify in the results list)
The assisipy.casu.Casu autologs are .csv files, but custom code might write other files (for instance, calibration or other log formats).
To generalise, allow for automated retrieval of a list of wildcard patterns and/or specific files. (note:
fab
uses the python glob module, so can be patterns such as '*.csv', 'stage-0?.txt', or 'finalresult.log').I propose to add the specification in the .dep file, per casu, such as the following:
While it remains more general to specify all results to retrieve, I propose the default behaviour is to always attempt to retrieve
.csv
files (and thus not needing to specify in the results list)