aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--mass_profile/README.md4
2 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbe462b..bb7c56d 100644
--- a/README.md
+++ b/README.md
@@ -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 ???