Skip to content

Commit

Permalink
added pathology overlay - untested
Browse files Browse the repository at this point in the history
  • Loading branch information
c-arthurs committed Sep 12, 2020
2 parents 202562d + 9bb3aea commit ef5d94e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Cut_Application_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def export_images(self):
core_diameter=self.core_diameter, output=self.output, name=self.name, lvl=self.lvl,
path=self.path, arrayshape=self.arrayshape, pathology=self.pathology)


self.thread = QThread()
self.export.info.connect(self.info)
self.export.done.connect(self.complete)
Expand Down Expand Up @@ -485,6 +486,7 @@ def json_write(self):
with open(self.output + os.sep + self.name + '_metadata.json', "w") as write_file:
json.dump(jsondata, write_file)


def wsifigure(self, higher_resolution=False, pathology=None):
"""
takes the metadata from the json
Expand Down

0 comments on commit ef5d94e

Please sign in to comment.