Coder Social home page Coder Social logo

Aperture Material about xrt HOT 3 OPEN

kklmn avatar kklmn commented on June 6, 2024
Aperture Material

from xrt.

Comments (3)

kklmn avatar kklmn commented on June 6, 2024

I don't have ready examples.

If your interest is only in attenuation by the aperture material, you can use your aperture object like this: After aperture.propagate() convert the bad rays (those absorbed) to good and attenuate their intensity. Here you need to get the path from ray cosines (a, b, c) and get the absorption coefficient for each energy per ray. In total only a handful lines.

If you want edge effects, such as propagation through a knife edge or propagation through a 'scatterless slit' crystal, an aperture class is not enough. You will need to combine optical element made of plates to make a four-sided aperture. A composite OE is exemplified in 10_MultipleReflect/MontelMirror.py or BentTaperedPolyCapillary.py.

If you have experimental results for what you want to model and you can share them, I could prepare a new public example.

from xrt.

twguest avatar twguest commented on June 6, 2024

Thankyou for your quick response.
The purpose would be to introduce and model mask defects for an interference lithography setup.

from xrt.

kklmn avatar kklmn commented on June 6, 2024

Then this is a pure geometrical effect, isn't it? How material properties can alter it?
For pure geometry, you can modify propagate method of your aperture to include shape functions or simply use PolygonalAperture with many vertices to mimic your shape errors.

from xrt.

Related Issues (20)

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.