desihub / desimeter

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

Get enabled history #157

Closed joesilber closed 3 years ago

joesilber commented 3 years ago

Two new options

  1. Filter output to only cases where a value changes for CTRL_ENABLED, DEVICE_CLASSIFIED_NONFUNCTIONAL, or FIBER_INTACT
  2. Can now output all data as one combined table.

Why

Combining this with:

...we will now (at last!) have proper tracking and clean retrieval of enabled/disabled history (plus reasons why!) for every single positioner.

Minor improvement

Example call

get_posmoves --host beyonce.lbl.gov --port 5432 --password reader --petal-ids 0,1 -o ~/jhsilber/posmovedata/test -m -e -c
julienguy commented 3 years ago

thanks.