Changes between Version 1 and Version 2 of 2015-2-5
- Timestamp:
- Feb 5, 2015, 3:01:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2015-2-5
v1 v2 1 1 = Attendees = 2 2 3 TomF, TomG, Greg, Sam, Elaine, Conrad, Scooter, Eric3 TomF, TomG, Greg, Elaine, Conrad, Eric 4 4 5 5 = Agenda = … … 11 11 = March 2 goals = 12 12 * '''Full atomspecs [Conrad]''' 13 - Need to add blob masking, intersection and union [Eric] 14 - Extended cli API to accommodate better error reporting by atomspec parser. [Greg] 13 15 * '''Colors in cli [Greg]''' 16 - Use CSS4 color names. 17 - Use 'grako' (same as atomspec) for parsing !ColorArg. 14 18 * '''Volume series tool. HTML vs wx GUI? [TomG]''' 19 - 'vseries' command is implemented and can open and display map series. GUI on the way. 15 20 * '''Performance with large molecule (opening, rotating).''' 16 21 * '''Memory footprint [Eric]''' 22 * Save space by using different C++ data types 23 * Converting 'std::string' members to custom class with fixed length array - expect 5-10% savings 24 * Converting 'std::unordered_map' to plain 'std::map' - 10% savings. 17 25 * '''Graphics performance [TomG]''' 26 * No longer display bonds in sphere mode. Saves both space and time. 27 * Faster computation for center of rotation and bounding box. 28 * Will investigate why radii blob is so slow. Possibly switch to element-based radii for now. [Eric] 18 29 * '''Level of detail [TomG]''' 30 * Fewer triangles for spheres for large structures. 19 31 * Reading mmcif file [postpone assignment until analysis of the other performance issues] 20 32 * '''Web services. [Conrad]''' 33 * Threaded task manager implemented. nogui is now threaded. 21 34 * BLAST PDB 22 35 * '''Better logging. Reply log and status line. [Eric]''' … … 31 44 * Command documentation. [Elaine] 32 45 * "help" command. [Greg] 46 * Implemented. 33 47 * Model panel. [Eric] 34 48 * GUI for existing lighting and effects functionality. [TomG] … … 43 57 44 58 = Next Meeting = 59 * Next meeting is on Thursday. No meeting Monday. 45 60 * Update on progress of bolded items 46 61