diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-25 20:57:49 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-25 20:57:49 (GMT) |
commit | 339420dd5dd874c41f6bab5808291fb4036dd022 (patch) | |
tree | 87487fbd8214ac48fb4215569bf0cd947a222d61 /filter/tl.h | |
download | blt-339420dd5dd874c41f6bab5808291fb4036dd022.zip blt-339420dd5dd874c41f6bab5808291fb4036dd022.tar.gz blt-339420dd5dd874c41f6bab5808291fb4036dd022.tar.bz2 |
Squashed 'funtools/' content from commit 8b760b8
git-subtree-dir: funtools
git-subtree-split: 8b760b80d2c8f7ef3a157370e212b18a6510be46
Diffstat (limited to 'filter/tl.h')
-rw-r--r-- | filter/tl.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/filter/tl.h b/filter/tl.h new file mode 100644 index 0000000..4e7dcfe --- /dev/null +++ b/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 |