Skip to content

Commit

Permalink
Corrected the paths in IntendedFor on demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Jan 3, 2024
1 parent 94c81d5 commit 7630a92
Show file tree
Hide file tree
Showing 11 changed files with 1,808 additions and 1,808 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PhotoDescription": "Description of the photo",
"IntendedFor": ["bids::sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-01_SPIM.ome.tif",
"bids::sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-02_SPIM.ome.tif",
"bids::sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-03_SPIM.ome.tif",
"bids::sub-004/ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-04_SPIM.ome.tif"]
"IntendedFor": ["ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-01_SPIM.ome.tif",
"ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-02_SPIM.ome.tif",
"ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-03_SPIM.ome.tif",
"ses-1/micr/sub-004_ses-1_sample-A_stain-LFB_chunk-04_SPIM.ome.tif"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PhotoDescription": "Description of the photo",
"IntendedFor": ["bids::sub-004/ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-01_SPIM.ome.tif",
"bids::sub-004/ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-02_SPIM.ome.tif",
"bids::sub-004/ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-03_SPIM.ome.tif",
"bids::sub-004/ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-04_SPIM.ome.tif"]
"IntendedFor": ["ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-01_SPIM.ome.tif",
"ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-02_SPIM.ome.tif",
"ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-03_SPIM.ome.tif",
"ses-1/micr/sub-004_ses-1_sample-B_stain-LFB_chunk-04_SPIM.ome.tif"]
}

0 comments on commit 7630a92

Please sign in to comment.