Commit 93826730 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

initiate position calibration pipeline

parent 6885d1cd
from ..core.processor import CsstProcessor
class CsstProcMscPositionCalibration(CsstProcessor):
def prepare(self, **args):
# prepare the environment
# for example, if you make use of some third-party software like SEXTRACTOR,
# do your preparation here.
pass
def run(self, data, *args, **kwargs):
# run your pipeline here
# make sure that your input data should be a child class instance of CsstData.
pass
def cleanup(self, **kwargs):
# clean up environment
pass
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment