Skip to content

HiPCTProject/contrast-lims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contrast-lims

Code for calculating contrast limits for HiP-CT datasets. Designed to be run on the ESRF servers.

The code is split into two parts:

Calculating histograms of data values

calc_distributions.py calculates distributions of all the pixels within a dataset. This is parallelised across slices of images, so makes sense to run it on a cluster at ESRF.

salloc --partition=bm18 --exclusive --mem=0 --ntasks=1 --time=12:00:00 srun --pty bash

The distributions are saved to files in /data/projects/hop/data_repository/Various/data/histograms.

About

Script for calculating contrast limits for HiP-CT datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages