Skip to content

Commit

Permalink
Removed redundant r_max parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Feb 8, 2020
1 parent 4cdb074 commit 0074f8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Example
>>> mapping.r2_scaling(r_max=200.)
>>> mapping.total_intensity(r_max=200.)
>>> mapping.total_intensity(pol_max=1.)
>>> mapping.phase_function(radius=(50., 70.),
n_phase=30)
Expand Down
1 change: 0 additions & 1 deletion diskmap/diskmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def r2_scaling(self,
self.im_scaled[i, j] = r_max**2 * self.image[i, j]

def total_intensity(self,
r_max,
pol_max=1.):
"""
Function for estimating the total intensity image when ``fitsfile`` contains a polarized
Expand Down
Empty file modified setup.py
100755 → 100644
Empty file.

0 comments on commit 0074f8e

Please sign in to comment.