Ignore:
Timestamp:
May 20, 2010, 1:48:25 AM (14 years ago)
Author:
sommeria
Message:

many bug corrections and cleaning. Activation of the BW option in uvmat. Improvement of the interaction of get_field with uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imadoc2struct.m

    r81 r89  
    11%'imadoc2struct': reads the xml file for image documentation
     2%------------------------------------------------------------------------
     3% function [s,errormsg]=imadoc2struct(ImaDoc)
    24%
    3 %function [s,errormsg]=imadoc2struct(ImaDoc)
    4 %--------------------------------------------------------
    55% OUTPUT:
    66% s: structure representing ImaDoc
     
    1313% INPUT:
    1414% ImaDoc: full name of the xml input file with head key ImaDoc
    15 %function [s,error,Heading,nom_type_ima,ext_ima,abs_time,TimeUnit,mode,NbSlice]=imadoc2struct(ImaDoc)
     15
    1616function [s,errormsg]=imadoc2struct(ImaDoc)
    1717
Note: See TracChangeset for help on using the changeset viewer.