Variable Alignment Settings: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with "===Purpose=== Settings used to modfiy spectral alignment. ===Synopsis=== :p = specalignset(data) :p = specalignset(p,data) ===Description=== Both input (p) and output (p) a...")
 
imported>Scott
No edit summary
Line 13: Line 13:
Both input (p) and output (p) are preprocessing structures. If no input is supplied, GUI with default settings is provided. If (p) is 'default', default structure is returned without GUI.
Both input (p) and output (p) are preprocessing structures. If no input is supplied, GUI with default settings is provided. If (p) is 'default', default structure is returned without GUI.


Default algorithm is Peak Alignment (registerspec).
Default algorithm is Peak Alignment ([[registerspec]]).
 


[[Image:specalign.png|Specalign Window]]
===See Also===
===See Also===


[[cow]], [[preprocess]], [[registerspec]]
[[cow]], [[preprocess]], [[registerspec]]

Revision as of 15:33, 28 September 2011

Purpose

Settings used to modfiy spectral alignment.

Synopsis

p = specalignset(data)
p = specalignset(p,data)


Description

Both input (p) and output (p) are preprocessing structures. If no input is supplied, GUI with default settings is provided. If (p) is 'default', default structure is returned without GUI.

Default algorithm is Peak Alignment (registerspec).

Specalign Window

See Also

cow, preprocess, registerspec