https://github.com/asdf-format/tutorials

https://github.com/asdf-format/tutorials

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: asdf-format
  • License: bsd-3-clause
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 737 KB
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 9
  • Open Issues: 7
  • Releases: 0
Created almost 6 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

tutorials

This is a brief guide to the existing tutorals and which ones may be relevant to your needs. All should read the introduction to get an outline of what the ASDF format is all about. The introduction does not have any code and consists only of text. Read the rest in order if you are intent on reading them all. For those that have a narrower need, see the descriptions for what is covered.

  • HighLevelIntroductiontoASDF: A pure text outline of what the format is for and why it was developed.
  • AnatomyofanASDFfile: A basic introduction to the format with examples and exercises. Recommended for the less impatient.
  • ReadingaJWSTASDFfile: This tutorial uses a file more complex and what is more similar to what JWST data will look like. It shows tools to list and search for items within a file. Even if you are not interested in JWST data, this aspect is quite useful to understand. One can start with this tutorial if one must deal with JWST ASDF files and just can't wait to go through the Anatomyofan_ASDF tutorial.
  • ASDFandWorldCoordinateSystems: This tutorial is actually more focussed on the Generalized World Coordinate System than ASDF (which JWST uses extensively). ASDF is an essential element of GWCS since ASDF is used to save GWCS instances and enable its use with data. If your main focus is GWCS, you may try to start with this tutorial, but tools from the other tutorials will be useful here.
  • ValidationandDealingwithErrors: This is mostly inteneded as a reference of how to deal with errors encountered with ASDF files. Normally one would read this when having an actual error to figure out what is wrong.

Owner

  • Name: asdf-format
  • Login: asdf-format
  • Kind: organization

GitHub Events

Total
  • Issue comment event: 3
  • Push event: 1
  • Pull request event: 3
Last Year
  • Issue comment event: 3
  • Push event: 1
  • Pull request event: 3

Dependencies

.github/workflows/ci.yml actions
notebooks/Your_first_ASDF_converter/pyproject.toml pypi
  • asdf >=2.8
notebooks/Your_second_ASDF_converter/pyproject.toml pypi
  • asdf >=2.8
requirements.txt pypi
  • asdf *
  • asdf-astropy *
  • astropy *
  • gwcs *
  • matplotlib *