Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
initiate position calibration pipeline
parent
6885d1cd
master
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst/msc/astrometry.py
+18
-0
csst/msc/astrometry.py
with
18 additions
and
0 deletions
+18
-0
csst/msc/astrometry.py
+
18
-
0
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
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets