CIRDLES / Tripoli

Tripoli imports raw mass spectrometer data files and supports interactive review and archiving of isotopic data. Tripoli facilitates visualization of temporal trends and scatter during measurement, statistically rigorous filtering of data, and calculation of statistical parameters.
http://cirdles.org/Tripoli/
Apache License 2.0
8 stars 12 forks source link

Peak Refining and Doc #70

Closed robinsonianr closed 1 year ago

bowring commented 1 year ago

getting an error: java.lang.NumberFormatException: For input string: "Timestamp" at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054) at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.base/java.lang.Double.parseDouble(Double.java:651) at org.cirdles.tripoli.sessions.analysis.massSpectrometerModels.dataSourceProcessors.PeakShapeProcessor_OPPhoenix.prepareInputDataModelFromFile(PeakShapeProcessor_OPPhoenix.java:69)

bowring commented 1 year ago

good opportunity to write some tests for this

bowring commented 1 year ago

good progress note: 1) on first use of demo2, the auto-selection of the first file does not produce peak shape plots 2) when plotting ticsY, change line 130 to (float) mapX(minX) - textWidth - 5f,

robinsonianr commented 1 year ago

I believe the auto-selection was not working on the first use because peak service would not complete the task. I changed it not to use the service and it worked.