Skip to content

Commit e5233d9

Browse files
committed
Better example of input set of files. Previous one was misleading,
since it included only files processed with v0.10, rather than all available files
1 parent fc4355c commit e5233d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

notebooks/data_quality.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@
123123
"#\n",
124124
"# Example: load all the 2023 files processed with v0.10:\n",
125125
"# files = glob.glob(\"/fefs/aswg/data/real/OSA/DL1DataCheck_LongTerm/v0.10/2023????/DL1_datacheck_2023*.h5\")\n",
126-
"#\n",
126+
"# \n",
127+
"# Example: load all the 2023 files processed (with any version - the latest available for each night): \n",
128+
"files = glob.glob(\"/fefs/aswg/data/real/OSA/DL1DataCheck_LongTerm/night_wise/all/DL1_datacheck_2023*.h5\n",
127129
"\n",
128-
"files = glob.glob(\"/fefs/aswg/workspace/analysis-school-2024/DL1_datacheck/night_wise/DL1_datacheck_2022*.h5\")\n",
129130
"files.sort()"
130131
]
131132
},
@@ -1837,7 +1838,7 @@
18371838
"name": "python",
18381839
"nbconvert_exporter": "python",
18391840
"pygments_lexer": "ipython3",
1840-
"version": "3.11.6"
1841+
"version": "3.11.4"
18411842
}
18421843
},
18431844
"nbformat": 4,

0 commit comments

Comments
 (0)