Skip to content

cold_pixel_fix for mlv_dump

Bitbucket Importer requested to merge bitbucket/merged-pr-383 into branch/unified

Created originally on Bitbucket by escho

Was already merged in Bitbucket before import, marked as merged by the import user

See here my proposal for porting the cold-pix-fix to mlv_dump. This proposal affects both, raw2dng and mlv_dump.

  • raw2dng:
  • Design the fix to work in a single function.
  • Move all the needed "definitions" inside this function (for example: max_badpixels)
  • change i to framenumber, because its easier (for me) to understand
  • Pass fix_bad_pixels and framenumber to the function and make all inside the function . ** mlv_dump:*
  • Introduce --fixcp for fixing cold pixels
  • call the fix-function of raw2dng for doing the rest

I don´t know, whether all is ok, what I did. So I wait for your comments.

Merge request reports