Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.mac.system > #118373 > unrolled thread
| Started by | JF Mezei <jfmezei.spamnot@vaxination.ca> |
|---|---|
| First post | 2018-09-25 17:30 -0400 |
| Last post | 2018-09-27 14:48 +0000 |
| Articles | 14 — 8 participants |
Back to article view | Back to comp.sys.mac.system
Preserving X-RAY CD JF Mezei <jfmezei.spamnot@vaxination.ca> - 2018-09-25 17:30 -0400
Re: Preserving X-RAY CD Lewis <g.kreme@gmail.com.dontsendmecopies> - 2018-09-25 22:57 +0000
Re: Preserving X-RAY CD Your Name <YourName@YourISP.com> - 2018-09-26 13:27 +1200
Re: Preserving X-RAY CD JF Mezei <jfmezei.spamnot@vaxination.ca> - 2018-09-25 23:24 -0400
Re: Preserving X-RAY CD Jolly Roger <jollyroger@pobox.com> - 2018-09-26 02:01 +0000
Re: Preserving X-RAY CD JF Mezei <jfmezei.spamnot@vaxination.ca> - 2018-09-25 23:27 -0400
Re: Preserving X-RAY CD Jolly Roger <jollyroger@pobox.com> - 2018-09-26 15:52 +0000
Re: Preserving X-RAY CD ANTant@zimage.com (Ant) - 2018-09-28 19:00 -0500
Re: Preserving X-RAY CD Supermarine Spitfire <spitfire@spitfireflyinghigh.com> - 2018-09-26 10:45 +0100
Re: Preserving X-RAY CD Lewis <g.kreme@gmail.com.dontsendmecopies> - 2018-09-26 10:31 +0000
Re: Preserving X-RAY CD Percival John Hackworth <pjh@nanoworks.com> - 2018-09-26 07:47 -0700
Re: Preserving X-RAY CD Jolly Roger <jollyroger@pobox.com> - 2018-09-26 15:59 +0000
Re: Preserving X-RAY CD befr@eaglesoft.de (Bernd Fröhlich) - 2018-09-27 08:32 +0200
Re: Preserving X-RAY CD Jolly Roger <jollyroger@pobox.com> - 2018-09-27 14:48 +0000
| From | JF Mezei <jfmezei.spamnot@vaxination.ca> |
|---|---|
| Date | 2018-09-25 17:30 -0400 |
| Subject | Preserving X-RAY CD |
| Message-ID | <uNxqD.225599$YL3.58662@fx48.iad> |
I have a CD with the various X-rays taken after my accident in july. At the file system level, most files have no extension and you need special software to view the x-rays. They are DICOM images, and Photoshop is able to somewhat open them if you tell it to look at any file type. Bridge treats them as binary documents. This creates a path such as: /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 (where the last one is the actual image file) What would be the recommended strategy to preserve this CD in usable fashion on disk? just drag/drop the volume into a folder? create a .dmg? other ? The reason I ask is whether others had similar experiences and found one way worked better than another with regards to using X-ray viewing software or if one way has some "gotchas". As well, if I wanted to make them more "usable", what extesion should DICOM files have ? and would renaming these files to have an extesion ruin the x-ray software's ability to index the files ? Again, I ask in case someone has already done the tests and found the best way to do this - if not, then I'll have to spend the time to test various scenarios to see which work).
[toc] | [next] | [standalone]
| From | Lewis <g.kreme@gmail.com.dontsendmecopies> |
|---|---|
| Date | 2018-09-25 22:57 +0000 |
| Message-ID | <slrnpqlfap.1rln.g.kreme@jaka.local> |
| In reply to | #118373 |
In message <uNxqD.225599$YL3.58662@fx48.iad> JF Mezei <jfmezei.spamnot@vaxination.ca> wrote: > I have a CD with the various X-rays taken after my accident in july. > At the file system level, most files have no extension and you need > special software to view the x-rays. They are DICOM images, and > Photoshop is able to somewhat open them if you tell it to look at any > file type. Bridge treats them as binary documents. > This creates a path such as: > /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 > (where the last one is the actual image file) > What would be the recommended strategy to preserve this CD in usable > fashion on disk? Convert the images. DICOM is a weird format and the files might contain Images or Video, so this is unlikely to be a straightforward process. Also, the files may contain a great deal of personal information, so you should treat them as you would bank accounts, investment accounts, and medical records. You will need to examine the files to determine their exact content. You might also need to build a custom ffmpeg to include the gdcm libraries. <https://en.wikipedia.org/wiki/DICOM> > Again, I ask in case someone has already done the tests and found the > best way to do this - if not, then I'll have to spend the time to test > various scenarios to see which work). It is a *horrible* format to work with. The spec document is 100 pages long, not including suplements. -- Lithium will no longer be available on credit
[toc] | [prev] | [next] | [standalone]
| From | Your Name <YourName@YourISP.com> |
|---|---|
| Date | 2018-09-26 13:27 +1200 |
| Message-ID | <poen9a$mk3$1@gioia.aioe.org> |
| In reply to | #118373 |
On 2018-09-25 21:30:02 +0000, JF Mezei said: > I have a CD with the various X-rays taken after my accident in july. > > At the file system level, most files have no extension and you need > special software to view the x-rays. They are DICOM images, and > Photoshop is able to somewhat open them if you tell it to look at any > file type. Bridge treats them as binary documents. > > This creates a path such as: > > /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 > (where the last one is the actual image file) > > What would be the recommended strategy to preserve this CD in usable > fashion on disk? > > just drag/drop the volume into a folder? > create a .dmg? > other ? If it's a normal Windows-style CD, then any usual backup method should be fine. As always, multiple backups would be best, and check them from time to time to make sure they're still usable. > The reason I ask is whether others had similar experiences and found one > way worked better than another with regards to using X-ray viewing > software or if one way has some "gotchas". > > > As well, if I wanted to make them more "usable", what extesion should > DICOM files have ? and would renaming these files to have an extesion > ruin the x-ray software's ability to index the files ? <snip> Don't play about with them in any way. Even opening them is a waste of time, unless you're a trained doctor or radiographer. Just back them up and keep them somewhere safe for the rare event that they're actually needed again.
[toc] | [prev] | [next] | [standalone]
| From | JF Mezei <jfmezei.spamnot@vaxination.ca> |
|---|---|
| Date | 2018-09-25 23:24 -0400 |
| Message-ID | <YZCqD.35429$292.13781@fx21.iad> |
| In reply to | #118385 |
On 2018-09-25 21:27, Your Name wrote: > Don't play about with them in any way. Even opening them is a waste of > time, unless you're a trained doctor or radiographer. I can clearly see my clavicle before the mechanic went in. 3 distinct and separate, non aligned bone fragments. After the mechanic went in with his drill and screwdriver, I see 1 bone with 7 screws and a metal plate to hold it together. Because of a memory blank, I am curious on how I fell. The orthopedist told me I couldn't have fallen on back to break my bones, but my cycling jersey and helmet point to impact on the back. Hoping to be able to show x-rays and jersey/helmet to some doctor some day to get explanation. The x-rays also provide a baseline in case I have another accident so they know what it looked like with the metal plate and screws after first accident got fixed. (another accident may mean loss of arm function if they can't fix it because the clavicle may break in unfixable place.
[toc] | [prev] | [next] | [standalone]
| From | Jolly Roger <jollyroger@pobox.com> |
|---|---|
| Date | 2018-09-26 02:01 +0000 |
| Message-ID | <g107kfFjqcsU2@mid.individual.net> |
| In reply to | #118373 |
On 2018-09-25, JF Mezei <jfmezei.spamnot@vaxination.ca> wrote: > I have a CD with the various X-rays taken after my accident in july. > > At the file system level, most files have no extension and you need > special software to view the x-rays. They are DICOM images, and > Photoshop is able to somewhat open them if you tell it to look at any > file type. Bridge treats them as binary documents. > > This creates a path such as: > > /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 > (where the last one is the actual image file) > > What would be the recommended strategy to preserve this CD in usable > fashion on disk? > > just drag/drop the volume into a folder? > create a .dmg? > other ? > > > The reason I ask is whether others had similar experiences and found one > way worked better than another with regards to using X-ray viewing > software or if one way has some "gotchas". > > > As well, if I wanted to make them more "usable", what extesion should > DICOM files have ? and would renaming these files to have an extesion > ruin the x-ray software's ability to index the files ? > > Again, I ask in case someone has already done the tests and found the > best way to do this - if not, then I'll have to spend the time to test > various scenarios to see which work). I just copied the entire DICOM folder to my hard drive. I use either OsiriX or RadiAnt Viewer (running in WINE) to view them. OsiriX nags you for money too much for my taste; so I've been preferring RadiAnt Viewer which runs very well in WINE. No filename extension is needed. -- E-mail sent to this address may be devoured by my ravenous SPAM filter. I often ignore posts from Google. Use a real news client instead. JR
[toc] | [prev] | [next] | [standalone]
| From | JF Mezei <jfmezei.spamnot@vaxination.ca> |
|---|---|
| Date | 2018-09-25 23:27 -0400 |
| Message-ID | <z0DqD.35430$292.30746@fx21.iad> |
| In reply to | #118388 |
On 2018-09-25 22:01, Jolly Roger wrote: > I just copied the entire DICOM folder to my hard drive. So drag/drop with Finder ? > I use either OsiriX or RadiAnt Viewer (running in WINE) to view them. > OsiriX nags you for money too much for my taste; I have Osirix light. Would be nice to see the 3D renderings though abnd the "light" version doesn't create them from the CT scan "slices). (got 2 CT scans during hospital stay.).
[toc] | [prev] | [next] | [standalone]
| From | Jolly Roger <jollyroger@pobox.com> |
|---|---|
| Date | 2018-09-26 15:52 +0000 |
| Message-ID | <g11o96Fti9cU1@mid.individual.net> |
| In reply to | #118396 |
On 2018-09-26, JF Mezei <jfmezei.spamnot@vaxination.ca> wrote: > On 2018-09-25 22:01, Jolly Roger wrote: > >> I just copied the entire DICOM folder to my hard drive. > > So drag/drop with Finder ? Yep. >> I use either OsiriX or RadiAnt Viewer (running in WINE) to view them. >> OsiriX nags you for money too much for my taste; > > I have Osirix light. Yes, and it will nag you to update it and purchase the full version frequently. I got tired of that after a while. RadiAnt Viewer never nags and works great in WINE, which is why I mentioned it. > Would be nice to see the 3D renderings though abnd the "light" version > doesn't create them from the CT scan "slices). (got 2 CT scans during > hospital stay.). OsriX doesn't seem to be able to view animations in things like echocardiograms properly for me. So I'm doubtful it'll handle 3D stuff well. Graphic Converter is even worse, IME. RadiAnt Viewer works great with everything I've thrown at it so far. -- E-mail sent to this address may be devoured by my ravenous SPAM filter. I often ignore posts from Google. Use a real news client instead. JR
[toc] | [prev] | [next] | [standalone]
| From | ANTant@zimage.com (Ant) |
|---|---|
| Date | 2018-09-28 19:00 -0500 |
| Message-ID | <S4idnZZCocIbXTPGnZ2dnUU7-emdnZ2d@earthlink.com> |
| In reply to | #118411 |
Jolly Roger <jollyroger@pobox.com> wrote:
> On 2018-09-26, JF Mezei <jfmezei.spamnot@vaxination.ca> wrote:
> > On 2018-09-25 22:01, Jolly Roger wrote:
> >
> >> I just copied the entire DICOM folder to my hard drive.
> >
> > So drag/drop with Finder ?
> Yep.
> >> I use either OsiriX or RadiAnt Viewer (running in WINE) to view them.
> >> OsiriX nags you for money too much for my taste;
> >
> > I have Osirix light.
> Yes, and it will nag you to update it and purchase the full version
> frequently. I got tired of that after a while. RadiAnt Viewer never nags
> and works great in WINE, which is why I mentioned it.
I tried Radiant in an updated 64-bit W7 HPE SP1 VM, but it wanted to
phone home to start its trial and had a time limit. :(
--
Quote of the Week: "There's an ant crawling up your back in the nighttime." --They Might Be Giants' Ant Song
Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
/\___/\Ant(Dude) @ http://antfarm.home.dhs.org / http://antfarm.ma.cx
/ /\ /\ \ Please nuke ANT if replying by e-mail privately. If credit-
| |o o| | ing, then please kindly use Ant nickname and URL/link.
\ _ /
( )
[toc] | [prev] | [next] | [standalone]
| From | Supermarine Spitfire <spitfire@spitfireflyinghigh.com> |
|---|---|
| Date | 2018-09-26 10:45 +0100 |
| Message-ID | <pofkf1$8hp$1@dont-email.me> |
| In reply to | #118373 |
On 25/09/2018 10:30 pm, JF Mezei wrote: > I have a CD with the various X-rays taken after my accident in july. > > At the file system level, most files have no extension and you need > special software to view the x-rays. They are DICOM images, and > Photoshop is able to somewhat open them if you tell it to look at any > file type. Bridge treats them as binary documents. > > This creates a path such as: > > /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 > (where the last one is the actual image file) > > What would be the recommended strategy to preserve this CD in usable > fashion on disk? > > just drag/drop the volume into a folder? > create a .dmg? > other ? > > > The reason I ask is whether others had similar experiences and found one > way worked better than another with regards to using X-ray viewing > software or if one way has some "gotchas". > > > As well, if I wanted to make them more "usable", what extesion should > DICOM files have ? and would renaming these files to have an extesion > ruin the x-ray software's ability to index the files ? > > Again, I ask in case someone has already done the tests and found the > best way to do this - if not, then I'll have to spend the time to test > various scenarios to see which work). I just checked, and according to this page - https://www.lemkesoft.de/en/products/graphicconverter/key-features/import-and-export-formats/ - GraphicConverter can import DICOM files. I don't know how comprehensive that support is, but you can download the trial version and find out. Incidentally, I *love* GraphicConverter, it's my go-to tool for quick graphic file conversions. -- -Spitfire
[toc] | [prev] | [next] | [standalone]
| From | Lewis <g.kreme@gmail.com.dontsendmecopies> |
|---|---|
| Date | 2018-09-26 10:31 +0000 |
| Message-ID | <slrnpqmo06.31ej.g.kreme@Snow.local> |
| In reply to | #118400 |
In message <pofkf1$8hp$1@dont-email.me> Supermarine Spitfire <spitfire@spitfireflyinghigh.com> wrote: > On 25/09/2018 10:30 pm, JF Mezei wrote: >> I have a CD with the various X-rays taken after my accident in july. >> >> At the file system level, most files have no extension and you need >> special software to view the x-rays. They are DICOM images, and >> Photoshop is able to somewhat open them if you tell it to look at any >> file type. Bridge treats them as binary documents. >> >> This creates a path such as: >> >> /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 >> (where the last one is the actual image file) >> >> What would be the recommended strategy to preserve this CD in usable >> fashion on disk? >> >> just drag/drop the volume into a folder? >> create a .dmg? >> other ? >> >> >> The reason I ask is whether others had similar experiences and found one >> way worked better than another with regards to using X-ray viewing >> software or if one way has some "gotchas". >> >> >> As well, if I wanted to make them more "usable", what extesion should >> DICOM files have ? and would renaming these files to have an extesion >> ruin the x-ray software's ability to index the files ? >> >> Again, I ask in case someone has already done the tests and found the >> best way to do this - if not, then I'll have to spend the time to test >> various scenarios to see which work). > I just checked, and according to this page - > https://www.lemkesoft.de/en/products/graphicconverter/key-features/import-and-export-formats/ > - GraphicConverter can import DICOM files. I don't know how > comprehensive that support is, but you can download the trial version > and find out. Incidentally, I *love* GraphicConverter, it's my go-to > tool for quick graphic file conversions. Doh! I really should have checked Graphic Converter! -- Critics look at actresses one of two ways: you're either bankable or boinkable.
[toc] | [prev] | [next] | [standalone]
| From | Percival John Hackworth <pjh@nanoworks.com> |
|---|---|
| Date | 2018-09-26 07:47 -0700 |
| Message-ID | <0001HW.215BD3970526139E15484F2CF@news.individual.net> |
| In reply to | #118373 |
On 25-Sep-2018, JF Mezei wrote (in article <uNxqD.225599$YL3.58662@fx48.iad>): > I have a CD with the various X-rays taken after my accident in july. > > At the file system level, most files have no extension and you need > special software to view the x-rays. They are DICOM images, and > Photoshop is able to somewhat open them if you tell it to look at any > file type. Bridge treats them as binary documents. > > This creates a path such as: > > /Volumes/mezei jean-franc/DICOM/PA000000/ST000001/SE000001/IM000000 > (where the last one is the actual image file) > > What would be the recommended strategy to preserve this CD in usable > fashion on disk? > > just drag/drop the volume into a folder? > create a .dmg? > other ? > > The reason I ask is whether others had similar experiences and found one > way worked better than another with regards to using X-ray viewing > software or if one way has some "gotchas". > > As well, if I wanted to make them more "usable", what extesion should > DICOM files have ? and would renaming these files to have an extesion > ruin the x-ray software's ability to index the files ? > > Again, I ask in case someone has already done the tests and found the > best way to do this - if not, then I'll have to spend the time to test > various scenarios to see which work). Can you read the image files with Graphic Converter? It reads many formats. -- DeeDee, don't press that button! DeeDee! NO! Dee...
[toc] | [prev] | [next] | [standalone]
| From | Jolly Roger <jollyroger@pobox.com> |
|---|---|
| Date | 2018-09-26 15:59 +0000 |
| Message-ID | <g11on3Fti9cU2@mid.individual.net> |
| In reply to | #118409 |
On 2018-09-26, Percival John Hackworth <pjh@nanoworks.com> wrote: > > Can you read the image files with Graphic Converter? It reads many formats. I just tried viewing DICOM echocardiogram images (animations) with Graphic Converter 6 with horrible results. It couldn't display any of them correctly. Graphic Converter 10.x did marginally better. It could display some of them, but only still images - no animation. And others displayed as pure noise. -- E-mail sent to this address may be devoured by my ravenous SPAM filter. I often ignore posts from Google. Use a real news client instead. JR
[toc] | [prev] | [next] | [standalone]
| From | befr@eaglesoft.de (Bernd Fröhlich) |
|---|---|
| Date | 2018-09-27 08:32 +0200 |
| Message-ID | <1nvs1yx.1ktvrxz17dkmb2N%befr@eaglesoft.de> |
| In reply to | #118412 |
Jolly Roger <jollyroger@pobox.com> wrote: > Graphic Converter 10.x did marginally better. It could > display some of them, but only still images - no animation. And others > displayed as pure noise. Did you contact the author? Support is usually very good. Maybe if you send him your images he can improve support for them.
[toc] | [prev] | [next] | [standalone]
| From | Jolly Roger <jollyroger@pobox.com> |
|---|---|
| Date | 2018-09-27 14:48 +0000 |
| Message-ID | <g148tnFf280U1@mid.individual.net> |
| In reply to | #118435 |
On 2018-09-27, Bernd Fröhlich <befr@eaglesoft.de> wrote: > Jolly Roger <jollyroger@pobox.com> wrote: > >> Graphic Converter 10.x did marginally better. It could >> display some of them, but only still images - no animation. And others >> displayed as pure noise. > > Did you contact the author? Support is usually very good. > Maybe if you send him your images he can improve support for them. Meh. Not interested. -- E-mail sent to this address may be devoured by my ravenous SPAM filter. I often ignore posts from Google. Use a real news client instead. JR
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.mac.system
csiph-web