93 Commits

Author SHA1 Message Date
Pixelguy14
cd1115368f finished test script, included instructions in test/readme.md, the test performs mzml, imzml and conversion tests, along with throwing reference plots and images which result from the files 2025-09-29 10:57:11 -06:00
Pixelguy14
b1d7838a60 Implemented imzml and mzml lazy loading, imzml to load spectra matrix, working on mzml to imzml 2025-09-25 10:42:33 -06:00
Pixelguy14
710c74a6c4 Made readme instructions clearer 2025-04-10 11:14:04 -06:00
Robert Winkler
bca4a3c31e MIT license added. 2025-03-20 11:24:01 -06:00
Robert Winkler
86db0bf03a MIT license added. 2025-03-20 11:20:26 -06:00
Pixelguy14
074186573c Renamed to JuliaMSI 2025-03-19 09:50:27 -06:00
Pixelguy14
2bd2e819a4 Concept error in Sum spectrum, changed to Mean spectrum 2025-03-13 13:49:49 -06:00
Pixelguy14
8e1c473acb median filter border fix, files get renamed if they don't have correct extension 2025-03-09 14:02:53 -06:00
Pixelguy14
421d594b99 Added test data link in Readme, fixed typo 2025-03-05 12:29:12 -06:00
Pixelguy14
3714b404cd Fixed scales on plots Topography, Surface and axis on spectrum 2025-02-20 15:22:54 -06:00
Pixelguy14
0456abb70b Smaller changes to the styling, altered topology layout to use more space 2025-02-19 21:19:20 -06:00
Pixelguy14
14af947433 Minor text corrections, file loading corrections 2025-02-19 11:32:34 -06:00
Pixelguy14
e63f9e29e5 SUM spectrum now loads when loading mzML 2025-02-15 17:58:39 -06:00
Pixelguy14
e3e987f0cd Fixed some errors to get ready for release 2025-02-15 15:40:13 -06:00
Pixelguy14
455d88cbb7 Included environment variable to set up production, fixed plot errors and optical image load, started mzML to imzML function 2025-02-13 15:34:13 -06:00
Pixelguy14
2b6ec4937f Fixed bounding error in the median filter application 2025-02-10 18:41:26 -06:00
Pixelguy14
63c7428214 Implemented an experimental executable for all systems, fixed a few errors, implemented first try for a median filter for the slices in Julia 2025-02-10 15:34:30 -06:00
Pixelguy14
59630bdd95 Now the comparative view offers more options to compare to, fixed small mistakes 2025-02-08 18:36:49 -06:00
Pixelguy14
47bba11f15 Small fixes regarding the spectra, topographic and surface plots 2025-02-06 15:24:29 -06:00
Pixelguy14
fe6508ead8 added better margins for image views, implemented upload of optical image and transparency slider 2025-02-03 22:53:08 -06:00
José Julián Sierra Álvarez
09d680db87
Merge pull request #7 from Pixelguy14/Experimental_ColorLevels
Experimental color levels done
2025-01-30 18:18:53 -06:00
Pixelguy14
11349330a4 colorbar scale for both with triq filter and without is finished 2025-01-30 18:17:32 -06:00
Pixelguy14
fdd625d3e0 Bitmap is now normalized in creation, which evenly distributes colors of the colorTable better, now IntQuant allows for coloLevel adjustments 2025-01-30 00:40:01 -06:00
Pixelguy14
df0d82910b Alternative versions of SaveBitMap and IntQuant for adjustments to the color level input 2025-01-29 15:55:30 -06:00
Pixelguy14
4ea5d8e119 Now the file picker allows for mzML choosing, minor changes to the colorbarplots 2025-01-28 00:11:19 -06:00
Pixelguy14
e5e6284d53 first patch to fix colorbar coherence with R 2025-01-27 18:10:44 -06:00
Pixelguy14
7667bc26e9 Images are now plots, now you can select the pixel of the plot to create a spectra according to those coordenates, gave more clearness to the code by creating functions for some processes 2025-01-26 13:48:18 -06:00
Pixelguy14
b660d7defb Minor fixes 2025-01-23 12:45:48 -06:00
Pixelguy14
09e4a015e0 Added plot interaction to the UI, improved boot loading, modified UI to accomodate for these changes 2025-01-22 23:58:06 -06:00
Pixelguy14
bf50d0cb0c started the inclusion of click interaction for plots 2025-01-20 16:24:19 -06:00
Pixelguy14
b913bf5117 minor fixes regarding colorbarplot 2025-01-20 15:39:44 -06:00
Pixelguy14
d18b113641 added time measurements for main functions of the app 2025-01-19 17:07:04 -06:00
Pixelguy14
c92576d5a5 Finished tabs and compare views, added file search to ease access to files, corrected minimal fixes 2025-01-16 16:22:32 -06:00
Pixelguy14
ddc690b659 make buttons disabled when other process is running, added tabs, added comparative view, added rotation to taller images 2025-01-15 21:15:02 -06:00
Pixelguy14
13a5f7f222 3d plot fixes and UI corrections 2025-01-15 15:45:03 -06:00
Pixelguy14
e3cd15157e fixed genie package install 2025-01-15 11:38:49 -06:00
Pixelguy14
645d569f03 Finished the 3d plot topology for images, added contour plots for images, added algebra, fixed image vertical flipping, experimental changes for a faster first boot 2025-01-14 20:57:42 -06:00
Pixelguy14
c2ffbc8275 3d plot contours, fixed startup script 2025-01-13 12:50:57 -06:00
Pixelguy14
e5b796fce0 Better image search, 3d images ongoing 2025-01-13 00:56:12 -06:00
Pixelguy14
04f7a107da Quicker start for the app, better UI, More responsiveness, code cleaning, and more readability for the code 2025-01-11 22:14:24 -06:00
Pixelguy14
d30b5d173b Set maximum height to images to avoid extension of page size 2024-11-06 14:13:54 -06:00
José Julián Sierra Álvarez
1dd7eed839
Merge pull request #6 from Pixelguy14/test/multiplataform
Test for multiplatform implementation
2024-10-18 10:32:26 -06:00
ING-HGA
c0418c4ff0
Update README.md 2024-10-17 16:53:04 -06:00
José Julián Sierra Álvarez
72cb64e731
Testing condition to avoid errors in macOS 2024-10-12 11:18:22 -06:00
ING-HGA
faca7c82cb
Update README.md
Still working
2024-10-07 16:13:48 -06:00
ING-HGA
309babecee
Update README.md
Imrpve numbers list
2024-10-03 10:34:12 -06:00
ING-HGA
d7371ee34a
Update README.md
Improve redaction
2024-10-03 10:31:58 -06:00
José Julián Sierra Álvarez
b8faab7a89
Update README.md 2024-09-30 12:27:37 -06:00
José Julián Sierra Álvarez
ae7b1380fe
Style update 2024-09-22 19:46:31 -06:00
José Julián Sierra Álvarez
ad97065360
Corrected an issue related to the colorbar plot 2024-09-19 20:59:32 -06:00