Loading survey_sim/strategies/SurveySim_MSC_mpi.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
survey_sim/strategies/SurveySim_MSC_mpi.py +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading