Ejemplo n.º 1
0
def test_read_hdlls_dr1():  # This might actually be local now..
    hdlls = LLSSurvey.load_HDLLS()
    assert hdlls.nsys == 157

    CII_clms = hdlls.ions((6, 2))
    gdCII = np.where(CII_clms['flag_N'] > 0)[0]
    assert len(gdCII) == 103
Ejemplo n.º 2
0
def test_read_hdlls_dr1():   # This might actually be local now..
    hdlls = LLSSurvey.load_HDLLS()
    assert hdlls.nsys == 157

    CII_clms = hdlls.ions((6,2))
    gdCII = np.where(CII_clms['flag_N']>0)[0]
    assert len(gdCII) == 103
Ejemplo n.º 3
0
def test_read_hdlls_dr1():
    hdlls = LLSSurvey.load_HDLLS()
    assert hdlls.nsys == 157

    CII_clms = hdlls.ions((6,2))
    gdCII = np.where(CII_clms['flag_N']>0)[0]
    assert len(gdCII) == 103
Ejemplo n.º 4
0
def test_read_hdlls_dr1_simple():
    hdlls = LLSSurvey.load_HDLLS(load_sys=False)
    assert hdlls.nsys == 157
Ejemplo n.º 5
0
def test_read_hdlls_dr1_simple():
    hdlls = LLSSurvey.load_HDLLS(load_sys=False)
    assert hdlls.nsys == 157