We thank everyone who contributed to this release with feature requests, bug reports, testing, code contributions, or questions. Please join in the fun on GitHub: https://github.com/sherpa/sherpa/
Friday, August 4, 2017
Sherpa 4.9.1 Release
Sherpa 4.9.1 - an incremental improvement over the Sherpa 4.9 release - has now been released and is available via our Conda channel (https://conda.anaconda.org/sherpa), pip (https://pypi.python.org/pypi/sherpa/4.9.1), Zenodo (http://doi.org/10.5281/zenodo.838686), and GitHub (https://github.com/sherpa/sherpa/tree/4.9.1). This release supports Python 2.7, 3.5, and 3.6.
We thank everyone who contributed to this release with feature requests, bug reports, testing, code contributions, or questions. Please join in the fun on GitHub: https://github.com/sherpa/sherpa/
We thank everyone who contributed to this release with feature requests, bug reports, testing, code contributions, or questions. Please join in the fun on GitHub: https://github.com/sherpa/sherpa/
Wednesday, February 1, 2017
SABA Sherpa Bridge to Astropy
Sherpa can be used as part of astropy.modeling thanks to SABA - Sherpa Bridge to Astropy
https://saba.readthedocs.io/en/latest/
The development of this package was made possible by the generous support of the Google Summer of Code program in 2016 under the OpenAstronomy by Michele Costa with the support and advice of mentors Tom Aldcroft, Omar Laurino, Moritz Guenther, and Doug Burke.
Sherpa 4.9 Release
Sherpa 4.9 was just released this week. It now runs in Python 2.7 and Python 3.5. There has been minimal testing with Python 3.6. Support for versions 3.3 and 3.4 would require community support.Check our GitHub page:
https://github.com/sherpa/sherpa/
Jupyter Notebooks are available on the wiki:
Sunday, September 25, 2016
Sherpa 4.8.2 Release with Python 3.5 Beta
Sherpa 4.8.2 was released on September 22, 2016. This is the first release for both Python 2.7 and Python 3.5 (Beta release). The 4.8.2 release is available for Python 2.7 and for the first time (as a beta release) for Python 3.5 The Python 3.5 release is considered a Beta designed to maintain backwards compatibility with Python 2.7.Check our GitHub page:
https://github.com/sherpa/sherpa/
Friday, June 5, 2015
A few IPython notebooks
I have started to collect together a few IPython notebooks highlighting a few features of Sherpa - in particular the standalone version. They can be found on GitHub at https://github.com/DougBurke/sherpa-standalone-notebooks/ and the current collection contains:
How do I use the standalone build of Sherpa to fit my data?
post from last year, but the last three are *new*.
We will soon have a better location for this style of information, as we continue work on our "Open Sherpa" project. Please come along and help out!
- A simple fit
- Writing your own user model
- An integrated user model
- How can I plot data and models using the lower-level interface
How do I use the standalone build of Sherpa to fit my data?
post from last year, but the last three are *new*.
We will soon have a better location for this style of information, as we continue work on our "Open Sherpa" project. Please come along and help out!
Tuesday, May 5, 2015
Ivan Zolotukhin posted on Facebook the link to his web application that wraps Sherpa to fit the spectra in the new XMM catalog 3XMM-DR5:
http://xmm-catalog.irap.omp.eu/source/201068601010004
http://xmm-catalog.irap.omp.eu/source/201068601010004
Tuesday, April 28, 2015
Installing Sherpa
My new iMac with Yosemite arrived this week and I have to install all the software packages I use including Sherpa. I had to install Python Anaconda then setup my local git directory
and clone sherpa:
$ git clone https://github.com/sherpa/sherpa.git
Next go and install sherpa:
$ cd sherpa
$ sherpa setup.py install
The build failed as I did not have gfortran.
Installing gfortran was easy - just got the package from https://gcc.gnu.org/wiki/GFortranBinaries
and follow the instructions.
With this update the basic Sherpa installation completed. I run the sherpa_test which failed as I did not have pyfits.
Used
$ pip install pyfits
Then I run sherpa_test and this time the tests passed. I still need to install ds9, but now I have Sherpa and can run some of the analysis that I have to do today.
and clone sherpa:
$ git clone https://github.com/sherpa/sherpa.git
Next go and install sherpa:
$ cd sherpa
$ sherpa setup.py install
The build failed as I did not have gfortran.
Installing gfortran was easy - just got the package from https://gcc.gnu.org/wiki/GFortranBinaries
and follow the instructions.
With this update the basic Sherpa installation completed. I run the sherpa_test which failed as I did not have pyfits.
Used
$ pip install pyfits
Then I run sherpa_test and this time the tests passed. I still need to install ds9, but now I have Sherpa and can run some of the analysis that I have to do today.
Subscribe to:
Posts (Atom)
