diff --git a/.github/workflows/li191r_uncertainty_fdas.yml b/.github/workflows/li191r_uncertainty_fdas.yml new file mode 100644 index 0000000..b7e4c81 --- /dev/null +++ b/.github/workflows/li191r_uncertainty_fdas.yml @@ -0,0 +1,29 @@ +name: li191r-uncertainty-fdas +on: + push: + branches: + - 'master' + paths: + - 'uncertainty_fdas/fdas_calibration_uncertainty_general.json' + workflow_dispatch: {} # Allows trigger of workflow from web interface +jobs: + put-file: + runs-on: arc-neon-gke + #runs-on: ubuntu-latest + env: + PACHD_ADDRESS: grpcs://pachyderm-dev.transitions-nonprod.gcp.neoninternal.org:443 + PACH_TOKEN: ${{ secrets.RepoOwnerPachydermDev }} + REPO: li191r_uncertainty_fdas # Pachyderm repo + BRANCH: master + IN_PATH: 'uncertainty_fdas/fdas_calibration_uncertainty_general.json' # Single path to local file or directory. If directory, all files in directory will be place in pachyderm at OUT_PATH. + OUT_PATH: '/fdas_calibration_uncertainty_general.json' # Path to place the file(s) in Pachyderm. If IN_PATH is a file, specify to the file. If IN_PATH is a directory, specify to the directory. + steps: + - uses: actions/checkout@v4 + - run: ls -la + + - uses: actions/setup-python@v3 + with: + python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax + cache: 'pip' + - run: pip install -r .github/workflow_scripts/put_files/requirements.txt + - run: python3 -u .github/workflow_scripts/put_files/put_files.py diff --git a/uncertainty_fdas/fdas_calibration_uncertainty_general.json b/uncertainty_fdas/fdas_calibration_uncertainty_general.json new file mode 100755 index 0000000..c7c9bb5 --- /dev/null +++ b/uncertainty_fdas/fdas_calibration_uncertainty_general.json @@ -0,0 +1,72 @@ +[ + { + "Name":"U_CVALF3", + "Value":"139", + ".attrs":"unitless" + }, + { + "Name":"U_CVALF2", + "Value":"240", + ".attrs":"unitless" + }, + { + "Name":"U_CVALF1", + "Value":"139", + ".attrs":"unitless" + }, + { + "Name":"U_CVALR4", + "Value":"0.0067", + ".attrs":"ohm" + }, + { + "Name":"U_CVALR3", + "Value":"0.000195", + ".attrs":"ohm" + }, + { + "Name":"U_CVALR2", + "Value":"0.0000229", + ".attrs":"ohm" + }, + { + "Name":"U_CVALR1", + "Value":"0.000196", + ".attrs":"ohm" + }, + { + "Name":"U_CVALG3", + "Value":"596", + ".attrs":"unitless" + }, + { + "Name":"U_CVALG2", + "Value":"240", + ".attrs":"unitless" + }, + { + "Name":"U_CVALG1", + "Value":"675", + ".attrs":"unitless" + }, + { + "Name":"U_CVALV4", + "Value":"0.0000020", + ".attrs":"V" + }, + { + "Name":"U_CVALV3", + "Value":"0.000374", + ".attrs":"V" + }, + { + "Name":"U_CVALV2", + "Value":"0.0000996", + ".attrs":"V" + }, + { + "Name":"U_CVALV1", + "Value":"0.000387", + ".attrs":"V" + } +] \ No newline at end of file