tjgalvin / flint

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Add AdditionalOptions to Strategy #105

Closed tjgalvin closed 1 month ago

tjgalvin commented 1 month ago

There is now an archiving option, with the options being around the type of regular expression patterns to use to either tar files or copy them.

These should like be recorded into the strategy file so they can be further configured.

Might be a good idea to consider where it is best to specify additional products for the last round (the final self-calibratied MS or images), or just a blanket "everything" approach.

tjgalvin commented 1 month ago

The options to add are:

As far as I can think these are the big ones. The only other point to consider is that the PotatoPeelOptions class has a small set of mandatory arguments. This would mean it can not be appropriately encoded in the strategy file (e.g. the name of the MS, sources to peel can not be placed into a single strategy file).

89 would have to be addressed for the potatl peel options.

tjgalvin commented 1 month ago

Added the framework for this in #108 .