cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

JMP Knowledge Base

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

Recommended Articles