HEnquist / camillagui-backend

Backend server for camillagui
GNU General Public License v3.0
18 stars 4 forks source link

coeff_dir in GUI is now relative to config_dir #25

Closed JWahle closed 3 years ago

JWahle commented 3 years ago

I also removed unused filter and pipeline step routes and corresponding functions.

Fixes #19

@HEnquist please have a look. Loading of configs with absolute and relative convolution filter files should work. Plotting of filters and pipeline steps should work for files with absolute and relative filter files.

HEnquist commented 3 years ago

I have looked through this now (but not tried running it yet) and I think it looks good. Seems like a good way to handle the relative/absolute problem.

JWahle commented 3 years ago

@HEnquist I updated the README.md. Please merge when you are ready.

JWahle commented 3 years ago

@HEnquist do you want to do some testing/review, or shall I just merge?

HEnquist commented 3 years ago

Finally got time to test this, and it's working just fine on both linux and windows. Merging!