{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "simulation.ipynb",
"provenance": [],
"toc_visible": true,
"include_colab_link": true
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "tMo9HifM3EQJ"
},
"source": [
"# Simulations\n",
"\n",
"The capability of simulating observations and data sets from VLA, ALMA, and other existing and future observatories is an important use-case for CASA. This not only allows the user to get an idea of the capabilities of these instruments for doing science, but also provides benchmarks for the performance and utility of the software to process \"realistic\" data sets (with atmospheric and instrumental effects). Simulations can also be used to tune parameters of the data reduction and therefore help to optimize the process. CASA can calculate visibilities (create a MeasurementSet) for any interferometric array, and calculate and apply calibration tables representing some of the most important corrupting effects.\n",
"\n",
"Tasks available for simulating observations are:\n",
"\n",
"- **simobserve** - simulate and create custom synthetic MeasurementSets for an interferometric or total power observation\n",
"- **simanalyze** - image and analyze simulated data set, including diagnostic images and plots\n",
"- **simalma** - simulate an ALMA observation including multiple configurations of the 12-m interferometric array, the 7-m ACA, and total power measurements by streamlining the capabilities of both **simobserve** and **simanalyze**\n",
"\n",
"