Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added gaussian filter to preprocess script #65

Merged
merged 2 commits into from
Dec 11, 2015

Conversation

AlonDaks
Copy link
Contributor

No description provided.

data = img.get_data()
if j == 0:
run_data.append(data[..., :-4])
elif j >= 1 and j <= 6:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should clarify what 1 and 6 mean

and doesn't this depend on NUM_RUNS? I think it would be more intuitive if it says NUM_RUNS - 1 instead of 6

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right -- it rephrased 6 in terms of NUM_RUNS - 2

@jodreen
Copy link
Contributor

jodreen commented Dec 10, 2015

i think documentation would be helpful, not exactly sure where you're getting a lot of constants, and what each function requires

@AlonDaks
Copy link
Contributor Author

I will add documentation in the next PR -- working to close this so I can begin testing on Amazon EC2

@lisaannyu
Copy link
Contributor

Ok I'll approve this. Just to be sure to add documentation for the next PR

lisaannyu added a commit that referenced this pull request Dec 11, 2015
Added gaussian filter to preprocess script
@lisaannyu lisaannyu merged commit ac685bf into berkeley-stat159:master Dec 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants