devel
devel > Python Binding Usage
Apr 11, 2008 05:04 PM | Erik Anderson
Python Binding Usage
Hi all,
I have posted two examples that can be used to help figure out the best way to use the pygiftiio Python bindings for the clibs. Please note that these examples are not meant to run, but are meant to give an idea as to how they can be used to transfer Gifti-based data into and out of Python.
The documentation for this is still quite limited, but I am working to get it more robust. Please let me know if there are any questions, comments, problems with this. Also, keep in mind that the CTypes package for Python is necessary in order to form and use the bindings for the C functions.
The Python bindings for the gifti clibs are complete as of ver. 0.12. This means that every public function is wrapped for use within Python and can be executed similarly to the examples posted for reading and writing images. I will update the bindings to include Rick's newest changes to the library after I validate that things still work as expected.
Erik
I have posted two examples that can be used to help figure out the best way to use the pygiftiio Python bindings for the clibs. Please note that these examples are not meant to run, but are meant to give an idea as to how they can be used to transfer Gifti-based data into and out of Python.
The documentation for this is still quite limited, but I am working to get it more robust. Please let me know if there are any questions, comments, problems with this. Also, keep in mind that the CTypes package for Python is necessary in order to form and use the bindings for the C functions.
The Python bindings for the gifti clibs are complete as of ver. 0.12. This means that every public function is wrapped for use within Python and can be executed similarly to the examples posted for reading and writing images. I will update the bindings to include Rick's newest changes to the library after I validate that things still work as expected.
Erik
Threaded View
Title | Author | Date |
---|---|---|
Erik Anderson | Apr 11, 2008 | |
Richard Reynolds | Apr 11, 2008 | |