Coder Social home page Coder Social logo

zemaxzcriptz's Introduction

zosPython

zosPython.py is a collection of functions that can be used for interacting with Zemax OpticStudio

NB: Code is just for inspiration for custom scripts, etc. Lots of work left to do..

Installation

Start by installing zopapi and pythonnet:

pip install zosapi
python -m pip install pythonnet

[START] > environmental variables >

Examples of usage:

import numpy as np
import matplotlib.pyplot as plt
from zosPython import *


(TheConnection, TheApplication, TheSystem, ZOSAPI) = zInitInteractive()
TheSystemData=TheSystem.SystemData


TheSystemData=TheSystem.SystemData
zGetSEQSurf(TheSystem, 'dd',printSurfacesFound=True)
zGetNSCObject(TheSystem, 'Field 1', printSurfacesFound=True)
zNSCRaytrace(TheSystem, splitRays=False, scatterRays=False, usePolarization=False, ignoreErrors=False, saveRays='JCRAYSFilt01.ZRD', rayFilter='H2', clearDetectors=True, numberOfCores=8)
zNSCRaytrace(TheSystem)
(objNum , obj ) = zGetNSCObject(TheSystem, 'dd')
dd=zReadDetector(TheSystem, obj)

zSetNSCParameter(TheSystem, 'ff', 1 , 12.34)
TheNCE=TheSystem.NCE
oo=TheNCE.GetObjectAt(4)


zSEQOptWizard(TheSystem, Criterion='Wavefront', SpatialFrequency=5123, Type='RMS' , Reference='Centroid',
              UseGaussianQuadrature='True', Rings=6, Arms='8arms'5, StartAt=27,  OptimizeForManufacturingYield=True, ManufacturingYieldWeight=0.5, MaxDistortionPct=False)

zSEQMakeVariable(TheSystem, ['aa', 'ee'], variableOrFixed='variable', radiusOrThic='thic')
zSEQMakeVariable(TheSystem, ['aa', 'cc'], variableOrFixed='fixed', radiusOrThic='radius')

zSystemSettingts(TheSystem, 24)
et=zMFClocker(TheSystem, noOfMFCalls=1)

zOptimize(TheSystem, timeStepMinutes=3/60, totalRuntimeMinutes=12/60)

zMFContributions(TheSystem)

zemaxzcriptz's People

Contributors

clazzoni avatar

Stargazers

Paschalis Dompoudis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.