Jesse Loveridge

Results 3 comments of Jesse Loveridge

Thanks for raising this issue. There is currently a commit to fix this issue in the develop branch, but I haven't had the time to start/merge a pull request into...

The phase function should be positive, so they aren't being converted correctly. You can check whether the phase function is reconstructed correctly from your converted coefficients by using at3d.util.get_phase_function. Given...

Re: Bug Ah, previously I was opening the file when saving the first sensor so the 'write' ('w') flag was used in the call .to_netcdf() rather than the append flag...