Skip to content

Commit 4673f7e

Browse files
committed
Resolved merge conflict.
1 parent 7ee385e commit 4673f7e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

rss_ringoccs/tools/CSV_tools.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""
2-
<<<<<<< HEAD
32
:Purpose:
43
Provide tools for reading in .TAB and .CSV files and converting
54
the data into a usable instance of the DLP class.
@@ -8,15 +7,6 @@
87
#. pandas
98
#. numpy
109
#. scipy
11-
=======
12-
:Purpose:
13-
Provide tools for reading in .TAB and .CSV files and converting
14-
the data into a usable instance of the DLP class.
15-
16-
:Dependencies:
17-
#. pandas
18-
#. numpy
19-
>>>>>>> v1.3
2010
"""
2111

2212
import numpy as np
@@ -617,7 +607,6 @@ def __init__(self, geo, cal, dlp, tau=None, verbose=True, use_deprecate=False):
617607
""" % (fname)
618608
)
619609

620-
<<<<<<< HEAD
621610
if (occ == 'ingress'):
622611
crange = (self.rho_dot_kms_vals < 0.0).nonzero()
623612
self.rho_dot_kms_vals = self.rho_dot_kms_vals[::-1]
@@ -705,12 +694,6 @@ def __init__(self, geo, cal, dlp, tau=None, verbose=True, use_deprecate=False):
705694
self.rho_dot_kms_vals = self.rho_dot_kms_vals[crange]
706695

707696
del crange, geo_dat, cal_dat, dlp_dat
708-
=======
709-
if verbose:
710-
print("\tInterpolating Data...")
711-
712-
del geo_dat, cal_dat, dlp_dat
713-
>>>>>>> v1.3
714697

715698
raw_mu = np.sin(np.abs(self.B_rad_vals))
716699
self.p_norm_vals = np.exp(-self.raw_tau_vals/raw_mu)

0 commit comments

Comments
 (0)