eispac icon indicating copy to clipboard operation
eispac copied to clipboard

Read the Docs

Results 16 eispac issues
Sort by recently updated
recently updated
newest added

It was not necessary to recode mpfit for Python. The same algorithm is available in scipy.optimize.leastsq hope this is helpful Ken

There are several places in the codebase where either an error is printed to the screen using `print`, 0.0 is returned, or `sys.exit()` is called. Instead, in all of these...

There are a bunch of jpegs that show previews of what lines the various fitting templates target for different solar conditions (QS, AR, etc.). These are currently buried in the...

There are several places throughout the package that use `print` statements to output useful information to the screen. Sometimes these are controlled by "debug" or "quiet" arguments. Rather than using...

See https://github.com/sunpy/package-template. This provides helpers for generating docs and tests as well as helpers for setting up continuous integration. The OpenAstronomy packaging guide is also a helpful resource: https://packaging-guide.openastronomy.org/en/latest/# Additionally,...

The `conda-recipe` folder should live in a separate "feedstock" repo (e.g. for the aiapy package: https://github.com/conda-forge/aiapy-feedstock). The feedstock repository is then updated every time a new release is made on...