Switch lamps to internal IDs; EAN becomes optional metadata
Directories rename from bare EANs to L0001..L0010 (measurement order). metrics.json gains an ean field, and a rated block with advertised values (flux, CCT, power, lifetime) where already documented, so the site can show advertised-vs-measured deltas. One EAN can now cover several lamp versions (variant field) and unbranded lamps need no barcode.
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "L0003",
|
||||
"ean": "8850646092905",
|
||||
"manufacturer": "LAMPTAN",
|
||||
"model": "LED Bulb Gloss V2 9W E27 Warm White 2700K",
|
||||
"notes": "Gloss V2 series attribution from retailer listings; verify against packaging.",
|
||||
"rated": {
|
||||
"CCT_K": 2700,
|
||||
"Power_W": 9,
|
||||
"lifetime_h": 10000
|
||||
},
|
||||
"instrument": "HPCS6500",
|
||||
"measured_at": "2026-07-08T12:11:17+07:00",
|
||||
"instrument_date": "2026-07-08",
|
||||
"instrument_time": "16:34:23",
|
||||
"readings_averaged": 5,
|
||||
"tm30": {
|
||||
"Rf": 89.2,
|
||||
"Rg": 107.8
|
||||
},
|
||||
"cri": {
|
||||
"Ra": 83.66969299316406,
|
||||
"R1": 82.09189147949219,
|
||||
"R2": 91.76870880126953,
|
||||
"R3": 96.39212951660156,
|
||||
"R4": 82.19517822265625,
|
||||
"R5": 82.99137268066406,
|
||||
"R6": 90.82891082763672,
|
||||
"R7": 82.97420349121094,
|
||||
"R8": 60.11514511108398,
|
||||
"R9": 9.81113510131836,
|
||||
"R10": 81.59440002441406,
|
||||
"R11": 82.21892395019532,
|
||||
"R12": 71.9334945678711,
|
||||
"R13": 84.4675506591797,
|
||||
"R14": 98.74761047363282,
|
||||
"R15": 74.3365966796875
|
||||
},
|
||||
"supply": {
|
||||
"ac_voltage": 230.0,
|
||||
"ac_frequency": 50.0,
|
||||
"dc_voltage": 24.0,
|
||||
"dc_current": 5.0,
|
||||
"mode": "AC"
|
||||
},
|
||||
"photometric": {
|
||||
"Phi_lm": 1182.8281982421875,
|
||||
"eta_lm_W": 131.840087890625,
|
||||
"CCT_K": 3082.14755859375,
|
||||
"Duv": 0.000637585879303515,
|
||||
"SDCM": 1.4147728443145753,
|
||||
"TLCI": 71.12107696533204
|
||||
},
|
||||
"chromaticity": {
|
||||
"x": 0.43210033178329466,
|
||||
"y": 0.4039463996887207,
|
||||
"u": 0.24751004278659822,
|
||||
"v": 0.34707491993904116,
|
||||
"u_prime": 0.24751004278659822,
|
||||
"v_prime": 0.520612382888794,
|
||||
"CIE_X": 1852.51533203125,
|
||||
"CIE_Y": 1731.8128173828125,
|
||||
"CIE_Z": 702.9057006835938
|
||||
},
|
||||
"radiometric": {
|
||||
"Phi_e_mW": 3543.28193359375,
|
||||
"Phi_euv_mW": 0.0,
|
||||
"Phi_eb_mW": 506.99805908203126,
|
||||
"Phi_ey_mW": 1577.3231201171875,
|
||||
"Phi_er_mW": 1386.302099609375,
|
||||
"Phi_efr_mW": 69.71334381103516,
|
||||
"Phi_eir_mW": 0.0,
|
||||
"Phi_e_total": 3540.336328125
|
||||
},
|
||||
"electrical": {
|
||||
"Voltage_V": 230.2023468017578,
|
||||
"Current_A": 0.054313541203737256,
|
||||
"Power_W": 8.971689033508301,
|
||||
"Freq_Hz": 50.02181167602539,
|
||||
"PF": 0.7175572514533997
|
||||
},
|
||||
"sensor": {
|
||||
"PeakSignal": 52994.8,
|
||||
"DarkSignal": 2531.6,
|
||||
"Compensate": 2840.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,351 @@
|
||||
wavelength_nm,value
|
||||
380.00,0
|
||||
381.92,0.00267766
|
||||
383.84,0.0198642
|
||||
385.76,0.0554431
|
||||
387.68,0.107402
|
||||
389.60,0.175275
|
||||
391.52,0.261248
|
||||
393.44,0.357657
|
||||
395.36,0.454045
|
||||
397.28,0.559777
|
||||
399.20,0.676355
|
||||
401.12,0.807872
|
||||
403.04,0.957211
|
||||
404.96,1.12238
|
||||
406.88,1.30363
|
||||
408.80,1.50065
|
||||
410.72,1.71962
|
||||
412.64,1.96466
|
||||
414.56,2.24002
|
||||
416.48,2.54632
|
||||
418.40,2.88181
|
||||
420.32,3.24647
|
||||
422.23,3.64211
|
||||
424.15,4.06815
|
||||
426.07,4.52397
|
||||
427.99,5.01995
|
||||
429.91,5.5548
|
||||
431.83,6.13696
|
||||
433.75,6.76795
|
||||
435.67,7.44062
|
||||
437.59,8.22054
|
||||
439.51,9.02241
|
||||
441.43,9.75468
|
||||
443.35,10.4706
|
||||
445.27,11.1449
|
||||
447.19,11.7414
|
||||
449.11,12.229
|
||||
451.03,12.5734
|
||||
452.95,12.7542
|
||||
454.87,12.7596
|
||||
456.79,12.5927
|
||||
458.71,12.2717
|
||||
460.63,11.8235
|
||||
462.55,11.2906
|
||||
464.47,10.7158
|
||||
466.39,10.1459
|
||||
468.31,9.61176
|
||||
470.23,9.1354
|
||||
472.15,8.71669
|
||||
474.07,8.34996
|
||||
475.99,8.02625
|
||||
477.91,7.73655
|
||||
479.83,7.4723
|
||||
481.75,7.21924
|
||||
483.67,6.9693
|
||||
485.59,6.71687
|
||||
487.51,6.46264
|
||||
489.43,6.21211
|
||||
491.35,5.96961
|
||||
493.27,5.74065
|
||||
495.19,5.53244
|
||||
497.11,5.35497
|
||||
499.03,5.21619
|
||||
500.95,5.11951
|
||||
502.87,5.06372
|
||||
504.79,5.04565
|
||||
506.70,5.04862
|
||||
508.62,5.0792
|
||||
510.54,5.13348
|
||||
512.46,5.20807
|
||||
514.38,5.30196
|
||||
516.30,5.41157
|
||||
518.22,5.53481
|
||||
520.14,5.67127
|
||||
522.06,5.83128
|
||||
523.98,6.00546
|
||||
525.90,6.18055
|
||||
527.82,6.36949
|
||||
529.74,6.57322
|
||||
531.66,6.78814
|
||||
533.58,7.01074
|
||||
535.50,7.23914
|
||||
537.42,7.47048
|
||||
539.34,7.70741
|
||||
541.26,7.94772
|
||||
543.18,8.18792
|
||||
545.10,8.42642
|
||||
547.02,8.66206
|
||||
548.94,8.89583
|
||||
550.86,9.12633
|
||||
552.78,9.35261
|
||||
554.70,9.5676
|
||||
556.62,9.7726
|
||||
558.54,9.97057
|
||||
560.46,10.1634
|
||||
562.38,10.3513
|
||||
564.30,10.5303
|
||||
566.22,10.6985
|
||||
568.14,10.8582
|
||||
570.06,11.0103
|
||||
571.98,11.1537
|
||||
573.90,11.2873
|
||||
575.82,11.4113
|
||||
577.74,11.5272
|
||||
579.66,11.6345
|
||||
581.58,11.7352
|
||||
583.50,11.8258
|
||||
585.42,11.9057
|
||||
587.34,11.9781
|
||||
589.26,12.0443
|
||||
591.17,12.1097
|
||||
593.09,12.1844
|
||||
595.01,12.2637
|
||||
596.93,12.3385
|
||||
598.85,12.4106
|
||||
600.77,12.4789
|
||||
602.69,12.5448
|
||||
604.61,12.614
|
||||
606.53,12.6881
|
||||
608.45,12.7658
|
||||
610.37,12.8494
|
||||
612.29,12.9398
|
||||
614.21,13.0405
|
||||
616.13,13.148
|
||||
618.05,13.2606
|
||||
619.97,13.3749
|
||||
621.89,13.49
|
||||
623.81,13.6115
|
||||
625.73,13.7392
|
||||
627.65,13.8698
|
||||
629.57,13.9993
|
||||
631.49,14.1266
|
||||
633.41,14.2571
|
||||
635.33,14.3964
|
||||
637.25,14.5449
|
||||
639.17,14.6972
|
||||
641.09,14.8493
|
||||
643.01,15.0033
|
||||
644.93,15.16
|
||||
646.85,15.3215
|
||||
648.77,15.4869
|
||||
650.69,15.6535
|
||||
652.61,15.8224
|
||||
654.53,15.995
|
||||
656.45,16.1721
|
||||
658.37,16.3511
|
||||
660.29,16.5327
|
||||
662.21,16.7162
|
||||
664.13,16.9029
|
||||
666.05,17.0937
|
||||
667.97,17.2908
|
||||
669.89,17.4955
|
||||
671.81,17.7044
|
||||
673.72,17.9202
|
||||
675.64,18.1435
|
||||
677.56,18.3745
|
||||
679.48,18.6125
|
||||
681.40,18.8551
|
||||
683.32,19.087
|
||||
685.24,19.3206
|
||||
687.16,19.5733
|
||||
689.08,19.8246
|
||||
691.00,20.0682
|
||||
692.92,20.3048
|
||||
694.84,20.5321
|
||||
696.76,20.7507
|
||||
698.68,20.9646
|
||||
700.60,21.1778
|
||||
702.52,21.3934
|
||||
704.44,21.6121
|
||||
706.36,21.8278
|
||||
708.28,22.0319
|
||||
710.20,22.224
|
||||
712.12,22.4034
|
||||
714.04,22.5733
|
||||
715.96,22.7356
|
||||
717.88,22.889
|
||||
719.80,23.0296
|
||||
721.72,23.1595
|
||||
723.64,23.2764
|
||||
725.56,23.3787
|
||||
727.48,23.4706
|
||||
729.40,23.5504
|
||||
731.32,23.6284
|
||||
733.24,23.6982
|
||||
735.16,23.7471
|
||||
737.08,23.7829
|
||||
739.00,23.8052
|
||||
740.92,23.8123
|
||||
742.84,23.8037
|
||||
744.76,23.7787
|
||||
746.68,23.7405
|
||||
748.60,23.6888
|
||||
750.52,23.622
|
||||
752.44,23.5403
|
||||
754.36,23.4434
|
||||
756.28,23.3336
|
||||
758.19,23.2137
|
||||
760.11,23.0839
|
||||
762.03,22.9496
|
||||
763.95,22.8091
|
||||
765.87,22.6583
|
||||
767.79,22.4985
|
||||
769.71,22.3639
|
||||
771.63,22.2232
|
||||
773.55,22.0358
|
||||
775.47,21.834
|
||||
777.39,21.6194
|
||||
779.31,21.3951
|
||||
781.23,21.1668
|
||||
783.15,20.934
|
||||
785.07,20.6921
|
||||
786.99,20.4398
|
||||
788.91,20.1793
|
||||
790.83,19.9146
|
||||
792.75,19.6491
|
||||
794.67,19.3826
|
||||
796.59,19.116
|
||||
798.51,18.8459
|
||||
800.43,18.5743
|
||||
802.35,18.3007
|
||||
804.27,18.0671
|
||||
806.19,17.8278
|
||||
808.11,17.536
|
||||
810.03,17.2403
|
||||
811.95,16.9454
|
||||
813.87,16.648
|
||||
815.79,16.3462
|
||||
817.71,16.0375
|
||||
819.63,15.7239
|
||||
821.55,15.4098
|
||||
823.47,15.0952
|
||||
825.39,14.7811
|
||||
827.31,14.4664
|
||||
829.23,14.1511
|
||||
831.15,13.8355
|
||||
833.07,13.5669
|
||||
834.99,13.3016
|
||||
836.91,12.9931
|
||||
838.83,12.6864
|
||||
840.74,12.3811
|
||||
842.66,12.075
|
||||
844.58,11.7709
|
||||
846.50,11.4708
|
||||
848.42,11.1752
|
||||
850.34,10.8862
|
||||
852.26,10.6017
|
||||
854.18,10.3224
|
||||
856.10,10.0488
|
||||
858.02,9.77839
|
||||
859.94,9.54846
|
||||
861.86,9.32264
|
||||
863.78,9.0641
|
||||
865.70,8.813
|
||||
867.62,8.57037
|
||||
869.54,8.33344
|
||||
871.46,8.1005
|
||||
873.38,7.872
|
||||
875.30,7.64831
|
||||
877.22,7.43008
|
||||
879.14,7.21917
|
||||
881.06,7.01663
|
||||
882.98,6.82068
|
||||
884.90,6.65596
|
||||
886.82,6.49301
|
||||
888.74,6.30453
|
||||
890.66,6.11756
|
||||
892.58,5.93318
|
||||
894.50,5.75306
|
||||
896.42,5.57649
|
||||
898.34,5.40498
|
||||
900.26,5.23669
|
||||
902.18,5.07111
|
||||
904.10,4.90918
|
||||
906.02,4.7486
|
||||
907.94,4.59034
|
||||
909.86,4.45592
|
||||
911.78,4.32413
|
||||
913.70,4.17682
|
||||
915.62,4.03408
|
||||
917.54,3.89492
|
||||
919.46,3.75755
|
||||
921.38,3.62139
|
||||
923.30,3.48896
|
||||
925.21,3.35949
|
||||
927.13,3.23379
|
||||
929.05,3.11107
|
||||
930.97,3.0068
|
||||
932.89,2.90515
|
||||
934.81,2.79102
|
||||
936.73,2.68109
|
||||
938.65,2.57472
|
||||
940.57,2.47207
|
||||
942.49,2.37326
|
||||
944.41,2.27686
|
||||
946.33,2.18488
|
||||
948.25,2.0967
|
||||
950.17,2.01178
|
||||
952.09,1.93044
|
||||
954.01,1.86015
|
||||
955.93,1.7891
|
||||
957.85,1.70611
|
||||
959.77,1.62208
|
||||
961.69,1.53908
|
||||
963.61,1.45882
|
||||
965.53,1.38371
|
||||
967.45,1.31558
|
||||
969.37,1.25349
|
||||
971.29,1.19682
|
||||
973.21,1.15043
|
||||
975.13,1.1064
|
||||
977.05,1.05928
|
||||
978.97,1.01505
|
||||
980.89,0.972457
|
||||
982.81,0.930883
|
||||
984.73,0.890552
|
||||
986.65,0.852936
|
||||
988.57,0.818278
|
||||
990.49,0.785489
|
||||
992.41,0.757522
|
||||
994.33,0.728931
|
||||
996.25,0.695252
|
||||
998.17,0.662241
|
||||
1000.09,0.629828
|
||||
1002.01,0.59776
|
||||
1003.93,0.566592
|
||||
1005.85,0.536624
|
||||
1007.77,0.509169
|
||||
1009.68,0.484837
|
||||
1011.60,0.465027
|
||||
1013.52,0.445311
|
||||
1015.44,0.423306
|
||||
1017.36,0.401916
|
||||
1019.28,0.382649
|
||||
1021.20,0.365183
|
||||
1023.12,0.347624
|
||||
1025.04,0.329298
|
||||
1026.96,0.309456
|
||||
1028.88,0.288719
|
||||
1030.80,0.27131
|
||||
1032.72,0.255516
|
||||
1034.64,0.238853
|
||||
1036.56,0.223509
|
||||
1038.48,0.208085
|
||||
1040.40,0.191621
|
||||
1042.32,0.174024
|
||||
1044.24,0.157464
|
||||
1046.16,0.142249
|
||||
1048.08,0.130256
|
||||
1050.00,0.119065
|
||||
|
@@ -0,0 +1,17 @@
|
||||
bin,ref_a,ref_b,test_a,test_b,ref_a_norm,ref_b_norm,test_a_norm,test_b_norm,Rcs_pct,Rhs,Rf_h
|
||||
1,23.0682,5.11884,23.3654,5.41785,0.976254,0.216631,0.988833,0.229285,1.48069,0.00995701,93.4178
|
||||
2,20.3439,14.9827,19.7472,16.0296,0.805198,0.593006,0.78158,0.634442,0.338314,0.0475741,89.8368
|
||||
3,14.6642,23.0966,13.0987,25.1804,0.536,0.844218,0.478778,0.920382,3.15373,0.0898919,81.2314
|
||||
4,3.31615,22.4974,1.87323,24.0653,0.145826,0.98931,0.0823743,1.05826,5.52475,0.0756844,85.3256
|
||||
5,-2.42101,16.4181,-3.1691,17.5324,-0.145882,0.989302,-0.19096,1.05645,7.46527,0.0311116,89.2782
|
||||
6,-12.5999,17.5538,-13.1149,19.1766,-0.58312,0.812386,-0.606952,0.887484,7.5682,-0.0219074,88.008
|
||||
7,-18.2537,11.8608,-18.5756,12.9797,-0.838529,0.544857,-0.853316,0.596253,4.08489,-0.0345186,89.9849
|
||||
8,-22.6052,6.2265,-22.0852,6.96601,-0.964095,0.265556,-0.941918,0.297095,-1.55979,-0.0352601,90.4941
|
||||
9,-20.5184,-2.97998,-20.506,-3.23642,-0.989617,-0.143727,-0.989021,-0.156095,0.182763,0.0122475,94.0283
|
||||
10,-17.766,-11.2585,-17.3481,-11.8003,-0.844674,-0.535281,-0.824808,-0.561037,-0.220906,0.0324529,91.7721
|
||||
11,-12.9543,-19.3616,-11.5327,-20.8469,-0.556084,-0.831126,-0.495062,-0.894887,1.91129,0.0861613,85.5919
|
||||
12,-5.89409,-18.8128,-4.23038,-19.9847,-0.298973,-0.954262,-0.214582,-1.01371,4.1839,0.0943657,86.0396
|
||||
13,2.60538,-18.3298,4.04297,-19.055,0.140725,-0.990049,0.218373,-1.02922,5.35648,0.068515,88.9478
|
||||
14,8.3861,-14.4338,9.95399,-15.175,0.502367,-0.864654,0.596292,-0.909053,8.90981,0.0534286,88.0875
|
||||
15,16.8182,-11.1579,17.9418,-11.718,0.833289,-0.552838,0.888958,-0.580588,6.17039,0.00785492,91.2305
|
||||
16,19.0543,-3.21003,19.6733,-3.87959,0.986104,-0.166126,1.01814,-0.200778,3.81779,-0.0277361,91.3529
|
||||
|
Reference in New Issue
Block a user