Opened 6 years ago
Last modified 6 years ago
#2460 assigned enhancement
Specify resolution in volume gaussian command instead of standard deviation
Reported by: | Owned by: | Tom Goddard | |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Volume Data | Version: | |
Keywords: | Cc: | Tristan Croll, Elaine Meng | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Begin forwarded message:
From: Oliver Clarke
Subject: [Chimera-users] Gaussian filter prior to fitmap?
Date: October 1, 2019 at 5:50:12 AM PDT
To: UCSF Chimera Mailing List <chimera-users@…>
Hi,
...
In general I also wish that when applying a gaussian filter in Chimera (or chimerax), the approximate equivalent in spatial frequency terms was indicated - e.g. if I am applying a gaussian filter of sdev x to a map of pixel size y, what lowpass filter does this effectively equate to?
...
Cheers
Oli
Change History (4)
comment:2 by , 6 years ago
Cc: | added |
---|
A suggestion: the common approach throughout both the crystallographic and cryo-EM communities is to report/use the sharpening or smoothing B-factor (8*pi2*{variance of applied gaussian}). Would be really great to have that as at least an option since it should be familiar to everyone who's really active in the field.
volume gaussian #1 Bfactor 20 # approximately equivalent to `volume gaussian #1 sDev 0.5` volume gaussian #1 Bfactor -20 # Sharpening, approx. equivalent to `volume gaussian #1 sDev 0.5 invert true`
comment:3 by , 6 years ago
Argh! Damned auto-formatting. That should of course be B = 8*pi**2*{variance of applied gaussian}
.
comment:4 by , 6 years ago
Cc: | added |
---|
I added the volume gaussian bfactor option suggested by Tristan including negative values meaning to sharpen (ie. implies "invert true").