Skip to content

Commit

Permalink
Better example of input set of files. Previous one was misleading,
Browse files Browse the repository at this point in the history
since it included only files processed with v0.10, rather than all
available files
  • Loading branch information
moralejo committed May 2, 2024
1 parent fc4355c commit e5233d9
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 e5233d9

Please sign in to comment.