NMGRL / pychron

Data acquisition and processing framework for Ar-Ar geochronology and noble gas mass spectrometry
http://pychron.readthedocs.org/en/latest/
Apache License 2.0
26 stars 26 forks source link

CurrentTbl #1796

Open jirhiker opened 5 years ago

jirhiker commented 5 years ago

add a CurrentTbl to store a snapshot of an analysis' processed values

CurrentTbl id parameter_id value error

ParameterTbl id name unit

Table needs update in 3 cases

  1. data collected and persisted
  2. data reduction is performed. (update the database when dvc_dump). This is straightforward when reducing analyses.
  3. when calculating flux. when flux updated, need to recalculate age for all analyses and update CurrentTbl
jirhiker commented 5 years ago

this idea is good in theory. but working offline is a major impediment

jirhiker commented 5 years ago

add a utility that scans the database and tries to update the CurrentTbl with all valid analyses