Skip to content

Commit 5efad46

Browse files
committed
Pushed to v2.0
1 parent 53ae5b9 commit 5efad46

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v1.2.0
2+
======
3+
4+
New/updated feature:
5+
- The library of stellar SEDs was updated. The new version has several interesting improvements. First, each SED in the library is now garanteed to have its UVJ colors matching its position on the UVJ grid. Second, the SEDs were produced by fitting observed galaxies with a broader range of star formation histories, so they should display more diversity. Third, these fits were done excluding the broadbands containing [OIII] and Hbeta, therefore the contamination from emission lines is mitigated (this should enable adding emission lines to the EGG SEDs without biases).
6+
- The recipes for assigning UVJ colors to bulges and disks were revised to improve agreement with observations. The scatter of blue colors along and across the UVJ sequence is increased, so blue components at a fixed mass have a larger variety of SEDs. Quiescent galaxies can no longer have blue colors for either their disks or bulges; this reproduces better the bimodality in the UVJ diagram.
7+
8+
Bug fixes:
9+
- The stellar mass function at 0<z<0.5 was incorrectly interpolated (z=0 and z>=0.5 were not affected).
10+
11+
112
v1.1.0
213
======
314

src/egg-gencat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ void print_help() {
18281828
}
18291829
};
18301830

1831-
print("egg-gencat v1.1.0");
1831+
print("egg-gencat v1.2.0");
18321832
print("usage: egg-gencat [options]\n");
18331833

18341834
print("List of generic options:");

0 commit comments

Comments
 (0)