Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active July 26, 2021 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/21a9eafaa223636c416326f76f2dd906 to your computer and use it in GitHub Desktop.
Save raganmd/21a9eafaa223636c416326f76f2dd906 to your computer and use it in GitHub Desktop.
cue_list = {
"cue1" : {
"file" : '/Map/Banana.tif',
"mono" : 0 ,
"invert" : 1,
"brightness" : 0.71,
"blacklevel" : 0.51,
"contrast" : 1.93
} ,
"cue2" : {
"file" : '/Map/Smiley.tif',
"mono" : 1 ,
"invert" : 0,
"brightness" : 1,
"blacklevel" : 0.51,
"contrast" : 1.5
} ,
"cue3" : {
"file" : '/Map/OilDrums.jpg',
"mono" : 0,
"invert" : 1,
"brightness" : 0.71,
"blacklevel" : 0.51,
"contrast" : 1.93
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment