CenterForDigitalHumanities / SpectralRTI_Toolkit

Process Spectral RTI Images in ImageJ
GNU General Public License v3.0
1 stars 0 forks source link

Custom Process: jpeg filenames written to disk should be identical written to lp file #68

Closed thanneken closed 6 years ago

thanneken commented 6 years ago

The custom process created files such as: /media/thanneken/Jub-02/Projects/Ambrosiana_C73inf_115/KTK01RTI/Ambrosiana_C73inf_115_RTI-A01_043.jpg The lp file lists files such as: /media/thanneken/Jub-02/Projects/Ambrosiana_C73inf_115/KTK01RTI/KTK01_Ambrosiana_C73inf_115_RTI-A01_043.jpg 0.17889495 -0.9825294 0.05130836 The preferred solution is to begin the filename with the process name (KTK01_). I.e., the format that appears in the lp file is preferable.

thehabes commented 6 years ago

Will do, I tried to put some of these things to variables instead of hard coding, I must not have stayed consistent. Good catch.

thehabes commented 6 years ago

Found the variable storing the file path and made sure to add csProcessName+"_" to the naming convention.

thanneken commented 6 years ago

Confirmed on Linux