USAGE: PARAM type: Date|GammaRayPhoton|AngularDistance|Coordinates|Help ------------------------ type=Date: Date converter Input Parameters: dateInput: Input Date dateType: Date type given in input: 1-9 1: ISO 8601 date (yyyy-MM-dd hh:mm:ss[.SSS]) or 'now' for current date 2: Calendar date (yyyy-Mon-dd hh:mm:ss[.SSS]) 3: Year and day number (yyyy.ddd hh:mm:ss[.SSS]) 4: Julian Day (ddddddd.ddd...) 5: Modified Julian Day (ddddd.ddd...) 6: Swift seconds since 2001.0 UTC (decimal) 7: Fermi seconds since 2001.0 UTC (decimal) 8: Agile seconds since 2004.0 UTC (decimal) 9: Unix seconds since 1970.0 UTC (decimal) Output parameters: Status: 0 -> ok , -1 -> error Message: when Status= -1 will be reported an error description Output[]: all the conversions example: https://tools.ssdc.asi.it/Converter?type=Date&dateInput=now&dateType=1 ------------------------ ------------------------ type=GammaRayPhoton: Gamma-ray Photon Flux Conversion Input Parameters: photonFlux: Integrated Photon Flux [ph/cm2/s] photonFluxError: Photon Flux Error energyPoint: Energy point (MeV) energyMin: Energy min (MeV) energyMax: Energy max (MeV) spectralIndex: Photon Spectral index (>0) Output parameters: Status: 0 -> ok , -1 -> error Message: when Status= -1 will be reported an error description Output[]: all the conversions example: https://tools.ssdc.asi.it/Converter?type=GammaRayPhoton&photonFlux=1&photonFluxError=0.1&energyPoint=2&energyMin=3&energyMax=4&spectralIndex=5 ------------------------ ------------------------ ------------------------ type=AngularDistance: Angular distance calculator Input Parameters: Ra 1(deg): Dec 1(deg) Ra 2(deg): Dec 2(deg) Output parameters: Status: 0 -> ok , -1 -> error Message: when Status= -1 will be reported an error description Output[]: the distance in degrees example: https://tools.ssdc.asi.it/Converter?type=AngularDistance&ra1=1.0&dec1=2.0&ra2=2.5&dec2=4.0 ------------------------ ------------------------ ------------------------ type=Coordinates: Coordinates converter and NH calculator Input Parameters: Coord1 Coord2 inputType: [RADEC|LB|ECL] Ra-dec (deg) | Galactic | Ecliptic equinox [J2000|B1950] Output parameters: Status: 0 -> ok , -1 -> error Message: when Status= -1 will be reported an error description Output[]: coordinates in Ra-Dec (deg), galactic (L,B) and eclipic (Lon,Lat) formats and the NH calculated example: https://tools.ssdc.asi.it/Converter?type=Coordinates&c1=1.0&c2=2.0&inputType=RADEC&equinox=J2000 ------------------------ type=help: print this help