name: sample_dataset pipeline: full-workflow created_at: '2026-03-26T09:13:08.589513' workflow: steps: - name: cloud_mask processor: cloud_mask config: cloud_mask.yaml inputs: - scene keyword_inputs: {} output: cloud_mask output_file: cloud_mask.tif - name: cloud_height processor: cloud_height_emulator config: cloud_height.yaml inputs: - scene keyword_inputs: cloud_mask: cloud_mask output: cloud_height output_file: cloud_height.tif - name: albedo processor: albedo config: albedo.yaml inputs: - scene keyword_inputs: cloud_mask: cloud_mask output: albedo output_file: albedo.tif - name: refocus processor: refocus config: refocus.yaml inputs: - scene - cloud_height keyword_inputs: {} output: refocused_scene output_file: null - name: cloud_properties processor: cloud_properties config: refl2prop.yaml inputs: - refocused_scene - cloud_height keyword_inputs: albedo_data: albedo output: null output_file: properties.tif output_dir: outputs stats: - cloud_mask::class_fractions - cloud_height_emulator::percentiles - cloud_properties::percentiles - albedo::mean