User Tools

Site Tools


processing:backgroundgeneral

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
processing:backgroundgeneral [2019/05/09 12:57]
matthias [DiamondSpotRemoval]
processing:backgroundgeneral [2019/09/05 12:55] (current)
smerkel
Line 1: Line 1:
-====== ​Evaluate background ​======+====== ​Background evaluation and subtraction ​======
  
-One necessary step of the data processing is the subtraction ​of the background. One way to do it is to create an average or a median image of the whole file series and then subtract each single image by this average/​medianThis method has the advantage ​that you not only get rid of the background noise but also all those reflections which are visible homogeneously in every image, such as pressure media, artefacts on the detector or some diamond ​spots.+Diffraction ​data typically include multiple contributions. These include 
 +  * noise, from the detector, the source, etc 
 +  * diffraction from anything within the path of the x-ray beam, which is not your sample, 
 +  * diffraction from the larger sample grains, that give rise to well-defined diffraction spots, 
 +  * diffraction from the smaller sample grains (i.e. a fine matrix), ​that does not show up as well-defined diffraction ​spots but rather continuous diffraction rings.
  
-===== Subtract average or median? =====+Most of these should be removed before further processing. Multigrain crystallography relies on the indexing of well-defined diffraction spots.
  
-Creating an average image can be done with ''​timelessMeanFileSeries'' ​which is part of the [[software:​timelesstools|TIMEleSS tools]]. Creating the median can be done with ''​median.py''​ which comes with [[software:​fabian|Fabian]].+===== Average and median images ===== 
 + 
 +Background evaluation always involve the calculation of average and median images. In the average image, the intensity at each pixel is the average of the intensity at this pixels for all images in the ω scan. In the median image, the intensity at each pixel is the median of the intensity at this pixels for all images in the ω scan. 
 + 
 +The average image is a representation of the data that includes 
 +  * the background,​ 
 +  * the diffraction from the //​surrounding matrix// (the //powder portion of the sample//) that gives rise to continuous diffraction rings, 
 +  * the diffraction from the //sample grains//, that give rise to well-defined diffraction spots. 
 + 
 +The median image is a representation of the data that includes 
 +  * the background,​ 
 +  * the diffraction from the //​surrounding matrix// (the //powder portion of the sample//) that gives rise to continuous diffraction rings in the image. 
 +The diffraction from the //sample grains//, that give rise to well-defined diffraction spots are removed and **//do not contribute//​** to the median image! 
 + 
 +Creating an average image can be done with [[xray_data:​averagemanyedf|timelessMeanFileSeries]] which is part of the [[software:​timelesstools|TIMEleSS tools]]. Creating the median can be done with ''​median.py''​ which comes with [[software:​fabian|Fabian]]. You can also calculate median and average images with [[software:​imagemath|ImageMath]] but we have not used it in a while. There is an issue with file formats. 
 + 
 +The median image is less affected by outliers than the average and is probably a better representation of your background. For some purposes you might still need to use the average image. 
 + 
 +===== Testing and subtracting the background ===== 
 + 
 +The most efficient way is to test your background with [[software:​fabian|Fabian]]. You can  
 +  * load an example diffraction image, 
 +  * select ''​Image''​ > ''​Correction''​ > ''​Background image''​ 
 +  * select ''​Image''​ > ''​Correction''​ > ''​Subtract background''​ 
 + 
 +You will be able to visualize the effect you the background subtraction and whether your evaluation is satisfactory. 
 + 
 +Typically, subtracting the ω-median from a single ω-step diffraction image will be efficient at removing 
 +  * noise, from the detector, the source, etc 
 +  * diffraction from anything within the path of the x-ray beam, which is not your sample, as long as it is in the form of a powder, 
 +  * diffraction from the smaller sample grains (i.e. a fine matrix), that does not show up as well-defined diffraction spots but rather continuous diffraction rings. 
 + 
 +It will not work, however, for complex environments such as diamond anvil cells for which the diamond anvils give rise to strong and well defined diamond diffraction spots.
  
-The median image is less affected by outliers than the average. Therefore, if you have strong diamond peaks in some of the images, you will probably still see them also on the average image while there are none in the median one. Because of that, for subtracting the background the median image should be preferred. However, for other purposes you might still need the average image. 
  
 ===== When to subtract the background? ===== ===== When to subtract the background? =====
  
-There are several options to subtract the background. It depends on your data and your goal which way you take. But whichever way you choose, only subtract the background once! This is written here because some of the tools (like ''​timelessDiamondSpotRemoval''​) subtract a background image anyway. So if you have to use the DiamondSpotRemoval,​ make sure not to use the other tools (or switch their background subtraction off, if possible).+There are several options to subtract the background. It depends on your data and your goal which way you take. But whichever way you choose, only subtract the background once!  
 + 
 +Some of the tools (such as [[software:​timelessdiamondspotremoval|timelessDiamondSpotRemoval]]) subtract a background image anyway. Soif you have to use the DiamondSpotRemoval,​ make sure not to use the other tools (or switch their background subtraction off, if possible).
  
 ==== DiamondSpotRemoval ==== ==== DiamondSpotRemoval ====
  
-''​timelessDiamondSpotRemoval''​ is part of the [[software:​timelesstools|TIMEleSS tools]]. For more information on how and when to use it check out the [[processing:​clean-diamond-anvil-cell-data|page for how to clean up your data]]. ​What matters now is the fact that ''​timelessDiamondSpotRemoval''​ requires a background image as input. In the process, each of your images ​is subtracted by this background image (usually the median)+''​timelessDiamondSpotRemoval''​ is part of the [[software:​timelesstools|TIMEleSS tools]]. ​It is specific to diamond anvil cell experiments. 
 + 
 +For more information on how and when to use itcheck out the [[processing:​clean-diamond-anvil-cell-data|page for how to clean up your diamond anvil cell data]]. ''​timelessDiamondSpotRemoval''​ requires a background image as input. In the process, ​the background you selected is subtracted from each of your images . 
  
 === I don't want to subtract the background - What can I do? === === I don't want to subtract the background - What can I do? ===
  
-It might be a rare case but sometimes it might be necessary to perform the the Diamond Spot Removal but no background subtraction (for example if the intensity after subtracting the background is too low for further processing). Luckily, there is a way to trick the script: You can create an empty image (there is a [[software:​timelesstools|TIMEleSS tool]] for this) and use it as an input for the background. However, this has also a downside: The Diamond Spot Removal ​is working worse. So do this only if it is really necessary.+It might be a rare case but sometimes it might be necessary to perform the the Diamond Spot Removal but no background subtraction (for example if the intensity after subtracting the background is too low for further processing). Luckily, there is a way to trick the script: You can create an empty image (there is a [[software:​timelesstools|TIMEleSS tool]] for this) and use it as an input for the background. However, this has also a downside: The Diamond Spot Removal ​does not work as well. So do this only if it is really necessary.
  
 ==== Peaksearch ==== ==== Peaksearch ====
  
 [[software:​peaksearch|Peaksearch]] also has an option for background subtraction. In the input of the command line, you have to add an option ''​-d somebackgroundimage.edf''​ which will then subtract //​somebackgroundimage.edf//​ from each of the images before applying the peaksearch algorithm. [[software:​peaksearch|Peaksearch]] also has an option for background subtraction. In the input of the command line, you have to add an option ''​-d somebackgroundimage.edf''​ which will then subtract //​somebackgroundimage.edf//​ from each of the images before applying the peaksearch algorithm.
processing/backgroundgeneral.1557406629.txt.gz · Last modified: 2019/05/09 12:57 by matthias