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
7c80839b
Commit
7c80839b
authored
3 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
added config directory for photometry
parent
d133a192
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
csst/__init__.py
+1
-1
csst/__init__.py
setup.py
+1
-0
setup.py
with
2 additions
and
1 deletion
+2
-1
csst/__init__.py
+
1
-
1
View file @
7c80839b
import
os
import
os
__version__
=
"0.0.
5
"
__version__
=
"0.0.
6
"
PACKAGE_PATH
=
os
.
path
.
dirname
(
__file__
)
PACKAGE_PATH
=
os
.
path
.
dirname
(
__file__
)
This diff is collapsed.
Click to expand it.
setup.py
+
1
-
0
View file @
7c80839b
...
@@ -31,6 +31,7 @@ setuptools.setup(
...
@@ -31,6 +31,7 @@ setuptools.setup(
"csst"
:
[
"msc/deepcr_model/*"
,
"csst"
:
[
"msc/deepcr_model/*"
,
"msc/pos_calib_config/*"
,
"msc/pos_calib_config/*"
,
"msc/flux_calib_config/*"
,
"msc/flux_calib_config/*"
,
"msc/phot_config/*"
,
]},
]},
# install_requires=['sphinx>=4.2.0',
# install_requires=['sphinx>=4.2.0',
# 'numpy>=1.22.0',
# 'numpy>=1.22.0',
...
...
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