Skip to content

Changes to serve real-time data always#442

Draft
RemingtonRohel wants to merge 1 commit into
developfrom
serve_rawacfs_always
Draft

Changes to serve real-time data always#442
RemingtonRohel wants to merge 1 commit into
developfrom
serve_rawacfs_always

Conversation

@RemingtonRohel

Copy link
Copy Markdown
Contributor
  • Rawacf data is always generated, so it can always be served even in non-writing experiments (where acf is False in slice specification).
  • Refactored write_correlations() function in data_write.py into two functions, one that reshapes arrays and the other which writes to file.
  • Pulled functionality for serving rawacf data to realtime out from write_file() in data_write.py, and made it into its own function.

* Rawacf data is always generated, so it can always be served even in non-writing experiments.
* Refactored write_correlations() function in data_write.py into multiple functions so reshaping arrays and serving data can be called separately.
@RemingtonRohel RemingtonRohel linked an issue Mar 26, 2024 that may be closed by this pull request
@RemingtonRohel RemingtonRohel added this to the Version 1.0 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Real-time serve metadata in non-ACF producing experiments

1 participant