Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

LCOGT/nom-tam-fits

 
 

Repository files navigation

nom-tam-fits

current status Build Status Coverage Status Maven Central

Pure java Java library for reading and writing FITS files. FITS, the Flexible Image Transport System, is the format commonly used in the archiving and transport of astronomical data.

This is the original library from http://heasarc.gsfc.nasa.gov/docs/heasarc/fits/java/ ported to maven and published to the central repo by the original developers!

Please feel free to fork us and report any found issues at our github pages (Pull request are very welcom):

nom-tam-fits git repository

visit our documentation at:

nom-tam-fits project site

If you want to use the bleeding edge version of nom-tam-fits, you can get it from sonatype:

<dependencies>
	<dependency>
		<groupId>gov.nasa.gsfc.heasarc</groupId>
		<artifactId>nom-tam-fits</artifactId>
		<version>xxxxx-SNAPSHOT</version>
	</dependency>
</dependencies>
...
<repositories>
	<repository>
		<id>sonatype-snapshots</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
</repositories>    

About

a full function 100% Java library for reading and writing FITS files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 81.6%
  • C 18.4%