Actions
Feature #2729
closedcreate a STAR format file reader/writer
Status:
Closed
Priority:
Normal
Assignee:
Category:
Python scripting
Target version:
Start date:
04/21/2014
Due date:
% Done:
0%
Estimated time:
Description
This is needed for the Relion refine upload step.
starFile.py is heavily commented, so read that for details.
Basically, this is an object oriented set of classes that can be used to read an existing star file. Star files each have at least one data block which can have labels with or without values and a loop section with labels of it's own and value set entries that relate to the labels. These labels and loops can be extracted as dictionaries.
This file can also be used for writing new star files.
Actions