Skip to content

Commit b110784

Browse files
committed
revise index
1 parent 0aa8861 commit b110784

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

index-coordinates.ipynb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "b746fb41",
6+
"metadata": {},
7+
"source": [
8+
"# Preface - Tutorial Series on astropy.coordinates\n",
9+
"\n",
10+
"This is a set of tutorials on how to use the `astropy.coordinates` package to work with astronomical coordinates.\n",
11+
"We will introduce many of the key concepts underlying how to represent and transform astronomical coordinates using `astropy.coordinates`, including how to work with both position and velocity data within the coordinate objects. We will also explore how the `astropy.coordinates` package can be used to cross-match two catalogs that contain overlapping sources that may have been observed at different times.\n"
12+
]
13+
}
14+
],
15+
"metadata": {
16+
"language_info": {
17+
"name": "python"
18+
}
19+
},
20+
"nbformat": 4,
21+
"nbformat_minor": 5
22+
}

index-coordinates.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)