Coder Social home page Coder Social logo

horosproject / horos Goto Github PK

View Code? Open in Web Editor NEW
470.0 58.0 142.0 1.61 GB

Horos™ is a free, open source medical image viewer. The goal of the Horos Project is to develop a fully functional, 64-bit medical image viewer for OS X. Horos is based upon OsiriX and other open source medical imaging libraries. Horos is made freely available under the GNU Lesser General Public License, Version 3 (LGPL-3.0). Horos is linked against the Grok JPEG 2000 library, for fast viewing of JPEG 2000 images. This library is licensed under the terms of the GNU Affero General Public License.

Home Page: http://www.horosproject.org

License: Other

C++ 38.58% Objective-C 30.27% Objective-C++ 14.04% C 16.15% Makefile 0.01% AppleScript 0.01% HTML 0.21% JavaScript 0.14% CSS 0.05% Smarty 0.38% Shell 0.11% Mathematica 0.03% Roff 0.01% Perl 0.01% Rich Text Format 0.01% ActionScript 0.01%

horos's Introduction

Build instructions

Prerequisites

  1. cmake and pkg-config must be in the system's PATH or installed at /opt/local/bin.
  2. git-lfs must be in the installed (for VTK-m) (https://git-lfs.github.com/)
  3. Patience or a fast Mac, a full build takes from 5 minutes to 30 minutes.

Build

  1. Clone the repository: git clone https://github.com/frnext/horos.git

Option 1 (GUI)

  1. Open Horos.xcodeproj in Xcode
  2. Build (Command+B)

Option 2 (terminal)

  1. Go to the project root directory
  2. make

Additional remarks

The project uses git submodules and depends on files that are in a zipped format. The build process takes care of these dependencies, but you can invoke the steps manually:

  • To unzip the binaries, you can build the target Unzip Binaries
  • To initialize the submodules: git submodule update --init --recursive

For more information on this code, visit horosproject.org

horos's People

Contributors

aglv avatar air-h-128k-il avatar andrefrelicot avatar b-deville avatar bettar avatar brizolara avatar caine85 avatar dd-p avatar dirkx avatar dpatriarche avatar fritzt0 avatar fvpolpeta avatar horosproject avatar icaven avatar j0ris avatar jaasantinha avatar jensen0914 avatar pugio avatar rossetantoine avatar spalte avatar stfnr avatar tessus avatar thedagger avatar vsaase avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

horos's Issues

Editing DICOM content

Whenever I try to edit DICOM content and apply the changes, my series will get multiple blank images that break up the sequence. I am running Horos v1.1.6.

Is this a known bug?

screen shot 2016-03-02 at 2 49 31 pm

Image type HC crashes Horos

I have an MG study where there are two images modality HC in this study - hard copy.

In OsiriX, they show up as white images, but in Horos they crash the software every time I click on the line.

Crash Reporter Not Working

The crash reporter feature does not appear to work in Horos 1.1.4. I have had Horos show the spinning wheel of death many times and had to force close it because the application was not responding. When I re-open it, no crash log is created. I am using a 2015 macbook pro w/ 8 gb ram.

De Identification Error

I have had problems with MRI dataset being de-identified using the Anonymize feature producing corrupt images in the data sets. The original datasets are fine with no errors, whereas the newly de-identified datasets have corrupted images. I have only seen this on MRI images to date.

Thanks,
Scott

Crash with scissor tool on MRA VR

Process: Horos [776]
Path: /Applications/Horos.app/Contents/MacOS/Horos
Identifier: com.horosproject.horos
Version: 1.1.7 (20160210)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Horos [776]
User ID: 505

Date/Time: 2016-02-24 16:34:34.759 -0500
OS Version: Mac OS X 10.11.4 (15E49a)
Report Version: 11
Anonymous UUID: 9DE7A80B-FDE2-3A91-5F30-33DC6086143D

Time Awake Since Boot: 1000 seconds

System Integrity Protection: enabled

Crashed Thread: 17 Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f9246ab5390 (QOS: USER_INTERACTIVE)

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000015f7a3024
Exception Note: EXC_CORPSE_NOTIFY

VM Regions Near 0x15f7a3024:
MALLOC_LARGE 0000000152ba3000-000000015f7a3000 [204.0M] rw-/rwx SM=PRV
-->
MALLOC_LARGE 0000000165d3d000-000000016c33d000 [102.0M] rw-/rwx SM=PRV

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a728 _pthread_cond_wait + 767
2 com.apple.Foundation 0x00007fff99d4a51a -[__NSOperationInternal _waitUntilFinished:] + 131
3 com.apple.Foundation 0x00007fff99d15c2a -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4 Horos 0x00000001078a72b4 -[VRView deleteRegion:::] + 6452
5 Horos 0x00000001078a8565 -[VRView keyDown:] + 2437
6 com.apple.AppKit 0x00007fff98a76bb5 -[NSWindow _reallySendEvent:isDelayedEvent:] + 2108
7 com.apple.AppKit 0x00007fff984b5829 -[NSWindow sendEvent:] + 517
8 com.apple.AppKit 0x00007fff9843645a -[NSApplication sendEvent:] + 4382
9 com.apple.AppKit 0x00007fff9829cf42 -[NSApplication run] + 796
10 com.apple.AppKit 0x00007fff982664b8 NSApplicationMain + 1176
11 libdyld.dylib 0x00007fff8edd05ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8f568efa kevent_qos + 10
1 libdispatch.dylib 0x00007fff8e56c165 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff8e56bdcd _dispatch_mgr_thread + 52

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8f56807a __select + 10
1 com.apple.CoreFoundation 0x00007fff968b2c5a __CFSocketManager + 762
2 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 3:: DICOM Store-SCP
0 libsystem_kernel.dylib 0x00007fff8f56807a select + 10
1 Horos 0x0000000107d275e6 ASC_associationWaiting(T_ASC_Network_, int) + 134
2 Horos 0x0000000107a3e21b DcmQueryRetrieveSCP::waitForAssociation(T_ASC_Network_) + 107
3 Horos 0x0000000107a23456 -[DCMTKQueryRetrieveSCP run] + 3894
4 Horos 0x000000010779013c -[AppController startSTORESCP:] + 540
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 4:: CVDisplayLink
0 libsystem_kernel.dylib 0x00007fff8f567db6 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.CoreVideo 0x00007fff9475e0d8 CVDisplayLink::waitUntil(unsigned long long) + 232
3 com.apple.CoreVideo 0x00007fff9475ded1 CVDisplayLink::runIOThread() + 511
4 com.apple.CoreVideo 0x00007fff9475d9a9 startIOThread(void*) + 147
5 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff8f561f72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8f5613b3 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff96875924 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff96874dec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff96874638 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff983feee5 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 6:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8f561f72 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8f5613b3 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff96875924 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff96874dec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff96874638 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff879b21f1 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
7 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 7:: DCMTK Network release variables
0 libsystem_kernel.dylib 0x00007fff8f56810a semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8a0c1d17 nanosleep + 199
2 com.apple.Foundation 0x00007fff99d2ebe5 +[NSThread sleepForTimeInterval:] + 156
3 Horos 0x0000000107a2b0d9 +[DCMTKQueryNode releaseNetworkVariables] + 121
4 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
5 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 8:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 9:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 10:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 11:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 12:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 13:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 14:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 15:: Compute Pixels thread
0 libsystem_kernel.dylib 0x00007fff8f567db6 psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d01a75e _pthread_cond_wait + 821
2 com.apple.Foundation 0x00007fff99ccd84d -[NSCondition waitUntilDate:] + 348
3 com.apple.Foundation 0x00007fff99ccd6ac -[NSConditionLock lockWhenCondition:beforeDate:] + 232
4 Horos 0x0000000107930425 -[PixThread computeMaxThread:] + 197
5 com.apple.Foundation 0x00007fff99c7dd64 __NSThread__start
+ 1351
6 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 16:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f9240994170 (QOS: USER_INTERACTIVE)
0 libsystem_kernel.dylib 0x00007fff8f561ea6 _kernelrpc_mach_vm_deallocate_trap + 10
1 libsystem_kernel.dylib 0x00007fff8f566c2b mach_vm_deallocate + 25
2 libsystem_malloc.dylib 0x00007fff952f3c07 deallocate_pages + 74
3 libsystem_malloc.dylib 0x00007fff952f2e87 free_large + 729
4 Horos 0x0000000107935d52 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5906
5 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
6 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
7 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
8 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
9 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
11 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
12 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
13 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
14 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
15 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 17 Crashed:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f9246ab5390 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 18:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f923ff83590 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 19:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f92469b66b0 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 20:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f92469b66e0 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 21:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f9246ad6c50 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 22:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f9246ab5360 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 23:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f923ff835c0 (QOS: USER_INTERACTIVE)
0 Horos 0x0000000107935ac0 -[DCMPix fillROI:newVal:minValue:maxValue:outside:orientationStack:stackNo:restore:addition:spline:clipMin:clipMax:] + 5248
1 Horos 0x00000001078bbef7 -[VRController applyScissor:] + 615
2 Horos 0x0000000107895d95 -[VRViewOperation main] + 53
3 com.apple.Foundation 0x00007fff99c8db7a -[__NSOperationInternal _start:] + 654
4 com.apple.Foundation 0x00007fff99c89b64 __NSOQSchedule_f + 194
5 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
9 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 24:: Dispatch queue: NSOperationQueue 0x7f9246140090 :: NSOperation 0x7f9246ad6c80 (QOS: USER_INTERACTIVE)
0 libsystem_kernel.dylib 0x00007fff8f56745a __bsdthread_ctl + 10
1 libsystem_pthread.dylib 0x00007fff8d019c3f _pthread_set_properties_self + 46
2 com.apple.Foundation 0x00007fff99c89ddf iop_set_pthread + 186
3 com.apple.Foundation 0x00007fff99c89acf __NSOQSchedule_f + 45
4 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
5 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
6 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
7 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
8 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
9 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
10 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 25:: com.apple.appkit-heartbeat
0 libobjc.A.dylib 0x00007fff8bbcf4da objc_msgSend + 26
1 com.apple.AppKit 0x00007fff984aff96 -[NSProgressIndicator drawRect:] + 1818
2 com.apple.AppKit 0x00007fff984118c2 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] + 1331
3 com.apple.AppKit 0x00007fff9841125a __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 242
4 com.apple.AppKit 0x00007fff98410db3 -[NSView(NSLayerKitGlue) drawViewBackingLayer:inContext:drawingHandler:] + 2403
5 com.apple.AppKit 0x00007fff98410445 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
6 com.apple.QuartzCore 0x00007fff99fbc3c5 CA::Layer::display
() + 649
7 com.apple.AppKit 0x00007fff9840f41c NSBackingLayerDisplay + 641
8 com.apple.AppKit 0x00007fff9840197c -[NSViewBackingLayer display] + 818
9 com.apple.QuartzCore 0x00007fff99fae4a5 CA::Layer::display_if_needed(CA::Transaction
) + 603
10 com.apple.QuartzCore 0x00007fff99fadfcd CA::Layer::layout_and_display_if_needed(CA::Transaction
) + 35
11 com.apple.QuartzCore 0x00007fff99fad4a1 CA::Context::commit_transaction(CA::Transaction*) + 277
12 com.apple.QuartzCore 0x00007fff99fad0ec CA::Transaction::commit() + 508
13 com.apple.AppKit 0x00007fff985915cf -[NSUIHeartBeat _heartBeatThread:] + 1976
14 com.apple.Foundation 0x00007fff99c7dd64 NSThread__start + 1351
15 libsystem_pthread.dylib 0x00007fff8d01999d _pthread_body + 131
16 libsystem_pthread.dylib 0x00007fff8d01991a _pthread_start + 168
17 libsystem_pthread.dylib 0x00007fff8d017351 thread_start + 13

Thread 26:: Dispatch queue: com.apple.NSOperation_QoS_propogation_queue
0 libsystem_kernel.dylib 0x00007fff8f567de6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fff8d019e4a _pthread_mutex_lock_wait + 89
2 com.apple.Foundation 0x00007fff99c893d2 __iop_promote_qos_outward_block_invoke + 56
3 libdispatch.dylib 0x00007fff8e57193d _dispatch_call_block_and_release + 12
4 libdispatch.dylib 0x00007fff8e56640b _dispatch_client_callout + 8
5 libdispatch.dylib 0x00007fff8e56b03b _dispatch_queue_drain + 754
6 libdispatch.dylib 0x00007fff8e571707 _dispatch_queue_invoke + 549
7 libdispatch.dylib 0x00007fff8e569d53 _dispatch_root_queue_drain + 538
8 libdispatch.dylib 0x00007fff8e569b00 _dispatch_worker_thread3 + 91
9 libsystem_pthread.dylib 0x00007fff8d0194de _pthread_wqthread + 1129
10 libsystem_pthread.dylib 0x00007fff8d017341 start_wqthread + 13

Thread 17 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000200 rbx: 0x000000015f7a3024 rcx: 0x0000000000000000 rdx: 0x0000000000000000
rdi: 0x0000000000000198 rsi: 0x0000000000000200 rbp: 0x0000700000322b90 rsp: 0x0000700000322a40
r8: 0x0000000000000030 r9: 0x0000000000000009 r10: 0x0000000000019800 r11: 0x00000000000000b8
r12: 0x00007f923bd78000 r13: 0x00000000000001fe r14: 0x000000015f7a3024 r15: 0x0000000000000000
rip: 0x0000000107935ac0 rfl: 0x0000000000010283 cr2: 0x000000015f7a3024

Logical CPU: 6
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x10777c000 - 0x1091a2fff +Horos (1.1.7 - 20160210) /Applications/Horos.app/Contents/MacOS/Horos
0x109d39000 - 0x109e69fff +org.vafer.FeedbackReporter (1.3 - 1) <72C72762-817E-39D7-8978-2D23796AF66E> /Applications/Horos.app/Contents/Frameworks/FeedbackReporter.framework/Versions/A/FeedbackReporter
0x109ff6000 - 0x109ffafff com.apple.agl (3.3.1 - AGL-3.3.1) <9F89C357-50A4-3978-93AB-D2E68CCFA834> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10a005000 - 0x10a02aff7 com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x10a053000 - 0x10a0afff7 +com.growl.growlframework (2.0.1 - 2.0.1) <6C20B93B-75B2-30A4-8267-8C81BF90872B> /Applications/Horos.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0x10a0e7000 - 0x10a21afff +com.macrad.dcmframework (1.0) <28AAAF21-FB9D-377D-8233-36AB9F2088AE> /Applications/Horos.app/Contents/Frameworks/HorosDCM.framework/Versions/A/HorosDCM
0x10a27b000 - 0x10a2c9ff7 libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
0x10e371000 - 0x10e376ff7 +PDFtoDICOM (2.1 - 2.1) <6965D111-4D78-36BD-90A3-5C2BF38853A8> /Users/USER/Library/Application Support/Horos/*/PDFtoDICOM
0x10e37f000 - 0x10e37ffff +com.osirix.OsiriXAPI (1.0) /Applications/Horos.app/Contents/Frameworks/OsiriXAPI.framework/Versions/A/OsiriXAPI
0x10e384000 - 0x10e52fffb GLEngine (12.0.40.6) <32029589-A64E-3E6B-A024-F985765766A2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10e56f000 - 0x10e599ff7 GLRendererFloat (12.0.40.6) <4063015F-BC8F-308D-9065-685F89659F2C> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x10e7b2000 - 0x10e7c5ff7 com.apple.webcontentfilter.framework (5.1 - 5.1) /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x10e7de000 - 0x10e7f3ff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x10f195000 - 0x10f195fe7 +cl_kernels (???) <7B890BDB-216E-48DE-AB92-E9646BB675DF> cl_kernels
0x10f2f3000 - 0x10f3e6fff com.apple.GeForceMTLDriver (10.10.5.15 - 10.1.0) <1FDDCCDB-4A89-3A01-B6FE-39AC6A2299EA> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x1118de000 - 0x1118dfff7 +cl_kernels (???) cl_kernels
0x11190a000 - 0x11190bff7 +cl_kernels (???) <14F887E2-AFA1-4C63-82EB-9C9F7B00124D> cl_kernels
0x114397000 - 0x114398ff7 +cl_kernels (???) <636DC8CF-68B1-48D8-8D9F-B27AF0F3FA42> cl_kernels
0x115c81000 - 0x115c81ff7 +cl_kernels (???) <3A63E1A0-EDF7-4773-8936-771E4281A531> cl_kernels
0x115c83000 - 0x115e9dff7 half_rgba.dylib (2.7.3) <945FE84F-0B3D-3172-B77F-8532A839F2D6> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/half_rgba.dylib
0x115ef5000 - 0x115fb8fff unorm8_a.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_a.dylib
0x115ffd000 - 0x115ffeff0 +cl_kernels (???) cl_kernels
0x7fff6200f000 - 0x7fff620460d7 dyld (360.21) /usr/lib/dyld
0x7fff84182000 - 0x7fff8419eff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib
0x7fff842a6000 - 0x7fff844c7fff com.apple.CoreImage (11.4.0 - 366.4.17) <00769BE8-DCA1-39E4-AD2E-E3F0A66D8472> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff844c8000 - 0x7fff84b67ff7 com.apple.JavaScriptCore (11601 - 11601.5.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff84c17000 - 0x7fff84c19ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff84c23000 - 0x7fff84d50ff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff84d85000 - 0x7fff84d87ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff84d88000 - 0x7fff84dbaff7 libTrueTypeScaler.dylib (158.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff84e81000 - 0x7fff84e81fff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff84e82000 - 0x7fff84fdeff3 com.apple.WebKitLegacy (11601 - 11601.5.17.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff84fdf000 - 0x7fff84fe8fff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff84fe9000 - 0x7fff84ffdfff com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff84ffe000 - 0x7fff84ffefff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff84fff000 - 0x7fff85050ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff85051000 - 0x7fff85137fef unorm8_bgra.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff85138000 - 0x7fff85172fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff85173000 - 0x7fff851a6ff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff851a7000 - 0x7fff851f3ff7 com.apple.corelocation (1486.17 - 1615.38) <6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff851f4000 - 0x7fff85225fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff85228000 - 0x7fff8522efff com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8524b000 - 0x7fff85253fff libsystem_networkextension.dylib (385.40.36) /usr/lib/system/libsystem_networkextension.dylib
0x7fff85254000 - 0x7fff8526bff7 libsystem_coretls.dylib (83.40.5) <340F8A6F-5EDB-3B5D-A2B5-27541991B0DF> /usr/lib/system/libsystem_coretls.dylib
0x7fff8526f000 - 0x7fff852fcdd7 com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff852fd000 - 0x7fff85308fff libcsfde.dylib (517.20.1) <6FFC376E-E141-37EE-800A-004080A50091> /usr/lib/libcsfde.dylib
0x7fff85309000 - 0x7fff85311fef libcldcpuengine.dylib (2.7.3) <3B04851E-D768-3C0D-99BE-6E6A49B33665> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff85317000 - 0x7fff85343fff com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff85344000 - 0x7fff85368fff com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff85369000 - 0x7fff85377fff com.apple.opengl (12.0.40 - 12.0.40) <37217BAE-AA8A-3385-8940-5EC8F4E83757> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff85378000 - 0x7fff8561eff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8564c000 - 0x7fff8564fff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff85743000 - 0x7fff85772ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff85773000 - 0x7fff85781fff com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff85782000 - 0x7fff8598dfff libFosl_dynamic.dylib (16.24) <475A101B-4428-3304-B97F-3E855DCF0C8E> /usr/lib/libFosl_dynamic.dylib
0x7fff8599e000 - 0x7fff85a27ff7 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff85a28000 - 0x7fff85a57ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
0x7fff85ab7000 - 0x7fff85b2bff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff85b30000 - 0x7fff85b76ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff85b98000 - 0x7fff86e00ff3 com.apple.CoreGraphics (1.600.0 - 957) <8BCA07C7-4907-3A5F-8473-EEBF4C3D099A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff86e01000 - 0x7fff86f26ff7 com.apple.LaunchServices (728.8 - 728.8) <6716DBB0-39CC-34AE-8CF2-77362691A3DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff86f27000 - 0x7fff86f37fff libSparseBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff86fcd000 - 0x7fff8706dfff com.apple.ViewBridge (159 - 159) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff8706e000 - 0x7fff871ecfff com.apple.UIFoundation (1.0 - 436.1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8725a000 - 0x7fff87340ff7 libcrypto.0.9.8.dylib (59.40.2) /usr/lib/libcrypto.0.9.8.dylib
0x7fff87354000 - 0x7fff8735dff7 com.apple.DisplayServicesFW (3.0 - 378) <45BE1B99-8E10-32F0-A180-A6B6CB5883AE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff873b1000 - 0x7fff873c3fff libsasl2.2.dylib (209) <2F81C8C9-11A3-3581-B2C1-D8C03AB7D39C> /usr/lib/libsasl2.2.dylib
0x7fff87406000 - 0x7fff8740bfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8758b000 - 0x7fff876a8fff libsqlite3.dylib (216.4) /usr/lib/libsqlite3.dylib
0x7fff876a9000 - 0x7fff876c4fff com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff876ef000 - 0x7fff876f7fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib
0x7fff876f8000 - 0x7fff876f9fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff876fa000 - 0x7fff8771eff7 libJPEG.dylib (1443) <5FA2DF72-5CAA-3F67-A6B9-4AB7FE0D31E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff87737000 - 0x7fff87760fff com.apple.ProtectedCloudStorage (1.0 - 1) <4850F751-E61B-30C0-B89A-B313601D3DB5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff877a6000 - 0x7fff877a6fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff877f0000 - 0x7fff877f5fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff878ce000 - 0x7fff878f3ff7 libPng.dylib (1443) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff878fe000 - 0x7fff879a9fff com.apple.PDFKit (3.1 - 3.1) <27AF3C85-1C0B-389C-856C-2E527620C195> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff879aa000 - 0x7fff87c31fff com.apple.CFNetwork (760.4.1 - 760.4.1) <69C6221B-EB1D-37D2-9ADE-2FB1C1F83A5A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff87c3d000 - 0x7fff87c4eff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib
0x7fff87c4f000 - 0x7fff87cdefff com.apple.CorePDF (4.0 - 4) <849BBFF6-0700-3ED1-98DF-A6E93B9B707F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff87cdf000 - 0x7fff87f6fff7 com.apple.RawCamera.bundle (6.18.1 - 831) <1CFADE24-F97C-384E-975A-F707F0297384> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff888a6000 - 0x7fff888aafff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff888af000 - 0x7fff888c2fff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff88908000 - 0x7fff8894dff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff8894e000 - 0x7fff889bcff7 com.apple.ApplicationServices.ATS (377 - 394.3) <847DBFBA-8D6B-367B-99FD-C6CAA8C05C65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff889bd000 - 0x7fff889feff7 libGLU.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff889ff000 - 0x7fff88a02ff7 com.apple.iChat.InstantMessage (8.0 - 5017) <989738B4-0269-3DD6-AAEC-2B712FB765D5> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
0x7fff88a1d000 - 0x7fff88a32fff com.apple.AppContainer (4.0 - 261.40.2) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff88a33000 - 0x7fff88a3fff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff88c3d000 - 0x7fff88c8cff7 com.apple.opencl (2.7.0 - 2.7.0) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff88d0e000 - 0x7fff88d0eff7 libunc.dylib (29) /usr/lib/system/libunc.dylib
0x7fff88d0f000 - 0x7fff88d2eff7 com.apple.framework.Apple80211 (11.0 - 1121.34) <43708A15-612B-3F5B-948A-DC6DA4435EBF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff88d2f000 - 0x7fff88d34ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff88d35000 - 0x7fff88d35fff libmetal_timestamp.dylib (600.0.44.1) <90E4C88A-B512-3AE5-9B70-4675B41D4EE8> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff88d36000 - 0x7fff88d3eff7 libnetwork.dylib (583.40.20) <3C4C9968-C6A7-3D3D-98EE-125045999E01> /usr/lib/libnetwork.dylib
0x7fff88d3f000 - 0x7fff89141fff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8915b000 - 0x7fff89450fff com.apple.HIToolbox (2.1.1 - 807.2) <871E5223-5D03-3649-98AF-9CCA3B41E307> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff89451000 - 0x7fff894c0fff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff89502000 - 0x7fff89526fff com.apple.MultitouchSupport.framework (304.10.2 - 304.10.2) <19BB3FF8-053F-3F73-8D3A-7A2E85F3918B> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff897cf000 - 0x7fff89857fff com.apple.CoreSymbolication (3.1 - 58048.1) <6F1CDC02-C8B5-3F67-A335-5086BE09D492> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff89858000 - 0x7fff8986eff7 libLinearAlgebra.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8986f000 - 0x7fff898c4fff com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff89990000 - 0x7fff899b9ffb libRIP.A.dylib (957) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff89d7e000 - 0x7fff89da7ff7 libxpc.dylib (765.40.35) /usr/lib/system/libxpc.dylib
0x7fff89da8000 - 0x7fff89dd9ff7 libtidy.A.dylib (15.17) <6859415D-7A43-384E-ABDD-AA6B2AA9FDCD> /usr/lib/libtidy.A.dylib
0x7fff89dec000 - 0x7fff89df4ffb libsystem_dnssd.dylib (625.40.20) <824E1B3F-AEDC-3E1B-847A-66784930E746> /usr/lib/system/libsystem_dnssd.dylib
0x7fff89df5000 - 0x7fff89dfafff com.apple.TCC (1.0 - 1) <50F7EC60-5B21-3B9B-BF2F-F037EA7B12FB> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff89dfb000 - 0x7fff89dfdfff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff89dfe000 - 0x7fff89e00fff com.apple.SecCodeWrapper (4.0 - 261.40.2) <3D181F07-1E85-38C9-AE2E-59862A3E9622> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff89e2a000 - 0x7fff89e2afff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89e38000 - 0x7fff89e51fff com.apple.openscripting (1.7.1 - 169.1) <8D69EE50-BCDE-3A1B-AF5C-2D6367046231> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff89ea0000 - 0x7fff89f44fff com.apple.Bluetooth (4.4.4 - 4.4.4f4) <3E1DCB9B-E1FF-3108-8D1F-72A9243B013D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff89f45000 - 0x7fff8a041ff7 libFontParser.dylib (158.5) <62796E99-36B7-36B6-8D33-5349F88014C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8a042000 - 0x7fff8a0cffff libsystem_c.dylib (1082.20.4) /usr/lib/system/libsystem_c.dylib
0x7fff8a0d0000 - 0x7fff8a0d4fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff8a2d1000 - 0x7fff8a64cffb com.apple.VideoToolbox (1.0 - 1731.15.202) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8a74e000 - 0x7fff8a75eff3 com.apple.ProtocolBuffer (1 - 243) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8a76d000 - 0x7fff8a7bdff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8a7be000 - 0x7fff8a7c1fff libspindump.dylib (197.1) /usr/lib/libspindump.dylib
0x7fff8a7c2000 - 0x7fff8a7c5ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8a8eb000 - 0x7fff8a8edfff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8a906000 - 0x7fff8a90bff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
0x7fff8a951000 - 0x7fff8a9c5ff7 com.apple.Heimdal (4.0 - 2.0) <7AD74467-7A32-3C35-9AAE-3CE8567B10F8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8b8d5000 - 0x7fff8b8d5fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
0x7fff8b8d6000 - 0x7fff8b8d6fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8b8e8000 - 0x7fff8b8eafff com.apple.CoreDuetDebugLogging (1.0 - 1) <7659CACF-3B08-3AF3-8FAC-24FAF18EF114> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff8b92b000 - 0x7fff8b934ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8b93c000 - 0x7fff8b95fff7 com.apple.Network (1.0 - 1) <7C81DD1F-C6A9-3261-8E2F-91BB5CE72568> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
0x7fff8b960000 - 0x7fff8bb6dfff libicucore.A.dylib (551.51) <288DE07A-5BF1-3D2D-AE77-198DA7F8D3A1> /usr/lib/libicucore.A.dylib
0x7fff8bb77000 - 0x7fff8bbc9fff com.apple.CloudDocs (1.0 - 383.12) <1388C0E5-9B2F-372B-A005-043EB049AAA3> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8bbca000 - 0x7fff8bbcdff7 libCoreFSCache.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8bbce000 - 0x7fff8bf39657 libobjc.A.dylib (680) /usr/lib/libobjc.A.dylib
0x7fff8c0a1000 - 0x7fff8c0a2fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8c47f000 - 0x7fff8cd0fff7 libclh.dylib (4.0.3 - 4.0.3) <452FA43B-ADB9-3EBF-98F0-EB373AA6FF1B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff8d016000 - 0x7fff8d01fff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff8d051000 - 0x7fff8d051fff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8d1e2000 - 0x7fff8d73aff7 com.apple.MediaToolbox (1.0 - 1731.15.202) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8d769000 - 0x7fff8d79ffff libssl.0.9.8.dylib (59.40.2) <21EB3949-A5B6-34A6-917B-F7C25EB522A4> /usr/lib/libssl.0.9.8.dylib
0x7fff8d7a0000 - 0x7fff8d7bbff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff8d7bc000 - 0x7fff8d8caff3 com.apple.desktopservices (1.10.3 - 1.10.3) <44302433-52D1-3164-814F-38C5DAE007B5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8e0d4000 - 0x7fff8e0ffffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff8e13d000 - 0x7fff8e213ffb com.apple.DiskImagesFramework (10.11.3 - 417.2) <67C386B1-2109-3707-9F20-402FFA17F52B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8e214000 - 0x7fff8e217ff3 libCGXCoreImage.A.dylib (957) <838106A7-E0FF-3696-9616-0DA59752F82E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8e239000 - 0x7fff8e29cfff libAVFAudio.dylib (161.2) <5662A30A-4D19-3084-9211-33B1AEA9345A> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff8e29d000 - 0x7fff8e38fff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib
0x7fff8e558000 - 0x7fff8e563fff libGPUSupportMercury.dylib (12.0.40.6) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff8e564000 - 0x7fff8e591fff libdispatch.dylib (501.40.12) <7FC1909E-662B-3882-8553-03A786DEDB37> /usr/lib/system/libdispatch.dylib
0x7fff8e592000 - 0x7fff8e59dff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff8e5b1000 - 0x7fff8e5bdfff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8e776000 - 0x7fff8e78ffff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8e790000 - 0x7fff8e7aafff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8e7f6000 - 0x7fff8e812ff7 libextension.dylib (78) /usr/lib/libextension.dylib
0x7fff8e952000 - 0x7fff8ec37ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <423CB6F9-E065-32B2-9A19-0ED54CF39E14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8ec38000 - 0x7fff8ec3bfff libsystem_sandbox.dylib (460.40.33) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8ec76000 - 0x7fff8ed2eff7 com.apple.CoreDuet (1.0 - 1) <058EAEDE-156F-309C-AB61-34C61B93D967> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8ed2f000 - 0x7fff8ed67ff7 com.apple.RemoteViewServices (2.0 - 101) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8ed6a000 - 0x7fff8ed81fff libmarisa.dylib (4) /usr/lib/libmarisa.dylib
0x7fff8edcc000 - 0x7fff8edccfff com.apple.CoreServices (728.9 - 728.9) <78CB3EAC-A66E-3FD9-A1DF-A9CF227ED3C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8edcd000 - 0x7fff8edd0ffb libdyld.dylib (360.21) <169D61BF-FA2B-3CDE-8D23-31D805FFDF2E> /usr/lib/system/libdyld.dylib
0x7fff8edd1000 - 0x7fff8eddcfff libGL.dylib (12.0.40.6) <4FC6D3F9-6582-3E7D-A7D1-E035F0E26697> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8eddd000 - 0x7fff8f077fff com.apple.security (7.0 - 57337.40.82) <68BF0F01-D400-31DE-9E70-5BF8940AB7AF> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8f078000 - 0x7fff8f080fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8f143000 - 0x7fff8f143ff7 liblaunch.dylib (765.40.35) /usr/lib/system/liblaunch.dylib
0x7fff8f16f000 - 0x7fff8f1b1ff7 com.apple.Metal (56.6 - 56.6) <266CCFFE-A807-3D05-8F82-3835EE9BED46> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff8f1b2000 - 0x7fff8f2a4ff7 libJP2.dylib (1443) <7D02FA69-E040-3AD5-8378-844F3C44D8F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8f2a5000 - 0x7fff8f3efff7 com.apple.coreui (2.1 - 366.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8f48c000 - 0x7fff8f491fff com.apple.MediaAccessibility (1.0 - 79) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8f492000 - 0x7fff8f492fff libOpenScriptingUtil.dylib (169.1) <83705383-2DC6-341E-988B-2C2CF959D432> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8f4e4000 - 0x7fff8f4ecfff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
0x7fff8f551000 - 0x7fff8f56fff7 libsystem_kernel.dylib (3248.40.183) <94879977-4C78-35D2-A6E2-43E4D7E58C56> /usr/lib/system/libsystem_kernel.dylib
0x7fff8f570000 - 0x7fff8f570ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff8f571000 - 0x7fff8f5a1ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8f5a2000 - 0x7fff8f5adfff libkxld.dylib (3248.40.183) <8C845A3F-447C-362E-AA00-84A9DAFCB8D1> /usr/lib/system/libkxld.dylib
0x7fff8f5b7000 - 0x7fff8f5bbfff libGIF.dylib (1443) <470C30CB-165B-316F-AC7B-529E98A1DE6A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8f5bc000 - 0x7fff8f5c2fff com.apple.IOAccelerator (205.3 - 205.3) <04C6A181-2D0E-332D-9364-6B0FEFFA4E49> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff8f8b1000 - 0x7fff8f8ceff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8f954000 - 0x7fff8fa99fff com.apple.QTKit (7.7.3 - 2943.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8fa9a000 - 0x7fff8fa9bff7 libodfde.dylib (23) /usr/lib/libodfde.dylib
0x7fff8fe82000 - 0x7fff8fecdff7 com.apple.CoreMediaIO (703.0 - 4791) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8fece000 - 0x7fff8fed9fff com.apple.CrashReporterSupport (10.11 - 717) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8fee8000 - 0x7fff90746fff com.apple.GeForceGLDriver (10.10.5.15 - 10.1.0) <18515C97-FE5A-30C7-8146-9E67301CFDFE> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff90783000 - 0x7fff907e3fff com.apple.QuickLookFramework (5.0 - 696.7) <80C71AE9-9461-3EF4-9C3C-BF528C202959> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff90984000 - 0x7fff909e2fff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff909e3000 - 0x7fff90a8afff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff90a8b000 - 0x7fff90af2fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff90fd2000 - 0x7fff90fd5fff com.apple.IOSurface (108.2.1 - 108.2.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9117b000 - 0x7fff91211fff com.apple.ColorSync (4.9.0 - 4.9.0) <2E652A17-47F6-3ECA-9213-2B0006825F16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff91261000 - 0x7fff91265fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff91269000 - 0x7fff9178bfff com.apple.QuartzComposer (5.1 - 334) <80235264-CA1B-3E3F-96F7-5F6F52FDC5B6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff91a29000 - 0x7fff91a2cffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff91a2d000 - 0x7fff91a49fff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff91a4a000 - 0x7fff91b39ffb libxml2.2.dylib (29.5) <98123850-560D-3C61-BDEF-EFC98A1FF40F> /usr/lib/libxml2.2.dylib
0x7fff91b4e000 - 0x7fff91b7dfff com.apple.securityinterface (10.0 - 55065.40.1) <1BB39B19-DD74-347E-A344-0E6781773577> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff91bc9000 - 0x7fff91bd1fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff91bd2000 - 0x7fff91bf4fff com.apple.IconServices (68.1 - 68.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff91c2f000 - 0x7fff91dd5ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff91dd6000 - 0x7fff91dfffff libsystem_info.dylib (477.40.5) <6B01C09E-A3E5-3C71-B370-D0CABD11A436> /usr/lib/system/libsystem_info.dylib
0x7fff91e0e000 - 0x7fff91e5cfff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff92445000 - 0x7fff924b0ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff924b7000 - 0x7fff924eeff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff924ef000 - 0x7fff92542ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff92543000 - 0x7fff9270cff7 com.apple.ImageIO.framework (3.3.0 - 1443) <413289A4-81D1-309C-B347-FA4C891F6AEC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff92710000 - 0x7fff9271efff com.apple.IntlPreferences (2.0 - 192) <61F62126-0902-3324-BB1D-8B93297ED899> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff9271f000 - 0x7fff92720ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff928cd000 - 0x7fff9290bff7 libGLImage.dylib (12.0.40.6) <734B133F-E789-3A25-9DE6-1CCBA4896D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff92981000 - 0x7fff92a3aff7 libvMisc.dylib (563.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff92a55000 - 0x7fff92a60fff com.apple.AppSandbox (4.0 - 261.40.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff92a61000 - 0x7fff92a88fff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff92a90000 - 0x7fff92adcfff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff92c40000 - 0x7fff92c6eff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff92c6f000 - 0x7fff92c71ff7 libsystem_configuration.dylib (802.40.13) /usr/lib/system/libsystem_configuration.dylib
0x7fff92c72000 - 0x7fff92c74ff7 libRadiance.dylib (1443) <10B619B2-CFC6-39B1-BAA9-2CA0D9DD5159> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff92c75000 - 0x7fff92d2ffff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff92d30000 - 0x7fff92d33fff com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff92d34000 - 0x7fff92d56ff7 com.apple.Sharing (442.13.6 - 442.13.6) <127B1468-44C3-31EB-84C8-AB2407FA3A0F> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff92de0000 - 0x7fff92de2fff libCGXType.A.dylib (957) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff92de3000 - 0x7fff92dfaff7 libsystem_asl.dylib (323.40.3) /usr/lib/system/libsystem_asl.dylib
0x7fff92dfb000 - 0x7fff92e9bfff com.apple.Metadata (10.7.0 - 972.25) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff92e9c000 - 0x7fff92f87ff7 com.apple.QuickLookUIFramework (5.0 - 696.7) <28C9A7BD-EEB9-39C2-A2A2-9F95C21D45AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff93123000 - 0x7fff94211ff7 com.apple.WebCore (11601 - 11601.5.17) <2520F0D2-F30D-331F-B656-B258D30162AD> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff94257000 - 0x7fff94403fff com.apple.avfoundation (2.0 - 1046.9.10) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff94406000 - 0x7fff9444bff3 libFontRegistry.dylib (155.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff94481000 - 0x7fff94593fef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff94594000 - 0x7fff945c2ff7 libsandbox.1.dylib (460.40.33) /usr/lib/libsandbox.1.dylib
0x7fff945c3000 - 0x7fff9474fff7 libGLProgrammability.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff94756000 - 0x7fff9478aff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9478b000 - 0x7fff947aeff7 com.apple.speech.LatentSemanticMappingFramework (2.12.1 - 2.12.1) /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
0x7fff94811000 - 0x7fff9481cff7 libcommonCrypto.dylib (60075.40.2) /usr/lib/system/libcommonCrypto.dylib
0x7fff9481d000 - 0x7fff9481fff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
0x7fff94820000 - 0x7fff9483aff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib
0x7fff9483b000 - 0x7fff94847fff com.apple.CommerceCore (1.0 - 462.6) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff94848000 - 0x7fff948f8fff com.apple.backup.framework (1.7.4 - 1.7.4) <534FB88A-B8D5-3004-B10B-135AB7318E3F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff94964000 - 0x7fff94966fff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff94a44000 - 0x7fff94a54fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff94aa9000 - 0x7fff94ab1fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff94ab2000 - 0x7fff94df2fff com.apple.WebKit (11601 - 11601.5.17.1) <23C605B4-8A20-3ADF-A22F-A38B0C6F7EF2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff94e28000 - 0x7fff94e9fff7 com.apple.MMCS (1.3 - 357.1) <4B305068-F75B-359E-A35A-74B941F08291> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff94ec6000 - 0x7fff94eccff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff95195000 - 0x7fff9526efff com.apple.CoreMedia (1.0 - 1731.15.202) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff95274000 - 0x7fff95277fff libCoreVMClient.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff952e9000 - 0x7fff95305ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff95306000 - 0x7fff954c6ffb libBLAS.dylib (1162.2) <6BAEBB62-9271-37D4-AC0D-1637AD989F1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff954cd000 - 0x7fff954cefff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff954cf000 - 0x7fff954e4fff com.apple.ToneKit (1.0 - 1) <6D5AD263-308F-3F70-8D86-7027569D2694> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff955fb000 - 0x7fff95672feb libcorecrypto.dylib (335.40.8) /usr/lib/system/libcorecrypto.dylib
0x7fff95686000 - 0x7fff95688fff libCVMSPluginSupport.dylib (12.0.40.6) <4AA6710A-6267-3062-BFF2-27DB5E6B5892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff95689000 - 0x7fff95695fff com.apple.HelpData (2.1.4 - 90) <10608EEC-B613-309C-96E6-5A40AB951FA4> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff956ae000 - 0x7fff956bfff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib
0x7fff956c0000 - 0x7fff956d9fe7 libcompression.dylib (28) /usr/lib/libcompression.dylib
0x7fff956da000 - 0x7fff956dbff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff95728000 - 0x7fff95755ff3 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff95a66000 - 0x7fff95f01ff7 com.apple.GeoServices (1.0 - 1151.47) <74F5DAB2-5518-3E4B-AEB5-CD241CE6DACA> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff95f02000 - 0x7fff95f09ff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib
0x7fff965e4000 - 0x7fff965edff3 libsystem_notify.dylib (150.40.1) /usr/lib/system/libsystem_notify.dylib
0x7fff965ee000 - 0x7fff965f6fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff965f7000 - 0x7fff965fffff libGFXShared.dylib (12.0.40.6) <1CDE5AEF-3E44-3547-879E-BB490EE7702C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff96600000 - 0x7fff9660eff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff9660f000 - 0x7fff9660ffff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff96620000 - 0x7fff9662afff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff96641000 - 0x7fff9664dfff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9664e000 - 0x7fff966ddff7 libCoreStorage.dylib (517.20.1) /usr/lib/libCoreStorage.dylib
0x7fff966de000 - 0x7fff96797ff7 com.apple.cloudkit.CloudKit (482.29 - 482.29) <7C42D77E-0402-3B4F-B592-7627A9323F28> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff96798000 - 0x7fff967eafff com.apple.ImageCaptureCore (7.0 - 7.0) <9F3123D8-29D2-332F-AD6B-AB9BF1A58022> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff967eb000 - 0x7fff96c61ff7 com.apple.CoreFoundation (6.9 - 1258) <21EBA6F2-D078-335D-9CAA-76EC08CB4CC3> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff96c62000 - 0x7fff9703afef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff9706a000 - 0x7fff97192fff com.apple.NetworkExtension (1.0 - 1) /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
0x7fff97193000 - 0x7fff971a6fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff971a7000 - 0x7fff971b5fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff971b6000 - 0x7fff971b8fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff971ff000 - 0x7fff97207fef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff97208000 - 0x7fff97217ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff975a9000 - 0x7fff975c7ff7 com.apple.frameworks.preferencepanes (16.0 - 16.0) <6D9A4009-DCE8-3FC5-91E4-01433C63E4A6> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff975c8000 - 0x7fff975c9fff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
0x7fff975ca000 - 0x7fff975ecff7 com.apple.framework.familycontrols (4.1 - 410) <36DCC2B7-4FDF-397D-BB14-36CACED9E946> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff975ed000 - 0x7fff975f1fff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff975f2000 - 0x7fff97643ff7 libcups.2.dylib (435.1) /usr/lib/libcups.2.dylib
0x7fff97644000 - 0x7fff976b3fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff976b4000 - 0x7fff97ae2fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff97ae3000 - 0x7fff97b0afff com.apple.shortcut (2.16 - 93) <2BA6DF3E-04C7-39C8-B311-3413E9FC9022> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff97c8b000 - 0x7fff97ef8fff com.apple.imageKit (2.6 - 932) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff97ef9000 - 0x7fff97f0ffff com.apple.CoreMediaAuthoring (2.2 - 953) <06C2E0E2-BA5C-3BB1-8DD7-55613EDD654D> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff97f46000 - 0x7fff981dcfff libmecabra.dylib (696.5) /usr/lib/libmecabra.dylib
0x7fff981dd000 - 0x7fff98208ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff98260000 - 0x7fff98e89ff7 com.apple.AppKit (6.9 - 1404.45) <04B25836-9CB8-395F-9920-E0AF66D01368> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff98e8a000 - 0x7fff98ee7fff com.apple.CoreServices.OSServices (728.8 - 728.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff98ee8000 - 0x7fff98eedff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff98eee000 - 0x7fff98f49ff7 libTIFF.dylib (1443) <609E275B-6644-31CB-8011-E34B1912301B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff98f4a000 - 0x7fff99408fcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff99481000 - 0x7fff994aafff libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x7fff99bde000 - 0x7fff99be0ff7 com.apple.SafariServices.framework (11601 - 11601.5.17.1) <396E2233-E2DC-391C-84D2-991F636A941B> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff99be1000 - 0x7fff99c47ff7 libsystem_network.dylib (583.40.20) <9204908A-18F7-37E7-8B71-2F2D956080A7> /usr/lib/system/libsystem_network.dylib
0x7fff99c48000 - 0x7fff99f9cfff com.apple.Foundation (6.9 - 1258) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff99f9d000 - 0x7fff9a16bff3 com.apple.QuartzCore (1.11 - 410.14) <0283748A-8318-36AC-8B30-8A951FEB305A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9a16c000 - 0x7fff9a24cff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff9a24d000 - 0x7fff9a499ff7 com.apple.AddressBook.framework (9.0 - 1679.8) <9771F6C7-3AE4-34EA-9D97-EE8340515D81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff9a49a000 - 0x7fff9a49bffb libSystem.B.dylib (1226.10.1) /usr/lib/libSystem.B.dylib
0x7fff9a53a000 - 0x7fff9a541ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff9a639000 - 0x7fff9a68bfff com.apple.AppleVAFramework (5.0.32 - 5.0.32) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff9a698000 - 0x7fff9a70dfff com.apple.framework.IOKit (2.0.2 - 1179.40.20) <903C81C7-9627-31EB-8EC9-5984F53836DA> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9a70e000 - 0x7fff9a70ffff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff9a710000 - 0x7fff9a7a5fff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9a80b000 - 0x7fff9a81cfff libcmph.dylib (6) /usr/lib/libcmph.dylib
0x7fff9a82e000 - 0x7fff9a89aff7 libType1Scaler.dylib (116.1) <61F0E996-7E22-38AF-904D-741D335B418F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff9a89b000 - 0x7fff9a8e7ffb com.apple.HIServices (1.22 - 549) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9a93c000 - 0x7fff9a941ff7 com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fff9a942000 - 0x7fff9a961ff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff9a9ad000 - 0x7fff9a9e7ff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff9aaa0000 - 0x7fff9aaabfff com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff9aabc000 - 0x7fff9aae5ff7 libxslt.1.dylib (14.1) <27DE3F2E-CE96-3327-A563-788EE3E2775B> /usr/lib/libxslt.1.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 7
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 1321
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=354.7M resident=0K(0%) swapped_out_or_unallocated=354.7M(100%)
Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)

                              VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 256K 3
Activity Tracing 2048K 2
CG backing stores 49.4M 13
CG image 18.6M 949
CG raster data 20K 2
CG shared images 624K 17
CoreAnimation 16.6M 123
CoreAnimation (reserved) 8K 3 reserved VM address space (unallocated)
CoreData Object IDs 4100K 3
CoreUI image data 3632K 41
CoreUI image file 320K 5
Dispatch continuations 16.0M 2
Foundation 4K 2
IOKit 7940K 2
Image IO 3432K 463
JS JIT generated code 8K 3
JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated)
Kernel Alloc Once 8K 3
MALLOC 1.1G 378
MALLOC guard page 48K 10
MALLOC_LARGE (reserved) 10.9M 93 reserved VM address space (unallocated)
Memory Tag 242 12K 2
OpenCL 76K 11
OpenGL GLSL 256K 4
Process Corpse Info 2048K 2
SQLite page cache 2432K 7
STACK GUARD 56.1M 28
Stack 20.8M 28
VM_ALLOCATE 4904K 32
WebKit Malloc 4220K 9
__DATA 45.8M 309
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 100.1M 25
__TEXT 254.6M 311
__UNICODE 552K 2
mapped file 60.4M 91
shared memory 16.4M 11
=========== ======= =======
TOTAL 2.8G 2957
TOTAL, minus reserved VM space 1.8G 2957

Model: iMac13,2, BootROM IM131.010A.B09, 4 processors, Intel Core i7, 3.4 GHz, 24 GB, SMC 2.11f14
Graphics: NVIDIA GeForce GTX 680MX, NVIDIA GeForce GTX 680MX, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (7.21.95.172.1a4)
Bluetooth: Version 4.4.4f4 17685, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
PCI Card: pci1b21,612, AHCI Controller, Thunderbolt@195,0,0
Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
Serial ATA Device: APPLE SSD SM128E, 121.33 GB
Serial ATA Device: WDC WD20NPVX-11EA4T0, 2 TB
Serial ATA Device: WDC WD20NPVX-11EA4T0, 2 TB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Keyboard Hub
USB Device: USB PnP Sound Device
USB Device: Apple Keyboard
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 3.0 Bus
Thunderbolt Bus: iMac, Apple Inc., 23.4
Thunderbolt Device: My Passport Pro, Western Digital, 3, 7.1

Where is GSPS?

I have a study that is a GPSP. It has no image data but references an instance in a series.
The GSPS is not applied to the series!

Horos crashing on DICOM import on 2 discs

I’m running the latest version of Horos.

I’ve received 2 discs of MRI’s on one patient. As soon as Horos starts to import the DICOM files, it crashes.

Both discs. Same thing. Y’all should have received the crash reports.

I can import these same discs into OsiriX MD with no problem.

What’s up with that?

Thanks,

Jim Bates, DDS, MD

Home-made plugin not loading into Horos 1.1.4

Hi all.
I have been working on a Horos plugin for some months now. Till Horos 1.1.3 everything was ok, but now after upgrading to 1.1.4 the plugin does not load at Horos startup, and the following message is printed to the system console:

Plugins/ARIANItool.osirixplugin/Contents/MacOS/ARIANItool, 265): Library not loaded: @loader_path/../Frameworks/FeedbackReporter.framework/Versions/A/FeedbackReporter
Referenced from: /Applications/Horos.app/Contents/Frameworks/HorosAPI.framework/Versions/A/HorosAPI
Reason: image not found

I guess the error may have something to do with possible changes in HorosAPI.framework. For the sake of completeness, I do not remember where I took the framework from (I did it many months ago): I have just found a note where I wrote down that I had not taken it from the Horos Plugin Generator, I don't know if this fact can be related.
Any hint?
I can share the relevant part of the code if it can be useful.
Thanks

Giorgio

Giorgio De Nunzio
University of Salento / INFN / ADAM (Advanced Data Analysis in Medicine) srl
Lecce - Italy

Corruption of some image frames after anonymization

The anonymize tool results in corruption of some frames in multi-slice or multi-frame MRI datasets. The attached screenshots show an MRI time series before and after anonymization. Anonymization results in frames with question-mark thumbnails. These corrupt frames are displayed as an image with a vertical white-to-black gradient. The total number of image frames remains constant after anonymization, suggesting that some frames are corrupted during the anonymization process.

MRI Time Series Before Anonymization:
mri_time_series_before_anonymization

MRI Time Series After Anonymization:
mri_time_series_after_anonymization

Good Frame (left) and Bad Frame (right) After Anonymization:
good_bad_frame_after_anonymiaztion

JPEG LS DICOM compression issue

When I compress dicom images with the JPEG LS compression scheme, the images become blank. I tried changing the windowing and this did fix the problem. Then when I restart horse, the image series won't load. See the image below for details.
screen shot 2015-04-09 at 1 11 39 pm

Why is it slower than Osirix Lite?

Hi, I am using Horos 1.1.7 on Elcapitan Macbook 12

I notice Horos 1.1.7 that running at 64 bit significant speed slower for the than Osirix Lite 32 bit, when opening a CT.

I load a simple 2D axial CT images consist of 208 slices only. Horos takes about 14 seconds to fully 100% load the 2D images. While its only takes about 4 seconds in Osirix lite.

But the strange thing is.. When run a 3D volume rendering on the exact same images. Horos & Osirix Lite have exact same time at 4 seconds to fully load the 3d rendering.

How can I know that Horos app in my mac already run the 64bit?
Or this is also a bug?

Non-integer WW/WL values in DICOM headers are not respected

When importing a DICOM file with the Window Width (WW) set to something like 1.0 and Window Level (WL) set to 0.5, the 2D viewer rounds these values by default to integers. So the image is initially displayed with WW=1 and WL=0. As I can manually adjust the WW/WL to 1.0/0.5 via the toolbar WW/WL menu, my expected result is the fractional values are read and used by default.

And as I can manually enter non-integer values in the toolbar WW/WL menu, I would expect to be able to do the same via the image viewer context WW/WL menu (but those values get rounded in the same way as the DICOM header values).

Sample image that can reproduce this issue:
261344.dcm.zip

Jpeg 2000 compression problem

This new Version of Horos 1.1.3 has the same problem as Version 1.1.2. Compression of the incoming retrieved files in not working. It was working normally in Version 1.1.1.

Auto query retrive set up from "Network menu"

When setting up OSIRI-LX!V to auto query and retrieve i all works until the app is restarted when the autoretrieve button is de selected Bit of a problem when you expect it to restart following a power outage ..

capture009

Incorrect display of NM images

Hi there!

when I moved away from OsiriX I have noticed that NM images are not displayed correctly in Horos. They display as a top-down gradient from white to black. In the database preview they have an icon with question mark.

I have anonymized one scan and put it at https://dl.dropboxusercontent.com/u/310516/bone.dcm (528 kB). It should display an anterior whole body bone scan (you have to adjust the windowing a bit).The file displays correctly in ImageJ for example.

Is this already known? Can the developers look into this? Thank you very much for your outstanding work.

Horos Quit Unexpectedly

I have been trying to open to my Horos viewer but keep getting the following error message (see attached). I tried upgraded to the latest version (1.1.4) and the problem persists.
screen shot 2015-12-30 at 9 26 06 am

Lack of plugin to visualize DICOM images under Finder

Osirix has a plugin (or maybe already embedded code that allows DICOM images to be displayed on the Mac OS X Finder under Cover Flow. Horos is currently lacking such feature and is probably an easy one to add. I am not a programer so I cannot help much more than giving the idea :-)

1.1.6 is slow

Just upgraded to Horos version 1.1.6. Images take significantly longer to open and to switch between images in a series. Horos hangs with spinning wheel when trying to close a study. Much worse performance than 1.1.4.
Running OS X el Capitan (10.11.2)

OPolygon ROI bug with Length Calculation

The length property of the open polygon roi changes its length when I zoom between 1% and 500%. This bug seems to be corrected in the current OsiriX Lite version.

freezing

Very often thw application is freezing and other times closing an open exam images.

Horos v1.1.2 bug

This update broke JPEG2000 compression while importing cases from dicom nodes. Compression was working normally with previous versions.

Dicom Compression with JPEG 2000 Not Working

When I try to compress a dicom dataset from uncompressed to JPEG 2000, nothing happens. This Feature works in Osirix 5.8.2. If you need an uncompressed dataset for testing let me know.
screen shot 2015-04-08 at 10 29 51 pm

1.1.6 don't open

Dear Sirs
I want to report a bug in 1.1.6 ==> don’t open app

15/01/16 10:22:37,053 Horos[17924]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.2 instead of 10.11.2. This is not a bug in Gestalt -- it is a documented limitation. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
15/01/16 10:22:37,054 Horos[17924]: 0 CarbonCore 0x00007fff9da6fc9b Gestalt_SystemVersion_block_invoke + 113
15/01/16 10:22:37,054 Horos[17924]: 1 libdispatch.dylib 0x00007fff9e7b733f dispatch_client_callout + 8
15/01/16 10:22:37,055 Horos[17924]: 2 libdispatch.dylib 0x00007fff9e7b7237 dispatch_once_f + 67
15/01/16 10:22:37,055 Horos[17924]: 3 CarbonCore 0x00007fff9d9fbb47 Gestalt_SystemVersion + 987
15/01/16 10:22:37,055 Horos[17924]: 4 CarbonCore 0x00007fff9d9faddb Gestalt + 139
15/01/16 10:22:37,055 Horos[17924]: 5 Horos 0x000000010ab3ff96 +[AppController hasMacOSXSnowLeopard] + 22
15/01/16 10:22:37,055 Horos[17924]: 6 Horos 0x000000010ab4a244 +[AppController initialize] + 308
15/01/16 10:22:37,055 Horos[17924]: -+--+-
-+-
-+-
-+-
-+-
-+--+--+--+--+--+--+--+--+--+--+-_
15/01/16 10:22:37,055 Horos[17924]: Number of processors: 2 / 2
15/01/16 10:22:37,055 Horos[17924]: Number of screens: 1
15/01/16 10:22:37,055 Horos[17924]: Main screen backingScaleFactor: 1.000000
15/01/16 10:22:37,055 Horos[17924]: Horos version: 20160114 - 1.1.6 - 64-bit
15/01/16 10:22:37,055 Horos[17924]: OpenJPEG 2.1.0
15/01/16 10:22:37,055 Horos[17924]: Localization: English.lproj
15/01/16 10:22:37,086 Horos[17924]: |||||||||||||||||| Plugins loading START ||||||||||||||||||
15/01/16 10:22:37,087 Horos[17924]: |||||||||||||||||| Plugins loading END ||||||||||||||||||
15/01/16 10:22:37,088 Horos[17924]: start DNSResolve
15/01/16 10:22:37,091 Horos[17924]: Graphics: NVIDIA GeForce 320M, 256MB
15/01/16 10:22:37,462 Horos[17924]: dino-mac-mini.local
15/01/16 10:22:37,462 Horos[17924]: Dino-Mac-mini.local
15/01/16 10:22:37,462 Horos[17924]: localhost
15/01/16 10:22:37,462 Horos[17924]: end DNSResolve
15/01/16 10:22:37,530 Horos[17924]: --- start diskutil
15/01/16 10:22:38,492 WindowServer[156]: disable_update_timeout: UI updates were forcibly disabled by application "Horos" for over 1.00 seconds. Server has re-enabled them.
15/01/16 10:22:52,493 WindowServer[156]: disable_update_likely_unbalanced: UI updates still disabled by application "Horos" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.

Study quit once loaded. Problem with dual screen usage?

Every single study I load from the database quit the first time it is loaded. For example, if I double click on a study of a chest with three views, it will display the study and once done displaying, it will immediately quit and go back to the database window. It is only when I double click a second time on the study from the database window, that it will stay displayed. Could it be related to the dual screen display? I have the same problem at home with an older imac and a good quality HP monitor hooked to it.
I am currently using a 2015 imac 27 “with 16 GB of RAM a 4 GHz intel core i7, AMD radeon R9 M290 X 2048 MB graphic card with retina display. I have a solid state HD of 500 GB. This computer is hooked to a 4k dell UP3214Q
Thank you for your hard work and for any help you may provide me with.

Spinning Wheel of Death

When I use Horos, I have on average 1-3 episodes of the spinning wheel of death, where horos stops responding and I have to force close the application. This problem seems to happen sporadically and doesn't follow a predictable pattern. The crash generates a report log that I can send to apple. However, I am unaware if the Horos team is actually receiving these logs or not. This issue is a large obstacle in preventing Horos from becoming a full-time production level software program. How can I help address this issue?

All the best,

Radiology Resident

Blank Series Icon in Toolbar

In the 2d viewer, the series icon on the toolbar does not show the series that has been selected. It appears blank. See the image below for details. I have noticed that if you right click on the image, the series icon will show the correct image. You can obtain the dataset.....at http://199.19.86.163:3333/main. Search for alveolar proteinosis.
blankseriesontoolbar

Can't open zip file from URL

Hello, I'm trying to import a study through a URL via "File > Import > Import image through URL.."

screen shot 2016-02-22 at 6 13 07 pm

The file to download is a zip file of a study generated through Horos itself (URL here ).

The file does download as evidenced by network monitoring tools, but once the download finishes nothing happens.

A single .dcm file does download and add to the database.

Isn't import through URL supposed to support zip files as well? (The osirix:// URL scheme and XML-RPC documentation seem to suggest so)

Thanks!

Selecting "Export All Images of the series" only exports one image.

Steps to Reproduce

  1. Open the Horos application.
  2. Click the "Query" icon to bring up the query window.
  3. Search for a Name/Patient Name - wait for the results to be returned.
  4. Click twice on one of the returned patients to open the Patient.
  5. Go to "File" menu and select "Export to JPEG" - the "Export to" window will appear.
  6. Select "All images of the series" and press OK.

Result

  • only the "active" image will be exported.

Expected Result

  • all images in the selected series would be exported.

Comments bug

I am unable to type into the Comments field in the database if another study is coming in. I’ll get started typing a comment, then immediately get booted out of the field. It took me a while to sort out why this was so intermittent, but I discovered it only occurs when Mail Activity shows a new study coming in.

plugin for MRI motion correction

A very useful program, kind of cumbersome to install on a Mac system has been developed as a free software by François Russeau (https://github.com/rousseau/fbrain) called "Baby Brain Toolkit". It performs motion correction and adds 3D capabilities to images acquired in multiple planes. If anyone can create a plugin based on that work it would add greatly to horos.

DICOM metadata export

Dear developers and programming gurus.

I am wondering if it is possible to export some metadata from a bigger group of CT exams. I am not aware of any plugin nor terminal commands to do this job. Because the group contains more than 100 exams it's better to automate the process. The best option would be to be exported as a csv file.

I have found one paper describing such features in a DicomBrowser software. I was not successful in exporting the metadata this way. I don't know any programming language and this could be the reason.
If it's possible to build a plugin for Horos it would be great. I believe this could be helpful for many researchers dealing not only with CT.

Thank you for your responses.

Laco

Export H.264 movie

Exporting an ultrasound cine clip in Horos as an H.264 encoded movie clip does not work. Importing same study into Osirix and exporting as an H.264 movie clip works just fine. Is this a known bug?

JPEG to DICOM plugin not working in Horos 1.1.7

Horos 1.1.7 running on OS X 10.11.3

After selecting JPEG images in the plugin’s window, and clicking Choose, nothing happens.

The Console output is pretty sparse:

2/19/16 9:41:20.085 PM Horos[24298]: Prepare Filter
2/19/16 9:41:27.553 PM Horos[24298]: -[DICOMExport setSourceDicomImage:]: unrecognized selector sent to instance 0x7f98525a8010
2/19/16 9:41:27.553 PM Horos[24298]: -[DICOMExport setSourceDicomImage:]: unrecognized selector sent to instance 0x7f98525a8010
2/19/16 9:41:27.553 PM Horos[24298]: DICOMExport released

(I was importing two images.)

White square slice errors

Hi there,
I'm encountering an issue on Horos which has developed acutely this evening. I have a CT head stack which was working perfectly earlier today. However, looking at it this evening, a number of white square lines have been introduced which cause errors when performing reconstructions.

When scrolling down the slice number goes for example from Z: -475.92mm with a normal slice, and on the next slice skips to z: -451.43. The next slice would be the one that should have been in the white squre. However, this is unreliably demonstratable, and seemingly not related to data corruption; when copying the same file into a new folder and loading, this slice loads fine, but similar errors occur in other locations. Also, when going back to the same scan, in the same location, the slice error moves. Initially I thought it was solely related to tilted gantry acquisitions or a single dicom folder, however loading scans from a non tiltable gantry gives the same errors.

Given that all scans behaved normally on both the work system, and also on my own laptop earlier, I feel that this is unlikely related to my hardware. However, I am perplexed as to the root cause.

System info:
MacBook Pro (Retina, 13-inch, Early 2015)
3.1 GHz Intel Core i7

16 GB 1867 MHz DDR3

Intel Iris Graphics 6100 1536 MB

Latest version of Horos as of 10th December 2015

Many thanks for any insight,

Nick
ct1
ct2
ct3

Protocols don't working

I've created a new MR protocol with Windows Tiling of 3x2 and opening the study with the matching study description for the protocol via XML-RPC only the first series is opened.
I've tried to change the Default MRI protocol to Windows Tiling of 3x2 and opening form Documents DB only the first series is opened.
None Windows Tiling setting works in protocols!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.