Skip to content

Commit bc65b19

Browse files
committed
PAN-78 Update yml file names in Export.ipynb so they are consistent with data
1 parent 7a44a41 commit bc65b19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/SKA1_Export.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"# Change to get date+git version, etc\n",
138138
"outfile = csv_path + 'custom_max_mid_band1.csv'\n",
139139
"prefix = 'reduced_max_mid_band1/hpso_max_mid_band1_'\n",
140-
"pipelines = ['Ingest', 'RCal', 'FastImg', 'ICAL', 'DPrepA', 'DPrepB', 'DPrepC']\n",
140+
"pipelines = ['Ingest', 'RCal', 'FastImg', 'ICal', 'DPrepA', 'DPrepB', 'DPrepC']\n",
141141
"suffix = '.yml'\n",
142142
"\n",
143143
"infile_names = []\n",
@@ -166,7 +166,7 @@
166166
"# Change to get date+git version, etc\n",
167167
"outfile = csv_path + 'max_mid_band1.csv'\n",
168168
"prefix = 'max_mid_band1/hpso_max_mid_band1_'\n",
169-
"pipelines = ['Ingest', 'RCal', 'FastImg', 'ICAL', 'DPrepA', 'DPrepB', 'DPrepC']\n",
169+
"pipelines = ['Ingest', 'RCal', 'FastImg', 'ICal', 'DPrepA', 'DPrepB', 'DPrepC']\n",
170170
"suffix = '.yml'\n",
171171
"\n",
172172
"infile_names = []\n",
@@ -198,7 +198,7 @@
198198
"prefix_1 = 'reduced_max_mid_band1/hpso_max_mid_band1_'\n",
199199
"prefix_2 = 'reduced_hpso_4b/hpso_4b_'\n",
200200
"\n",
201-
"pipelines_1 = ['Ingest', 'RCal', 'FastImg', 'ICAL', 'DPrepA', 'DPrepB', 'DPrepC']\n",
201+
"pipelines_1 = ['Ingest', 'RCal', 'FastImg', 'ICal', 'DPrepA', 'DPrepB', 'DPrepC']\n",
202202
"pipelines_2 = ['Ingest', 'RCAL', 'PSS', 'FastImg']\n",
203203
"\n",
204204
"suffix = '.yml'\n",

0 commit comments

Comments
 (0)