oimCustomComponents

Custom model components added by the community

Classes:

oimBox(**kwargs)

oimFastRotator(**kwargs)

oimSpiral(**kwargs)

oimKinematicDisk(**kwargs)

oimExpRing(**kwargs)

class oimodeler.oimCustomComponents.oimBox(**kwargs)

Attributes:

name

shortname

Methods:

_visFunction(ucoord, vcoord, rho, wl, t)

_imageFunction(xx, yy, wl, t)

name = 'Rectangular Box'
shortname = 'BOX'
_visFunction(ucoord, vcoord, rho, wl, t)
_imageFunction(xx, yy, wl, t)
class oimodeler.oimCustomComponents.oimFastRotator(**kwargs)

Attributes:

name

shortname

Methods:

_internalImage()

name = 'Fast Rotator'
shortname = 'FRot'
_internalImage()
class oimodeler.oimCustomComponents.oimSpiral(**kwargs)

Attributes:

name

shorname

elliptic

Methods:

_imageFunction(xx, yy, wl, t)

name = 'Spiral component'
shorname = 'Sp'
elliptic = True
_imageFunction(xx, yy, wl, t)
class oimodeler.oimCustomComponents.oimKinematicDisk(**kwargs)

Attributes:

name

shorname

elliptic

Methods:

_internalImage()

name = 'kinematic disk component'
shorname = 'kinDisk'
elliptic = False
_internalImage()
class oimodeler.oimCustomComponents.oimExpRing(**kwargs)

Attributes:

name

shortname

elliptic

_r

Methods:

_radialProfileFunction(r, wl, t)

name = 'Exponential Ring'
shortname = 'ExpR'
elliptic = True
_radialProfileFunction(r, wl, t)
property _r