Skip to content
Snippets Groups Projects
Commit 9fba9a9e authored by istasm's avatar istasm
Browse files

ubstracting crustal bias

parent 991a39a9
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,8 @@ class ObsData:
dec_times.append(year + month / 12)
Bs, SVs = cdf_file.varget('B_CF'), cdf_file.varget('B_SV')
if GO:
Bs -= cdf_file.varget('bias_crust')
for i, (B, SV, r, th, ph, time) in enumerate(zip(Bs, SVs, radii, thetas, phis, dec_times)):
if self.obsGroups[obsGroupName].display_r is None and not GO:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment