Jonas231

Results 15 issues of Jonas231

Hello, thank you for providing this package. I tried to use it to document some legacy fortran code. For this I wrote a project-file.md: https://github.com/Jonas231/Koko/blob/master/Docs/FORD/project-file.md A file .f within src_dir...

Hello, I am a Fortran beginner and would like to use forpy for some plotting using matplotlib and later pyvista. I tried your first and easiest example: gfortran -c forpy_mod.F90...

Hello, I have this problem (the code had worked before, but now it does not work anymore): **Problem Description** When I execute the below python code example from your documentation...

Hello, I have a pyvistaqt plot which works fine and ist interactive when the script is started from spyder. The same code when run from PyCharm works fine. At the...

question

Hello, I upgraded pyvista from 0.26.1 to 0.29 and pyvistaqt from 0.2 to 0.3. Now I cannot set "plotter.add_bounds_axes()" in pyvistaqt anymore. AttributeError: BackgroundPlotter has no attribute named add_bounds_axes How...

question

Hi Bryan, I just got the chaco error again. I am using now chaco 4.8.0 and enable 5.3.0. I am getting this error when executing "from raypier.intensity_image import IntensityImageView": from...

Hi Bryan, I want to transfer an optical model from another optical design program for testing. The lens is called "AFL12-15" from asphericon. I have the glass material as .csv...

Hello Bryan, I have this code (which basically stems from here: https://raypier-optics.readthedocs.io/en/latest/introduction.html#basic-usage). The question is: How can I define some aspherical surface? I attached a test file. Do you see...

Hi Bryan, you hat stated somewhere that you implemented a method to visualize Gaussian beams in the layout plot using skew rays. Do you have an example for this? Best...

Hello Bryan, I tried to implement a new face type in raypier\core\cfaces.pyx. An extended polynomial up to 5th order (for the beginning, later it should have up to 20 orders,...