Skip to content

Parallelization for EDS Spectrum Fitting #165

Description

@maxnevo

I am requesting the addition of parallelization in the pyTEMlib.eds_tools.fit_model function for use on an HPC.

The residuals function may simply need to have spectrum input confirmed as a dask array and then either converted or add .compute() for dask to run it in parallel.

There may be other room for improvement including where some of the mathematic operations could be converted to dask versions such as da.dot, or da.abs, but I am not sure how much speed improvement this would add.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions