Notes

Meeting with Verena

  • Meeting with Diogo for FGC real-time channel
    • This will be useful for knowing if we trimmed or 3rd party
    • OR we could decouple BHYS from B, so changes on B do not change BHYS
  • Fixing DYNECO resetting reference now
  • Data pipeline for quads is there, rather simple
    • Need to define precycle cycle and how to track that
  • MaLAPA contribution & IPAC, JAPW
    • Slides finished for MSC meeting, prepare discussion on future measurements

Tasks

Tasks due today

TASK 
FROM ""
WHERE due AND due = date(this.file.name) OR (due < date(this.file.name) AND !completed)
GROUP BY priority
SORT choice(priority="highest", "1",
choice(priority="high", "2",
choice(priority="medium", "3",
choice(priority="low", "4",
choice(priority="lowest", "5", "6"
))))) ASC

Tasks that can be started

TASK
WHERE start AND start <= date(this.file.name) AND !completed