X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/myo-class.git/blobdiff_plain/c67ab60de95008178e26817946990382751d91d8..HEAD:/regularjson.py diff --git a/regularjson.py b/regularjson.py index fa89890..bef52b9 100644 --- a/regularjson.py +++ b/regularjson.py @@ -16,12 +16,14 @@ from pprint import pprint # constants -# json +# json OLD may be it was just a separation for the copy, new -> no more that, stay in one directory # |--> json_GT # |--> json_GT_part2 -RT_PATH = '../../Data/json/' -JSON_GTS = ['json_GT', 'json_GT_part2'] -INFA_STR = 'Infa' +RT_PATH = '../../Data/Contours_updated/' +JSON_GTS = ['json_GT'] +INFA_STR = 'Infarction' +EPI_STR = 'Epicardic' +ENDO_STR = 'Endocardic' # Globals featurerefs = []