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

Cheat Sheet Poster #326

Merged
merged 6 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions episodes/02-image-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ as numeric abstractions, approximations of what we see with our eyes in the real
Before we begin to learn how to process images with Python programs,
we need to spend some time understanding how these abstractions work.

::::::::::::::::::::::::::::::::::::::::: callout

Feel free to make use of the [available cheat-sheet](./files/cheatsheet.html) as a guide for the rest of the course material. View it online, share it, or print the [PDF](./files/cheatsheet.pdf)!

::::::::::::::::::::::::::::::::::::::::::::::::::

## Pixels

It is important to realise that images are stored as rectangular arrays
Expand Down
34 changes: 34 additions & 0 deletions episodes/files/assets/dc-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/files/assets/fixed_cells_masked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions episodes/files/cheatsheet.html

Large diffs are not rendered by default.

Binary file added episodes/files/cheatsheet.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ to share your experience with the lesson Maintainers.
- Be aware that learners might get surprising results in the *Keeping only low intensity pixels* exercise, if `plt.imshow` is called without the `vmax` parameter.
A detailed explanation is given in the *Plotting single channel images (cmap, vmin, vmax)* callout box.

## Additional resources

- A cheat-sheet with graphics illustrating some concepts in this lesson is available:
- [Cheat-sheet HTML for viewing in browser](../episodes/files/cheatsheet.html).
- [PDF version for printing](../episodes/files/cheatsheet.pdf).


## Questions from Learners

Expand Down
Loading