-
Notifications
You must be signed in to change notification settings - Fork 1
List of macro functions
Yusuke SETO edited this page Jan 30, 2023
·
19 revisions
表示される画像をネガティブスケールで表示するかをTrueかFalseで設定/取得します。IPA.Image.PositiveGradientと対になる項目です。
表示される画像をネガティブスケールで表示するかをTrueかFalseで設定/取得します。IPA.Image.NegativeGradientと対になる項目です。
表示される画像をリニアスケールで表示するかをTrueかFalseで設定/取得します。IPA.Image.LogScaleと対になる項目です。
表示される画像を対数スケールで表示するかをTrueかFalseで設定/取得します。IPA.Image.LinearScaleと対になる項目です。
True/False. \r\n If true, an image is drawn with gray-scale. This parameter is a counterpart of 'IPA.Image.ColorScale'
True/False. \r\n If true, an image is drawn with color-scale. This parameter is a counterpart of 'IPA.Image.GrayScale'
Float. \r\n Set/get maximum level of brightness.
Float. \r\n Set/get miniimum level of brightness.
IPA.Image.SetCanvasSize(int Width, int Height) # Set canvas size (width and height) of picture box in pixel unit.
#IPA.Mask関数
#IPA.Profile関数
IPA.Profile.GetProfile(string filename) # Get profile. \r\n Profile will be saved to the assigned filename
IPA.Profile.ConcentricIntegration # True/False. \r\n If true, the image will be \r\n integrated concentrically (2θ-intensity).
IPA.Profile.RadialIntegration # True/False. \r\n If true, the image will be \r\nintegrated radially (pizza-cut).
IPA.Profile.FindCenterBeforeGetProfile # True/False. \r\n If true, 'Find Center' will be \r\n executed before 'Get Profile'
IPA.Profile.FindSpotsBeforeGetProfile # True/False. \r\n If true, 'Mask Spots' will be \r\n executed before 'Get Profile'
IPA.Profile.SendProfileViaClipboard # True/False. \r\n If true, the profile will be sent to PDIndexer via clipboard
IPA.Profile.SaveProfileAfterGetProfile # True/False. \r\n If true, the profile will be saved after 'Get Profile'
IPA.IntegralProperty関数
IPA.IntegralProperty.ConcentricIntegration # True/False. \r\n If true, the image will be \r\n integrated concentrically (2θ-intensity).
IPA.IntegralProperty.RadialIntegration # True/False. \r\n If true, the image will be \r\nintegrated radially (pizza-cut or cake-pattern).
IPA.IntegralProperty.ConcentricStart # Float. \r\n Set/get start value for concentric integration mode.
IPA.IntegralProperty.ConcentricStart # Float. \r\n Set/get step value for concentric integration mode.
IPA.IntegralProperty.ConcentricUnit # Integer. \r\n Set/get a unit of concentric integration mode. 0: Angle(°), 1: d-spacing(Å), 2: Length (mm)
IPA.IntegralProperty.RadialStep # Float. \r\n Set/get a sector angle (sweep step) for radial integration mode
IPA.IntegralProperty.RadialUnit # Integer. \r\n Set/get a unit of concentric integration mode. 0: Angle(°), 2: d-spacing(Å)
IPA.Wave関数
IPA.Wave.SetWaveLength(float wavelength) # Set wavelength (float value) of incident beam in nm unit.
IPA.File.GetFileNames() # Get filenames. \r\n Returned value is a string array, \r\n each of which is a full path of selected files.
IPA.File.GetAllFileNames() # Get all file names in the directory. \r\n Returned value is a string array, \r\n each of which is a full path of selected files.
IPA.File.GetDirectoryPath() # Get a directory path.\r\n Returned string is a full path to the filename.\r\n If filename is omitted, selection dialog will open.
#IPA.FILE関数
IPA.File.ReadImage(string filename) # Read image file. \r\n If filename is omitted, selection dialog will open.
IPA.File.ReadImageHDF(string filename, bool Normarize) # Read HDF5 image file. \r\n If filename is omitted, selection dialog will open.
IPA.File.SaveImageAsTIFF(string filename) # Save image file as Tiff format. \r\n If filename is omitted, selection dialog will open.
IPA.File.SaveImageAsPNG(string filename) # Save image file as PNG format. \r\n If filename is omitted, selection dialog will open.
IPA.File.SaveImageAsIPA(string filename) # Save image file as IPA format. \r\n If filename is omitted, selection dialog will open.
IPA.File.ReadParameter(string filename) # Read parameter file. \r\n If filename is omitted or invalid, selection dialog will open.
IPA.File.SaveParameter(string filename) # Save parameter file. \r\n If filename is omitted or invalid, selection dialog will open.
IPA.File.ReadMask(string filename) # Read mask file. \r\n If filename is omitted or invalid, selection dialog will open.
IPA.File.SaveMask(string filename) # Save mask file. \r\n If filename is omitted or invalid, selection dialog will open.
#IPA.Sequential関数