Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VDIF Handling Updates #49

Merged
merged 9 commits into from
Jun 6, 2024
Merged

VDIF Handling Updates #49

merged 9 commits into from
Jun 6, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    25ac38e View commit details
    Browse the repository at this point in the history
  2. Make runnable with latest DSPSR and small GPUs

    - Re-added 'nchunks' option to divide up the data into chunks to fit
      onto gpu
    - Added NPOL to VDIF header
    robotopia committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7522679 View commit details
    Browse the repository at this point in the history
  3. Fixed VDIF output bug

    - The calculation of file_no (to decide which half of the buffer to
      fill) had been moved to a spot after one of the dependent values had
      changed. The way this is calculated has now been changed.
    robotopia committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f0433e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b47432 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    99f8c2a View commit details
    Browse the repository at this point in the history
  2. Flattened the detected_beam buffer, and renamed it to data_buffer_fin…

    …e to be less confusing
    cplee1 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ca32e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4242a19 View commit details
    Browse the repository at this point in the history
  4. Removed whitespace

    cplee1 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c02ef78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b616e69 View commit details
    Browse the repository at this point in the history