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
csst-dfs
csst-dfs-commons
Commits
55f60a37
Commit
55f60a37
authored
Jun 27, 2023
by
Wei Shoulin
Browse files
add other data
parent
5a61474f
Changes
3
Hide whitespace changes
Inline
Side-by-side
csst_dfs_commons/models/facility.py
View file @
55f60a37
...
@@ -153,4 +153,16 @@ class Level1PrcRecord(BaseModel):
...
@@ -153,4 +153,16 @@ class Level1PrcRecord(BaseModel):
params_file_path
:
str
=
""
params_file_path
:
str
=
""
prc_status
:
int
=
0
prc_status
:
int
=
0
prc_time
:
str
=
""
prc_time
:
str
=
""
result_file_path
:
str
=
""
result_file_path
:
str
=
""
\ No newline at end of file
@
dataclasses
.
dataclass
class
OtherDataRecord
(
BaseModel
):
id
:
int
=
0
obs_id
:
str
=
""
detector_no
:
str
=
""
module_id
:
str
=
""
file_type
:
str
=
""
filename
:
str
=
""
file_path
:
str
=
""
create_time
:
str
=
""
pipeline_id
:
str
=
""
\ No newline at end of file
csst_dfs_commons/utils/data_file.py
0 → 100644
View file @
55f60a37
def
get_headers
(
self
,
file_path
):
pass
\ No newline at end of file
test/test_fits.py
View file @
55f60a37
...
@@ -9,7 +9,17 @@ class CommonFitsTestCase(unittest.TestCase):
...
@@ -9,7 +9,17 @@ class CommonFitsTestCase(unittest.TestCase):
pass
pass
def
test_hdul_of_healpix_ids
(
self
):
def
test_hdul_of_healpix_ids
(
self
):
hdul
=
fits
.
open
()
# hdul = fits.open()
r
=
hdul_of_healpix_ids
(
id
=
1
)
# r = hdul_of_healpix_ids(id = 1)
pass
def
test_get_header_value
(
self
):
# cat_image_file = ""
# hdul = fits.open(cat_image_file)
# filter_str = get_header_value("FILTER", hdul, "")
# print("-"*20)
# print(filter_str)
# hdul.close()
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