Skip to content

Commit

Permalink
add col index to region mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 30, 2024
1 parent 292ee22 commit a219071
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions siibra/attr/util/region_mapping/v0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
},
{
"$ref": "#/definitions/row-index"
},
{
"$ref": "#/definitions/col-index"
}
]
},
Expand Down Expand Up @@ -138,6 +141,17 @@
"type": "number"
}
}
},
"col-index": {
"type": "object",
"properties": {
"@type": {
"const": "csv/col-index"
},
"index": {
"type": "number"
}
}
}
}
}

0 comments on commit a219071

Please sign in to comment.