Change Log
Development
4.0.0
Added
Added
averaging_channelsandaveraging_timestoSCAN_TYPEtable.
Changed
Changed
scan_intenttoscan_intentsand its type was changed from string to list of strings.
3.0.0
Added
Added
integration_timeandscan_intenttoSCAN_TYPEtable.Added
time_centroidsargument toprocess_visibilityRPC. This will allow processors to write the correct time centroid to MS.
2.0.0
Added
Added
SCAN_TYPEtable to store scan type information, currently on the scan type ID.Added
scan_typeargument toprocess_visibilityRPC, allowing processors to identify the scan type of the current scan.
Changed
Update build system to poetry
>=2.0.0,<3.Update non-main dependencies to latest available..
Removed
Removed
read_payloadRPC.
1.0.0
Added
Added
beam_indextoprocess_visibilityRPC. This will allow processors work with each beam independently.Added
telescopetoprocess_visibilityRPC. This will allow processors identify the telescope they are receiving data for.
Changed
Poetry housekeeping, updated to
>=1.8.2.
0.6.1
Added
New
start_scanandend_scanprocedures, each taking ascan_idas their own argument. Will be used to inform processors about scans starting/ending in SDP.
Changed
Poetry housekeeping, updated to
>=1.6.1.
0.6.0
Changed
BREAKING Updated minimum required python version to 3.9
Removed internal usage of
pkg_resourcesAPI, usingimportlib.resourcesinstead.
0.5.0
Added
New
process_visibilityprocedure, modelled after the existingread_payloadone, but able to transmit the full contents of aVisibilitydataset, including data for multiple time values.Column tables in table definitions can now be lists of fixed size.
New
ANTENNA2table schema that better matches theConfigurationclass from theska-sdp-datamodelpackage.
Changed
Add dimension information to tensors in
read_payloadprocedure. The dimension names align with theVisibilityclass from theska-sdp-datamodelpackage.
0.4.0.post0
Changed
Ported package to poetry and standard CI tooling.
0.4.0
Fixed declared dimensions order for visibility tensor.
Adjust weights and flags dimensions and type to match expectations from downstream pipeline components.
0.3.2
Adjusted tables to latest ADR-54 schema:
Renamed SpectralWindow’s
name->spectral_window_idBeam ID type changed from
int->stringRenamed
phase_dir’stime_origin->reference_time, addedreference_frame.
0.3.1
Add name to spectral window
0.3.0
Add scan_id to the procedure
Updated tables to scan model
0.2.3
Updated the sdp-dal dependency
0.2.2
Packaged for release
0.2.1
Added the extra-requirements for publication in the CAR
0.2
Added the flags, weights and sigma to the procedure
Updated the procedure schema to include channel_ids- this is an array of ints listing the channel numbers of those included in this payload. – Steve Ord
0.1
Initial, simple list of table and procedure schemas, along with python code to load them as Python objects.