
fact.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fact-tools Show documentation
Show all versions of fact-tools Show documentation
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