Feature description
AGNI stores its 'resource' data files (e.g. spectral files) in the res/ folder and subfolders. This means that it does not synchronise these data with other PROTEUS modules. Given the upcoming rework to how lookup data are provided (fwl-io module), AGNI should check the FWL_DATA folder for data files.
Preferred solution
AGNI should still work standalone too. Seems like the best option is to check if the variable FWL_DATA exists, and access files there if the folder exists. If not, it will use its own res/ folder.
Additional information
Should wait for fwl-io module to begin development before jumping on this.
Relevant people
@timlichtenberg
Feature description
AGNI stores its 'resource' data files (e.g. spectral files) in the
res/folder and subfolders. This means that it does not synchronise these data with other PROTEUS modules. Given the upcoming rework to how lookup data are provided (fwl-iomodule), AGNI should check theFWL_DATAfolder for data files.Preferred solution
AGNI should still work standalone too. Seems like the best option is to check if the variable
FWL_DATAexists, and access files there if the folder exists. If not, it will use its ownres/folder.Additional information
Should wait for
fwl-iomodule to begin development before jumping on this.Relevant people
@timlichtenberg