Return the full path to the 'psadilookup.dat' file. The 'psadilookup.dat' file contains the lookup table for the cape routines. Returns: :obj:`str`: The full path to the 'psadilookup.dat' file.
()
| 3031 | |
| 3032 | |
| 3033 | def psafilepath(): |
| 3034 | """Return the full path to the 'psadilookup.dat' file. |
| 3035 | |
| 3036 | The 'psadilookup.dat' file contains the lookup table for the cape |
| 3037 | routines. |
| 3038 | |
| 3039 | Returns: |
| 3040 | |
| 3041 | :obj:`str`: The full path to the 'psadilookup.dat' file. |
| 3042 | |
| 3043 | """ |
| 3044 | return os.path.join(os.path.dirname(__file__), "data", "psadilookup.dat") |
| 3045 | |
| 3046 | |
| 3047 | def get_filepath(obj): |