支持多选上传(至少 1 份)
尚未选择文件
{{ file.name }}
上传仪器导出文件,自动绘制曲线并输出详细分析结果。
支持多选上传(至少 1 份)
尚未选择文件
{{ file.name }}
{{ error }}
样本名:{{ item.metadata.sample || '-' }}
Run Date:{{ item.metadata.run_date || '-' }}
Size:{{ item.metadata.size || '-' }}
Method:{{ item.metadata.method || '-' }}
Exotherm:{{ item.metadata.exotherm || '-' }}
点数:{{ item.stats.point_count }}
温度范围:{{ fmt(item.stats.temperature_min) }} ~ {{ fmt(item.stats.temperature_max) }} °C
热流范围:{{ fmt(item.stats.heat_flow_min) }} ~ {{ fmt(item.stats.heat_flow_max) }} W/g
热流均值:{{ fmt(item.stats.heat_flow_mean) }} W/g
最大峰:T={{ fmt(item.peaks.max_peak.temperature) }} °C, HF={{ fmt(item.peaks.max_peak.heat_flow) }}
最小峰:T={{ fmt(item.peaks.min_peak.temperature) }} °C, HF={{ fmt(item.peaks.min_peak.heat_flow) }}
积分面积: {{ item.integration_area === null ? '温区无有效数据' : fmt(item.integration_area) }}
{{ peak.name }}({{ peak.direction === 'positive' ? '正向峰' : '负向峰' }})
起点/峰位/终点:{{ fmt(peak.start_temperature) }} / {{ fmt(peak.peak_temperature) }} / {{ fmt(peak.end_temperature) }} °C
宽度:{{ fmt(peak.width) }} °C
高度:{{ fmt(peak.height) }} W/g
峰面积:{{ fmt(peak.area) }} (W/g·°C)
上传 TG-DSC 数据文件(CSV / TSV / TXT,需含 Temp、Mass 列)
尚未选择文件
{{ file.name }}
{{ tgError }}
数据点数:{{ ds.stats.point_count }}
温度范围:{{ fmt(ds.stats.temperature_min) }} ~ {{ fmt(ds.stats.temperature_max) }} °C
质量:{{ fmt2(ds.stats.mass_start) }}% → {{ fmt2(ds.stats.mass_end) }}%(总变化 {{ fmt2(ds.stats.mass_change_total) }}%)
DSC 范围:{{ fmt(ds.stats.dsc_min) }} ~ {{ fmt(ds.stats.dsc_max) }} mW/mg
DSC 积分面积:{{ fmt(ds.integration_area) }} (mW/mg·°C)
{{ peak.direction === 'negative' ? '吸热峰' : '放热峰' }}
Onset: {{ peak.onset_temperature }} °C
Peak: {{ peak.peak_temperature }} °C
End: {{ peak.end_temperature }} °C
Area: {{ peak.area }} J/g
Height: {{ fmt(peak.height) }} mW/mg
{{ mc.start_temperature }} ~ {{ mc.end_temperature }} °C
质量变化: {{ mc.change_percent }}%
{{ fmt2(mc.start_mass) }}% → {{ fmt2(mc.end_mass) }}%