-
Notifications
You must be signed in to change notification settings - Fork 14
/
mySight.pde
831 lines (719 loc) · 28.2 KB
/
mySight.pde
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
/**
* mySight - Spectruino Analyzer
*
* by Andrej Mosat & Michal Kostic
* http://myspectral.com
*
*
* This software is Licensed as follows:
*
* Spectruino Spectrophotometer by Andrej Mosat is licensed under
* a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
* http://creativecommons.org/licenses/by-nc-sa/3.0/
* additionally,
* THE Spectruino Analyzer SOFTWARE IS PROVIDED TO YOU "AS IS," AND WE MAKE NO EXPRESS OR IMPLIED WARRANTIES WHATSOEVER WITH RESPECT TO ITS FUNCTIONALITY, OPERABILITY, OR USE, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR INFRINGEMENT. WE EXPRESSLY DISCLAIM ANY LIABILITY WHATSOEVER FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST REVENUES, LOST PROFITS, LOSSES RESULTING FROM BUSINESS INTERRUPTION OR LOSS OF DATA, REGARDLESS OF THE FORM OF ACTION OR LEGAL THEORY UNDER WHICH THE LIABILITY MAY BE ASSERTED, EVEN IF ADVISED OF THE POSSIBILITY OR LIKELIHOOD OF SUCH DAMAGES.
* By running this software, you agree to the specified terms.
* Based on a work at myspectral.com.
* Permissions beyond the scope of this license may be available at http://myspectral.com .
*
*
*
* Spectruino - myspectral.com UV/VIS spectrometer measures light spectrum.
* This program receives the data over USB -> virtual serial port and displays the data in a graph.
* First, connect Spectruino through your USB port. Run the program.
* First available serial port will be selected as input.
*
* 11/2012
* v0.92
*
*
*
*/
/**
* TODO/Ideas:
- set and display Exposure Time
- display "Underexposed" "Overexposed"
- detect Peaks
- save spectrum as PDF, CSV
- save a movie
- measure dark level
- dark level subtraction ON/OFF switch & display
- correction of aberrations by software deconvolution as in http://www.horiba.com/scientific/products/optics-tutorial/monochromators-spectrographs/
( thanks to Prof. Ahmed Zahab for pointing this out )
**/
import processing.serial.*;
boolean _DBG = true; // debug yes no
int _ver=1; // Version number as int
String _version="beta"; // Version description
//// Coordinates
int _dx=65; // delta X offset for drawing data
int _dy=65; // delta Y offset for drawing data
int _xsize=1026; // length of the image //int _xsize=1001; // length of the image
int _ysize=256*2; // height of the image
int xpos, ypos; // Starting position of the ball
int _gain_y = 2; // Gain factor for displaying the data on y-axis
int _gain_x = 2; // Gain factor for x-axis
int _reverse_x = +1; // reverse x axis, sensor sends red --> blue color order (1 = normal, -1 = reversed)
int _reverse_y = -1; // reverse y axis, sensor sends high (255) values as darkness, low values as light (1 = normal, -1 = reversed)
//// Drawing, Shapes and Colors
int bgcolor; // Background color
int fgcolor; // Fill color
float _thck=2.0; // line thickness for axes
PFont fontA;
//TODO: Add graphical myspectral icon //PGraphics icon;
PImage imglogo;
//// Header of Bytes from Serial
int HEADER_SIZE = 9; // number of bytes in header +-1
String _cdelim = "yC"; // String delimiter from Microcontroller
int _c = int('C'); // the delimiter character, e.g. "C" denoting end of serial pixel data array, PX1, PX2, ....., PX501, HEADER, where HEADER ends with _c
Spectrum spectrum1; // global var
int historysize = 10; // save N spectra into the history buffer
Vector Shistory = new Vector(10); // history spectra buffer
//int PXSIZE = 1001; // number of pixels to read from sensor
int PXSIZE = 501; // 2000; // number of pixels to read from sensor 501 or 2001
int PXDATALENGTH = PXSIZE+HEADER_SIZE; //510 // size of string received from sensor
int PXTOT = 2050;
//// Serial Port Communication
int bitrate = 115200; // bitrate of Serial port in Baud int bitrate = 56700; //adjust if you use slower firmware
String portName; // serial COM port name
byte [] serialPixelBuffer = new byte[PXDATALENGTH]; // serial pixel data array as a Bytes, PX1, PX2, ....., PX501, HEADER
byte[] incomingDataBuffer = new byte[PXDATALENGTH];
int incomingDataLength=0; // size of data read so far from input
int[] serialInArray = new int[PXTOT];// Where we'll put what we receive
int serialCount = 0; // A count of how many bytes we receive
Serial myPort; // The serial port
String[] portFound; // null if spectruino serial port not found (true if port was found)
PortDetector portDetector = new PortDetector(); // Detecting the serial port on which Spectruino resides
int detectingDots = 0;
//// General variables
boolean _starting = true; // if the application is starting
//// Program states for debugging purposes and program flow
int STATE_FIRST_RUN = 0; // 1 - detecting spectruino
int STATE_STARTED = 1;
int STATE_DETECTING = 1;
int STATE_READY = 2; // 2 - spectruino detected
int STATE_MEASURE = 3; // 3 - measurement in progress
int STATE_DETECTION_TIMED_OUT = -10; // 10 - spectruino detection timed out
int STATE_SIMULATION_MODE = 4;
int appState = STATE_FIRST_RUN; // 0 - just started
//// Device Hardware Variables ////
int exposureTime=0;
int exposureTimeMs = 0; // exposure time in milliseconds
//// Calibration data ////
// calibration works with y=a*x+b linear regression x = pixel, y=wavelength, a=slope [nm/px] b=intercept [nm]
float calibrationA=-1.0; // calibration coefficient, slope
float calibrationB=400.0; // calibration coefficient, intercept
boolean calibrationFileFoundp=false; // calibration file found?
///////////////////////////// Initialize the device /////////////////////////////////
void prepareStage() {
//size(1051, 562, P3D); // Stage size
size(1144, 642, P3D); // Stage size, unfortunately, processing only allows constants here //size(_xsize+2*_dx, _ysize+2*_dy, P3D); // Stage size
stroke(4);
// smooth(); // do not turn on, characters look bad with smooting
background(bgcolor);
frame.setTitle("mySight - myspectral.com Spectruino Analyzer v"+str(_ver));
// Load the font. For vector fonts, use the createFont() function.
fontA = loadFont("Dosis-Regular-32.vlw");
// plotFont = createFont("SansSerif", 20);
// textFont(plotFont);
// Set the font and its size (in units of pixels)
textFont(fontA, 32);
println("Starting...");
}
void detectSpectruino() {
appState = STATE_DETECTING;
portDetector.startPortDetection(this);
clearScreen();
printMainText("Detecting Spectruino...");
}
void startMockPort() {
//// Setting a virtual Serial port for Simulation mode when Spectruino is not present
appState = STATE_SIMULATION_MODE;
portDetector.mockPort = true;
}
void setup() {
prepareStage();
clearScreen();
printMainText("This is mySight for Spectruino beta.\nPress:\n[1] Start simulation [2] Detect spectruino\n[h] for help");
// Load calibration file, if any
loadCalibrationFile();
imglogo = loadImage("myspectral-logo-BS01.png");
}
//////////////////////////// DRAW FUNCTION LOOP ////////////////////////////////////////////////////
void draw() {
/////////////// Do following when program is first started ///////////////
if (appState == STATE_FIRST_RUN) {
// if (_starting) {
delay(500);
axes();
axes_labels();
_starting=false;
} //end if starting
if (portDetector.mockPort) {
fillMockData(serialPixelBuffer);
incomingDataLength = PXDATALENGTH;
delay(100); //// add small pause as with real spectruino
}
//// If Spectruino not present on serial port X
if (portDetector.portReady() || portDetector.mockPort) {
///////////////// Draw images when correct pixel data array received -- See EVENTS for Serial Port how to handle this ///////////////////
if (incomingDataLength == PXDATALENGTH) { //// Serial data of correct length has been received, construct the spectrum !!!
displayStatusText();
spectrum1 = new Spectrum(PXDATALENGTH-HEADER_SIZE, serialPixelBuffer); // PXDATALENGTH-9 = 501
if (_DBG) {
//printDataDigest(serialPixelBuffer);
spectrum1._print(); //// Print the spectrum to command line output
}
stroke(255, 128, 0);
spectrum1.plot(); //// Plot the received spectrum.
axes(); //// (re)Plot axes
//spectra.add(); //// TODO: save more spectra over a period of time into a stack buffer
//// Draw a transparent rectangle over the renewable graph area, this ensures the effect of "diminishing over time"
noStroke();
fill(0, 20); //transparency
rect(_dx+_thck,_dy,width,height-2*_dy);
incomingDataLength = 0;
}
} else {
//// If Spectruino not present on serial port X
if (portDetector.detectionTimedOut()) {
appState = STATE_DETECTION_TIMED_OUT;
clearScreen();
printMainText("Spectruino not detected\n[1] Start simulation [2] Detect again");
}
appState = STATE_DETECTING;
return;
}
} // END Draw()
///////////////////////////////// EVENTS ///////////////////////////////////////////////
void processCompleteBuffer() {
if (isHeaderPresent(incomingDataBuffer, PXDATALENGTH)) {
System.arraycopy(incomingDataBuffer, 0, serialPixelBuffer, 0, incomingDataLength);
} else if (_DBG) print(" >>ERR: isHeaderPresent:NO ");
}
//////////////////////////////// Serial Data received with a termination character _c ////////////////////////
void serialEvent(Serial p) {
if (portDetector.spectruinoDetectionInProgress) {
println(p);
if (portDetector.checkPortDetection(p)!=null) {
println(p);
myPort = p;
} else if (portDetector.detectionTimedOut()) {
println("No spectruino found");
}
return;
} // if spectruinoDetectionInProgress
byte[] portBytes = myPort.readBytes();
////////////////////////printDataDigest(portBytes);
int currDataLength = portBytes.length;
//////////////////////////////////////// printDataDigest(portBytes);
// XXX: check why occasionally crashing here - probably when spectruino is unplugged
if (isHeaderPresent(portBytes, currDataLength)) {
if((incomingDataLength+currDataLength)==PXDATALENGTH) {
// got complete measurement
System.arraycopy(portBytes, 0, incomingDataBuffer, incomingDataLength, currDataLength);
incomingDataLength+=currDataLength;
// process incomingDataBuffer
processCompleteBuffer();
return;
} else {
// throw away everything
incomingDataLength = 0;
return;
}
} else {
// header not present
if (incomingDataLength+currDataLength<=PXDATALENGTH-HEADER_SIZE) {
// paste into the buffer
System.arraycopy(portBytes, 0, incomingDataBuffer, incomingDataLength, currDataLength);
incomingDataLength+=currDataLength;
return;
} else {
// throw away
incomingDataLength = 0;
return;
}
}
}
void trashSerialEvent(Serial p) {
// everything after this, goes to trash in the future
//// Serial Event is called when delimiter character _c is encountered.
// String tmpstring = (myPort.readString()); //
byte[] portBytes = myPort.readBytes();
// int strlen = tmpstring.length(); // length of the received string
int strlen = portBytes.length;
print(" "+strlen);
if ((strlen > 0) && (strlen <= PXDATALENGTH)) {
// we got some data
//// might be incomplete reading received, either _c character was encountered too early (can happen) or the reception begun too late
//inString = inString + tmpstring;
if (strlen==PXDATALENGTH) {
// we got complete measuring => just throw away so far accumulated data and replace them with current measuring
incomingDataLength=0;
}
System.arraycopy(portBytes, 0, incomingDataBuffer, incomingDataLength, strlen);
incomingDataLength += strlen;
} else if (strlen > PXDATALENGTH) {
// more bytes than expected in this batch
if ( (strlen>PXDATALENGTH+15) && (strlen<PXDATALENGTH+21) ) {
//// more characters received than neccessary, user probably set new Exposure time in the middle of transmission
//// Do nothing (data might be rescued, though, call Lancelot!)
}
else if (_DBG) {
//// more characters received than neccessary, error in serial data transmission occured
println(">>ERR: serial stream pixel array too long. "+strlen);
}
// inString="";
incomingDataLength = 0;
} else {
//// unknown error occured => do nothing
if (_DBG) println(">>ERR: serial stream pixel array ELSE. "+strlen);
}
if (incomingDataLength == PXDATALENGTH) {
//// complete serial port data reading received
//// PX1, PX2, PX3, .... PX501, HEADER, where HEADER =
//// sequence of "Ax low(PXSIZE) high(PXSIZE) B low(PXSIZE) high(PXSIZE) yC" is being sent
//// and PXSIZE = 501 in Hexadecimal encoding LOW and HIGH byte
////delimiterFoundp = match(tmpstring, "[A][x]\?\?[B]\?\?yC"); //if (delimiterFoundp != null) {
if (isHeaderPresent(incomingDataBuffer, PXDATALENGTH)) {
System.arraycopy(incomingDataBuffer, 0, serialPixelBuffer, 0, incomingDataLength);
} else if (_DBG) {
//// Error, header not present
print(" >>ERR: isHeaderPresent:NO ");
}
}
}
boolean isHeaderPresent(byte[] arr, int headerEndIndex) {
//// true if HEADER Bytes are present in the Serial Data Stream from Spectruino
if (headerEndIndex-HEADER_SIZE<0) {
return false;
}
short PXsize1 = bytes2short( Arrays.copyOfRange(arr, headerEndIndex-4, headerEndIndex-2), 0);
short PXsize2 = bytes2short( Arrays.copyOfRange(arr, headerEndIndex-7, headerEndIndex-5), 0);
// short PXsize1 = bytes2short( Arrays.copyOfRange(portBytes, PXDATALENGTH-4, PXDATALENGTH-2), 0);
// short PXsize2 = bytes2short( Arrays.copyOfRange(portBytes, PXDATALENGTH-7, PXDATALENGTH-5), 0);
// print(" >>ERR: PXsize1 != PXsize2 "+PXsize1+" "+PXsize2);
// TODO: check header properly!!! - including delimiting characters
byte beforeLastHeaderVal = 121;
return PXsize1==PXsize2 && arr[headerEndIndex-2]==beforeLastHeaderVal;
}
void mousePressed() {
//// Spectruino plugged to Port P or simulated
if (portDetector.portReady() || portDetector.mockPort) {
//// Save comma separated values into a file
String filePath = "snapshots/"+portDetector.portNameShort+"-"+datetimefile()+".csv";
FileRecorder F = new FileRecorder();
F.setFilePath(filePath);
F.writeHeader("Device: " + portDetector.portNameShort + ", " + portDetector.portNameDevice + " Exposure time: " + exposureTimeMs + " ms");
println("Device: Mac: " + portDetector.portNameShort);
if (calibrationFileFoundp) {
////@TODO: implement calibrated device save data
F.writeData(Shistory);
} else {
F.writeData(Shistory);
}
// saveFrame("snapshots/####spectrum.png");
saveFrame("snapshots/"+portDetector.portNameShort+"-"+datetimefile()+".png");
background(0, 0, 0);
axes();
axes_labels();
displayStatusText();
} else {
//// Spectruino NOT plugged in or simulated
////do nothing
}
// noStroke();
} // END mousepressed
void keyReleased() {
if (_DBG) {
println("KEY: "+key);
}
//// Spectruino plugged to Port P
if (portDetector.portReady()) {
handleKeyRunning();
handleKeySetExposure();
} else if (portDetector.mockPort) {
//// Spectruino simulated on Port P
handleKeyRunning();
return;
} else {
//// Spectruino NOT plugged in
handleKeySpectruinoNotDetected();
return;
}
} //// END void keyReleased() {
///////////// Key Commands when Application is starting
void handleKeySpectruinoNotDetected() {
switch(key) {
case '1':
println("start simulation serial mock port");
startMockPort();
break;
case '2':
println("detect spetruino again");
detectSpectruino();
break;
}
} //END handleKeySpectruinoNotDetected
void handleKeyRunning() {
switch (key) {
case 'h':
displayHelp();
break;
case ' ': //Space pressed
//// fixed wavelengths, 430 nm 453 nm 642 nm and 662 nm
int w1=430, w2=453, w3=642, w4=662;
////println(spectrum1.getValueAtPixel(100));
println(w1+" nm: "+spectrum1.getValueAtWavelength(w1));
println(w2+" nm: "+spectrum1.getValueAtWavelength(w2));
println(w3+" nm: "+spectrum1.getValueAtWavelength(w3));
println(w4+" nm: "+spectrum1.getValueAtWavelength(w4));
textSize(24);
fill(255);
text("Light intensity values: \n"+
w1+" nm: "+spectrum1.getValueAtWavelength(w1)+", \n"+
w2+" nm: "+spectrum1.getValueAtWavelength(w2)+", \n"+
w3+" nm: "+spectrum1.getValueAtWavelength(w3)+", \n"+
w4+" nm: "+spectrum1.getValueAtWavelength(w4)+" "
, width/4, height/2);
break;
} //
} //End handleKeyRunning
void handleKeySetExposure () {
//// If numeric keys 1,2 ... 9,0 pressed,
//// Send command "set exposure time(N)" to the serial port
//// from ca. 0.4 s to 10 seconds, adjust for your application or think of other ways of setting exposure time
//// for instance a slider might be a good choice.
switch (key) {
case '1':
setExposureTime(1); // at the moment 09/2012 exposure time increment is 0.032 seconds = 32ms , basic overhead is around 10 - 20 ms.
break;
case '2':
setExposureTime(2); // = 2*exposure_time_increment
break;
case '3':
setExposureTime(4);
break;
case '4':
setExposureTime(6);
break;
case '5':
setExposureTime(8);
break;
case '6':
setExposureTime(10);
break;
case '7':
setExposureTime(12);
break;
case '8':
setExposureTime(16);
break;
case '9':
setExposureTime(18);
break;
case '0':
setExposureTime(20);
break;
}
}
///////////////////////////////// HELPING CLASSES & Functions ///////////////////////////////////////
///////////////////////////////// Draw Axes on graph /////////////////////////////////////////////////
void axes() {
int x_every = 20*_gain_x;
int y_every=40 ;
int x_size_txt=20;
int y_size_txt=20;
fill(255);
stroke(255, 255, 255);
//// draw x-axis
line(_dx-5, height-_dy, _dx+_xsize, height-_dy);
//// draw y-axis
line(_dx, height-_dy+5, _dx, height-(_dy+_ysize));
//// draw x-ticks
if (calibrationFileFoundp) {
// is handled in axes_labels
} else {
for (int i=0; i<(_xsize); i=i+x_every) {
line(_dx+i, height-_dy+5, _dx+i, height-_dy);
}
}
// draw y-ticks
for (int i=0; i<(height-2*_dy); i=i+y_every) {
line(_dx-5, height-_dy-i, _dx, height-_dy-i);
}
} // END axes()
void axes_labels() {
int x_every = 20*_gain_x;
int y_every=40 ;
int x_size_txt=20;
int y_size_txt=20;
fill(255);
//// draw x-axis labels
textSize(x_size_txt);
textAlign(CENTER);
//// Calibration file found? If yes, draw wavelength labels.
if (calibrationFileFoundp) {
float wmin = calibrationB;
float wmax = round((_xsize/_gain_x)/10)*10*calibrationA+calibrationB;
int wmin_rounded = ceil(wmin/10)*10;
int wmax_rounded = floor(wmax/10)*10;
float wdivisions = (wmax-wmin)/x_every;
float px_nm = _xsize/(wmax-wmin);
int pxmin_rounded = round((wmin_rounded-wmin)*px_nm);
float i_every = x_every*px_nm;
int pxmax_rounded = floor(wdivisions*x_every*px_nm-pxmin_rounded);
for (float i=float(pxmin_rounded); i<pxmax_rounded; i=i+i_every) {
text( round((i/px_nm)+calibrationB), _dx+round(i), height-_dy+1.1*x_size_txt);
}
for (float i=float(pxmin_rounded); i<pxmax_rounded; i=i+i_every/2) {
line(_dx+i, height-_dy+5, _dx+i, height-_dy);
}
text("Wavelength [nm]",width/2, height-_dy+2.2*x_size_txt);
} else {
for (int i=0; i<(_xsize); i=i+2*x_every) {
text(i/_gain_x, _dx+i, height-_dy+1.1*x_size_txt);
}
text("Pixel [#]",width/2, height-_dy+2.2*x_size_txt);
}
//// draw y-axis labels
textSize(y_size_txt);
textAlign(RIGHT);
for (int i=0; i<(height-2*_dy); i=i+y_every) {
text(i/_gain_y, _dx-5, height-_dy-i);
}
textAlign(CENTER);
translate(0, height/2);
rotate(6*PI/4);
text("Intensity [-]", 0, _dy-2.2*y_size_txt);// (height-_dy)/2);
translate(width, height);
rotate(0);
textAlign(LEFT);
} // END axes_labels()
void displayHelp() {
////Send command to the serial port exposure time, press numeric keys 1,2 ... 9,0 from 0.4 s to 10 seconds
fill(244);
textSize(24);
text("Help. \n"+
"[0][1][2]...[9]: Set exposure time. \n"+
"[mouse click]: Save graph and CSV data. \n"+
"[space]: Get light intensity values at given wavelengths. \n"
, width/4, height/2+26+26+26);
println("Help.");
} // END displayHelp()
void clearScreen() {
noStroke();
// fill(0, 20); //transparency
fill(0);
rect(_dx+_thck,_dy,width,height-2*_dy);
}
void printMainText(String txt) {
fill(244);
// textSize(24);
text(txt, width/4, height/2);
}
void printStatusText(String txt) {
fill(244);
// textSize(24);
text(txt, width-350, 25);
imageMode(CORNERS);
image(imglogo, 60, 0, 310, 90); // display logo
}
void clearStatusText() {
fill(0);
stroke(0);
rect(width-351, 0,width,25+75);
fill(244);
}
///////////////////////////////// Spectrum Class ///////////////////////////////////////
class Spectrum {
int len;
int[] data;
private int black=-1;
Spectrum (int leng, byte[] buffer) {
len = leng;
data = new int[len]; // measurement
for (int i=0; i<len; i++) {
data[i]=int(buffer[i]);
}
if (len>0) {
adjustNormalize();
int[] tmpdata = new int[len];
if (Shistory.size() >= historysize) {
Shistory.remove(0);
}
Shistory.add(data);
//println("Databuffer: " + Shistory.size());
}
} // End Spectrum constructor
void adjustNormalize() {
// subtract black level from data, which is stored at position 0
// black=255-data[0]; // 8-bit resolution
// if (_DBG) {
// println("data before adjust");
// }
if (_reverse_y>0) {
black=255-max(data); // 8-bit resolution // this is the "real" black level
}
else {
black=max(data); // 8-bit resolution // this is the "real" black level
}
if (black < 0 ) {
black=0;
} // this needs to be checked thoroughly
//// if (_DBG) println("black:" + black);
for (int i=0; i<len; i++) {
data[i]=_reverse_y*(data[i]-black);
}
if (_reverse_x<0) {
//int[] tmp = new int[len]; // measurement
//tmp = data.clone();
arrayreverse(data);
}
// if (_DBG) {
// println("adjustedData");
// }
} // End Spectrum.adjustNormalize
public int getValueAtPixel(int pixel) {
//// return a light intensity value at pixel # (pixel is the i-th index of current spectrum measurement)
int value=-1;
if ( (pixel<len) && (pixel>0) ) {
value=data[pixel];
}
return value;
} // End Spectrum.getValueAtPixel
public int getValueAtWavelength(int wavelength) {
//// first, convert wavelength to pixel #
//// then call getValueAtPixel(int pixel)
//// return a light intensity value at pixel # (pixel is the i-th index of current spectrum measurement)
int value=-1;
if ( (wavelength>=calibrationB) && (wavelength<(calibrationA*len+ calibrationB)) ) {
//// y(wavelength)=a*x(pixel#)+b
value = getValueAtPixel(int( (wavelength-calibrationB)/calibrationA ) ) ;
}
return value;
} // End Spectrum.getValueAtWavelength
void plot() {
int _hue = len+1; // number of hue shades
int _hueblue = floor(0.2*_hue); // blue color starts at about 20% of the H
_hue += _hueblue; // adjust for the blue color start in the HSB
colorMode(HSB, _hue, 100, 100);
for (int i=2; i<len; i++) {
// point(_dx+i, height-_dy-(_gain_y*data[i]));
stroke(_hue-(i+_hueblue),100,100);
line(_dx+(_gain_x*i)-1, height-_dy-(_gain_y*(data[i-1])), _dx+_gain_x*i, height-_dy-(_gain_y*(data[i])));
// line(_dx+i-1, height-_dy-(data[i-1]), _dx+i, height-_dy-(data[i]));
}
colorMode(RGB, 255);
} // End Spectrum.plot()
void _print() {
print("#Sp["+len+"]: [");
if (len>3) {
print(data[0]+" "+data[1]+" "+data[2]);
if (len>7) {
print(" ... "+data[len-3]+" "+data[len-2]+" "+data[len-1]);
}
}
println("]");
} // End Spectrum.print()
} /////////////////// END OF SPECTRUM CLASS ///////////////////////////////////////
/////////////////// Generic functions ///////////////////////////////////////////
public static short bytes2short(byte[] data, int offset) {
return (short) (((data[offset+1] << 8)) | ((data[offset + 0] & 0xff)));
}
void arrayreverse(int[] array) {
if (array == null) {
return;
}
int i = 0;
int j = array.length - 1;
int tmp;
while (j > i) {
tmp = array[j];
array[j] = array[i];
array[i] = tmp;
j--;
i++;
}
}
/////////////////// LOAD calibration file ///////////////////////////////////////
void loadCalibrationFile() {
String CFGfilePath="CFG-spectruino-calibration.txt";
File file = new File(sketchPath(CFGfilePath));
if (file.exists())
{
String lines[] = loadStrings(CFGfilePath);
String [][] csv;
int csvWidth=0;
//calculate max width of csv file
for (int i=0; i < lines.length; i++) {
String [] chars=split(lines[i],',');
if (chars.length>csvWidth) {
csvWidth=chars.length;
}
}
//create csv array based on # of rows and columns in csv file
csv = new String [lines.length][csvWidth];
//parse values into 2d array
for (int i=0; i < lines.length; i++) {
String [] temp = new String [lines.length];
temp= split(lines[i], ',');
for (int j=0; j < temp.length; j++) {
csv[i][j]=temp[j];
}
}
println("Calibration file found: ");
println(" "+csv[0][0]);
println("Slope: "+csv[1][0]);
println("Intercept: "+csv[2][0]);
// //// Calibration data ////
// // calibration works with y=a*x+b linear regression x = pixel, y=wavelength, a=slope [nm/px] b=intercept [nm]
// float calibrationA=1.0; // calibration coefficient, slope
// float calibrationB=400.0; // calibration coefficient, intercept
// boolean calibrationFileFoundp=false; // calibration file found?
calibrationA = float(csv[1][0]);
if (calibrationA<0) {
calibrationA=-1*calibrationA;
_reverse_x=-1; // wavelength is measured from pixel 1 to N (not reversed direction)
}
calibrationB = float(csv[2][0]);
calibrationFileFoundp=true;
}
else {
println("Calibration file not found." + CFGfilePath);
}
}/////////////////// END of calibration file ///////////////////////////////////////
/////////////////////// SET EXPORSURE TIME ////////////////////////////////////////
void setExposureTime(int valueTime) {
myPort.write('#');
myPort.write(valueTime);
myPort.write('#');
myPort.write(valueTime);
// if ( _DBG ) {
println("EXPosure time: "+valueTime+" ");
// }
exposureTime = valueTime;
exposureTimeMs = valueTime*32+10; // total time = 10 ms + 32ms*N ; = please change if you adjust the firmware
println("EXPosure time = , "+exposureTimeMs+", ms");
displayStatusText();
//clearStatusText();
//printStatusText("\nExposure time: "+ exposureTimeMs+", ms");
}
/////////////////////// END SET EXPORSURE TIME ////////////////////////////////////////
/////////////////////// Display Status Text //////////////////////////////////////////
void displayStatusText() {
clearStatusText();
if (exposureTimeMs<10) {
printStatusText("\nSet exposure time (Press [4]) ");
} else {
printStatusText("\nExposure time: "+ exposureTimeMs+", ms");
}
printStatusText("Port: "+portDetector.portNameDevice);
String msg = "\n\n";
for (int i=0; i<detectingDots; i++) {
msg += ". ";
}
printStatusText(msg);
detectingDots = (detectingDots+1)%30;
}