TimeList.xmlɂ

ꏊF
CuteClock.exeƓtH_ɂBȂꍇ́ACuteClock.exeNƐ邪ÂƂ̓eCUTE-Iłグ̂̂ƂȂB

ύX̕@F
ETimeList.xml̕ύXCuteClock.exe̎sɍsƂ͂ł܂BsĂꍇ́ACuteClock.exeĂB
EeLXgt@CŊJāAB
Eyyyy-mm-ddThh:mm:ss̏œ

t@C̓eF
il͈قȂĂ\Bj
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  <list>
    <launch_utc>2003-06-30T14:15:26
    </launch_utc>
    <aos_utc>2006-01-27T20:47:50
    </aos_utc>
    <los_utc>2006-01-27T21:03:10
    </los_utc>
    <gs_latitude>35.601174
    </gs_latitude>
    <gs_longitude>139.684885
    </gs_longitude>
    <gs_height>110
    </gs_height>
    <autoupdate>True
    </autoupdate>
    <gs_url>http://gsas.mes.titech.ac.jp:8080/Orbit/OrbitalCalcuration
    </gs_url>
  </list>

vO̓F
Pj
vÓAgs_urlŎw肵URLɃANZXAƂĕԂĂy[W͂āApXo悤ɂȂĂBy[W̉͂ɂẮAid='orbitalprediction'肪ɃpX̉ӏoĂB
<div id='orbitalprediction'>
Sat 28 Jan 2006 (UTC+9) 05:47:50 05:55:30 06:03:10 00:15:20 015 101 187 68.1<br>Sat 28 Jan 2006 (UTC+9) 07:28:55 07:35:02 07:41:10 00:12:15 350 297 243 13.9<br>
</div>

Qj
݂̃R[hł́AqXg̐擪ɂq̏擾悤ɂȂĂB߂Ă̂́ALPost()֐parametersϐłBiparameters̒g݂̓\[XR[hɒڏĂ邪ATimeList.xmlǂނ悤ɂ悢Bj

GSAS::Post(string gsas_url, double longitude, double latitude, double height)

string parameters = "checkboxSatDB=checkbox&selectSatellite=1&"
+ "textfieldNASA2-line1=FO-29+++&textfieldNASA2-line2=1+24278U+96046B+++02325.94311667++.00000045++00000-0++78468-4+0++5528&"
+ "textfieldNASA2-line3=2+24278++98.5274+124.2487+0351611++86.2540+277.8715+13.52864681309328&" 
+ "textfieldSatName=AO-13&textfieldCatalogNum=19216&textfieldEpochTime=94311.77313192&"
+ "textfieldElementSet=994&textfieldInclination=57.6728&textfieldRAAN=221.5174&"
+ "textfieldEccentricity=0.7242728&textfieldArgOfPerigee=354.2960&textfieldMeanAnomaly=0.7033&"
+ "textfieldMeanMotion=2.09727084&textfieldDecayRate=-5.78e-06&textfieldEpochRev=4902&"
+ "radiobuttonTime=0&textfieldTimeYear=2003&textfieldTimeMonth=7&textfieldTimeDay=6&"
+ "textfieldTimeHour=21&textfieldTimeMinute=36&textfieldTimeSecond=47&"
+ "OrbitPrediction=1&opCalcRange=24&AutoReload=0&textfieldRefreshInterval=30&"
+ "radiobuttonTimeDirection=1&textfieldTimeStep2=&radiobuttonTimeStep=0&resolution=0&"
+ "Grid=1&OrbitLine=1&textfieldLocationName=Titech&"
+ "textfieldLocationLongitude=" + longitude.ToString() + "&"
+ "textfieldLocationLatitude=" + latitude.ToString() + "&"
+ "textfieldLocationAltitude=" + height.ToString() + "&"
+ "textfieldLocationGMT=0&submit=Set";
