|
1 |
| -Learn Astropy |
2 |
| -============= |
3 |
| -Astropy is a Python library for use in astronomy. |
4 |
| -Learn Astropy provides a portal to all of the Astropy educational material through a single dynamically searchable web page. |
5 |
| -It allows you to filter tutorials by keywords, search for filters, and make search queries in tutorials and documentation simultaneously. |
| 1 | +TolTECA |
| 2 | +======= |
6 | 3 |
|
7 |
| -Installing Astropy |
| 4 | +`TolTECA <https://github.com/toltec-astro>`_ is the software stack developed to |
| 5 | +facilitate the data analysis tasks of the |
| 6 | +`TolTEC camera <http://toltec.astro.umass.edu>`_, which is to be mounted on the |
| 7 | +`Large Millimeter Telescope (LMT) <http://www.lmtgtm.org>`_ and provides simultaneous, |
| 8 | +polarization-sensitive imaging at wavelengths of 1.1, 1.4 and 2.0mm through its |
| 9 | +7718 Lumped element Kinetic Inductance Detectors (KIDs). For more detailed |
| 10 | +description, please check out our recent SPIE papers |
| 11 | +`TolTEC <https://ui.adsabs.harvard.edu/abs/2020SPIE11453E..02W/abstract>`_ |
| 12 | +and `TolTECA <https://ui.adsabs.harvard.edu/abs/2020SPIE11452E..2OM/abstract>`_. |
| 13 | + |
| 14 | +This site hosts a wide range of learning materials and documentations for those |
| 15 | +who would like to working with TolTEC data. The site is equipped with a search |
| 16 | +box that allows you to filter tutorials by keywords, search for filters, and |
| 17 | +make search queries in tutorials and documentation simultaneously. |
| 18 | + |
| 19 | + |
| 20 | +Installing TolTECA |
8 | 21 | ------------------
|
9 | 22 |
|
10 |
| -The `Anaconda Python Distribution <https://www.anaconda.com/download/>`_ includes Astropy and is the recommended way to install both Python and the Astropy package. Once you have Anaconda installed, use the following to update to the latest version of Astropy: |
| 23 | +The two key components of TolTECA are the Python package ``tolteca``, and the |
| 24 | +fast data reduction engine ``citlali`` written in C++. Tolteca implements the |
| 25 | +general data and pipeline management framework that serves at the highest |
| 26 | +levels, while ``citlali`` works at the low-level to carry out the actual KIDs |
| 27 | +readout signal interpretation, time-ordered data (TOD) processing, and |
| 28 | +map-making. All the software source codes can be found in the |
| 29 | +`toltec-astro <https://github.com/toltec-astro>`_ Github page. |
| 30 | + |
| 31 | +.. tip:: |
| 32 | + |
| 33 | + As of March 2021, the repositories are only available to `toltec-astro` |
| 34 | + organization members. please send email to zhiyuanma (at) umass (dot) edu |
| 35 | + if you would like to have access. |
| 36 | + |
11 | 37 |
|
12 |
| -.. code:: python |
| 38 | +To download and run the Jupyter notebook tutorials, one need to install the |
| 39 | +Python package ``tolteca`` and its dependencies, which can be done as follows: |
13 | 40 |
|
14 |
| - conda update astropy |
| 41 | +.. code:: |
15 | 42 |
|
16 |
| -To install Astropy from the source into an existing Python installation, see the more detailed `installation instructions <http://astropy.readthedocs.io/en/stable/install.html>`_ in the main Astropy documentation. |
| 43 | + $ git clone https://github.com/toltec-astro/tolteca_tutorials.git |
| 44 | + $ cd tolteca_tutorials |
| 45 | + $ pip install -r pip-requirements.txt |
17 | 46 |
|
18 |
| -Get help |
19 |
| --------- |
20 | 47 |
|
21 |
| -If you have any questions regarding using Astropy there are numerous channels for communication. |
22 |
| -Post to any one of `several forums <https://www.astropy.org/help.html>`_ to get help from our active, helpful, and friendly community of users and developers. |
| 48 | +For more detailed instructions of installing ``tolteca`` and to learn about the |
| 49 | +C++ data reduction engine ``citlali``, see their documentations |
| 50 | +`tolteca <https://github.com/toltec-astro/tolteca>`_ and |
| 51 | +`citlali <https://toltec-astro.github.io/citlali/>`_. |
| 52 | + |
23 | 53 |
|
24 | 54 | For contributors
|
25 | 55 | ----------------
|
26 | 56 |
|
27 |
| -We welcome feedback, improvements, and new tutorial content via the `Astropy |
28 |
| -Tutorials Repository <https://github.com/astropy/astropy-tutorials>`_ on |
29 |
| -GitHub. If you find a typo or would like to clarify some text, please either |
30 |
| -`create an issue <https://github.com/astropy/astropy-tutorials/issues/new>`_ or |
31 |
| -make the change yourself and then submit a pull request directly to the |
32 |
| -repository. Questions and/or comments about the tutorials are welcome on the |
33 |
| -`astropy-dev <https://groups.google.com/forum/#!forum/astropy-dev>`_ mailing |
34 |
| -list. For more information, please see the contributing documentation: |
| 57 | +Feedback, improvements, and new tutorial content are highly appreciated |
| 58 | +via the `TolTECA tutorials repository <https://github.com/toltec-astro/tolteca_tutorials>`_ on |
| 59 | +GitHub. Please feel free to open issues or submit pull requests. |
| 60 | + |
| 61 | +For more information, please see the contributing documentation: |
35 | 62 |
|
36 | 63 | .. raw:: html
|
37 | 64 |
|
38 | 65 | <a href="contributing.html"><button id="binder" style="background-color: #fa743b; border-color: #fa743b; margin-bottom: 1rem; cursor: pointer">How to contribute</button></a>
|
39 | 66 |
|
40 |
| -For developers |
41 |
| --------------- |
42 | 67 |
|
43 |
| -See the developer documentation: :ref:`dev-page`. |
| 68 | +Acknowledgement |
| 69 | +--------------- |
| 70 | + |
| 71 | +* The TolTEC project is funded by the National Science Foundation, grant #1636621. |
| 72 | + |
| 73 | +* This site uses the HTML templates and infrastructure developed by `Learn Astropy <https://learn.astropy.org>`_. |
| 74 | + |
0 commit comments