Skip to content

Commit cda6b12

Browse files
authored
Merge branch 'nasa-lambda:master' into master
2 parents af36d64 + 27ae377 commit cda6b12

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
This is a set of analysis tools to be used in CMB research. It currently consists of code to
2-
calculate the pure Cl power spectra from a HEALPix map along with the associated mode-mixing matrices. In addition it contains a port of polspice to Python.
1+
This is a set of analysis tools to be used in CMB research. It currently consists of code to calculate the pure Cl power spectra from a HEALPix map along with the associated mode-mixing matrices. In addition it contains a port of polspice to Python. Finally, we have added code to calculate the COBE Quadcube pixel number given an input position on the sky.
32

43
## Requirements ##
54

65
There are several Python modules needed in order to run this code. They are
76

87
* Numpy
8+
* Scipy
9+
* Astropy
910
* Healpy
1011
* Mpi4py
1112

1213
In addition, the location of the cmb_analysis directory needs to be added to your PYTHONPATH environment variable.
1314

15+
## Contributing ##
16+
17+
We welcome any outside contributions to this code, However, in order for us to accept any pull requests, the contributor must fill out and return the contributor license agreements found [here](https://lambda.gsfc.nasa.gov/data/cla/Ind_CLA_final_GSC-17661-1_CMB_Analysis_Software.pdf "CLA for individuals") for individuals and [here](https://lambda.gsfc.nasa.gov/data/cla/Corp_CLA_final_GSC-17661-1_CMB_Analysis_Software.pdf "CLA for organizations") for organizations.
18+
1419
## Contact ##
1520

1621
Nathan Miller - [email protected]

0 commit comments

Comments
 (0)