head 1.1; access; symbols; locks http:1.1; strict; comment @# @; expand @b@; 1.1 date 2005.01.21.17.51.42; author SebastienDerriere; state Exp; branches; next ; desc @none @ 1.1 log @Script that loads filtered version of IRAS @ text @#AJS # This line only gets B1950 coordinates... #get MyData(http://vizier.u-strasbg.fr/cgi-bin/votable?-out.max=500000&-source=II/125/main&-out.add=_Glon%2C_Glat&FQual_60=>=2) # This one computes _RAJ2000,_DEJ2000 and _Glon,_Glat and only keeps sources with |_Glat|<=6 get MyData(http://vizier.u-strasbg.fr/cgi-bin/votable?-out.max=500000&-source=II/125/main&-out.add=_RAJ2000%2CDEJ2000%2C_Glon%2C_Glat&FQual_60=>=2&_Glat=-6..+6) @