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

🔭🦔 -> More calculations for lightcurves [HDASH-4] #4

Merged
merged 3 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.gitsigners
.env
247 changes: 247 additions & 0 deletions Ansible/Generator/Components/Binning.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

332 changes: 332 additions & 0 deletions Ansible/Generator/Components/Period.ipynb

Large diffs are not rendered by default.

239 changes: 239 additions & 0 deletions Ansible/Generator/Components/PhaseFolding.ipynb

Large diffs are not rendered by default.

291 changes: 291 additions & 0 deletions Ansible/Generator/Components/Radius.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions Ansible/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ astropy = "*"
pydi = "*"
bazel = "*"
abseil = "*"
matplotlib = "*"
ipywidgets = "*"

[dev-packages]

Expand Down
24 changes: 24 additions & 0 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/asynckit/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

233 changes: 233 additions & 0 deletions node_modules/asynckit/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions node_modules/asynckit/bench.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions node_modules/asynckit/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading