Skip to content

Commit

Permalink
added development and other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
flip phillips committed Nov 22, 2017
1 parent ac0aa9d commit 8dffd61
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
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
29 changes: 7 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

Flip's dot files.
Monitor Utilities

![](icon.png)

Expand All @@ -27,30 +27,15 @@ Flip's dot files.

## [Unreleased Changes]

### Added

- Metrics, Patches, Region, DepthMap
- Attic for 2D stuff

### Changed

- version in paclet and json

### Removed
## [1.1.0] - 2017-11-01

- Eclipse project file
- gitignore for `doc.xml`
- Documentation

## [2.0.0] - 2017-08-15

### Changed

- migrated from Workbench
### Added

- Development / test stuff

## [1.0.0] - 2017-01-01
## [1.0.0] - 2017-11-01

### Added

- everything from 1984 on.
- first version extracted from various MMa files

3 changes: 3 additions & 0 deletions Development/Monitor Development.nb
Git LFS file not shown
2 changes: 1 addition & 1 deletion Kernel/init.wl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(* ::Package:: *)


Get["MonitorUtilities`MonitorUtilities`"];

Null
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Skidmore Vision Lab
Copyright (c) 1997-2017 Flip Phillips & Skidmore Vision Lab

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 16 additions & 2 deletions README.md
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
5 changes: 1 addition & 4 deletions TODO.md
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
3 changes: 3 additions & 0 deletions icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion version.json
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
}

0 comments on commit 8dffd61

Please sign in to comment.