gollum
gollum copied to clipboard
Resolution and save grid?
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!