Author Topic: SONY NEX-5 ARW files  (Read 3998 times)

Offline multiweb

  • Newcomer
  • Posts: 25
    • Some of my Pics :)
SONY NEX-5 ARW files
« on: 2012 April 07 15:31:11 »
Just wondering if there is a way to load and save *.ARW files in PI. The program reads the files fine but will complain there is no module to save that type of file when batching or using a Process Container. The format explorer also doesn't show this file extension. Is this something we can add? Thanks.
Marc Aragnou.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: SONY NEX-5 ARW files
« Reply #1 on: 2012 April 07 16:07:29 »
Hi Marc,

DSLR and digital camera raw formats are read-only formats. You can only generate a camera raw image with the camera in question.

To save the images after transforming them with a batch process (e.g. ImageContainer), specify a writable file extension such as .fits or .tif for example.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline multiweb

  • Newcomer
  • Posts: 25
    • Some of my Pics :)
Re: SONY NEX-5 ARW files
« Reply #2 on: 2012 April 07 16:18:23 »
Hi Marc,

DSLR and digital camera raw formats are read-only formats. You can only generate a camera raw image with the camera in question.

To save the images after transforming them with a batch process (e.g. ImageContainer), specify a writable file extension such as .fits or .tif for example.
Hi Juan, thanks for the quick reply. I used an Image Container for a batch process by dropping it onto a Process Container that I previously saved with a list of steps (processes). The output failed because it tried to output *.ARW files (same as the input). I used the Output Template < &filename;_&datetime;&extension; > . Not too familiar with this. The &extension; translates to whatever the input is. How do you force file conversion during the batch. Is this an extra step/process that I should put in my other Process Container?
Marc Aragnou.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: SONY NEX-5 ARW files
« Reply #3 on: 2012 April 07 17:14:58 »
Hi Marc,

Write the following in the output template field of ImageContainer:

&filename;.fit

This will preserve file names but will force all file extensions to be '.fit'. PI will automatically select the FITS format to write the output files. Click the '?' button on ImageContainer for detailed information on output templates, including some examples.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline multiweb

  • Newcomer
  • Posts: 25
    • Some of my Pics :)
Re: SONY NEX-5 ARW files
« Reply #4 on: 2012 April 08 16:48:26 »
Hi Marc,

Write the following in the output template field of ImageContainer:

&filename;.fit

This will preserve file names but will force all file extensions to be '.fit'. PI will automatically select the FITS format to write the output files. Click the '?' button on ImageContainer for detailed information on output templates, including some examples.

Thanks Juan - worked a treat.
Marc Aragnou.