r10439: canera database
[cl-photo.git] / package.lisp
index 283f0e0f708e11ecb3e5f910e46cb0a1e12a18c4..253ca02ddcbf7891b633821756719710596d1b4a 100755 (executable)
 
 (in-package #:cl-user)
 
-(defpackage #:photo
-  (:use #:common-lisp)
+(defpackage #:cl-photo
+  (:use #:common-lisp #:kmrcl)
+  (:nicknames #:photo)
   (:export
 
+   ;; cameras.lisp
+   #:pixel-dimensions
+   #:imager-dimensions
+   #:output-dimensions
+   
    ;; fov.lisp
    #:aov
    #:aov-format
    #:aov-distance
+   #:magnification
+   #:bellows-factor
+   #:image-distance
 
    ;; dof.lisp
+   #:coc
    #:coc-format
-   #:coc-sensor
+   #:coc-pixels
+   #:coc-pixels-format
    #:coc-airy
    #:dof
    #:hyperfocal
+   #:effective-aperture
+
+   ;; tables.lisp
+   #:hyperfocal-list
+   #:hyperfocal-table
+   #:aov-table
    ))