Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
93826730
Commit
93826730
authored
Mar 31, 2022
by
BO ZHANG
🏀
Browse files
initiate position calibration pipeline
parent
6885d1cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst/msc/astrometry.py
View file @
93826730
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment