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.


Messages - Enginuic

Pages: [1]
1
General / INS offset questions
« on: October 10, 2022, 09:51:54 PM »
Hopefully a simple question.

When errors are reported after alignment, are these errors relative to the source positions alone? or are they relative to the source position with the INS offsets applied in the calibration dialog? I assume the latter makes the most sense but I just wanted to see it explicitly stated that this is the case or not. Thanks!

2
Python and Java API / Defining batch_id
« on: May 28, 2021, 07:26:29 PM »
When i create a batch using python and push it to a network server, is there a way that I can define what number that batch will have in the server? by default the numbers are incremental, but I notice I can define the number arbitrarily in a batch json file, so I thought maybe it could be done programmatically via the API.

My reason for this, is I am writing an app that is monitoring the output from the server console window and would like to be able to explicitly define which number applies to which batch from an external predefined list accessible to multiple applications rather than having to add the job, read back the ID, then synchronize it to the other apps.

I notice client.createBatch(<path>, <tasks>, <metadata>) has a third parameter of metadata which appears to be optional, is it possible to define a batch_id number here? if so how? Thanks!

Pages: [1]