Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - naren951

Pages: [1]
1
Python and Java API / Progress details and log files
« on: September 09, 2021, 03:38:01 PM »
Is there any other details that we can get from the progress callback other than the percentage for a stage like for example logs for that particular stage because I don't find ConsolePane to be very useful as it returns a snapshot of the console and doesn't give me details for that particular stage. Also is it possible to have a progress for the whole workflow instead of individual stages?

2
Python and Java API / Chunk Workflow Status
« on: August 17, 2021, 05:29:10 PM »
Is there a way to know what are all the operations that have been performed on the Chunk using the Python API?

For Example: Let's say we perform chunk.matchPhotos() and Chunk.alignPhotos(), is there a way to know these 2 operations were performed.

3
Feature Requests / Export report to machine-readable format
« on: July 20, 2021, 06:56:33 PM »
It would be very helpful to be able to generate a report in a machine-readable format such as CSV, JSON, XML or YAML in the UI as well as the Python and Java API

Pages: [1]