On  306  % effectivefov filter profile  telescope driver\ B=1CelestronC11indi_ioptronv3_telescopeSchmidt-Cassegrain    1gN?  ASI EFWHa--C4  ASI EFWLUM--A   ASI EFWSII--   ASI EFWOIII--   ASI EFWBlue--   ASI EFWGreen--   ASI EFWRed--     %   ESOlocalhost! Simulators mWB&!\5AAG Cloud Watcher NGWeather[)iOptron CEM120MountZSX CCDGuiderYASI EFWFilterXNexDomeDomeWZWO CCDCCDV!AstrometryAux1/ Focuser SimulatorFocuser' CCD SimulatorCCD3 Telescope SimulatorMount   P3 /A!_CDS/P/Fermi/colorFermi Color HEALPix surveyLaunched on June 11, 2008, the Fermi Gamma-ray Space Telescope observes the cosmos using the highest-energy form of light. This survey sums all data observed by the Fermi mission up to week 396. This version of the Fermi survey are intensity maps where the summed counts maps are divided by the exposure for each pixel. We anticipate using the HEASARC Hera capabilities to update this survey on a roughly quarterly basis. Data is broken into 5 energy bands : 30-100 MeV Band 1, 100-300 MeV Band 2, 300-1000 MeV Band 3, 1-3 GeV Band 4 , 3-300 GeV Band 5. The SkyView data are based upon a Cartesian projection of the counts divided by the exposure maps. In the Cartesian projection pixels near the pole have a much smaller area than pixels on the equator, so these pixels have smaller integrated flux. When creating large scale images in other projections users may wish to make sure to compensate for this effect the flux conserving clip-resampling option.9equatorial512jpeg fitshttp://alaskybis.u-strasbg.fr/Fermi/Color1D / Y!_CDS/P/2MASS/color2MASS color J (1.23 microns), H (1.66 microns), K (2.16 microns)2MASS has uniformly scanned the entire sky in three near-infrared bands to detect and characterize point sources brighter than about 1 mJy in each band, with signal-to-noise ratio (SNR) greater than 10, using a pixel size of 2.0". This has achieved an 80,000-fold improvement in sensitivity relative to earlier surveys. 2MASS used two highly-automated 1.3-m telescopes, one at Mt. Hopkins, AZ, and one at CTIO, Chile. Each telescope was equipped with a three-channel camera, each channel consisting of a 256x256 array of HgCdTe detectors, capable of observing the sky simultaneously at J (1.25 microns), H (1.65 microns), and Ks (2.17 microns). The University of Massachusetts (UMass) was responsible for the overall management of the project, and for developing the infrared cameras and on-site computing systems at both facilities. The Infrared Processing and Analysis Center (IPAC) is responsible for all data processing through the Production Pipeline, and construction and distribution of the data products. Funding is provided primarily by NASA and the NSF9equatorial512jpeg fitshttp://alaskybis.u-strasbg.fr/2MASS/Color1f -#![CDS/P/DSS2/colorDSS coloredColor composition generated by CDS. This HiPS survey is based on 2 others HiPS surveys, respectively DSS2-red and DSS2-blue HiPS, both of them directly generated from original scanned plates downloaded from STScI site. The red component has been built from POSS-II F, AAO-SES,SR and SERC-ER plates. The blue component has been build from POSS-II J and SERC-J,EJ. The green component is based on the mean of other components. Three missing plates from red survey (253, 260, 359) has been replaced by pixels from the DSSColor STScI jpeg survey. The 11 missing blue plates (mainly in galactic plane) have not been replaced (only red component).9equatorial512jpeg fitshttp://alasky.u-strasbg.fr/DSS/DSSColor1 /CDS/P/Fermi/color/CDS/P/2MASS/color- CDS/P/DSS2/color  j 4uk/';indef 3tablefovfov CREATE TABLE fov ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL DEFAULT 'NULL', color TEXT DEFAULT NULL, sizeX NUMERIC DEFAULT NULL, sizeY NUMERIC DEFAULT NULL, shape TEXT DEFAULT NULL)< Ktablewishlistwishlist CREATE TABLE wishlist ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Date NUMERIC NOT NULL DEFAULT NULL, Type TEXT DEFAULT NULL, UIUD TEXT DEFAULT NULL)^tablefilterfilter CREATE TABLE filter ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Vendor TEXT DEFAULT NULL, Model TEXT DEFAULT NULL, Type TEXT DEFAULT NULL, Color TEXT DEFAULT NULL,Exposure REAL DEFAULT 1.0,Offset INTEGER DEFAULT 0,UseAutoFocus INTEGER DEFAULT 0,LockedFilter TEXT DEFAULT '--',AbsoluteFocusPosition INTEGER DEFAULT 0)utableeyepieceeyepieceCREATE TABLE eyepiece ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Vendor TEXT DEFAULT NULL, Model TEXT DEFAULT NULL, FocalLength REAL NOT NULL DEFAULT NULL, ApparentFOV REAL NOT NULL DEFAULT NULL, FOVUnit TEXT NOT NULL DEFAULT NULL)>_tablelenslensCREATE TABLE lens ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Vendor TEXT NOT NULL DEFAULT 'NULL', Model TEXT DEFAULT NULL, Factor REAL NOT NULL DEFAULT NULL)tableflagsflagsCREATE TABLE flags ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, RA TEXT NOT NULL DEFAULT NULL, Dec TEXT NOT NULL DEFAULT NULL, Icon TEXT NOT NULL DEFAULT 'NULL', Label TEXT NOT NULL DEFAULT 'NULL', Color TEXT DEFAULT NULL, Epoch TEXT DEFAULT NULL)wtabletelescopetelescopeCREATE TABLE telescope ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Vendor TEXT DEFAULT NULL, Aperture REAL NOT NULL DEFAULT NULL, Model TEXT DEFAULT NULL, Driver TEXT DEFAULT NULL, Type TEXT DEFAULT NULL, FocalLength REAL DEFAULT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)AetableuseruserCREATE TABLE user ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Name TEXT NOT NULL DEFAULT 'NULL', Surname TEXT NOT NULL DEFAULT 'NULL', Contact TEXT DEFAULT NULL)JmtableVersionVersionCREATE TABLE Version (Version CHAR DEFAULT NULL)   4 v ^5U''stablecustomdriverscustomdriversCREATE TABLE customdrivers ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Name TEXT DEFAULT NULL, Label TEXT DEFAULT NULL UNIQUE, Manufacturer TEXT DEFAULT NULL, Family TEXT DEFAULT NULL, Exec TEXT DEFAULT NULL, Version TEXT DEFAULT 1.0)9M'indexsqlite_autoindex_customdrivers_1customdriversA%%EtableeffectivefoveffectivefovCREATE TABLE effectivefov ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Profile TEXT DEFAULT NULL, Width INTEGER DEFAULT NULL, Height INTEGER DEFAULT NULL, PixelW REAL DEFAULT 5.0,PixelH REAL DEFAULT 5.0,FocalLength REAL DEFAULT 0.0,FovW REAL DEFAULT 0.0,FovH REAL DEFAULT 0.0)]tabledslrdslrCREATE TABLE dslr (id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, Model TEXT DEFAULT NULL, Width INTEGER DEFAULT NULL, Height INTEGER DEFAULT NULL, PixelW REAL DEFAULT 5.0,PixelH REAL DEFAULT 5.0)';indexsqlite_autoindex_hips_1hips(3tablehipshipsCREATE TABLE hips (ID TEXT NOT NULL UNIQUE,obs_title TEXT NOT NULL, obs_description TEXT NOT NULL, hips_order TEXT NOT NULL,hips_frame TEXT NOT NULL, hips_tile_width TEXT NOT NULL, hips_tile_format TEXT NOT NULL,hips_service_url TEXT NOT NULL, moc_sky_fraction TEXT NOT NULL)}tabledarkframedarkframeCREATE TABLE darkframe (id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, ccd TEXT NOT NULL, chip INTEGER DEFAULT 0, binX INTEGER, binY INTEGER, temperature REAL, duration REAL, filename TEXT NOT NULL, timestamp DATETIME DEFAULT CURRENT_TIMESTAMP)P{tabledriverdriverCREATE TABLE driver (id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, label TEXT NOT NULL, role TEXT NOT NULL, profile INTEGER NOT NULL, FOREIGN KEY(profile) REFERENCES profile(id)); MtableprofileprofileCREATE TABLE profile (id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, host TEXT, port INTEGER, city TEXT, province TEXT, country TEXT, indiwebmanagerport INTEGER DEFAULT NULL, autoconnect INTEGER DEFAULT 1, guidertype INTEGER DEFAULT 0, guiderhost TEXT, guiderport INTEGER,primaryscope INTEGER DEFAULT 0, guidescope INTEGER DEFAULT 0, indihub INTEGER DEFAULT 0,remotedrivers TEXT DEFAULT NULL)( #tablehorizonshorizons CREATE TABLE horizons ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL,label TEXT NOT NULL,enabled INTEGER NOT NULL) tablelogentrylogentry CREATE TABLE logentry ( id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT, content TEXT NOT NULL DEFAULT 'NULL', UIUD TEXT DEFAULT NULL, DateTime NUMERIC NOT NULL DEFAULT NULL, User INTEGER DEFAULT NULL REFERENCES user (id), Location TEXT DEFAULT NULL, Telescope INTEGER DEFAULT NULL REFERENCES telescope (id),Filter INTEGER DEFAULT NULL REFERENCES filter (id), lens INTEGER DEFAULT NULL REFERENCES lens (id), Eyepiece INTEGER DEFAULT NULL REFERENCES eyepiece (id), FOV INTEGER DEFAULT NULL REFERENCES fov (id))  3 ESO0 @ff`@ff` @6b @1~l