autoRIFT
autoRIFT copied to clipboard
Correct computation of v_error
As @alex-s-gardner pointed out, the paper and production code need to be corrected in computations of v_error
:
https://github.com/nasa-jpl/autoRIFT/blob/e683e485b0e194a0b63def90ccbdee11ad56fb2a/netcdf_output.py#L697
It should be changed to:
v_err = (vx_err.*abs(vx) + vy_err.*abs(vy))./v
I discussed this with Yang and the error formulation in the paper is correct. We may need to update our Mosaic code
@alex-s-gardner so, the netcdf_ouput.py
doesn't need to be updated, correct?
@jhkennedy that is correct
@mliukis when you have a chance can you confirm error calculation in mosaic code
no action needed