We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue to capture small non-urgent things that I notice while adding new functionality:
_get_cutout_limits docstring parameters is wrong (center_coord is no longer a param)
_get_cutout_limits
target_pixel_file = os.path.join(output_path, tpf_name) is indented one too far
target_pixel_file = os.path.join(output_path, tpf_name)
Get rid of the overwrite=True or make it an argument in cube_cut?
cube_cut
Make cube_cut handle x vs y consistent with new fits_cut functionality (which is correct)
fits_cut
Update file creation date to reflect cutout date not cube date
extname
add_keywords
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue to capture small non-urgent things that I notice while adding new functionality:
cube_cut.py
_get_cutout_limits
docstring parameters is wrong (center_coord is no longer a param)target_pixel_file = os.path.join(output_path, tpf_name)
is indented one too farGet rid of the overwrite=True or make it an argument in
cube_cut
?Make
cube_cut
handle x vs y consistent with newfits_cut
functionality (which is correct)Update file creation date to reflect cutout date not cube date
Tests
extname
argument inadd_keywords
General
The text was updated successfully, but these errors were encountered: