Skip to content

Commit

Permalink
Merge pull request #1250 from cta-observatory/data_quality
Browse files Browse the repository at this point in the history
Better example of input set of files.
  • Loading branch information
moralejo authored May 2, 2024
2 parents fc4355c + e5233d9 commit 8bfba0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions notebooks/data_quality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
]
},
Expand Down Expand Up @@ -1837,7 +1838,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8bfba0f

Please sign in to comment.