Opened 7 years ago
Last modified 5 years ago
#1406 assigned enhancement
Mark supported volume data APIs
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Volume Data | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Mark the essential volume APIs as supported, such as opening a volume, reading matrix values, determining grid spacing.
Most of the volume APIs were taken directly from Chimera 1 and better interfaces should be considered. The goal of this ticket is just to get some essential APIs that will allow users to do very basic Python operations on volume data.
Change History (5)
comment:1 by , 7 years ago
Milestone: | 0.8 → 0.9 |
---|
comment:2 by , 6 years ago
Milestone: | 0.9 → 0.91 |
---|
comment:3 by , 6 years ago
Milestone: | 0.91 → 1.0 |
---|
comment:4 by , 5 years ago
Milestone: | 1.0 → 1.1 |
---|
comment:5 by , 5 years ago
Milestone: | 1.1 |
---|
Note:
See TracTickets
for help on using tickets.
Improved doc strings on Volume class, GridData, open/save, and other basic volume APIs.
Added a volume overview description and index to programmer docs.
Next it would be good to add API docs for fitting, contour surface routines, measurement (area, volume), and segmentation.