Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/region_io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ filename suffix for a particular format.
crtf .crtf `CASA Region Text Format <https://casadocs.readthedocs.io/en/stable/notebooks/image_analysis.html#Region-File-Format>`_
ds9 .reg, .ds9 `DS9 Region Format <http://ds9.si.edu/doc/ref/region.html>`_
fits .fits `FITS Region Binary Table <https://fits.gsfc.nasa.gov/registry/region.html>`_
stcs .stcs, .stc `STC-S Region Format <https://www.ivoa.net/documents/Notes/STC-S/20091030/NOTE-STC-S-1.33-20091030.html>`_
============ ============== ========================

Use the :meth:`~regions.Regions.get_formats` method to get the
Expand All @@ -40,6 +41,7 @@ registered I/O formats as a :class:`~astropy.table.Table`::
crtf Yes Yes Yes Yes Yes
ds9 Yes Yes Yes Yes Yes
fits Yes Yes Yes Yes Yes
stcs Yes Yes Yes Yes Extension only


Read
Expand Down Expand Up @@ -171,6 +173,7 @@ formats and methods for the :class:`~regions.Region` subclasses::
crtf No Yes No Yes Yes
ds9 No Yes No Yes Yes
fits No Yes No Yes Yes
stcs No Yes No Yes Extension only


Region File Format Limitations
Expand All @@ -181,3 +184,4 @@ Region File Format Limitations

ds9_io
fits_io
stcs_io
Loading
Loading