SETIatHCRO / ATA-Utils

3 stars 7 forks source link

revise autotune to REST endpoint of new autotuner #27

Closed tkoumrian closed 1 year ago

tkoumrian commented 2 years ago

autotune() switched over to endpoint of new autotuner. Signature of required args is same as before so probably no changes needed by observer caller code, unless you want to process the returned list of ant tuning results. You may want to reformat the results as a dict with the antname as keys (instead of list) if you actually need to refer to the results and want easy lookup by ant.

wfarah commented 1 year ago

@tkoumrian do you mind expanding a bit on what the return value of the function would be because it's not stated in the documentation? I can merge for now as we don't technically need the output for testing.