Search CASA
Known Issues CASA 4.7.2
-
Warning: this page is out-of-date. Known Issues regarding more recently versions of CASA can be found under the Release Information on CASA Docs.
- Most Important Issues for CASA 4.7.2
- cvel, cvel2, and mstransform with regridms do not regrid properly for channel widths > or = 2 x the native channel width
- If you want to use a data set filled with CASA 4.3.0 or later in CASA 4.2.2, you may encounter an error about missing spws. To fix, run "!fixspwbackport msname" within CASA on Linux. msname is the name of the MeasurementSet.
- Restructuring of the clean task is ongoing and tclean is actively being developed. Use with care, being aware of its experimental nature, and send bugs to the CASA helpdesk.
- Currently, gaincal will not find good solutions if any correlation (including cross-correlation) in the data is completely flagged. As an interim solution one may split the unflagged data in a separate file and then perform gaincal
- Plotting the virtual model in plotms fails when it was created in clean with imagermode='mosaic' and ftmachine='mosaic', or gridmode='aprojection'. And it also fails in tclean when gridder='mosaic' or gridder='awproject'
- CASA is not using LD_LIBRARY_PATH anymore but CASA_LD_LIBRARY_PATH this should avoid confusion.
- cvel is calculating the velocity incorrectly for ephemeris objects. We recommend to use mstransform or its offspring cvel2 although the latter should be used with care as it is not fully commissioned yet.
- General:
- NFS mounted disks --- It is not recommended that you run CASA (e.g. have your data) on disks that are NFS mounted. It can be done, but in some cases the files will be NFS locked and this can crash casapy or its tasks. In this case, you have to restart casapy.
- If you receive messages like xvfb timeout you may try to clean out your /tmp folder, then restart CASA.
- bandpass ---
- Currently, bandpass will not find good solutions if any correlation (including cross-correlation) in the data is completely flagged. As an interim solution one may split the unflagged data in a separate file and then perform bandpass
- polcal ---
- Polarization angle calibration poltype='X' is sensitive to any position shift in the source model relative to the phase center with respect to the phase center in intensity.
- setjy ---
- sometimes setjy does not properly overwrite a current model in the header of the ms (virtual scratch column). It is recommended to use delmod if a model exists and shall be overwritten.
- exportfits ---
- When running tclean mtmfs with parallel=True, the user must always specify the reference frequency they want to use for the Taylor expansion (and hence the reference frequency of the output image). If not, one may trigger the bug of the first partition's coordinate system being used for the entire output image, and when that partition spans only a fraction of the frequency range, the middle of only that range will get used as the default reference frequency for the Taylor expansion.
- plotcal (also check the matplotlib section for plotcal issues) ---
- When plotcal does not release a calibration table properly but keeps it in lock, try to hit the quit button in the plotcal GUI first. Then redisplay the table.
- If you use plotcal on a caltable, it will then
be put into the cache of the table system. If you try
to re-run a solve (e.g. gaincal, bandpass,
blcal, polcal) with the same caltable
name and append=F to overwrite, then when it
tries to delete the original caltable it cannot due to
the cache. You will see an error like:
SEVERE gaincal::Calibrater::solve Caught exception: Invalid Table operation: SetupNewTable ngc5921.demo.gcal is already opened (is in the table cache)
Either use a different output caltable name, or restart you casapy session (exit and start again) to free up the cache. Update: As of Patch 4, you can use the rmtables task to delete tables. - BPOLY solutions from bandpass must be plotted versus frequency and not channel. BPOLY and B solutions can only be overlaid if xaxis = 'freq'.
- GSPLINE and G solutions from gaincal can be overlaid, though this has not been extensively tested.
- Currently, plotcal needs to know the MS from which the caltable was derived to get indexing information. It does this using the name stored inside the table, which does not include the full path, but assumes the MS is in the same directory as the cal-table and has the same name it had when the cal-table was created.
- If there are flagged channels at the lower edge of the data, say, 0~4, and you select a channel and 'locate' it from plotcal, it will give the incorrect channel number (will count from the first unflagged channel, not zero).
- uvcontsub ---
- fitorder should be kept low (<= 1) unless the line band is relatively narrow compared to the fit bands. If the image rms markedly rises in the middle line channels after uvcontsub, fitorder should probably be lowered.
- fitorder > 0 does not work with solint > 'int'
- VLA Switched Power ---
- In CASA v4.2.2 and higher, the weight calibration for EVLA switched power/Tsys corrections is still being investigated. Visibility corrections are ok. Since switched power calibration is not used by the EVLA pipeline (except for requantizer gain corrections, for which this problem is irrelevant), and since calwt=F remains the general recommendation, users should rely on statwt to generate appropriate data weights.
- Synthesis Imaging:
- clean ---
- In the clean task, when the modelimage parameter is specified, and a previous model exists on disk with the name 'imagename.model', they are both added before prediction. This can happen if you restart clean to continue a deconvolution, but don't set modelimage='' before doing so.
- clean expects that all input polarizations are present. E.g. if you have RR and LL dual polarization data and you flagged parts of RR but not LL, clean will ignore both polarizations in slice. It is possible to split out a polarization product with split and image separately. But you will not be able to combine these part-flagged data in the uv-domain. We will remove that restriction in a future CASA release.
- Facets do not always work on Mac OS X. This is frequently due to a built in limit for the number of open files. Per default the setting is usually 256 (use ulimit -a to check). For facets in clean it might be required to set to a higher number, e.g. ulimit -n 2048. All commands must be issued from a bash shell outside CASA.
- Mask editing in interactive clean does not work reliably when the input MS is in reference frames other than LSRK or TOPO. Two incarnations of the problem were encountered so far: (a) when working in GEO, as on solar system objects, mask editing is impossible. (b) When working in BARY, masks created in CASA 4.0 cannot be edited when they are used as input masks for interactive clean in CASA 4.1. and higher.
- The Mac OS compilers are different to Linux compilers and some options are not available (e.g. opemmp and sincos). This causes some of the clean procedures, in particularly mosaicking, to be slower on MacOS than on Linux.
- tclean defaults to usemask='none' when running from the interface. The command line will correctly use usemask='user'
- Visualization:
- viewer ---
- The CASA viewer does not yet support the entire region shapes and parameters at this stage.
- Viewer may not properly open saved region files
- With the new region panel being used now, It may be advisable to rename the $HOME/.casa/viewer/rc file that stores previous configurations of the viewer.
- Viewer - labels are not shown - this can be caused by a conflict between an installed version of PGPLOT and the version of PGPLOT that comes with the non-root version of CASA. If you do have PGPLOT installed in a standard location (e.g. /usr/lib), you may try moving it aside and see if it resolves the problems. If you do encounter this problem, please report it to the CASA team.
- Some X11 settings can make the viewer unstable. We identified that the line
Load "glx"
in /etc/X11/xorg.conf
is such a setting. If you don't need this line for aother applications, it would be better to have it removed.
- Analysis:
- general ---
- some tasks, e.g. impv do not work well with GALACTIC coordinates.
- uvmodelfit ---
- When running uvmodelfit, the output componentlist does not contain the uncertainty in flux that the task calculates (and displays at the end of the fitting process).
- clean ---
- simobserve/analyze ---
- corruption of simulated MS by an atmospheric phase screen is only available from the toolkit. simobserve and sm: Under some circumstances, running sm.setnoise and sm.corrupt, or simobserve with thermal noise, twice using the same project name, the noise can be applied a second time, doubling the noise level. Be sure to use different project names for creating different simulations with noise. see casaguides.nrao.edu for the latest simulation information
- general ---
- Difficulty in allocating memory to import/processing of band 9 (fast-mapped, double-circle) data. Use high-performance machines as workaround.
- sdflagmanager ---
- Due to a limitation of current implementation, row or channel flag status may not be restored properly. This may happen when any rows are flagged.
- sflag and sdplot ---
- Data selection by raster causes an error when it is used in combination with field and/or timerange selection.
- sdimaging ---
- sdimaging task may fail when more than several MSes are chosen as inputs (infiles) to create single output image. It is because the file descriptor opened by the task exceeds the limit defined by OSes. You can relax the limit of the number of open file descriptors by the command, e.g., ulimit -n 4096 . Note the typical number of file descriptors opened by the task is 35/MS.
- The following single dish tasks with the old task interfaces are removed: sdbaselineold, sdcalold, sdcal2old, sdfitold, sdflagold, sdflag2old, sdgridold, sdimagingold, sdmathold, sdplotold, sdreduceold, sdsaveold, sdsmoothold, and sdstatold.
- The following issues in the previous releases are fixed.
- sdimaging does not take antenna variation into account when calculating pointing direction of spectra for gridding.
- slowness of beam size definition in sdimaging.
- sdimaging fails when imsize is specified in numpy integer type.
- sdimaging does not provide accurate error message when selection failed (no data is selected).
- scantable to MS conversion does not map new ALMA scan intents, CALIBRATE_ATMOSPHERE#ON_SOURCE and HOT,AMBIENT, properly.
- scantable to MS conversion outputs redundant pointing information in POINTING subtable
- sdcal2 ignores scan intents when extracting Tsys measurements to calibration table
See also the Alert notices in the CASA User Reference & Cookbook and the Casaguides Wiki Pages for more details on known problems and workarounds.