Граф коммитов

254 Коммитов

Автор SHA1 Сообщение Дата
Matias Lavik 688810f7d8 VASP import fixes: Don't assume specific indentation. Allow optional lines. Handle empty lines. Re-named functions to match coding style in the rest of the project. Moved some variables to be function local. 2021-12-29 19:38:46 +01:00
jasonks2 b3bf6613db
gui info 2021-12-20 17:38:01 -06:00
jasonks2 8d29c64ee2
now displaying better screenshot 2021-12-20 17:32:01 -06:00
jasonks2 4206ba1e52
better screenshot 2021-12-20 17:30:45 -06:00
Matias Lavik 729d2add93 Moved nullcheck 2021-12-19 11:39:08 +01:00
Matias Lavik c530afdfad Fixed broken merge. 2021-12-19 11:16:44 +01:00
jasonks2 54ce3d6217
Merge branch 'master' into PARCHG---Electron-Density-Volume-Renderer 2021-12-06 21:41:53 -06:00
Matias Lavik 303d2ce76e
Merge pull request #75 from vahpy/patch-2
Optimise Image Sequence Importer
2021-11-25 18:51:51 +01:00
Vahid 9227bdebd9
Optimise Image Sequence Importer
Addresses the issue at mlavik1#56
2021-11-25 13:19:37 +11:00
Matias Lavik 13abae6746
Merge pull request #74 from mlavik1/assetstore-fix
Read .dic files from Resources folder instead of StreamingAssets.
2021-11-22 20:15:27 +01:00
Matias Lavik 108383dd56 #68: Moved .dic files from StreamingAssets to Resources. 2021-11-22 19:49:11 +01:00
Matias Lavik e6cc256c69
Merge pull request #70 from mlavik1/origin
Improved Generate2DHistogramTexture.
2021-11-11 10:58:11 +01:00
Matias Lavik a72619d049 TF2D editor: Changed button sizes 2021-11-10 19:11:29 +01:00
Matias Lavik b0124c585d 2DTF GUI: Renamed "width" and "height" to "max x" and "max y", since that's what they actually are. 2021-11-10 19:06:04 +01:00
Matias Lavik 8389614f48 TF2D editor: Invalidate selectedBoxIndex when removing box. 2021-11-10 19:00:22 +01:00
Matias Lavik 69e8a6392b #69: Improved Generate2DHistogramTexture. This should now work for datasets that do not have a value range starting at zero, and should hopefully fix some of the reported IndexOutOfRangeExceptions. 2021-11-10 13:49:20 +01:00
Matias Lavik 88dd9c4180
Merge pull request #67 from mlavik1/volume-downscale
Downscale volume
2021-10-27 18:22:43 +01:00
Matias Lavik 8312f834ad Renamed DownscaleVolumePrompt -> DownscaleDatasetPrompt 2021-10-27 14:15:47 +02:00
Matias Lavik 317ee00e6e Added setting for "show downscale prompt". The downscale prompt now displays the current dataset dimension. 2021-10-27 14:07:41 +02:00
Vahid 48769ac591
Merge pull request #2 from vahpy/vahpy-new-features
Simplified downscaling + popup dialog
2021-10-23 22:43:07 +11:00
Vahid a36f01e819
Added popup dialog for optional downscaling 2021-10-23 22:35:41 +11:00
Vahid 5f0d380920
Added optional downscaled option 2021-10-23 22:20:08 +11:00
Vahid 6dfab009ba
New implementation for texture downscaling
Less code and less memory usage
2021-10-23 22:14:47 +11:00
Vahid 344e8c81f5
Fixed order of slices 2021-10-23 04:49:13 +11:00
Vahid 0af309d1d5
Merge pull request #1 from vahpy/vahpy-new-features
Adding downscaling feature
2021-10-23 02:12:06 +11:00
Vahid d654f8498b
Minor fixes 2021-10-23 02:10:38 +11:00
Vahid f892596263
Optional Downscaled texture added 2021-10-22 23:27:38 +11:00
Matias Lavik 22c3e6a549
Merge pull request #66 from vahpy/master
Reduced OutOfMemory exceptions for importing large datasets
2021-10-20 10:52:23 +01:00
Matias Lavik 9734e9b9c3 Fixed typo 2021-10-19 20:00:28 +02:00
Matias Lavik 75ba599d15 Store pixel data in byte array and use SetPixelData when possible. 2021-10-19 19:26:48 +02:00
vahpy 070d46f2ae
Reduce OutOfMemory exceptions
Reduces the number of unnecessary large arrays to avoid OutOfMemory exceptions.
2021-10-19 13:09:31 +11:00
Matias Lavik ccb3f06fac Added back a PARCHG screenshot (and removed an old one). 2021-10-18 20:39:13 +02:00
Matias Lavik a1c2e728dc Dataset's data values are now always stored as float. This removes the need for different implementations for PARCHG. 2021-10-18 20:26:35 +02:00
Matias Lavik b011d24f19
Update ParDatasetImporter.cs 2021-10-18 14:06:05 +02:00
Matias Lavik 58d238112b
Update ParDatasetImporterEditorWindow.cs 2021-10-18 14:05:46 +02:00
Matias Lavik 8e06ce715e
Spawn correct TF editor 2021-10-18 13:58:54 +02:00
Matias Lavik 1ca6548acf
Merge branch 'master' into PARCHG---Electron-Density-Volume-Renderer 2021-10-18 13:55:34 +02:00
Matias Lavik 46901624a7
Merge pull request #63 from mlavik1/dataset-dimension-fix
#60 Ensure dataset does not exceed max limit.
2021-10-10 20:10:40 +02:00
Matias Lavik 17e4a898b3 Check if dataset exceeds max limit, and crop it if it does. This is a temporary solution. Later, we should try to downsample it instead 2021-10-10 18:57:46 +02:00
Matias Lavik 2abbe8fe21
Merge pull request #62 from mlavik1/multiple-dicom-series
Multiple dicom series in same folder
2021-10-08 19:00:35 +02:00
Matias Lavik fc3260f6e8 Cleaned up the menu. 2021-10-08 15:45:16 +02:00
Matias Lavik 242afa3264 Spawn DICOM series side by side 2021-10-08 14:14:50 +02:00
Matias Lavik 5009854f6a Removed dataaset downsample WIP code (committed by accident) + some unused code. 2021-10-08 14:09:33 +02:00
Matias Lavik 8e09863f61 #61: Added support for importing multiple DICOM series from the same folder. Also removed DatasetImporterBase, since that was from the old importer API. 2021-10-07 19:52:01 +02:00
jasonks2 640cf0794a
Update README.md 2021-09-30 17:47:33 -05:00
jasonks2 c8223d4374
Update README.md 2021-09-30 17:43:32 -05:00
jasonks2 9a6d36a3ca
Update ParDatasetImporter.cs 2021-09-30 17:35:25 -05:00
jasonks2 f59721ac7f
Add files via upload 2021-09-23 11:34:15 -05:00
jasonks2 45fc74e3be
Add files via upload 2021-09-23 11:25:02 -05:00
jasonks2 44b70e0a6e
Add files via upload 2021-09-23 11:21:23 -05:00