Home
last modified time | relevance | path

Searched refs:gamma_high (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/applications/
H A Dplot_3d_image_processing.py247 gamma_high = exposure.adjust_gamma(data, gamma=gamma_high_val) variable
253 show_plane(c, gamma_high[32], title=f'Gamma = {gamma_high_val}')
257 plot_hist(f, gamma_high)
/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daargb.c294 double gamma_high; in AARGB_MAIN() local
1181 gamma_high = 1; in AARGB_MAIN()
1189 gamma_high = log(gamma_interval_high) / log(gamma_weight_high); in AARGB_MAIN()
1194 if (gamma_high < (1/gamma_max)){ gamma_high = (1/gamma_max); } in AARGB_MAIN()
1195 if (gamma_high > gamma_max){ gamma_high = gamma_max; } in AARGB_MAIN()
1284 else{ temp3 = pow((temp2 - 0.5) * 2, gamma_high) / 2 + 0.5; } in AARGB_MAIN()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/emplike/
H A Ddescriptive.py523 gamma_low=-10 ** 10, gamma_high=10 ** 10): argument
593 max(endog) + epsilon, gamma_high)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Doptc_routines.F4909 & gamma_high, gamma_low
5022 gamma_high = 1d20
5143 gamma_high = min(gamma,gamma_high)
5161 if (gamma_new.gt.gamma_high.or.
5163 gamma_new = 0.5*(gamma_high+gamma_low)
5167 write(6,*) ' gamma_high, gamma_low: ',gamma_high,gamma_low
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Doptc_routines.F4909 & gamma_high, gamma_low
5022 gamma_high = 1d20
5143 gamma_high = min(gamma,gamma_high)
5161 if (gamma_new.gt.gamma_high.or.
5163 gamma_new = 0.5*(gamma_high+gamma_low)
5167 write(6,*) ' gamma_high, gamma_low: ',gamma_high,gamma_low