SWIFTSIM / pipeline

Pipeline for rapidly analysing SWIFT simulation outputs, using swiftsimio and velociraptor-python
Other
1 stars 4 forks source link

Implemented feeding optional arguments to scripts #8

Closed james-trayford closed 4 years ago

james-trayford commented 4 years ago

Can use additional_args field to feed comma separated list of args to each script in the config.yml. This is parsed as a list of strings. Useful to e.g. produce multiple plots with a single script (e.g. plotting different element abundances or hydrogen species) or tweaking plots.

james-trayford commented 4 years ago

I've tried a less quick and hacky implementation here, hopefully this is more like what you had in mind