All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fact.Constants Maven / Gradle / Ivy

Go to download

The FACT telescope is a Cherenkov telescope on the island of La Palma. This set of tools is dedicated to read, parse and process raw data produced by the FACT telescope.

The newest version!
package fact;

public class Constants {


	//number of pixels
	public static final int NUMBEROFPIXEL= 1440;
	


	public static final double PIXEL_SIZE = 9.5; //9.5mm

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy