Bug #8926
openBug fix: histogram for Aperture limited scattering
0%
Bug is a display issue in the histogram. In general, numbers need t be divided by 3. The update fixes this bug.
Description
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.
Updated by William Rice over 4 years ago
- Tracker changed from Feature to Bug
- Affected Version set to Appion/Leginon 3.4
- Show in known bugs set to No
- Workaround updated (diff)
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.
Updated by William Rice over 4 years ago
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.