Skip to content

Commit

Permalink
Add z_bias_map schema, time interval piece-wise correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Aug 22, 2023
1 parent ebebb06 commit c4046dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions xedocs/schemas/corrections/z_bias.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
The 'z_bias_map' calculate the z correction due to non-uniform drift velocity based on
the observed r(r_obs) and z(z_obs).
Reference: xenon:xenonnt:terliuk:drift_field_z_bias_correction
"""

from .base_corrections import TimeIntervalCorrection

class ZBias(TimeIntervalCorrection):
_ALIAS = 'z_bias_map'

0 comments on commit c4046dc

Please sign in to comment.