simanalyze – image and analyze measurement sets created with simobserve – simulation task
Description
- This task is for imaging and analyzing measurement sets (MSs) simulated
with simobserve or simalma.
Parameters
Parameter |
Default |
Description |
|---|---|---|
project |
|
|
image |
|
|
imagename |
|
|
skymodel |
|
|
vis |
|
|
modelimage |
|
|
imsize |
|
|
imdirection |
|
|
cell |
|
|
interactive |
|
|
niter |
|
|
threshold |
|
|
weighting |
|
|
mask |
|
|
outertaper |
|
|
pbcor |
|
|
stokes |
|
|
featherimage |
|
|
analyze |
|
|
showuv |
|
|
showpsf |
|
|
showmodel |
|
|
showconvolved |
|
|
showclean |
|
|
showresidual |
|
|
showdifference |
|
|
showfidelity |
|
|
graphics |
|
|
verbose |
|
|
overwrite |
|
|
dryrun |
|
|
logfile |
|
Parameter Explanations
project
'sim'
root prefix for output file names
image
True
(re)image $project.*.ms to $project.image
imagename
'default'
simulation output image to analyze (default = first $project/*.image found)
skymodel
''
skymodel image to analyze (the .skymodel image created by simobserve or simalma and used by one of those tasks to create an MS; if unspecified, will try to find one similar to your specified output image name)
vis
'default'
Measurement Set(s) to image
modelimage
''
lower resolution prior image to use in clean e.g. existing total power image
imsize
numpy.array( [ int(0),int(0) ] )
output image size in pixels (x,y) or 0 to match model
imdirection
''
set output image direction, (otherwise center on the model)
cell
''
cell size with units e.g. “10arcsec” or “” to equal model
interactive
False
interactive clean? (make sure to set niter>0 also)
niter
int(0)
maximum number of iterations (0 for dirty image)
threshold
'0.1mJy'
flux level (+units) to stop cleaning
weighting
'natural'
weighting to apply to visibilities. briggs will use robust=0.5
mask
*UNKNOWN*
Cleanbox(es), mask image(s), region(s), or a level
outertaper
numpy.array( [ '' ] )
uv-taper on outer baselines in uv-plane
pbcor
True
correct the output of synthesis images for primary beam response?
stokes
'I'
Stokes params to image
featherimage
''
image (e.g. total power) to feather with new image
analyze
False
(only first 6 selected outputs will be displayed)
showuv
True
display uv coverage
showpsf
True
display synthesized (dirty) beam (ignored in single dish simulation)
showmodel
True
display sky model at original resolution
showconvolved
False
display sky model convolved with output clean beam
showclean
True
display the synthesized image
showresidual
False
display the clean residual image (ignored in single dish simulation)
showdifference
True
display difference between output cleaned image and input model sky image convolved with output clean beam
showfidelity
True
display fidelity (see help)
graphics
'both'
display graphics at each stage to [screen|file|both|none]
verbose
False
overwrite
True
overwrite files starting with $project
dryrun
False
only print information [experimental; only for interfermetric data]
logfile
''