summaryrefslogtreecommitdiff
path: root/programs/hfp.lst
diff options
context:
space:
mode:
Diffstat (limited to 'programs/hfp.lst')
-rw-r--r--programs/hfp.lst35
1 files changed, 35 insertions, 0 deletions
diff --git a/programs/hfp.lst b/programs/hfp.lst
new file mode 100644
index 0000000..dced588
--- /dev/null
+++ b/programs/hfp.lst
@@ -0,0 +1,35 @@
+# hyperfocalpunkt
+#
+#d_h = f^2/(k*Z)+f
+#
+#d_h hyperfokale Entfernung
+#f Brennweite in mm
+#k Blendenzahl
+#Z Zerstreuungskreisduchmesser (Grad der Unschärfe, entspricht bei monochromen Digitalsensoren 1 Pixel -> 4.5 µm)
+#
+#6mm^2/(4*0.0045mm)+6mm = 2006 mm für die Hyperfocale Entfernung bei 6mm Brennweite (Nahpunkt 1m).
+#
+# assined to LN in user mode
+# SHIFT ASN HFP LN
+
+LBL HFP
+ALPHA Focal Length ALPHA
+XEQ PROMPT
+STO 01
+ALPHA F STOP ALPHA
+XEQ PROMPT
+STO 02
+ALPHA Pixel SIZE in um ALPHA
+XEQ PROMPT
+STO 03
+RCL 01
+X^2
+RCL 03
+1000
+/
+RCL 02
+*
+/
+RCL 01
++
+