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

PFB inversion added as a reader class for ARO data #43

Open
wants to merge 3 commits into
base: fft-trials
Choose a base branch
from

Conversation

ramain
Copy link
Contributor

@ramain ramain commented Jan 21, 2016

No description provided.

@@ -15,6 +15,7 @@

from . import SequentialFile, header_defaults

import pfb
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import will mean that effectively pfb becomes a dependency for scintellometry, since one cannot access the AROCHIME readers without importing it. I think instead we should either make it part of scintellometry, or do a local import.

@@ -15,6 +15,7 @@

from . import SequentialFile, header_defaults

from scintellometry.ppf import pfb
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny, but use from ..ppf import pfb

@mhvk
Copy link
Owner

mhvk commented Jan 28, 2016

@ramain - a number of mostly nitpicky comments, but I think we might as well try to keep it clean(ish).

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.

2 participants