diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 13:57:52 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 13:57:52 +0800 |
commit | 18e50108246fefb6062538df452b8fbf1d235731 (patch) | |
tree | 9a585c5f852e5cbdaa9eb822bccc059e1c8478d2 /mass_profile/beta_cfg.hpp | |
parent | 44eb911f400467a4326fd80a26ea07115eba3aca (diff) | |
download | chandra-acis-analysis-18e50108246fefb6062538df452b8fbf1d235731.tar.bz2 |
Update tools to use the new style sbp config file
Diffstat (limited to 'mass_profile/beta_cfg.hpp')
-rw-r--r-- | mass_profile/beta_cfg.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mass_profile/beta_cfg.hpp b/mass_profile/beta_cfg.hpp index 5dc9b2d..27148df 100644 --- a/mass_profile/beta_cfg.hpp +++ b/mass_profile/beta_cfg.hpp @@ -8,10 +8,9 @@ struct cfg_map { - std::string radius_file; - std::string sbp_file; - std::string cfunc_file; - std::string T_file; + std::string sbp_data; + std::string cfunc_profile; + std::string tprofile; double z; double cm_per_pixel; double rmin_kpc; |