Closed hayalaso closed 3 years ago
I recently figured out how to do this and can help with the click package.
This issue has become stale. Is there an update? We will close in 14 days
@cbrisboi I can add this, but I just want to make sure about which scripts we want to be executables. Besides hal_hdf5_to_fits.py
, is there another one we want?
We can add the point source script too. I dont see a reason not to, although its of somewhat limited use. Having the two scripts from the readme in there would be extremely helpful though.
Quick thing I noticed about the hal_hdf5_to_fits.py
. The start and end MJD's are hardcoded from when I wrote it originally. We should convert those to arguments and perhaps choose updated values for the default.
Ok, we can do it in steps. I'll make a branch to add the scripts as install programs and then work on improving the scripts in another branch.
This issue has become stale. Is there an update? We will close in 14 days
Feature Request
Adding the variable
scripts=[],
in the setup function ofsetup,py
can put the scripts, such ashal_hdf5_to_fits.py
in the path for easy use.