Variable Alignment Settings: Difference between revisions
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 14: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).