-
Notifications
You must be signed in to change notification settings - Fork 6
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
MemoryError while processing GUPPI .fits files #37
Comments
Try using the 'scrunch' functionality. Right now it is up-sampling the frequency axis to 524288 channels to get to the maximum DM. With scrunching it will instead down sample the time axis for the higher DMs (where time is smeared anyhow). |
Let me know if this works for you. To close this issue, I suppose I should put a note about memory requirements, and how to get around them, in the README. Your thoughts? |
Kiyo, I think you can close the issue. Makeing a note about the memory -Nate On 07/14/2016 12:31 PM, Kiyoshi Masui wrote:
|
I'm probably doing something wrong, but I've been trying to run burst_guppi on some 820MHz GUPPI search data that I have. The file size is ~11G and I inevitably get a MemoryError after the code runs for 20 minutes or so. Program output is:
I suspect that there is probably something simple that I'm not doing.
The text was updated successfully, but these errors were encountered: