Closed juliotux closed 1 year ago
This pull request is intended to full refactor and reorganize the pipeline, turning it into a python package compilant with all Python standards.
script
read
write
__call__
ROOTDATADIR
ROOTREDUCEDIR
pipeline_lib.py
Only turn this draft in a ready PR after all tasks are good to go.
This pull request is intended to full refactor and reorganize the pipeline, turning it into a python package compilant with all Python standards.
Tasks:
script
entry point. See Command Line Scripts or Console Scripts.read
andwrite
methods.__call__
method to avoid break current workflow design.ROOTDATADIR
andROOTREDUCEDIR
from default parameters. They must be user specified.pipeline_lib.py
into a submodule. The file has 2500 lines!Issues:
Notes:
Only turn this draft in a ready PR after all tasks are good to go.