Alfred Wong
Alfred Wong
I'm not massively familiar with the parsing code as I just copied it over blindly from the old code, but I'd be happy to have a look. I'll probably change...
@BrianGun the more I think about it, the more I think we'll have to bite the bullet and add an `ID` field to every relevant type. For immutable types, there...
I just had a look at @cdhf's code and comments. The approach is basically what I've outlined above, although there are a few implementation details that I would change: 1)...
@BrianGun I'll leave the detector stuff for now then, it can wait. The only "clever" way I can think of to augment types with an ID field is to define...
Opened branch [paraxial-eye](https://github.com/microsoft/OpticSim.jl/tree/paraxial-eye) for this. Currently requires [eye-data](https://github.com/microsoft/OpticSim.jl/tree/eye-data) branch to run `scratch.jl`. @BrianGun regarding rotation and x,y,z offsets, can this not be managed by applying transforms to root node of...
Hi Casey :) We're still at early stages with this package so we're mostly focusing on tools which could help our in-house teams for now. But we would like to...
I'm not sure yet. On second thoughts, it might be more effort than it's worth - I think we'll have to replace each fuzz test with calculated examples which cover...
Is this what the `test` arg is for? It's hard to track what it does as it's passed between lots of function calls.
@BrianGun, is there a permissions group that I need to be added to so I can try this out?
I'm not familiar with this side of the tech stack at all, but if that's what's required to test the code, then yes please. What do you think needs extending...