pymcxray.FileFormat.Results.exported package

Submodules

pymcxray.FileFormat.Results.exported.DataMap module

Read data map exported by MCXRay.

class pymcxray.FileFormat.Results.exported.DataMap.DataMap(filepath)[source]

Bases: object

imageName
pixels
read()[source]
saveImage(imageFilepath=None)[source]
showImage()[source]
size
pymcxray.FileFormat.Results.exported.DataMap.run()[source]

pymcxray.FileFormat.Results.exported.XrayIntensityXY module

Read x-ray intensity distribution in XY exported from mcxray GUI.

class pymcxray.FileFormat.Results.exported.XrayIntensityXY.XrayIntensityXY[source]

Bases: object

readData(filepath)[source]

pymcxray.FileFormat.Results.exported.test_DataMap module

Tests for the module DataMap.

class pymcxray.FileFormat.Results.exported.test_DataMap.TestDataMap(methodName='runTest')[source]

Bases: unittest.case.TestCase

TestCase class for the module DataMap.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Setup method.

tearDown()[source]

Teardown method.

testSkeleton()[source]

First test to check if the testcase is working with the testing framework.

test_init()[source]

Tests for method init.

test_read()[source]

Tests for method read.

pymcxray.FileFormat.Results.exported.test_XrayIntensityXY module

Tests for the module XrayIntensityXY.

class pymcxray.FileFormat.Results.exported.test_XrayIntensityXY.TestXrayIntensityXY(methodName='runTest')[source]

Bases: unittest.case.TestCase

TestCase class for the module XrayIntensityXY.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Setup method.

tearDown()[source]

Teardown method.

testOpenFile()[source]

Test if the test data file can be open.

testSkeleton()[source]

First test to check if the testcase is working with the testing framework.

pymcxray.FileFormat.Results.exported.tests module

Module contents