Use the Binarize process on a copy the dark, binarize with a low value (just somewhat above the median level, some trial and error should get you there quickly).
You may also use PixelMath and and someting like if($t>Median() + sometuff, 1, 0), but I do not know the syntax from the opt of my head. Binarize should be ok
-- bitli