Skip to content

Commit

Permalink
Updated docs and move phase corr to low-lvl
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencl committed Mar 13, 2020
1 parent ecada19 commit e159c4c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/src/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ apply_window!
sinebell
```

### Water suppression

```@docs
hsvd
hsvd_water_suppression
```

### Phase correction

```@docs
adjust_phase
ernst
```

## Plotting

```@docs
Expand Down
6 changes: 3 additions & 3 deletions src/MagneticResonanceSignals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export
# Water suppression
hsvd,
hsvd_water_suppression
# Phase correction
ernst,
adjust_phase,

# High level signal processing
export
Expand All @@ -88,9 +91,6 @@ export
simple_averaging,
# Fourier transform
spectrum,
# Phase correction
ernst,
adjust_phase,

# Plotting
export
Expand Down

0 comments on commit e159c4c

Please sign in to comment.