-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release_candidate' for release 0.3.0 into master
- Loading branch information
Showing
164 changed files
with
16,974 additions
and
9,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
from ptypy import utils as u | ||
from ptypy.core import Ptycho, Vanilla | ||
|
||
p = u.Param() | ||
p.verbose_level = 3 | ||
p.io = u.Param() | ||
p.io.home = "/tmp/ptypy/" | ||
p.scans = u.Param() | ||
p.scans.MF = u.Param() | ||
p.scans.MF.data= u.Param() | ||
p.scans.MF.name = 'Vanilla' | ||
p.scans.MF.data.name = 'QuickScan' | ||
p.scans.MF.data.num_frames = 50000 | ||
p.scans.MF.data.shape = 32 | ||
Ptycho(p,level=2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: core_dependencies | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=2.7 | ||
- numpy | ||
- scipy | ||
- h5py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
ptypy.debug package | ||
=================== | ||
|
||
Submodules | ||
---------- | ||
|
||
ptypy.debug.embedded_shell module | ||
--------------------------------- | ||
|
||
.. automodule:: ptypy.debug.embedded_shell | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ptypy.debug.ipython_kernel module | ||
--------------------------------- | ||
|
||
.. automodule:: ptypy.debug.ipython_kernel | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ptypy.debug | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.