(write the points below into real text)
the more detailed explanation and more information. * the intended audience are new users of astrodata, but it can obviously serve as a quick refresher for standard operations. * the data used in this tutorial and throughout the manual is packaged in gemini_python_datapkg-X1.tar.gz. The archive file can be downloaded from the Gemini website. * in the data package, the data used in this manual is stored in the directory data_for_ad_user_manual. * to run this tutorial, you will need to install gemini_python. See the Installing Astrodata section in the Introduction <intro>`.
python
1 2 | >>> from astrodata import AstroData
>>> ad = AstroData('....fits')
|
Todo
Create a tutorial that shows how to do typical things an astronomer might want do.