Skip to content

multi-learn/figures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIGURES 3D POUR VISU

Clustering ClusteringDBSCAN, distance DistanceEuclieanEx

Fichier de configuration (config_clustering2.yaml)

  threshold: 2.4
  speed_threshold: 15.0
  min_len_souspic: 4
  data3D_path: "../../../BIGSF_DATA/Clustering_COHRS/COHRS_10p50_0p00_CUBE_3T2_R2.fit"
  data3D_reprojected_path : "../../../BIGSF_DATA/Clustering_COHRS/COHRS_reprojected_10p50_0p00_CUBE_3T2_R2.fit"
  mask_toreproject_data_path: "../../../BIGSF_DATA/Clustering_COHRS/new_full_mask_002011.fits"
  clustered_data_folder: "../../../BIGSF_DATA/Clustering_COHRS/data_test"
  skeleton_tool: 
    type : SkeletonFilFinder
  distance: 
    type : DistanceEuclieanExp
    speed_threshold: 15.0
  clustering_method: 
    type : ClusteringDBSCAN
    eps : 2.0
    min_samples : 7
  denoising_method: 
    type : NoDenoising
  modes : ["3d_skeletons", "2d_skeletons", "all_3d_skeletons"]

FIGURES

Clustering ClusteringDBSCAN, distance DistanceSpeedExp

Fichier de configuration (config_clustering3.yaml)

  threshold: 2.4
  speed_threshold: 15.0
  min_len_souspic: 4
  data3D_path: "../../../BIGSF_DATA/Clustering_COHRS/COHRS_10p50_0p00_CUBE_3T2_R2.fit"
  data3D_reprojected_path: "../../../BIGSF_DATA/Clustering_COHRS/COHRS_reprojected_10p50_0p00_CUBE_3T2_R2.fit"
  mask_toreproject_data_path: "../../../BIGSF_DATA/Clustering_COHRS/new_full_mask_002011.fits"
  clustered_data_folder: "../../../BIGSF_DATA/Clustering_COHRS/data_test3"
  skeleton_tool: 
    type : SkeletonFilFinder
  distance: 
    type : DistanceSpeedExp
    speed_threshold: 15.0
  clustering_method: 
    type : ClusteringDBSCAN
    eps : 2.0
    min_samples : 7
  denoising_method: 
    type : NoDenoising
  modes : ["3d_skeletons", "2d_skeletons", "all_3d_skeletons"]

FIGURES

Clustering ClusteringDBSCAN, distance DistanceSpeedExp

Fichier de configuration (config_clustering4.yaml)

threshold: 1.8
speed_threshold: 15.0
min_len_souspic: 4
data3D_path: "../../../BIGSF_DATA/Clustering_COHRS/COHRS_10p50_0p00_CUBE_3T2_R2.fit"
data3D_reprojected_path : "../../../BIGSF_DATA/Clustering_COHRS/COHRS_reprojected_10p50_0p00_CUBE_3T2_R2.fit"
mask_toreproject_data_path: "../../../BIGSF_DATA/Clustering_COHRS/new_full_mask_002011.fits"
clustered_data_folder: "../../../BIGSF_DATA/Clustering_COHRS/data_test4"
skeleton_tool: 
  type : SkeletonFilFinder
distance: 
  type : DistanceSpeedExp
  speed_threshold: 15.0
clustering_method: 
  type : ClusteringDBSCAN
  eps : 2.0
  min_samples : 7
denoising_method: 
  type : NoDenoising
modes : ["3d_skeletons", "2d_skeletons", "all_3d_skeletons"]

FIGURES

Avec variation d'opacite sur les squelettes 3d en fonction de l' intensite correspondante

Avec reafectation des doublons en xy en label sur le nuage le plus petit + opacity varition

enleve la supreposition des squelettes e par label en 2d mais c'est tres arbitraire

formule initiale

equivalent plotly plotly script Annie skeleton 6)

Matplotlib as script Annie skeleton 6

  • i_skeleton = 7

plotly script Annie skeleton 7)

Matplotlib as script Annie skeleton 7

  • i_skeleton = 12

plotly script Annie skeleton 12)

Matplotlib as script Annie skeleton 12

Clustering ClusteringDBSCAN, distance DistanceSpeedExp, subclustering_method:SubClusteringSkimageLabel

Fichier de configuration (config_clustering5.yaml)

 threshold: 1.8
speed_threshold: 15.0
min_len_souspic: 4
data3D_path: "../../../BIGSF_DATA/Clustering_COHRS/COHRS_10p50_0p00_CUBE_3T2_R2.fit"
data3D_reprojected_path : "../../../BIGSF_DATA/Clustering_COHRS/COHRS_reprojected_10p50_0p00_CUBE_3T2_R2.fit"
mask_toreproject_data_path: "../../../BIGSF_DATA/Clustering_COHRS/new_full_mask_002011.fits"
clustered_data_folder: "../../../BIGSF_DATA/Clustering_COHRS/data_test5"
skeleton_tool: 
  type : SkeletonFilFinder
distance: 
  type : DistanceSpeedExp
  speed_threshold: 15.0
clustering_method: 
  type : ClusteringDBSCAN
  eps : 2.0
  min_samples : 7
subclustering_method:
  type : SubClusteringSkimageLabel
  connectivity : 2
  eps : 2.0
  min_samples : 7
denoising_method: 
  type : NoDenoising
modes : ["3d_skeletons", "2d_skeletons", "all_3d_skeletons"]

FIGURES (Experiment 5)

equivalent plotly plotly script 5 Annie skeleton 6)

Matplotlib as script Annie skeleton 6

  • i_skeleton = 7

plotly script Annie skeleton 7)

Matplotlib as script Annie skeleton 7

  • i_skeleton = 12

plotly script 5 Annie skeleton 12)

Matplotlib as script Annie skeleton 12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages