The observations that we need you to analyse are listed in the table on this page.
- Click on a file to download it
- Remember, you need to download all the observations (usually 3 or 4 files) listed with the same Group ID code. This allows you to blink through the images.
- Please also make a note of the Group ID code - you will need this when you report your results.
Group ID | Asteroid | Date of Observations | Image files | ".$groupid." | \n"; print "{$title['title']} | \n"; print "".$obs['obsdate']." GMT | \n"; } // DO NOT Use the "/download/" tag to force a download $imgname = $obs['fitsfile'].'.fits'; $imgurl = "/sites/default/files/fits/asteroids/$imgname"; print "File$lp2 "; $lp2 = $lp2 + 1; } // Fill in any remaining blank columns while($lp2 <= 4) { print " | "; $lp2 = $lp2 + 1; } print "\n"; $lp = $lp + 1; } $tlp = $tlp - 1; } ?> |
---|