Skip to content

Commit

Permalink
Note about backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Feb 11, 2025
1 parent 0cf2a0c commit bbb706b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions astrocut/cutouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def fits_cut(input_files: List[Union[str, Path, S3Path]], coordinates: Union[Sky
Note: No checking is done on either the WCS pointing or pixel scale. If images don't line up
the cutouts will also not line up.
This function is maintained for backwards compatibility. For maximum flexibility, we recommend using
``FITSCutout`` directly.
Parameters
----------
input_files : list
Expand Down Expand Up @@ -140,6 +143,9 @@ def img_cut(input_files: List[Union[str, Path, S3Path]], coordinates: Union[SkyC
Note: No checking is done on either the WCS pointing or pixel scale. If images don't line up
the cutouts will also not line up.
This function is maintained for backwards compatibility. For maximum flexibility, we recommend using
``FITSCutout`` directly.
Parameters
----------
input_files : list
Expand Down

0 comments on commit bbb706b

Please sign in to comment.