ana3AIMEC.aimecTools.analyzeField

analyzeField(simName, rasterTransfo, transformedRaster, dataType, resAnalysisDF)[source]

Analyse transformed field

Analyse transformed raster: compute the Max and Mean values in each cross section as well as the overall maximum

Parameters
  • simName (str) – simulation name

  • rasterTransfo (dict) – transformation information

  • transformedRaster (2D numpy array) – raster after transformation

  • dataType (str) – type of the data to analyze (‘ppr’, ‘pfd’, ‘pfv’, …)

  • resAnalysisDF (dataFrame) – result dataFrame to be updated

Returns

-maxaCrossMax: float

overall maximum

-aCrossMax: 1D numpy array

containing the max of the field in each cross section

-aCrossMean: 1D numpy array

containing the mean of the field in each cross section

Return type

Updates the resAnalysisDF input dataFrame with