mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-09 21:12:42 +02:00
And update the readme
This commit is contained in:
@@ -5,8 +5,8 @@ CDTools is a python library for ptychography and CDI reconstructions, using an A
|
||||
```python
|
||||
# imports
|
||||
from matplotlib import pyplot as plt
|
||||
from CDTools.datasets import Ptycho_2D_Dataset
|
||||
from CDTools.models import FancyPtycho
|
||||
from cdtools.datasets import Ptycho_2D_Dataset
|
||||
from cdtools.models import FancyPtycho
|
||||
|
||||
# Load the file
|
||||
dataset = Ptycho_2D_Dataset.from_cxi('ptycho_data.cxi')
|
||||
|
||||
Reference in New Issue
Block a user