gminic_from_vminic#

pygaia.photometry.transformations.gminic_from_vminic(vminic)#

Transformation from Johnson-Cousins \(V-I_\mathrm{c}\) to \(G-I_\mathrm{c}\).

Calculate \(G-I_\mathrm{c}\) from the input values of \(V-I_\mathrm{c}\)

Parameters:

vminic (ndarray, float) – Value(s) of \(V-I_\mathrm{c}\) for which to calculate the \(G-I_\mathrm{c}\) values.

Returns:

gminic – The value(s) of \(G-I_\mathrm{c}\).

Return type:

ndarray, float