AstroPile / FlatironMeeting2024

AstroPile meet-up at the Flatiron Institute
https://astropile.github.io/FlatironMeeting2024/
MIT License
2 stars 3 forks source link

[Data] Add Pantheon+ SNe Ia Data AstroPile #30

Open benboyd97 opened 3 months ago

benboyd97 commented 3 months ago

Add Pantheon+ SNe Ia Data AstroPile

Pantheon+ collects SNe Ia data from many different surveys and all the data is in the .SNANA format that we have dealt with in the yse branch. I've created the panth_sne branch that will create functions to download all the different SNe Ia survey data from Pantheon+ by reusing the code that we've already made. This is all related to issue #17.

Contacts: Participants:

Goals and deliverable

[describe your goals for the week and the deliverables you are aiming for]

Resources needed

[describe the resources (software, skills, data, or just enthusiasm) needed for this project]

Detailed description

[add additional details about the project]

benboyd97 commented 3 months ago

added DES_Y3 SNe Ia

benboyd97 commented 3 months ago

added SNLS data

benboyd97 commented 3 months ago

added PS1 SNe Ia data

benboyd97 commented 3 months ago

added SWIFT SNe Ia

tom-hehir commented 3 months ago

Have updated build_parent sample and tested it on these datasets. Currently working on: DES Y3, SNLS Currently not working on: PS1, SWIFT (both produce same error message, seems like potentially a quick fix will be possible -- see original issue on timeseries datasets)

tom-hehir commented 3 months ago

added SWIFT SNe Ia

@benboyd97 some of the examples in the PS1 and swift datasets are missing the field 'SNTYPE'. I have implemented a fix to treat these as missing data, but wanted to check in with you that this is correct and we can't get hold of the SNTYPE from somewhere.

benboyd97 commented 3 months ago

Brilliant work @tom-hehir! I think the reason SNTYPE isn't there is because these are all Typa Ia supernovae used for cosmology. You could manually add them all as 'SN Ia' yourself if you like just so we're consistent!

tom-hehir commented 3 months ago

Thanks Ben, will do!