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
Copy file name to clipboardExpand all lines: docs/esa/euclid/euclid.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -863,7 +863,9 @@ surrounded by quotation marks, i.e.: *user_<your_login_name>."<table_name>"*):
863
863
2.5.2. Uploading table from file
864
864
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
865
865
866
-
A file containing a table (votable, fits or csv) can be uploaded to the user's private area.
866
+
A file containing a table can be uploaded to the user private area. Only the formats described https://docs.astropy.org/en/stable/io/unified.html#built-in-table-readers-writers,
867
+
and automatically identified by its suffix or content can be used. Note that for a multi-extension fits file with multiple
868
+
tables, the first table found will be read.
867
869
868
870
The parameter 'format' must be provided when the input file is not a votable file.
Copy file name to clipboardExpand all lines: docs/gaia/gaia.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,9 @@ surrounded by quotation marks, i.e.: *user_<your_login_name>."<table_name>"*)::
581
581
2.3.2. Uploading table from file
582
582
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
583
583
584
-
A file containing a table (votable, fits or csv) can be uploaded to the user private area.
584
+
A file containing a table can be uploaded to the user private area. Only the formats described https://docs.astropy.org/en/stable/io/unified.html#built-in-table-readers-writers,
585
+
and automatically identified by its suffix or content can be used. Note that for a multi-extension fits file with multiple
586
+
tables, the first table found will be read.
585
587
586
588
The parameter 'format' must be provided when the input file is not a votable file.
587
589
@@ -665,7 +667,7 @@ A table from the user private area can be deleted as follows::
0 commit comments