Imported Ticket
- Summary: slices should respect source=
- Component: lagos
- Milestone: 2.0
- Reporter: mturk
- Owner: mturk
- Resolution: fixed
- Status: closed
- Created: 1216251311000000
- Description: Just like projections.
Update to Ticket
- Author: mturk
- Changetime: 1230181910000000
- Field: status
- Oldvalue: new
- Newvalue: assigned
Update to Ticket
- Author: mturk
- Changetime: 1230181910000000
- Field: comment
- Oldvalue: 1
- Newvalue: This is slightly tricky, because we use a method of the hierarchy for obtaining the list of grids. However, I don't see any reason we need to keep doing that.
1. Change _get_list_of_grids in AMRSliceBase to do the calculation itself
1. Feed a source to the slice init method and have checks against that source.
1. Add a logical cut of the source mask versus the cells.
Update to Ticket
- Author: mturk
- Changetime: 1230225989000000
- Field: status
- Oldvalue: assigned
- Newvalue: closed
Update to Ticket
- Author: mturk
- Changetime: 1230225989000000
- Field: resolution
- Oldvalue:
- Newvalue: fixed
Update to Ticket
- Author: mturk
- Changetime: 1230225989000000
- Field: comment
- Oldvalue: 2
- Newvalue: Closed in r1040.
Update to Ticket
- Author: mturk
- Changetime: 1240327111000000
- Field: status
- Oldvalue: closed
- Newvalue: reopened
Update to Ticket
- Author: mturk
- Changetime: 1240327111000000
- Field: resolution
- Oldvalue: fixed
- Newvalue:
Update to Ticket
- Author: mturk
- Changetime: 1240327111000000
- Field: milestone
- Oldvalue: 1.5
- Newvalue: 2.0
Update to Ticket
- Author: mturk
- Changetime: 1240327111000000
- Field: comment
- Oldvalue: 3
- Newvalue: This was reverted, but we're bumping to 2.0, where all of the objects need to run in parallel.
Update to Ticket
- Author: mturk
- Changetime: 1283838192212302
- Field: status
- Oldvalue: reopened
- Newvalue: closed
Update to Ticket
- Author: mturk
- Changetime: 1283838192212302
- Field: resolution
- Oldvalue:
- Newvalue: fixed
Update to Ticket
- Author: mturk
- Changetime: 1283838192212302
- Field: comment
- Oldvalue: 4
- Newvalue: Slices do not respect source= . However, they have been written to operate in parallel. I am closing this.