leginon-org / leginon-redmine-archive

1 stars 0 forks source link

download particledata gives imageid in trunk, rather than filename as in 2.1 #1521

Closed leginonbot closed 6 months ago

leginonbot commented 6 months ago

Author Name: Anchi Cheng (@anchi2c) Original Redmine Issue: 1521, https://emg.nysbc.org/redmine/issues/1521 Original Date: 2012-01-13 Original Assignee: Amber Herold


Reported by David Veesler refs Issue #1264. The change in r15582 made it so.

Need to solve the slow download problem. It looks more like a query problem.

leginonbot commented 6 months ago

Original Redmine Comment Author Name: Anchi Cheng (@anchi2c) Original Date: 2012-01-13T20:47:22Z


r16250 solved the slowness problem. Using getImageFromId makes this php script much slower. Not sure why. We are back to filename now.

Anyone can test.

Testing:

Download a reasonable sized pardicledata such as

http://longboard.scripps.edu/betamyamiweb/processing/downloadparticledata.php?expId=9203&pSelectionId=6&preset=en

This should take a few seconds not tens.

leginonbot commented 6 months ago

Original Redmine Comment Author Name: Amber Herold (Amber Herold) Original Date: 2012-03-16T15:28:32Z


reviewed and tested