transientskp / tkp

A transients-discovery pipeline for astronomical image-based surveys
http://docs.transientskp.org/
BSD 2-Clause "Simplified" License
19 stars 15 forks source link

Image size limit #553

Closed ajstewart closed 6 years ago

ajstewart commented 6 years ago

Does anyone know what the limit is for the size of the images the TraP can take? Also what is the limiting factor? I have some large images (9450 x 9450) which are failing, and something along these lines rings a bell...

mkuiack commented 6 years ago

How is it failing? Can you post the output of the error log?

To my knowledge there isn't any hard limit on the size hardcoded in but it might be related to memory requirements.

tremou commented 6 years ago

Here it is (I have the same issue) trap.log

gijzelaerr commented 6 years ago

Since trap4, the images are stored in the database. You reached the limit of the storage size of your database. You can work around this by disabling the 'image store' or 'image cache', forgot the name. The disadvantage is that the images don't show anymore in banana. The advantage is that trap will run much faster also.

tremou commented 6 years ago

That works, yes. Thanks!

ajstewart commented 6 years ago

Ah ok thanks for that!

And thanks @tremou for providing the log.