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

added a doc user_APIexamples.md #400

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 14 additions & 0 deletions doc/user_APIexamples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Fritz API examples

[Fritz](https://github.com/fritz-marshal/fritz) has a fully functional API. The documentation
for the API can be found [here](https://docs.fritz.science/api.html). To avoid users duplicating code and re-inventing the wheel, here are some examples of how users are using the Fritz-API.

### Tools for the Zwicky Transient Facility (ZTF) Census of the Local Universe (CLU) Experiment
The CLU team has some tools to download, annotate, and upload sources to Fritz. The code can be found on the [github](https://github.com/AndyTza/ZTF_CLU_Tools/tree/main/scripts) page of Andy Tzanidakis.

### A collection of snippets by Igor Andreoni with Fritz and Kowalksi
A few python examples to query Kowalski and upload sources and spectra to Fritz. See the [github](https://github.com/igorandreoni/snippets) page of Igor Andreoni.