Skip to content

Releases: bbrzycki/setigen

v2.0.6

21 Apr 18:38
9479129
Compare
Choose a tag to compare

Include voltage header asset with pip installations

v2.0.5

08 Apr 18:44
Compare
Choose a tag to compare

Use raw external image links in README.md, so that images show in PyPI description.

v2.0.4

08 Apr 18:35
Compare
Choose a tag to compare

Rename default branch to main, edit README image links.

v2.0.3

08 Apr 18:08
Compare
Choose a tag to compare

Update README.md image calls with absolute hyperlink paths.

v2.0.0

08 Apr 17:39
daf3560
Compare
Choose a tag to compare

Support creation of synthetic raw voltage data.

Create synthetic real voltages, pass through a software-based signal processing pipeline, including a polyphase filterbank, and save to GUPPI RAW format. Supports adding Gaussian real voltage noise, drifting chirp signals, and custom noise functions. Implements quantization before and after filterbank channelization.

v1.4.3

23 Mar 10:27
845e392
Compare
Choose a tag to compare

Copy array instead of passing a reference when instantiating Frame using existing data

v1.4.2

03 Mar 23:15
Compare
Choose a tag to compare

Change filename within a Frame's Waterfall.container to work better with blimpy, and support changing max_load parameter on save_fil and save_hdf5. Allows larger arrays to be created and saved to file via blimpy.

v1.4.1

15 Feb 23:54
Compare
Choose a tag to compare

Update requirements.

v1.4.0

22 Jan 00:51
416f6e8
Compare
Choose a tag to compare

Support frequencies in ascending order in Frame. Clean up get_frequency and get_index methods. Edit split_utils to also generalize to ascending frequency files.

v1.3.2

27 Oct 00:58
Compare
Choose a tag to compare
  • Add sinc squared as an f_profile (sinc2_f_profile). Using the trunc parameter controls whether to stop the signal after the first zero-crossing.
  • Add a new path for simple RFI-like signals (simple_rfi_path). Can control width of variance, and whether the signal varies about a straight line path or accumulates frequency offsets as a random walk.
  • Update docs accordingly.