Task #2861 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: FLIM script
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.2.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | dzmacdonald |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-09 (16) |
Description (last modified by jburel)
- Required fields are not specified.
- Error:
fretImage = fretPixels.getImage().getId().getValue(); AttributeError: 'NoneType' object has no attribute 'getImage'
Problem is that the Image ID is asked to the user
but the code is expected the pixels ID i.e.
noFretPixelsId = commandArgs['Image_ID_No_Fret'];
fretPixelsId = commandArgs['Image_ID_Fret'];
Change History (8)
comment:1 Changed 9 years ago by jburel
- Description modified (diff)
- Priority changed from minor to major
- Sprint set to 2010-09-09 (16)
- Summary changed from FLIM script to BUG: FLIM script
comment:2 Changed 9 years ago by jburel
- Cc dzmacdonald added
- Description modified (diff)
- Owner changed from dzmacdonald to jburel
- Status changed from new to assigned
comment:3 Changed 9 years ago by jburel
comment:4 Changed 9 years ago by jburel
comment:5 Changed 9 years ago by jburel
comment:6 Changed 9 years ago by jburel
comment:7 Changed 9 years ago by jburel
comment:8 Changed 9 years ago by jburel
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Deeper problem than previously anticipated.
Problem with scripts util, popos, etc