{5} Assigned, Active Tickets by Owner (Full Description) (11 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

mturk (11 matches)

Ticket Summary Component Milestone Type Created
Description
#239 Grid partitioning should only store bounding-box information extensions 2.0 enhancement 02/23/10

If we only store the slice information -- i.e., min/max indices along all three axes -- then we save on the memory utilized during a volume rendering. We can and should store the original pointers to the grid data, but we do not necessarily need to store the subsections.


#208 Fido should detect output from LCA1.5 fido 2.0 enhancement 04/03/09

Right now fido only picks up on new data from Mattzo, not LCA1.5 enzo. This should be fixed, as they do have file output signals.


#39 Follow PEP8 style conventions yt 2.0 defect 09/24/07

Naming conventions are all over the place. Fix these.

This will require a substantial change to the API; it won't be suitable for the 0.2 release. 0.3 is where this should go, and it will require changing most of the examples and wiki entries.


#153 Image analysis raven 2.0 enhancement 09/01/08

The FixedResolutionBuffer? already exists, as does a simple annuli-analyzer. This should be extended and verified to work with flux analysis.


#154 update splash screen reason 2.0 enhancement 09/01/08

the splash screen for reason is pretty ugly. it should be updated.


#210 Derived fields in profiles lagos 2.0 enhancement 04/14/09

Profiles, like data objects, should have derived fields. This should include InertialTensor?, AccretionTime?, and maybe some other stuff. These should be self-registering and should be accessible via add_fields.


#215 Move masks into C code lagos 2.0 enhancement 05/28/09

We should do our best to move the particle masking operations into the HDF5 C-code to prevent multiple read-n-discard operations.

It's not clear to me the best way to generate the masks without too much memory usage. But perhaps a handful of common operations could be handled. Specifically, spheres and regions could be moved inside C code.


#220 Ghost zone generation should know about in-memory datasets lagos 2.0 enhancement 06/04/09

Currently, ghost zone generation goes through the grid objects, which then grab it from neighboring grids. We should know better than to do this for In-Memory datasets, and instead just not slice off the neighboring cells.

Currently, ghost zone generation requiring grids on other processors will simply fail.


#151 Rethink fixed buffers and plotting raven 2.0 task 08/31/08

With the FixedResolutionBuffer? object, we now have an efficient intermediary between the plots and the 2D objects. This could work to our advantage -- as we already possess the _get_buff() method in all the plot types. We should rethink how the buffers are passed around; right now it's exclusively arrays, but by inserting this, we also get out the ability to spawn the appropriate profiler directly from an image object.


#205 Periodicity yt 2.0 task 03/25/09

YT should check more carefully for periodicity. It should not be applied universally.


#88 Line query in reason reason 2.0 enhancement 05/02/08

Draw a line, get the data, look at it in reason.

Might be better if I did a non-ortho ray projection first, which I could then just create and plot.


Note: See TracReports for help on using and creating reports.