From 9470855321be975545b3fe9eeb298d67b9b68ca1 Mon Sep 17 00:00:00 2001 From: Vratko Rovensky <vratko.rovensky@xfel.eu> Date: Mon, 8 Jan 2024 17:53:41 +0100 Subject: [PATCH] Removed output. --- ...CS_Characterization_unequalClockStep_Summary.ipynb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/notebooks/AGIPD/CS_Characterization_unequalClockStep_Summary.ipynb b/notebooks/AGIPD/CS_Characterization_unequalClockStep_Summary.ipynb index 9b7acac43..28ef251dc 100644 --- a/notebooks/AGIPD/CS_Characterization_unequalClockStep_Summary.ipynb +++ b/notebooks/AGIPD/CS_Characterization_unequalClockStep_Summary.ipynb @@ -15,8 +15,8 @@ "metadata": {}, "outputs": [], "source": [ - "in_folder = \"/gpfs/exfel/exp/SPB/202331/p900376/scratch/CSmergedFiles/65_75_100_150/\" # in this notebook, in_folder is not used as the data source is in the destination folder\n", - "out_folder = \"/gpfs/exfel/exp/SPB/202331/p900376/scratch/CS_Processing/240105/\" # the folder to output to, required\n", + "in_folder = \"\" # in this notebook, in_folder is not used as the data source is in the destination folder\n", + "out_folder = \"\" # the folder to output to, required\n", "metadata_folder = \"\" # Directory containing calibration_metadata.yml when run by xfel-calibrate\n", "proc_folder = \"\" # Path to corrected image data used to create histograms and validation plots\n", "raw_folder = '/gpfs/exfel/exp/SPB/202331/p900376/raw/' # folder of raw data. This is used to save information of source data of generated constants, required\n", @@ -607,13 +607,6 @@ "\n", "plt.show()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { -- GitLab