Skip to content

Commit

Permalink
quickstart example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Oct 31, 2019
1 parent bc5f706 commit becee46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following script downloads the data (13 MB), runs the PSF subtraction with P
pipeline.add_module(module)
module = PcaPsfSubtractionModule(pca_numbers=(20, ),
module = PcaPsfSubtractionModule(pca_numbers=[20, ],
name_in='pca',
images_in_tag='prep',
reference_in_tag='prep',
Expand All @@ -71,7 +71,7 @@ The following script downloads the data (13 MB), runs the PSF subtraction with P
size = pixscale*residuals.shape[-1]/2.
plt.imshow(residuals[0, ], origin='lower', extent=[size, -size, -size, size])
plt.title('beta Pic b - NACO M' - median residuals')
plt.title('beta Pic b - NACO M\' - median residuals')
plt.xlabel('R.A. offset [arcsec]', fontsize=12)
plt.ylabel('Dec. offset [arcsec]', fontsize=12)
plt.colorbar()
Expand Down

0 comments on commit becee46

Please sign in to comment.