Changeset 1089 for trunk/src/series


Ignore:
Timestamp:
Jan 19, 2021, 9:57:06 AM (3 years ago)
Author:
sommeria
Message:

cleaning of civ files, ima2vol updated

Location:
trunk/src/series
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_series.m

    r1071 r1089  
    5454    addpath(fullfile(path_series,'series'))
    5555    Data=civ_input(Param);% introduce the civ parameters using the GUI civ_input
     56    %Data=civ_input_App(Param);% introduce the civ parameters using the GUI civ_input
    5657    if isempty(Data)
    5758        Data=Param;% if  civ_input has been cancelled, keep previous parameters
  • trunk/src/series/ima2vol.m

    r1071 r1089  
    137137        end
    138138        VolData.A(jfile,:,:)=Data.A;%concacene along y
    139         VolData.Coord_z(jfile)=Data.PlaneCoord(3);
     139        VolData.Coord_z(jfile)=XmlData{1}.GeometryCalib.SliceCoord(jfile,3);
    140140    end
    141141%         npx=size(Data.A,2);
Note: See TracChangeset for help on using the changeset viewer.