Refactor concatenation scripts to make them importable and to give them a CLI #351
Closed
7 tasks done
Labels
documentation
when documentation is incorrect, incomplete, insufficient etc...
enhancement
refactor
for code that is functional but needs to be refactored
It would be nice if all the concatenation scripts could be easily imported into another python script and if they had a CLI for ease of use rather than copying and editing. I've already refactored
cat_dset_3d.py
andcat_slice.py
like this (see PRs #347 and #303) but the others need it too. I'm planning on working on this during our next hack session.Importable versions already exist in
cat.py
courtesy of @alwinm, per an offline discussion Alwin and I decided that the method used incat_slice.py
andcat_dset_3d.py
is probably better long term so we should update the other scripts to be like them.cat_dset_3d.py
cat_slice.py
cat_projection.py
cat_particles.py
cat.py
The text was updated successfully, but these errors were encountered: