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

Implement npz2fits_method #43

Open
sk8forether opened this issue Oct 18, 2018 · 1 comment
Open

Implement npz2fits_method #43

sk8forether opened this issue Oct 18, 2018 · 1 comment
Assignees
Labels
high priority Of great importance; necessary to project

Comments

@sk8forether
Copy link
Collaborator

This method should create a psrfits file, including headers, from a .npz file. The .npz file should contain a numpy array and the 2 headers as dictionaries, just as is created in the fits2npz_method.

@sk8forether sk8forether added the high priority Of great importance; necessary to project label Oct 18, 2018
@sk8forether sk8forether added this to the Complete New Pipeline milestone Oct 18, 2018
@sk8forether
Copy link
Collaborator Author

sk8forether commented Oct 18, 2018

@adambrazier I created this issue so we can keep discussing implementation here as needed. @swCornell Do you think that you can begin implementing this? I can create a basic method file to get you started if you need it, and you can fill in the conversion. Remember we want the conversion to work both ways: fits to npz and npz to fits, so the headers will have to be set up correctly and checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority Of great importance; necessary to project
Projects
None yet
Development

No branches or pull requests

2 participants