Changeset 71 for trunk/src/proj_field.m


Ignore:
Timestamp:
Mar 29, 2010, 6:34:55 PM (14 years ago)
Author:
sommeria
Message:

civ3D updated: introduction of image size
imadoc2struct: reding of image size from the xml file
set_object, view_field and related functions: improvement of projection object editing
mouse: possibility of adjusting the calibrations points with the mouse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/proj_field.m

    r55 r71  
    769769            ProjData.VarDimName=[ProjData.VarDimName {XName}];
    770770            ProjData.VarAttribute{iselect}=FieldData.VarAttribute{VarIndex(iselect)};
     771            if strcmp(ProjMode,'projection')
     772                ProjData.VarAttribute{iselect}.Role='discrete';
     773            else
     774                 ProjData.VarAttribute{iselect}.Role='continuous';
     775            end
    771776        end
    772777   
     
    876881                ProjData.ListVarName=[ProjData.ListVarName VarName{ivar} ];
    877882                ProjData.VarDimName=[ProjData.VarDimName {AXName}];%to generalize with the initial name of the x coordinate
     883                ProjData.VarAttribute{ivar}.Role='continuous';% for plot with continuous line
    878884            end
    879885            if testU
Note: See TracChangeset for help on using the changeset viewer.