Skip to content

Commit

Permalink
Updated HD143006 docs with new init method
Browse files Browse the repository at this point in the history
  • Loading branch information
kadri-nizam committed Feb 6, 2023
1 parent 4c93b82 commit ba500c8
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 111 deletions.
220 changes: 110 additions & 110 deletions docs/large-tutorials/HD143006_part_1.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/large-tutorials/HD143006_part_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Since the DSHARP team has already checked there are no bright sub-mm sources in
```{code-cell}
from mpol import gridding
gridder = gridding.Gridder(
gridder = gridding.Gridder.from_image_properties(
cell_size=cell_size,
npix=512,
uu=uu,
Expand Down

0 comments on commit ba500c8

Please sign in to comment.