From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/dataio/dataio.cl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/dataio/dataio.cl (limited to 'pkg/dataio/dataio.cl') diff --git a/pkg/dataio/dataio.cl b/pkg/dataio/dataio.cl new file mode 100644 index 00000000..2120892e --- /dev/null +++ b/pkg/dataio/dataio.cl @@ -0,0 +1,19 @@ +#{ The DATAIO data input/output conversion package. + +package dataio + +task rcardimage, + wcardimage, + mtexamine, + txtbin, + bintxt, + rfits, + wfits, + reblock, + rtextimage, + t2d, + wtextimage, + import, + export = dataio$x_dataio.e + +clbye() -- cgit