From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/dataio/reblock.par | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg/dataio/reblock.par (limited to 'pkg/dataio/reblock.par') diff --git a/pkg/dataio/reblock.par b/pkg/dataio/reblock.par new file mode 100644 index 00000000..01916973 --- /dev/null +++ b/pkg/dataio/reblock.par @@ -0,0 +1,16 @@ +infiles,s,a,,,,Input file +outfiles,s,a,,,,Output file +file_list,s,a,,,,Tape file list +newtape,b,a,,,,Blank tape? +outblock,i,h,INDEF,,,Size of output block in bytes +inrecord,i,h,INDEF,,,Size of input records in bytes +outrecord,i,h,INDEF,,,Size of output records in btyes +pad_block,b,h,no,,,Pad last block? +padchar,s,h,'0',,,Pad character +skipn,i,h,0,,,Skip n blocks (tape) or records (disk) +copyn,i,h,INDEF,,,Copy n blocks (tape) or records (disk) +byteswap,b,h,no,,,Swap bytes? +wordswap,b,h,no,,,Swap words? +offset,i,h,0,,,Tape file number offset +verbose,b,h,yes,,,Print messages? +mode,s,h,"ql",,, -- cgit