Commit 463164b5 authored by Chen Yili's avatar Chen Yili
Browse files

Update CpicImgSim/optics.py

parent df378c71
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -16,15 +16,7 @@ FILTERS = {
    "f940": S.FileBandpass(f"{cpism_refdata}/throughtput/f940_total.fits"),
    "f1265": S.FileBandpass(f"{cpism_refdata}/throughtput/f1265_total.fits"),
    "f1425": S.FileBandpass(f"{cpism_refdata}/throughtput/f1425_total.fits"),
    "f1542": S.FileBandpass(f"{cpism_refdata}/throughtput/f1542_total.fits"),
    "f860": S.FileBandpass(f"{cpism_refdata}/throughtput/f860.fits"),
    "f850": S.FileBandpass(f"{cpism_refdata}/throughtput/f850.fits"),
    "f725": S.FileBandpass(f"{cpism_refdata}/throughtput/f725.fits"),
    "f720": S.FileBandpass(f"{cpism_refdata}/throughtput/f725.fits"),
    "f520": S.FileBandpass(f"{cpism_refdata}/throughtput/f520.fits"),
    "f662": S.FileBandpass(f"{cpism_refdata}/throughtput/f662.fits"),
    "f729": S.FileBandpass(f"{cpism_refdata}/throughtput/f729.fits"),
    "f825": S.FileBandpass(f"{cpism_refdata}/throughtput/f825.fits"),
    "f1542": S.FileBandpass(f"{cpism_refdata}/throughtput/f1542_total.fits")
}