Skip to content

Releases: casangi/astrohack

v0.4.8

14 Feb 18:48
Compare
Choose a tag to compare
v0.4.8 Pre-release
Pre-release

v0.4.8

v0.4.7

14 Feb 18:22
Compare
Choose a tag to compare
v0.4.7 Pre-release
Pre-release

v0.4.7

v0.4.6

14 Feb 18:18
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

v0.4.6

v0.4.5

14 Feb 16:45
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

v0.4.5

v0.4.4

14 Feb 14:51
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

v0.4.4

v0.4.3

07 Feb 17:01
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • Fixed issue with dropping antenna messing with antenna indexing.
  • Updated default calculation for grid and cell size.
  • Filter out SYSTEM_CONFIGURATION scans.
  • Add time smoothing of the visibilities and pointing data.

v0.4.2

14 Dec 22:49
7910448
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Release Notes: Astrohack v0.4.2

  • Fixed missing import of extract_pointing in memory test.

  • Polarization selection in Panel now uses xarray tools.

  • Panel can now select a polarization state.

    • Previously panel picked the 0th element in the polarization axis of the aperture for doing the work, but this was not robust if the data is not on the stokes order I, Q, U, V.
    • Panel is now allowed to choose which polarization state to pick from the data, for example running on RR or XX when stokes parameters are not available.
  • Generalize creation of default file name.

    • When output file names were not given the code created a default name based on the input name. This was repeated code among the different modules and has now been generalized to a single agnostic function.
  • Parameter no longer checking fails in Github Actions in MacOS

  • Parameter checking validation added to plotting API.

  • Fix bug where client didn't load worker logging plugin when logger parameters were not specifically passed to local_client(...) function.

  • The function extract_point(...) now includes an option to drop a given antenna(s). The changes have been propagated into extract_holog(...) as well. The new input parameter to extract_point(...) is exclude = [] and takes a single or list of antennas.

    • A warning has been added to extract_point(...) to notify the user when the antenna data length ensemble has a fractional error of more than 1%, ie. this should be essentially zero.

    • Dropped antenna info in recorded in the pointing dataset object.

v0.4.1

14 Dec 22:40
f7e9e97
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Release Notes: Astrohack v0.4.1

  • Fixed missing import of extract_pointing in memory test.

  • Polarization selection in Panel now uses xarray tools.

  • Panel can now select a polarization state.

    • Previously panel picked the 0th element in the polarization axis of the aperture for doing the work, but this was not robust if the data is not on the stokes order I, Q, U, V.
    • Panel is now allowed to choose which polarization state to pick from the data, for example running on RR or XX when stokes parameters are not available.
  • Generalize creation of default file name.

    • When output file names were not given the code created a default name based on the input name. This was repeated code among the different modules and has now been generalized to a single agnostic function.
  • Parameter no longer checking fails in Github Actions in MacOS

  • Parameter checking validation added to plotting API.

  • Fix bug where client didn't load worker logging plugin when logger parameters were not specifically passed to local_client(...) function.

  • The function extract_point(...) now includes an option to drop a given antenna(s). The changes have been propagated into extract_holog(...) as well. The new input parameter to extract_point(...) is exclude = [] and takes a single or list of antennas.

    • A warning has been added to extract_point(...) to notify the user when the antenna data length ensemble has a fractional error of more than 1%, ie. this should be essentially zero.

    • Dropped antenna info in recorded in the pointing dataset object.

v0.4.0

13 Dec 23:41
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

New parameter checking!

v0.3.6

07 Dec 16:51
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

Added config files to MANIFEST.in