Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving HEK Representation #7619

Draft
wants to merge 61 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 57 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
0abd5d0
Integrate Astropy units into the HEK Results table
aritrasinha108 Jun 10, 2023
d29163c
Resolve comments and sugesstions to separate JSON files
aritrasinha108 Jun 18, 2023
9100337
Add support for chaincodes
aritrasinha108 Jun 30, 2023
ff82a15
Add function to parse chaincodes into SkyCoord objects
aritrasinha108 Jul 7, 2023
b8e8d4b
Resolve suggestions
aritrasinha108 Jul 7, 2023
9a8d56c
Add regions library to setup.cfg
aritrasinha108 Jul 7, 2023
78191aa
Resolve suggestion
aritrasinha108 Jul 8, 2023
b50862d
Add tests and fix bugs
aritrasinha108 Jul 8, 2023
4a634a9
fix conflicts
aritrasinha108 Jul 9, 2023
61b81d0
pre-commit fix
ahmedhosssam May 11, 2024
fd3676c
create util.py
ahmedhosssam May 13, 2024
fc18875
fix hek util errors
ahmedhosssam May 13, 2024
854ad7c
add notes
ahmedhosssam May 14, 2024
d69f7f2
removed superseded test
ahmedhosssam May 14, 2024
e230d5a
create util.py
ahmedhosssam May 17, 2024
98a9390
pre-commit
ahmedhosssam May 17, 2024
ac0dede
add regions to pyproject.toml
ahmedhosssam May 17, 2024
6e4a5e6
remove unit_mapping
ahmedhosssam May 18, 2024
45c4cc6
remove parse_astropy_unit
ahmedhosssam May 18, 2024
cbbf1a7
import util functions
ahmedhosssam May 20, 2024
818f0df
use alias inside context manager
ahmedhosssam May 21, 2024
ab783c5
change name of util.py to utils.py
ahmedhosssam May 21, 2024
fe047af
reorder utils.py functions
ahmedhosssam May 21, 2024
3e00040
fix import error
ahmedhosssam May 21, 2024
6a26719
get_unit documentation string
ahmedhosssam May 21, 2024
2238d82
fix merge conflict
ahmedhosssam May 22, 2024
2815f68
remove is_coord_prop from get_unit
ahmedhosssam May 22, 2024
d0f5d98
remove is_coord_prop from get_unit calls
ahmedhosssam May 22, 2024
672da3d
get_unit docstring
ahmedhosssam May 22, 2024
bca74e7
remove debugging statements
ahmedhosssam May 22, 2024
38aed04
modify doc string
ahmedhosssam May 23, 2024
011be90
modify get_unit interface
ahmedhosssam May 23, 2024
5d6b433
remove unused parameter & add new variable
ahmedhosssam May 23, 2024
2c90ccc
remove unit_prop from get_unit
ahmedhosssam May 23, 2024
37fdb88
add note
ahmedhosssam May 23, 2024
93e7872
modify unit aliases
ahmedhosssam May 23, 2024
8a34afe
remove debugging statements
ahmedhosssam May 23, 2024
f400b14
parse_chaincode doc string
ahmedhosssam May 23, 2024
4da3fee
remove parse_unit function
ahmedhosssam May 30, 2024
574411f
refactor parse_columns_to_table
ahmedhosssam May 30, 2024
ef04cdd
parse_columns_to_table doc string
ahmedhosssam May 30, 2024
2f35ca3
modify get_unit comments
ahmedhosssam May 31, 2024
c58cf21
add __all__ to utils.py
ahmedhosssam May 31, 2024
7b1729b
add paths to __all__
ahmedhosssam Jun 14, 2024
082d7a0
modify freeze() doc string
ahmedhosssam Jun 14, 2024
9cf7ca5
parse_values_to_quantities doc string
ahmedhosssam Jun 14, 2024
cc60811
parse_times doc string
ahmedhosssam Jun 14, 2024
b2f5fa2
ignore UnitsWarning in get_unit
ahmedhosssam Jun 15, 2024
2bbd530
modify test_missing_times
ahmedhosssam Jun 15, 2024
ea21c0d
changed hek results
ahmedhosssam Jun 15, 2024
6c3712e
Merge branch 'main' into gsoc24-hek
ahmedhosssam Jun 15, 2024
155af43
ruff fixes
ahmedhosssam Jun 15, 2024
732d5a8
add erg_per_cm3 to aliases
ahmedhosssam Jun 16, 2024
2f78964
test_utils init && get_unit test
ahmedhosssam Jun 16, 2024
6f4f715
remove NOTE comment
ahmedhosssam Jun 17, 2024
b654b26
test parse_chaincode
ahmedhosssam Jun 17, 2024
9bb9caa
remote NOTE comment
ahmedhosssam Jun 17, 2024
db79d94
fix style
ahmedhosssam Jun 20, 2024
2553c95
use interlink in doc string
ahmedhosssam Jun 24, 2024
198c484
move tests to test_utils
ahmedhosssam Jun 24, 2024
5406eae
move tests to test_hek
ahmedhosssam Jun 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ net = [
"python-dateutil>=2.8.0",
"tqdm>=4.64.0",
"zeep>=4.1.0",
"regions>=0.8",
]
scikit-image = ["scikit-image>=0.19.0"]
spice = ["spiceypy>=5.0.0"]
Expand Down
Loading
Loading