Skip to content

Commit

Permalink
Merge pull request #143 from forderud/trig_times-doc
Browse files Browse the repository at this point in the history
Clarify EcgSeries trig_times documentation
  • Loading branch information
forderud authored Oct 11, 2019
2 parents d2d0472 + 7b7fc24 commit b3d01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image3dAPI/IImage3d.idl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ struct EcgSeries {
[helpstring("ECG sample waveform")]
SAFEARRAY(float) samples;

[helpstring("QRS trig time(s) within series [optional]")]
[helpstring("QRS/R-wave trig time(s) [seconds] within series [optional]")]
SAFEARRAY(double) trig_times;
} EcgSeries;

Expand Down

0 comments on commit b3d01dc

Please sign in to comment.