Asynchronous AM Bench 2022 Challenge Data: Real-time, Simultaneous Absorptance And High-speed Xray Imaging
National Institute of Standards and Technology
@usgov.national_institute_of_standard_asynchronous_am_bench_2_b1977c1e
National Institute of Standards and Technology
@usgov.national_institute_of_standard_asynchronous_am_bench_2_b1977c1e
CREATE TABLE al_scan_aa_mwd_asr_results (
"description" VARCHAR,
"value" DOUBLE,
"unit" VARCHAR,
"std_dev" DOUBLE,
"unit_1" VARCHAR
);
CREATE TABLE al_scan_tda_v2_results (
"time_s" DOUBLE,
"powerinput_w" DOUBLE,
"absoluteabsorption_w" DOUBLE,
"relativeabsorption" DOUBLE,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR,
"datafile" VARCHAR
);
CREATE TABLE al_spot_aa_asr_results (
"description" VARCHAR,
"value" DOUBLE,
"unit" VARCHAR,
"stdev" DOUBLE,
"unit_1" VARCHAR
);
CREATE TABLE al_spot_tda_results (
"time_s" DOUBLE,
"powerinput_w" DOUBLE,
"absoluteabsorption_w" DOUBLE,
"relativeabsorption" DOUBLE,
"unnamed_4" VARCHAR,
"filename" VARCHAR
);
CREATE TABLE al_spot_tdw_results (
"time_s" DOUBLE,
"meltpoolwidth_um" VARCHAR
);
Anyone who has the link will be able to view this.