File tree Expand file tree Collapse file tree 7 files changed +7
-42
lines changed Expand file tree Collapse file tree 7 files changed +7
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ diffpy Package
33
44.. toctree ::
55
6- diffpy.confutils
76 diffpy.srxplanar
Original file line number Diff line number Diff line change 1616import numpy as np
1717import scipy .ndimage .filters as snf
1818
19- from diffpy .confutils .tools import _configPropertyR
19+ from diffpy .srxconfutils .tools import _configPropertyR
2020
2121
2222class Calculate (object ):
Original file line number Diff line number Diff line change 1919
2020import numpy as np
2121
22- from diffpy .confutils .tools import _configPropertyR
22+ from diffpy .srxconfutils .tools import _configPropertyR
2323
2424try :
2525 import fabio
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def openImage(im):
4040import scipy .ndimage .filters as snf
4141import scipy .ndimage .morphology as snm
4242
43- from diffpy .confutils .tools import _configPropertyR
43+ from diffpy .srxconfutils .tools import _configPropertyR
4444
4545
4646class Mask (object ):
Original file line number Diff line number Diff line change 1717
1818import numpy as np
1919
20- from diffpy .confutils .tools import _configPropertyR
20+ from diffpy .srxconfutils .tools import _configPropertyR
2121
2222
2323class SaveResults (object ):
Original file line number Diff line number Diff line change 1515
1616import numpy as np
1717
18- from diffpy .confutils .config import ConfigBase
19- from diffpy .confutils .tools import _configPropertyRad
18+ from diffpy .srxconfutils .config import ConfigBase
19+ from diffpy .srxconfutils .tools import _configPropertyRad
2020
2121_description = """
2222SrXplanar -- integrate 2D powder diffraction image to 1D
505505
506506
507507class SrXplanarConfig (ConfigBase ):
508- """Config class, based on ConfigBase class in diffpy.confutils ."""
508+ """Config class, based on ConfigBase class in diffpy.srxconfutils ."""
509509
510510 # Text to display before the argument help
511511 _description = _description
You can’t perform that action at this time.
0 commit comments