desihub / desimeter

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

add --latest feature #179

Closed joesilber closed 3 years ago

joesilber commented 3 years ago

New feature for grabbing just the latest N rows for each positioner.

Example:

get_posmoves --host beyonce.lbl.gov --port 5432 --password <the_password> --petal-ids 0,1 -o ~/jhsilber/test --latest 1 --merge
julienguy commented 3 years ago

Successfully tested. thanks.