Skip to content
#

fits

Here are 80 public repositories matching this topic...

gopi487krishna
gopi487krishna commented Oct 11, 2020

printdiff generates a report containing the differences between any two fits files , HDU's their Headers or Data (independently). The output can be generated into a some stream object which can be used for comparison/verification of data.

Basically this can be implemented as a function having overloads based on

  1. File path
  2. Headers( object can be obtained using get_
good first issue
mileslucas
mileslucas commented Feb 27, 2020

Everyone's favorite DS9/IRAF feature!

This feature would allow some way of defining the image scale according to IRAF's z-scale. This method requires some simple statistics and fitting and should return a minimum and maximum color.

Example Usage

using AstroImages
img = load("image.fits")
cmin, cmax = zscale(img, args...)

plot(img, cmin=cmin, cmax=cmax)

Referenc

help wanted good first issue

FITS File interaction written in Visual Studio C# .Net, compatible across all .Net platforms. JPFITS is not based on any other implementations and is written from the ground-up, consistent with the FITS standard, designed to interact with FITS files as object-oriented structures. See the github Wiki link below for more info.

  • Updated Jun 22, 2022
  • C#

Improve this page

Add a description, image, and links to the fits topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fits topic, visit your repo's landing page and select "manage topics."

Learn more