I’m trying to run a time series on a 190+ image block. The time series will read in all 190+ plus images but then never completes and shows the processed time series. I’ve let it run for over an hour and it never completes.
Hello,
190 is quite a huge number, if the images are quite big the memory consumption can hit the physical limit of the server.
I’d suggest to do the analysis in smaller bunches, the generated reports can be just “glued” together with a text editor or uploaded separately on the AAVSO website.
Unfortunately our server has not infinite resources ![]()
Ok, I’ll try that. I’ve also reduced the size of the physical file as well. I’ll post what happens.
Ok, keep me posted
bye
I got 20 to go through the process sucessful, 50 did not. I’m not sure the cut and paste will be that simple since I’m using these as input the Transform Generator.
you can also upload more than one files in the TA applier
It’s not TA applier. It’s the Transform Generator that is the issue. You cannot upload multiple files in that program. You have to add on columns manually to the CSV dataset. I have done that successfully, but it is a bit of a pain.
Hi,
the reports downloaded from the transform applier are just text files.
With an editor like notepad on windows or textedit on mac you shoudld be able to combine them quite easily with a bit of copy and paste.
Or if you are familiar with the command line cat {filename} >> union_file could be your tool