Currently the input file name in pyFANS is hard-coded as `input.json` in the header: https://github.com/DataAnalyticsEngineering/FANS/blob/3c681507289fe30d459fe6b378b2ccb6687414ab/pyfans/micro.hpp#L21 This can be made configurable by modifying the Micro Manager API to pass in a configuration file name.
Currently the input file name in pyFANS is hard-coded as
input.jsonin the header:FANS/pyfans/micro.hpp
Line 21 in 3c68150
This can be made configurable by modifying the Micro Manager API to pass in a configuration file name.