Пример #1
0
        public AtmosphereParameters(AtmosphereParameters from)
        {
            this.MIE_G = from.MIE_G;

            this.HR = from.HR;
            this.HM = from.HM;

            this.AVERAGE_GROUND_REFLECTANCE = from.AVERAGE_GROUND_REFLECTANCE;

            this.BETA_R    = from.BETA_R;
            this.BETA_MSca = from.BETA_MSca;
            this.BETA_MEx  = from.BETA_MEx;

            this.Rg = from.Rg;
            this.Rt = from.Rt;
            this.Rl = from.Rl;

            this.bRg = from.bRg;
            this.bRt = from.bRt;
            this.bRl = from.bRl;

            this.SCALE = from.SCALE;
        }