Skip to content

Commit

Permalink
Merge branch 'main' into dr7_massive_star_db_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
“Rachel committed Dec 4, 2023
2 parents 7448d4a + b4161d0 commit 3e1959c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ullyses_utils/select_pids.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ def select_pids(selected_region, single_list=True):
ar_pids = ['11616'] # archival
ull_pids = [] # ULLYSES
elif selected_region == 'upper scorpius':
ar_pids = ['13372', '15310', '16290'] # archival
ar_pids = ['9790', '13372', '15310', '16290'] # archival
ull_pids = [] # ULLYSES
elif selected_region == 'lambda orionis':
ar_pids = ['8317', '12996', '15070'] # archival
ull_pids = [] # ULLYSES
elif selected_region == 'other':
ar_pids = ['7565', '8801', '11828', '12996', '13032', '14690'] # archival
ar_pids = ['7565', '8317', '8801', '11828', '12996', '13032', '14690'] # archival
ull_pids = [] # ULLYSES
else:
print('Region not recognized:', selected_region)
Expand Down

0 comments on commit 3e1959c

Please sign in to comment.