Homework 1 Generally done well – but remember all is an illusion.

Slides:



Advertisements
Similar presentations
CIT 590 Intro to Programming Lecture 7. Agenda Configuring IDLE (now that your code is getting huge) Exceptions Testing for exceptions – the weird self.assertRaises.
Advertisements

CSC1016 Coursework Clarification Derek Mortimer March 2010.
Video Processing EN292 Class Project By Anat Kaspi.
Get number The ginput command creates crosshairs. When the user clicks the x,y values of the crosshairs are returned.
Ideal Projectile Equations: If the only force is weight, then the x velocity stays constant (a x = 0). The y velocity changes with time and position (y.
Презентація за розділом “Гумористичні твори”
Центр атестації педагогічних працівників 2014
Галактики і квазари.
Характеристика ІНДІЇ.
Процюк Н.В. вчитель початкових класів Боярської ЗОШ І – ІІІ ст №4
LESSON 8: USING FORMULAS IN GEOMETRY Geometry. FORMULAS.
HW 2 Discussion Remember, everything is still an illusion.
Names Variables Type Checking Strong Typing Type Compatibility 1.
STRINGS & STRING HANDLING FUNCTIONS STRINGS & STRING HANDLING FUNCTIONS.
Creating With Code.
Lesson 13-1: Matrices & Systems Objective: Students will: State the dimensions of a matrix Solve systems using matrices.
D75P 34 – HNC Computer Architecture Interim Week Hexadecimal revisited! © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except.
Chapter 7 – End-to-End Data Two main topics Presentation formatting Compression We will go over the main issues in presentation formatting, but not much.
Python Arrays. An array is a variable that stores a collection of things, like a list. For example a list of peoples names. We can access the different.
Texture Mapping CAP4730: Computational Structures in Computer Graphics.
Introduction Copyright © Software Carpentry This work is licensed under the Creative Commons Attribution License See
Духовні символи Голосіївського району
Codes Octal Power Hexadecimal ASCII BCD Code
Data and Data Science Some Final Thoughts. Scientific Programming Basically always follows the same structure: – Formatted reading in of the data and.
Hacking Minecraft on the Raspberry Pi using Python
Using force meters Click on the type of force meter that you are going to use.
Tables Example #1 How good is this image as an example of a table? Rate it from 1 to 10, with 10 as an excellent example and 1 as a poor example.
Bubble sort. Quite slow, but simple Principles: Compare 2 numbers next to each other (lets call it current and the one next to it) If the current number.
Python - Iteration A FOR loop is ideal if we know how many times we want to repeat. Try this code: for loopCounter in range(10): print(loopCounter) There.
Image from
Chapter 2- Visual Basic Schneider1 Programming Languages: Machine Language Assembly Language High level Language.
Arrays and Pointers Variables are just names of memory locations An array is a variable (just with many memory locations – all contiguous) Address = pointer.
Learning and remembering.
Week 13: Up the Ante and Test Yourself
Data and Data Science Some Final Thoughts.
Homework 6 Responses There are only 3 shelves
Проф. д-р Васил Цанов, Институт за икономически изследвания при БАН
ЗУТ ПРОЕКТ на Закон за изменение и допълнение на ЗУТ
О Б Щ И Н А С И Л И С Т Р А П р о е к т Б ю д ж е т г.
Електронни услуги на НАП
Боряна Георгиева – директор на
РАЙОНЕН СЪД - БУРГАС РАБОТНА СРЕЩА СЪС СЪДЕБНИТЕ ЗАСЕДАТЕЛИ ПРИ РАЙОНЕН СЪД – БУРГАС 21 ОКТОМВРИ 2016 г.
Сътрудничество между полицията и другите специалисти в България
Съобщение Ръководството на НУ “Христо Ботев“ – гр. Елин Пелин
НАЦИОНАЛНА АГЕНЦИЯ ЗА ПРИХОДИТЕ
ДОБРОВОЛЕН РЕЗЕРВ НА ВЪОРЪЖЕНИТЕ СИЛИ НА РЕПУБЛИКА БЪЛГАРИЯ
Съвременни софтуерни решения
ПО ПЧЕЛАРСТВО ЗА ТРИГОДИШНИЯ
от проучване на общественото мнение,
Васил Големански Ноември, 2006
Програма за развитие на селските райони
ОПЕРАТИВНА ПРОГРАМА “АДМИНИСТРАТИВЕН КАПАЦИТЕТ”
БАЛИСТИКА НА ТЯЛО ПРИ СВОБОДНО ПАДАНЕ В ЗЕМНАТА АТМОСФЕРА
МЕДИЦИНСКИ УНИВЕРСИТЕТ – ПЛЕВЕН
Стратегия за развитие на клъстера 2015
Моето наследствено призвание
Правна кантора “Джингов, Гугински, Кючуков & Величков”
Безопасност на движението
Starter answer these questions in your book
Homework Correction Take out your workbook!
CORRECT HOMEWORK TAKE OUT YOUR WORKBOOK.
Read the Procedure for STEP 5 located on page 11 of your instructions…
CORRECT HOMEWORK TAKE OUT YOUR WORKBOOK.
Similarities Differences
Missing digits game.
Assessment and Homework Feedback
Lecture 17 – Practice Exercises 3

Lecture 17 – Practice Exercise 3 SOLUTIONS
Given that {image} {image} Evaluate the limit: {image} Choose the correct answer from the following:
Presentation transcript:

Homework 1 Generally done well – but remember all is an illusion

Convert x,y,z to 2D array of intensity values There are many ways to do this but all are operationally the same that involve two loops (for loop, do loop, etc) Always do code tests on small pieces of the data. (like turn the first 100 lines into 10x10 array)

C++

Fortran Loops (similar in Python)

Reshape function in Python

Array of Values Best way to actually report 100x100 = 1000 values is via EXCEL

Byte Array to Image Why?

Need to get X and Y correct

Paving the Moon

Cheating

Smoothing Filters

Fortran

Done in C

3x3 weighted

La Place

Assorted Nonsense