This file is indexed.

/usr/share/celestia/data/spectbins.stc is in celestia-common 1.6.1+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
# ---------------------------------------------
# Orbits of spectroscopic binaries for Celestia: spectbins.pl, Revision: 1.6.0 ,
# ---------------------------------------------
# from D. Pourbaix, Astron. Astrophys. Suppl. Ser. 145, 2000, 215-222.
# Refereed publication freely available at
# http://aas.aanda.org/index.php?option=article&access=standard&Itemid=129&url=/articles/aas/pdf/2000/14/ds9259.pdf

# Binaries within 25 ly distance have been commented out here.
# They are included in Celestia's 'nearstars.stc'.
# Entries appearing also in 'visualbins.stc' are commented out here as well
# to avoid redoubling. Data on spectral types were moved to 'visualbins.stc'.
# This update features SIMBAD-compatible nomenclature for all barycenters.
# Leading and alternative star designations were extracted via SIMBAD's
# scripting facility, available at http://simbad.u-strasbg.fr/simbad/,
# and from Celestia's 'starnames.dat'. Missing spectral types
# and visual magnitudes for components were added from scanning the
# '9th Catalogue of Spectroscopic Binary Orbits (SB9) (Pourbaix+ 2004-2009)',
# http://cdsarc.u-strasbg.fr/viz-bin/Cat?B/sb9,
# Coordinates and distances for barycenters and some spectral types are from
# Celestia's stars, ('stars.txt' merged with 'revised.stc'), based on
# Floor van Leeuwen, 2007 'Hipparcos, the New Reduction of the Raw Data',
# Astrophysics & Space Science Library #350.
# available at http://cdsarc.u-strasbg.fr/viz-bin/Cat?I/311
#
# Processed 2009-4-2 13:38:20 UTC
# by Dr. Fridger Schrempp, fridger.schrempp@desy.de
# ------------------------------------------------------ 

 Barycenter 677 "Alpheratz:Sirrah:ALF And:21 And:ADS 94 A:CCDM J00083+2905A"
 {
     RA         2.096534
     Dec       29.090828
     Distance  97.015764
 }
 
 "Alpheratz A:Sirrah A:ALF And A:21 And A:ADS 94 Aa:CCDM J00083+2905Aa" 
 {
     OrbitBarycenter "Alpheratz"
     SpectralType    "A0"                                             
     AppMag          2.17                                             
 
     EllipticalOrbit {
         Period               0.265
         SemiMajorAxis        0.218 # mass ratio 3.80 : 1.63
         Eccentricity         0.535
         Inclination        122.874
         AscendingNode       56.072
         ArgOfPericenter    213.139
         MeanAnomaly         43.946
     }
 }

 "Alpheratz B:Sirrah B:ALF And B:21 And B:ADS 94 Ab:CCDM J00083+2905Ab" 
 {
     OrbitBarycenter "Alpheratz"
     SpectralType    "B9"     # lacking, used HIP data of the entire system!
     AppMag          4.21                                             
 
     EllipticalOrbit {
         Period               0.265
         SemiMajorAxis        0.509 # mass ratio 3.80 : 1.63
         Eccentricity         0.535
         Inclination        122.874
         AscendingNode       56.072
         ArgOfPericenter     33.139
         MeanAnomaly         43.946
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 2941 "GJ 25:ADS 520 AB:CCDM J00373-2446AB"
#  {
#      RA         9.332449
#      Dec      -24.767226
#      Distance  50.233636
#  }
#  
#  "GJ 25 A:ADS 520 A:CCDM J00373-2446A" 
#  {
#      OrbitBarycenter "GJ 25"
#      SpectralType    "G8V"                                            
#      AppMag          6.32                                             
#  
#      EllipticalOrbit {
#          Period              25.090
#          SemiMajorAxis        4.314 # mass ratio 0.94 : 0.70
#          Eccentricity         0.235
#          Inclination        119.570
#          AscendingNode      324.225
#          ArgOfPericenter    186.746
#          MeanAnomaly         16.357
#      }
#  }

#  "GJ 25 B:ADS 520 B:CCDM J00373-2446B" 
#  {
#      OrbitBarycenter "GJ 25"
#      SpectralType    "G9V"                                            
#      AppMag          6.64                                             
#  
#      EllipticalOrbit {
#          Period              25.090
#          SemiMajorAxis        5.792 # mass ratio 0.94 : 0.70
#          Eccentricity         0.235
#          Inclination        119.570
#          AscendingNode      324.225
#          ArgOfPericenter      6.746
#          MeanAnomaly         16.357
#      }
#  }

 Barycenter 4463 "ETA And:38 And:CCDM J00572+2325A"
 {
     RA        14.301783
     Dec       23.417760
     Distance 229.695070
 }
 
 "ETA And A:38 And A:CCDM J00572+2325Aa" 
 {
     OrbitBarycenter "ETA And"
     SpectralType    "G8III"                                          
     AppMag          4.42                                             
 
     EllipticalOrbit {
         Period               0.317
         SemiMajorAxis        0.373 # mass ratio 2.60 : 2.30
         Eccentricity         0.008
         Inclination         74.989
         AscendingNode      290.441
         ArgOfPericenter    213.615
         MeanAnomaly        193.124
     }
 }

 "ETA And B:38 And B:CCDM J00572+2325Ab" 
 {
     OrbitBarycenter "ETA And"
     SpectralType    "G8III"                                          
     AppMag          4.40     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.317
         SemiMajorAxis        0.421 # mass ratio 2.60 : 2.30
         Eccentricity         0.008
         Inclination         74.989
         AscendingNode      290.441
         ArgOfPericenter     33.615
         MeanAnomaly        193.124
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 7580 "CCDM J01376-0924AB"
#  {
#      RA        24.406489
#      Dec       -9.404052
#      Distance 131.731422
#  }
#  
#  "CCDM J01376-0924A" 
#  {
#      OrbitBarycenter "CCDM J01376-0924AB"
#      SpectralType    "F7V"                                            
#      AppMag          7.00                                             
#  
#      EllipticalOrbit {
#          Period              28.800
#          SemiMajorAxis        5.333 # mass ratio 1.20 : 0.96
#          Eccentricity         0.798
#          Inclination         93.957
#          AscendingNode      193.326
#          ArgOfPericenter    359.472
#          MeanAnomaly        126.000
#      }
#  }

#  "CCDM J01376-0924B" 
#  {
#      OrbitBarycenter "CCDM J01376-0924AB"
#      SpectralType    "F7V"    # lacking, used HIP data of the entire system!
#      AppMag          7.40                                             
#  
#      EllipticalOrbit {
#          Period              28.800
#          SemiMajorAxis        6.667 # mass ratio 1.20 : 0.96
#          Eccentricity         0.798
#          Inclination         93.957
#          AscendingNode      193.326
#          ArgOfPericenter    179.472
#          MeanAnomaly        126.000
#      }
#  }

 Barycenter 8903 "Sheratan:Elscheratain:BET Ari:6 Ari:GJ 80"
 {
     RA        28.659789
     Dec       20.808300
     Distance  58.663129
 }
 
 "Sheratan A:Elscheratain A:BET Ari A:6 Ari A:GJ 80 A" 
 {
     OrbitBarycenter "Sheratan"
     SpectralType    "A5V"                                            
     AppMag          2.60                                             
 
     EllipticalOrbit {
         Period               0.293
         SemiMajorAxis        0.213 # mass ratio 2.00 : 1.02
         Eccentricity         0.880
         Inclination         52.560
         AscendingNode      291.020
         ArgOfPericenter    222.395
         MeanAnomaly        342.447
     }
 }

 "Sheratan B:Elscheratain B:BET Ari B:6 Ari B:GJ 80 B" 
 {
     OrbitBarycenter "Sheratan"
     SpectralType    "A5V"    # lacking, used HIP data of the entire system!
     AppMag          2.64     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.293
         SemiMajorAxis        0.418 # mass ratio 2.00 : 1.02
         Eccentricity         0.880
         Inclination         52.560
         AscendingNode      291.020
         ArgOfPericenter     42.395
         MeanAnomaly        342.447
     }
 }

 Barycenter 10064 "BET Tri:4 Tri"
 {
     RA        32.385504
     Dec       34.987392
     Distance 126.863866
 }
 
 "BET Tri A:4 Tri A" 
 {
     OrbitBarycenter "BET Tri"
     SpectralType    "A5III"                                          
     AppMag          3.00                                             
 
     EllipticalOrbit {
         Period               0.086
         SemiMajorAxis        0.095 # mass ratio 3.50 : 1.40
         Eccentricity         0.433
         Inclination        119.317
         AscendingNode      135.666
         ArgOfPericenter    122.151
         MeanAnomaly        198.241
     }
 }

 "BET Tri B:4 Tri B" 
 {
     OrbitBarycenter "BET Tri"
     SpectralType    "A5III"  # lacking, used HIP data of the entire system!
     AppMag          3.00     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.086
         SemiMajorAxis        0.237 # mass ratio 3.50 : 1.40
         Eccentricity         0.433
         Inclination        119.317
         AscendingNode      135.666
         ArgOfPericenter    302.151
         MeanAnomaly        198.241
     }
 }

 Barycenter 10644 "DEL Tri:8 Tri:GJ 92:ADS 1739 A:CCDM J02170+3414A"
 {
     RA        34.260073
     Dec       34.224830
     Distance  35.173838
 }
 
 "DEL Tri A:8 Tri A:GJ 92 A:ADS 1739 Aa:CCDM J02170+3414Aa" 
 {
     OrbitBarycenter "DEL Tri"
     SpectralType    "G0V"                                            
     AppMag          4.87                                             
 
     EllipticalOrbit {
         Period               0.027
         SemiMajorAxis        0.036 # mass ratio 0.20 : 0.20
         Eccentricity         0.011
         Inclination         56.714
         AscendingNode      122.736
         ArgOfPericenter     28.474
         MeanAnomaly          7.270
     }
 }

 "DEL Tri B:8 Tri B:GJ 92 B:ADS 1739 Ab:CCDM J02170+3414Ab" 
 {
     OrbitBarycenter "DEL Tri"
     SpectralType    "G0V"    # lacking, used HIP data of the entire system!
     AppMag          6.87     # mentioned in D.Pourbaix's paper (discussion)
 
     EllipticalOrbit {
         Period               0.027
         SemiMajorAxis        0.036 # mass ratio 0.20 : 0.20
         Eccentricity         0.011
         Inclination         56.714
         AscendingNode      122.736
         ArgOfPericenter    208.474
         MeanAnomaly          7.270
     }
 }

 Barycenter 10952 "ADS 1786:CCDM J02211+4246AB"
 {
     RA        35.265284
     Dec       42.774185
     Distance 181.405451
 }
 
 "ADS 1786 A:CCDM J02211+4246A" 
 {
     OrbitBarycenter "ADS 1786"
     SpectralType    "K0V"                                            
     AppMag          9.55                                             
 
     EllipticalOrbit {
         Period             318.000
         SemiMajorAxis       21.503 # mass ratio 1.10 : 0.70
         Eccentricity         0.802
         Inclination         67.270
         AscendingNode      173.904
         ArgOfPericenter    249.950
         MeanAnomaly         12.226
     }
 }

 "ADS 1786 B:CCDM J02211+4246B" 
 {
     OrbitBarycenter "ADS 1786"
     SpectralType    "K0V"                                            
     AppMag          9.83                                             
 
     EllipticalOrbit {
         Period             318.000
         SemiMajorAxis       33.791 # mass ratio 1.10 : 0.70
         Eccentricity         0.802
         Inclination         67.270
         AscendingNode      173.904
         ArgOfPericenter     69.950
         MeanAnomaly         12.226
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 12390 "EPS Cet:83 Cet:CCDM J02396-1152AB"
#  {
#      RA        39.890551
#      Dec      -11.871582
#      Distance  70.068099
#  }
#  
#  "EPS Cet A:83 Cet A:CCDM J02396-1152A" 
#  {
#      OrbitBarycenter "EPS Cet"
#      SpectralType    "F5IV"                                           
#      AppMag          4.84                                             
#  
#      EllipticalOrbit {
#          Period               2.651
#          SemiMajorAxis        1.211 # mass ratio 2.40 : 1.60
#          Eccentricity         0.230
#          Inclination         86.753
#          AscendingNode      311.292
#          ArgOfPericenter    238.800
#          MeanAnomaly        128.193
#      }
#  }

#  "EPS Cet B:83 Cet B:CCDM J02396-1152B" 
#  {
#      OrbitBarycenter "EPS Cet"
#      SpectralType    "F6V"                                            
#      AppMag          4.83     # lacking, used HIP data of the entire system!
#  
#      EllipticalOrbit {
#          Period               2.651
#          SemiMajorAxis        1.817 # mass ratio 2.40 : 1.60
#          Eccentricity         0.230
#          Inclination         86.753
#          AscendingNode      311.292
#          ArgOfPericenter     58.800
#          MeanAnomaly        128.193
#      }
#  }

 Barycenter 12623 "12 Per:GJ 9095"
 {
     RA        40.562203
     Dec       40.194387
     Distance  78.898645
 }
 
 "12 Per A:GJ 9095 A" 
 {
     OrbitBarycenter "12 Per"
     SpectralType    "F9V"                                            
     AppMag          4.92                                             
 
     EllipticalOrbit {
         Period               0.906
         SemiMajorAxis        0.596 # mass ratio 1.34 : 1.18
         Eccentricity         0.663
         Inclination         23.040
         AscendingNode       92.431
         ArgOfPericenter    329.268
         MeanAnomaly        125.318
     }
 }

 "12 Per B:GJ 9095 B" 
 {
     OrbitBarycenter "12 Per"
     SpectralType    "F9V"    # lacking, used HIP data of the entire system!
     AppMag          4.91     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.906
         SemiMajorAxis        0.677 # mass ratio 1.34 : 1.18
         Eccentricity         0.663
         Inclination         23.040
         AscendingNode       92.431
         ArgOfPericenter    149.268
         MeanAnomaly        125.318
     }
 }

 Barycenter 14328 "GAM Per:23 Per:ADS 2324 AP:CCDM J03048+5331AP"
 {
     RA        46.199126
     Dec       53.506450
     Distance 243.226696
 }
 
 "GAM Per A:23 Per A:ADS 2324 A:CCDM J03048+5331A" 
 {
     OrbitBarycenter "GAM Per"
     SpectralType    "G8III"                                          
     AppMag          2.94                                             
 
     EllipticalOrbit {
         Period              14.593
         SemiMajorAxis        4.176 # mass ratio 2.50 : 1.86
         Eccentricity         0.786
         Inclination        144.381
         AscendingNode      160.840
         ArgOfPericenter    178.496
         MeanAnomaly        220.593
     }
 }

 "GAM Per B:23 Per B:ADS 2324 P:CCDM J03048+5331P" 
 {
     OrbitBarycenter "GAM Per"
     SpectralType    "A3V"                                            
     AppMag          4.49                                             
 
     EllipticalOrbit {
         Period              14.593
         SemiMajorAxis        5.613 # mass ratio 2.50 : 1.86
         Eccentricity         0.786
         Inclination        144.381
         AscendingNode      160.840
         ArgOfPericenter    358.496
         MeanAnomaly        220.593
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 20087 "51 Tau:CCDM J04184+2135AP"
#  {
#      RA        64.596423
#      Dec       21.579379
#      Distance 176.306486
#  }
#  
#  "51 Tau A:CCDM J04184+2135A" 
#  {
#      OrbitBarycenter "51 Tau"
#      SpectralType    "A8V"                                            
#      AppMag          5.65                                             
#  
#      EllipticalOrbit {
#          Period              11.350
#          SemiMajorAxis        3.350 # mass ratio 1.90 : 1.50
#          Eccentricity         0.167
#          Inclination         89.462
#          AscendingNode      101.989
#          ArgOfPericenter    248.849
#          MeanAnomaly        346.044
#      }
#  }

#  "51 Tau B:CCDM J04184+2135P" 
#  {
#      OrbitBarycenter "51 Tau"
#      SpectralType    "G0"                                             
#      AppMag          5.64     # lacking, used HIP data of the entire system!
#  
#      EllipticalOrbit {
#          Period              11.350
#          SemiMajorAxis        4.244 # mass ratio 1.90 : 1.50
#          Eccentricity         0.167
#          Inclination         89.462
#          AscendingNode      101.989
#          ArgOfPericenter     68.849
#          MeanAnomaly        346.044
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 20661 "70 Tau:CCDM J04256+1557AP"
#  {
#      RA        66.405223
#      Dec       15.941080
#      Distance 153.852358
#  }
#  
#  "70 Tau A:CCDM J04256+1557A" 
#  {
#      OrbitBarycenter "70 Tau"
#      SpectralType    "F7V"                                            
#      AppMag          6.44                                             
#  
#      EllipticalOrbit {
#          Period               6.280
#          SemiMajorAxis        2.227 # mass ratio 1.40 : 1.23
#          Eccentricity         0.716
#          Inclination        128.674
#          AscendingNode      206.021
#          ArgOfPericenter    338.022
#          MeanAnomaly        286.968
#      }
#  }

#  "70 Tau B:CCDM J04256+1557P" 
#  {
#      OrbitBarycenter "70 Tau"
#      SpectralType    "F7V"    # lacking, used HIP data of the entire system!
#      AppMag          6.44     # lacking, used HIP data of the entire system!
#  
#      EllipticalOrbit {
#          Period               6.280
#          SemiMajorAxis        2.535 # mass ratio 1.40 : 1.23
#          Eccentricity         0.716
#          Inclination        128.674
#          AscendingNode      206.021
#          ArgOfPericenter    158.022
#          MeanAnomaly        286.968
#      }
#  }

 Barycenter 24608 "Capella:Alhajot:ALF Aur:13 Aur:GJ 194:ADS 3841 AP:CCDM J05168+4559AP"
 {
     RA        79.172065
     Dec       45.999029
     Distance  42.804068
 }
 
 "Capella A:Alhajot A:ALF Aur A:13 Aur A:GJ 194 A:ADS 3841 A:CCDM J05168+4559A" 
 {
     OrbitBarycenter "Capella"
     SpectralType    "G5III"                                          
     AppMag          0.06                                             
 
     EllipticalOrbit {
         Period               0.285
         SemiMajorAxis        0.366 # mass ratio 2.70 : 2.56
         Eccentricity         0.002
         Inclination         99.313
         AscendingNode      200.683
         ArgOfPericenter    309.833
         MeanAnomaly        129.410
     }
 }

 "Capella B:Alhajot B:ALF Aur B:13 Aur B:GJ 194 B:ADS 3841 P:CCDM J05168+4559P" 
 {
     OrbitBarycenter "Capella"
     SpectralType    "G0III"                                          
     AppMag          0.08     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.285
         SemiMajorAxis        0.386 # mass ratio 2.70 : 2.56
         Eccentricity         0.002
         Inclination         99.313
         AscendingNode      200.683
         ArgOfPericenter    129.833
         MeanAnomaly        129.410
     }
 }

 Barycenter 28360 "Menkalinan:BET Aur:34 Aur:GJ 3375:ADS 4556 A:CCDM J05596+4457A"
 {
     RA        89.882373
     Dec       44.947435
     Distance  81.115892
 }
 
 "Menkalinan A:BET Aur A:34 Aur A:GJ 3375 A:ADS 4556 Aa:CCDM J05596+4457Aa" 
 {
     OrbitBarycenter "Menkalinan"
     SpectralType    "A2IV"                                           
     AppMag          1.90                                             
 
     EllipticalOrbit {
         Period               0.011
         SemiMajorAxis        0.042 # mass ratio 2.40 : 2.44
         Eccentricity         0.000
         Inclination        155.827
         AscendingNode      101.366
         ArgOfPericenter    248.266
         MeanAnomaly        305.147
     }
 }

 "Menkalinan B:BET Aur B:34 Aur B:GJ 3375 B:ADS 4556 Ab:CCDM J05596+4457Ab" 
 {
     OrbitBarycenter "Menkalinan"
     SpectralType    "A2IV"                                           
     AppMag          2.83                                             
 
     EllipticalOrbit {
         Period               0.011
         SemiMajorAxis        0.041 # mass ratio 2.40 : 2.44
         Eccentricity         0.000
         Inclination        155.827
         AscendingNode      101.366
         ArgOfPericenter     68.266
         MeanAnomaly        305.147
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 38382 "9 Pup:GJ 291:ADS 6420 AB:CCDM J07518-1354AB"
#  {
#      RA       117.943099
#      Dec      -13.897190
#      Distance  53.831820
#  }
#  
#  "9 Pup A:GJ 291 A:ADS 6420 A:CCDM J07518-1354A" 
#  {
#      OrbitBarycenter "9 Pup"
#      SpectralType    "G1V"                                            
#      AppMag          5.16                                             
#  
#      EllipticalOrbit {
#          Period              22.700
#          SemiMajorAxis        4.775 # mass ratio 0.93 : 0.90
#          Eccentricity         0.741
#          Inclination         24.558
#          AscendingNode      213.067
#          ArgOfPericenter    253.335
#          MeanAnomaly        223.295
#      }
#  }

#  "9 Pup B:GJ 291 B:ADS 6420 B:CCDM J07518-1354B" 
#  {
#      OrbitBarycenter "9 Pup"
#      SpectralType    "G2V"    # lacking, used HIP data of the entire system!
#      AppMag          6.17                                             
#  
#      EllipticalOrbit {
#          Period              22.700
#          SemiMajorAxis        4.934 # mass ratio 0.93 : 0.90
#          Eccentricity         0.741
#          Inclination         24.558
#          AscendingNode      213.067
#          ArgOfPericenter     73.335
#          MeanAnomaly        223.295
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 45170 "PI1 Cnc:81 Cnc:GJ 337 A:CCDM J09123+1459AP"
#  {
#      RA       138.074439
#      Dec       14.995441
#      Distance  66.415598
#  }
#  
#  "PI1 Cnc A:81 Cnc A:GJ 337 Aa:CCDM J09123+1459A" 
#  {
#      OrbitBarycenter "PI1 Cnc"
#      SpectralType    "G9V"                                            
#      AppMag          6.51                                             
#  
#      EllipticalOrbit {
#          Period               2.705
#          SemiMajorAxis        1.141 # mass ratio 0.89 : 0.85
#          Eccentricity         0.433
#          Inclination        136.473
#          AscendingNode      188.503
#          ArgOfPericenter    303.457
#          MeanAnomaly        143.564
#      }
#  }

#  "PI1 Cnc B:81 Cnc B:GJ 337 Ab:CCDM J09123+1459P" 
#  {
#      OrbitBarycenter "PI1 Cnc"
#      SpectralType    "G8V"                                            
#      AppMag          6.49     # lacking, used HIP data of the entire system!
#  
#      EllipticalOrbit {
#          Period               2.705
#          SemiMajorAxis        1.195 # mass ratio 0.89 : 0.85
#          Eccentricity         0.433
#          Inclination        136.473
#          AscendingNode      188.503
#          ArgOfPericenter    123.457
#          MeanAnomaly        143.564
#      }
#  }

 Barycenter 46404 "CCDM J09278-0604AB"
 {
     RA       141.945488
     Dec       -6.071029
     Distance  99.199209
 }
 
 "CCDM J09278-0604A" 
 {
     OrbitBarycenter "CCDM J09278-0604AB"
     SpectralType    "G0V"                                            
     AppMag          5.75                                             
 
     EllipticalOrbit {
         Period              34.500
         SemiMajorAxis        5.370 # mass ratio 1.70 : 1.00
         Eccentricity         0.250
         Inclination         42.510
         AscendingNode      312.880
         ArgOfPericenter    285.227
         MeanAnomaly        249.391
     }
 }

 "CCDM J09278-0604B" 
 {
     OrbitBarycenter "CCDM J09278-0604AB"
     SpectralType    "G9V"                                            
     AppMag          7.25                                             
 
     EllipticalOrbit {
         Period              34.500
         SemiMajorAxis        9.130 # mass ratio 1.70 : 1.00
         Eccentricity         0.250
         Inclination         42.510
         AscendingNode      312.880
         ArgOfPericenter    105.227
         MeanAnomaly        249.391
     }
 }

 Barycenter 57565 "DQ Leo:93 Leo:CCDM J11480+2014A"
 {
     RA       176.996777
     Dec       20.218941
     Distance 232.644080
 }
 
 "DQ Leo A:93 Leo A:CCDM J11480+2014Aa" 
 {
     OrbitBarycenter "DQ Leo"
     SpectralType    "A7V"                                            
     AppMag          4.53                                             
 
     EllipticalOrbit {
         Period               0.196
         SemiMajorAxis        0.262 # mass ratio 2.20 : 2.00
         Eccentricity         0.000
         Inclination        147.780
         AscendingNode      116.380
         ArgOfPericenter    147.374
         MeanAnomaly        356.013
     }
 }

 "DQ Leo B:93 Leo B:CCDM J11480+2014Ab" 
 {
     OrbitBarycenter "DQ Leo"
     SpectralType    "G5III"                                          
     AppMag          4.50     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.196
         SemiMajorAxis        0.289 # mass ratio 2.20 : 2.00
         Eccentricity         0.000
         Inclination        147.780
         AscendingNode      116.380
         ArgOfPericenter    327.374
         MeanAnomaly        356.013
     }
 }

 Barycenter 65378 "Mizar:ZET UMa A:ZET1 UMa:79 UMa A:GJ 3783 A:ADS 8891 A:CCDM J13240+5456AB"
 {
     RA       200.980915
     Dec       54.925415
     Distance  85.810839
 }
 
 "Mizar A:ZET UMa Aa:ZET1 UMa A:79 UMa Aa:GJ 3783 Aa:ADS 8891 Aa:CCDM J13240+5456A" 
 {
     OrbitBarycenter "Mizar"
     SpectralType    "A"                                              
     AppMag          3.95                                             
 
     EllipticalOrbit {
         Period               0.056
         SemiMajorAxis        0.125 # mass ratio 2.50 : 2.50
         Eccentricity         0.529
         Inclination         88.219
         AscendingNode       98.364
         ArgOfPericenter     91.381
         MeanAnomaly        104.896
     }
 }

 "Mizar B:ZET UMa Ab:ZET1 UMa B:79 UMa Ab:GJ 3783 Ab:ADS 8891 Ab:CCDM J13240+5456B" 
 {
     OrbitBarycenter "Mizar"
     SpectralType    "A2V"    # lacking, used HIP data of the entire system!
     AppMag          2.23     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.056
         SemiMajorAxis        0.125 # mass ratio 2.50 : 2.50
         Eccentricity         0.529
         Inclination         88.219
         AscendingNode       98.364
         ArgOfPericenter    271.381
         MeanAnomaly        104.896
     }
 }

#  Star already in 'nearstars.stc', since d < 25 ly
#
#  Barycenter 71683 "ALF Cen A:ALF1 Cen:GJ 559 A:CCDM J14396-6050A"
#  {
#      RA       219.920408
#      Dec      -60.835145
#      Distance   4.321180
#  }
#  
#  "ALF Cen Aa:ALF1 Cen A:GJ 559 Aa:CCDM J14396-6050Aa" 
#  {
#      OrbitBarycenter "ALF Cen A"
#      SpectralType    "G2V"                                            
#      AppMag          -0.01                                            
#  
#      EllipticalOrbit {
#          Period              79.900
#          SemiMajorAxis       10.869 # mass ratio 1.16 : 0.97
#          Eccentricity         0.519
#          Inclination         82.982
#          AscendingNode       67.688
#          ArgOfPericenter      3.920
#          MeanAnomaly        200.095
#      }
#  }

#  "ALF Cen Ab:ALF1 Cen B:GJ 559 Ab:CCDM J14396-6050Ab" 
#  {
#      OrbitBarycenter "ALF Cen A"
#      SpectralType    "K1V"                                            
#      AppMag          1.33                                             
#  
#      EllipticalOrbit {
#          Period              79.900
#          SemiMajorAxis       12.998 # mass ratio 1.16 : 0.97
#          Eccentricity         0.519
#          Inclination         82.982
#          AscendingNode       67.688
#          ArgOfPericenter    183.920
#          MeanAnomaly        200.095
#      }
#  }

#  Star already in 'nearstars.stc', since d < 25 ly
#
#  Barycenter 73182 "GJ 570 B:ADS 9446 B:CCDM J14574-2124B"
#  {
#      RA       224.358045
#      Dec      -21.407472
#      Distance  19.326124
#  }
#  
#  "GJ 570 Ba:ADS 9446 Ba:CCDM J14574-2124Ba" 
#  {
#      OrbitBarycenter "GJ 570 B"
#      SpectralType    "M1.5V"                                          
#      AppMag          8.33                                             
#  
#      EllipticalOrbit {
#          Period               0.843
#          SemiMajorAxis        0.361 # mass ratio 0.51 : 0.37
#          Eccentricity         0.765
#          Inclination         90.151
#          AscendingNode      248.167
#          ArgOfPericenter    216.418
#          MeanAnomaly         63.040
#      }
#  }

#  "GJ 570 Bb:ADS 9446 Bb:CCDM J14574-2124Bb" 
#  {
#      OrbitBarycenter "GJ 570 B"
#      SpectralType    "M3V"                                            
#      AppMag          9.44                                             
#  
#      EllipticalOrbit {
#          Period               0.843
#          SemiMajorAxis        0.497 # mass ratio 0.51 : 0.37
#          Eccentricity         0.765
#          Inclination         90.151
#          AscendingNode      248.167
#          ArgOfPericenter     36.418
#          MeanAnomaly         63.040
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 75312 "ETA CrB:2 CrB:ADS 9617 AB:CCDM J15233+3018AB"
#  {
#      RA       230.800943
#      Dec       30.288242
#      Distance  58.264916
#  }
#  
#  "ETA CrB A:2 CrB A:ADS 9617 A:CCDM J15233+3018A" 
#  {
#      OrbitBarycenter "ETA CrB"
#      SpectralType    "G0V"                                            
#      AppMag          4.98                                             
#  
#      EllipticalOrbit {
#          Period              41.586
#          SemiMajorAxis        7.343 # mass ratio 1.19 : 1.05
#          Eccentricity         0.277
#          Inclination        111.398
#          AscendingNode      193.697
#          ArgOfPericenter    171.886
#          MeanAnomaly        212.186
#      }
#  }

#  "ETA CrB B:2 CrB B:ADS 9617 B:CCDM J15233+3018B" 
#  {
#      OrbitBarycenter "ETA CrB"
#      SpectralType    "G2V"                                            
#      AppMag          5.96                                             
#  
#      EllipticalOrbit {
#          Period              41.586
#          SemiMajorAxis        8.322 # mass ratio 1.19 : 1.05
#          Eccentricity         0.277
#          Inclination        111.398
#          AscendingNode      193.697
#          ArgOfPericenter    351.886
#          MeanAnomaly        212.186
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 85667 "GJ 678:ADS 10598 AB:CCDM J17304-0104AB"
#  {
#      RA       262.599465
#      Dec       -1.062504
#      Distance  53.303971
#  }
#  
#  "GJ 678 A:ADS 10598 A:CCDM J17304-0104A" 
#  {
#      OrbitBarycenter "GJ 678"
#      SpectralType    "G8IV"                                           
#      AppMag          5.30                                             
#  
#      EllipticalOrbit {
#          Period              46.340
#          SemiMajorAxis        7.667 # mass ratio 0.98 : 0.90
#          Eccentricity         0.168
#          Inclination        114.174
#          AscendingNode      283.730
#          ArgOfPericenter     87.395
#          MeanAnomaly        289.927
#      }
#  }

#  "GJ 678 B:ADS 10598 B:CCDM J17304-0104B" 
#  {
#      OrbitBarycenter "GJ 678"
#      SpectralType    "G8IV"                                           
#      AppMag          5.93                                             
#  
#      EllipticalOrbit {
#          Period              46.340
#          SemiMajorAxis        8.349 # mass ratio 0.98 : 0.90
#          Eccentricity         0.168
#          Inclination        114.174
#          AscendingNode      283.730
#          ArgOfPericenter    267.395
#          MeanAnomaly        289.927
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 87895 "GJ 4039:CCDM J17572+2400A"
#  {
#      RA       269.309736
#      Dec       23.995710
#      Distance  92.137571
#  }
#  
#  "GJ 4039 A:CCDM J17572+2400Aa" 
#  {
#      OrbitBarycenter "GJ 4039"
#      SpectralType    "G0V"                                            
#      AppMag          6.39                                             
#  
#      EllipticalOrbit {
#          Period               2.414
#          SemiMajorAxis        0.908 # mass ratio 1.20 : 0.80
#          Eccentricity         0.410
#          Inclination        106.935
#          AscendingNode      254.745
#          ArgOfPericenter    270.016
#          MeanAnomaly        123.584
#      }
#  }

#  "GJ 4039 B:CCDM J17572+2400Ab" 
#  {
#      OrbitBarycenter "GJ 4039"
#      SpectralType    "K3V"                                            
#      AppMag          9.19                                             
#  
#      EllipticalOrbit {
#          Period               2.414
#          SemiMajorAxis        1.362 # mass ratio 1.20 : 0.80
#          Eccentricity         0.410
#          Inclination        106.935
#          AscendingNode      254.745
#          ArgOfPericenter     90.016
#          MeanAnomaly        123.584
#      }
#  }

#  Star already in 'nearstars.stc', since d < 25 ly
#
#  Barycenter 88601 "V2391 Oph:70 Oph:GJ 702:ADS 11046 AB:CCDM J18055+0230AB"
#  {
#      RA       271.363386
#      Dec        2.502439
#      Distance  16.580266
#  }
#  
#  "V2391 Oph A:70 Oph A:GJ 702 A:ADS 11046 A:CCDM J18055+0230A" 
#  {
#      OrbitBarycenter "V2391 Oph"
#      SpectralType    "K0V"                                            
#      AppMag          4.02                                             
#  
#      EllipticalOrbit {
#          Period              88.380
#          SemiMajorAxis       10.955 # mass ratio 0.90 : 0.78
#          Eccentricity         0.499
#          Inclination        114.905
#          AscendingNode      330.850
#          ArgOfPericenter    341.589
#          MeanAnomaly         63.870
#      }
#  }

#  "V2391 Oph B:70 Oph B:GJ 702 B:ADS 11046 B:CCDM J18055+0230B" 
#  {
#      OrbitBarycenter "V2391 Oph"
#      SpectralType    "K5V"                                            
#      AppMag          6.00                                             
#  
#      EllipticalOrbit {
#          Period              88.380
#          SemiMajorAxis       12.641 # mass ratio 0.90 : 0.78
#          Eccentricity         0.499
#          Inclination        114.905
#          AscendingNode      330.850
#          ArgOfPericenter    161.589
#          MeanAnomaly         63.870
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 89937 "CHI Dra A:44 Dra:GJ 713:CCDM J18211+7245A"
#  {
#      RA       275.259744
#      Dec       72.733698
#      Distance  26.280477
#  }
#  
#  "CHI Dra Aa:44 Dra A:GJ 713 A:CCDM J18211+7245Aa" 
#  {
#      OrbitBarycenter "CHI Dra A"
#      SpectralType    "F7V"                                            
#      AppMag          3.57                                             
#  
#      EllipticalOrbit {
#          Period               0.768
#          SemiMajorAxis        0.418 # mass ratio 1.03 : 0.73
#          Eccentricity         0.414
#          Inclination        108.484
#          AscendingNode      226.116
#          ArgOfPericenter    305.680
#          MeanAnomaly        268.594
#      }
#  }

#  "CHI Dra Ab:44 Dra B:GJ 713 B:CCDM J18211+7245Ab" 
#  {
#      OrbitBarycenter "CHI Dra A"
#      SpectralType    "F7V"    # lacking, used HIP data of the entire system!
#      AppMag          3.55     # lacking, used HIP data of the entire system!
#  
#      EllipticalOrbit {
#          Period               0.768
#          SemiMajorAxis        0.590 # mass ratio 1.03 : 0.73
#          Eccentricity         0.414
#          Inclination        108.484
#          AscendingNode      226.116
#          ArgOfPericenter    125.680
#          MeanAnomaly        268.594
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 95995 "CCDM J19311+5835A"
#  {
#      RA       292.785603
#      Dec       58.586977
#      Distance  55.320047
#  }
#  
#  "CCDM J19311+5835Aa" 
#  {
#      OrbitBarycenter "CCDM J19311+5835A"
#      SpectralType    "K1V"                                            
#      AppMag          6.59                                             
#  
#      EllipticalOrbit {
#          Period               1.353
#          SemiMajorAxis        0.729 # mass ratio 0.80 : 0.80
#          Eccentricity         0.360
#          Inclination         48.664
#          AscendingNode       50.868
#          ArgOfPericenter    351.244
#          MeanAnomaly        319.604
#      }
#  }

#  "CCDM J19311+5835Ab" 
#  {
#      OrbitBarycenter "CCDM J19311+5835A"
#      SpectralType    "K1V"    # lacking, used HIP data of the entire system!
#      AppMag          6.60     # lacking, used HIP data of the entire system!
#  
#      EllipticalOrbit {
#          Period               1.353
#          SemiMajorAxis        0.729 # mass ratio 0.80 : 0.80
#          Eccentricity         0.360
#          Inclination         48.664
#          AscendingNode       50.868
#          ArgOfPericenter    171.244
#          MeanAnomaly        319.604
#      }
#  }

 Barycenter 96683 "PHI Cyg:12 Cyg"
 {
     RA       294.844184
     Dec       30.153234
     Distance 266.258776
 }
 
 "PHI Cyg A:12 Cyg A" 
 {
     OrbitBarycenter "PHI Cyg"
     SpectralType    "G8III"                                          
     AppMag          4.66                                             
 
     EllipticalOrbit {
         Period               1.189
         SemiMajorAxis        0.934 # mass ratio 2.46 : 2.39
         Eccentricity         0.542
         Inclination        138.463
         AscendingNode       40.487
         ArgOfPericenter     37.565
         MeanAnomaly        251.012
     }
 }

 "PHI Cyg B:12 Cyg B" 
 {
     OrbitBarycenter "PHI Cyg"
     SpectralType    "G8III"                                          
     AppMag          5.60                                             
 
     EllipticalOrbit {
         Period               1.189
         SemiMajorAxis        0.961 # mass ratio 2.46 : 2.39
         Eccentricity         0.542
         Inclination        138.463
         AscendingNode       40.487
         ArgOfPericenter    217.565
         MeanAnomaly        251.012
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 98416 "GJ 9678:CCDM J19598-0957AB"
#  {
#      RA       299.947871
#      Dec       -9.957286
#      Distance  72.417185
#  }
#  
#  "GJ 9678 A:CCDM J19598-0957A" 
#  {
#      OrbitBarycenter "GJ 9678"
#      SpectralType    "F8V"                                            
#      AppMag          6.22                                             
#  
#      EllipticalOrbit {
#          Period               4.895
#          SemiMajorAxis        6.108 # mass ratio 53.00 : 43.00
#          Eccentricity         0.592
#          Inclination         98.187
#          AscendingNode      204.351
#          ArgOfPericenter    209.735
#          MeanAnomaly        184.229
#      }
#  }

#  "GJ 9678 B:CCDM J19598-0957B" 
#  {
#      OrbitBarycenter "GJ 9678"
#      SpectralType    "F8V"    # lacking, used HIP data of the entire system!
#      AppMag          7.83                                             
#  
#      EllipticalOrbit {
#          Period               4.895
#          SemiMajorAxis        7.528 # mass ratio 53.00 : 43.00
#          Eccentricity         0.592
#          Inclination         98.187
#          AscendingNode      204.351
#          ArgOfPericenter     29.735
#          MeanAnomaly        184.229
#      }
#  }

# Commented out to avoid redoubling
#
#  Barycenter 99376 "ADS 13461 AB:CCDM J20102+4357AB"
#  {
#      RA       302.555479
#      Dec       43.945381
#      Distance 167.436858
#  }
#  
#  "ADS 13461 A:CCDM J20102+4357A" 
#  {
#      OrbitBarycenter "ADS 13461 AB"
#      SpectralType    "G4V"                                            
#      AppMag          8.06                                             
#  
#      EllipticalOrbit {
#          Period              85.200
#          SemiMajorAxis       10.905 # mass ratio 1.20 : 0.90
#          Eccentricity         0.492
#          Inclination         73.300
#          AscendingNode      346.525
#          ArgOfPericenter    129.718
#          MeanAnomaly        125.070
#      }
#  }

#  "ADS 13461 B:CCDM J20102+4357B" 
#  {
#      OrbitBarycenter "ADS 13461 AB"
#      SpectralType    "G8V"                                            
#      AppMag          8.60                                             
#  
#      EllipticalOrbit {
#          Period              85.200
#          SemiMajorAxis       14.540 # mass ratio 1.20 : 0.90
#          Eccentricity         0.492
#          Inclination         73.300
#          AscendingNode      346.525
#          ArgOfPericenter    309.718
#          MeanAnomaly        125.070
#      }
#  }

 Barycenter 99473 "TET Aql:65 Aql:CCDM J20113-0049A"
 {
     RA       302.826103
     Dec       -0.821476
     Distance 286.362599
 }
 
 "TET Aql A:65 Aql A:CCDM J20113-0049Aa" 
 {
     OrbitBarycenter "TET Aql"
     SpectralType    "B9III"                                          
     AppMag          3.24                                             
 
     EllipticalOrbit {
         Period               0.047
         SemiMajorAxis        0.100 # mass ratio 3.20 : 2.50
         Eccentricity         0.590
         Inclination         36.193
         AscendingNode       53.877
         ArgOfPericenter      1.008
         MeanAnomaly        213.002
     }
 }

 "TET Aql B:65 Aql B:CCDM J20113-0049Ab" 
 {
     OrbitBarycenter "TET Aql"
     SpectralType    "B9III"                                          
     AppMag          3.24     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.047
         SemiMajorAxis        0.128 # mass ratio 3.20 : 2.50
         Eccentricity         0.590
         Inclination         36.193
         AscendingNode       53.877
         ArgOfPericenter    181.008
         MeanAnomaly        213.002
     }
 }

 Barycenter 103655 "V1396 Cyg:GJ 815:CCDM J21001+4004A"
 {
     RA       315.020326
     Dec       40.070879
     Distance  49.872630
 }
 
 "V1396 Cyg A:GJ 815 A:CCDM J21001+4004Aa" 
 {
     OrbitBarycenter "V1396 Cyg"
     SpectralType    "M3"                                             
     AppMag          10.10                                            
 
     EllipticalOrbit {
         Period              29.500
         SemiMajorAxis        3.833 # mass ratio 3.00 : 1.00
         Eccentricity         0.720
         Inclination        112.100
         AscendingNode      205.400
         ArgOfPericenter    162.750
         MeanAnomaly        282.142
     }
 }

 "V1396 Cyg B:GJ 815 B:CCDM J21001+4004Ab" 
 {
     OrbitBarycenter "V1396 Cyg"
     SpectralType    "M3V"    # lacking, used HIP data of the entire system!
     AppMag          12.19                                            
 
     EllipticalOrbit {
         Period              29.500
         SemiMajorAxis       11.500 # mass ratio 3.00 : 1.00
         Eccentricity         0.720
         Inclination        112.100
         AscendingNode      205.400
         ArgOfPericenter    342.750
         MeanAnomaly        282.142
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 104858 "GJ 822:ADS 14773 AB:CCDM J21145+1001AB"
#  {
#      RA       318.619959
#      Dec       10.007719
#      Distance  60.300795
#  }
#  
#  "GJ 822 A:ADS 14773 A:CCDM J21145+1001A" 
#  {
#      OrbitBarycenter "GJ 822"
#      SpectralType    "F5V"                                            
#      AppMag          4.49                                             
#  
#      EllipticalOrbit {
#          Period               5.703
#          SemiMajorAxis        2.045 # mass ratio 1.19 : 1.12
#          Eccentricity         0.440
#          Inclination        123.106
#          AscendingNode      114.049
#          ArgOfPericenter     60.485
#          MeanAnomaly         89.700
#      }
#  }

#  "GJ 822 B:ADS 14773 B:CCDM J21145+1001B" 
#  {
#      OrbitBarycenter "GJ 822"
#      SpectralType    "G0V"                                            
#      AppMag          5.25                                             
#  
#      EllipticalOrbit {
#          Period               5.703
#          SemiMajorAxis        2.173 # mass ratio 1.19 : 1.12
#          Eccentricity         0.440
#          Inclination        123.106
#          AscendingNode      114.049
#          ArgOfPericenter    240.485
#          MeanAnomaly         89.700
#      }
#  }

 Barycenter 104987 "Kitalpha:Kitel Phard:CCDM J21158+0515AB"
 {
     RA       318.955820
     Dec        5.248074
     Distance 190.295799
 }
 
 "Kitalpha A:Kitel Phard A:CCDM J21158+0515A" 
 {
     OrbitBarycenter "Kitalpha"
     SpectralType    "G2III"                                          
     AppMag          3.92                                             
 
     EllipticalOrbit {
         Period               0.271
         SemiMajorAxis        0.310 # mass ratio 2.30 : 2.00
         Eccentricity         0.004
         Inclination         49.810
         AscendingNode       31.975
         ArgOfPericenter    348.244
         MeanAnomaly        148.386
     }
 }

 "Kitalpha B:Kitel Phard B:CCDM J21158+0515B" 
 {
     OrbitBarycenter "Kitalpha"
     SpectralType    "A5V"                                            
     AppMag          3.92     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               0.271
         SemiMajorAxis        0.357 # mass ratio 2.30 : 2.00
         Eccentricity         0.004
         Inclination         49.810
         AscendingNode       31.975
         ArgOfPericenter    168.244
         MeanAnomaly        148.386
     }
 }

 Barycenter 108917 "Kurhah:XI Cep:17 Cep:ADS 15600 A:CCDM J22038+6437A"
 {
     RA       330.946507
     Dec       64.627754
     Distance  96.527671
 }
 
 "Kurhah A:XI Cep A:17 Cep A:ADS 15600 Aa:CCDM J22038+6437Aa" 
 {
     OrbitBarycenter "Kurhah"
     SpectralType    "A"                                              
     AppMag          4.29                                             
 
     EllipticalOrbit {
         Period               2.241
         SemiMajorAxis        0.502 # mass ratio 1.00 : 0.36
         Eccentricity         0.500
         Inclination         96.404
         AscendingNode      246.180
         ArgOfPericenter    292.233
         MeanAnomaly        339.920
     }
 }

 "Kurhah B:XI Cep B:17 Cep B:ADS 15600 Ab:CCDM J22038+6437Ab" 
 {
     OrbitBarycenter "Kurhah"
     SpectralType    "F2III"                                          
     AppMag          4.26     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               2.241
         SemiMajorAxis        1.393 # mass ratio 1.00 : 0.36
         Eccentricity         0.500
         Inclination         96.404
         AscendingNode      246.180
         ArgOfPericenter    112.233
         MeanAnomaly        339.920
     }
 }

 Barycenter 111170 "GJ 9786"
 {
     RA       337.825908
     Dec       -6.554888
     Distance  82.888691
 }
 
 "GJ 9786 A" 
 {
     OrbitBarycenter "GJ 9786"
     SpectralType    "F7V"                                            
     AppMag          6.27                                             
 
     EllipticalOrbit {
         Period               1.725
         SemiMajorAxis        0.674 # mass ratio 1.40 : 0.78
         Eccentricity         0.380
         Inclination        155.435
         AscendingNode      279.541
         ArgOfPericenter    207.652
         MeanAnomaly        352.989
     }
 }

 "GJ 9786 B" 
 {
     OrbitBarycenter "GJ 9786"
     SpectralType    "F7V"    # lacking, used HIP data of the entire system!
     AppMag          6.15     # lacking, used HIP data of the entire system!
 
     EllipticalOrbit {
         Period               1.725
         SemiMajorAxis        1.210 # mass ratio 1.40 : 0.78
         Eccentricity         0.380
         Inclination        155.435
         AscendingNode      279.541
         ArgOfPericenter     27.652
         MeanAnomaly        352.989
     }
 }

# Commented out to avoid redoubling
#
#  Barycenter 111528 "ADS 16098 AB:CCDM J22357+5312AB"
#  {
#      RA       338.927510
#      Dec       53.203895
#      Distance 230.506714
#  }
#  
#  "ADS 16098 A:CCDM J22357+5312A" 
#  {
#      OrbitBarycenter "ADS 16098 AB"
#      SpectralType    "G1V"                                            
#      AppMag          9.08                                             
#  
#      EllipticalOrbit {
#          Period              22.300
#          SemiMajorAxis        5.167 # mass ratio 1.22 : 1.16
#          Eccentricity         0.360
#          Inclination        128.579
#          AscendingNode       13.694
#          ArgOfPericenter    282.693
#          MeanAnomaly        238.924
#      }
#  }

#  "ADS 16098 B:CCDM J22357+5312B" 
#  {
#      OrbitBarycenter "ADS 16098 AB"
#      SpectralType    "G1V"                                            
#      AppMag          9.08                                             
#  
#      EllipticalOrbit {
#          Period              22.300
#          SemiMajorAxis        5.434 # mass ratio 1.22 : 1.16
#          Eccentricity         0.360
#          Inclination        128.579
#          AscendingNode       13.694
#          ArgOfPericenter    102.693
#          MeanAnomaly        238.924
#      }
#  }

 Barycenter 114576 "ADS 16591:CCDM J23126+0241AB"
 {
     RA       348.160645
     Dec        2.686579
     Distance 228.088811
 }
 
 "ADS 16591 A:CCDM J23126+0241A" 
 {
     OrbitBarycenter "ADS 16591"
     SpectralType    "G2V"                                            
     AppMag          7.72                                             
 
     EllipticalOrbit {
         Period              29.100
         SemiMajorAxis        4.795 # mass ratio 1.30 : 0.84
         Eccentricity         0.410
         Inclination         38.992
         AscendingNode      156.728
         ArgOfPericenter    225.971
         MeanAnomaly        207.835
     }
 }

 "ADS 16591 B:CCDM J23126+0241B" 
 {
     OrbitBarycenter "ADS 16591"
     SpectralType    "G4V"                                            
     AppMag          8.60                                             
 
     EllipticalOrbit {
         Period              29.100
         SemiMajorAxis        7.421 # mass ratio 1.30 : 0.84
         Eccentricity         0.410
         Inclination         38.992
         AscendingNode      156.728
         ArgOfPericenter     45.971
         MeanAnomaly        207.835
     }
 }