Difference between revisions of "Calibration Server"

From Gaia Science Alerts Working Group
Jump to navigationJump to search
Line 10: Line 10:
  
  
 +
== Calibration of your photometric data ==
  
== Headline text ==
+
The main url for calibration of your sextractor catalogs is
 +
http://gaia020.ast.cam.ac.uk:5000/uploader/
 +
 
 +
You can also do that from the command line using HTTP POST protocol
 +
curl -F matchDist=2 -F EventID='ivo://110610' -F sexCat="@test/110621_V4.cat;filename=test.cat"
 +
      -F "hashtag=XXXX" -F "MJD=2" -F "matchDist=2"
 +
      -F  EventID='ivo://110610' -F expTime=1 -F noPlot=1
 +
      -F forceFilter=no -F dryRun=1 -F outputFormat=json "http://gaia020.ast.cam.ac.uk:5000/cgi/upload"

Revision as of 16:15, 30 August 2012

The main address at the moment is: http://gaia020.ast.cam.ac.uk:5000/


Autorization

  • In order to access the server you need a so called "hashtag" which is an autorization key. In order to get one you need to ask Lukasz Wyrzykowski and report to him also

the lon,lat of your observatory and list of filters you have


Calibration of your photometric data

The main url for calibration of your sextractor catalogs is http://gaia020.ast.cam.ac.uk:5000/uploader/

You can also do that from the command line using HTTP POST protocol

curl -F matchDist=2 -F EventID='ivo://110610' -F sexCat="@test/110621_V4.cat;filename=test.cat" 
     -F "hashtag=XXXX" -F "MJD=2" -F "matchDist=2"
     -F  EventID='ivo://110610' -F expTime=1 -F noPlot=1
     -F forceFilter=no -F dryRun=1 -F outputFormat=json "http://gaia020.ast.cam.ac.uk:5000/cgi/upload"