From 120b174bdd543e07f80aff671b675952ae66aae1 Mon Sep 17 00:00:00 2001 From: thorstenwagner Date: Wed, 18 Dec 2024 15:27:33 +0100 Subject: [PATCH 1/2] add path to text --- docs/tutorials/text_modules/downscale_reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/text_modules/downscale_reference.rst b/docs/tutorials/text_modules/downscale_reference.rst index 864f974..895c8a1 100644 --- a/docs/tutorials/text_modules/downscale_reference.rst +++ b/docs/tutorials/text_modules/downscale_reference.rst @@ -1,5 +1,5 @@ -.. include:: downscale/first_paragraph.rst +.. include:: text_modules/downscale/first_paragraph.rst TomoTwin should be used to pick on tomograms without denoising or lowpass filtering. But you may use these tomograms to find the coordinates of your particle of interest for use as a reference. In this case, you should make sure the denoised/lowpass filtered tomogram has the same pixel size as the one you will pick on. -.. include:: downscale/boxsize_admonition.rst \ No newline at end of file +.. include:: text_modules/downscale/boxsize_admonition.rst \ No newline at end of file From c6ce88bdb59d224318de636d1637fe9c52d3b45f Mon Sep 17 00:00:00 2001 From: thorstenwagner Date: Thu, 19 Dec 2024 12:29:28 +0100 Subject: [PATCH 2/2] Fix text module path --- docs/tutorials/text_modules/downscale_clustering.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/text_modules/downscale_clustering.rst b/docs/tutorials/text_modules/downscale_clustering.rst index acf5590..5065dd2 100644 --- a/docs/tutorials/text_modules/downscale_clustering.rst +++ b/docs/tutorials/text_modules/downscale_clustering.rst @@ -1,6 +1,6 @@ -.. include:: downscale/first_paragraph.rst +.. include:: text_modules/downscale/first_paragraph.rst TomoTwin should be used to pick on tomograms without denoising or lowpass filtering. But you may use these tomograms for visualizing the picks in Napari. In this case, you should make sure the denoised/lowpass filtered tomogram has the same pixel size as the one you will pick on (downscaling it if necessary). -.. include:: downscale/boxsize_admonition.rst \ No newline at end of file +.. include:: text_modules/downscale/boxsize_admonition.rst \ No newline at end of file