We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The params dictionary in the get scripts should include keys:
type (e.g. type: pseudo_pseudo) to identify what correlator is actually being pushed in.
type
pseudo_pseudo
machine (e.g. machine:summit) to identify the machine we're running on
machine
summit
params can also include anticipated h5 file paths ('filepath), and internal h5 paths (hdf5path) even if the data isn't available yet.
'filepath
hdf5path
The text was updated successfully, but these errors were encountered:
walkloud
ckoerber
No branches or pull requests
The params dictionary in the get scripts should include keys:
type
(e.g.type
:pseudo_pseudo
)to identify what correlator is actually being pushed in.
machine
(e.g.machine
:summit
)to identify the machine we're running on
params can also include anticipated h5 file paths (
'filepath
), and internal h5 paths (hdf5path
) even if the data isn't available yet.The text was updated successfully, but these errors were encountered: