desihub / speclite

Lightweight utilities for working with spectroscopic data
14 stars 19 forks source link

Euclid throughputs #47

Closed fjaviersanchez closed 4 years ago

fjaviersanchez commented 5 years ago

I just found the latest current best estimate of Euclid's filters for VIS here: http://euclid.esac.esa.int/epdb/db/SC456Draft/SC456Draft/SpaceSegment.PLM.PLMTransmissionVISCBENominalEOL.table

And for NISP here: http://euclid.esac.esa.int/epdb/db/SC456Draft/SC456Draft/SpaceSegment.PLM.PLMTransmissionNISPCBENominalEOL.table

I still have to decode what each column means but, as soon as I do so, I'll proceed to add them to speclite.

fjaviersanchez commented 5 years ago

So the different columns correspond to different points in the focal-plane

"9 field points (F1 to F9) Field Points F(Xangel, Yangle) in degrees: F1: (0, 0.47014) F2: (0, 0.82174) F3: (0, 1.16949) F4: (0.39308, 0.46968) F5: (0.39196, 0.82094) F6: (0.39026, 1.16838) F7: (-0.39308, 0.46968) F8: (-0.39196, 0.82094) F9: (-0.39026, 1.16838)",

The throughputs are the current best estimate at the end of life. I am going to add the throughputs corresponding to F1.

fjaviersanchez commented 5 years ago

The H, J and Y filters for NISP are here: http://euclid.esac.esa.int/epdb/db/SC456Draft/SC456Draft/SpaceSegment.Instrument.NISP.NISPHTransmissionCBENominalEOL.table http://euclid.esac.esa.int/epdb/db/SC456Draft/SC456Draft/SpaceSegment.Instrument.NISP.NISPJTransmissionCBENominalEOL.table http://euclid.esac.esa.int/epdb/db/SC456Draft/SC456Draft/SpaceSegment.Instrument.NISP.NISPYTransmissionCBENominalEOL.table

weaverba137 commented 4 years ago

This was apparently fixed by #48. Reopen if that's wrong.