Actions
Feature #329
closedAdd maxthresh cutoff to DoG picker within TiltPicker
Start date:
04/07/2010
Due date:
% Done:
100%
Estimated time:
Description
Add maxthresh cutoff to DoG picker within TiltPicker
Updated by Neil Voss over 14 years ago
- Project changed from Appion to TiltPicker
Updated by Neil Voss over 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Neil Voss to Amber Herold
Fixed in r13434.
Updated by Neil Voss over 14 years ago
Note I had to completely redesign dialog box to have standard and advanced options, because there are now too many options.
Updated by Amber Herold over 14 years ago
- Assignee changed from Amber Herold to Neil Voss
Hey Neil, what's going on with specifying unicode? Just for good practice or is there another reason?
# -*- coding: utf-8 -*-
Updated by Neil Voss over 14 years ago
- Assignee changed from Neil Voss to Amber Herold
In general, python assumes the file is encoded as ASCII, but for this file I needed to included the π character in the program, so I had to specify unicode. There may be another way to do this, but I knew how to do it this way.
Updated by Amber Herold over 14 years ago
- Status changed from In Code Review to In Test
- Assignee changed from Amber Herold to Ed Brignole
Updated by Neil Voss over 14 years ago
- Status changed from In Test to Closed
- Assignee deleted (
Ed Brignole)
Actions