Home > lyngby > lyngby_read_sdt.m

lyngby_read_sdt

PURPOSE ^

lyngby_read_sdt - Read a Stimulate SDT/SPR file

SYNOPSIS ^

function Output = lyngby_read_sdt(filename, arg1, arg2, arg3,arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)

DESCRIPTION ^

 lyngby_read_sdt      - Read a Stimulate SDT/SPR file

       function V = lyngby_read_sdt(filename, PropertyName, ...
          PropertyValue) 

       Input:    filename  Filename, with or without the '.spr' of
                           '.sdt' extension
       Property: Output    [ {Volume} | Size | DataType | Endian |
                           Scans ]
                 Size      Volume dimension. 
                 Datatype  String with precision, for example 'uint16'
                           or 'float32'. 
                 VolumeIndex   {1}
                 FilenameIndex {1}
                 Ordering      [ {xyz} | xzy | yxz | yzx | zxy | zyx ] 
                 Orientation   [ {lrpais} | lrapsi | lrapis | ... ]
                 VoxelMask 
 
       Output:   Output    Output according to 'Output' argument in 
                           the input

       This functions read a Stimulate SDT (data) and SPR (header)
       file. It is not able to handle write the COMPLEX datatype. 

       Ref: Stimulate, http://www.cmrr.umn.edu/stimulate/
            http://www.cmrr.umn.edu/stimulate/stimUsersGuide/

       See also LYNGBY, LYNGBY_WRITE_SDT, LYNGBY_READ_ANALYZE,
                LYNGBY_READ_VAPET.

 $Id: lyngby_read_sdt.m,v 1.3 2003/03/04 15:38:10 fnielsen Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003