diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-06-07 22:37:20 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-06-07 22:37:20 +0800 |
commit | c5e35c06b0749641f91c5108e5007a63a4f1528d (patch) | |
tree | 71142fb18968974c84679bceadf61b8e49a01089 | |
parent | 4266698e75f6bab5488c6fa3b5ad999d27db8cfe (diff) | |
download | chandra-acis-analysis-c5e35c06b0749641f91c5108e5007a63a4f1528d.tar.bz2 |
Add TODO items
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | mass_profile/README.md | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,7 @@ some **bugs**. TODO ---- + drop ``calc_distance`` in favor of ``cosmo_calc`` ++ use JSON as the output format (for easier parse and conversion) + add arguments to control the ``cosmo_calc`` output for easier use in scripts + integrate the memos/docs for Chandra data analysis + integrate the ``chandra_guide`` doc diff --git a/mass_profile/README.md b/mass_profile/README.md index 5ebb421..799da51 100644 --- a/mass_profile/README.md +++ b/mass_profile/README.md @@ -29,4 +29,8 @@ TODO ---- * to merge the scripts/tools for single-beta and double-beta SBP models (to reduce code duplications) +* the uncertainties/errors calculation **maybe** inappropriate/problematic + (e.g., ``analyze_mass_profile.py``) + why not just use the quantile-based (e.g., Q84.15-Q15.85 ~= 68.3%) uncertainties + or standard deviation ??? |