def test_niriss_soss_fullframe_f277w():
    m = ss.SossSim(offline=True)
    m.paramfile = os.path.join(
        os.path.dirname(__file__),
        'test_data/NIRISS/niriss_soss_fullframe_f277w.yaml')
    m.create()
def test_niriss_soss_substrip96_clear():
    m = ss.SossSim(offline=True)
    m.paramfile = os.path.join(
        os.path.dirname(__file__),
        'test_data/NIRISS/niriss_soss_substrip96_clear.yaml')
    m.create()