-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
flip phillips
committed
Nov 22, 2017
1 parent
ac0aa9d
commit 8dffd61
Showing
10 changed files
with
36 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.jpg filter=lfs diff=lfs merge=lfs -text | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
*.nb filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(* ::Package:: *) | ||
|
||
|
||
Get["MonitorUtilities`MonitorUtilities`"]; | ||
|
||
Null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# MmaUtilities | ||
Mathematica Utilities | ||
# Monitor Utilities | ||
|
||
![](icon.jpg) | ||
|
||
A set of Mathematica utilities for calculating monitor size characteristics for vision experiments. | ||
|
||
Requires an association to describe the monitor --- | ||
``` | ||
<|"xres"-> ,"yres"-> ,"xsize"-> ,"ysize"->, "distance"->, "name"-> |> | ||
``` | ||
|
||
Resolution in pixels, distances and sizes in cm. | ||
|
||
Copyright © 1997-2017 Flip Phillips & Skidmore Vision Lab | ||
|
||
MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# TODO | ||
|
||
- better tests | ||
- refactor `Structure.wl` <- Merge into `RegionShape` perhaps? | ||
- integrate 2D stuff | ||
- rename/factor stuff in `DepthMapShape` | ||
- add tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"major_version": 1, | ||
"minor_version": 0, | ||
"minor_version": 1, | ||
"revision_number": 0, | ||
"build_number": 1 | ||
} |