예제 #1
0
def test_wcs_init():
    wcs = generate_wcs(REFERENCE)
    with pytest.raises(ValueError):
        FITSFigure(wcs, slices=[5])
예제 #2
0
def test_wcs_init():
    wcs = generate_wcs(REFERENCE)
    f = FITSFigure(wcs)
    f.show_grayscale()
    f.close()
예제 #3
0
def test_wcs_init():
    wcs = generate_wcs(REFERENCE)
    with pytest.raises(ValueError):
        FITSFigure(wcs, slices=[5])
예제 #4
0
def test_wcs_init():
    wcs = generate_wcs(REFERENCE)
    f = FITSFigure(wcs)
    f.show_grayscale()
    f.close()