a b/hippunfold/dags/out_dag/T2w.subfields.txt
1
strict digraph "" {
2
    graph [bgcolor=white,
3
        margin=0
4
    ];
5
    node [fontname=sans,
6
        fontsize=10,
7
        penwidth=2,
8
        shape=box,
9
        style=rounded
10
    ];
11
    edge [color=grey,
12
        penwidth=2
13
    ];
14
    subgraph cluster_0 {
15
        graph [color=blue,
16
            label=subfields
17
        ];
18
        139 [color="0.27 0.6 0.85",
19
            label=combine_tissue_subfield_labels_corobl];
20
        143 [color="0.13 0.6 0.85",
21
            label="resample_subfields_to_native\nnative_modality: T2w"];
22
        139 -> 143;
23
        141 [color="0.53 0.6 0.85",
24
            label=label_subfields_from_vol_coords_corobl];
25
        141 -> 139;
26
        145 [color="0.27 0.6 0.85",
27
            label=combine_tissue_subfield_labels_corobl];
28
        148 [color="0.13 0.6 0.85",
29
            label="resample_subfields_to_native\nnative_modality: T2w"];
30
        145 -> 148;
31
        146 [color="0.53 0.6 0.85",
32
            label=label_subfields_from_vol_coords_corobl];
33
        146 -> 145;
34
    }
35
    11  [color="0.07 0.6 0.85",
36
        label="unflip_coords\nautotop: hipp\ndesc: laplace\nhemi: L"];
37
    11 -> 141;
38
    19  [color="0.50 0.6 0.85",
39
        label=avg_aligned_or_cp_t2];
40
    19 -> 143;
41
    19 -> 148;
42
    22  [color="0.37 0.6 0.85",
43
        label=compose_t2_xfm_corobl];
44
    22 -> 143;
45
    22 -> 148;
46
    29  [color="0.07 0.6 0.85",
47
        label="unflip_coords\nautotop: hipp\ndesc: laplace\nhemi: L"];
48
    29 -> 141;
49
    32  [color="0.15 0.6 0.85",
50
        label="unflip_coords_equivol\ndesc: equivol\nhemi: L"];
51
    32 -> 141;
52
    53  [color="0.39 0.6 0.85",
53
        label="resample_atlas_to_refvol\natlas: bigbrain\nhemi: L"];
54
    53 -> 141;
55
    61  [color="0.40 0.6 0.85",
56
        label=laplace_coords_hipp];
57
    61 -> 146;
58
    62  [color="0.51 0.6 0.85",
59
        label=reinsert_subject_labels];
60
    62 -> 61;
61
    69  [color="0.40 0.6 0.85",
62
        label=laplace_coords_hipp];
63
    62 -> 69;
64
    62 -> 145;
65
    69 -> 146;
66
    71  [color="0.01 0.6 0.85",
67
        label=equivolume_coords];
68
    71 -> 146;
69
    93  [color="0.39 0.6 0.85",
70
        label="resample_atlas_to_refvol\natlas: bigbrain\nhemi: R"];
71
    93 -> 146;
72
    140 [color="0.02 0.6 0.85",
73
        label="unflip_postproc\nhemi: L"];
74
    140 -> 139;
75
}