Skip to content

Commit

Permalink
fix orb params, pass params from config file to orbfit
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Nov 28, 2023
1 parent 365a5a6 commit 2bbbc29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/fink_fat_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def fink_fat_main(arguments):
traj_to_orbital,
int(config["SOLVE_ORBIT_PARAMS"]["cpu_count"]),
config["SOLVE_ORBIT_PARAMS"]["ram_dir"],
int(config["SOLVE_ORBIT_PARAMS"]["n_triplets"]),
int(config["SOLVE_ORBIT_PARAMS"]["noise_ntrials"])
).drop("provisional designation", axis=1)
orbfit_time = t.time() - t_before

Expand Down Expand Up @@ -1159,6 +1161,8 @@ def fink_fat_main(arguments):
traj_to_orbital,
int(config["SOLVE_ORBIT_PARAMS"]["cpu_count"]),
config["SOLVE_ORBIT_PARAMS"]["ram_dir"],
int(config["SOLVE_ORBIT_PARAMS"]["n_triplets"]),
int(config["SOLVE_ORBIT_PARAMS"]["noise_ntrials"])
).drop("provisional designation", axis=1)
orbfit_time = t.time() - t_before

Expand Down

0 comments on commit 2bbbc29

Please sign in to comment.