Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hippke committed Mar 20, 2020
1 parent 70ce5de commit 19028f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ The ``edge_cutoff`` functionality is provided. The penalized spline method benef
max_splines=100, # The maximum number of knots to be tested
edge_cutoff=0.5, # Remove edges
return_trend=True, # Return trend and flattened light curve
return_nsplines=True # Return chosen number of knots
return_nsplines=True, # Return chosen number of knots
verbose=False # If true, prints status during runtime
)

which returns the usual flattened light curve and the actual trend. In addition, when choosing ``return_nsplines=True``, the chosen spline value (number of knots) is returned. This is done separately for each segment, in case ``break_tolerance>0`` resulted in segmentation. Check this with:
Expand Down

0 comments on commit 19028f4

Please sign in to comment.