DATAMANIP commands


PROGRAM NAME

kasc2time - Import ASCII Data File to Time Segment

DESCRIPTION

This routine will import an ASCII data file and insert it into a data object if it is specified. If there is no source object to insert the new segment into, the data object specified as the output file will be created. The new segment will be inserted into this data object in the time segment. If a source object was specified, then all of its data segments and the global object attributes will be copied to the destination.

The start offset is the point to start importing in the ASCII data. All points before this one are ignored.

Complex values in ASCII are represented by number pairs, surrounded by parenthesis and separated by a comma. For example, (8, 3) represents the complex number 8+3i.

REQUIRED ARGUMENTS

-i1
type: infile
desc: ASCII input data file containing new data segment
-o
type: outfile
desc: output data object

OPTIONAL ARGUMENTS

-i2
type: infile
desc: data object input to insert the new segment into
default: {none}
-so
type: integer
desc: starting point in ASCII file to start importing at
default: 0
bounds: value >= 0
-tsize
type: integer
desc: time
default: 1
bounds: value > 0
-type
type: list
desc: data type
default: 11 "Double"

EXAMPLES

SEE ALSO

kasc2val, kasc2mask, kasc2loc, kasc2map, kimportasc

RESTRICTIONS

REFERENCES

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.