Skip to content

Commit

Permalink
Merge pull request #79 from AICONSlab/jo-copyright
Browse files Browse the repository at this point in the history
[pr] fix all outdated authors information
  • Loading branch information
entiri committed Nov 8, 2022
2 parents fd6434a + 08428ec commit e2fd5a9
Show file tree
Hide file tree
Showing 49 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ is a general-purpose, open-source pipeline for automated:
6) Statistical analysis of CLARITY & Imaging data
7) Atlas generation & Label manipulation

Copyright (c) 2019 Maged Goubran, maged.goubran@utoronto.ca
Copyright (c) 2022 Maged Goubran, maged.goubran@utoronto.ca

All Rights Reserved.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'MIRACL'
copyright = '2018, BrainLab'
copyright = '2022, AICONSlab'
author = 'Maged Goubran'

# The short X.Y version
Expand Down Expand Up @@ -157,4 +157,4 @@
(master_doc, 'MIRACL', 'MIRACL Documentation',
author, 'MIRACL', 'MIRACL is a general-purpose analysis pipeline',
'Science'),
]
]
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MIRACL (Multi-modal Image Registration And Connectivity anaLysis) is a general-p
6) Statistical analysis of CLARITY & Imaging data
7) Atlas generation & Label manipulation

Copyright (c) 2019 Maged Goubran, maged.goubran@utoronto.ca
Copyright (c) 2022 Maged Goubran, maged.goubran@utoronto.ca

All Rights Reserved.

Expand Down
2 changes: 1 addition & 1 deletion miracl/connect/miracl_connect_ROI_matrix_connectogram.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
4 changes: 2 additions & 2 deletions miracl/connect/miracl_connect_csd_tractography.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Optional arguments:
-----------------------------------
(c) Maged Goubran @ Stanford University, 2017
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion miracl/connect/miracl_connect_label_graph_proj_dens.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
4 changes: 2 additions & 2 deletions miracl/conv/miracl_conv_convertDCMtoNII.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function usage()
-----------------------------------
(c) Maged Goubran @ Stanford University, 2016
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion miracl/conv/miracl_conv_convertNIItoTIFF.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/conv/miracl_conv_convertTIFFtoNII.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/conv/miracl_conv_file_folder_gui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/conv/miracl_conv_gui_options.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/deprec/miracl_analyze_particles_clarity_3D.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Extracts features from segmented clarity data using 3D partcile analysis
// & summarizes the data per label (Allen atlas label)
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2016
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// dependencies:
//
Expand Down
4 changes: 2 additions & 2 deletions miracl/deprec/miracl_extract_clarity_features_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ function usage()
-----------------------------------
(c) Maged Goubran @ Stanford University, 2016
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion miracl/deprec/miracl_io_file_folder_gui_tkinter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/deprec/miracl_io_gui_options_pyqt.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/deprec/miracl_utils_int_corr_tiffs_2D.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/lbls/miracl_lbls_generate_parents_at_depth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/lbls/miracl_lbls_get_gp_volumes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/lbls/miracl_lbls_get_graph_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/lbls/miracl_lbls_stats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ Stanford 2018, mgoubran@stanford.edu
# Maged Goubran @ AICONSlab 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
4 changes: 2 additions & 2 deletions miracl/lbls/miracl_lbls_warp_to_clar_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function usage()
-----------------------------------
(c) Maged Goubran @ Stanford University, 2016
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
Expand Down
4 changes: 2 additions & 2 deletions miracl/lbls/miracl_lbls_warp_to_mri_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ function usage()
-----------------------------------
(c) Maged Goubran @ Stanford University, 2016
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion miracl/miraclGUI.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/reg/miracl_reg_check_results.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_feat_extract.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_feats_cortex.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2018, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_neurons_clarity_3D_cfos.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments cFos positive nuclei in cleared mouse brain in 3D using CLARITY/iDISCO+ and immunolabelling
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2018
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
// Newton Cho, newton.cho@epfl.ch,
// Jordan Squair, jordansquair@gmail.com
//
Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_neurons_clarity_3D_cfos2.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments neurons in cleared mouse brain of virus stains in 3D
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2018
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// based on plugins from:
//
Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_neurons_clarity_3D_nuclear.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments neurons in cleared mouse brain in 3D
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2018
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// based on plugins from:
//
Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_neurons_clarity_3D_play.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments neurons in cleared mouse brain of virus stains in 3D
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2016
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// based on plugins from:
//
Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_neurons_clarity_3D_sparse.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments neurons in cleared mouse brain of sparse stains (like Thy1) in 3D
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2018
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// based on plugins from:
//
Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_neurons_clarity_3D_virus.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments neurons in cleared mouse brain of virus stains in 3D
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2018
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// based on plugins from:
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Macro for Fiji/ImageJ
// Segments neurons in cleared mouse brain of virus stains in 3D
//
// (c) Maged Goubran, mgoubran@stanford.edu, 2018
// (c) Maged Goubran, maged.goubran@utoronto.ca, 2022
//
// based on plugins from:
//
Expand Down
2 changes: 1 addition & 1 deletion miracl/seg/miracl_seg_voxelize_parallel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ Stanford 2017, mgoubran@stanford.edu
# Maged Goubran @ AICONSlab 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/sta/miracl_sta_create_force_graph.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ Stanford 2018, mgoubran@stanford.edu
# Maged Goubran @ AICONSlab 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/sta/miracl_sta_gen_tract_density.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ Stanford 2018, mgoubran@stanford.edu
# Maged Goubran @ AICONSlab 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/sta/miracl_sta_gen_tract_endpoints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ Stanford 2018, mgoubran@stanford.edu
# Maged Goubran @ AICONSlab 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
6 changes: 3 additions & 3 deletions miracl/sta/miracl_sta_track.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def helpmsg():
-----------------------------------
(c) Qiyuan Tian @ Stanford University, 2016
qytian@stanford.edu
(c) Maged Goubran @ Stanford University, 2016
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
'''

Expand Down Expand Up @@ -355,4 +355,4 @@ def main(args):


if __name__ == "__main__":
main(sys.argv)
main(sys.argv)
6 changes: 3 additions & 3 deletions miracl/sta/miracl_sta_track_primary_eigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def helpmsg():
-----------------------------------
(c) Qiyuan Tian @ Stanford University, 2016
qytian@stanford.edu
(c) Maged Goubran @ Stanford University, 2016
mgoubran@stanford.edu
(c) Maged Goubran @ AICONSlab, 2022
maged.goubran@utoronto.ca
-----------------------------------
'''

Expand Down Expand Up @@ -131,4 +131,4 @@ def main(args):


if __name__ == "__main__":
main(sys.argv)
main(sys.argv)
2 changes: 1 addition & 1 deletion miracl/sta/sta_gui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/stats/miracl_stats_paired_ttest_group.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/stats/miracl_stats_paired_ttest_ipsi_contra.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/stats/miracl_stats_voxel_wise.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2019, maged.goubran@sri.utoronto.ca
# Maged Goubran @ 2022, maged.goubran@sri.utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/utilfn/miracl_utilfn_create_brainmask.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/utilfn/miracl_utilfn_endstatement.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env python
# Maged Goubran @ 2017, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down
2 changes: 1 addition & 1 deletion miracl/utilfn/miracl_utilfn_extract_lbl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Maged Goubran @ 2016, mgoubran@stanford.edu
# Maged Goubran @ 2022, maged.goubran@utoronto.ca

# coding: utf-8

Expand Down

0 comments on commit e2fd5a9

Please sign in to comment.