Skip to content

Commit

Permalink
update Changes.txt; version 1.6.1-46
Browse files Browse the repository at this point in the history
  • Loading branch information
John C. Houck committed Sep 17, 2011
1 parent d7eefaa commit 7a9403d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Changes.txt
Expand Up @@ -76,6 +76,26 @@ Changes since 1.6.1 (released Jul 2010)
43. add_slang_statistic now provides delta_is_chisqr qualifier
44. list_par prints function name even when there are no parameters
45. Provide xspec_config_hook
46. *** Fix bug in apec spectral models introduced in 1.6.1-19
(Oct 2010).

This bug effectively removed the relative abundance
scaling factor from continuum spectral components in apec
spectral models defined using create_aped_fun. In other
words, continuum components in such models reflected only
the default cosmic abundance. Any additional abundance
scaling factor was not being applied to the continuum.
This bug is most important for model spectra that include
significant continuum contributions from trace elements.
For example, low temperature spectra (T<3.e7 K) with
non-default abundances of C, O, and Ne were most affected
because they contain significant continuum emission from
recombination continua of C, O, and Ne. High temperature
spectra were much less affected because their continua are
strongly bremsstrahlung dominated.

Along with the bug-fix a new regression test has been added
to prevent any reoccurrence of this problem.

Changes since 1.6.0 (released Apr 2010)
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/isis.h
Expand Up @@ -36,7 +36,7 @@ extern "C" {
#include <slang.h>

#define ISIS_VERSION 10601
#define ISIS_VERSION_STRING "1.6.1-45"
#define ISIS_VERSION_STRING "1.6.1-46"
#define ISIS_VERSION_PREFIX 1.6.1

#define ISIS_API_VERSION 5
Expand Down

0 comments on commit 7a9403d

Please sign in to comment.