Skip to content

Releases: bbrzycki/setigen

v1.3.1

23 Jul 05:42
Compare
Choose a tag to compare

Patch setup.py to include package data in installation.

v1.3.0

09 Jul 07:19
Compare
Choose a tag to compare

Make the default noise background generation follow chi-squared distribution, appropriate for radiometer noise. Noise is calculated using data frame resolutions, and scaled up using a mean value. This change affects frame.add_noise() and frame.add_noise_from_obs(). Using a normal distribution instead for noise is still possible, using the noise_type argument, but for most (high spectral resolution) cases, using chi-squared noise is the best option.

v1.2.8

15 May 07:17
Compare
Choose a tag to compare
  • Use linspace instead of arange for better precision
  • Fix get_frequency method to support signals that go out of frame in add_constant_intensity

v1.2.7

25 Apr 21:54
Compare
Choose a tag to compare

Make sure dependencies are up to date -> blimpy 2.0.0

v1.2.6

25 Apr 21:42
Compare
Choose a tag to compare

Rearrange encode/decode bytestrings to better support notebook work

v1.2.5

22 Apr 10:16
Compare
Choose a tag to compare

Updating bytestrings to normal strings in accordance to blimpy 2.0.0 updates.

v1.2.4

22 Apr 09:34
Compare
Choose a tag to compare

Replace read_header() references to support blimpy's removal in version 2.0.0.

v1.2.3

18 Mar 03:24
Compare
Choose a tag to compare

Add class method Frame.from_data() to initialize frame objects from existing 2d data arrays.

v1.2.2

18 Mar 02:28
Compare
Choose a tag to compare

Edit Waterfall metadata specific to your Frame manipulations, important for interfacing with turbo_seti. Remove extraneous set methods from Frame.

v1.2.1

17 Mar 04:06
cbfa8ab
Compare
Choose a tag to compare

Update header metadata when creating a Waterfall object from purely synthetic data. This is important for interfacing with other BL codes such as turbo_seti.