Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created January 4, 2020 20:39
Show Gist options
  • Save chelseatroy/92bcd95af90f3f148898204744b01dc2 to your computer and use it in GitHub Desktop.
Save chelseatroy/92bcd95af90f3f148898204744b01dc2 to your computer and use it in GitHub Desktop.
Pipeline To Run
{
"data": [
{
"type": "PipelineStage",
"id": "2",
"attributes": {
"sort_order": 1,
"output_format": null,
"operation": "image_operations.remap_image",
"select_images": [
"green",
"blue"
],
"config": {}
}
},
{
"type": "PipelineStage",
"id": "3",
"attributes": {
"sort_order": 2,
"output_format": null,
"operation": "image_operations.resize_image",
"select_images": [
"green",
"blue"
],
"config": {
"width": 200,
"height": 200
}
},
},
{
"type": "PipelineStage",
"id": "4",
"attributes": {
"sort_order": 3,
"output_format": null,
"operation": "panoptes_operations.upload_subject",
"select_images": [
"green",
"blue"
],
"config": {}
},
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment