Skip to content

Commit

Permalink
temporarily mark fields that are used in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Feb 2, 2024
1 parent 995fb71 commit b92182b
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions pynxtools/dataconverter/readers/xps/phi/spe_pro_phi.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,6 @@ def construct_data(self):
"sxi_binding_energy/@units",
"sxi_display_mode",
"sxi_filename",
"sxi_lens2_voltage",
"sxi_lens2_voltage/@units",
"sxi_lens3_voltage",
"sxi_lens3_voltage/@units",
"sxi_lens4_voltage",
"sxi_lens4_voltage/@units",
"sxi_lens5_voltage",
"sxi_lens5_voltage/@units",
"sxi_lens_bias_voltage",
"sxi_lens_bias_voltage/@units",
"sxi_pass_energy",
"sxi_pass_energy/@units",
"sxi_persistence",
"sxi_rotator",
"sxi_rotator/@units",
Expand All @@ -186,9 +174,21 @@ def construct_data(self):
],
"collectioncolumn": [
"narrow_acceptance_angle",
"sxi_lens2_voltage", #
"sxi_lens2_voltage/@units", #
"sxi_lens3_voltage", #
"sxi_lens3_voltage/@units", #
"sxi_lens4_voltage", #
"sxi_lens4_voltage/@units", #
"sxi_lens5_voltage", #
"sxi_lens5_voltage/@units", #
"sxi_lens_bias_voltage", #
"sxi_lens_bias_voltage/@units", #
],
"energydispersion": [
"energy_scan_mode",
"energy_scan_mode", #
"sxi_pass_energy", #
"sxi_pass_energy/@units", #
],
"detector": [
"channel_1_info",
Expand Down Expand Up @@ -229,22 +229,22 @@ def construct_data(self):
"detector_acquisition_time/@units",
"number_of_channels",
"refresh_persistence",
"survey_dwell_time",
"survey_dwell_time/@units",
"survey_dwell_time", #
"survey_dwell_time/@units", #
],
"manipulator": [
"stage_x",
"stage_x/@units",
"stage_y",
"stage_y/@units",
"stage_z",
"stage_z/@units",
"stage_azimuth",
"stage_azimuth/@units",
"stage_polar",
"stage_polar/@units",
"stage_current_rotation_speed",
"stage_current_rotation_speed/@units",
"stage_x", #
"stage_x/@units", #
"stage_y", #
"stage_y/@units", #
"stage_z", #
"stage_z/@units", #
"stage_azimuth", #
"stage_azimuth/@units", #
"stage_polar", #
"stage_polar/@units", #
"stage_current_rotation_speed", #
"stage_current_rotation_speed/@units", #
],
"defect_positioner": [
"defect_positioner_alignment",
Expand All @@ -270,26 +270,26 @@ def construct_data(self):
"c60_ion_gun",
],
"flood_gun": [
"auto_flood_gun",
"flood_gun_current",
"flood_gun_current/@units",
"flood_gun_energy",
"flood_gun_energy/@units",
"flood_gun_extractor",
"flood_gun_extractor/@units",
"flood_gun_filament_current",
"flood_gun_filament_current/@units",
"flood_gun_gain",
"flood_gun_mode",
"flood_gun_pulse_frequency",
"flood_gun_pulse_length",
"flood_gun_pulse_length/@units",
"flood_gun_ramp_rate",
"flood_gun_ramp_rate/@units",
"flood_gun_time_per_step",
"flood_gun_time_per_step/@units",
"flood_gun_x_steering",
"flood_gun_y_steering",
"auto_flood_gun", #
"flood_gun_current", #
"flood_gun_current/@units", #
"flood_gun_energy", #
"flood_gun_energy/@units", #
"flood_gun_extractor", #
"flood_gun_extractor/@units", #
"flood_gun_filament_current", #
"flood_gun_filament_current/@units", #
"flood_gun_gain", #
"flood_gun_mode", #
"flood_gun_pulse_frequency", #
"flood_gun_pulse_length", #
"flood_gun_pulse_length/@units", #
"flood_gun_ramp_rate", #
"flood_gun_ramp_rate/@units", #
"flood_gun_time_per_step", #
"flood_gun_time_per_step/@units", #
"flood_gun_x_steering", #
"flood_gun_y_steering", #
],
"gcib": [
"gcib_bend_voltage",
Expand Down Expand Up @@ -407,8 +407,8 @@ def construct_data(self):
"deconvolution_pass_energy",
"deconvolution_pass_energy/@units",
"energy_recalibration",
"energy_reference_energy",
"energy_reference_energy/@units",
"energy_reference_energy", #
"energy_reference_energy/@units", #
"energy_reference_peak",
"intensity_calibration_coefficients",
"intensity_recalibration",
Expand Down

0 comments on commit b92182b

Please sign in to comment.