Releases: DiamondLightSource/adcorr
Releases · DiamondLightSource/adcorr
Dark current correction fix
Correction Sequences
Added:
- Correction sequences from Pauw et al. (2017)
- Instrumental background
pauw_instrumental_background_sequence
- Simple sample
pauw_simple_sample_sequence
- Dispersed sample
pauw_dispersed_sample_sequence
- Instrumental background
- i22 corrections tutorial
Changed:
- Moved corrections to
adcorr.corrections
- Split dev & docs extras
Initial Release
Initial release of the adcorr package, supporting the following area detector corrections:
- Masking (
mask_frames
) - Deadtime correction (
correct_deadtime
) - Dark current correction (
correct_dark_current
) - Frame time normalization (
normalize_frame_time
) - Transmitted flux normalization (
normalize_transmitted_flux
) - Self absorption correction (
correct_self_absorption
) - Frame averaging (
average_all_frames
) - Background subtraction (
subtract_background
) - Flatfield correction (
correct_flatfield
) - Angular efficiency correction (
correct_angular_efficiency
) - Solid angle correction (
correct_solid_angle
) - Polarization correction (
correct_polarization
) - Thickness normalization (
normalize_thickness
) - Displaced volume correction (
correct_displaced_volume
)