Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 8 of Ticket #2316


Ignore:
Timestamp:
05/14/10 09:14:50 (14 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2316

    • Property Owner changed from wmoore to jburel
    • Property Sprint changed from 2010-04-30 (8) to 2010-05-13 (9)
  • Ticket #2316 – Description

    v3 v8  
    1 Follow the list of scripts creating problem when retrieving the parameters[[BR]] 
     1These are the current bugs I am getting, trying to run the scripts from the existing UI.  
    22 
    3 ---- 
     3== Split_View_Figure.py == 
    44 
    5 '''movieFigure'''[[BR]] 
    6  
    7 {{{ 
    8  
    9 omero.ValidationException 
    10     serverStackTrace = "" 
    11     serverExceptionClass = "" 
    12     message = "Can't find params for 6. Stderr is in file 107 
    13                 
    14                ---stderr--- 
    15                Traceback (most recent call last): 
    16                  File "./script", line 554, in <module> 
    17                    runAsScript() 
    18                  File "./script", line 526, in runAsScript 
    19                    makeParam(scripts.List,"imageIds", "List of image IDs. Resulting figure will be attached to first image.", False), 
    20                  File "./script", line 515, in makeParam 
    21                    if description: param._param.description = description 
    22                AttributeError: 'List' object has no attribute '_param' 
    23                " 
    24 }}} 
    25  
    26 ---- 
    27 '''roiFigure''' 
    28 {{{ 
    29  
    30     message = "Can't find params for 7. Stderr is in file 108 
    31                 
    32                ---stderr--- 
    33                Traceback (most recent call last): 
    34                  File "./script", line 782, in <module> 
    35                    runAsScript() 
    36                  File "./script", line 748, in runAsScript 
    37                    makeParam(scripts.List,"imageIds", "List of image IDs. Resulting figure will be attached to first image.", False), 
    38                  File "./script", line 736, in makeParam 
    39                    if description: param._param.description = description 
    40                AttributeError: 'List' object has no attribute '_param' 
    41                " 
    42  
    43 }}} 
    44  
    45 ---- 
    46 '''roiMovieFigure''' 
    475{{{ 
    486omero.ValidationException 
    497    serverStackTrace = "" 
    508    serverExceptionClass = "" 
    51     message = "Can't find params for 8. No stderr" 
     9    message = "Invalid parameters: 
     10               OUT OF BOUNDS for "Z_End": -1 is below min 0 
     11               OUT OF BOUNDS for "Z_Start": -1 is below min 0 
     12               " 
     13        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
     14        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
     15        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
     16 
    5217}}} 
    5318 
    54 ---- 
    55 '''splitViewFigure''' 
    56 {{{ 
    57 omero.ValidationException 
    58     serverStackTrace = "" 
    59     serverExceptionClass = "" 
    60     message = "Can't find params for 9. Stderr is in file 110 
    61                 
    62                ---stderr--- 
    63                Traceback (most recent call last): 
    64                  File "./script", line 711, in <module> 
    65                    runAsScript() 
    66                  File "./script", line 676, in runAsScript 
    67                    makeParam(scripts.List,"imageIds", "List of image IDs. Resulting figure will be attached to first image.", False), 
    68                  File "./script", line 666, in makeParam 
    69                    if description: param._param.description = description 
    70                AttributeError: 'List' object has no attribute '_param' 
    71                " 
    72 }}} 
     19== ROI_Figure.py == 
     20This doesn't work but I can't see any error message either. Might be something to do with the fact that Overlay_Colour etc are now Int parameters, whereas they used to be Long. This would apply to all numbers in all the scripts, except IDs which are still Longs.  
     21 
     22== Movie_Figure.py == 
     23I get the same error as Split_View_Figure.py.  
     24 
     25== Thumbnail_Figure.py == 
     26Works OK!! ;) 
     27 

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.13915 sec.)

We're Hiring!