Skip to content

Commit

Permalink
fixed tutorials and update the website
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshiwavm committed Jun 2, 2024
1 parent 7064162 commit f0ea09e
Show file tree
Hide file tree
Showing 5 changed files with 524 additions and 684 deletions.
4 changes: 2 additions & 2 deletions docs/source/simulations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Simulations
###########

Simulations in ``maria`` are done with a ``Simulation``, to which we pass an instrument, a site, and an observing plan:
Simulations in ``maria`` are done with a ``Simulation``, to which we pass an instrument, a site, and an observing plan::

import maria

sim = maria.Simulation(instrument="ACT", site="llano_de_chajnantor", plan="stare")


Running a simulation will spit out a ``TOD`` (short for time-ordered data)
Running a simulation will spit out a ``TOD`` (short for time-ordered data)::

tod = sim.run()

Expand Down
5 changes: 2 additions & 3 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ Tutorials
:maxdepth: 2

tutorials/custom-map-simulations
.. tutorials/MUSTANG-2_cluster.ipynb
.. tutorials/AtLAST_cluster.ipynb
.. tutorials/AtLAST_galaxy.ipynb
tutorials/MUSTANG-2_cluster.ipynb
tutorials/AtLAST_cluster.ipynb
567 changes: 261 additions & 306 deletions docs/source/tutorials/AtLAST_cluster.ipynb

Large diffs are not rendered by default.

561 changes: 218 additions & 343 deletions docs/source/tutorials/MUSTANG-2_cluster.ipynb

Large diffs are not rendered by default.

71 changes: 41 additions & 30 deletions docs/source/tutorials/custom-map-simulations.ipynb

Large diffs are not rendered by default.

0 comments on commit f0ea09e

Please sign in to comment.