| 71 | | || grMeanColorErr||mag||REAL||-999|| Estimated error in g-r color from gMean & rMean|| cps file || gMeanMagErr - rMeanMagErr || |
| 72 | | || riMeanColorErr||mag||REAL||-999|| Estimated error in r-i color from rMean & iMean|| cps file || rMeanMagErr - iMeanMagErr|| |
| 73 | | || izMeanColorErr||mag||REAL||-999|| Estimated error in i-z color from iMean & zMean||cps file || iMeanMagErr - zMeanMagErr|| |
| 74 | | || zyMeanColorErr||mag||REAL||-999|| Estimated error in z-y color from zMean & yMean||cps file || zMeanMagErr - yMeanMagErr|| |
| | 71 | || grMeanColorErr||mag||REAL||-999|| Estimated error in g-r color from gMean & rMean|| cps file || SQRT(POW(gMeanMagErr,2) + POW(rMeanMagErr,2)) || |
| | 72 | || riMeanColorErr||mag||REAL||-999|| Estimated error in r-i color from rMean & iMean|| cps file || SQRT(POW(rMeanMagErr,2) + POW(iMeanMagErr,2))|| |
| | 73 | || izMeanColorErr||mag||REAL||-999|| Estimated error in i-z color from iMean & zMean||cps file || SQRT(POW(iMeanMagErr,2) + POW(zMeanMagErr,2))|| |
| | 74 | || zyMeanColorErr||mag||REAL||-999|| Estimated error in z-y color from zMean & yMean||cps file || SQRT(POW(zMeanMagErr,2) + POW(yMeanMagErr,2))|| |