-
Notifications
You must be signed in to change notification settings - Fork 4
Add Euclid HATS tutorial #108
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
Draft
troyraen
wants to merge
25
commits into
Caltech-IPAC:main
Choose a base branch
from
troyraen:add/euclid/q1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
49e9195
Drop obsolete .gitkeep
troyraen e86592e
Add euclid-hats-parquet notebook
troyraen 154f4ef
Update index.md
troyraen aa50600
TMP: ignore euclid-hats-parquet notebook until data is fully public
bsipocz 539a69c
Apply review feedback from @bsipocz
troyraen b8b3a22
Add a sentence about Parquet
troyraen fa42641
Add the common Euclid abbreviations "ERO" and "Q1" index headers
troyraen 48536df
Apply @afaisst feedback. Use euclid_s3_path.
troyraen 2f33bc2
Temp fix. Uninstall numpy and pyerfa before installs.
troyraen 9e0a7ae
Add anon=True option for IPAC
troyraen f0055e7
Adding new dependencies to the central requirements file, too
bsipocz 313c1e0
Apply suggestions from @bsipocz code review
troyraen be4e326
Apply suggestions from @bsipocz code review
troyraen d24b599
Add pyerfa>=2.0.1.3 to binder requirements.txt. Needed for numpy>=2.0.
troyraen 82310ad
Apply suggestions from @afaisst and @bsipocz code reviews.
troyraen 822db12
Apply suggestions from code review
troyraen 01112f2
Apply suggestions from @jaladh-singhal code review
troyraen e93f551
Major rewrite. Add PHZ and SPE.
troyraen f60f0e4
CI: update oldestdeps versions
bsipocz d347b20
CI: bump minimum astropy and matplotlib and pandas
bsipocz a1a5ed4
Apply feedback from @vandesai1
troyraen ffa5134
Add Lines and Models to spe_filter and patch text
troyraen e7384c2
Lower case column names
troyraen ed7e4c4
Switch to public bucket
troyraen 7b62495
Add Lines and Models to schema info
troyraen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
euclid-hats-parquet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only if the notebook actually ends up using
lsdb
(currently, it does not). I'll prune the dependencies once that is known.