LouisDesdoigts / dLux

Differentiable optical models as parameterised neural networks in Jax using Zodiax
https://louisdesdoigts.github.io/dLux/
BSD 3-Clause "New" or "Revised" License
50 stars 6 forks source link

Namespace clashes: Rotate #192

Closed LouisDesdoigts closed 1 year ago

LouisDesdoigts commented 1 year ago

We currently have 4 rotate methods:

  1. optics.Rotate
  2. detectors.Rotate
  3. utils.interpolation.rotate
  4. utils.coordinates.rotate
LouisDesdoigts commented 1 year ago

Done with #237