All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.NXpinhole.html Maven / Gradle / Ivy






NXpinhole (h5jan API)












org.eclipse.dawnsci.nexus

Interface NXpinhole

    • Method Detail

      • getDepends_on

        IDataset getDepends_on()
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred pinhole.

        Type: NX_CHAR

        Returns:
        the value.
      • setDepends_on

        DataNode setDepends_on(IDataset depends_on)
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred pinhole.

        Type: NX_CHAR

        Parameters:
        depends_on - the depends_on
      • getDepends_onScalar

        java.lang.String getDepends_onScalar()
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred pinhole.

        Type: NX_CHAR

        Returns:
        the value.
      • setDepends_onScalar

        DataNode setDepends_onScalar(java.lang.String depends_on)
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred pinhole.

        Type: NX_CHAR

        Parameters:
        depends_on - the depends_on
      • getDiameter

        IDataset getDiameter()
        Size of the circular hole defining the transmitted beam size.

        Type: NX_NUMBER Units: NX_LENGTH

        Returns:
        the value.
      • setDiameter

        DataNode setDiameter(IDataset diameter)
        Size of the circular hole defining the transmitted beam size.

        Type: NX_NUMBER Units: NX_LENGTH

        Parameters:
        diameter - the diameter
      • getDiameterScalar

        java.lang.Number getDiameterScalar()
        Size of the circular hole defining the transmitted beam size.

        Type: NX_NUMBER Units: NX_LENGTH

        Returns:
        the value.
      • setDiameterScalar

        DataNode setDiameterScalar(java.lang.Number diameter)
        Size of the circular hole defining the transmitted beam size.

        Type: NX_NUMBER Units: NX_LENGTH

        Parameters:
        diameter - the diameter




© 2015 - 2024 Weber Informatics LLC | Privacy Policy