Ilan E Chemmama

Results 5 issues of Ilan E Chemmama

SampledDensityMap has 3 constructors for its class. ``` (i) SampledDensityMap(KernelType kt = GAUSSIAN); (ii) SampledDensityMap(const DensityHeader &header, KernelType kt = GAUSSIAN); (iii) SampledDensityMap(const ParticlesTemp &ps, emreal resolution, emreal voxel_size, IMP::FloatKey...

bug
IMP.em

There is an unexpected behavior in EM2D right now when fitting a model to an image. The error shows up when the pixel size is fairly high (~2Å/pix). The error...

I think this has been reported before but when generating a map from a model using IMP::em::SampledDensityMap, the model and the map are not align. I attached a code snippet...

bug

When creating high-resolution EM map with SampledDensityMaps, some of the density planes are empty (missing?), creating a stratified effect not present when comparing to maps created with other softwares. I...

The current version of the EM and EM2D modules uses the KernelParameters.h file to sample the density at a given resolution and angstrom per pixel (apix). However both uses the...