Skip to content

Commit

Permalink
Fix calibration time (#13)
Browse files Browse the repository at this point in the history
* Fix calibration time.

* Remove Current Gain from map.
  • Loading branch information
RubelMozumder authored Dec 13, 2024
1 parent cdc2e22 commit 9f6c7ae
Show file tree
Hide file tree
Showing 12 changed files with 2,463 additions and 2,497 deletions.
4 changes: 2 additions & 2 deletions src/pynxtools_spm/configs/nanonis_dat_generic_sts.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"@units": "/Current/Current/unit"
},
"current_calibration": {
"calibration_time": "",
"calibration_interval": "",
"coefficients": {
"raw_path": "/Current/Calibration/value",
"@units": "/Current/Calibration/unit"
Expand All @@ -373,7 +373,7 @@
"AMPLIFIER[amplifier]": { "current_gain": "" },
"current": { "@units": "" },
"current_calibration": {
"calibration_time": { "@units": "" },
"calibration_interval": { "@units": "" },
"coefficients": { "@units": "" }
},
"current_offset": { "@units": "" }
Expand Down
4 changes: 2 additions & 2 deletions src/pynxtools_spm/configs/nanonis_sxm_generic_afm.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"AMPLIFIER[amplifier]": { "current_gain": null },
"current": { "@units": null },
"current_calibration": {
"calibration_time": { "@units": null },
"calibration_interval": { "@units": null },
"coefficients": { "@units": null }
},
"current_offset": { "@units": null }
Expand Down Expand Up @@ -492,7 +492,7 @@
"raw_path": "/Bias/Calibration",
"@units": "/Bias/Calibration/@unit"
},
"calibration_time": ""
"calibration_interval": ""
}
}
},
Expand Down
8 changes: 1 addition & 7 deletions src/pynxtools_spm/configs/nanonis_sxm_generic_stm.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
"@units": ""
}
},
"SENSOR[sensor]": {
"calibration_time": "",
"run_control": "",
"value": "",
"value_timestamp": ""
},
"independent_controllers": "",
"measurement_sensors": "",
"cryo_shield_temp_sensor": {
Expand Down Expand Up @@ -122,7 +116,7 @@
"calibration_time": ""
},
"AMPLIFIER[amplifier]": {
"current_gain": { "raw_path": "/Current/Gain" }
"current_gain": { "raw_path": "" }
}
},
"LOCKIN[lockin]": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"AMPLIFIER[amplifier]": { "current_gain": null },
"current": { "@units": null },
"current_calibration": {
"calibration_time": { "@units": null },
"calibration_interval": { "@units": null },
"coefficients": { "@units": null }
},
"current_offset": { "@units": null }
Expand Down Expand Up @@ -492,7 +492,7 @@
"raw_path": "/Bias/Calibration",
"@units": "/Bias/Calibration/@unit"
},
"calibration_time": ""
"calibration_interval": ""
}
}
},
Expand Down
Loading

0 comments on commit 9f6c7ae

Please sign in to comment.