Skip to index filter Skip to main content
dfreprojectdfreproject
Search the documentation

dfreproject

  • Change appearance
    • Change appearance
    • Light
    • Dark
    • Automatic
  Index
Index

Contents:

  • Astronomical Coordinate Transformations
  • Examples
    • Test of reprojection
    • Comparison of Astropy vs Torch implementation of coordinate transformation
    • Comparison of interpolation methods
  • API Reference
    • dfreproject
      • dfreproject.lanczos
      • dfreproject.reproject
      • dfreproject.sip
      • dfreproject.tensorhdu
      • dfreproject.utils
  1. Start
  2. API Reference
  3. dfreproject
  4. dfreproject.tensorhdu

dfreproject.tensorhdu¶

Classes¶

TensorHDU

FITS primary HDU class.

Module Contents¶

class dfreproject.tensorhdu.TensorHDU(data=None, header=None, do_not_scale_image_data=False, ignore_blank=False, uint=True, scale_back=None)[source]¶

Bases: astropy.io.fits.PrimaryHDU

FITS primary HDU class.

property tensor: torch.Tensor[source]¶

Returns the image data as a torch.Tensor.

  On this page
  • dfreproject.tensorhdu
    • Classes
    • Module Contents
      • TensorHDU
        • TensorHDU.tensor
  • Previous dfreproject.sip
  • Next dfreproject.utils
dfreproject
  • 2025, Carter Rhea
Built with Sphinx 8.1.3 and Nefertiti 0.8.10