ana3AIMEC.aimecTools.analyzeField

analyzeField(rasterTransfo, transformedRasters, dataType, resultsAreaAnalysis)[source]

Analyse transformed field

Analyse transformed rasters Max Mean values in cross sections, overall maximum

Parameters
  • rasterTransfo (dict) – transformation information

  • transformedRasters (list) – list containing rasters after transformation

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

Returns

  • maxaCrossMax (1D numpy array) – containing for each simulation analyzed the overall maximum

  • aCrossMax (2D numpy array) – containing for each simulation analyzed the max of the field in each cross section

  • aCrossMean (2D numpy array) – containing for each simulation analyzed the mean of the field in each cross section