Commit aadd7bc2 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove slsconf in CCDS

parent 6774a8f4
......@@ -12,7 +12,6 @@ Modified-History:
import os
from ccds import client
from .slsconf import convert_slsconf
class CCDS:
......@@ -111,14 +110,6 @@ class CCDS:
# 'ledflat': '/ccds_root/references/msc/csst_msc_ms_ledflat_10_000001.fits'}
return refs_fp
@staticmethod
def convert_slsconf(refs: dict, dir_output: str) -> dict:
return convert_slsconf(
extract1d_json_path=refs["extract1d"],
sensitivity_fits_path=refs["sensitivity"],
dir_output=dir_output,
)
"""
file_path="/dfsroot/L0/MSC/SCIE/62030/10160000105/MS/CSST_MSC_MS_SCIE_20280916072059_20280916072329_10160000105_10_L0_V01.fits"
......
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