twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
1 stars 2 forks source link

Config file paths might be better as relative #151

Open twVolc opened 1 month ago

twVolc commented 1 month ago

Happy to be told otherwise on this, but I think it would be more suitable to save all of the paths that are to files saved alongside the config file (i.e., pcs_lines, dil_lines, image_registration, default_cam_geom) as relative paths; other ones, like img_dir should stay as absolute paths. This is just because I sometimes move the processing folder, or rename it, to make things clearer for me, but in doing this I break the config file within it. It makes more sense to me to have that whole folder independent of location - you could move it around but it would still work as long as all the files within the folder remain together.