scexao-org / camstack

EDT cam stack - python + minimal imgtake.c
5 stars 2 forks source link

reorganize viewer scripts into python module #6

Open mileslucas opened 1 year ago

mileslucas commented 1 year ago

Proof of concept for reorganizing the viewer code. To me, I think it is easier to see all the viewer code together when the script files and library files are close to each other. Since we can execute the python modules from anywhere and specify entrypoints in the setup.py. Specifically for Seb's First viewer I've reorganized the code into viewers/viewers/firstcam.py and it is very succinct.