Project

General

Profile

Actions

Feature #1519

open

allow download of particle coordinates from a particular stack

Added by Anchi Cheng over 12 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
01/13/2012
Due date:
% Done:

0%

Estimated time:

Description

Since stack, especially a substack does not contain the same particles as in the picking run, their coordinates are useful to have for those want to get off appion.

Here is the mysql script. You need to run this at the appiondb the intended project is in. 59 is the stackid (`DEF_id` field of ApStackData).

SELECT p.xcoord as x_coord, p.ycoord as y_coord, a.filename as image_name FROM `ApParticleData` p left join `ApStackParticleData` sp
on p.`DEF_id` = sp.`REF|ApParticleData|particle`
left join dbemdata.`AcquisitionImageData` a on a.`DEF_id`=p.`REF|leginondata|AcquisitionImageData|image`
WHERE sp.`REF|ApStackData|stack` = 59


Related issues 1 (1 open0 closed)

Related to Appion - Task #1266: Create download particle data file base on each stack creationAssignedLauren Fisher04/15/2011

Actions
Actions #1

Updated by Amber Herold about 12 years ago

  • Target version changed from Appion/Leginon 2.2.0 to Appion/Leginon Future Version
Actions #2

Updated by Amber Herold over 9 years ago

  • Status changed from Assigned to New
  • Assignee deleted (Amber Herold)
Actions

Also available in: Atom PDF