PyESAPI icon indicating copy to clipboard operation
PyESAPI copied to clipboard

Python interface to Eclipse Scripting API

Results 22 PyESAPI issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/19231159/46894865-cbec2800-ce2a-11e8-9028-f4c6e1b92e54.png) This is in the triangle mesh script. Please check the error. It seems that maybe the intersects_location method requires an additional argument that is not being input. It seems...

bug

Hello, I am encountering some strange issues while executing my script. I have been following "Chapter 6. PyESAPI: The Python Interface to ESAPI" and this GitHub page. I am working...

When I run the command `import pyesapi` on my test box system, I get the following error message: ``` Traceback (most recent call last): File "", line 1, in File...

How can I get the couch rotation?

I am trying to do what is described [here ](https://nbviewer.org/github/VarianAPIs/PyESAPI/blob/master/examples/DeveloperWorkshop2018/GettingStarted.ipynb) on our T-Box station. ``` import pyesapi import atexit app = pyesapi.CustomScriptExecutable.CreateApplication('test') atexit.register(app.Dispose) ``` I have an error in my...

Adding as feature request. In the meantime, I've attached and example from our Proton and Electron FLASH research that depends on [pynetdicom](https://github.com/pydicom/pynetdicom) (sister project of [pydicom](https://github.com/pydicom/pydicom)). It will need to...

Related to #26, adding a reference to VMS.TPS.Common.Model.Types solves the error

Hi, may I ask how to calculate the overlapping volume in pyesapi using this method (https://github.com/mtparagon5/ESAPI-Projects/blob/d497d7818013296e5fdffbe6cdafcb601e953ac2/Plugins/_CheckOverlap.cs)? I see you have the ovh.py but it requires write access to patient objects...

Added in intensity scales for image export in the image_to_nparray function. After testing on a few CT images, it seems like they are now being scaled to HU. Have not...

Adding modern static type hinting for ESAPI DLLs and fill in their documentation from .xml files.