Commit de0c560e authored by Zhang Xin's avatar Zhang Xin
Browse files

fig bug: use error sat pos

parent e5329211
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ def calulateSearchPointWeight(skymap=None, s_id=0, sat_grcs_car=np.array([0, 0,

    else:

        if obscure_constraint.IsInSunSide(sat=sun_ecl_car, sun=sun_ecl_car) == 1:
        if obscure_constraint.IsInSunSide(sat=sat_ecl_car, sun=sun_ecl_car) == 1:

            panel_is_ok = (int)(
                value_sun_angle_to_nomal >= thres_for_sun_angle)