1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
From: Ole Streicher <olebole@debian.org>
Date: Fri, 31 Mar 2017 08:51:41 +0200
Subject: Remove GBIN references
---
src/docs/sun253.xml | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/src/docs/sun253.xml b/src/docs/sun253.xml
index d89b772..0e38deb 100644
--- a/src/docs/sun253.xml
+++ b/src/docs/sun253.xml
@@ -16,13 +16,7 @@
<!ENTITY in-cdf SYSTEM 'in-cdf.xml'>
<!ENTITY in-colfits SYSTEM 'in-colfits-basic.xml'>
<!ENTITY in-csv SYSTEM 'in-csv.xml'>
- <!ENTITY in-ecsv SYSTEM 'in-ecsv.xml'>
- <!ENTITY in-pds4 SYSTEM 'in-pds4.xml'>
- <!ENTITY in-parquet SYSTEM 'in-parquet.xml'>
- <!ENTITY in-hapi SYSTEM 'in-hapi.xml'>
- <!ENTITY in-feather SYSTEM 'in-feather.xml'>
<!ENTITY in-fits SYSTEM 'in-fits.xml'>
- <!ENTITY in-gbin SYSTEM 'in-gbin.xml'>
<!ENTITY in-ipac SYSTEM 'in-ipac.xml'>
<!ENTITY in-mrt SYSTEM 'in-mrt.xml'>
<!ENTITY in-tst SYSTEM 'in-tst.xml'>
@@ -30,10 +24,6 @@
<!ENTITY in-wdc SYSTEM 'in-wdc.xml'>
<!ENTITY out-ascii SYSTEM 'out-ascii.xml'>
<!ENTITY out-csv SYSTEM 'out-csv.xml'>
- <!ENTITY out-ecsv SYSTEM 'out-ecsv.xml'>
- <!ENTITY out-parquet SYSTEM 'out-parquet.xml'>
- <!ENTITY out-feather SYSTEM 'out-feather.xml'>
- <!ENTITY out-fits SYSTEM 'out-fits.xml'>
<!ENTITY out-html SYSTEM 'out-html.xml'>
<!ENTITY out-ipac SYSTEM 'out-ipac.xml'>
<!ENTITY out-latex SYSTEM 'out-latex.xml'>
@@ -763,7 +753,7 @@ something like
more detail). To view a table that you have on disk, you can either
give its name on the command line or load it using the <label>Load</label>
button from the GUI.
-FITS, VOTable, ECSV, CDF, PDS4, feather, Parquet and GBIN files
+FITS, VOTable, ECSV and CDF files
are recognised automatically;
if your data is in another format such as ASCII (see <ref id="inFormats"/>)
you need to tell the program (e.g. <code>-f ascii</code> on the command line).
|