leginon-org / leginon-redmine-archive

1 stars 0 forks source link

Bug fix: histogram for Aperture limited scattering #8926

Closed leginonbot closed 3 months ago

leginonbot commented 8 months ago

Author Name: William Rice (@wjrice) Original Redmine Issue: 8926, https://emg.nysbc.org/redmine/issues/8926 Original Date: 2020-04-24


In Summary page, histogram for ALS vales is often off by a factor of 3, since it lists values for stacks, aligned stacks, and aligned+doseweieghted stacks. This fix filters out data from aligned and aligend+doseweighted stacks, resulting in a correct graph. Note that the list of files will also have only the original files, not the aligned files.

leginonbot commented 8 months ago

Original Redmine Comment Author Name: William Rice (@wjrice) Original Date: 2020-05-01T00:46:37Z


Second update submitted. After updating my webserver at NYU, I realized that the extension .mrc is now included in the returned filename. This will now fix the duplicate issue in the histogram for the current web server. It assumes the filenames end in .mrc, probably a safe assumption for awhile.

leginonbot commented 8 months ago

Original Redmine Comment Author Name: William Rice (@wjrice) Original Date: 2020-05-01T04:47:52Z


Added fix to ZLP graph as well. Added fix to holeice to als ice graph. Should make this graph faster to load. Edited regex: filter out -td (topaz denoised) micrographs as well. Make .mrc optional as it is present in ALS filename data but not present in ZLP filename data. Should now be resilient to changes here.