Introduction to CASA simulations: Difference between revisions

From CASA Guides
Jump to navigationJump to search
(Created page with "== '''Introduction''' == ''This Guide is applicable to '''CASA version 5.1''', which can be downloaded [http://casa.nrao.edu/casa_obtaining.shtml here]. For older versions of...")
 
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== '''Introduction''' ==
{{checked_6.5.4}}


''This Guide is applicable to '''CASA version 5.1''', which can be downloaded [http://casa.nrao.edu/casa_obtaining.shtml here]. For older versions of CASA please see [[Simulating Observations in CASA 4.4]].''
== '''CASA Simulations''' ==
 
''This Guide is applicable to '''CASA version 6.5.4''', which can be downloaded [http://casa.nrao.edu/casa_obtaining.shtml here].  
<!-- For older versions of CASA please see [[Simulating Observations in CASA 4.4]].'' -->


Simulating interferometric observations in CASA proceeds in the following steps:
Simulating interferometric observations in CASA proceeds in the following steps:


# Make a model image.  The model image is a representation of the sky brightness distribution that you would like to simulate observing, stored initially as a FITS file.  There are several paths to making the FITS file, discussed below.
# Make a model image.  The model image is a representation of the sky brightness distribution that you would like to simulate observing, stored initially as a FITS file.  There are several paths to making the FITS file, discussed below.
# Generate uv data with the {{simobserve}} task.  
# Generate uv data with the {{simobserve_6.5.4}} task.  
# Image the simulated observation with the {{simanalyze}} task.
# Image the simulated observation with the {{simanalyze_6.5.4}} task.


The {{simobserve}} task generates the visibilities that would be measured by observing the specified input model of sky brightness.  The user needs to specify a telescope to use for the observation.  CASA includes a set of configuration files for ALMA, VLA, VLBA, ATCA, CARMA, SMA, PdBI and WSRT interferometers.  A table of configuration files shipped with CASA is available [http://casaguides.nrao.edu/index.php?title=Antenna_Configurations_Models_in_CASA_Cycle5 here].  The {{simobserve}} task can add thermal noise to the visibilities.  The {{simobserve}} task uses the [http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html aatm] atmospheric model (based on Juan Pardo's [http://cab.inta-csic.es/users/jrpardo/class_atm.html ATM] library) to simulate real observing conditions and introduce atmospheric "corruption", i.e. noise and phase delay.
The {{simobserve_6.5.4}} task generates the visibilities that would be measured by observing the specified input model of sky brightness.  The user needs to specify a telescope to use for the observation.  CASA includes a set of configuration files for ALMA, VLA, VLBA, ATCA, CARMA, SMA, PdBI and WSRT interferometers.  A table of configuration files shipped with CASA is available [[Antenna_Configurations_Models_in_CASA_Cycle10| here]].  The {{simobserve_6.5.4}} task can add thermal noise to the visibilities.  The {{simobserve_6.5.4}} task uses the [http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html aatm] atmospheric model (based on Juan Pardo's [http://cab.inta-csic.es/users/jrpardo/class_atm.html ATM] library) to simulate real observing conditions and introduce atmospheric "corruption", i.e. noise and phase delay.


Next, the {{simanalyze}} task is used to produce a cleaned image based on the generated visibilities.  It can compare the simulated image with your input (convolved with the output clean beam) and then calculate a "fidelity image" that indicates how well the simulated output matches the convolved input image.
Next, the {{simanalyze_6.5.4}} task is used to produce a cleaned image based on the generated visibilities.  It can compare the simulated image with your input (convolved with the output clean beam) and then calculate a "fidelity image" that indicates how well the simulated output matches the convolved input image.


'''''For ALMA:''' the [[Guide_To_Simulating_ALMA_Data | Guide to Simulating ALMA Data]] gives an introduction to ALMA simulations, and discusses their relevance to ALMA observing proposals.'' The task {{simalma}} is available to simplify the process of simulating data that combines the 12-m Main Array and the ACA.  The best way to learn {{simalma}} is to follow the tutorial linked near the bottom of this page.
'''''For ALMA:''' the [[Guide_To_Simulating_ALMA_Data | Guide to Simulating ALMA Data]] gives an introduction to ALMA simulations, and discusses their relevance to ALMA observing proposals.'' The task {{simanalyze_6.5.4}} is available to simplify the process of simulating data that combines the 12-m Main Array and the ACA.  The best way to learn {{simanalyze_6.5.4}} is to follow the tutorial linked near the bottom of this page.


=== Generating a Model Image ===
=== Generating a Model Image ===
Line 21: Line 24:
* '''Starting from an existing FITS image'''
* '''Starting from an existing FITS image'''


The simplest option is to begin with an existing FITS image of a millimeter or submillimeter observation.  The FITS image can be either a single plane (i.e. one observed frequency channel) or a cube.  A common simulation exercise is to begin with a FITS file representing an observation of a target, then scale the spatial axes and the flux to shift the data to what would be observed for a similar target at a different distance.  The {{simobserve}} task has parameters to set the peak flux density, coordinates on the sky, pixel size, frequency of the center channel, and channel width.  See the discussion below.
The simplest option is to begin with an existing FITS image of a millimeter or submillimeter observation.  The FITS image can be either a single plane (i.e. one observed frequency channel) or a cube.  A common simulation exercise is to begin with a FITS file representing an observation of a target, then scale the spatial axes and the flux to shift the data to what would be observed for a similar target at a different distance.  The {{simobserve_6.5.4}} task has parameters to set the peak flux density, coordinates on the sky, pixel size, frequency of the center channel, and channel width.  See the discussion below.


* '''Starting from a component list'''
* '''Starting from a component list'''


It may be useful to simulate observations of an idealized model image consisting, for example, of point sources and Gaussians.  The CASA component list tool (<tt>cl</tt>) allows the user to create a FITS file by specifying a set of point sources, Gaussians, disks, and limb-darkened disks.  Each of these is a "component" in the FITS image.  [http://casaguides.nrao.edu/index.php?title=Simulation_Guide_Component_Lists_%28CASA_4.1%29 This CASA guide] provides an example of creating a FITS file from a component list.
It may be useful to simulate observations of an idealized model image consisting, for example, of point sources and Gaussians.  The CASA component list tool (<tt>cl</tt>) allows the user to create a FITS file by specifying a set of point sources, Gaussians, disks, and limb-darkened disks.  Each of these is a "component" in the FITS image.  [https://casaguides.nrao.edu/index.php?title=Simulation_Guide_Component_Lists_(CASA_6.5.3) This CASA guide] provides an example of creating a FITS file from a component list.


* '''Starting from a GIF or JPG image'''
* '''Starting from a GIF or JPG image'''
Line 44: Line 47:
  exportfits(imagename ='testimage2',fitsimage ='myfile.fits',overwrite=T)
  exportfits(imagename ='testimage2',fitsimage ='myfile.fits',overwrite=T)


You could also use the parameters in the {{simobserve}} task to modify the peak flux density, coordinates on the sky, pixel size, frequency of the center channel, and channel width.  See the discussion below.
You could also use the parameters in the {{simobserve_6.5.4}} task to modify the peak flux density, coordinates on the sky, pixel size, frequency of the center channel, and channel width.  See the discussion below.


=== Generating visibilities with '''simobserve''' ===
=== Generating visibilities with '''simobserve''' ===


The task {{simobserve}} takes several steps to generate observed visibilities.  The major steps are:
The task {{simobserve_6.5.4}} takes several steps to generate observed visibilities.  The major steps are:


* Modify Model.  If desired, you can modify the header parameters in your data model to mimic different observing targets.  For example, if you start with a model of M100 you might wish to scale the axes to simulate an observation of an M100-like galaxy that is 4X more distant.  The settable parameters include:
* Modify Model.  If desired, you can modify the header parameters in your data model to mimic different observing targets.  For example, if you start with a model of M100 you might wish to scale the axes to simulate an observation of an M100-like galaxy that is 4X more distant.  The settable parameters include:
Line 57: Line 60:
** '''inwidth''': Set the channel width, e.g. "10MHz"
** '''inwidth''': Set the channel width, e.g. "10MHz"
* Set Pointings. If the angular size of your model image is comparable or larger than the 12-m primary beam, you can simulate observing the target as a mosaic.  In this step, the individual pointings are determined and saved in a text file.  You can also generate such a text file yourself.
* Set Pointings. If the angular size of your model image is comparable or larger than the 12-m primary beam, you can simulate observing the target as a mosaic.  In this step, the individual pointings are determined and saved in a text file.  You can also generate such a text file yourself.
* Generate visibilities.  The visibilities are determined based on the telescope and configuration specified, and the length in time of the observation.  Here is a [[Antenna_Configurations_Models_in_CASA| list of configuration files available in CASA 4.4]].
* Generate visibilities.  The visibilities are determined based on the telescope and configuration specified, and the length in time of the observation.  Here is a [[Antenna_Configurations_Models_in_CASA_Cycle10| list of configuration files available in CASA 6.5.4]].
* Add noise.  Finally, noise is added to the visibilities.
* Add noise.  Finally, noise is added to the visibilities.


=== Transforming to images with '''simanalyze''' ===
=== Transforming to images with '''simanalyze''' ===


The task {{simanalyze}} then images the visibility data using CASA's {{clean}} task.  It also calculates and displays the difference between the simulates observation and the original model data, and it generates a "fidelity image".  Fidelity is defined as I/| I-T |, where I is the observed image intensity and T is the true image intensity, given in this case by the sky model.  
The task {{simanalyze_6.5.4}} then images the visibility data using CASA's {{tclean_6.5.4}} task.  It also calculates and displays the difference between the simulates observation and the original model data, and it generates a "fidelity image".  Fidelity is defined as I/| I-T |, where I is the observed image intensity and T is the true image intensity, given in this case by the sky model.  
# Image - Image the visibility data with CASA's {{clean}} task.
# Image - Image the visibility data with CASA's {{tclean_6.5.4}} task.
# Analyze - Calculate and display the difference between output and input, and the fidelity image.
# Analyze - Calculate and display the difference between output and input, and the fidelity image.


The [http://casaguides.nrao.edu/index.php?title=Simulation_Guide_for_New_Users_(CASA_4.4) Simulation Guide for New Users] tutorial introduces and explains the individual steps in detail.  It is possible to run the steps independently and optionally, as long as you follow the {{simobserve}} and {{simanalyze}} conventions about filenames.   
The [[Simulation Guide for New Users (CASA 4.4)]] tutorial introduces and explains the individual steps in detail.  It is possible to run the steps independently and optionally, as long as you follow the {{simobserve_6.5.4}} and {{simanalyze_6.5.4}} conventions about filenames.   
 
<!-- <u>Taskname History</u> -->
<u>Taskname History</u>
<!-- * In CASA 3.3 {{simobserve_6.5.4}} and {{simanalyze_6.5.4}} were named sim_observe and sim_analyze, respectively. -->  
 
<!-- * In CASA 3.4 and earlier, the functionality of both tasks was contained in task simdata, which is now obsolete. -->
* In CASA 3.3 {{simobserve}} and {{simanalyze}} were named sim_observe and sim_analyze, respectively.   
<!-- * In CASA 4.1, the task [https://casadocs.readthedocs.io/en/stable/api/tt/casatasks.simulation.simalma.html simalma] was introduced.  This task simplifies simulation of 12 m interferometric + 7 m interferometric + total power ALMA observations. -->
* In CASA 3.4 and earlier, the functionality of both tasks was contained in task simdata, which is now obsolete.
<!-- <br> -->
* In CASA 4.1, the task {{simalma}} was introduced.  This task simplifies simulation of 12 m interferometric + 7 m interferometric + total power ALMA observations.
 
<br>


=== Example Input Images ===
=== Example Input Images ===
Line 81: Line 81:
<!-- == Advanced CASA Simulation == -->
<!-- == Advanced CASA Simulation == -->
<!-- === Under the Hood: The sm Tool === -->
<!-- === Under the Hood: The sm Tool === -->
<!-- {{simobserve}} calls methods in the '''[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]''' tool.  For advanced CASA users, the '[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]' tool has methods that can add to simulated data: phase delay variations, gain fluctuations and drift, cross-polarization, and bandpass and pointing errors.  '[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]' also has more flexibility than {{simobserve}} in adding thermal noise.  The tutorials linked from this page describe the simulation of data using the task interface only.  To learn more about the '[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]' tool, see the [http://casa.nrao.edu/docs/CasaRef/CasaRef.html CASA Toolkit Reference Manual]. An examples of advanced techniques for corrupting a simulated MeasurementSet can be found in this "[[Corrupt]]" CASA Guide. -->
<!-- [https://casadocs.readthedocs.io/en/stable/api/tt/casatasks.simulation.simobserve.html simobserve] calls methods in the '''[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]''' tool.  For advanced CASA users, the '[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]' tool has methods that can add to simulated data: phase delay variations, gain fluctuations and drift, cross-polarization, and bandpass and pointing errors.  '[https://casa.nrao.edu/docs/CasaRef/CasaRef.html simulator]' also has more flexibility than [https://casadocs.readthedocs.io/en/stable/api/tt/casatasks.simulation.simobserve.html simobserve] in adding thermal noise.  The tutorials linked from this page describe the simulation of data using the task interface only.  To learn more about the simulator tool, see the the [https://casadocs.readthedocs.io/en/stable/api/tt/casatools.simulator.html#casatools.simulator simulator tool documentation in CASA Docs]. An examples of advanced techniques for corrupting a simulated MeasurementSet can be found in this "[[Corrupt]]" CASA Guide. -->


=== Ephemeris and Geodesy ===
=== Ephemeris and Geodesy ===
Line 88: Line 88:


<br>
<br>
== '''Warning: CLEAN Bias''' ==  
== '''Warning: CLEAN Bias''' ==  



Latest revision as of 15:55, 21 March 2024

Last checked on CASA Version 6.5.4

CASA Simulations

This Guide is applicable to CASA version 6.5.4, which can be downloaded here.

Simulating interferometric observations in CASA proceeds in the following steps:

  1. Make a model image. The model image is a representation of the sky brightness distribution that you would like to simulate observing, stored initially as a FITS file. There are several paths to making the FITS file, discussed below.
  2. Generate uv data with the simobserve task.
  3. Image the simulated observation with the simanalyze task.

The simobserve task generates the visibilities that would be measured by observing the specified input model of sky brightness. The user needs to specify a telescope to use for the observation. CASA includes a set of configuration files for ALMA, VLA, VLBA, ATCA, CARMA, SMA, PdBI and WSRT interferometers. A table of configuration files shipped with CASA is available here. The simobserve task can add thermal noise to the visibilities. The simobserve task uses the aatm atmospheric model (based on Juan Pardo's ATM library) to simulate real observing conditions and introduce atmospheric "corruption", i.e. noise and phase delay.

Next, the simanalyze task is used to produce a cleaned image based on the generated visibilities. It can compare the simulated image with your input (convolved with the output clean beam) and then calculate a "fidelity image" that indicates how well the simulated output matches the convolved input image.

For ALMA: the Guide to Simulating ALMA Data gives an introduction to ALMA simulations, and discusses their relevance to ALMA observing proposals. The task simanalyze is available to simplify the process of simulating data that combines the 12-m Main Array and the ACA. The best way to learn simanalyze is to follow the tutorial linked near the bottom of this page.

Generating a Model Image

A "model image" is a FITS file that contains a representation of the sky brightness distribution, and it represents the object to be "observed" in the simulation. The FITS file must contain a realistic set of spatial axes, and a realistic flux density. There are several ways to generate a model image.

  • Starting from an existing FITS image

The simplest option is to begin with an existing FITS image of a millimeter or submillimeter observation. The FITS image can be either a single plane (i.e. one observed frequency channel) or a cube. A common simulation exercise is to begin with a FITS file representing an observation of a target, then scale the spatial axes and the flux to shift the data to what would be observed for a similar target at a different distance. The simobserve task has parameters to set the peak flux density, coordinates on the sky, pixel size, frequency of the center channel, and channel width. See the discussion below.

  • Starting from a component list

It may be useful to simulate observations of an idealized model image consisting, for example, of point sources and Gaussians. The CASA component list tool (cl) allows the user to create a FITS file by specifying a set of point sources, Gaussians, disks, and limb-darkened disks. Each of these is a "component" in the FITS image. This CASA guide provides an example of creating a FITS file from a component list.

  • Starting from a GIF or JPG image

A user may wish to convert a GIF or JPG image to a FITS file for simulation in CASA. The image should be converted to a 32-bit FITS image for use with the CASA sim tools. See this page for an example of using gimp to convert a JPG image to a FITS file. Alternatively, you could use ImageMagik, like so:

convert myfile.jpg myfile.fits

Then proceed to trim and convert the file in CASA like so:

importfits(fitsimage='myfile.fits',imagename='testimage',overwrite=T)
default 'immath'
imagename = 'testimage'
expr = 'IM0'
box = '0,0,299,299'
outfile = 'testimage2'
immath()
exportfits(imagename ='testimage2',fitsimage ='myfile.fits',overwrite=T)

You could also use the parameters in the simobserve task to modify the peak flux density, coordinates on the sky, pixel size, frequency of the center channel, and channel width. See the discussion below.

Generating visibilities with simobserve

The task simobserve takes several steps to generate observed visibilities. The major steps are:

  • Modify Model. If desired, you can modify the header parameters in your data model to mimic different observing targets. For example, if you start with a model of M100 you might wish to scale the axes to simulate an observation of an M100-like galaxy that is 4X more distant. The settable parameters include:
    • inbright: Scaling the model flux densities by setting the peak flux density of the brightest pixel, e.g. "1.2Jy/pixel"
    • indirection: Set the center target coordinates, e.g. "J2000 19h00m00 -40d00m00"
    • incell: Set the angular size of each pixel, e.g. "0.1arcsec"
    • incenter: Set the observed sky frequency. If the model is a spectral cube, this parameter applies to the center channel.
    • inwidth: Set the channel width, e.g. "10MHz"
  • Set Pointings. If the angular size of your model image is comparable or larger than the 12-m primary beam, you can simulate observing the target as a mosaic. In this step, the individual pointings are determined and saved in a text file. You can also generate such a text file yourself.
  • Generate visibilities. The visibilities are determined based on the telescope and configuration specified, and the length in time of the observation. Here is a list of configuration files available in CASA 6.5.4.
  • Add noise. Finally, noise is added to the visibilities.

Transforming to images with simanalyze

The task simanalyze then images the visibility data using CASA's tclean task. It also calculates and displays the difference between the simulates observation and the original model data, and it generates a "fidelity image". Fidelity is defined as I/| I-T |, where I is the observed image intensity and T is the true image intensity, given in this case by the sky model.

  1. Image - Image the visibility data with CASA's tclean task.
  2. Analyze - Calculate and display the difference between output and input, and the fidelity image.

The Simulation Guide for New Users (CASA 4.4) tutorial introduces and explains the individual steps in detail. It is possible to run the steps independently and optionally, as long as you follow the simobserve and simanalyze conventions about filenames.

Example Input Images

Several examples of input model images are showcased here: Sim Inputs. These may be useful for running your own simulation tests, beyond what are presented in the above tutorials.

Ephemeris and Geodesy

Generic ephemeris and geodesy calculations can be done using CASA Python module simutil.py.


Warning: CLEAN Bias

As is the case for real images, cleaning images produced by simobserve can lead to a spurious decrease in object fluxes and noise on the image (an effect known as "clean bias"). This is particularly true for observations with poor coverage of the uv-plane, i.e. using telescopes with small numbers of antennas, such as the ALMA Early Science configurations, and/or in short "snapshot" observations. Users should always clean images with care, using a small number of iterations and/or a conservative (3-5sigma) threshold and boxing bright sources.


User Feedback

We welcome input on developing the CASA simulator. Contact "rindebet at nrao.edu" if you would like to volunteer your input.