"content":" Notebook name: fix_images.ipynb\ndescription This notebook allows you to fix a set of images by replacing all the pixels having the same value, by another value. For example, you can replace all the Inf values by 0 or np.NaN.\nHere is the list of things you can fix:\n Inf values NaN values Negative values and here is the list of things you can replace with:\n np.NaN 0 Select your IPTS Need help using the IPTS selector?\n Select your images Using the files selection tool, select the images you want to fix.\nGive statistics In order to get an idea of what you need to correct, the next cell will display the following informations.\n name of the file total number of pixels in the image number and percentage of pixels with negative values number and percentage of pixels with infinite (negative or positive) values number and percentage of pixels with non defined (NaN) values A slider allows you to check those parameters for each of the images you loaded.\nDisplay images and histograms This is where you are able to visualize the corrections you are about to apply to the data. You can select which corrections you want to apply and see the effect on the image and its histogram.\nYou can make the following corrections\n Negative values -\u0026gt; np.NaN or 0 Infinite values -\u0026gt; np.NaN or 0 NaN values -\u0026gt; np.NaN or 0 where np.NaN is the numpy NaN.\nYou can slide through the images to display\n the raw image (top left corner) the raw histogram (top right corner) the new corrected image (bottom left corner) the new histogram (bottom right corner)\n Export images Using the folder selection tool to select the output location of all the images corrected.\n"
"content":" Notebook name: fix_images.ipynb\ndescription This notebook allows you to fix a set of images by replacing all the pixels having the same value, by another value. For example, you can replace all the Inf values by 0 or np.NaN.\nHere is the list of things you can fix:\n Inf values NaN values Negative values and here is the list of things you can replace with:\n np.NaN 0 Select your IPTS Need help using the IPTS selector?\n Select your images Using the files selection tool, select the images you want to fix.\nGive statistics In order to get an idea of what you need to correct, the next cell will display the following informations.\n name of the file total number of pixels in the image number and percentage of pixels with negative values number and percentage of pixels with infinite (negative or positive) values number and percentage of pixels with non defined (NaN) values A slider allows you to check those parameters for each of the images you loaded.\nDisplay images and histograms This is where you are able to visualize the corrections you are about to apply to the data. You can select which corrections you want to apply and see the effect on the image and its histogram.\nYou can make the following corrections\n Negative values -\u0026gt; np.NaN or 0 Infinite values -\u0026gt; np.NaN or 0 NaN values -\u0026gt; np.NaN or 0 where np.NaN is the numpy NaN.\nYou can slide through the images to display\n the raw image (top left corner) the raw histogram (top right corner) the new corrected image (bottom left corner) the new histogram (bottom right corner)\n Export images Using the folder selection tool to select the output location of all the images corrected.\n"