Commit 1a0c123c authored by Zhang Xin's avatar Zhang Xin
Browse files

modify file name: sci->WIDE or DEEP

parent 99db6e4a
Pipeline #8769 passed with stage
in 0 seconds
...@@ -471,7 +471,7 @@ def generatePrimaryHeader(xlen=9216, ylen=9232, pointing_id='00000001', pointing ...@@ -471,7 +471,7 @@ def generatePrimaryHeader(xlen=9216, ylen=9232, pointing_id='00000001', pointing
end_time_str[11:13] + end_time_str[14:16] + end_time_str[17:19] end_time_str[11:13] + end_time_str[14:16] + end_time_str[17:19]
# h_prim['FILENAME'] = 'CSST_MSC_MS_' + im_type + '_' + file_start_time + '_' + file_end_time + '_' + OBS_id + '_' + CCDID[ # h_prim['FILENAME'] = 'CSST_MSC_MS_' + im_type + '_' + file_start_time + '_' + file_end_time + '_' + OBS_id + '_' + CCDID[
# k - 1].rjust(2, '0') + '_L0_V01' # k - 1].rjust(2, '0') + '_L0_V01'
h_prim['FILENAME'] = 'CSST_MSC_MS_' + im_type + '_' + \ h_prim['FILENAME'] = 'CSST_MSC_MS_' + obstype + '_' + \
file_start_time + '_' + file_end_time + \ file_start_time + '_' + file_end_time + \
'_' + OBS_id + '_' + chip_name + '_L0_V01' '_' + OBS_id + '_' + chip_name + '_L0_V01'
......
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