# this version does the rectangular (Mercator) projection limits -10 370 -100 100 box data loneos.aitoff lines 1 15000 xc 1 yc 2 expand 0.2 points x y expand 1.0 data loneos.aitoff lines 15001 30000 xc 1 yc 2 expand 0.2 points x y expand 1.0 data loneos.aitoff lines 30001 45000 xc 1 yc 2 expand 0.2 points x y expand 1.0 xlabel Right Ascension (degrees) ylabel Declination (degrees) move 100 105 label All-Sky BVRI standards for LONEOS # And this version does an Aitoff projection, with RA = 0 at left edge # and RA = 180 in middle and RA = 360 at right # # globe 5 5 # data loneos.aitoff # lines 1 15000 # xc 1 # yc 2 # aitoff # expand 0.2 # points x y # expand 1.0 # data loneos.aitoff # lines 15001 30000 # xc 1 # yc 2 # aitoff # expand 0.2 # points x y # expand 1.0 # data loneos.aitoff # lines 30001 45000 # xc 1 # yc 2 # aitoff # expand 0.2 # points x y # expand 1.0 # # # limits 0 10 0 10 # move 3 9 # label All-Sky BVRI standards for LONEOS # move -0.9 5 # label RA=0 # move 10.02 5 # label RA=360 #