Commit graph

41 commits

Author SHA1 Message Date
4c25cf6ac5
Fix & Clean up 2023-07-27 14:59:34 +02:00
920374b144
Update polyfit to interpolation 2023-07-20 17:10:16 +02:00
3dc1223306
start of the removal of artefact 2023-07-19 15:49:14 +02:00
0ce7b43f05
Delete matplotlib requirement 2023-07-18 15:44:26 +02:00
b855e870b7
Update to check if file exist and other fix 2023-07-18 15:11:49 +02:00
0f7e074770
Update bias substraction 2023-07-18 11:23:12 +02:00
187e72848d
Update bias substraction 2023-07-04 11:54:45 +02:00
b0c3e18b55
Update bias area 2023-06-29 11:28:39 +02:00
b328f30618
Update bias substraction 2023-06-26 11:47:04 +02:00
22f629d580
Update permission 2023-06-26 11:40:32 +02:00
db21a1bd65
Add shebang to execute directly 2023-06-26 11:39:29 +02:00
5dc16bbe09
Add bias substraction 2023-06-26 11:37:38 +02:00
692d2aa103
Update option name to comply with standard 2023-06-26 10:38:42 +02:00
f6970dce17
Fix output 2023-06-16 17:42:47 +02:00
0f33fb8072
Bump new version 2023-06-16 15:10:32 +02:00
3b3329fe74
Add functions and fix
- Add near_value function
2023-06-01 18:04:14 +02:00
edb79cfb57
Update result data to decrease size 2023-06-01 11:56:42 +02:00
893a5268c3
Update result format 2023-05-30 10:41:30 +02:00
6eaf141f1f
Add logging & fix
- Add --verbose option
- Fix calibration
2023-05-26 16:22:11 +02:00
d1b02301aa
Update processing order & fix 2023-05-26 13:53:16 +02:00
ecc8ac804e
Update wavelength calibration
- now calibrate in 2D
2023-05-25 16:58:56 +02:00
216325ebf4
Update get_extremities args 2023-05-24 15:13:29 +02:00
4e54a1b433
Update to use wavelength_calibration 2023-05-24 15:10:07 +02:00
0aa8a98cc7
Add first strategy to calibrate wavelength
It's don't seems good enough
2023-05-17 14:31:01 +02:00
bc493177bd
Add calibration (WIP)
- Fix command parser
- Add --calibration option
- Add calibration (WIP)
2023-05-16 16:46:19 +02:00
3a38b157d2
Add output 2023-05-16 16:01:26 +02:00
836b453d8b
Clean up 2023-05-16 15:56:08 +02:00
1f85197d07
Update version number
- Add --output option (WIP)
- Add output generated (only missing thing is now the wavelength axis)
2023-05-16 15:41:51 +02:00
17531f2cea
Update cache use
- Default strategy is now no cache
- Cache name is not generated anymore
- Add --cache option
2023-05-16 14:08:26 +02:00
20be3e07ad
Add options and options parser
- Add --version option
- Add --help option
- Add --no-cache option
2023-05-16 13:38:02 +02:00
484a75ac0f
Update visualization
- Add imshow to have a better view of what works and what does not
- Update plot to get "true" intensity by deleting convolution
2023-05-16 11:16:37 +02:00
6a423e528a
Update indicator to find calibrations lines 2023-05-16 11:13:30 +02:00
44d0769b27
Clean up 2023-05-15 17:01:19 +02:00
15325e0e8f
Add intensity step correction
- Finished curve correction
- Add intensity correction for each x
2023-05-15 16:43:59 +02:00
2840f86646
Add first deformation 2023-05-11 16:57:48 +02:00
3c2c30b0fb
Add stripe detection (WIP) 2023-05-11 14:30:10 +02:00
2e1c83b527
Add calibration detection 2023-05-10 14:39:23 +02:00
dd2e964ead
Add steps
- Rotation detection
- WIP calibration detection
2023-05-10 14:14:04 +02:00
a240bf83e8
Update label detection method
- Remove old label detection code and dependancy to scipy
- Add quick label detection method without dependancies
2023-05-09 12:43:34 +02:00
0060bddaef
Add label finder part
- remove the label part to clean the data
2023-05-05 18:01:42 +02:00
fcb3172399
Add first ETA automated processing
Start of the transition from jupyter to plain python.
Still WIP ! For now, only give the cropped image.
2023-05-05 17:05:28 +02:00