summaryrefslogtreecommitdiffstats
path: root/funtools/filter/tl.h
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/filter/tl.h')
-rw-r--r--funtools/filter/tl.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/funtools/filter/tl.h b/funtools/filter/tl.h
new file mode 100644
index 0000000..4e7dcfe
--- /dev/null
+++ b/funtools/filter/tl.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory
+ */
+
+/*
+ *
+ * tl.h -- declarations for tl parsing
+ *
+ */
+
+#ifndef __tl_h
+#define __tl_h
+
+#include "prsetup.h"
+
+_PRbeg
+
+double tlp2i _PRx((double dp, double tlmin, double binsiz, int type));
+int itlp2i _PRx((double dp, double tlmin, double binsiz, int type));
+double tli2p _PRx((double di, double tlmin, double binsiz, int type));
+double tldim _PRx((double tlmin, double tlmax, double binsiz, int type));
+
+_PRend
+
+#endif