| Convert the error in luptitudes to AB flux in nJy |
| Computes the flux error for a magnitude and its error expressed in the sinh system. Returns the error in nJy units. Needs the @mag value as well as the error for the specific band. @band is 0..4 for u'..z''. dbo.fMagToFluxErr(21.576975,0.17968324,2) see also fMagToFlux |
| name | type | length | inout | pnum |
| @band | int | 4 | input | 3 |
| real | 4 | input | 0 | |
| @mag | real | 4 | input | 1 |
| @err | real | 4 | input | 2 |