v0.7.0 #217
deepanshs
announced in
Announcement
v0.7.0
#217
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's new
Features
isotropic_interpolation
as asim.config
parameter. Allowed values arelinear
andGaussian
.larmor_freq(B0)
function is added to theIsotope
class, which returns the Larmor frequency of the isotope, given a magnetic flux density. For example,H1.larmor_freq(B0=9.40)
freq_contrib
.Method
SpectralEvent
andMixingEvent
. The MixingEvent controls the transition amplitude mixing in a multi-event method.TotalMixing
andNoMixing
mixing query enumerations for quick scripting of common mixing events.TransitionPathway
object, which holds the probability of the transition pathway based on the mixing events defined within the method.plot()
function in Method class, which generates a visual representation of the method's events, transition pathways, rotor angle, etc.Method1D
andMethod2D
classes. Use the genericmrsimulator.method.Method
object for custom 1D and 2D methods.SpinSystem
simplify()
to simplify a spin system object to a list of irreducible spin systems.site_generator()
added to the utility collection sub-module, which simplifies the process of creating Site objects in bulk.SignalProcessor
SkewGaussian
,TopHat
, andMask
apodization functions were added to the signal processor module.Documentation
Changes
reduced_dict
function is deprecated, usejson(units=False)
instead.mrsimulator.signal_processing
module is renamed tomrsimulator.signal_processor
single_site_system_generator
utility function.Bug fixes
Breaking changes
For most users
Mrsimulator is currently in development, and the new release includes breaking changes from v0.6.
Please review these changes and make changes according.
mrsimulator.methods
module is renamed asmrsimulator.method.lib
.mrsimulator.signal_processing
module is renamed tomrsimulator.signal_processor
.data
attribute ofSignalProcessor.apply_operations(data=...)
is renamed todataset
. UseSignalProcessor.apply_operations(dataset=...)
transition_query
attribute of themrsimulator.method.SpectralEvent
class is renamed totransition_queries
.mrsimulator.method.query.RotationalQuery
class is renamed tomrsimulator.method.query.RotationQuery
For advanced users
TransitionQuery
object. Please refer to the documentation for details.This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions