Skip to content

Commit

Permalink
Added res_path to call to process_results()
Browse files Browse the repository at this point in the history
  • Loading branch information
smotherh committed May 16, 2018
1 parent 200dcc9 commit 33cefea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/run_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def run_search(self, im_filepath, res_filepath, out_suffix, time_file,
*image_params['vel_lims'],int(self.num_obs))

# Process the search results
keep = self.process_results(search,image_params,likelihood_level)
keep = self.process_results(search,image_params,res_filepath,likelihood_level)
del(search)

# Cluster the results
Expand Down

0 comments on commit 33cefea

Please sign in to comment.