desihub / desimeter

DESI coordinates and transformations
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Accepted targets #149

Closed joesilber closed 3 years ago

joesilber commented 3 years ago

Code now distinguishes "ACCEPTED" targets from "REQUESTED". They are a subset of REQUESTED, but eliminating those moves for which targets were rejected, generally because we had to "freeze" the robot prior to reaching the target position, as a final measure to prevent collision.

Example call:

get_posmoves --host beyonce.lbl.gov --port 5432 --password <password> --exposure-ids 3363 -o <mydirectory> -c -t
analyze_pos_performance -i <mydirectory>/* -o <anotherdirectory>

Note that I had to make a small adjustment to get_posmoves in this same branch (changing the comma separator replacement character). So to test, you need to run the version in this branch.