Skip to content

Commit

Permalink
COMP: Update remote module hashes for ITKv6
Browse files Browse the repository at this point in the history
Update remote modules to allow building
with ITK_LEGACY_REMOVE and ITK_FUTURE_LEGACY_REMOVE
flags turned on with ITKv6.

for i in $(pwd)/*.remote.cmake; do
  remote_dir_name=$(echo $(basename $i) | sed 's/\.remote\.cmake//g')
  git_hash=$(cd ${remote_dir_name} && git rev-parse HEAD )
  echo "Update $i with $git_hash"
  gsed -i "s/GIT_TAG *[0-9a-f]*/GIT_TAG ${git_hash}/g" $i
done
  • Loading branch information
hjmjohnson committed Jan 28, 2025
1 parent 5df209f commit 383515b
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Modules/Remote/AdaptiveDenoising.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ itk_fetch_module(
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/ntustison/ITKAdaptiveDenoising.git
GIT_TAG 9a7adca1a822589c66a176a9e093d8a9f1c222c2
GIT_TAG 263b4c54c31cb5f7d9d5b5abd6c6e67c33d89e99
)
2 changes: 1 addition & 1 deletion Modules/Remote/AnalyzeObjectLabelMap.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ itk_fetch_module(
"AnalyzeObjectLabelMap plugin for ITK. From Insight Journal article with handle: https://doi.org/10.54294/w2jytv"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itkAnalyzeObjectMap.git
GIT_TAG 513b909271f6e90251d633e25c28d8b5f4becf37
GIT_TAG 045a132c41a280f4b3191a7d00230e4968c889a3
)
2 changes: 1 addition & 1 deletion Modules/Remote/AnisotropicDiffusionLBR.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ itk_fetch_module(
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR.git
GIT_TAG 1e4a4e9bac1f40058dd57abc7a49443d9ac6376b
GIT_TAG cdaaed6afab39eb4ceeed42973eed717e5848c17
)
2 changes: 1 addition & 1 deletion Modules/Remote/BSplineGradient.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"Approximate an image's gradient from a b-spline fit to its intensity."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBSplineGradient.git
GIT_TAG 73dcf827d76bbf2a36d08784d421b234fb630c80
GIT_TAG dc6c1b3593922e9fe5570bdd59ace37b5bdd2296
)
2 changes: 1 addition & 1 deletion Modules/Remote/BioCell.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ It also has classes to represent a cell genome,
whose expression is modeled by differential equations."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBioCell.git
GIT_TAG de7ba0f0a205294f307000be3a7fdd03327abdb7
GIT_TAG 1efacc7d2bee4a74cf8ac194717ec5e96e909cc2
)
2 changes: 1 addition & 1 deletion Modules/Remote/BoneEnhancement.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"Various filters for enhancing cortical bones in quantitative computed tomography."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBoneEnhancement.git
GIT_TAG d6f6649c9ba0c96612d6868d161ea7c13dd34603
GIT_TAG 287da3ce0028188b164a9ca70b51770b047b7ff9
)
2 changes: 1 addition & 1 deletion Modules/Remote/BoneMorphometry.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ itk_fetch_module(
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry.git
GIT_TAG 47b8f352fb2cb7204d7a8b332847da438f268b35
GIT_TAG f119bc2982034f3f174331c78dc416e3a408a60b
)
2 changes: 1 addition & 1 deletion Modules/Remote/Cleaver.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(
"ITK module wrapping Cleaver functionalities used for MultiMaterial Tetrahedral Meshing."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/SCIInstitute/ITKCleaver.git
GIT_TAG 249b2710c093a8f62c5e0cdbab728eebaba5b693
GIT_TAG 59c2f12d0c032b7ebaef3e45a9eafb384e8a56b3
)
2 changes: 1 addition & 1 deletion Modules/Remote/Cuberille.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ And the related:
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKCuberille.git
GIT_TAG 3b35bb2f3d8fb5ac5b1bece93f2cbd61f9208952
GIT_TAG 2324d27441bcd70d0243a6a5db51fe2863d18dd8
)
2 changes: 1 addition & 1 deletion Modules/Remote/CudaCommon.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ itk_fetch_module(
"Framework for processing images with Cuda."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/RTKConsortium/ITKCudaCommon.git
GIT_TAG cae7c93c2f6d4c5b3cb5f6e5ce4a97686e626bf7
GIT_TAG 38194632b5fe54ba8af30ac9eb1582f8088a180e
)
2 changes: 1 addition & 1 deletion Modules/Remote/FPFH.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ https://github.com/InsightSoftwareConsortium/ITKFPFH
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKFPFH.git
GIT_TAG fc59b2e17b0417b7d4385d2b38280232eae4d449
GIT_TAG 3b5050929b32f25ce3dc335443c07b3e4cf5efdd
)
2 changes: 1 addition & 1 deletion Modules/Remote/FastBilateral.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Insight Journal article:
https://doi.org/10.54294/noo5vc"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKFastBilateral.git
GIT_TAG e37be230b50c6934b0c260c2ffec8092bf54f498
GIT_TAG 1592718e5081eb161c09bf6f2dc4635cac0ddcdc
)
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"Computes the inverse of a displacement field."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField.git
GIT_TAG 6f158a7e921b02f6315311ef2e79e280a0eb83a0
GIT_TAG ba1264c944b71a6d7a493fe58ee1c55b4127599a
)
2 changes: 1 addition & 1 deletion Modules/Remote/GenericLabelInterpolator.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"A generic interpolator for multi-label images."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator.git
GIT_TAG ebf2436469ccf82c08fab54b7446f699ad0eae01
GIT_TAG 2225e133d0a5425f75dfde991528ad521c8c0087
)
2 changes: 1 addition & 1 deletion Modules/Remote/GrowCut.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(
"ITKGrowCut segments a 3D image from user-provided foreground and background seeds."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKGrowCut.git
GIT_TAG da8597a31ae47b5a9d549ef095a32aa3bdb0d6bc
GIT_TAG 06f5accc2343e0e938f6b311ebd0f867e1a39853
)
2 changes: 1 addition & 1 deletion Modules/Remote/HASI.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(
"High-throughput Applications for Skeletal Imaging."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/KitwareMedical/HASI.git
GIT_TAG c736a15b2f076b36f80723af23638fb7e854b63b
GIT_TAG ba447c2551d1e4200649b0f6764c94053bef93b8
)
2 changes: 1 addition & 1 deletion Modules/Remote/HigherOrderAccurateGradient.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ itk_fetch_module(
https://doi.org/10.54294/zv7979"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient.git
GIT_TAG ffb1cd47ddea117e3bc76ee075415efb784afd41
GIT_TAG 80c9f326ec1be814790adcd922a2db8817595051
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOFDF.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"FDFImageIO plugin for ITK. Authors Gleen Pierce/Nick Tustison/Kent Williams"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOFDF.git
GIT_TAG 1570924e00090dccf31493f9274202455a51add4
GIT_TAG 2ca5cfc27d7d9a0abd6e3dcbcc96f68a50476c6c
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOMeshMZ3.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ itk_fetch_module(
mesh file format. https://github.com/neurolabusc/surf-ice/tree/master/mz3"
MODULE_COMPLIANCE_LEVEL 4
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOMeshMZ3.git
GIT_TAG ea3cf602e47a361039b7ecad6a56f1ed04b2c181
GIT_TAG f5c01dd098f6fe9813afda9776944dc4c04fb106
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOMeshSTL.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ itk_fetch_module(
the STL (STereoLithography) file format. https://doi.org/10.54294/7rr2te"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOMeshSTL.git
GIT_TAG cf5e0b7625704c81bdcde53f2515571632ad39ec
GIT_TAG af9ed51296a42d74f86292feea83040b4fb63422
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOMeshSWC.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ itk_fetch_module(
"Read meshes from SWC files, a format for representing neuron morphology."
MODULE_COMPLIANCE_LEVEL 4
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOMeshSWC.git
GIT_TAG 6cc788b6f677d95e0e23080d0457fede2ade2e97
GIT_TAG 25ab78049680bbabc17ec8452ca65a2b9f20a403
)
mark_as_advanced(FORCE Module_IOMeshSWC)
2 changes: 1 addition & 1 deletion Modules/Remote/IOOpenSlide.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"ITK ImageIO for OpenSlide library supported file formats. These are generally TIFF-based microscopy formats."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOOpenSlide.git
GIT_TAG 2d7af237f872dd6f8171d2d09b843bc3cbe694a2
GIT_TAG 82cd5d1e1ca8007cdb1ad2e360b6f8240830ade9
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOScanco.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"An ITK module to read and write Scanco microCT .isq files."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/KitwareMedical/ITKIOScanco.git
GIT_TAG 10b80f69048e79ab3069e89635822a6851099278
GIT_TAG 60e598443712a1692209a1ee8d7dc9641dbf016e
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOTransformDCMTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ itk_fetch_module(
files. See https://doi.org/10.54294/lf8u753"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK.git
GIT_TAG 3111018eb241e5e90b5923413372f1adbcb34b0d
GIT_TAG e5099098ad03de39fe54aa62d1a575a9e4e90cc9
)
2 changes: 1 addition & 1 deletion Modules/Remote/IsotropicWavelets.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ Cerdan, P.H. \"Steerable Isotropic Wavelets for Multiscale and Phase Analysis\".
# Upstream repository was transferred from phcerdan to InsightSoftwareConsortium
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets.git
GIT_TAG 9dc0f58fdf76842b0cb88e4898da5314292c13d5
GIT_TAG cb898ce4c821f3493a8e3f812d7528dfc5dd19c9
)
2 changes: 1 addition & 1 deletion Modules/Remote/LabelErodeDilate.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ itk_fetch_module(
MODULE_COMPLIANCE_LEVEL 2
#UPSTREAM_GIT_REPOSITORY
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKLabelErodeDilate.git
GIT_TAG 7e23b12be913ff2bd935d9ffc2d10b573a923501
GIT_TAG bd5c1d615b7992c4ea04f5f92fac8585f5ba132c
)
2 changes: 1 addition & 1 deletion Modules/Remote/LesionSizingToolkit.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"Framework for determining the sizes of lesions in medical images."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/LesionSizingToolkit.git
GIT_TAG 67a91c0cba44b35a443f6fd6e2d46695c4f7ff9c
GIT_TAG 5354f815feae631b911b4ced3d9888051cad9ecf
)
2 changes: 1 addition & 1 deletion Modules/Remote/MGHIO.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"MGHIO ImageIO plugin for ITK"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itkMGHImageIO.git
GIT_TAG a3a970296f72a3fa7fa496e4370fb7d2feb9311d
GIT_TAG 9a26a3f21007a17d021d8f89e0278824c5eab624
)
2 changes: 1 addition & 1 deletion Modules/Remote/MeshNoise.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ itk_fetch_module(
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMeshNoise.git
GIT_TAG 2b2ccb53f7eb0fb03034cc89ac6793e35e2427c2
GIT_TAG 8108f1b3a2390021e68ceb1985421e864812d18f
)
2 changes: 1 addition & 1 deletion Modules/Remote/MeshToPolyData.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(
"Convert an ITK Mesh to a data structure compatible with vtkPolyData."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData.git
GIT_TAG 7c9812527af5e061510ed5f5709da191a50e122a
GIT_TAG 6aa2abf3eb4895ef7df5e2c9f785fa996b39a58a
)
2 changes: 1 addition & 1 deletion Modules/Remote/MinimalPathExtraction.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ itk_fetch_module(
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction.git
GIT_TAG e43a18f43272bea8c9de5ded7846efbffc81f0ad
GIT_TAG 3c076dc049c3b1e0eff76bd058fdca09efe8a5a0
)
# Release v1.2.6
2 changes: 1 addition & 1 deletion Modules/Remote/Montage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(
"Reconstruction of 3D volumetric dataset from a collection of 2D slices"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMontage.git
GIT_TAG 9da9118a73e7875cb6e376324ccf521232c8aded
GIT_TAG dffbbf5f0be9d0bd7106ec95b56bb18cdb1d9101
)
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ This work is supported by NIH grant R01 EB014346
'Continued development and maintenance of the ITK-SNAP 3D image segmentation software'."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation.git
GIT_TAG a0af585005fe2722ab5876f3a522eaa3122aad4e
GIT_TAG 8ca113c09a76326856c4a73778f49777bc311b6f
)
2 changes: 1 addition & 1 deletion Modules/Remote/MultipleImageIterator.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Schaerer J. \"A MultipleImageIterator for iterating over multiple images simulta
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/KitwareMedical/MultipleImageIterator.git
GIT_TAG e755ddbb97b4949d09170f0d5b2971b59840bafb
GIT_TAG e6aa3f0ee7941eec8b4abe515246b5ce6f2a6585
)
2 changes: 1 addition & 1 deletion Modules/Remote/ParabolicMorphology.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ itk_fetch_module(
https://doi.org/10.54294/aq68pt"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKParabolicMorphology.git
GIT_TAG 68286edc7459072eb33422a7d53c855318496922
GIT_TAG 37b57282d6c40d1c63a27346ea43780cbbfedecd
)
2 changes: 1 addition & 1 deletion Modules/Remote/PerformanceBenchmarking.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ For more information, see::
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking.git
GIT_TAG 6c7c21413da6c0760b86ed28513d404bb5a347de
GIT_TAG 1912650343946e2ad8a0a6e3fa9bb68b82dd1489
)
2 changes: 1 addition & 1 deletion Modules/Remote/PhaseSymmetry.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ https://doi.org/10.54294/gcb82u
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/KitwareMedical/ITKPhaseSymmetry.git
GIT_TAG eb791a8ae9559469ec24fe4ccb49e8b8bd6c8dd3
GIT_TAG 43bf9312354ece54108dd5c2cdb2164156e0acb6
)
2 changes: 1 addition & 1 deletion Modules/Remote/PolarTransform.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ For more information, see the Insight Journal article:
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKPolarTransform.git
GIT_TAG 930d44ac91d2994e4d604be67714f1ffb9cd065c
GIT_TAG 8d8565bdb307f637b15e04095cb28462f3aa3271
)
2 changes: 1 addition & 1 deletion Modules/Remote/PrincipalComponentsAnalysis.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ A more detailed description can be found in the Insight Journal article:
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKPrincipalComponentsAnalysis.git
GIT_TAG 2f8d8bffb37fca8875a674465af5e3d902432f30
GIT_TAG 8082e5837799a876e3f7316c068b0847296a89da
)
2 changes: 1 addition & 1 deletion Modules/Remote/RANSAC.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ https://github.com/InsightSoftwareConsortium/ITKRANSAC
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKRANSAC.git
GIT_TAG d4b29552431f471437f8ac1093f5fc3550995577
GIT_TAG 9c85c5034224f0434acb75fee7e9853490193e87
)
2 changes: 1 addition & 1 deletion Modules/Remote/RLEImage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ This work is supported by NIH grant R01 EB014346
'Continued development and maintenance of the ITK-SNAP 3D image segmentation software'."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/KitwareMedical/ITKRLEImage.git
GIT_TAG 3ab10cda40977e4a39f9c46f1858f2fddcda8030
GIT_TAG df087927c807f07f9e3d317a401d2a05fe0269fb
)
2 changes: 1 addition & 1 deletion Modules/Remote/RTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ itk_fetch_module(
"Reconstruction Toolkit (RTK) https://www.openrtk.org/"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/RTKConsortium/RTK.git
GIT_TAG 870737fca5274f9247e7d79fd09b61233dc2d369
GIT_TAG c740220e22280e46b7316afbcf2398b1b18b2a51
)
2 changes: 1 addition & 1 deletion Modules/Remote/SCIFIO.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"SCIFIO (Bioformats) ImageIO plugin for ITK"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/scifio/scifio-imageio.git
GIT_TAG 1054ece893ee072bdb8124c45ce207de00af280f
GIT_TAG 8533deebf417f1ef720f3b0e5d8e7c128b99889b
)
2 changes: 1 addition & 1 deletion Modules/Remote/Shape.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ itk_fetch_module(
ITK external module for libraries originally developed in SPHARM-PDM 3D Slicer extension (https://github.com/NIRALUser/SPHARM-PDM)."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/SlicerSALT/ITKShape.git
GIT_TAG b5311e41f644aede86367f883e2d115d92b08e62
GIT_TAG 7e708a88194d3588290878a8e88bbc4ecdf4e4e7
)
2 changes: 1 addition & 1 deletion Modules/Remote/SimpleITKFilters.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ itk_fetch_module(
contains a discrete hessian, and a composite filter to compute objectness."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSimpleITKFilters.git
GIT_TAG 2216e1b31e9fcd52a3f4a4a24994d22a149db965
GIT_TAG afba08cbc43bc0e678827273c36d3822a57b8521
)
2 changes: 1 addition & 1 deletion Modules/Remote/SkullStrip.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ itk_fetch_module(
"A class to perform automatic skull-stripping for neuroimage analysis."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSkullStrip.git
GIT_TAG 5cd3d23b5d59a5ff6c8ce885f1383a55ac9cf7b6
GIT_TAG 9d38d492d2666ae46765f7bc382e3076618fda92
)
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ itk_fetch_module(
MODULE_COMPLIANCE_LEVEL 2
#UPSTREAM_REPO GIT_REPOSITORY https://github.com/Inria-Asclepios/SmoothingRecursiveYvvGaussianFilter
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSmoothingRecursiveYvvGaussianFilter.git
GIT_TAG a9c08876d7d7288841d28b412f32c3521e9112e2
GIT_TAG a490c86d90fd6bb44c06ea33a006c530cef1f906
)
2 changes: 1 addition & 1 deletion Modules/Remote/SphinxExamples.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ itk_fetch_module(
"This module builds the examples found at https://itk.org/ITKExamples/"
MODULE_COMPLIANCE_LEVEL 5
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSphinxExamples.git
GIT_TAG a63e366aaf3be3f10a1badf47c3180eefcec5edf
GIT_TAG 5faa768a2ba1c3988acae128078a29bf260792ad
)
2 changes: 1 addition & 1 deletion Modules/Remote/SplitComponents.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ itk::Image of, for example, itk::Vector, itk::CovariantVector, or
itk::SymmetricSecondRankTensor. https://doi.org/10.54294/4c92vb"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSplitComponents.git
GIT_TAG 539fcd8faca472c760a567c041cb53c610cd9108
GIT_TAG 4dae7ebff2003afd88e98d54c9faed5ae33e31f7
)
2 changes: 1 addition & 1 deletion Modules/Remote/Strain.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ For more information, see:
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/KitwareMedical/ITKStrain.git
GIT_TAG 8257ffc718c3a70222365977e2accbc55b567a88
GIT_TAG 3b7cd07e42398e37e54902d0dba385bea5cd26f6ge95a2db1831ce6a6eb41d0ccb08f58dd64ef883e
)
2 changes: 1 addition & 1 deletion Modules/Remote/SubdivisionQuadEdgeMeshFilter.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ See the following Insight Journal's publication:
https://doi.org/10.54294/vw0ke0"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itkSubdivisionQuadEdgeMeshFilter
GIT_TAG bc5a615da775128e009af2520b43bf0a38f60702
GIT_TAG 7a3dc72889f8436ea32e69e797bd31203b944986
)
2 changes: 1 addition & 1 deletion Modules/Remote/TextureFeatures.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ For more information, see:
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKTextureFeatures.git
GIT_TAG 99b5f66d72ef160faf1f46d4328a06217111101f
GIT_TAG 58f51c2c7c18ded359430918c8683d0dbd85ed0b
)
2 changes: 1 addition & 1 deletion Modules/Remote/Thickness3D.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ itk_fetch_module(
"Tools for 3D thickness measurement"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKThickness3D.git
GIT_TAG 866e25fefea4318240a90632acf3a12719d0416f
GIT_TAG 1bb029f974eeb9806aea5e53b698766d5342015d
)
2 changes: 1 addition & 1 deletion Modules/Remote/TotalVariation.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ https://github.com/albarji/proxTV
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKTotalVariation.git
GIT_TAG 0b4f9450f7c98b8db6dee5990bbd9be5d6e6c4d2
GIT_TAG 0653877f4dd31a091a158573ed6e792bf82de528
)
2 changes: 1 addition & 1 deletion Modules/Remote/TubeTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ itk_fetch_module(
"http://www.tubetk.org"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKTubeTK.git
GIT_TAG e29408eb2fa55ec21b9a9b8197f8a61ecbb3e5d1
GIT_TAG eba0896ae6780e2084b7e014d01a22f1f1fb2c8e
)
2 changes: 1 addition & 1 deletion Modules/Remote/TwoProjectionRegistration.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ Wu, J. \"ITK-Based Implementation of Two-Projection 2D/3D Registration Method wi
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration.git
GIT_TAG 7e995fcabd81f2e5099d582e5eec78702f8f4943
GIT_TAG 7583b794f8e4000c1da74df051243a743bda9de0
)
Loading

0 comments on commit 383515b

Please sign in to comment.