Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 3.07 KB

File metadata and controls

20 lines (14 loc) · 3.07 KB

5.7. Image Correction

5.7.1. Description

This workflow serves to create a directory of flat field and warping corrected .im3 images files for each slide. In addition, this workflow saves the full metadata for the first .im3 (.full.im3) for a slide, the single column bitmap of each corrected .im3 (.fw files), some shape parameters for the first .im3 (.Parameters.xml), as well as relevant image metadata (.SpectralBasisInfo.Exposure.Protocol.DarkCurrentSettings.xml) of each im3 image. We assume that the directory format of the input image files is in the AstroPathPipeline processing file stucture described here and in 5.7.3.1..

There are multiple parts of this module provided which can be run collectively as a workflow through powershell (5.7.4.) or as separate tools (5.7.5.). The code is maintained and updated to be used through the workflow and uses outside of this workflow will not be supported by the AstroPath group at this time. The workflow loops through all Projects in the AstropathCohortsProgress.csv and processes slides, if a flatfield_BatchID_NN.bin file has been created for that batch (see 5.7.3.1.).

NOTE: After the intial AstroPath publication, significant changes to the image corrections took place. To keep the code backward compatible both the older version of the code and newer version to apply the image correction are housed here. The older version of the code is run via the pipeline, in matlab, by specifying a version number of 0.0.1 in the AstroPathConfig.csv. The older version of the code has significant drawbacks and should only be used for backwards compatibility.

5.7.2. Contents