gollum icon indicating copy to clipboard operation
gollum copied to clipboard

Resolution and save grid?

Open cosmicbabs opened this issue 1 year ago • 1 comments

Hi! This is not an issue but a question:

I'm working with very low-res spectra. I was checking the code, and I saw that I could request the PHOENIXGrid with an X resolution using the instrumental_resolution parameter:

grid = PHOENIXGrid(teff_range=(3500, 3600), logg_range=(4.5, 5.0), Z_range=(-0.5, 0.0), wl_lo=wl_lo, wl_hi=wl_hi, instrumental_resolution=100)

This, of course, takes longer to be completed. Can I save the grid so I can call it in another notebook? How do I do that?

Thanks!

cosmicbabs avatar Feb 19 '24 10:02 cosmicbabs