Paul Ray
Paul Ray
When I do `python setup.py develop --user` the install seems to work, but `import presto` fails. Not sure why. Doing `python setup.py install --user` works OK, but then I'll have...
parfile.py has this line `from slalib import sla_ecleq, sla_eqecl, sla_eqgal` This does not work for me. I have to change it to `from pyslalib.slalib import sla_ecleq, sla_eqecl, sla_eqgal` I think...
Doc fix
https://github.com/scottransom/presto/blob/24a4f31f48f63c568059dc215840d91d38c4f6f2/INSTALL.md?plain=1#L58 After this line you should say that fftw_wisdom.txt needs to be copied from $PRESTO/build/src to $PRESTO/lib
The wrapper code for gfoclt_c is broken. The argument cnfine is actually supposed to be BOTH an input and an output. The wrapper considers it only an input and thus...
When I run HENzsearch with --fit-candidates, I see that I can get the parameters of the SincSquareModel by using ``` In [15]: efperiod = load_folding('cleanfilt_bary_nicer_xti_Z2n.nc') In [16]: efperiod.best_fits Out[16]: []...
There is some problem deactivating the fermi conda environment. After deactivating, I still have that python on my path. See: ``` % which python /usr/bin/python % conda activate fermi-2.2.0 (fermi-2.2.0)...
Should make this so that it can be installed by pip and thus used in virtualenvs and conda without setting PYTHONPATH
With the new version of PRESTO, we are finding that on our Ubuntu linux machine, prepfold is spawning 36 processes to do a simple fold. For example, this runs at...
By any chance has someone made a Python3 version of this package?