Liking cljdoc? Tell your friends :D

org.soulspace.astronomy.photographic

Photographic functions.

Photographic functions.
raw docstring

angle-of-viewclj/s

(angle-of-view focal-length size)

Calculates the angle of view of an image for the given focal length and sensor size.

Calculates the angle of view of an image for the given focal length and sensor size.
sourceraw docstring

diagonalclj/s

(diagonal a)
(diagonal a b)

Calculates the diagonal of a rectangle.

Calculates the diagonal of a rectangle.
sourceraw docstring

exposure-valueclj/s

(exposure-value f-stop shutter-speed)
(exposure-value f-stop shutter-speed iso)

Calculates the exposure value for the given f-stop and shutter speed.

Calculates the exposure value for the given f-stop and shutter speed.
sourceraw docstring

f-stopclj/s

(f-stop exposure-value shutter-speed)
(f-stop exposure-value shutter-speed iso)

Calculates the aperture for the given exposure value and shutter speed (with the optional iso value).

Calculates the aperture for the given exposure value and shutter speed
(with the optional iso value).
sourceraw docstring

hyperfocal-distanceclj/s

(hyperfocal-distance focal-length f-stop)
(hyperfocal-distance focal-length f-stop circle-of-confusion)

Calculates the hyperfocal distance for the given focal length, f-stop and optionally the circle of confusion.

Calculates the hyperfocal distance for the given focal length,
f-stop and optionally the circle of confusion.
sourceraw docstring

hyperfocal-distance-approximationclj/s

(hyperfocal-distance-approximation focal-length f-stop)
(hyperfocal-distance-approximation focal-length f-stop circle-of-confusion)

Calculates an approximation of the hyperfocal distance for the given focal length, f-stop and optionally the circle of confusion.

Calculates an approximation of the hyperfocal distance for the given focal length,
f-stop and optionally the circle of confusion.
sourceraw docstring

isoclj/s

(iso exposure-value f-stop shutter-speed)

Calculates the iso value for the given exposure value, f-stop and shutter speed.

Calculates the iso value for the given exposure value, f-stop and shutter speed.
sourceraw docstring

panoramic-image-countclj/s

(panoramic-image-count focal-length size)
(panoramic-image-count focal-length size overlap)
(panoramic-image-count focal-length size arc-size overlap)

Calculates the number of images needed for a panorama given the focal length, sensor size, panorama arc and overlap.

Calculates the number of images needed for a panorama given the focal length, sensor size, panorama arc and overlap.
sourceraw docstring

pixel-size-eos600dclj/s

source

shutter-speedclj/s

(shutter-speed exposure-value f-stop)
(shutter-speed exposure-value f-stop iso)

Calculates the aperture for the given exposure value and f-stop (with the optional iso value).

Calculates the aperture for the given exposure value and f-stop
(with the optional iso value).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close