bradmartin333 / XferSuite

A toolbox for MTP
https://tinyurl.com/DownloadXferSuite
0 stars 1 forks source link

Large file options #237

Closed riversn closed 2 years ago

riversn commented 2 years ago

Provide link to download more RAM.

Would be nice for a quick workaround if we could have an option in grid maker or seyr itself if it notices the run will be big, break the A grids and save them as separate Seryups. That way we could open them one by one ourselves instead of totally being unable to open the huge syrup file.

As an aside to that, could we then when we go to import into xfersuite, in the open seryup file, highlight multiple seryups to join them?

bradmartin333 commented 2 years ago

Hm, yeah. I will definitely look into optimizations - but in the mean time

The joining of the files is possible as well. A couple hours to make it work.

Any word on a process engineering VM with lots of ram? That's really the best and easiest way.

On Tue, Jul 12, 2022, 1:36 PM riversn @.***> wrote:

Provide link to download more RAM.

Would be nice for a quick workaround if we could have an option in grid maker or seyr itself if it notices the run will be big, break the A grids and save them as separate Seryups. That way we could open them one by one ourselves instead of totally being unable to open the huge syrup file.

As an aside to that, could we then when we go to import into xfersuite, in the open seryup file, highlight multiple seryups to join them?

— Reply to this email directly, view it on GitHub https://github.com/bradmartin333/XferSuite/issues/237, or unsubscribe https://github.com/notifications/unsubscribe-auth/AETQP3YL374ORRRWWCA54WDVTWUJPANCNFSM53L2BO7Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bradmartin333 commented 2 years ago

image image

when the SEYRUP file is bigger than the settings param (which is in MB), it will prompt about splitting the file

riversn commented 2 years ago

settings param (which is in MB) Label (MB) in settings title name pls.

riversn commented 2 years ago

Splitting worked, it made 1,2 ; 2,1 ; and 2,2 files, but it did not make a split 1,1 file.

Also, would be nice if it put the split files in a new folder instead of just adding to the same location.

Also, when the split files are plotted, the RC/RR labels along the axis don't keep the original RC/RR labels. (they become 1,1)

riversn commented 2 years ago

Make the split limit 100mb as default too

bradmartin333 commented 2 years ago

Also, when the split files are plotted, the RC/RR labels along the axis don't keep the original RC/RR labels. (they become 1,1)

Currently the exported files read name_(X,Y) not name_(RR,RC)- do you want me to swap to that?

riversn commented 2 years ago

That's fine for the file name of the newly made syrups, but I'm talking about the row/col of the actual plots.

image

riversn commented 2 years ago

Actually, it looks like the RR axis is correct and gets '2' but maybe there's only an issue with the RC axis

bradmartin333 commented 2 years ago

looks like the RR axis is correct and gets '2' but maybe there's only an issue with the RC axis

yeah - fixed that - one liner bug (same with the missing (1,1))

Also, would be nice if it put the split files in a new folder instead of just adding to the same location.

the exported SEYRUP files will be in an auto-generated folder with this naming convention: 15Jul2022-09-59-16

bradmartin333 commented 2 years ago

Make the split limit 100mb as default too

changed the default to this - but the value in the settings panel should be saved for individual installations