perwin / pyimfit

Python wrapper for Imfit (https://github.com/perwin/imfit)
GNU General Public License v3.0
33 stars 4 forks source link

ModelObjectWrapped code #1

Closed mikeedi closed 5 years ago

mikeedi commented 5 years ago

Where I can find source code of ModelObjectWrapped class? How CreateModelIMage works?

perwin commented 5 years ago

The ModelObjectWrapper class is defined in the Cython file pyimfit_lib.pyx https://github.com/perwin/pyimfit/blob/master/pyimfit/pyimfit_lib.pyx

(I'm afraid there isn't any formal documentation for the code in the Cython file yet... )

perwin commented 5 years ago

(I'm a little confused about your question, since the second part suggests you already know about pyimfit_lib.pyx...)

perwin commented 5 years ago

I'm going to close this, since I haven't heard back from you (but feel free to re-open this if you still have questions!).