Eocalon specific: x-offset map render so the edge of the map is in the ocean

[?]
Jul 7, 2021, 12:34 AM
6CRZBNMMLPKM7TAJ7HDX4XJR2DKBWOS72Q65QMBO2KSWQADWJPGAC

Dependencies

  • [2] 5AMZXFS5 model trainer: function to generate inputs to pass neural network for rendering equirectangular projection
  • [3] FYOPJXOX Model trainer: North/South comprise the Z axis in the source data
  • [4] 6AXPZL5P Try to offload tight loop to rust (for now it segfaults)

Change contents

  • replacement in trainmodel/src/helpers.rs at line 112
    [2.1018][2.1018:1078]()
    let xr = (x as f64) / (width as f64) * 2. * PI;
    [2.1018]
    [2.1078]
    let xr = ((x as f64) / (width as f64) + 0.15) * 2. * PI;