kanglcn / moraine

Modern Radar Interferometry Environment; A simple, stupid InSAR postprocessing tool in big data era
https://kanglcn.github.io/moraine/
Other
10 stars 7 forks source link

Add a .decorrelationrc file for general configuration #12

Closed kanglcn closed 5 months ago

kanglcn commented 1 year ago

i.e., Available GPU, GPU number, available thread, default plot figsize, dpi, etc.

kanglcn commented 1 year ago

ref: https://stackoverflow.com/questions/7567642/where-to-put-a-configuration-file-in-python

I prefer toml format.

content: CUDA_VISIBLE_DEVICES, by default, all Number of cpu cores, by default, all matplotlib figsize, by default, 10,10

kanglcn commented 1 year ago

[x] And dask dashboard link. Look like dask_cuda do not support it.

kanglcn commented 5 months ago

not needed at all