Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Marsh committed May 23, 2021
1 parent d397c95 commit e3cc67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hipercam/scripts/nrtplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
def nrtplot(args=None):
"""``nrtplot [source] (run first [twait tmax] | flist) trim ([ncol
nrow]) (ccd (nx)) [imwidth pause plotall] bias [lowlevel
highlevel] flat defect fringe [fpair nhalf] setup [drurl cmap
highlevel] flat defect fringe (fpair [nhalf]) setup [drurl cmap
imwidth imheight memory] msub iset (ilo ihi | plo phi) xlo xhi ylo
yhi profit [method beta fwhm fwhm_min shbox smooth fhbox hmin read
gain thresh (fwnmax fwymax fwwidth fwheight)]``
Expand Down Expand Up @@ -165,7 +165,7 @@ def nrtplot(args=None):
Name of fringe pair file (see e.g. `setfringe`). Required if
a fringe map has been specified.
nhalf : int [if fringe is not 'none']
nhalf : int [if fringe is not 'none', hidden]
When calculating the differences for fringe measurement,
a region extending +/-nhalf binned pixels will be used when
measuring the amplitudes. Basically helps the stats.
Expand Down
2 changes: 1 addition & 1 deletion hipercam/scripts/reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def reduce(args=None):
# broadcasting rules
wind.data -= xmedian.reshape((len(xmedian), 1))

# Acummulate frames into processing groups for faster
# Accumulate frames into processing groups for faster
# parallelisation
pccds.append(pccd)
mccds.append(mccd)
Expand Down

0 comments on commit e3cc67a

Please sign in to comment.