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
bytes2human
Both stdatamodels (jwst): https://github.com/spacetelescope/stdatamodels/blob/e1ebc483f574f03057e2474bb5cbef38f101735c/src/stdatamodels/jwst/library/basic_utils.py#L42 and romancal: https://github.com/spacetelescope/romancal/blob/5f7cb8b30c41142b550611b01b65c18d001af042/romancal/lib/basic_utils.py#L8 implement a bytes2human function. Consider adding this to stcal, perhaps as part of a memory utility module with: #245
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both stdatamodels (jwst):
https://github.com/spacetelescope/stdatamodels/blob/e1ebc483f574f03057e2474bb5cbef38f101735c/src/stdatamodels/jwst/library/basic_utils.py#L42
and romancal:
https://github.com/spacetelescope/romancal/blob/5f7cb8b30c41142b550611b01b65c18d001af042/romancal/lib/basic_utils.py#L8
implement a
bytes2human
function. Consider adding this to stcal, perhaps as part of a memory utility module with: #245The text was updated successfully, but these errors were encountered: