jvines / astroARIADNE

Easy stellar SED fitting!
MIT License
56 stars 7 forks source link

Package not calling MultiNest library. #61

Open varghesereji opened 1 month ago

varghesereji commented 1 month ago

Hi, When I tried to call the package, it was not calling the Multinest library libmultinest.so. I had installed the latest version of pymultinest before calling this, but still not working. Attaching the screenshot. Screenshot from 2024-07-12 10-20-57

jvines commented 1 month ago

Hi,

I'm not sure why that happens as it should be wrapped around a try except. Your best bet now is to actually install MultiNest.

Cheers,


Dr. José Vines. Postdoctoral Researcher Astrophysics Institute Universidad Católica del Norte

www.jvines.cl

On Fri, 12 Jul 2024 at 12:53 AM Varghese Reji @.***> wrote:

Hi, When I tried to call the package, it was not calling the Multinest library libmultinest.so. I had installed the latest version of pymultinest before calling this, but still not working. Attaching the screenshot. Screenshot.from.2024-07-12.10-20-57.png (view on web) https://github.com/user-attachments/assets/5f0f3d14-90d7-4dd2-80ad-e339f9e5b9f9

— Reply to this email directly, view it on GitHub https://github.com/jvines/astroARIADNE/issues/61, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6RPXDKYQZ5U5UH4QXHGGTZL5OM5AVCNFSM6AAAAABKYGRMMCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDINZUG4YDAOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

varghesereji commented 1 month ago

I had installed MultiNest also in this environment, but still it wasn't working.

jvines commented 1 month ago

Then it's not correctly installed.


Dr. José Vines. Postdoctoral Researcher Astrophysics Institute Universidad Católica del Norte

www.jvines.cl

On Fri, 12 Jul 2024 at 5:55 AM Varghese Reji @.***> wrote:

I had installed MultiNest also in this environment, but still it wasn't working.

— Reply to this email directly, view it on GitHub https://github.com/jvines/astroARIADNE/issues/61#issuecomment-2225230420, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6RPXHA5WNAZ6DTMC3CXADZL6RXNAVCNFSM6AAAAABKYGRMMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRVGIZTANBSGA . You are receiving this because you commented.Message ID: @.***>

varghesereji commented 1 month ago

You are correct. That issue is solved now. But I am facing another issue. Attaching the screenshot. Screenshot from 2024-07-13 12-03-45

jvines commented 1 month ago

You haven't installed dustmaps correctly.


Dr. José Vines. Postdoctoral Researcher Astrophysics Institute Universidad Católica del Norte

www.jvines.cl

On Sat, 13 Jul 2024 at 2:34 AM Varghese Reji @.***> wrote:

You are correct. That issue is solved now. But I am facing another issue. Attaching the screenshot. Screenshot.from.2024-07-13.12-03-45.png (view on web) https://github.com/user-attachments/assets/40d8ce65-8f8d-4147-b784-97ccd2cc5738

— Reply to this email directly, view it on GitHub https://github.com/jvines/astroARIADNE/issues/61#issuecomment-2226795606, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6RPXD3OPCQBR6GUSWG64LZMDC7PAVCNFSM6AAAAABKYGRMMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRWG44TKNRQGY . You are receiving this because you commented.Message ID: @.***>

varghesereji commented 1 month ago

Which version of dustmaps is needed?

jvines commented 1 month ago

I think the specific version isn't important.

You obviously aren't reading the full installation instructions in the dustmaps webpage as you're missing the step after "pip unstall dustmaps"

You need to actually download the relevant dustmaps yourself, in this case the SFD ones.

Please refer to rhe dustmaps documentation for instructions.


Dr. José Vines. Postdoctoral Researcher Astrophysics Institute Universidad Católica del Norte

www.jvines.cl

On Sat, 13 Jul 2024 at 9:56 AM Varghese Reji @.***> wrote:

Which version of dustmaps is needed?

— Reply to this email directly, view it on GitHub https://github.com/jvines/astroARIADNE/issues/61#issuecomment-2226915886, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6RPXARZZ7G4QZIBP627HLZMEW2XAVCNFSM6AAAAABKYGRMMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRWHEYTKOBYGY . You are receiving this because you commented.Message ID: @.***>

varghesereji commented 1 month ago

That is corrected.

Now, while doing corner plot, the following error is coming. image

Also, SED plot with model fitting is not coming.