X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2Fdump_study%2FA9.py;h=e14157f7cdc6011bede4845b1b635da4cd3ac740;hb=e1f12e3e3a955aafb903f647a5398c6546250bd1;hp=8443aa07ad41c893ba784bce943059c9cea57282;hpb=7cbbd61df3f61d6f3f766b890af5352960bbaa1e;p=modules%2Fparavis.git diff --git a/test/VisuPrs/dump_study/A9.py b/test/VisuPrs/dump_study/A9.py old mode 100755 new mode 100644 index 8443aa07..e14157f7 --- a/test/VisuPrs/dump_study/A9.py +++ b/test/VisuPrs/dump_study/A9.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2015 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,16 +21,13 @@ from paravistest import datadir, delete_with_inputs from presentations import * -import paravis from pvsimple import * -my_paravis = paravis.myParavis - settings = {"Offset": [0.0001, 0.0002, 0], "ScalarMode": ("Component", 2), "Position": [0.1, 0.2], "Size": [0.15, 0.25], "Discretize": 1, "NbColors": 44, "NbLabels": 22, "Title": "My presentation", "UseLogScale": 1, "Orientation": 'Horizontal', "Orientation_BasePlane": [Orientation.ZX, 22, 33], "Orientation_CuttingPlanes": [Orientation.YZ, 44, 55], "Displacement": 0.1, "Displacement2": 0.2, "BasePlane_Position": 0.1, "NbLines": 3} # 1. TimeStamps.med import file_path = datadir + "TimeStamps.med" -my_paravis.ImportFile(file_path) +OpenDataFile(file_path) med_reader = GetActiveSource() if med_reader is None : raise RuntimeError, "TimeStamps.med wasn't imported..."