Skip to content

Commit

Permalink
add title to CRISM notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Dec 19, 2023
1 parent 065777e commit 4f0f3a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions notebooks/api/02g_pds.crism_index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"#| default_exp pds.crism_index"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# CRISM PDS Index\n",
"> Tools to work with the CRISM PDS index files"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
4 changes: 2 additions & 2 deletions planetarypy/pds/crism_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# %% auto 0
__all__ = ['MTRDRIndex']

# %% ../../notebooks/api/02g_pds.crism_index.ipynb 1
# %% ../../notebooks/api/02g_pds.crism_index.ipynb 2
from yarl import URL
from .indexes import Index

# %% ../../notebooks/api/02g_pds.crism_index.ipynb 3
# %% ../../notebooks/api/02g_pds.crism_index.ipynb 4
class MTRDRIndex(Index):
def __init__(self, url):
super().__init__(key='mro.crism.mtrdr', url=url)

0 comments on commit 4f0f3a4

Please sign in to comment.