Add the get_raw
routine which does not try to read in the data stored in the URL response. Improved the handling of data from the
DATA, PIXELTABLE, and REGION commands (when used with get
) by returning a FITS HDUList or NumPy array instead of a string. Added the get_image_info
method to return basic information about the current image.
Let's try ruff for linting and code formatting.