Dear List,
I would require your help with a small, but unfortunate, problem that appeared with version 1.47r, as a result of the addition of a dialog box by default for the handling of *.raw files. The fact is I have been using ImageJ for many years, developing plugins and macros for analysis and handling of "in-house" images. Most of these images have a .raw extension and are without any header. To simplify and accelerate the manipulation of these images, I used the HandleExtrafiletypes method to handle these files and opened them according to our specifications (dimensions and bitdepth is derivated from filesize as we only have a few discrete possibilities with our images). The code is quite simplistic, but saved a lot of time during manipulations. The automatic handling of the .raw files by way of the dialog box introduced in 1.47r, bypasses the handleextrafiletypes, thus preventing our implementation from working. Is there a way (apart from not updating imageJ version) to make sure that the handleextrafiletypes is used for files with .raw as extension? Would it be a good idea to provide a way to give user the option to choose if extensions are handled by imageJs default approach or by a definition in handleextrafiletypes (ex: .dat files, .raw files...)? Do not hesitate to contact me should you have questions or require more information. Thank you for your help and your time, With best regards, Sébastien Octeau | Imaging Technician, Diagnostic Imaging Analogic Canada | 4950 Levy Street, Saint-Laurent, Québec Canada, H4R 2P1 | www.analogic.com/canada<http://www.analogic.com/canada> T 514-856-6920 ext.9009 | F 514-856-6925 | [hidden email] [cid:34C97972-621C-409F-90B1-B0588427E8F7] The information transmitted in this message, and any attachments to this message, is intended for the exclusive use of the addressee(s) and may contain information that is confidential or privileged. Any review, forwarding, printing, copying , retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message, by calling 978-326-4000 or by sending an email to [hidden email]<applewebdata://B7D14DFA-BF2B-4CDC-B626-95951A22951A/[hidden email]> and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. P Think before you print. -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html image001.png (22K) Download Attachment |
On Nov 21, 2013, at 11:08 PM, Octeau, Sébastien wrote:
> Dear List, > I would require your help with a small, but unfortunate, problem that appeared with version 1.47r, as a result of the addition of a dialog box by default for the handling of *.raw files. > > The fact is I have been using ImageJ for many years, developing plugins and macros for analysis and handling of "in-house" images. Most of these images have a .raw extension and are without any header. To simplify and accelerate the manipulation of these images, I used the HandleExtrafiletypes method to handle these files and opened them according to our specifications (dimensions and bitdepth is derivated from filesize as we only have a few discrete possibilities with our images). The code is quite simplistic, but saved a lot of time during manipulations. > > The automatic handling of the .raw files by way of the dialog box introduced in 1.47r, bypasses the handleextrafiletypes, thus preventing our implementation from working. > > Is there a way (apart from not updating imageJ version) to make sure that the handleextrafiletypes is used for files with .raw as extension? In the latest ImageJ daily build (1.48h10), the Import Raw dialog is not displayed if you enable "Skip dialog when opening .raw files" in the Edit>Options>Input/Output dialog box. -wayne > Would it be a good idea to provide a way to give user the option to choose if extensions are handled by imageJs default approach or by a definition in handleextrafiletypes (ex: .dat files, .raw files...)? > > Do not hesitate to contact me should you have questions or require more information. > > Thank you for your help and your time, > > With best regards, > > Sébastien Octeau | Imaging Technician, Diagnostic Imaging > Analogic Canada | 4950 Levy Street, Saint-Laurent, Québec Canada, H4R 2P1 | www.analogic.com/canada<http://www.analogic.com/canada> > T 514-856-6920 ext.9009 | F 514-856-6925 | [hidden email] > > [cid:34C97972-621C-409F-90B1-B0588427E8F7] > > The information transmitted in this message, and any attachments to this message, is intended for the exclusive use of the addressee(s) and may contain information that is confidential or privileged. Any review, forwarding, printing, copying , retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message, by calling 978-326-4000 or by sending an email to [hidden email]<applewebdata://B7D14DFA-BF2B-4CDC-B626-95951A22951A/[hidden email]> and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. > P Think before you print. > > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Thank you very much for this addition,
Works like a charm. With best regards, Sébastien Octeau | Imaging Technician, Diagnostic Imaging Analogic Canada | 4950 Levy Street, Saint-Laurent, Québec Canada, H4R 2P1 | www.analogic.com/canada T 514-856-6920 ext.9009 | F 514-856-6925 | [hidden email] The information transmitted in this message, and any attachments to this message, is intended for the exclusive use of the addressee(s) and may contain information that is confidential or privileged. Any review, forwarding, printing, copying , retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message, by calling 978-326-4000 or by sending an email to [hidden email] and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. Think before you print. -----Original Message----- From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Rasband, Wayne (NIH/NIMH) [E] Sent: November-25-13 12:01 PM To: [hidden email] Subject: Re: handling of "raw" files On Nov 21, 2013, at 11:08 PM, Octeau, Sébastien wrote: > Dear List, > I would require your help with a small, but unfortunate, problem that appeared with version 1.47r, as a result of the addition of a dialog box by default for the handling of *.raw files. > > The fact is I have been using ImageJ for many years, developing plugins and macros for analysis and handling of "in-house" images. Most of these images have a .raw extension and are without any header. To simplify and accelerate the manipulation of these images, I used the HandleExtrafiletypes method to handle these files and opened them according to our specifications (dimensions and bitdepth is derivated from filesize as we only have a few discrete possibilities with our images). The code is quite simplistic, but saved a lot of time during manipulations. > > The automatic handling of the .raw files by way of the dialog box introduced in 1.47r, bypasses the handleextrafiletypes, thus preventing our implementation from working. > > Is there a way (apart from not updating imageJ version) to make sure that the handleextrafiletypes is used for files with .raw as extension? In the latest ImageJ daily build (1.48h10), the Import Raw dialog is not displayed if you enable "Skip dialog when opening .raw files" in the Edit>Options>Input/Output dialog box. -wayne > Would it be a good idea to provide a way to give user the option to choose if extensions are handled by imageJs default approach or by a definition in handleextrafiletypes (ex: .dat files, .raw files...)? > > Do not hesitate to contact me should you have questions or require more information. > > Thank you for your help and your time, > > With best regards, > > Sébastien Octeau | Imaging Technician, Diagnostic Imaging > Analogic Canada | 4950 Levy Street, Saint-Laurent, Québec Canada, H4R 2P1 | www.analogic.com/canada<http://www.analogic.com/canada> > T 514-856-6920 ext.9009 | F 514-856-6925 | [hidden email] > > [cid:34C97972-621C-409F-90B1-B0588427E8F7] > > The information transmitted in this message, and any attachments to this message, is intended for the exclusive use of the addressee(s) and may contain information that is confidential or privileged. Any review, forwarding, printing, copying , retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message, by calling 978-326-4000 or by sending an email to [hidden email]<applewebdata://B7D14DFA-BF2B-4CDC-B626-95951A22951A/[hidden email]> and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. > P Think before you print. > > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |