From ea36e167ae0346ae1e887cbaa5737ef3c1386f27 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Thu, 30 Sep 2021 09:17:10 -0700 Subject: [PATCH] Update the changelog for write_ms --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011c292f30..c24dee5ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. ### Added +- Added the `UVData.write_ms` method, a UVData measurement set writer. +- Added an option to the `UVData.check` method to flip the uvws and conjugate the +data_array to align with the `UVData` convention on baseline orientation. - Added the `flip_gain_conj` option to `utils.uvcalibrate` to use the opposite gain conjugation convention in calibration. - Support for selecting on polarization strings on `UVData`, `UVCal`, `UVBeam` and `UVFlag`.