Commit 55f60a37 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add other data

parent 5a61474f
......@@ -153,4 +153,16 @@ class Level1PrcRecord(BaseModel):
params_file_path: str=""
prc_status: int = 0
prc_time: str=""
result_file_path: str=""
\ No newline at end of file
result_file_path: str=""
@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
def get_headers(self, file_path):
pass
\ No newline at end of file
......@@ -9,7 +9,17 @@ class CommonFitsTestCase(unittest.TestCase):
pass
def test_hdul_of_healpix_ids(self):
hdul = fits.open()
r = hdul_of_healpix_ids(id = 1)
# hdul = fits.open()
# 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
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