Convert prepipe_preprocess.py to a class and functions
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
`prepipe_preprocess.py` is called as a script from `prepipe_process_ccd.py` via a subprocess call. This is a silly way of doing things, and instead it should be converted into a series of functions (or ideally, a class) that can be called directly from `prepipe_process_ccd.py` .
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.