Skip to content

Analysis & Postprocessing

Postprocessing results

107 Topics 304 Posts
  • Remove background from psSAR surface viewer

    2
    1 Votes
    2 Posts
    290 Views
    B
    When you used the Mask Filter, did you check the option 'Invalidate Masked Values'? This will set the Background to NaN, which should hide it. Otherwise, the Background value will be changed to a user-defined replacement value, which would still show up during visualization.
  • Antenna ports and reception processing in sim4life

    1
    0 Votes
    1 Posts
    196 Views
    No one has replied
  • Padding field with constant value

    1
    0 Votes
    1 Posts
    203 Views
    No one has replied
  • Import modulation file

    10
    0 Votes
    10 Posts
    916 Views
    M
    Really sorry, I honestly don't understand - I don't know what you mean with modulation and I'm not sure what you mean with using matlab and what input file you are exactly referring to. Maybe some screenshots will help, otherwise maybe contact support
  • Magnetic induction power analysis

    1
    0 Votes
    1 Posts
    233 Views
    No one has replied
  • Thermal

    1
    0 Votes
    1 Posts
    215 Views
    No one has replied
  • Time Domain

    2
    0 Votes
    2 Posts
    369 Views
    ofliO
    Hi, Currently, there is no tool in Sim4Life allowing you to extract the S-parameter in time domain. You might evaluate it via Python scripting (using already available time-domain data of voltage and current at ports or inverse Fourier Transform). Sim4Life team is informed to include this request in the development plan and will inform you in the future once it is implemented.
  • P-EM-QS sweeps - can't view results for magneto quasi-static

    2
    0 Votes
    2 Posts
    509 Views
    S
    I've solved the issue. The sweep works if I set the source for the QS solver to a coil (wire current settings) instead of linking in that data from the SV solver (vector potential settings).
  • Hyperthermia Optimizer

    hyperthermia optimization emfdtd simulation
    2
    0 Votes
    2 Posts
    478 Views
    H
    Hi Vasilis, The Hyperthermia Optimizer and Template are licensed products that are not part of the Sim4Life light student version. Best, Habib
  • scalar product of two vector fields

    2
    0 Votes
    2 Posts
    350 Views
    H
    Hi Gia, There is no tool that computes the scalar product for the J-fields from two sensors/simulation. However, you can try to access the fields from Python and compute the product yourself. You can extract the J-field in the UI, and then right-click the lowers algorithm in your Analysis tree and select ToPython. This will help you with writing a script to extract certain quantities. Best, Habib
  • Question about the flux evaluation

    2
    0 Votes
    2 Posts
    325 Views
    SylvainS
    J(x,y,z,f0) is the volume current density: [image: 1678874569736-081c7de2-7f8f-4450-8e4c-bd69ad8a8ec7-image.png] So integrating it's flux across a surface, one gets A/m^2 m^2, which simplifies as A. The unit shown in the table viewer unfortunately does not do the simplification...
  • Impedance plotting

    2
    0 Votes
    2 Posts
    399 Views
    ofliO
    Dear @Michael-0 Please refer to books like Microwave Engineering by Pozar. The impedance matrix is defined as shown in the attached figure (from Pozar) and Z_ii is the input impedance seen looking into port i when all other ports are open-circuited. [image: 1669287901501-inpedancematrix.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • "Combining" magnetic and electric model of particles

    1
    0 Votes
    1 Posts
    301 Views
    No one has replied
  • User-Defined Analysis Pipelines

    Unsolved
    1
    0 Votes
    1 Posts
    245 Views
    No one has replied
  • IMAnalytics Data Preprocessing

    6
    0 Votes
    6 Posts
    712 Views
    SylvainS
    hi @mkn, I am not sure the indexing will work correctly following your import+renaming workflow. The reason (and that will answer your first question too) is that the indexing is done directly on the 'Output.h5' files and completely ignores the .smash ones. So renaming the simulations in the Sim4Life project may not have the desired effect, unless it also modifies the Output.h5 results. The indexing also does not move, modify or otherwise reorganize your collection of Output.h5 files. This has to be done manually, following the folder hierarchy that I described earlier. The indexing itself simply parses the files it finds and builds an index (ending with .sqlite). It is basically at this stage that your output.h5 files acquire some semantic "meaning" (i.e. that they are associated with a given birdcage coil, anatomical model, etc...). The "position" is indeed the relative position of the body with respect to the coil. In MRIxViP, the landmark position is defined as the distance between the isocenter of a given bone in the skull of the body and the isocenter of the coil, along the direction of the z-axis of the coil. Note that IMAnalytics will blindly trust that the Output.h5 files it finds in a given folder correspond to the configuration determined by the indexing process (i.e. the labelling of the data is done by placing the files in the correct folders).
  • Analysis

    2
    0 Votes
    2 Posts
    337 Views
    B
    i think your simulation is still in process?
  • How to interpret JsonDataObject data (e.g. from Statistics evaluator)

    python
    1
    2 Votes
    1 Posts
    253 Views
    No one has replied
  • GetComponent(0) how to have both axis in python

    plot data python
    3
    1 Votes
    3 Posts
    546 Views
    L
    Perfect thanks !!
  • Exporting data to Matlab: how to access the data as a volume matrix

    6
    0 Votes
    6 Posts
    1k Views
    L
    Hi, Thanks for this answer ! I get it now :) Best, Léa