-
Notifications
You must be signed in to change notification settings - Fork 14
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
Aegean test error #203
Comments
My problem was the same when I stopped AEGEAN, because it took a long time and after that Ive got an Error[17] and I fixed it. I think the previous version was faster. I changed these lines and it worked foe Error[17]. But unfortunately it took a long time again to find sources and I stopped it again, I solved my problem by changing these lines. In this file AegeanTools/BANE.py I changed these two lines ibkg = SharedMemory(name='ibkg', create=True, size=nbytes) irms = SharedMemory(name='irms', create=True, size=nbytes) I changed it to create=False for both and ran Aegean and then changed it back to True and it worked. For Error[63] I changed te name of ibkg_{memory_id} and irms_{memory_id} in this file . |
Thank you @nedarajabpour . I tried your suggestion and changed the name of
|
Dear Deekshit, I dont know actully what did you do.but I have changed to ibkg_1 and irms_1 in all of this file.I think this name is repeated two or three times in this file. Have you changed all of them? |
Hi Folks, I'm trying to diagnose the cause of this error. Can you let me know what OS you are using and the directory from which you are running Aegean? It would also be useful to see the output of |
Duplicate of #200 |
Dear Paul,
Currently, I'm using macOS Monterey and the latest version of Aegean.
When I run for big images, it takes a long time without any results. Could
you please assist us with this? In the past, I used Aegean on the LMC image
and it was very good, but now it doesn't work.
…On Fri, Dec 15, 2023 at 4:15 PM Paul Hancock ***@***.***> wrote:
Hi Folks, I'm trying to diagnose the cause of this error. Can you let me
know what OS you are using and the directory from which you are running
Aegean? It would also be useful to see the output of `aegean --version``.
—
Reply to this email directly, view it on GitHub
<#203 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOQJHRSRUM7JQ4CEOLSYJDYJPMFRAVCNFSM6AAAAAA5B27QZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXGI4TAOJYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Regards
Neda
|
Hi,
I am trying to use Aegean for the first time and facing some issues. After running the setup.py I used the test command
aegean tests/test_files.1904-66_SIN.fits
to see if it works. I got the following error in the terminalThe text was updated successfully, but these errors were encountered: