Task #872 (closed)
Opened 12 years ago
Closed 11 years ago
Model Updates
| Reported by: | cxallan | Owned by: | jamoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | 3.0-Beta3 |
| Component: | Model | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore, jburel, ajpatterson |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
The model needs to have various bugs fixed and constraints adjusted, they should be enumerated in this ticket.
Change History (4)
comment:1 follow-up: ↓ 2 Changed 12 years ago by cxallan
- Cc jmoore jburel ajpatterson added
- Owner changed from jmoore to callan
- Status changed from new to assigned
comment:2 in reply to: ↑ 1 Changed 11 years ago by cxallan
Replying to callan:
Experiment type spelling mistake:
ome.model.enums.ExperimentType <entry name="Photablation"/>As we will not likely be moving to the OME2007 schema adjustments requiring the new Plane, PlaneTiming and StagePosition types and will be staying with PlaneInfo we do need to allow timestamp to be null:
ome.model.core.PlaneInfo <required name="timestamp" type="float"/> becomes... <optional name="timestamp" type="float"/>Pockel cell settings are integers:
ome.model.core.LogicalChannel <optional name="pockelCellSetting" type="string"/> becomes... <optional name="pockelCellSetting" type="int"/>
Fixed in r2189.
comment:3 Changed 11 years ago by cxallan
- Owner changed from callan to jmoore
- Status changed from assigned to new
God that looks nasty, remind me not to do that again. Re-assigning to Josh for database upgrade script updates.
comment:4 Changed 11 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
r2193 closes. No way to convert pockelcellsetting with reliability so currently dropping and re-adding. Please re-open if not appropriate.
Experiment type spelling mistake:
As we will not likely be moving to the OME2007 schema adjustments requiring the new Plane, PlaneTiming and StagePosition types and will be staying with PlaneInfo we do need to allow timestamp to be null:
Pockel cell settings are integers: