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

Speed up Numba-fied Point Source analytic Fourier Transform #10

Open
ronniyjoseph opened this issue Jul 8, 2019 · 0 comments
Open

Speed up Numba-fied Point Source analytic Fourier Transform #10

ronniyjoseph opened this issue Jul 8, 2019 · 0 comments

Comments

@ronniyjoseph
Copy link
Owner

def get_observations_numba(source_population, baseline_table, frequency_range):

Currently Numba iterates over the source, not optimally using the memory I have available. It does one source, per baseline per frequency. It might be worthwile to investigate more optimal was of doing this and properly utilising 60 GB RAM available.

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

No branches or pull requests

1 participant