AOtools / soapy

A Python Adaptive Optics Simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to using 'aotools' repository

andrewpaulreeves opened this issue · comments

AOTools aims to be a nice collection of Python tools for AO that should be re-used by Soapy rather than the slightly odd 'aoSimLib.py' library. There are a couple of options to integrate it, either

  • copying across a snapshot of the aotools libraries
  • setting up a git "submodule"

Not sure which to go with

I think it ought to be a submodule. The tools are useful outside of soapy, and could be developed separately, so to me it makes sense that it is its own repository, with soapy requiring it.

Now we have soapy and aotools separated, what do we want to do about the dependency? Do we just want to have aotools as a dependency, so can close this, or do we want to use submodules?

Great point - this should have been closed literally years ago! Its a dependency obv!