From e5233d99e10bf3608b7befb8127257471853fe30 Mon Sep 17 00:00:00 2001 From: Abelardo Moralejo Olaizola Date: Thu, 2 May 2024 10:22:01 +0200 Subject: [PATCH] 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 --- notebooks/data_quality.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/notebooks/data_quality.ipynb b/notebooks/data_quality.ipynb index 0bcac99011..d770517606 100644 --- a/notebooks/data_quality.ipynb +++ b/notebooks/data_quality.ipynb @@ -123,9 +123,10 @@ "#\n", "# Example: load all the 2023 files processed with v0.10:\n", "# files = glob.glob(\"/fefs/aswg/data/real/OSA/DL1DataCheck_LongTerm/v0.10/2023????/DL1_datacheck_2023*.h5\")\n", - "#\n", + "# \n", + "# Example: load all the 2023 files processed (with any version - the latest available for each night): \n", + "files = glob.glob(\"/fefs/aswg/data/real/OSA/DL1DataCheck_LongTerm/night_wise/all/DL1_datacheck_2023*.h5\n", "\n", - "files = glob.glob(\"/fefs/aswg/workspace/analysis-school-2024/DL1_datacheck/night_wise/DL1_datacheck_2022*.h5\")\n", "files.sort()" ] }, @@ -1837,7 +1838,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.6" + "version": "3.11.4" } }, "nbformat": 4,