Author Topic: How to Pre Process Faster?  (Read 3111 times)

Offline timtrice

  • Newcomer
  • Posts: 45
How to Pre Process Faster?
« on: 2013 November 16 05:08:49 »
I have close to 1,000 images I will need to pre process this afternoon. These are my lights and all calibrations and sadly are necessary for my camera and location to get the best I can get. They are in four ISO groups ranging from 400 to 1250.

I'm planning on processing these by ISO one group at a time. But even with maybe 250 per group, my computer is just slow despite 2.7ghz processor and 4GB ram (if i recall correctly).

Is there anything I can do to speed this up as it will take hours. A few nights ago I did the same with over 500 images and PI kept giving errors forcing me to restart. Eventually I got through it but the final image turned out like crap. I have to start over but haven't yet.

So I'd prefer to save as much time as possible. The images I'm processing today are of Ison and to extract the comet and then the star field obviously will be a task in and of itself.

Any suggestions to get more performance would be significantly appreciated!

Thanks

Offline Phil Leigh

  • PixInsight Addict
  • ***
  • Posts: 220
Re: How to Pre Process Faster?
« Reply #1 on: 2013 November 16 05:18:35 »
What format are the files in? - if not FIT, batch convert them to FIT first.

Offline timtrice

  • Newcomer
  • Posts: 45
Re: How to Pre Process Faster?
« Reply #2 on: 2013 November 16 05:21:57 »
They're RAW and will do so but that's one of the longest parts. Right now I'm still getting dark and bias, flats later but I'm hitting road now and can't do that till this afternoon

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: How to Pre Process Faster?
« Reply #3 on: 2013 November 16 05:38:52 »
Preprocessing FITS is much faster than .CR2. So convert them to FITS before doing pre-processing.
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2172
  • Join the dark side... we have cookies
    • http://www.astrophoto.cl
Re: How to Pre Process Faster?
« Reply #4 on: 2013 November 16 05:41:13 »
Try Phil's suggestion. Since FITS allows proggresive reading, it will stress the RAM memory a lot less, and things will go faster.
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

Offline timtrice

  • Newcomer
  • Posts: 45
Re: How to Pre Process Faster?
« Reply #5 on: 2013 November 16 05:43:03 »
I thought the conversion was one of the first things the batch script did?

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: How to Pre Process Faster?
« Reply #6 on: 2013 November 16 09:02:44 »
the conversion to fits happens as part of the ImageCalibration process - IC reads the CR2s, calibrates them and writes them out as fits.

rob