You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Import the drms module and creating a drms. Provide an email address and turn on status messages by enabling the verbose flag.
# In[ ]:
import drms
c = drms.Client(email='k.loumou.1@research.gla.ac.uk', verbose=True)
# In[ ]:
import os
out_dir = "/Users/dina/Desktop/test"
# Define an export request. In order to obtain FITS files that include keyword data in their headers, we then need to use protocol='fits' when submitting the request using Client.export()