Created
January 4, 2020 20:39
-
-
Save chelseatroy/92bcd95af90f3f148898204744b01dc2 to your computer and use it in GitHub Desktop.
Pipeline To Run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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