Skip to content

Commit

Permalink
update cluster data
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie committed Jul 29, 2024
1 parent 68a2a4f commit 91ca1b1
Show file tree
Hide file tree
Showing 10 changed files with 67,360 additions and 1,046,372 deletions.
8 changes: 4 additions & 4 deletions src/cluster/SFR_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import scipy.integrate as integrate
import scipy.interpolate as interpolate

min_mass = 1e3
max_mass = 2e4
alpha = 1.8
min_mass = 1e4
max_mass = 1.6e6
alpha = 1.9
SF_max = 2e9
m82 = True
if m82:
Expand Down Expand Up @@ -111,7 +111,7 @@ def sample_from_mass_CDF(X, alpha, mclmin, mclmax):
# now we'll specify the radial positions, this uses an exponential disk
# model with a scale radius given below
if m82:
Rd = 0.8 # M82
Rd = 0.3 # M82
if mw:
Rd = 2.5 # MW
def f(R):
Expand Down
36,119 changes: 33,676 additions & 2,443 deletions src/cluster/cluster_list.data

Large diffs are not rendered by default.

33,677 changes: 33,677 additions & 0 deletions src/cluster/cluster_list_M82.txt

Large diffs are not rendered by default.

214,539 changes: 0 additions & 214,539 deletions src/cluster/cluster_list_MW.data

This file was deleted.

43,354 changes: 0 additions & 43,354 deletions src/cluster/cluster_list_MW.txt

This file was deleted.

249,978 changes: 0 additions & 249,978 deletions src/cluster/cluster_list_MW_low.txt

This file was deleted.

214,537 changes: 0 additions & 214,537 deletions src/cluster/cluster_list_MW_mid.txt

This file was deleted.

Loading

0 comments on commit 91ca1b1

Please sign in to comment.