I just wanted to know if it would be possible to package the code for the FFTFIT algorithm bundled with PRESTO into a separate Python package under the MIT License? PRESTO already uses f2py to bind the code to Python, but I thought it would be nice to have it as a small Python package that is independent of PRESTO's Python installation. Is it fine if I go ahead with this? I thought this might also be useful for other software, like PINT (ref: nanograv/PINT#231; while they have implemented a native implementation for FFTFIT here: nanograv/PINT#777, I still think it would be nice to have a separate package, because it could be used to test their implementation against the original code as well).
I just wanted to know if it would be possible to package the code for the
FFTFITalgorithm bundled withPRESTOinto a separate Python package under the MIT License?PRESTOalready usesf2pyto bind the code to Python, but I thought it would be nice to have it as a small Python package that is independent ofPRESTO's Python installation. Is it fine if I go ahead with this? I thought this might also be useful for other software, likePINT(ref: nanograv/PINT#231; while they have implemented a native implementation forFFTFIThere: nanograv/PINT#777, I still think it would be nice to have a separate package, because it could be used to test their implementation against the original code as well).