List of things that need to be renamed: --- - [ ] `filters.py/get_freq_spectrum_notdict` - incorporate this as boolean option in `get_freq_spectrum`, and rename to `get_frequency_spectrum` - [ ] `permute.py/reorder_connectome` - this function seems oddly specific to desikan-killiany ordering, maybe rename to something related to DK. - [ ] there's a replicate `get_freq_spectrum` in `preprocess.py` - [ ] maybe it's worthwhile to rename `preprocess/preprocess.py` - [ ] we should consider removing `read/data_reader.py` all together, they are too specific for our use case - [ ] `eigenmode.py` needs an overhaul, @axiezai - [x] `laplacian.py` needs renames for functions that gets complex/regular and one specific function for spectral graph model that needs frequency as an input - [x] `network_transfer.py` has 2 network transfer functions, need to do the same as laplacian for the alpha parameters - [ ] run `pylint` after everything is done
List of things that need to be renamed:
filters.py/get_freq_spectrum_notdict- incorporate this as boolean option inget_freq_spectrum, and rename toget_frequency_spectrumpermute.py/reorder_connectome- this function seems oddly specific to desikan-killiany ordering, maybe rename to something related to DK.get_freq_spectruminpreprocess.pypreprocess/preprocess.pyread/data_reader.pyall together, they are too specific for our use caseeigenmode.pyneeds an overhaul, @axiezailaplacian.pyneeds renames for functions that gets complex/regular and one specific function for spectral graph model that needs frequency as an inputnetwork_transfer.pyhas 2 network transfer functions, need to do the same as laplacian for the alpha parameterspylintafter everything is done