Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunsided/filmdev

Film Developer Parameter Estimation
https://github.com/sunsided/filmdev

artificial-intelligence estimation film-developer film-is-not-dead matlab photography prediction

Last synced: 14 days ago
JSON representation

Film Developer Parameter Estimation

Awesome Lists containing this project

README

        

# Film Developer Parameter Estimation

MATLAB script for estimation of film/developer combination development times based on given combination samples.

## Operation

Using given temperature and sensitivities, this script approximates the function `time(sensitivity)` using logarithmic fitting by finding optimum values `alpha` and `beta` such that

time(sensitivity) = sensitivity^alpha + 10^beta

## Example

An example result of Tri-X 400 in Xtol. The algorithm determined `t(asa) = asa^0.20537 + 10^0.44103` for `Xtol 1+1`, which results in a development time of 6:10 for 400 ASA target sensitivity, 6:42 for 800 ASA etc.

![Example Screenshot](https://raw.github.com/sunsided/filmdev/master/example.png)

## License

Copyright © 2013-2014 Markus Mayer

Film Developer Parameter Estimation is licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission -
subsequent versions of the EUPL (the "Licence"); you may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at:

[http://joinup.ec.europa.eu/software/page/eupl/licence-eupl](http://joinup.ec.europa.eu/software/page/eupl/licence-eupl)

Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence.