Skip to content

Commit

Permalink
Update GaiaHub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresdPM authored Oct 23, 2023
1 parent d858959 commit 4029923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_codes/GaiaHub.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def gaiahub(argv):
obs_table = gh.plot_fields(Gaia_table, obs_table, args.HST_path, use_only_good_gaia = args.use_only_good_gaia, min_stars_alignment = args.min_stars_alignment, no_plots = args.no_plots, name = args.base_path+args.base_file_name+'_search_footprint.pdf')

if (not obs_table.empty) and (obs_table['gaia_stars_per_obs'] >= args.min_stars_alignment).any():
#if not obs_table.empty:

"""
Select only observations with enough number of stars
Expand Down

0 comments on commit 4029923

Please sign in to comment.