Page 1 of 1

Movie creation (4.1.0)

PostPosted: Mon Nov 23, 2009 7:20 pm
by jmwallach
Greetings,

I have a demo install of 4.1 working and am trying to create movies from sample images. The only 5d dataset I have at the moment is from the imeris provided samples exported as ome-xml. I can create movies from .dv files that we have created with time or z dimensions only.

When I select "show labels" for movie creation I am not able to create a movie. I tried to find the source of the error from the logs. I see this exception:
2009-11-23 11:12:02,757 ERROR [ ome.services.JobNotification] (l.Server-1) Could not trigger process-jobs-run
org.quartz.JobPersistenceException: The job (DEFAULT.process-jobs-run) referenced by the trigger does not exist.
am not familiar enough with the way job queuing works to make any reasonable inferences.

I also tried to add debugging output to the mencoder run by adding "-msglevel all=6" to the program args in makemovie.py but that doesn't seem to do anything because the output in tmp seems to get removed as part of the cleanup process.

I mainly want labels to get a better feel for the Z section in any given frame of a movie so if there is a better way to get that, please let me know.

Thanks,
jmw

Re: Movie creation (4.1.0)

PostPosted: Tue Nov 24, 2009 10:14 am
by dzmacdonald
Hi,

Thank you for the response, there is a bug when showtime is selected and the image has no plane timing infomation,

see ticket : http://trac.openmicroscopy.org.uk/omero/ticket/1687

This will be fixed shortly,

Regards

Donald.

Re: Movie creation (4.1.0)

PostPosted: Wed Nov 25, 2009 5:35 pm
by jmwallach
Hi Donald,

I put the new version from svn in and movie creation works now, thanks.

jmw