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
Use one of ImageMode.save() or ImageModel.to_asdf()
either use save (returns None) or to_asdf (returns Path object)
save() can conditionally check the file extension between asdf and parquet
automate the name of the asdf file -- use input config to name it. Ask someone if this behavior is desired. Should the asdf file be named the same as the currently saved fits.gz file? If yes, then use the input config in save(). save() takes a dir_path argument, and config has a dir key to use.
dirkey to use.