We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e521e87 commit da636dcCopy full SHA for da636dc
src/egg-gencat.cpp
@@ -1095,15 +1095,15 @@ int phypp_main(int argc, char* argv[]) {
1095
out.disk_radius = 2.8*e10(fz + 0.2*(out.m - 9.35));
1096
1097
if (!no_random) {
1098
- out.disk_radius *= e10(0.25*randomn(seed, ngal));
+ out.disk_radius *= e10(0.17*randomn(seed, ngal));
1099
}
1100
1101
// Use similar size for bulges of disk-dominated galaxies
1102
vec1u idd = where(out.bt < 0.5);
1103
out.bulge_radius[idd] = 2.8*e10(fz[idd] + 0.2*(out.m[idd] - 9.35));
1104
1105
1106
- out.bulge_radius[idd] *= e10(0.25*randomn(seed, idd.size()));
+ out.bulge_radius[idd] *= e10(0.17*randomn(seed, idd.size()));
1107
1108
1109
vec1d psize = propsize(out.z, cosmo);
0 commit comments