Skip to content

Commit 8bfba0f

Browse files
authored
Merge pull request #1250 from cta-observatory/data_quality
Better example of input set of files.
2 parents fc4355c + e5233d9 commit 8bfba0f

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)