Dear User,

you receive this message because at 2021-08-19 17:25:52 ( 0.0 seconds ago ) you submitted a request
for a numerical from the service provided by University of Geneva
available at the URL PRODUCTS_URL.

Once products will be ready, you will receive a new email.

You can inspect the status of your job using the following url.
Note that this url is NOT permanent, and will be valid until 2021-11-25 13:19:58.
Such link is intended for the recipient of this email, please do NOT share it, since this might contain sensitive information.

You can also retrieve the result by repeating the request (either with frontend or with the python API query at the end of this message.).

In case you have questions or issues you can contact us at this email or reply to the current message.

Kind regards,

The ODA team.


Python API code:

from oda_api.api import DispatcherAPI

disp = DispatcherAPI(url="PRODUCTS_URL/dispatch-data", instrument="mock")

par_dict = {
"DEC": -29.74516667,
"RA": 265.97845833,
"T1": "2017-03-06T13:26:48.000",
"T2": "2017-03-06T15:32:27.000",
"T_format": "isot",
"instrument": "empty-async",
"p": 10.0,
"product": "numerical",
"product_type": "Real",
"src_name": "1E 1740.7-2942",
"string_like_name": (
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101"
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101"
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101"
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101"
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101"
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101"
"01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010"
"1010101010101010101010101010101010101010101"
),
"token": (
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtdG1AbXRtY28ubmV0IiwibmFtZSI6Im1tZWhhcmdh"
"Iiwicm9sZXMiOiJnZW5lcmFsIiwiZXhwIjoxNjI5MzkxNjY1LCJ0ZW0iOjAsIm1zdG91dCI6dHJ1ZSwibXNzdWIiO"
"nRydWUsImludHN1YiI6NX0.GS7hvnJCPa3i1e1g9JwLsZ-ol-4frLhfvJC0WRBxqH4"
),
}

data_collection = disp.get_product(**par_dict)


Note that this code contains your private token. Be careful how you share it!
This token is short-lived, and will expire in 81.9 minutes.
To learn how to get a new token, please refer to these instructions.