Skip to content

Commit

Permalink
feat: add light stacking variant with all lights, regardless selection (
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyCesaille authored Feb 8, 2025
2 parents d4f44ce + f900443 commit b4a8bc1
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,22 @@ requires 1.2.0

cd {{process}}

# Stack calibrated lights to result.fit
# Stack calibrated lights.
stack r_pp_light rej 3 3 -norm=addscale -output_norm -filter-included -out=result_norm
load result_norm
#mirrorx -bottomup
save ../result_norm_$FILTER:%s$_$LIVETIME:%d$s

# Stack calibrated lights to result - not_normed variant.fit
# Stack calibrated lights. Not normed version.
stack r_pp_light rej 3 3 -norm=addscale -filter-included -out=result
load result
#mirrorx -bottomup
save ../result_$FILTER:%s$_$LIVETIME:%d$s

# Stack calibrated lights. Not normed and not filtered selection.
stack r_pp_light rej 3 3 -norm=addscale -out=result
load result
#mirrorx -bottomup
save ../result_ignore_selection_$FILTER:%s$_$LIVETIME:%d$s

close

0 comments on commit b4a8bc1

Please sign in to comment.