-
Corrected 09-Jan-2024 Flagged data were not properly masked in Robust weighting scheme:
they could affect the Robust parameter derivation. Also
UV_STAT WEIGHT could fail
if the weight channel ended up flagged.
- 04-Dec-2023, minor updates 11-Jan-2024 Display scripts now working on non-standard cubes
-
Corrected 13-Nov-2023
SELFCAL could become extremely slow and produce `wrong”
results (not very wrong, though, mostly noisier and sub-optimal) on ALMA data that have variable integration
times (due to flagging, etc...). Solved by implementing a better time consistency check,
with a 0.5 seconds margin.
-
Corrected 13-Nov-2023
UV_FIT failed in case of too many functions (more than 2)
causing some strange results.
-
Corrected 13-Nov-2023
MAP_COMBINE INDEX was bugged.
- 20-Oct-2023
MASK /FROM implementation.
- 20-Oct-2023
MASK LABEL implementation.
-
Corrected 19-Oct-2023
CLEAN /RESTART failed with some methods, due
to a unallocated array in call sequence.
-
Corrected 14-Oct-2023
CCT_CONVERT used wrong flux scale (must be per pixel,
not per beam area.
-
Corrected 14-Oct-2023
CLEAN CLARK and SDI failed if more than 1 beam
in frequency.
-
Corrected 05-Oct-2023,
Discovered 03-Oct-2023
COMBINE was
crashing on Linux and/or giving wrong results when Spectral and Spatial
resampling were needed.
-
Corrected 04-Oct-2023,
Discovered same day
UV_MERGE /MODE CONT
was occasionally leading to corrupted UV tables when starting from Spectral line
data.
-
Corrected 03-Oct-2023,
Discovered same day
UV_MERGE /MODE CONT was
applying an incorrect scale factor to the baseline lengths.
-
Corrected 29-Sep-2023,
Discovered 27-Sep-2023
READ could
lead to delayed crashes when reading Mosaics with different number of fields.
The map%centers array was not properly re-allocated.
-
Corrected 28-Sep-2023,
Discovered same day
UV_MERGE /MODE CONT
was not evaluating the number of output visibilities when starting
from line tables. This could lead to crashes.
- 26-Sep-2023 Kernel patch: make
DEFINE FITS ... HEADER tolerant
against incomplete FITS Xtension. Combined with a similar tolerance
in
READ UV, this allows to read incomplete UVFITS files occasionally
produced by CASA.
-
Corrected 26-Sep-2023,
Discovered 20-Apr-2023
Finally fixed a bug in
UV_MERGE /MODE CONCAT that was leading
to crash on Linux, but had no consequence on MacOS.
- 26-Sep-2023 Fixed a bug in CSV Astro catalog handling. Line names
could have a leading space, resulting in empty line idendification in
the
PIPELINE produced file names.
- 20-Sep-2023 Fixed location of log and temporary files on Apptainer
version. First MacPort working version.
- 18-Sep-2023
CATALOG did not scan unit properly in some cases.
STATISTIC output improved. (Moved to Version 3.9-05)
- 14-Sep-2023 Simulator was not adding Noise properly. Syntax
error in script, and wrong calls (Moved to Version 3.9-04)
- 06-Sep-203
COMBINE and
MAP_COMBINE had a memory leak
(Pointers are not freed in Fortran, contrary to Allocatables).
- 06-Sep-2023
UV_RESTORE was requiring too much memory.
Implement a similar scheme for
UV_RESIDUAL.
- 04-Sep-2023 Channel ranges if width smaller than
BEAM_GAP are ignored in common beam ranges determination.
- 29-Jul-2023 Shaded areas were slightly off in
UV_PREVIEW.
- 29-Jul-2023 Improve
UV_SHORT /RESAMPLE: handle arbitrary blanking
and always align in Frequency before resampling.
- 29-Jul-2023 Small syntax modification of
SPECIFY. Added
SPECIFY SPECUNIT to change unit of spectral axis and
SPECIFY BLANKING
to change blanking value.
- 13-Aug-2023
READ Item FileFilter will open a file search widget.
- 24-Jul-2023 Ensure
SELFCAL works for Mosaics as simply as for Single fields.