Author Topic: Impossible to integrate images: noncontinuable system exception  (Read 857 times)

Offline buras

  • Newcomer
  • Posts: 2
Hi,
I'm trying to integrate 298 OSC images (after calibration each of them is 144mb) and keep getting this meaningless error. I tried changing buffer size and stack size, but that didn't help at all. What do I have to do to make this work?
Here is how it looks like: https://api.arturas.space/Images/image(457).png
What other information I can include or where to look for it, so this issue can be resolved?

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Impossible to integrate images: noncontinuable system exception
« Reply #1 on: 2019 February 23 01:29:54 »
This is most likely an out of memory problem (along with poor memory management on Windows). Large-scale pixel rejection requires a lot of memory to store internal working data. Linear fit clipping is also memory-hungry. Can you tell us something about your machine? Amount of RAM? CPU model? Operating system version? Other applications running?
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline buras

  • Newcomer
  • Posts: 2
Re: Impossible to integrate images: noncontinuable system exception
« Reply #2 on: 2019 February 23 02:04:30 »
Thanks for quick reply! :)
i5-4670K,  16GB RAM, Windows 10, basically nothing else running, because I had a hunch it might be memory related, but I still get that errorr
I will try not using Large-scale pixel rejection and see what happens :)