Skip to content

Instantly share code, notes, and snippets.

@kapadia
Last active December 22, 2015 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kapadia/6468157 to your computer and use it in GitHub Desktop.
Save kapadia/6468157 to your computer and use it in GitHub Desktop.
Classification Format from Radio Galaxy Zoo
{
"_id":ObjectId("522a21647b9f9937fd00006d"),
"subject_ids":[
ObjectId("520be919e4bb21ddd3000314")
],
"annotations":[
{
"0":{
"radio":{
"0":{
"height":"74.4453125",
"width":"59.05299377441406",
"y":"283.0750732421875",
"x":"251.35374450683594"
},
"1":{
"height":"85.72224426269531",
"width":"63.686767578125",
"y":"158.953125",
"x":"201.93829345703125"
}
},
"infrared":{
"0":{
"r":"18",
"x":"252",
"y":"247"
}
}
}
},
{
"started_at":"Fri, 06 Sep 2013 18:39:16 GMT",
"finished_at":"Fri, 06 Sep 2013 18:39:33 GMT"
},
{
"user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36"
}
],
"project_id":ObjectId("515ee3cd3ae740662c000001"),
"workflow_id":ObjectId("520be12ce4bb21ddcd000002"),
"updated_at": ISODate("2013-09-06T18:39:32.377 Z"),
"created_at": ISODate("2013-09-06T18:39:32 Z"),
"user_ip":"63.250.229.206",
"user_id":ObjectId("501953cf0454e244a10000b7"),
"tutorial":true,
"subjects":[
{
"id":ObjectId("520be919e4bb21ddd3000314"),
"zooniverse_id":"ARG00000lx",
"location":{
"standard":"http://radio.galaxyzoo.org.s3.amazonaws.com/beta/subjects/standard/S923.jpg",
"radio":"http://radio.galaxyzoo.org.s3.amazonaws.com/beta/subjects/radio/S923.jpg",
"raw":"//radio.galaxyzoo.org.s3.amazonaws.com/beta/subjects/raw/S923.fits.gz"
}
}
],
"user_name":"akapadia"
}
@willettk
Copy link

willettk commented Sep 6, 2013

I'm not sure I understand the notation for the radio sources. How does height/width, x,y correspond to the set of contours that we've pre-identified?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment