cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar
In the JMP® 18.0 Functional Data Explorer, the Peak editor table does not update if launching Peak Finding after another model

In JMP® 18.0 Functional Data Explorer (FDE), the peak finding table will not update properly if another modeling option is first launched. The issue has been fixed in the JMP 18.1 release.

 

A workaround in version 18.0 is to remove the other modeling report from the Functional Data Explorer window. As an example:

dt = Open("$SAMPLE_DATA/Functional Data/NMR DoE.jmp");

obj = dt << Functional Data Explorer(
	Data Format( Row ),
	Y( Column Group( "NMR Spectra" ) ),
	ID( :NMR ID ),
	Wavelets(
		Functional PCA(
			1,
		)
	),
	Peak Finding
);

Scroll to the bottom and use the arrows in the Peak Finding editor. Note that the table doesn't update. If you click on the Wavelets red triangle drop down menu and select Remove Fit, the table in the Peak Finding editor now updates correctly.

Details
Operating System
macOS Windows
Reported Version
18.0
Fixed Version
18.1
Products JMP Pro