Data Prep Sheet

Action Principale : condenseImages

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.pixel_data;
2 LENGTH _id_ $20;
3 /* Image 1 */
4 _id_ = 'image1'; _channel_ = 0; _row_ = 0; _col_ = 0; _value_ = 10; OUTPUT;
5 _id_ = 'image1'; _channel_ = 0; _row_ = 0; _col_ = 1; _value_ = 50; OUTPUT;
6 _id_ = 'image1'; _channel_ = 0; _row_ = 1; _col_ = 0; _value_ = 100; OUTPUT;
7 _id_ = 'image1'; _channel_ = 0; _row_ = 1; _col_ = 1; _value_ = 150; OUTPUT;
8 /* Image 2 */
9 _id_ = 'image2'; _channel_ = 0; _row_ = 0; _col_ = 0; _value_ = 200; OUTPUT;
10 _id_ = 'image2'; _channel_ = 0; _row_ = 0; _col_ = 1; _value_ = 210; OUTPUT;
11 _id_ = 'image2'; _channel_ = 0; _row_ = 1; _col_ = 0; _value_ = 220; OUTPUT;
12 _id_ = 'image2'; _channel_ = 0; _row_ = 1; _col_ = 1; _value_ = 230; OUTPUT;
13RUN;
Actions using this script
  • image condenseImages En cours
  • No other action uses this exact script.