Commit 50f8dc5d authored by Liu Dezi's avatar Liu Dezi
Browse files

Replace test_field_distortion.py

parent f38cb239
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ def field_distortion_model(
            # if iccd!=1: continue
            iccdKey = "ccd" + str("0%d" % (iccd))[-2:]
            # open the ditortion data
            ipsfDatn = cat_dir + "ccd%d_%s.dat" % (iccd, iwaveKey)
            ipsfDatn = os.path.join(cat_dir, "ccd%d_%s.dat" % (iccd, iwaveKey))
            ipsfDat = Table.read(ipsfDatn, format="ascii")

            ixwList, iywList = [], []