-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (22 loc) · 872 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Cluster Nut Cracker Code
Bayesian cluster fitting for PHAT
Combined effort of:
* Karl Gordon (STScI)
* Dan Weisz, Morgan Fouesneau, Julianne Dalcanton (UofWA)
* David W. Hogg (NYU)
* Hans-Walter Rix (MPIA)
## Python code:
[DW: put material here]
## IDL code:
Running the code requires n-dim FITS files output from the individual
SED fitting code. The code make_cluster_stellar_prob.pro should also
be run before running the main code fit_cluster_prob.pro.
See the fit_cluster_prob.pro file for how to run the code and an
example.
## History:
23 Jul 2012: Added fit_cluster_prob_sparse.pro (KDG)
First attempt at using sparse memory mapping to improve
the speed and memory usage of the code
23 Jul 2012: first commit of code (KDG)
based on work done in Mar at NYU, Jul at MPIA, and
at random times at STScI