├── .devcontainer ├── Dockerfile ├── devcontainer.json └── docker-compose.yml ├── .github ├── ISSUE_TEMPLATE │ ├── missing-data.md │ └── missing-source.md ├── pull_request_template.md └── workflows │ ├── gen-db.yml │ ├── python-app.yml │ └── scheduled-tests.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── data ├── reference │ ├── Instruments.json │ ├── Parameters.json │ ├── PhotometryFilters.json │ ├── Publications.json │ ├── Regimes.json │ ├── Telescopes.json │ └── Versions.json └── source │ ├── 1rxs_j034231.8+121622_b.json │ ├── 1rxs_j115928.5-524717.json │ ├── 1rxs_j160929.1-210524b.json │ ├── 1rxs_j235133.3+312720_b.json │ ├── 2mass_0441+2301_aab.json │ ├── 2mass_0441+2301_bab.json │ ├── 2mass_j00001354+2554180.json │ ├── 2mass_j00002867-1245153.json │ ├── 2mass_j00011217+1535355.json │ ├── 2mass_j00034227-2822410.json │ ├── 2mass_j00040288-6410358.json │ ├── 2mass_j00043484-4044058.json │ ├── 2mass_j00044144-2058298.json │ ├── 2mass_j00045753-1709369.json │ ├── 2mass_j00054844-2157196.json │ ├── 2mass_j00070787-2458042.json │ ├── 2mass_j00085931+2911521.json │ ├── 2mass_j00100009-2031122.json │ ├── 2mass_j00110940+5149236.json │ ├── 2mass_j00132229-1143006.json │ ├── 2mass_j00135882-1816462.json │ ├── 2mass_j00145575-4844171.json │ ├── 2mass_j00150206+2959323.json │ ├── 2mass_j00154476+3516026.json │ ├── 2mass_j00165953-4056541.json │ ├── 2mass_j00182834-6703130.json │ ├── 2mass_j00184613-6356122.json │ ├── 2mass_j00191296-6226005.json │ ├── 2mass_j00192626+4614078.json │ ├── 2mass_j00193927-3724392.json │ ├── 2mass_j00211624-6644052.json │ ├── 2mass_j00215090+4220503.json │ ├── 2mass_j00221379+1203049.json │ ├── 2mass_j00234754-3239254.json │ ├── 2mass_j00250365+4759191.json │ ├── 2mass_j00255762+3911363.json │ ├── 2mass_j00274197+0503417.json │ ├── 2mass_j00275592+2219328.json │ ├── 2mass_j00282091+2249050.json │ ├── 2mass_j00285545-1927165.json │ ├── 2mass_j00303013-1450333.json │ ├── 2mass_j00310928+5749364.json │ ├── 2mass_j00311925-3840356.json │ ├── 2mass_j00315477+0649463.json │ ├── 2mass_j00320509+0219017.json │ ├── 2mass_j00325584-4405058.json │ ├── 2mass_j00325937+1410371.json │ ├── 2mass_j00332386-1521309.json │ ├── 2mass_j00344300-4102266.json │ ├── 2mass_j00345157+0523050.json │ ├── 2mass_j00345684-0706013.json │ ├── 2mass_j00361617+1821104.json │ ├── 2mass_j00364481-2031317.json │ ├── 2mass_j00374306-5846229.json │ ├── 2mass_j00381489-6403529.json │ ├── 2mass_j00412179+3547133.json │ ├── 2mass_j00425923+1142104.json │ ├── 2mass_j00433134+2054316.json │ ├── 2mass_j00452143+1634446.json │ ├── 2mass_j00461551+0252004.json │ ├── 2mass_j00464429-3442073.json │ ├── 2mass_j00464841+0715177.json │ ├── 2mass_j00470038+6803543.json │ ├── 2mass_j00492677-0635467.json │ ├── 2mass_j00501994-3322402.json │ ├── 2mass_j00511078-1544169.json │ ├── 2mass_j00521232+0012172.json │ ├── 2mass_j00531899-3631102.json │ ├── 2mass_j00535409+5001496.json │ ├── 2mass_j00550470-3052005.json │ ├── 2mass_j00550564+0134365.json │ ├── 2mass_j00552945+5115367.json │ ├── 2mass_j00554279+1301043.json │ ├── 2mass_j01030791+4509292.json │ ├── 2mass_j01033203+1935361.json │ ├── 2mass_j01033563-5515561(ab)b.json │ ├── 2mass_j01062285-5933185.json │ ├── 2mass_j01063737+1518556.json │ ├── 2mass_j01070426+2435279.json │ ├── 2mass_j01071607-1517577.json │ ├── 2mass_j01075242+0041563.json │ ├── 2mass_j01090150-5100494.json │ ├── 2mass_j01090918-4954532.json │ ├── 2mass_j01092170+2949255.json │ ├── 2mass_j01095117-0343264.json │ ├── 2mass_j01122168-7031235.json │ ├── 2mass_j01151621+3130061.json │ ├── 2mass_j01165457-1357342.json │ ├── 2mass_j01170586+1752568.json │ ├── 2mass_j01174748-3403258.json │ ├── 2mass_j01204916-0741036.json │ ├── 2mass_j01205114-5200349.json │ ├── 2mass_j01215250-6855187.json │ ├── 2mass_j01225093-2439505.json │ ├── 2mass_j01231125-6921379.json │ ├── 2mass_j01235905-4240073.json │ ├── 2mass_j01244599-5745379.json │ ├── 2mass_j01262109+1428057.json │ ├── 2mass_j01265327-5505506.json │ ├── 2mass_j01282664-5545343.json │ ├── 2mass_j01294224+2529477.json │ ├── 2mass_j01294256-0823580.json │ ├── 2mass_j01303563-4445411.json │ ├── 2mass_j01311838+3801554.json │ ├── 2mass_j01330461-1355271.json │ ├── 2mass_j01340281+0508125.json │ ├── 2mass_j01344601-5707564.json │ ├── 2mass_j01410321+1804502.json │ ├── 2mass_j01411479-2417311.json │ ├── 2mass_j01414839-1601196.json │ ├── 2mass_j01415823-4633574.json │ ├── 2mass_j01423153+0523285.json │ ├── 2mass_j01443536-0716142.json │ ├── 2mass_j01460119-4545263.json │ ├── 2mass_j01463192+0641153.json │ ├── 2mass_j01472702+4731142.json │ ├── 2mass_j01473282-4954478.json │ ├── 2mass_j01483864-3024396.json │ ├── 2mass_j01501165+1523574.json │ ├── 2mass_j01514155+1244300.json │ ├── 2mass_j01531463-6744181.json │ ├── 2mass_j01550354+0950003.json │ ├── 2mass_j01581172+3232013.json │ ├── 2mass_j02042212-3632308.json │ ├── 2mass_j02050344+1251422.json │ ├── 2mass_j02052940-1159296.json │ ├── 2mass_j02062493+2640237.json │ ├── 2mass_j02074284+0000564.json │ ├── 2mass_j02081833+2542533.json │ ├── 2mass_j02082363+2737400.json │ ├── 2mass_j02103857-3015313.json │ ├── 2mass_j02115089+4728300.json │ ├── 2mass_j02132062+3648506c.json │ ├── 2mass_j02132880+4444453.json │ ├── 2mass_j02140026+4243367.json │ ├── 2mass_j02182913-3133230.json │ ├── 2mass_j02192196+0506306.json │ ├── 2mass_j02192210-3925225.json │ ├── 2mass_j02192429-7137204.json │ ├── 2mass_j02192807-1938416.json │ ├── 2mass_j02212859-6831400.json │ ├── 2mass_j02215494-5412054.json │ ├── 2mass_j02235464-5815067.json │ ├── 2mass_j02251947-5837295.json │ ├── 2mass_j02265658-5327032.json │ ├── 2mass_j02271036-1624479.json │ ├── 2mass_j02281101+2537380.json │ ├── 2mass_j02283305+1811097.json │ ├── 2mass_j02284243+1639329.json │ ├── 2mass_j02284355-6325052.json │ ├── 2mass_j02292794-0053282.json │ ├── 2mass_j02301551+2704061.json │ ├── 2mass_j02304442-3027275.json │ ├── 2mass_j02330145-6403420.json │ ├── 2mass_j02340093-6442068.json │ ├── 2mass_j02355993-2331205.json │ ├── 2mass_j02361794+0048548.json │ ├── 2mass_j02394245-1735471.json │ ├── 2mass_j02402950+2832576.json │ ├── 2mass_j02404759-4253377.json │ ├── 2mass_j02410564-5511466.json │ ├── 2mass_j02411151-0326587.json │ ├── 2mass_j02415367-1241069.json │ ├── 2mass_j02431371-2453298.json │ ├── 2mass_j02435103-5432194.json │ ├── 2mass_j02441019-3548036.json │ ├── 2mass_j02484100-1651216.json │ ├── 2mass_j0249-0557_c.json │ ├── 2mass_j02495639-0557352.json │ ├── 2mass_j02501167-0151295.json │ ├── 2mass_j02511490-0352459.json │ ├── 2mass_j02525434-1142200.json │ ├── 2mass_j02532028+2713332.json │ ├── 2mass_j02534448-7959133.json │ ├── 2mass_j02540582-1934523.json │ ├── 2mass_j02540788+0223563.json │ ├── 2mass_j02550357-4700509.json │ ├── 2mass_j02561474+1935213.json │ ├── 2mass_j02562362+2013457.json │ ├── 2mass_j02572581-3105523.json │ ├── 2mass_j02575455+4111324.json │ ├── 2mass_j02583123-1520536.json │ ├── 2mass_j02594471+2254443.json │ ├── 2mass_j03001631+2130205.json │ ├── 2mass_j03032042-7312300.json │ ├── 2mass_j03093877-3014352.json │ ├── 2mass_j03100053+0726506.json │ ├── 2mass_j03101401-2756452.json │ ├── 2mass_j03111547+0106307.json │ ├── 2mass_j03134443+0433165.json │ ├── 2mass_j03140344+1603056.json │ ├── 2mass_j03144011-0450316.json │ ├── 2mass_j03164512-2848521.json │ ├── 2mass_j03180906+4925189.json │ ├── 2mass_j03182597-3708118.json │ ├── 2mass_j03185403-3421292.json │ ├── 2mass_j03194133+5030451.json │ ├── 2mass_j03201720-1026124.json │ ├── 2mass_j03205965+1854233.json │ ├── 2mass_j03224622-7940595.json │ ├── 2mass_j03231002-4631237.json │ ├── 2mass_j03250136+2253039.json │ ├── 2mass_j03252938-4312299.json │ ├── 2mass_j03255322+0425406.json │ ├── 2mass_j03261367+2950152.json │ ├── 2mass_j03264225-2102057.json │ ├── 2mass_j03264453+1919309.json │ ├── 2mass_j03274091-3148156.json │ ├── 2mass_j03283463+1129515.json │ ├── 2mass_j03284265+2302051.json │ ├── 2mass_j03300506+2405281.json │ ├── 2mass_j03313025-3042383.json │ ├── 2mass_j03320043-2317496.json │ ├── 2mass_j03333313-3215181.json │ ├── 2mass_j03341218-4953322.json │ ├── 2mass_j03354535+0658058.json │ ├── 2mass_j03361338+0010129.json │ ├── 2mass_j03370359-1758079.json │ ├── 2mass_j03390160-2434059.json │ ├── 2mass_j03393521-3525440.json │ ├── 2mass_j03400942-6724051.json │ ├── 2mass_j03420931-2904317.json │ ├── 2mass_j03421621-6817321.json │ ├── 2mass_j03435353+2431115.json │ ├── 2mass_j03443514+2513429.json │ ├── 2mass_j03454316+2540233.json │ ├── 2mass_j03471792+2422317.json │ ├── 2mass_j03480772-6022270.json │ ├── 2mass_j03484468+2437237.json │ ├── 2mass_j03491511+2436226.json │ ├── 2mass_j03510004-0052452.json │ ├── 2mass_j03510423+4810477.json │ ├── 2mass_j03512555+2345213.json │ ├── 2mass_j03521086+0210479.json │ ├── 2mass_j03540135+2316339.json │ ├── 2mass_j03550477-1032415.json │ ├── 2mass_j03552014+1439297.json │ ├── 2mass_j03552337+1133437.json │ ├── 2mass_j03572695-4417305.json │ ├── 2mass_j03582255-4116060.json │ ├── 2mass_j04012977-4050448.json │ ├── 2mass_j04062677-3812102.json │ ├── 2mass_j04070752+1546457.json │ ├── 2mass_j04070885+1514565.json │ ├── 2mass_j04070892-2348301.json │ ├── 2mass_j04081032+0742494.json │ ├── 2mass_j04082905-1450334.json │ ├── 2mass_j04150602+8230557.json │ ├── 2mass_j04151471+2800096.json │ ├── 2mass_j04151954-0935066.json │ ├── 2mass_j04173745-0800007.json │ ├── 2mass_j04174743-2129191.json │ ├── 2mass_j04185115+2814332.json │ ├── 2mass_j04185879-4507413.json │ ├── 2mass_j04203904+2355502.json │ ├── 2mass_j04214954+1528598.json │ ├── 2mass_j04221413+1530525.json │ ├── 2mass_j04234858-0414035.json │ ├── 2mass_j04235322-0006587.json │ ├── 2mass_j04270723+0859027.json │ ├── 2mass_j04272799+2612052.json │ ├── 2mass_j04285096-2253227.json │ ├── 2mass_j04291842-3123568.json │ ├── 2mass_j04294568+2630468.json │ ├── 2mass_j04300724+2608207.json │ ├── 2mass_j04305157-0849007.json │ ├── 2mass_j04305718+2556394.json │ ├── 2mass_j04355143+2249119.json │ ├── 2mass_j04362054-4218523.json │ ├── 2mass_j04362767+1151243.json │ ├── 2mass_j04362788-4114465.json │ ├── 2mass_j04365019-1803262.json │ ├── 2mass_j04373705+2331080.json │ ├── 2mass_j04380083+2558572.json │ ├── 2mass_j04390101-2353083.json │ ├── 2mass_j04390396+2544264.json │ ├── 2mass_j04400972-5126544.json │ ├── 2mass_j04402583-1820414.json │ ├── 2mass_j04420071-1356232.json │ ├── 2mass_j04433761+0002051.json │ ├── 2mass_j04441479+0543573.json │ ├── 2mass_j04451119-0602526.json │ ├── 2mass_j04453237-3642258.json │ ├── 2mass_j04455387-3048204.json │ ├── 2mass_j04470652-1946392.json │ ├── 2mass_j04473039-1216155.json │ ├── 2mass_j04474307-1936045.json │ ├── 2mass_j04493288+1607226.json │ ├── 2mass_j04510093-3402150.json │ ├── 2mass_j04532647-1751543.json │ ├── 2mass_j04553267-2701493.json │ ├── 2mass_j04572565+6809177.json │ ├── 2mass_j04584239-3002061.json │ ├── 2mass_j05002100+0330501.json │ ├── 2mass_j05012406-0010452.json │ ├── 2mass_j05065012+5236338.json │ ├── 2mass_j05084947-1647167.json │ ├── 2mass_j05102396-2800539.json │ ├── 2mass_j05103524-4208146.json │ ├── 2mass_j05104958-1843548.json │ ├── 2mass_j05120636-2949540.json │ ├── 2mass_j05123569-3041067.json │ ├── 2mass_j05151593-0656262.json │ ├── 2mass_j05160945-0445499.json │ ├── 2mass_j05161597-3332046.json │ ├── 2mass_j05170548-4154413.json │ ├── 2mass_j05181131-3101529.json │ ├── 2mass_j05184616-2756457.json │ ├── 2mass_j05185995-2828372.json │ ├── 2mass_j05233822-1403022.json │ ├── 2mass_j05253876-7426008.json │ ├── 2mass_j05264316-1824315.json │ ├── 2mass_j05264348-4455455.json │ ├── 2mass_j05265973-5026216.json │ ├── 2mass_j05284435-3252228.json │ ├── 2mass_j05301261+6253254.json │ ├── 2mass_j05325346+8246465.json │ ├── 2mass_j05341594-0631397.json │ ├── 2mass_j05345844-1511439.json │ ├── 2mass_j05361998-1920396.json │ ├── 2mass_j05392474+4038437.json │ ├── 2mass_j05395200-0059019.json │ ├── 2mass_j05402325-0906326.json │ ├── 2mass_j05431887+6422528.json │ ├── 2mass_j05441150-2433018.json │ ├── 2mass_j05445741+3705039.json │ ├── 2mass_j05574102-1333264.json │ ├── 2mass_j05574229-1333156.json │ ├── 2mass_j05575096-1359503.json │ ├── 2mass_j05583706-1339123.json │ ├── 2mass_j05585729-1323313.json │ ├── 2mass_j05591914-1404488.json │ ├── 2mass_j06003375-3314268.json │ ├── 2mass_j06020638+4043588.json │ ├── 2mass_j06022216+6336391.json │ ├── 2mass_j06023045+3910592.json │ ├── 2mass_j06050196-2342270.json │ ├── 2mass_j06080232-2944590.json │ ├── 2mass_j06085283-2753583.json │ ├── 2mass_j06143818+3950357.json │ ├── 2mass_j06145280+4536556.json │ ├── 2mass_j06154934-0100415.json │ ├── 2mass_j06160532-4557080.json │ ├── 2mass_j06164006-6407194.json │ ├── 2mass_j06193544-5249367.json │ ├── 2mass_j06195260-2903592.json │ ├── 2mass_j06205212-1645415.json │ ├── 2mass_j06235243+5137023.json │ ├── 2mass_j06244595-4521548.json │ ├── 2mass_j06272161-5308428.json │ ├── 2mass_j06320617+8305014.json │ ├── 2mass_j06322402-5010349.json │ ├── 2mass_j06353541-6234059.json │ ├── 2mass_j06395596-7418446.json │ ├── 2mass_j06411840-4322329.json │ ├── 2mass_j06420559+4101599.json │ ├── 2mass_j06431685-1843375.json │ ├── 2mass_j06453153-6646120.json │ ├── 2mass_j06462756+7935045.json │ ├── 2mass_j06500102-6014569.json │ ├── 2mass_j06512977-1446150.json │ ├── 2mass_j06521977-2534505.json │ ├── 2mass_j06523073+4710348.json │ ├── 2mass_j06524851-5741376.json │ ├── 2mass_j06543675-7131217.json │ ├── 2mass_j06572547-4019134.json │ ├── 2mass_j06575576+4029420.json │ ├── 2mass_j06581827+2634587.json │ ├── 2mass_j07003664+3157266.json │ ├── 2mass_j07032698+4632169.json │ ├── 2mass_j07040594+3038421.json │ ├── 2mass_j07044934+5051556.json │ ├── 2mass_j07062855+3858247.json │ ├── 2mass_j07083261-4701475.json │ ├── 2mass_j07104907+2809091.json │ ├── 2mass_j07123786-6155528.json │ ├── 2mass_j07140394+3702459.json │ ├── 2mass_j07171626+5705430.json │ ├── 2mass_j07193188-5051410.json │ ├── 2mass_j07202582-5617224.json │ ├── 2mass_j07214049+1943502.json │ ├── 2mass_j07214625+1937444.json │ ├── 2mass_j07222760-0540384.json │ ├── 2mass_j07231462+5727081.json │ ├── 2mass_j07271824+1710012.json │ ├── 2mass_j07290002-3954043.json │ ├── 2mass_j07304899+1553122.json │ ├── 2mass_j07354882+2720167.json │ ├── 2mass_j07360172+2040480.json │ ├── 2mass_j07394386+1305070.json │ ├── 2mass_j07405577+4114097.json │ ├── 2mass_j07410404-0359495.json │ ├── 2mass_j07414920+2351275.json │ ├── 2mass_j07415784+0531568.json │ ├── 2mass_j07420130+2055198.json │ ├── 2mass_j07441029+5130264.json │ ├── 2mass_j07464256+2000321.json │ ├── 2mass_j07511645-2530432.json │ ├── 2mass_j07522390+1612157.json │ ├── 2mass_j07540541+1603171.json │ ├── 2mass_j07584037+3247245.json │ ├── 2mass_j07592947+0323564.json │ ├── 2mass_j08034469+0827000.json │ ├── 2mass_j08041429+0330474.json │ ├── 2mass_j08072607+3213101.json │ ├── 2mass_j08095903+4434216.json │ ├── 2mass_j08105865+1420390.json │ ├── 2mass_j08121049+3723223.json │ ├── 2mass_j08151407+1030117.json │ ├── 2mass_j08173001-6155158.json │ ├── 2mass_j08183325-0036282.json │ ├── 2mass_j08185804+2333522.json │ ├── 2mass_j08194351-0450071.json │ ├── 2mass_j08194602+1658539.json │ ├── 2mass_j08202996+4500315.json │ ├── 2mass_j08204440-7514571.json │ ├── 2mass_j08213173+1443231.json │ ├── 2mass_j08215010+4532019.json │ ├── 2mass_j08220659+0441026.json │ ├── 2mass_j08230838+6125208.json │ ├── 2mass_j08234818+2428577.json │ ├── 2mass_j08251968+2115521.json │ ├── 2mass_j08254335-0029110.json │ ├── 2mass_j08272028+4502043.json │ ├── 2mass_j08274661-1619256.json │ ├── 2mass_j08293244-0238543.json │ ├── 2mass_j08294908-0012241.json │ ├── 2mass_j08300825+4828482.json │ ├── 2mass_j08304878+0128311.json │ ├── 2mass_j08315598+1025417.json │ ├── 2mass_j08320822-7031003.json │ ├── 2mass_j08350622+1953050.json │ ├── 2mass_j08352366+1029318.json │ ├── 2mass_j08354256-0819237.json │ ├── 2mass_j08355736+4318310.json │ ├── 2mass_j08355829+0548308.json │ ├── 2mass_j08370215+1952074.json │ ├── 2mass_j08370450+2016033.json │ ├── 2mass_j08381155+1511155.json │ ├── 2mass_j08391608+1253543.json │ ├── 2mass_j08410852+1954018.json │ ├── 2mass_j08441409-2924121.json │ ├── 2mass_j08472872-1532372.json │ ├── 2mass_j08491096-0721442.json │ ├── 2mass_j08500174-1924184.json │ ├── 2mass_j08503593+1057156.json │ ├── 2mass_j08503941-0221528.json │ ├── 2mass_j08513558+7727182.json │ ├── 2mass_j08533619-0329321.json │ ├── 2mass_j08554875+3636020.json │ ├── 2mass_j08555320-0259207.json │ ├── 2mass_j08561384-1342242.json │ ├── 2mass_j08564793+2235182.json │ ├── 2mass_j08572787-0332396.json │ ├── 2mass_j08575849+5708514.json │ ├── 2mass_j08582645+5506513.json │ ├── 2mass_j08592547-1949268.json │ ├── 2mass_j08593854+6341355.json │ ├── 2mass_j08594029+1145325.json │ ├── 2mass_j09033514-0637336.json │ ├── 2mass_j09054654+5623117.json │ ├── 2mass_j09083803+5032088.json │ ├── 2mass_j09090085+6525275.json │ ├── 2mass_j09111297+7401081.json │ ├── 2mass_j09121469+1459396.json │ ├── 2mass_j09124523+2425493.json │ ├── 2mass_j09130443-0733042.json │ ├── 2mass_j09153413+0422045.json │ ├── 2mass_j09161504+2139512.json │ ├── 2mass_j09175418+6028065.json │ ├── 2mass_j09201223+3517429.json │ ├── 2mass_j09211410-2104446.json │ ├── 2mass_j09212533+6017473.json │ ├── 2mass_j09221952-8010399.json │ ├── 2mass_j09240328+3653444.json │ ├── 2mass_j09261537+5847212.json │ ├── 2mass_j09282562+4230545.json │ ├── 2mass_j09283972-1603128.json │ ├── 2mass_j09293364+3429527.json │ ├── 2mass_j09312823+0528223.json │ ├── 2mass_j09342920-1352434.json │ ├── 2mass_j09352803-2934596.json │ ├── 2mass_j09373487+2931409.json │ ├── 2mass_j09384022-2748184.json │ ├── 2mass_j09391458+3950218.json │ ├── 2mass_j09393548-2448279.json │ ├── 2mass_j09401609+4017365.json │ ├── 2mass_j09411157+4254031.json │ ├── 2mass_j09424604+5531025.json │ ├── 2mass_j09451445-7753150.json │ ├── 2mass_j09474477+0224327.json │ ├── 2mass_j09481253-2903268.json │ ├── 2mass_j09490860-1545485.json │ ├── 2mass_j09510549+3558021.json │ ├── 2mass_j09522188-1924319.json │ ├── 2mass_j09553336-0208403.json │ ├── 2mass_j09555995-7342489.json │ ├── 2mass_j09593276+4523309.json │ ├── 2mass_j10020752+1358556.json │ ├── 2mass_j10031918-0105079.json │ ├── 2mass_j10042066+5022596.json │ ├── 2mass_j10043929-3335189.json │ ├── 2mass_j10052010+1539407.json │ ├── 2mass_j10063197-1653266.json │ ├── 2mass_j10073369-4555147.json │ ├── 2mass_j10101480-0406499.json │ ├── 2mass_j10110298-3442237.json │ ├── 2mass_j10113950+2019031.json │ ├── 2mass_j10123808+0529326.json │ ├── 2mass_j10163470+2751497.json │ ├── 2mass_j10170754+1308398.json │ ├── 2mass_j10172689-5354265.json │ ├── 2mass_j10184314-1624273.json │ ├── 2mass_j10185879-2909535.json │ ├── 2mass_j10195684+7324087.json │ ├── 2mass_j10210969-0304197.json │ ├── 2mass_j10212570-2830427.json │ ├── 2mass_j10213232-2044069.json │ ├── 2mass_j10215386+3704166.json │ ├── 2mass_j10220489+0200477.json │ ├── 2mass_j10221489+4114266.json │ ├── 2mass_j10224821+5825453.json │ ├── 2mass_j10240997+1815533.json │ ├── 2mass_j10255227+3212349.json │ ├── 2mass_j10283072+7408411.json │ ├── 2mass_j10284042-1438439.json │ ├── 2mass_j10284580-2830374.json │ ├── 2mass_j10315064+3349595.json │ ├── 2mass_j10321706+0501032.json │ ├── 2mass_j10353492-0711479.json │ ├── 2mass_j10354389-0916252.json │ ├── 2mass_j10365305-3441380.json │ ├── 2mass_j10393137+3256263.json │ ├── 2mass_j10430758+2225236.json │ ├── 2mass_j10433508+1213149.json │ ├── 2mass_j10440942+0429376.json │ ├── 2mass_j10451718-2607249.json │ ├── 2mass_j10452400-0149576.json │ ├── 2mass_j10455263-2819303.json │ ├── 2mass_j10461875+4441149.json │ ├── 2mass_j10475385+2124234.json │ ├── 2mass_j10481463-3956062.json │ ├── 2mass_j10503781-4517010.json │ ├── 2mass_j10511900+5613086.json │ ├── 2mass_j10513331-1916530.json │ ├── 2mass_j10544168+1214084.json │ ├── 2mass_j10554733+0808427.json │ ├── 2mass_j10584787-1548172.json │ ├── 2mass_j10585054-2346206.json │ ├── 2mass_j10595138-2113082.json │ ├── 2mass_j10595185+3042059.json │ ├── 2mass_j11000965+4957470.json │ ├── 2mass_j11001126-2718386.json │ ├── 2mass_j11011926-7732383.json │ ├── 2mass_j11034950-3409445.json │ ├── 2mass_j11040127+1959217.json │ ├── 2mass_j11061197+2754225.json │ ├── 2mass_j11062352+5259317.json │ ├── 2mass_j11062554-7633418.json │ ├── 2mass_j11064461-3715115.json │ ├── 2mass_j11074656-7615174.json │ ├── 2mass_j11083081+6830169.json │ ├── 2mass_j11085497-7632410.json │ ├── 2mass_j11101001+0116130.json │ ├── 2mass_j11103321+5424028.json │ ├── 2mass_j11104006-7630547.json │ ├── 2mass_j11112820-2655027.json │ ├── 2mass_j11122567+3548131.json │ ├── 2mass_j11123099-7653342.json │ ├── 2mass_j11124910-2044315.json │ ├── 2mass_j11132009+3430582.json │ ├── 2mass_j11145133-2618235.json │ ├── 2mass_j11173691+3609359.json │ ├── 2mass_j11181292-0856106.json │ ├── 2mass_j11183877+2339488.json │ ├── 2mass_j11191046+0552484.json │ ├── 2mass_j11220826-3512363.json │ ├── 2mass_j11233605+1241222.json │ ├── 2mass_j11240487+3808054.json │ ├── 2mass_j11245527+2315228.json │ ├── 2mass_j11260310+4819256.json │ ├── 2mass_j11263991-5003550.json │ ├── 2mass_j11271382-3735076.json │ ├── 2mass_j11275346+7411076.json │ ├── 2mass_j11282557+7831016.json │ ├── 2mass_j11301367+1937346.json │ ├── 2mass_j11303205+2345465.json │ ├── 2mass_j11304761-2210335.json │ ├── 2mass_j11335700-7807240.json │ ├── 2mass_j11391107+0841121.json │ ├── 2mass_j11391441-4321106.json │ ├── 2mass_j11414406-2232156.json │ ├── 2mass_j11463449+2230527.json │ ├── 2mass_j11465791-3914144.json │ ├── 2mass_j11470479+1420095.json │ ├── 2mass_j11472421-2040204.json │ ├── 2mass_j11480096-2836488.json │ ├── 2mass_j11485427-2544404.json │ ├── 2mass_j11524266+2438079.json │ ├── 2mass_j11533966+5032092.json │ ├── 2mass_j11543399+0135545.json │ ├── 2mass_j11544223-3400390.json │ ├── 2mass_j11550087+2307058.json │ ├── 2mass_j11553952-3727350.json │ ├── 2mass_j11555389+0559577.json │ ├── 2mass_j11582077+0435014.json │ ├── 2mass_j11582484+1354456.json │ ├── 2mass_j12022564-0629026.json │ ├── 2mass_j12023666-0604054.json │ ├── 2mass_j12035905-3821402.json │ ├── 2mass_j12042529-2806364.json │ ├── 2mass_j12043036+3212595.json │ ├── 2mass_j12070374-3151298.json │ ├── 2mass_j12071089-3230537.json │ ├── 2mass_j12073804-3909050.json │ ├── 2mass_j12074717+0244249.json │ ├── 2mass_j12074836-3900043.json │ ├── 2mass_j12095613-1004008.json │ ├── 2mass_j12123389+0206280.json │ ├── 2mass_j12130336-0432437.json │ ├── 2mass_j12154430-3420594.json │ ├── 2mass_j12155348+0050498.json │ ├── 2mass_j12162161+4456340.json │ ├── 2mass_j12171110-0311131.json │ ├── 2mass_j12171942-4830012.json │ ├── 2mass_j12172372-0237369.json │ ├── 2mass_j12172935+0035326.json │ ├── 2mass_j12175920-3734433.json │ ├── 2mass_j12185957-0550282.json │ ├── 2mass_j12191495+0810307.json │ ├── 2mass_j12195156+3128497.json │ ├── 2mass_j12201166+3315379.json │ ├── 2mass_j12204296+6205315.json │ ├── 2mass_j12212770+0257198.json │ ├── 2mass_j12215066-0843197.json │ ├── 2mass_j122554.32-273946.6b.json │ ├── 2mass_j12255432-2739466.json │ ├── 2mass_j12270506-0447207.json │ ├── 2mass_j12271545-0636458.json │ ├── 2mass_j12281523-1547342.json │ ├── 2mass_j12304562+2827583.json │ ├── 2mass_j12310489-3801065.json │ ├── 2mass_j12312141+4959234.json │ ├── 2mass_j12314753+0847331.json │ ├── 2mass_j12321827-0951502.json │ ├── 2mass_j12330252+3907049.json │ ├── 2mass_j12373919+6526148.json │ ├── 2mass_j12392727+5515371.json │ ├── 2mass_j12451416-4429077.json │ ├── 2mass_j12451711+6016103.json │ ├── 2mass_j12465176+3148104.json │ ├── 2mass_j12473570-1219518.json │ ├── 2mass_j12474428-3816464.json │ ├── 2mass_j12474944-1117551.json │ ├── 2mass_j12475047-0152142.json │ ├── 2mass_j12490458-3454080.json │ ├── 2mass_j12520989-4948280.json │ ├── 2mass_j12522042-3149288.json │ ├── 2mass_j12531240+4034038.json │ ├── 2mass_j12535039-4211215.json │ ├── 2mass_j12545393-0122474.json │ ├── 2mass_j12560183-1257276.json │ ├── 2mass_j12560215-1257217.json │ ├── 2mass_j12563716-0224522.json │ ├── 2mass_j12563961-2718455.json │ ├── 2mass_j12565688+0146163.json │ ├── 2mass_j12574463-3635431.json │ ├── 2mass_j12574941-4111373.json │ ├── 2mass_j12594167+1001380.json │ ├── 2mass_j13004255+1912354.json │ ├── 2mass_j13015465-1510223.json │ ├── 2mass_j13023811+5650212.json │ ├── 2mass_j13023897+0351410.json │ ├── 2mass_j13032398+3602486.json │ ├── 2mass_j13040757+4036157.json │ ├── 2mass_j13052133+2245026.json │ ├── 2mass_j13054019-2541059.json │ ├── 2mass_j13054106+2046394.json │ ├── 2mass_j13061727+3820296.json │ ├── 2mass_j13080663-4925505.json │ ├── 2mass_j13081228+6103486.json │ ├── 2mass_j13082507+0725512.json │ ├── 2mass_j13113921+8032219.json │ ├── 2mass_j13114227+3629235.json │ ├── 2mass_j13120707+3937445.json │ ├── 2mass_j13184794+1736117.json │ ├── 2mass_j13204159+0957506.json │ ├── 2mass_j13204427+0409045.json │ ├── 2mass_j13235206+3014340.json │ ├── 2mass_j13243553+6358281.json │ ├── 2mass_j13262981-0038314.json │ ├── 2mass_j13285503+2114486.json │ ├── 2mass_j13290099-4147133.json │ ├── 2mass_j13300232-0453202.json │ ├── 2mass_j13313310+3407583.json │ ├── 2mass_j13314894-0116500.json │ ├── 2mass_j13322349+1542190.json │ ├── 2mass_j13322442-0441126.json │ ├── 2mass_j13341216-8226232.json │ ├── 2mass_j13364062+3743230.json │ ├── 2mass_j13373116+4938367.json │ ├── 2mass_j13384944+0437315.json │ ├── 2mass_j13392651-1755053.json │ ├── 2mass_j13411160-3052505.json │ ├── 2mass_j13431670+3945087.json │ ├── 2mass_j13435275-3851385.json │ ├── 2mass_j13464634-0031501.json │ ├── 2mass_j13475911-7610054.json │ ├── 2mass_j13480100-0304328.json │ ├── 2mass_j13484591+0353545.json │ ├── 2mass_j13512249+1419168.json │ ├── 2mass_j13564148+4342587.json │ ├── 2mass_j13570485-3946356.json │ ├── 2mass_j13570965+5544496.json │ ├── 2mass_j13571237+1428398.json │ ├── 2mass_j13571497-1438529.json │ ├── 2mass_j13580384+1458204.json │ ├── 2mass_j13595510-4034582.json │ ├── 2mass_j14012556-4033164.json │ ├── 2mass_j14022235+0648479.json │ ├── 2mass_j14032232+3007547.json │ ├── 2mass_j14044495+4634297.json │ ├── 2mass_j14044941-3159329.json │ ├── 2mass_j14050408+2918314.json │ ├── 2mass_j14075361+1241099.json │ ├── 2mass_j14075592-3033593.json │ ├── 2mass_j14090310-3357565.json │ ├── 2mass_j14114474-4524153.json │ ├── 2mass_j14122268+2354108.json │ ├── 2mass_j14135981-0457483.json │ ├── 2mass_j14140586+0107102.json │ ├── 2mass_j14153485-5212557.json │ ├── 2mass_j14162408+1348263.json │ ├── 2mass_j14165987+5006258.json │ ├── 2mass_j14182962-3538060.json │ ├── 2mass_j14183233+0253259.json │ ├── 2mass_j14192618+5919047.json │ ├── 2mass_j14193867-3136519.json │ ├── 2mass_j14211873-1618201.json │ ├── 2mass_j14213145+1827407.json │ ├── 2mass_j14232186+6154005.json │ ├── 2mass_j14235889-8729202.json │ ├── 2mass_j14243909+0917104.json │ ├── 2mass_j14250510+7102097.json │ ├── 2mass_j14252798-3650229.json │ ├── 2mass_j14263345-5229166.json │ ├── 2mass_j14283132+5923354.json │ ├── 2mass_j14304358+2915405.json │ ├── 2mass_j14313097+1436539.json │ ├── 2mass_j14343616+2202463.json │ ├── 2mass_j14345819-2335572.json │ ├── 2mass_j14351087-2333025.json │ ├── 2mass_j14351706-0147115.json │ ├── 2mass_j14352035-4255403.json │ ├── 2mass_j14353572-0043471.json │ ├── 2mass_j14360977+2900350.json │ ├── 2mass_j14383259+5722168.json │ ├── 2mass_j14384542+5559134.json │ ├── 2mass_j14392836+1929149.json │ ├── 2mass_j14394298-1100430.json │ ├── 2mass_j14402293+1339230.json │ ├── 2mass_j14403029+1233344.json │ ├── 2mass_j14403186-1303263.json │ ├── 2mass_j14405684-2225149.json │ ├── 2mass_j14410457+2719323.json │ ├── 2mass_j14412565+1856484.json │ ├── 2mass_j14480337+1554149.json │ ├── 2mass_j14482563+1031590.json │ ├── 2mass_j14521846+4826214.json │ ├── 2mass_j14532303+1543081.json │ ├── 2mass_j14534847+3733165.json │ ├── 2mass_j14562776+1755090.json │ ├── 2mass_j14563831-2809473.json │ ├── 2mass_j14571496-2121477.json │ ├── 2mass_j14573965+4517167.json │ ├── 2mass_j14580255-7850126.json │ ├── 2mass_j14582453+2839580.json │ ├── 2mass_j15004572+4219448.json │ ├── 2mass_j15010693-0531388.json │ ├── 2mass_j15025826-3551110.json │ ├── 2mass_j15031961+2525196.json │ ├── 2mass_j15063706+2759544.json │ ├── 2mass_j15065441+1321060.json │ ├── 2mass_j15072779-2000431.json │ ├── 2mass_j15074769-1627386.json │ ├── 2mass_j15102960+3619480.json │ ├── 2mass_j15104761-2818234.json │ ├── 2mass_j15104786-2818174.json │ ├── 2mass_j15111466+0607431.json │ ├── 2mass_j15123329-1032414.json │ ├── 2mass_j15124058+3403501.json │ ├── 2mass_j15150083+4847416.json │ ├── 2mass_j15200224-4422419.json │ ├── 2mass_j15203974+3546210.json │ ├── 2mass_j15210103+5053230.json │ ├── 2mass_j15230657-2347526.json │ ├── 2mass_j15232263+3014562.json │ ├── 2mass_j15261405+2043414.json │ ├── 2mass_j15291017+6312539.json │ ├── 2mass_j15293306+6730215.json │ ├── 2mass_j15294565+8215328.json │ ├── 2mass_j15311344+1641282.json │ ├── 2mass_j15330937-2205069.json │ ├── 2mass_j15341068+0426410.json │ ├── 2mass_j15345704-1418486.json │ ├── 2mass_j15354865-0657341.json │ ├── 2mass_j15361917+3305147.json │ ├── 2mass_j15382417-1953116.json │ ├── 2mass_j15392137+6502364.json │ ├── 2mass_j15394189-0520428.json │ ├── 2mass_j15394442+7437273.json │ ├── 2mass_j15412408+5425598.json │ ├── 2mass_j15422494+5522451.json │ ├── 2mass_j15423630-0045452.json │ ├── 2mass_j15460540+3749458.json │ ├── 2mass_j15461461+4932114.json │ ├── 2mass_j15462597+0317547.json │ ├── 2mass_j15470557-1626303.json │ ├── 2mass_j15474719-2423493.json │ ├── 2mass_j15485834-1636018.json │ ├── 2mass_j15500845+1455180.json │ ├── 2mass_j15510662+6457047.json │ ├── 2mass_j15515237+0941148.json │ ├── 2mass_j15520310-0329056.json │ ├── 2mass_j15522538+0951585.json │ ├── 2mass_j15525906+2948485.json │ ├── 2mass_j15531993+1400337.json │ ├── 2mass_j15534211-2049282.json │ ├── 2mass_j15551573-0956055.json │ ├── 2mass_j15561873+1300527.json │ ├── 2mass_j15565031+5206568.json │ ├── 2mass_j15570146-2046184.json │ ├── 2mass_j15573279+1752387.json │ ├── 2mass_j15575011-2952431.json │ ├── 2mass_j15591135-2338002.json │ ├── 2mass_j16002647-2456424.json │ ├── 2mass_j16005759+3021571.json │ ├── 2mass_j16043145+0908387.json │ ├── 2mass_j16060391-2056443.json │ ├── 2mass_j16062665+6837268.json │ ├── 2mass_j16071521+3125255.json │ ├── 2mass_j16091143+2116584.json │ ├── 2mass_j16124134+1730284.json │ ├── 2mass_j16135698+4019158.json │ ├── 2mass_j16141557+8211327.json │ ├── 2mass_j16141954-8151154.json │ ├── 2mass_j16150413+1340079.json │ ├── 2mass_j16154245+0546400.json │ ├── 2mass_j16154255+4953211.json │ ├── 2mass_j16161833+0540382.json │ ├── 2mass_j16170031+1313496.json │ ├── 2mass_j16184503-1321297.json │ ├── 2mass_j16195827-2832276.json │ ├── 2mass_j16220887-0959352.json │ ├── 2mass_j16231308+3950419.json │ ├── 2mass_j16241436+0029158.json │ ├── 2mass_j16262034+3925190.json │ ├── 2mass_j16265698+3954482.json │ ├── 2mass_j16272794+8105075.json │ ├── 2mass_j16291840+0335371.json │ ├── 2mass_j16304139+0938446.json │ ├── 2mass_j16322360+2839567.json │ ├── 2mass_j16322911+1904407.json │ ├── 2mass_j16334976-6808488.json │ ├── 2mass_j16351919+4223053.json │ ├── 2mass_j16354757+2722238.json │ ├── 2mass_j16360078-0034525.json │ ├── 2mass_j16360752+2336011.json │ ├── 2mass_j16370238+2520386.json │ ├── 2mass_j16382073+1327354.json │ ├── 2mass_j16403197+1231068.json │ ├── 2mass_j16403561+2922225.json │ ├── 2mass_j16410015+1335591.json │ ├── 2mass_j16452207+3004071.json │ ├── 2mass_j16461148+5019456.json │ ├── 2mass_j16471580+5632057.json │ ├── 2mass_j16490419+0444571.json │ ├── 2mass_j16532970+6231364.json │ ├── 2mass_j16553529-0823401.json │ ├── 2mass_j16573454+1054233.json │ ├── 2mass_j17054834-0516462.json │ ├── 2mass_j17065487-1314396.json │ ├── 2mass_j17071830+6439331.json │ ├── 2mass_j17072343-0558249.json │ ├── 2mass_j17073334+4301304.json │ ├── 2mass_j17081563+2557474.json │ ├── 2mass_j17111353+2326333.json │ ├── 2mass_j17114559+4028578.json │ ├── 2mass_j17125121-0507249.json │ ├── 2mass_j17161258+4125143.json │ ├── 2mass_j17164260+2945536.json │ ├── 2mass_j17170452+1509534.json │ ├── 2mass_j17195973-0640313.json │ ├── 2mass_j17210390+3344160.json │ ├── 2mass_j17213581-0619145.json │ ├── 2mass_j17224432+6329470.json │ ├── 2mass_j17260007+1538190.json │ ├── 2mass_j17281134+0839590.json │ ├── 2mass_j17281150+3948593.json │ ├── 2mass_j17285995+7518436.json │ ├── 2mass_j17312974+2721233.json │ ├── 2mass_j17320014+2656228.json │ ├── 2mass_j17324109-0441179.json │ ├── 2mass_j17331893+4633593.json │ ├── 2mass_j17343053-1151388.json │ ├── 2mass_j17373467+5953434.json │ ├── 2mass_j17380025+8505130.json │ ├── 2mass_j17392515+2454421.json │ ├── 2mass_j17445715+3747109.json │ ├── 2mass_j17453466-1640538.json │ ├── 2mass_j17461199+5034036.json │ ├── 2mass_j17482290+0439383.json │ ├── 2mass_j17502175+1327033.json │ ├── 2mass_j17502484-0016151.json │ ├── 2mass_j17503293+1759042.json │ ├── 2mass_j17534518-6559559.json │ ├── 2mass_j17545447+1649196.json │ ├── 2mass_j17551229-6717251.json │ ├── 2mass_j17561080+2815238.json │ ├── 2mass_j18000116-1559235.json │ ├── 2mass_j18014549+7442294.json │ ├── 2mass_j18071593+5015316.json │ ├── 2mass_j18095256-0448081.json │ ├── 2mass_j18131803+5101246.json │ ├── 2mass_j18201045+2021263.json │ ├── 2mass_j18212815+1414010.json │ ├── 2mass_j18224712+3921504.json │ ├── 2mass_j18283572-4849046.json │ ├── 2mass_j18284076+1229207.json │ ├── 2mass_j18353790+3259545.json │ ├── 2mass_j18355309-3217129.json │ ├── 2mass_j18392917+4424386.json │ ├── 2mass_j18410861+3117279.json │ ├── 2mass_j18432213+4040209.json │ ├── 2mass_j18451889+3853248.json │ ├── 2mass_j18455236+5227400.json │ ├── 2mass_j18462188-5706040.json │ ├── 2mass_j18505160-5019113.json │ ├── 2mass_j18521683+5257195.json │ ├── 2mass_j18544597+8429470.json │ ├── 2mass_j19010601+4718136.json │ ├── 2mass_j19163888-3700026.json │ ├── 2mass_j19170993+7755597.json │ ├── 2mass_j19223062+6610194.json │ ├── 2mass_j19233820-3308416.json │ ├── 2mass_j19241303-6826493.json │ ├── 2mass_j19263943-4405079.json │ ├── 2mass_j19285196-4356256.json │ ├── 2mass_j19303829-1335083.json │ ├── 2mass_j19350976-6200473.json │ ├── 2mass_j19355595-2846343.json │ ├── 2mass_j19360187-5502322.json │ ├── 2mass_j19382890-2237373.json │ ├── 2mass_j19390462-4239251.json │ ├── 2mass_j19395435-5216468.json │ ├── 2mass_j19415458+6826021.json │ ├── 2mass_j19495702+6222440.json │ ├── 2mass_j19552063-0303333.json │ ├── 2mass_j19561542-1754252.json │ ├── 2mass_j19564700-7542270.json │ ├── 2mass_j20025073-0521524.json │ ├── 2mass_j20025265-1316418.json │ ├── 2mass_j20055824-0127307.json │ ├── 2mass_j20111253+7153122.json │ ├── 2mass_j20113196-5048112.json │ ├── 2mass_j20115649-6201127.json │ ├── 2mass_j20135152-2806020.json │ ├── 2mass_j20140359-2016217.json │ ├── 2mass_j20151370-1252571.json │ ├── 2mass_j20192695-2502441.json │ ├── 2mass_j20232858-5946519.json │ ├── 2mass_j20251962-2550484.json │ ├── 2mass_j20261584-2943124.json │ ├── 2mass_j20263647+0439404.json │ ├── 2mass_j20282035+0052265.json │ ├── 2mass_j20282203-5637024.json │ ├── 2mass_j20334473-5635338.json │ ├── 2mass_j20334670-3733443.json │ ├── 2mass_j20343769+0827009.json │ ├── 2mass_j20352037-3110083.json │ ├── 2mass_j20360316+1051295.json │ ├── 2mass_j20362165+5100051.json │ ├── 2mass_j20370715-1137569.json │ ├── 2mass_j20391314-1126531.json │ ├── 2mass_j20414283-3506442.json │ ├── 2mass_j20450238-6332066.json │ ├── 2mass_j20472471+1421526.json │ ├── 2mass_j20473176-0808201.json │ ├── 2mass_j20482880-3255434.json │ ├── 2mass_j20484222-5127435.json │ ├── 2mass_j20491972-1944324.json │ ├── 2mass_j20530910-0133039.json │ ├── 2mass_j20575409-0252302.json │ ├── 2mass_j21011544+1756586.json │ ├── 2mass_j21015233-2944050.json │ ├── 2mass_j21041491-1037369.json │ ├── 2mass_j21043128-0939217.json │ ├── 2mass_j21073169-0307337.json │ ├── 2mass_j21075409-4544064.json │ ├── 2mass_j21122153+8427303.json │ ├── 2mass_j21140802-2251358.json │ ├── 2mass_j21144103-4339531.json │ ├── 2mass_j21163374-0729200.json │ ├── 2mass_j21171431-2940034.json │ ├── 2mass_j21203387+1021591.json │ ├── 2mass_j21203387-0747208.json │ ├── 2mass_j21233110-2345186.json │ ├── 2mass_j21263403-3143224.json │ ├── 2mass_j21265040-8140293.json │ ├── 2mass_j21265916+7617440.json │ ├── 2mass_j21272613-4215183.json │ ├── 2mass_j21304464-0845205.json │ ├── 2mass_j21321145+1341584.json │ ├── 2mass_j21324036+1029494.json │ ├── 2mass_j21324898-1452544.json │ ├── 2mass_j21330794+2321590.json │ ├── 2mass_j21340795+7132312.json │ ├── 2mass_j21343561+2404086.json │ ├── 2mass_j21363029+0515329.json │ ├── 2mass_j21371044+1450475.json │ ├── 2mass_j21373742+0808463.json │ ├── 2mass_j21392676+0220226.json │ ├── 2mass_j21395208+2148397.json │ ├── 2mass_j21403907+3655563.json │ ├── 2mass_j21404654+0112594.json │ ├── 2mass_j21420580-3101162.json │ ├── 2mass_j21442847+1446077.json │ ├── 2mass_j21481326-6323265.json │ ├── 2mass_j21481633+4003594.json │ ├── 2mass_j21485882+0639317.json │ ├── 2mass_j21495655+0603349.json │ ├── 2mass_j21501324-6610366.json │ ├── 2mass_j21501592-7520367.json │ ├── 2mass_j21512543-2441000.json │ ├── 2mass_j21512797+3547206.json │ ├── 2mass_j21513839-4853542.json │ ├── 2mass_j21513979+3402444.json │ ├── 2mass_j21522609+0937575.json │ ├── 2mass_j21533977+2950053.json │ ├── 2mass_j21542494-1023022.json │ ├── 2mass_j21543318+5942187.json │ ├── 2mass_j21543454-1055308.json │ ├── 2mass_j21544859-7459134.json │ ├── 2mass_j21555848+2345307.json │ ├── 2mass_j21572060+8340575.json │ ├── 2mass_j21574904-5534420.json │ ├── 2mass_j21580457-1550098.json │ ├── 2mass_j22000201-3038327.json │ ├── 2mass_j22021125-1109461.json │ ├── 2mass_j22025794-5605087.json │ ├── 2mass_j22062157-6116284.json │ ├── 2mass_j22062520+3301144.json │ ├── 2mass_j22064498-4217208.json │ ├── 2mass_j22081363+2921215.json │ ├── 2mass_j22092183-2711329.json │ ├── 2mass_j22114470+6856262.json │ ├── 2mass_j22120703+3430351.json │ ├── 2mass_j22134491-2136079.json │ ├── 2mass_j22153705+2110554.json │ ├── 2mass_j22191486-6828018.json │ ├── 2mass_j22220679+2208490.json │ ├── 2mass_j22244381-0158521.json │ ├── 2mass_j22264440-7503425.json │ ├── 2mass_j22282889-4310262.json │ ├── 2mass_j22283041+3440344.json │ ├── 2mass_j22344161+4041387.json │ ├── 2mass_j22351658-3844154.json │ ├── 2mass_j22353560-5906306.json │ ├── 2mass_j22362452+4751425_b.json │ ├── 2mass_j22373255+3922398.json │ ├── 2mass_j22380742+4353179.json │ ├── 2mass_j22400144+0532162.json │ ├── 2mass_j22400942+3848306.json │ ├── 2mass_j22425317+2542573.json │ ├── 2mass_j22431696-5932206.json │ ├── 2mass_j22433237-1525260.json │ ├── 2mass_j22443167+2043433.json │ ├── 2mass_j22444905-3045535.json │ ├── 2mass_j22470170+1955286.json │ ├── 2mass_j22490917+3205489.json │ ├── 2mass_j22495345+0044046.json │ ├── 2mass_j22521073-1730134.json │ ├── 2mass_j22545194-2840253.json │ ├── 2mass_j22551861-5713056.json │ ├── 2mass_j22590210+1156035.json │ ├── 2mass_j22593244+4450284.json │ ├── 2mass_j23062928-0502285.json │ ├── 2mass_j23072655+8753294.json │ ├── 2mass_j23080995-3131224.json │ ├── 2mass_j23101846-1759090.json │ ├── 2mass_j23153135+0617146.json │ ├── 2mass_j23155665-4747315.json │ ├── 2mass_j23172072-0236323.json │ ├── 2mass_j23174712-4838501.json │ ├── 2mass_j23185497-1301106.json │ ├── 2mass_j2320292+412341.json │ ├── 2mass_j23202927+4123415.json │ ├── 2mass_j23211254-1326282.json │ ├── 2mass_j23224684-3133231.json │ ├── 2mass_j23225299-6151275.json │ ├── 2mass_j23231347-0244360.json │ ├── 2mass_j23233130+3702297.json │ ├── 2mass_j23245065-5817554.json │ ├── 2mass_j23254530+4251488.json │ ├── 2mass_j23255604-0259508.json │ ├── 2mass_j23262661+1345520.json │ ├── 2mass_j23291290+2704152.json │ ├── 2mass_j23294790-1607551.json │ ├── 2mass_j23302258-0347189.json │ ├── 2mass_j23310161-0406193.json │ ├── 2mass_j23312378-4718274.json │ ├── 2mass_j23322678+1234530.json │ ├── 2mass_j23343945+1933041.json │ ├── 2mass_j23355015-3401477.json │ ├── 2mass_j23360735-3541489.json │ ├── 2mass_j23361644+1835004.json │ ├── 2mass_j23364145+4822480.json │ ├── 2mass_j23364395+2153388.json │ ├── 2mass_j23371491-0838084.json │ ├── 2mass_j23371663-0933251.json │ ├── 2mass_j23381868-4726132.json │ ├── 2mass_j23392527+3507165.json │ ├── 2mass_j23412868-1133356.json │ ├── 2mass_j23433470-3646021.json │ ├── 2mass_j23440624-0733282.json │ ├── 2mass_j23453903+0055137.json │ ├── 2mass_j23461707+1805516.json │ ├── 2mass_j23464599+1129094.json │ ├── 2mass_j23470713+0219127.json │ ├── 2mass_j23490528+1833150.json │ ├── 2mass_j23494899+1224386.json │ ├── 2mass_j23512200+3010540.json │ ├── 2mass_j23512965+4519263.json │ ├── 2mass_j23515044-2537367.json │ ├── 2mass_j23520507-1100435.json │ ├── 2mass_j23532556-1844402.json │ ├── 2mass_j23535946-0833311.json │ ├── 2mass_j23565477-1553111.json │ ├── 2mass_j23590836+2338311.json │ ├── 2massi_j0006205-172051.json │ ├── 2massi_j0013578-223520.json │ ├── 2massi_j0019457+521317.json │ ├── 2massi_j0028394+150141.json │ ├── 2massi_j0032431-223727.json │ ├── 2massi_j0104075-005328.json │ ├── 2massi_j0125369-343505.json │ ├── 2massi_j0224367+253704.json │ ├── 2massi_j0253597+320637.json │ ├── 2massi_j0302012+135814.json │ ├── 2massi_j0335020+234235.json │ ├── 2massi_j0409095+210439.json │ ├── 2massi_j0421072-630602.json │ ├── 2massi_j0443058-320209.json │ ├── 2massi_j0502134+144236.json │ ├── 2massi_j0753321+291711.json │ ├── 2massi_j0755480+221218.json │ ├── 2massi_j0756252+124456.json │ ├── 2massi_j0902146-064209.json │ ├── 2massi_j0953212-101420.json │ ├── 2massi_j1029216+162652.json │ ├── 2massi_j1158027-254536.json │ ├── 2massi_j1315309-264951.json │ ├── 2massi_j1332286+263508.json │ ├── 2massi_j1411213-211950.json │ ├── 2massi_j1426316+155701.json │ ├── 2massi_j1438082+640836.json │ ├── 2massi_j1456014-274735.json │ ├── 2massi_j1534498-295227.json │ ├── 2massi_j1546271-332511.json │ ├── 2massi_j155302.20+153236.0b.json │ ├── 2massi_j1553022+153236.json │ ├── 2massi_j1600054+170832.json │ ├── 2massi_j1656188+283506.json │ ├── 2massi_j1658037+702701.json │ ├── 2massi_j1711457+223204.json │ ├── 2massi_j1743348+584411.json │ ├── 2massi_j1847034+552243.json │ ├── 2massi_j2004536-141622.json │ ├── 2massi_j2054358+151904.json │ ├── 2massi_j2057153+171515.json │ ├── 2massi_j2214506-131959.json │ ├── 2massi_j2252014-181558.json │ ├── 2massi_j2254188+312349.json │ ├── 2massi_j2339101+135230.json │ ├── 2massj14442067-2019222.json │ ├── 2massw_j0030438+313932.json │ ├── 2massw_j0129122+351758.json │ ├── 2massw_j0135358+120522.json │ ├── 2massw_j0147334+345311.json │ ├── 2massw_j0149090+295613.json │ ├── 2massw_j0208549+250048.json │ ├── 2massw_j0242435+160739.json │ ├── 2massw_j0306268+154514.json │ ├── 2massw_j0309088-194938.json │ ├── 2massw_j0310599+164816.json │ ├── 2massw_j0320284-044636.json │ ├── 2massw_j0355419+225702.json │ ├── 2massw_j0708213+295035.json │ ├── 2massw_j0740096+321203.json │ ├── 2massw_j0801405+462850.json │ ├── 2massw_j0829066+145622.json │ ├── 2massw_j0829570+265510.json │ ├── 2massw_j0832045-012835.json │ ├── 2massw_j0913032+184150.json │ ├── 2massw_j0918382+213406.json │ ├── 2massw_j0944027+313132.json │ ├── 2massw_j1035245+250745.json │ ├── 2massw_j1102337-235945.json │ ├── 2massw_j1122362-391605.json │ ├── 2massw_j1123556+412228.json │ ├── 2massw_j1145572+231730.json │ ├── 2massw_j1200329+204851.json │ ├── 2massw_j1246467+402715.json │ ├── 2massw_j1326201-272937.json │ ├── 2massw_j1334062+194034.json │ ├── 2massw_j1338261+414034.json │ ├── 2massw_j1342236+175156.json │ ├── 2massw_j1411175+393636.json │ ├── 2massw_j1412244+163312.json │ ├── 2massw_j1438549-130910.json │ ├── 2massw_j1439409+182637.json │ ├── 2massw_j1449378+235537.json │ ├── 2massw_j1553214+210907.json │ ├── 2massw_j1615441+355900.json │ ├── 2massw_j1645221-131951.json │ ├── 2massw_j1743415+212707.json │ ├── 2massw_j1750129+442404.json │ ├── 2massw_j2140293+162518.json │ ├── 2massw_j2147436+143131.json │ ├── 2massw_j2206228-204705.json │ ├── 2massw_j2347368+270206.json │ ├── 51_eri_b.json │ ├── 54_psc_b.json │ ├── [bmz2001]_s_ori_j053814.5-024512.json │ ├── [bzr99]_s_ori_70.json │ ├── [hb88]_m18.json │ ├── [hb88]_m20.json │ ├── [ldc2013]_j160918.68-222923.9.json │ ├── [vcs2020]_bdr_j1750+3809.json │ ├── apmpm_j0452-5819.json │ ├── apmpm_j0559-2903.json │ ├── apmpm_j1523-0245.json │ ├── apmpm_j2330-4737.json │ ├── apmpm_j2331-2750.json │ ├── apmpm_j2344-2906.json │ ├── apmpm_j2354-3316c.json │ ├── apmpm_j2359-6246.json │ ├── bd_+01_2920b.json │ ├── beta_cir_b.json │ ├── beta_pic_b.json │ ├── brb_17.json │ ├── brb_21.json │ ├── brb_23.json │ ├── brb_29.json │ ├── bri_b1222-1222.json │ ├── cd-33__7795b.json │ ├── cd-35__2722b.json │ ├── ce_303.json │ ├── ce_507.json │ ├── cfbds_j003402-005205.json │ ├── cfbds_j005910.90-011401.3.json │ ├── cfbds_j013302.27+023128.4.json │ ├── cfbds_j022638.96-072831.8.json │ ├── cfbds_j022644.65-062522.0.json │ ├── cfbds_j025053.33+162050.7.json │ ├── cfbds_j025401.67-182529.2.json │ ├── cfbds_j025558.46-173020.2.json │ ├── cfbds_j025718.08-124853.1.json │ ├── cfbds_j025805.92-145534.3.json │ ├── cfbds_j025840.60-182648.3.json │ ├── cfbds_j030130.53-104504.3.json │ ├── cfbds_j030135.11-161418.0.json │ ├── cfbds_j030225.88-144125.4.json │ ├── cfbds_j030226.67-143719.2.json │ ├── cfbds_j030922.29-161426.1.json │ ├── cfbds_j090139.82+174051.3.json │ ├── cfbds_j090449.60+165347.0.json │ ├── cfbds_j092250.12+152741.4.json │ ├── cfbds_j095914.80+023655.2.json │ ├── cfbds_j100113.05+022622.3.json │ ├── cfbds_j102841.01+565401.9.json │ ├── cfbds_j104209.98+580856.6.json │ ├── cfbds_j111807-064016.json │ ├── cfbds_j145044.96+092108.7.json │ ├── cfbds_j145829.00+101343.0b.json │ ├── cfbds_j145847.93+061402.8.json │ ├── cfbds_j150000.50-182407.3.json │ ├── cfbds_j151803.64+071645.9.json │ ├── cfbds_j152514.82+111833.1.json │ ├── cfbds_j152655.80+034536.2.json │ ├── cfbds_j193430.36-214221.0.json │ ├── cfbds_j203737.07-192202.9.json │ ├── cfbds_j203841.41-185012.3.json │ ├── cfbds_j204803.61-183212.7.json │ ├── cfbds_j212243.69+042941.9.json │ ├── cfbds_j212702.19+002344.7.json │ ├── cfbds_j214139.77-033739.0.json │ ├── cfbds_j221336.00-000333.0.json │ ├── cfbds_j223856.30+034947.0.json │ ├── cfbds_j232304.41-015232.3.json │ ├── cfbds_j232449.19-045736.5.json │ ├── cfbds_j232620.21-025643.7.json │ ├── cfbds_j233051.24-084454.6.json │ ├── cfbdsir_j145829+101343.json │ ├── cfbdsir_j214947.2-040308.9.json │ ├── cfht-hy-20.json │ ├── cfht-hy-21.json │ ├── cfht-ic_348-1.json │ ├── cfht-ic_348-11.json │ ├── cfht-ic_348-12.json │ ├── cfht-ic_348-14.json │ ├── cfht-ic_348-15.json │ ├── cfht-ic_348-18.json │ ├── cfht-ic_348-2.json │ ├── cfht-ic_348-20.json │ ├── cfht-ic_348-22.json │ ├── cfht-ic_348-23.json │ ├── cfht-ic_348-26.json │ ├── cfht-ic_348-27.json │ ├── cfht-ic_348-29.json │ ├── cfht-ic_348-3.json │ ├── cfht-ic_348-31.json │ ├── cfht-ic_348-4.json │ ├── cfht-ic_348-5.json │ ├── cfht-ic_348-6.json │ ├── cfht-ic_348-7.json │ ├── cfht-ic_348-8.json │ ├── cha_130540-773958.json │ ├── chi_cap_e.json │ ├── chi_cap_f.json │ ├── chxr_73b.json │ ├── cl_melotte_22_calar_10.json │ ├── cl_melotte_22_npnpl_2.json │ ├── cl_melotte_22_ppl_1.json │ ├── cl_melotte_22_roque_25.json │ ├── cl_melotte_25_dkj_14784e.json │ ├── cl_melotte___22____npl______40.json │ ├── ct_cha_b.json │ ├── cti_012657.5+280202.json │ ├── cwise_j000021.45-481314.9.json │ ├── cwise_j002029.72-153527.5.json │ ├── cwise_j002101.45-334631.5.json │ ├── cwise_j002159.02-451434.4.json │ ├── cwise_j002414.30-403053.7.json │ ├── cwise_j002658.73-260859.6.json │ ├── cwise_j002727.44-012101.7.json │ ├── cwise_j004143.77-401929.9.json │ ├── cwise_j004218.67+291730.6.json │ ├── cwise_j004311.24-382225.0.json │ ├── cwise_j004945.38+423619.3.json │ ├── cwise_j005635.48-240401.9.json │ ├── cwise_j010424.50+133949.8.json │ ├── cwise_j011003.61-592650.8.json │ ├── cwise_j011952.82-450231.2.json │ ├── cwise_j012715.52-300246.9.json │ ├── cwise_j013719.04+342837.6.json │ ├── cwise_j014308.73-703359.1.json │ ├── cwise_j014837.51-104805.6.json │ ├── cwise_j015905.58+105551.5.json │ ├── cwise_j020538.20+594452.2.json │ ├── cwise_j022454.80+152629.5.json │ ├── cwise_j022737.75+083008.8.json │ ├── cwise_j025645.16-335008.9.json │ ├── cwise_j030005.73-062218.6.json │ ├── cwise_j032853.32-112332.6.json │ ├── cwise_j041102.41+471422.6.json │ ├── cwise_j042455.69+000221.5.json │ ├── cwise_j043309.36+100902.3.json │ ├── cwise_j052306.42-015355.4.json │ ├── cwise_j055515.83+510514.0.json │ ├── cwise_j055909.00-384219.8.json │ ├── cwise_j060202.17-462447.8.json │ ├── cwise_j062000.01+344641.3.json │ ├── cwise_j062648.96+594129.2.json │ ├── cwise_j062727.34-002826.8.json │ ├── cwise_j062909.21+395701.6.json │ ├── cwise_j065752.45+163350.2.json │ ├── cwise_j073831.31+525453.7.json │ ├── cwise_j073844.52-664334.6.json │ ├── cwise_j080556.14+515330.4.json │ ├── cwise_j080912.95+741704.3.json │ ├── cwise_j084506.51-330532.7.json │ ├── cwise_j085131.24-603056.2.json │ ├── cwise_j091105.02+214645.1.json │ ├── cwise_j091558.53+254713.0.json │ ├── cwise_j091902.55-574837.3.json │ ├── cwise_j092503.20-472013.8.json │ ├── cwise_j094352.22+335639.1.json │ ├── cwise_j095259.54-505418.9.json │ ├── cwise_j101017.43-242300.4.json │ ├── cwise_j101317.51-010313.6.json │ ├── cwise_j101523.92-111539.6.json │ ├── cwise_j103734.29-050749.8.json │ ├── cwise_j104053.42-355029.7.json │ ├── cwise_j105512.11+544328.3.json │ ├── cwise_j112106.36-623221.5.json │ ├── cwise_j113833.47+721207.8.json │ ├── cwise_j114120.42-211024.5.json │ ├── cwise_j115229.05-351105.9.json │ ├── cwise_j120502.74-180215.5.json │ ├── cwise_j124033.48+460544.7.json │ ├── cwise_j125858.20+001133.2.json │ ├── cwise_j130329.90+512754.0.json │ ├── cwise_j130446.64-120023.6.json │ ├── cwise_j131355.15+223005.6.json │ ├── cwise_j132539.70+022309.4.json │ ├── cwise_j132857.58-063747.4.json │ ├── cwise_j133211.93-374837.9.json │ ├── cwise_j133427.70-273053.1.json │ ├── cwise_j141127.70-481153.4.json │ ├── cwise_j141737.21+041847.2.json │ ├── cwise_j143935.94-804851.5.json │ ├── cwise_j143951.51+260000.3.json │ ├── cwise_j144057.87+380432.8.json │ ├── cwise_j151939.68-485820.4.json │ ├── cwise_j152742.44-121528.2.json │ ├── cwise_j153143.38-330657.3.json │ ├── cwise_j153347.50+175306.7.json │ ├── cwise_j153910.07+722757.2.json │ ├── cwise_j160654.19-103214.7.json │ ├── cwise_j162511.27+774946.8.json │ ├── cwise_j165143.63+695259.4.json │ ├── cwise_j165325.10+490439.7.json │ ├── cwise_j171308.00+644220.8.json │ ├── cwise_j171700.57+724437.3.json │ ├── cwise_j173859.73+200501.2.json │ ├── cwise_j174426.85+230355.1.json │ ├── cwise_j174509.03+380733.2.json │ ├── cwise_j183207.94-540943.3.json │ ├── cwise_j190909.62+553027.1.json │ ├── cwise_j192425.03-532837.1.json │ ├── cwise_j192537.88+290159.0.json │ ├── cwise_j193824.10+350025.0.json │ ├── cwise_j195956.16-644318.1.json │ ├── cwise_j200304.70-142228.9.json │ ├── cwise_j200813.66-124502.4.json │ ├── cwise_j202934.80-791013.1.json │ ├── cwise_j205247.07+053855.7.json │ ├── cwise_j205701.64-170407.3.json │ ├── cwise_j210640.16+250729.0.json │ ├── cwise_j212342.88+655615.6.json │ ├── cwise_j214129.80-024623.6.json │ ├── cwise_j214213.99-204659.8.json │ ├── cwise_j221418.15+253432.2.json │ ├── cwise_j221706.28-145437.6.json │ ├── cwise_j224452.18-362946.0.json │ ├── cwise_j225525.22-302320.8.json │ ├── cwise_j231824.58+052142.3.json │ ├── cwise_j233531.55+014219.6.json │ ├── cwise_j235827.96-521813.4.json │ ├── cwisep_j000229.93+635217.0.json │ ├── cwisep_j001146.07-471306.8.json │ ├── cwisep_j003507.77-153233.8.json │ ├── cwisep_j004158.35+381811.9.json │ ├── cwisep_j010527.69-783419.3.json │ ├── cwisep_j021243.55+053147.2.json │ ├── cwisep_j022122.41-564125.0.json │ ├── cwisep_j023842.60-133210.7.json │ ├── cwisep_j031935.50-041231.7.json │ ├── cwisep_j032109.59+693204.5.json │ ├── cwisep_j034514.82+173528.1.json │ ├── cwisep_j040106.67+085748.5.json │ ├── cwisep_j040235.55-265145.4.json │ ├── cwisep_j040351.00-491605.6.json │ ├── cwisep_j042404.54+665011.2.json │ ├── cwisep_j044719.61+202158.1.json │ ├── cwisep_j052346.34-545314.7.json │ ├── cwisep_j053644.82-305539.3.json │ ├── cwisep_j063428.10+504925.9.json │ ├── cwisep_j085908.26+152527.1.json │ ├── cwisep_j085938.95+534908.7.json │ ├── cwisep_j093236.66-180029.3.json │ ├── cwisep_j093852.89+063440.6.json │ ├── cwisep_j094005.50+523359.2.json │ ├── cwisep_j100629.01+105408.5.json │ ├── cwisep_j102201.27+145520.2.json │ ├── cwisep_j103453.14+161228.0.json │ ├── cwisep_j104104.20+221613.6.json │ ├── cwisep_j104446.56+001754.9.json │ ├── cwisep_j104756.81+545741.6.json │ ├── cwisep_j124138.41-820051.9.json │ ├── cwisep_j131221.97-310845.7.json │ ├── cwisep_j131252.97+341746.5.json │ ├── cwisep_j135937.65-435226.9.json │ ├── cwisep_j143439.23-134421.4.json │ ├── cwisep_j144606.62-231717.8.json │ ├── cwisep_j145837.91+173450.1.json │ ├── cwisep_j153859.39+482659.1.json │ ├── cwisep_j160311.60-104620.4.json │ ├── cwisep_j161822.86-062310.2.json │ ├── cwisep_j181006.00-101001.1.json │ ├── cwisep_j193518.58-154620.3.json │ ├── cwisep_j201146.45-481259.7.json │ ├── cwisep_j203821.53-064930.9.json │ ├── cwisep_j210007.87-293139.8.json │ ├── cwisep_j213249.05+690113.7.json │ ├── cwisep_j213838.74-313808.5.json │ ├── cwisep_j213930.45+042721.6.json │ ├── cwisep_j215841.50+732842.7.json │ ├── cwisep_j223022.60+254907.5.json │ ├── cwisep_j223138.55-383057.2.json │ ├── cwisep_j224916.17+371551.4.json │ ├── cwisep_j225059.28-432057.2.json │ ├── cwisep_j225109.50-074037.7.json │ ├── cwisep_j225628.97+400227.3.json │ ├── cwisep_j230158.30-645858.3.json │ ├── cwisep_j235130.42-185800.2.json │ ├── cwisep_j235547.99+380438.9.json │ ├── cwisep_j235644.78-481456.3.json │ ├── denis-p_j003006.2-373948.json │ ├── denis-p_j030148.8-590302.json │ ├── denis-p_j04272708-1127143.json │ ├── denis-p_j0630014-184014.json │ ├── denis-p_j0644143-284141.json │ ├── denis-p_j0716478-063037.json │ ├── denis-p_j080511.0-315811.json │ ├── denis-p_j0812316-244442.json │ ├── denis-p_j0823031-491201.json │ ├── denis-p_j090957.1-065806.json │ ├── denis-p_j100428.3-114648.json │ ├── denis-p_j104731.1-181558.json │ ├── denis-p_j1048278-525418.json │ ├── denis-p_j1157480-484442.json │ ├── denis-p_j1159+0057.json │ ├── denis-p_j1253108-570924.json │ ├── denis-p_j1323-1806.json │ ├── denis-p_j144137.2-094558.json │ ├── denis-p_j1454078-660447.json │ ├── denis-p_j151450.1-225435.json │ ├── denis-p_j170547.4-544151.json │ ├── denis-p_j1733423-165449.json │ ├── denis-p_j175629.6-451822.json │ ├── denis-p_j1756561-480509.json │ ├── denis-p_j1909081-193748.json │ ├── denis-p_j2146.1-2153.json │ ├── denis-p_j220002.05-303832.9.json │ ├── denis_j0006579-643654.json │ ├── denis_j004135.3-562112.json │ ├── denis_j0116529-645557.json │ ├── denis_j0224120-763320.json │ ├── denis_j0230450-095305.json │ ├── denis_j031433.1-462339.json │ ├── denis_j051737.7-334903.json │ ├── denis_j055146.0-443412.json │ ├── denis_j1004403-131818.json │ ├── denis_j1013-7842.json │ ├── denis_j1019245-270717.json │ ├── denis_j1206501-393725.json │ ├── denis_j1707252-013809.json │ ├── denis_j200048.3-752306.json │ ├── denis_j2013108-124244.json │ ├── denis_j2139136-352950.json │ ├── denis_j2308113-272200.json │ ├── denis_j2329343-540858.json │ ├── denis_j2354599-185221.json │ ├── dh_tau_b.json │ ├── dy_psc.json │ ├── eps_indi_b.json │ ├── eq_j0150+3827.json │ ├── eq_j0223-2932.json │ ├── eq_j0307+2904.json │ ├── eq_j0410+1411.json │ ├── eq_j0448-1935.json │ ├── eq_j0500-1223.json │ ├── eq_j0525+6739.json │ ├── eq_j0623-0456.json │ ├── eq_j0952+1955.json │ ├── eq_j1122+2550.json │ ├── eq_j1320+6034.json │ ├── eq_j1322-2340.json │ ├── eq_j1457+5815.json │ ├── eq_j1542+2230.json │ ├── eq_j1653+4444.json │ ├── eq_j2213+0911.json │ ├── eq_j2239+1617.json │ ├── eq_j2255-3118.json │ ├── eq_j2319-1844.json │ ├── eq_j2348-1028.json │ ├── eta_cnc_b.json │ ├── eta_pyx_b.json │ ├── fu_tau_b.json │ ├── g_239-25b.json │ ├── g_255-34b.json │ ├── g_259-20b.json │ ├── g_44-9.json │ ├── gaia_dr3_231029348869153664.json │ ├── gaia_edr3_4818823808553134592.json │ ├── gat_1370.json │ ├── gd_280b.json │ ├── gj_1111.json │ ├── gj_1245b.json │ ├── gj_494_c.json │ ├── gj_504_b.json │ ├── gj_618.1b.json │ ├── gj_758b.json │ ├── gl_213.json │ ├── gl_229b.json │ ├── gl_250b.json │ ├── gl_273.json │ ├── gl_381.json │ ├── gl_569b.json │ ├── gl_802b.json │ ├── goods-n_i'-drop_2.json │ ├── gq_lup_b.json │ ├── grh_2208-20.json │ ├── gsc_06214-00210b.json │ ├── gsc_08047-00232b.json │ ├── gu_psc_b.json │ ├── hd_106906_b.json │ ├── hd_114762b.json │ ├── hd_1160b.json │ ├── hd_130948bc.json │ ├── hd_19467b.json │ ├── hd_203030b.json │ ├── hd_209458b.json │ ├── hd_221356d.json │ ├── hd_253662b.json │ ├── hd_3861b.json │ ├── hd_44627b.json │ ├── hd_49197b.json │ ├── hd_65216bc.json │ ├── hd_91324b.json │ ├── hd_95086b.json │ ├── hd_984_b.json │ ├── hd__36395.json │ ├── hip_11161b.json │ ├── hip_112422b.json │ ├── hip_115819b.json │ ├── hip_13589b.json │ ├── hip_2397b.json │ ├── hip_26653b.json │ ├── hip_32728b.json │ ├── hip_37283b.json │ ├── hip_38939b.json │ ├── hip_49046b.json │ ├── hip_51877b.json │ ├── hip_58918b.json │ ├── hip_59310b.json │ ├── hip_59933b.json │ ├── hip_6217c.json │ ├── hip_63506c.json │ ├── hip_6407b.json │ ├── hip_65423b.json │ ├── hip_65426_b.json │ ├── hip_65517b.json │ ├── hip_65706b.json │ ├── hip_70849b.json │ ├── hip_72099b.json │ ├── hip_73169b.json │ ├── hip_73786b.json │ ├── hip_76456b.json │ ├── hip_78530b.json │ ├── hip_78916b.json │ ├── hip_78923b.json │ ├── hip_81910b.json │ ├── hip_85365b.json │ ├── hip_9269b.json │ ├── hqt-2.json │ ├── hqt-3.json │ ├── hqt-9.json │ ├── hr_6037bab.json │ ├── hr_7329b.json │ ├── hr_7672b.json │ ├── hr_8799b.json │ ├── hr_8799c.json │ ├── hr_8799d.json │ ├── hr_8799e.json │ ├── hsc_j020421.81-024421.1.json │ ├── hya01.json │ ├── hya02.json │ ├── hya03.json │ ├── hya04.json │ ├── hya06.json │ ├── hya08.json │ ├── hya09.json │ ├── hya10.json │ ├── hya12.json │ ├── ifa_0230-z1.json │ ├── irac_j142950.8+333011.json │ ├── kappa_and_b.json │ ├── kepler-13ab.json │ ├── koenigstuhl_1a.json │ ├── koenigstuhl_1b.json │ ├── koi-205b.json │ ├── l_726-8.json │ ├── l_97-3b.json │ ├── lehpm_1-3365.json │ ├── lehpm_2-0174.json │ ├── lehpm_2-0783.json │ ├── lehpm_2-59.json │ ├── lhs_1074.json │ ├── lhs_1166.json │ ├── lhs_1265.json │ ├── lhs_1367.json │ ├── lhs_1742a.json │ ├── lhs_1901.json │ ├── lhs_191.json │ ├── lhs_1937.json │ ├── lhs_197.json │ ├── lhs_2021.json │ ├── lhs_2026.json │ ├── lhs_2034.json │ ├── lhs_207.json │ ├── lhs_2195.json │ ├── lhs_2314.json │ ├── lhs_234.json │ ├── lhs_2351.json │ ├── lhs_2397a.json │ ├── lhs_2471.json │ ├── lhs_2803b.json │ ├── lhs_2919.json │ ├── lhs_292.json │ ├── lhs_2924.json │ ├── lhs_2930.json │ ├── lhs_3241.json │ ├── lhs_330.json │ ├── lhs_3421b.json │ ├── lhs_3566.json │ ├── lhs_523.json │ ├── lhs_5303.json │ ├── lkca_15_b.json │ ├── lp_213-67.json │ ├── lp_213-68.json │ ├── lp_335-12.json │ ├── lp_368-128.json │ ├── lp_397-10.json │ ├── lp_415-20.json │ ├── lp_426-61.json │ ├── lp_44-162.json │ ├── lp_44-334.json │ ├── lp_460-44.json │ ├── lp_655-_48.json │ ├── lp_695-351.json │ ├── lp_704-48.json │ ├── lp_775-31.json │ ├── lp_851-346.json │ ├── lp__258-28.json │ ├── lp__413-53.json │ ├── lp__440-52.json │ ├── lp__649-93.json │ ├── lp__859-1.json │ ├── lp__938-71.json │ ├── lspm_j0029+0717.json │ ├── lspm_j0241+2553b.json │ ├── lspm_j0330+3504.json │ ├── lspm_j0330+5413.json │ ├── lspm_j0402+1730.json │ ├── lspm_j0632+5053b.json │ ├── lspm_j0723+0316.json │ ├── lspm_j0804+6153.json │ ├── lspm_j1314+1320.json │ ├── lspm_j1336+2541b.json │ ├── lspm_j1351+5506.json │ ├── lspm_j1627+3328b.json │ ├── lspm_j1717+5925b.json │ ├── lspm_j1735+2634.json │ ├── lspm_j1925+0938.json │ ├── lspm_j2010+0632b.json │ ├── lspm_j2124+4003.json │ ├── lspm_j2153+1157b.json │ ├── lspm_j2158+6117.json │ ├── lspm_j2331+4607n.json │ ├── lsr_j0011+5908.json │ ├── lsr_j0419+4233.json │ ├── lsr_j0510+2713.json │ ├── lsr_j0515+5911.json │ ├── lsr_j0822+1700.json │ ├── lsr_j1610-0040.json │ ├── lsr_j1826+3014.json │ ├── ltt_7251b.json │ ├── luhman_16.json │ ├── lup_153927-344844.json │ ├── name_luhman_16a.json │ ├── name_luhman_16b.json │ ├── nltt_1011b.json │ ├── nltt_18587b.json │ ├── nltt_19109b.json │ ├── nltt_22073b.json │ ├── nltt_23716b.json │ ├── nltt_26746b.json │ ├── nltt_27966b.json │ ├── nltt_29395b.json │ ├── nltt_30510b.json │ ├── nltt_31450b.json │ ├── nltt_35593b.json │ ├── nltt_38489b.json │ ├── nltt_39312b.json │ ├── nltt_44368b.json │ ├── nltt_52268b.json │ ├── nltt_55219b.json │ ├── nltt_8245b.json │ ├── nttdf_j1205-0744.json │ ├── pds_70b.json │ ├── pds_70c.json │ ├── phl_5038b.json │ ├── pliz_28.json │ ├── pliz_35.json │ ├── pm_i13410+0542b.json │ ├── pm_i13518+4157b.json │ ├── pm_i22118-1005b.json │ ├── pm_i23492+3458b.json │ ├── pm_j19418-0208.json │ ├── proxima_centauri.json │ ├── pso_j000.2794+16.6237.json │ ├── pso_j002.0878+52.0687.json │ ├── pso_j004.1834+23.0741.json │ ├── pso_j004.6359+56.8370.json │ ├── pso_j004.7148+51.8918.json │ ├── pso_j004.7818+41.0231.json │ ├── pso_j005.6302-06.8669.json │ ├── pso_j007.9194+33.5961.json │ ├── pso_j009.8334+58.5781.json │ ├── pso_j011.1793-03.7847.json │ ├── pso_j013.7740+38.2804.json │ ├── pso_j023.8557+02.0884.json │ ├── pso_j024.1519+37.6443.json │ ├── pso_j024.4369+09.1360.json │ ├── pso_j028.0715-15.5717.json │ ├── pso_j031.5651+20.9097.json │ ├── pso_j032.2211+67.4179.json │ ├── pso_j033.2936+20.4493.json │ ├── pso_j035.8683-15.1937.json │ ├── pso_j037.4616+17.2761.json │ ├── pso_j039.6352-21.7746.json │ ├── pso_j041.5426+01.9456.json │ ├── pso_j042.8405+35.3726.json │ ├── pso_j048.9806+07.5414.json │ ├── pso_j049.1124+17.0885.json │ ├── pso_j049.1159+26.8409.json │ ├── pso_j052.2746+13.3754.json │ ├── pso_j052.7214-03.8409.json │ ├── pso_j054.8149-11.7792.json │ ├── pso_j055.0493-21.1704.json │ ├── pso_j057.2893+15.2433.json │ ├── pso_j060.3200+25.9645.json │ ├── pso_j062.3459+11.1794.json │ ├── pso_j063.1519-02.8904.json │ ├── pso_j069.4987+19.6346.json │ ├── pso_j069.7303+04.3834.json │ ├── pso_j070.3773+04.7333.json │ ├── pso_j071.4708+36.4930.json │ ├── pso_j075.4182-17.8327.json │ ├── pso_j077.1034+24.3810.json │ ├── pso_j078.9904+31.0171.json │ ├── pso_j080.3940+23.0999.json │ ├── pso_j085.1080-18.0445.json │ ├── pso_j087.7749-12.6537.json │ ├── pso_j088.0452+43.2123.json │ ├── pso_j088.3324-24.4439.json │ ├── pso_j088.5709-00.1430.json │ ├── pso_j089.1751-09.4513.json │ ├── pso_j098.2822-23.2845.json │ ├── pso_j101.8428+39.7462.json │ ├── pso_j103.0927+41.4601.json │ ├── pso_j108.4590+38.2086.json │ ├── pso_j109.4864+46.5278.json │ ├── pso_j115.0659+59.0473.json │ ├── pso_j117.0600-01.6779.json │ ├── pso_j127.4696+10.5777.json │ ├── pso_j127.5648-11.1861.json │ ├── pso_j133.8016-02.5658.json │ ├── pso_j133.8302+06.0160.json │ ├── pso_j135.0395+32.0845.json │ ├── pso_j135.7840+16.9932.json │ ├── pso_j136.5380-14.3267.json │ ├── pso_j136.5494-06.1944.json │ ├── pso_j138.1887-06.9862.json │ ├── pso_j139.5493+39.0380.json │ ├── pso_j143.6774-29.8356.json │ ├── pso_j146.0144+05.1319.json │ ├── pso_j147.5092-27.6337.json │ ├── pso_j149.0341-14.7857.json │ ├── pso_j149.1907-19.1730.json │ ├── pso_j152.2977+15.9912.json │ ├── pso_j153.7969-11.3631.json │ ├── pso_j154.9622+04.8279.json │ ├── pso_j158.1597+05.2231.json │ ├── pso_j159.0433-27.6357.json │ ├── pso_j159.2399-26.3885.json │ ├── pso_j160.0416-21.3281.json │ ├── pso_j162.0614+13.9756.json │ ├── pso_j167.1132+08.6331.json │ ├── pso_j168.1800-27.2264.json │ ├── pso_j174.6630-18.6530.json │ ├── pso_j175.2003+16.1403.json │ ├── pso_j175.8169-20.4072.json │ ├── pso_j178.1434-23.8603.json │ ├── pso_j179.2489+41.5121.json │ ├── pso_j180.1475-28.6160.json │ ├── pso_j182.6569-26.6197.json │ ├── pso_j183.4547+40.7901.json │ ├── pso_j183.9318-09.7914.json │ ├── pso_j186.5342+21.8364.json │ ├── pso_j192.6717-21.8250.json │ ├── pso_j201.0320+19.1072.json │ ├── pso_j202.1635-03.7660.json │ ├── pso_j207.7496+29.4240.json │ ├── pso_j210.6211-26.9300.json │ ├── pso_j216.4707-06.2849.json │ ├── pso_j218.4532+50.7231.json │ ├── pso_j218.5616-27.8952.json │ ├── pso_j224.3820+47.4057.json │ ├── pso_j226.2599-28.8959.json │ ├── pso_j227.1576-07.9608.json │ ├── pso_j228.6775-29.7088.json │ ├── pso_j229.2354-26.6737.json │ ├── pso_j231.7900-26.4494.json │ ├── pso_j231.8943-29.0599.json │ ├── pso_j235.3149+61.5071.json │ ├── pso_j237.1471-23.1489.json │ ├── pso_j239.7016-23.2664.json │ ├── pso_j241.1376+39.0369.json │ ├── pso_j242.9129+02.4856.json │ ├── pso_j244.1180+06.3598.json │ ├── pso_j244.6801+08.7185.json │ ├── pso_j246.1033-19.6194.json │ ├── pso_j246.4222+15.4698.json │ ├── pso_j255.0913+10.3263.json │ ├── pso_j258.2413+06.7612.json │ ├── pso_j260.1623+61.7636.json │ ├── pso_j260.1789+15.3091.json │ ├── pso_j260.3363+46.6739.json │ ├── pso_j260.9762+04.2354.json │ ├── pso_j261.2881+22.9269.json │ ├── pso_j265.0759+11.4855.json │ ├── pso_j271.8353+46.9326.json │ ├── pso_j272.0887-04.9943.json │ ├── pso_j274.0908+30.5470.json │ ├── pso_j276.8234+22.4380.json │ ├── pso_j277.3873+26.0116.json │ ├── pso_j279.6187+11.6036.json │ ├── pso_j280.2973+63.2600.json │ ├── pso_j281.4296+04.2296.json │ ├── pso_j282.5878+34.7691.json │ ├── pso_j284.7214+39.3189.json │ ├── pso_j291.2688+68.5310.json │ ├── pso_j292.9372-06.3469.json │ ├── pso_j299.5032+55.0722.json │ ├── pso_j304.7573-07.2350.json │ ├── pso_j306.0126+16.7969.json │ ├── pso_j307.7981-06.6854.json │ ├── pso_j308.9834-09.7312.json │ ├── pso_j313.1067+32.9117.json │ ├── pso_j313.1577-26.0050.json │ ├── pso_j316.5156+04.1173.json │ ├── pso_j318.4243+35.1277.json │ ├── pso_j319.7576-13.0982.json │ ├── pso_j321.1619+18.8243.json │ ├── pso_j323.1320+29.5308.json │ ├── pso_j323.4300-07.5353.json │ ├── pso_j329.8288+03.0840.json │ ├── pso_j330.3214+32.3686.json │ ├── pso_j331.9397-07.0570.json │ ├── pso_j334.1193+19.8800.json │ ├── pso_j334.2624+28.9438.json │ ├── pso_j334.8034+11.2278.json │ ├── pso_j336.9036-18.9148.json │ ├── pso_j337.4317+16.4213.json │ ├── pso_j338.8587+31.4729.json │ ├── pso_j341.4606-28.7798.json │ ├── pso_j341.7509-15.1075.json │ ├── pso_j342.3797-16.4665.json │ ├── pso_j344.8146+20.1917.json │ ├── pso_j345.2949+07.7665.json │ ├── pso_j346.3203-11.1654.json │ ├── pso_j346.5281-15.9406.json │ ├── pso_j348.5125+69.6598.json │ ├── pso_j349.3359+32.0532.json │ ├── pso_j350.4673-19.0783.json │ ├── pso_j351.3434-11.3514.json │ ├── pso_j353.0517-29.8947.json │ ├── pso_j353.6355+13.2209.json │ ├── pso_j354.3709+57.7939.json │ ├── pso_j357.8314+49.6330.json │ ├── pso_j358.5527+22.1393.json │ ├── pso_j359.8867-01.8651.json │ ├── pz_tel_b.json │ ├── rg_0050-2722.json │ ├── ross_248.json │ ├── roxs_12_b.json │ ├── roxs_42bb.json │ ├── ruiz_207-61.json │ ├── s_ori_47.json │ ├── s_ori_52.json │ ├── s_ori_56.json │ ├── s_ori_58.json │ ├── s_ori_60.json │ ├── s_ori_61.json │ ├── s_ori_62.json │ ├── s_ori_65.json │ ├── s_ori_66.json │ ├── s_ori_67.json │ ├── s_ori_68.json │ ├── s_ori_71.json │ ├── s_ori_j053804.65-021352.5.json │ ├── scr_j1845-6357.json │ ├── sdss_j000250.98+245413.8.json │ ├── sdss_j000614.06+160454.5.json │ ├── sdss_j000632.60+140606.3.json │ ├── sdss_j000646.81+151225.8.json │ ├── sdss_j000649.16-085246.3.json │ ├── sdss_j001608.44-004302.3.json │ ├── sdss_j001637.62-103911.2.json │ ├── sdss_j001911.65+003017.8.json │ ├── sdss_j002138.86+002605.8.json │ ├── sdss_j002209.31-011040.2.json │ ├── sdss_j002611.45-094341.1.json │ ├── sdss_j002800.37+010252.0.json │ ├── sdss_j003524.44+144739.8.json │ ├── sdss_j003609.26+241343.3.json │ ├── sdss_j003843.99+134339.5.json │ ├── sdss_j004058.93+152845.0.json │ ├── sdss_j004154.54+134135.5.json │ ├── sdss_j004221.15+145923.9.json │ ├── sdss_j005349.11-011354.4.json │ ├── sdss_j005636.22-011131.9.json │ ├── sdss_j005705.55-084624.2.json │ ├── sdss_j005935.48+150905.0.json │ ├── sdss_j010448.46+153501.8.json │ ├── sdss_j010718.70+132656.2.json │ ├── sdss_j010840.49+134739.3.json │ ├── sdss_j010859.24-104546.3.json │ ├── sdss_j011014.30+010619.1.json │ ├── sdss_j011816.78+141841.4.json │ ├── sdss_j011912.22+240331.6.json │ ├── sdss_j012236.30+153339.4.json │ ├── sdss_j012743.51+135420.9.json │ ├── sdss_j014658.14+002132.7.json │ ├── sdss_j014956.27+001647.8.json │ ├── sdss_j015354.23+140452.9.json │ ├── sdss_j020333.26-010812.5.json │ ├── sdss_j020551.36-075925.0.json │ ├── sdss_j020608.97+223559.2.json │ ├── sdss_j020735.60+135556.3.json │ ├── sdss_j021128.25+141003.8.json │ ├── sdss_j021248.51+221822.0.json │ ├── sdss_j022723.77-005518.6.json │ ├── sdss_j022754.95+002619.9.json │ ├── sdss_j023547.56-084919.8.json │ ├── sdss_j023557.61+010800.5.json │ ├── sdss_j024256.98+212319.6.json │ ├── sdss_j024749.90-163112.6.json │ ├── sdss_j025601.86+011047.2.json │ ├── sdss_j030536.54-064216.3.json │ ├── sdss_j031740.38+061303.8.json │ ├── sdss_j033456.32+010618.7.json │ ├── sdss_j033726.70-002259.3.json │ ├── sdss_j034408.91+011124.9.json │ ├── sdss_j035048.62-051812.8.json │ ├── sdss_j035308.54+103056.0.json │ ├── sdss_j035448.73-002742.1.json │ ├── sdss_j035721.11-064126.0.json │ ├── sdss_j040100.96-060933.0.json │ ├── sdss_j042230.66+072342.9.json │ ├── sdss_j062621.22+002934.2.json │ ├── sdss_j065405.63+652805.4.json │ ├── sdss_j073519.59+410850.4.json │ ├── sdss_j073922.26+661503.5.json │ ├── sdss_j074007.30+200921.9.json │ ├── sdss_j074227.46+412620.8.json │ ├── sdss_j074231.29+180816.5.json │ ├── sdss_j074434.60+320705.1.json │ ├── sdss_j074515.08+254619.1.json │ ├── sdss_j074656.83+251019.0.json │ ├── sdss_j074756.31+394732.9.json │ ├── sdss_j074838.61+174332.9.json │ ├── sdss_j075004.93+330618.0.json │ ├── sdss_j075054.74+445418.7.json │ ├── sdss_j075256.70+173433.8.json │ ├── sdss_j075259.43+413634.6.json │ ├── sdss_j075515.26+293445.4.json │ ├── sdss_j075656.54+231458.5.json │ ├── sdss_j075752.70+091410.0.json │ ├── sdss_j075910.45+242712.5.json │ ├── sdss_j080027.57+551134.1.json │ ├── sdss_j080048.13+465825.5.json │ ├── sdss_j080054.27+241316.8.json │ ├── sdss_j080159.52+480628.6.json │ ├── sdss_j080255.75+332143.6.json │ ├── sdss_j080301.12+354848.5.json │ ├── sdss_j080322.77+123845.3.json │ ├── sdss_j080519.69+492504.8.json │ ├── sdss_j080531.84+481233.0.json │ ├── sdss_j080549.90+511312.6.json │ ├── sdss_j080550.06+533531.4.json │ ├── sdss_j080605.53+292800.8.json │ ├── sdss_j080858.99+410741.0.json │ ├── sdss_j081253.19+372104.2.json │ ├── sdss_j081301.02+322807.9.json │ ├── sdss_j081556.74+452411.8.json │ ├── sdss_j081653.72+344535.8.json │ ├── sdss_j081733.99+393606.0.json │ ├── sdss_j081752.63+194727.6.json │ ├── sdss_j081757.49+182405.0.json │ ├── sdss_j081802.24+582920.9.json │ ├── sdss_j081812.28+331048.2.json │ ├── sdss_j081814.38+245337.4.json │ ├── sdss_j082030.12+103737.0.json │ ├── sdss_j082115.06+333651.2.json │ ├── sdss_j082346.99+154947.4.json │ ├── sdss_j082539.87+310040.7.json │ ├── sdss_j082612.27+544735.4.json │ ├── sdss_j082642.65+193922.0.json │ ├── sdss_j082928.21+343954.0.json │ ├── sdss_j083027.24+220345.0.json │ ├── sdss_j083122.08+153850.3.json │ ├── sdss_j083424.12+071916.2.json │ ├── sdss_j083429.19+230855.0.json │ ├── sdss_j083545.33+222430.9.json │ ├── sdss_j083611.43+450319.5.json │ ├── sdss_j083621.98+494931.5.json │ ├── sdss_j083646.35+052642.6.json │ ├── sdss_j083652.36+183544.9.json │ ├── sdss_j083717.21-000018.0.json │ ├── sdss_j083724.78+081603.9.json │ ├── sdss_j083732.80+161737.5.json │ ├── sdss_j083759.75+195727.7.json │ ├── sdss_j083926.25+433936.0.json │ ├── sdss_j084001.62+451752.4.json │ ├── sdss_j084016.42+543002.1.json │ ├── sdss_j084036.04+143424.3.json │ ├── sdss_j084106.85+603506.3.json │ ├── sdss_j084149.77+005844.6.json │ ├── sdss_j084307.95+314129.2.json │ ├── sdss_j084333.28+102443.5.json │ ├── sdss_j084407.00+284702.1.json │ ├── sdss_j084444.58+403620.0.json │ ├── sdss_j084520.21+360551.4.json │ ├── sdss_j084610.73+030837.5.json │ ├── sdss_j084751.48+013811.0.json │ ├── sdss_j084758.93+260723.9.json │ ├── sdss_j084934.05+591622.9.json │ ├── sdss_j085116.20+181730.0.json │ ├── sdss_j085213.94+421921.3.json │ ├── sdss_j085214.41+094048.0.json │ ├── sdss_j085234.90+472035.0.json │ ├── sdss_j085359.10+223335.8.json │ ├── sdss_j085602.05+124014.3.json │ ├── sdss_j085805.47+221457.8.json │ ├── sdss_j085834.42+325627.7.json │ ├── sdss_j085836.98+271050.8.json │ ├── sdss_j085858.92+180445.7.json │ ├── sdss_j085959.78+292205.3.json │ ├── sdss_j090023.68+253934.3.json │ ├── sdss_j090040.61+422721.5.json │ ├── sdss_j090154.73+381837.5.json │ ├── sdss_j090238.98+301840.3.json │ ├── sdss_j090347.55+011446.0.json │ ├── sdss_j090509.00+043819.9.json │ ├── sdss_j090531.00+195433.0.json │ ├── sdss_j090737.68+450935.7.json │ ├── sdss_j090948.13+194043.9.json │ ├── sdss_j091128.95+320644.7.json │ ├── sdss_j091206.36+420330.6.json │ ├── sdss_j091414.38+105719.5.json │ ├── sdss_j091524.34+383128.3.json │ ├── sdss_j091656.32+105740.0.json │ ├── sdss_j091659.09+512450.4.json │ ├── sdss_j091714.76+314824.8.json │ ├── sdss_j091750.34+294445.0.json │ ├── sdss_j092026.43+265157.7.json │ ├── sdss_j092142.52+084202.7.json │ ├── sdss_j092201.37+224935.1.json │ ├── sdss_j092300.89+052801.5.json │ ├── sdss_j092308.70+234013.7.json │ ├── sdss_j092532.11+283550.9.json │ ├── sdss_j092757.46+602746.3.json │ ├── sdss_j093109.56+032732.5.json │ ├── sdss_j093113.23+280227.1.json │ ├── sdss_j093146.84+544227.1.json │ ├── sdss_j093215.46+345624.8.json │ ├── sdss_j093237.47+672514.5.json │ ├── sdss_j093242.84+042215.2.json │ ├── sdss_j093244.46+011259.8.json │ ├── sdss_j093328.00+265448.4.json │ ├── sdss_j093535.49+234217.5.json │ ├── sdss_j093600.12+043147.9.json │ ├── sdss_j093706.72+284705.6.json │ ├── sdss_j093824.88+290328.9.json │ ├── sdss_j093858.88+044343.9.json │ ├── sdss_j093906.46+341257.5.json │ ├── sdss_j094043.18+565049.1.json │ ├── sdss_j094047.88+294653.0.json │ ├── sdss_j094134.92+100942.0.json │ ├── sdss_j094140.65-003215.8.json │ ├── sdss_j094350.20+151909.2.json │ ├── sdss_j094427.31+641037.3.json │ ├── sdss_j094436.31+364920.8.json │ ├── sdss_j094503.44+103600.2.json │ ├── sdss_j094818.61+132320.0.json │ ├── sdss_j094903.15+264944.2.json │ ├── sdss_j095415.73+500140.3.json │ ├── sdss_j095850.68+200150.6.json │ ├── sdss_j095908.97+312557.3.json │ ├── sdss_j095916.66+364157.6.json │ ├── sdss_j100016.92+321829.4.json │ ├── sdss_j100401.41+005354.9.json │ ├── sdss_j100435.88+565757.4.json │ ├── sdss_j100442.60+614628.7.json │ ├── sdss_j100559.85+035842.3.json │ ├── sdss_j100711.74+193056.2.json │ ├── sdss_j100844.64+470738.0.json │ ├── sdss_j100942.68+580217.6.json │ ├── sdss_j101105.22+382617.5.json │ ├── sdss_j101200.28+204611.6.json │ ├── sdss_j101304.34+071050.7.json │ ├── sdss_j101327.96+352052.8.json │ ├── sdss_j101517.63+075212.0.json │ ├── sdss_j101742.51+431057.9.json │ ├── sdss_j102116.05+354607.8.json │ ├── sdss_j102600.06+395509.6.json │ ├── sdss_j102839.48+593908.2.json │ ├── sdss_j102947.68+483412.2.json │ ├── sdss_j103026.78+021306.4.json │ ├── sdss_j103225.19+330042.0.json │ ├── sdss_j103309.11+121626.0.json │ ├── sdss_j103321.92+400549.5.json │ ├── sdss_j103405.67+035016.3.json │ ├── sdss_j103428.24+414000.7.json │ ├── sdss_j103451.12+125840.7.json │ ├── sdss_j103528.61+231840.0.json │ ├── sdss_j103602.44+372448.5.json │ ├── sdss_j103730.42+461826.6.json │ ├── sdss_j104014.50+413116.4.json │ ├── sdss_j104114.05+632738.4.json │ ├── sdss_j104121.86+244228.0.json │ ├── sdss_j104319.44+071232.4.json │ ├── sdss_j104407.47+015742.0.json │ ├── sdss_j104410.01+300142.3.json │ ├── sdss_j104426.79+272033.2.json │ ├── sdss_j104617.02+351305.8.json │ ├── sdss_j104625.76+042441.0.json │ ├── sdss_j104729.03+301639.7.json │ ├── sdss_j104829.21+091937.8.json │ ├── sdss_j104842.70+300650.5.json │ ├── sdss_j104842.81+011158.2.json │ ├── sdss_j104922.45+012559.2.json │ ├── sdss_j104928.24+253723.2.json │ ├── sdss_j104934.84+602029.4.json │ ├── sdss_j105012.49+005803.3.json │ ├── sdss_j105012.58+085122.6.json │ ├── sdss_j105044.03+325843.5.json │ ├── sdss_j105047.16+242241.9.json │ ├── sdss_j105102.32+133346.9.json │ ├── sdss_j105110.69+314130.0.json │ ├── sdss_j105151.25+131116.3.json │ ├── sdss_j105213.51+442255.7.json │ ├── sdss_j105259.70+334406.1.json │ ├── sdss_j105318.15+433306.1.json │ ├── sdss_j105339.22+642351.5.json │ ├── sdss_j105355.39+385737.5.json │ ├── sdss_j105449.01+322527.0.json │ ├── sdss_j105510.41+511026.2.json │ ├── sdss_j105717.29+462102.3.json │ ├── sdss_j105814.54+303159.8.json │ ├── sdss_j110008.19+295516.1.json │ ├── sdss_j110017.81+011218.6.json │ ├── sdss_j110148.04+544009.2.json │ ├── sdss_j110212.06+162938.7.json │ ├── sdss_j110454.25+554841.4.json │ ├── sdss_j110555.02+042145.3.json │ ├── sdss_j110651.29+044814.9.json │ ├── sdss_j110705.31+245448.5.json │ ├── sdss_j110927.19-160653.7.json │ ├── sdss_j110938.29+235339.6.json │ ├── sdss_j111143.85+295823.8.json │ ├── sdss_j111316.95-000246.6.json │ ├── sdss_j111647.97+603730.7.json │ ├── sdss_j112118.57+433246.5.json │ ├── sdss_j112210.27+340432.5.json │ ├── sdss_j112505.01+055642.3.json │ ├── sdss_j112615.25+012048.2.json │ ├── sdss_j112647.03+581632.2.json │ ├── sdss_j112706.62+470548.1.json │ ├── sdss_j112720.55+593633.1.json │ ├── sdss_j113035.14-005225.7.json │ ├── sdss_j113344.68+131126.4.json │ ├── sdss_j113454.91+002254.3.json │ ├── sdss_j113826.35+333114.1.json │ ├── sdss_j113833.10+674040.3.json │ ├── sdss_j113941.90-031004.2.json │ ├── sdss_j114144.14+411656.8.json │ ├── sdss_j114251.67+640019.9.json │ ├── sdss_j114452.67-031420.4.json │ ├── sdss_j114804.26+025405.7.json │ ├── sdss_j114805.02+020350.9.json │ ├── sdss_j114912.31-015300.6.json │ ├── sdss_j115013.17+052012.3.json │ ├── sdss_j115250.06+643252.5.json │ ├── sdss_j115306.12+371653.4.json │ ├── sdss_j115435.31+623438.2.json │ ├── sdss_j115700.50+061105.2.json │ ├── sdss_j115804.70+644720.4.json │ ├── sdss_j115940.72+540938.6.json │ ├── sdss_j115948.00+383016.3.json │ ├── sdss_j120020.66+340615.4.json │ ├── sdss_j120250.00+420452.2.json │ ├── sdss_j120252.65-022748.4.json │ ├── sdss_j120358.19+001550.3.json │ ├── sdss_j120543.42+605728.3.json │ ├── sdss_j120602.51+281328.7.json │ ├── sdss_j120610.49+624257.2.json │ ├── sdss_j120637.41-014332.2.json │ ├── sdss_j120821.72+445224.6.json │ ├── sdss_j120831.49+014924.7.json │ ├── sdss_j120906.49+323327.5.json │ ├── sdss_j120916.20+542949.5.json │ ├── sdss_j121001.96+030739.2.json │ ├── sdss_j121210.98+605947.9.json │ ├── sdss_j121304.77+152922.2.json │ ├── sdss_j121409.75+332356.0.json │ ├── sdss_j121433.61+372111.9.json │ ├── sdss_j121440.95+631643.4.json │ ├── sdss_j121645.58+492744.9.json │ ├── sdss_j121659.17+300306.3.json │ ├── sdss_j121855.72+352022.9.json │ ├── sdss_j121917.86+151612.4.json │ ├── sdss_j121950.20+654136.5.json │ ├── sdss_j122524.00-021559.7.json │ ├── sdss_j122711.07+021349.1.json │ ├── sdss_j122818.54+583342.3.json │ ├── sdss_j122855.38+005044.1.json │ ├── sdss_j123112.97+405027.9.json │ ├── sdss_j123200.85+022344.1.json │ ├── sdss_j123257.20+410723.5.json │ ├── sdss_j123322.63+213805.1.json │ ├── sdss_j123517.23+315815.6.json │ ├── sdss_j123815.59+621925.9.json │ ├── sdss_j124036.81+152517.1.json │ ├── sdss_j124352.25+131021.3.json │ ├── sdss_j124410.11+273625.8.json │ ├── sdss_j124510.86-013230.9.json │ ├── sdss_j124514.95+120442.0.json │ ├── sdss_j124555.66+490210.9.json │ ├── sdss_j124642.80+615054.5.json │ ├── sdss_j124904.38+100413.4.json │ ├── sdss_j124908.66+415728.6.json │ ├── sdss_j124921.22+541340.1.json │ ├── sdss_j125011.65+392553.9.json │ ├── sdss_j125044.68+041758.2.json │ ├── sdss_j125045.66+441853.7.json │ ├── sdss_j125137.76+462025.9.json │ ├── sdss_j125214.08+142239.3.json │ ├── sdss_j125230.79+183506.0.json │ ├── sdss_j125253.62+342138.8.json │ ├── sdss_j125331.83+065933.4.json │ ├── sdss_j125437.60+293832.7.json │ ├── sdss_j125459.33+263107.2.json │ ├── sdss_j125508.35+294939.1.json │ ├── sdss_j125550.62+170059.7.json │ ├── sdss_j125645.82+151443.7.json │ ├── sdss_j125938.97+493404.2.json │ ├── sdss_j130148.19+584104.1.json │ ├── sdss_j130234.71+512600.9.json │ ├── sdss_j130250.94+564037.8.json │ ├── sdss_j130317.69+181522.0.json │ ├── sdss_j130433.16+090706.9.json │ ├── sdss_j130615.20+045908.8.json │ ├── sdss_j130831.01+081852.3.json │ ├── sdss_j130852.73+391142.8.json │ ├── sdss_j131002.89+055404.3.json │ ├── sdss_j131113.82+240105.0.json │ ├── sdss_j131221.79+290935.0.json │ ├── sdss_j131223.12+493126.2.json │ ├── sdss_j131448.64+240532.1.json │ ├── sdss_j131543.68+233458.0.json │ ├── sdss_j131545.55+245407.3.json │ ├── sdss_j131614.35+213329.9.json │ ├── sdss_j131822.82-011150.1.json │ ├── sdss_j131839.06+213043.0.json │ ├── sdss_j132511.10+051704.2.json │ ├── sdss_j132715.21+075937.5.json │ ├── sdss_j132926.03+531733.9.json │ ├── sdss_j132937.22+035729.6.json │ ├── sdss_j133010.03+141113.3.json │ ├── sdss_j133257.73+325813.1.json │ ├── sdss_j133312.79+150956.6.json │ ├── sdss_j133345.36-021600.2.json │ ├── sdss_j133348.24+273508.8.json │ ├── sdss_j133506.46+431725.1.json │ ├── sdss_j134148.85+551046.2.json │ ├── sdss_j134203.11+134022.2.json │ ├── sdss_j134224.93+603731.4.json │ ├── sdss_j134228.41-002705.7.json │ ├── sdss_j134322.51-030100.2.json │ ├── sdss_j134329.01+131226.2.json │ ├── sdss_j134338.74-022044.6.json │ ├── sdss_j134515.81-025514.4.json │ ├── sdss_j134525.57+521634.0.json │ ├── sdss_j134544.36+654217.9.json │ ├── sdss_j134607.41+084234.5.json │ ├── sdss_j134749.74+333601.7.json │ ├── sdss_j134925.25+504954.5.json │ ├── sdss_j135053.40+235024.3.json │ ├── sdss_j135238.65+324002.4.json │ ├── sdss_j135327.06+650944.5.json │ ├── sdss_j135439.54+504451.0.json │ ├── sdss_j135825.72+423434.4.json │ ├── sdss_j135852.68+374711.9.json │ ├── sdss_j135923.99+472843.2.json │ ├── sdss_j135955.19+324719.0.json │ ├── sdss_j140023.12+433822.3.json │ ├── sdss_j140231.75+014830.3.json │ ├── sdss_j140255.66+080055.2.json │ ├── sdss_j140307.47+201859.3.json │ ├── sdss_j140347.84+351313.1.json │ ├── sdss_j140403.24+445331.7.json │ ├── sdss_j140409.91+400214.0.json │ ├── sdss_j140412.19+133922.1.json │ ├── sdss_j140441.68+023550.1.json │ ├── sdss_j140442.39-022426.1.json │ ├── sdss_j140601.47+524931.0.json │ ├── sdss_j140633.18+360449.3.json │ ├── sdss_j140818.89+064954.3.json │ ├── sdss_j140909.45+432750.0.json │ ├── sdss_j141011.14+132900.8.json │ ├── sdss_j141053.86+621742.6.json │ ├── sdss_j141126.20+200911.1b.json │ ├── sdss_j141133.55+172530.6.json │ ├── sdss_j141405.74-014202.7.json │ ├── sdss_j141530.05+572428.7.json │ ├── sdss_j141838.08+145522.4.json │ ├── sdss_j141858.92+600018.8.json │ ├── sdss_j141910.99+484257.0.json │ ├── sdss_j141942.83+420524.0.json │ ├── sdss_j142058.30+213156.6.json │ ├── sdss_j142227.25+221557.1.json │ ├── sdss_j142241.28+234011.8.json │ ├── sdss_j142257.15+082752.1.json │ ├── sdss_j142612.86+313039.4.json │ ├── sdss_j142807.00+512022.5.json │ ├── sdss_j142928.52+573055.0.json │ ├── sdss_j142935.19+383221.5.json │ ├── sdss_j143055.90+001352.1.json │ ├── sdss_j143132.79+351300.6.json │ ├── sdss_j143147.92+124329.0.json │ ├── sdss_j143211.74-005900.8.json │ ├── sdss_j143242.10+345142.7.json │ ├── sdss_j143251.01+363643.6.json │ ├── sdss_j143317.78+101123.3b.json │ ├── sdss_j143517.20-004612.9.json │ ├── sdss_j143553.25+112948.6.json │ ├── sdss_j143645.25+310914.7.json │ ├── sdss_j143904.71+020526.7.json │ ├── sdss_j143911.87+082315.6.json │ ├── sdss_j143925.22+424141.7.json │ ├── sdss_j143933.44+031759.2.json │ ├── sdss_j143945.86+304220.6.json │ ├── sdss_j144016.20+002638.9.json │ ├── sdss_j144128.52+504600.4.json │ ├── sdss_j144139.88+353809.5.json │ ├── sdss_j144430.14+485807.3.json │ ├── sdss_j144635.65+164337.3.json │ ├── sdss_j144804.97+060802.3.json │ ├── sdss_j144842.76+371932.1.json │ ├── sdss_j144927.99+205434.1.json │ ├── sdss_j145017.31+461739.4.json │ ├── sdss_j145037.69+082807.1.json │ ├── sdss_j145057.34+392045.2.json │ ├── sdss_j145058.89+584116.5.json │ ├── sdss_j145255.58+272324.4.json │ ├── sdss_j145325.89+142041.8.json │ ├── sdss_j145447.76+371823.1.json │ ├── sdss_j145502.93+261919.6.json │ ├── sdss_j145658.17+070104.7.json │ ├── sdss_j150238.47+182539.8.json │ ├── sdss_j150240.80+613815.5.json │ ├── sdss_j150309.53+115323.1.json │ ├── sdss_j150411.63+102718.4.json │ ├── sdss_j150553.80+610549.4.json │ ├── sdss_j150844.43+433955.5.json │ ├── sdss_j151110.91+434036.3.json │ ├── sdss_j151136.24+353511.4.json │ ├── sdss_j151506.11+443648.3.json │ ├── sdss_j151527.14+341232.7.json │ ├── sdss_j151542.29+325543.2.json │ ├── sdss_j151603.03+025928.9.json │ ├── sdss_j151603.96+573907.6.json │ ├── sdss_j151643.01+305344.4.json │ ├── sdss_j152103.24+013142.7.json │ ├── sdss_j152314.46+105258.9.json │ ├── sdss_j152324.45-021133.8.json │ ├── sdss_j152529.74+200407.9.json │ ├── sdss_j152531.32+581053.1.json │ ├── sdss_j152621.06+280806.9.json │ ├── sdss_j153012.87+514717.1.json │ ├── sdss_j153037.83+495205.7.json │ ├── sdss_j153119.91+262835.2.json │ ├── sdss_j153223.34+261118.8.json │ ├── sdss_j153417.05+161546.1.json │ ├── sdss_j153453.33+121949.2.json │ ├── sdss_j153721.97+140507.5.json │ ├── sdss_j154009.36+374230.3.json │ ├── sdss_j154050.74+503324.4.json │ ├── sdss_j154343.92-014737.3.json │ ├── sdss_j154501.09+033714.3.json │ ├── sdss_j154502.87+061807.8.json │ ├── sdss_j154508.93+355527.3.json │ ├── sdss_j154625.94+160917.9.json │ ├── sdss_j154628.38+253634.3.json │ ├── sdss_j154727.23+033636.3.json │ ├── sdss_j154849.02+172235.4.json │ ├── sdss_j154854.89+281404.7.json │ ├── sdss_j154910.12+551203.2.json │ ├── sdss_j154914.17+502235.8.json │ ├── sdss_j154951.39+490450.1.json │ ├── sdss_j155120.86+432930.3.json │ ├── sdss_j155132.71+544201.2.json │ ├── sdss_j155215.38+065041.5.json │ ├── sdss_j155252.32-003501.9.json │ ├── sdss_j155526.15+001720.6.json │ ├── sdss_j155644.35+172308.9.json │ ├── sdss_j155707.09+283531.5.json │ ├── sdss_j160140.86+215945.4.json │ ├── sdss_j160510.15+042152.1.json │ ├── sdss_j160743.08+345947.4.json │ ├── sdss_j161106.31+002547.0.json │ ├── sdss_j161312.06+472918.2.json │ ├── sdss_j161349.44+134608.6.json │ ├── sdss_j161420.50+004643.6.json │ ├── sdss_j161459.98+400435.1.json │ ├── sdss_j161611.36+521328.0.json │ ├── sdss_j161626.46+221859.2.json │ ├── sdss_j161731.65+401859.7.json │ ├── sdss_j161840.27+202045.6.json │ ├── sdss_j161928.31+005011.9.json │ ├── sdss_j162051.17+323732.1.json │ ├── sdss_j162124.66+274702.7.json │ ├── sdss_j162208.04+454813.1.json │ ├── sdss_j162255.27+115924.1.json │ ├── sdss_j162307.37+290827.7.json │ ├── sdss_j162321.84+153039.2.json │ ├── sdss_j162559.01+334705.5.json │ ├── sdss_j162603.03+211313.0.json │ ├── sdss_j162834.35+242847.2.json │ ├── sdss_j162838.35+625945.7.json │ ├── sdss_j162838.77+230821.1.json │ ├── sdss_j163022.92+081822.0.json │ ├── sdss_j163030.53+434404.0.json │ ├── sdss_j163050.01+005101.3.json │ ├── sdss_j163142.02+243359.7.json │ ├── sdss_j163239.34+415004.3.json │ ├── sdss_j163256.13+350507.2.json │ ├── sdss_j163355.23+010027.0.json │ ├── sdss_j163359.23-064056.5.json │ ├── sdss_j163655.90+002526.4.json │ ├── sdss_j163748.65+275254.6.json │ ├── sdss_j163817.31+321144.0.json │ ├── sdss_j164230.27+202048.1.json │ ├── sdss_j164238.60+330855.6.json │ ├── sdss_j164438.14+284614.5.json │ ├── sdss_j164439.66+260013.3.json │ ├── sdss_j164451.75+310352.8.json │ ├── sdss_j164540.16+290744.4.json │ ├── sdss_j164748.33+190933.7.json │ ├── sdss_j164911.16+300048.3.json │ ├── sdss_j164916.89+464340.0.json │ ├── sdss_j165031.33+352359.5.json │ ├── sdss_j165301.98+413847.5.json │ ├── sdss_j165309.93+245039.8.json │ ├── sdss_j165450.79+374714.6.json │ ├── sdss_j16585026+1820006.json │ ├── sdss_j170219.44+385841.2.json │ ├── sdss_j170302.52+355824.3.json │ ├── sdss_j170310.64+252521.4.json │ ├── sdss_j170316.71+190636.0.json │ ├── sdss_j171049.35+332325.2.json │ ├── sdss_j171147.17+233130.5.json │ ├── sdss_j171319.23+292816.1.json │ ├── sdss_j171714.10+652622.2.json │ ├── sdss_j172006.69+615537.7.json │ ├── sdss_j172533.04+553332.5.json │ ├── sdss_j172543.84+532534.9.json │ ├── sdss_j172545.59+640501.2.json │ ├── sdss_j172822.19+584509.9.json │ ├── sdss_j173101.41+531047.9.json │ ├── sdss_j175024.01+422237.8.json │ ├── sdss_j175805.46+463311.9.json │ ├── sdss_j204317.69-155103.4.json │ ├── sdss_j204749.61-071818.3.json │ ├── sdss_j205235.31-160929.8.json │ ├── sdss_j205755.92-005006.7.json │ ├── sdss_j211846.77-001044.6.json │ ├── sdss_j212413.89+010000.3.json │ ├── sdss_j213151.87-001432.4.json │ ├── sdss_j213154.43-011939.3.json │ ├── sdss_j213352.72+101841.0.json │ ├── sdss_j214527.82-073434.1.json │ ├── sdss_j215125.92-000200.7.json │ ├── sdss_j215817.69+000300.3.json │ ├── sdss_j220517.48-003710.3.json │ ├── sdss_j221743.53+000253.8.json │ ├── sdss_j222000.97+121436.5.json │ ├── sdss_j223550.14+122737.3.json │ ├── sdss_j225913.88-005158.2.json │ ├── sdss_j230722.58-005746.6.json │ ├── sdss_j232804.58-103845.7.json │ ├── sdss_j233129.35+155222.5.json │ ├── sdss_j233358.42+005012.1.json │ ├── sdss_j233526.42+081721.3.json │ ├── sdss_j233615.99+004253.4.json │ ├── sdss_j234034.42-001351.6.json │ ├── sdss_j234406.88+011515.6.json │ ├── sdss_j234759.77-001546.9.json │ ├── sdss_j234841.38-004022.1.json │ ├── sdss_j235835.45-000909.5.json │ ├── sdss_j235841.98+000622.0.json │ ├── sdssp_j005406.55-003101.8.json │ ├── sdssp_j030136.53+002057.9.json │ ├── sdssp_j030321.24-000938.2.json │ ├── sdssp_j032817.38+003257.2.json │ ├── sdssp_j033017.77+000047.8.json │ ├── sdssp_j033035.13-002534.5.json │ ├── sdssp_j041320.38-011424.9.json │ ├── sdssp_j104325.10+000148.2.json │ ├── sdssp_j125737.26-011336.1.json │ ├── sdssp_j131415.52-000848.1.json │ ├── sdssp_j144001.82+002145.8.json │ ├── sdssp_j144600.60+002452.0.json │ ├── sdssp_j164010.59+003721.8.json │ ├── sdssp_j225529.09-003433.4.json │ ├── serc_296a.json │ ├── simp_j01205253+1518277.json │ ├── simp_j013656.5+093347.3.json │ ├── simp_j1501530-013506.json │ ├── simp_j1619275+031350.json │ ├── simp_j21483578+2239427.json │ ├── sips_j0050-1538.json │ ├── sips_j0058-0651.json │ ├── sips_j0614-2019.json │ ├── sips_j1512-0112.json │ ├── sips_j1607-0442.json │ ├── sips_j1632-0631.json │ ├── sips_j2346-3153.json │ ├── sips_j2346-5928.json │ ├── sonyc-chai-1.json │ ├── sonyc-lup3-28.json │ ├── sonyc-lup3-29.json │ ├── sr12_c.json │ ├── ssspm_j0134-6315.json │ ├── ssspm_j0306-3648.json │ ├── ssspm_j0511-4606.json │ ├── ssspm_j0829-1309.json │ ├── ssspm_j1013-1356.json │ ├── ssspm_j1256-1408.json │ ├── ssspm_j1930-4311.json │ ├── ssspm_j2307-5009.json │ ├── ssspm_j2356-3426.json │ ├── ssspm_j2400-2008.json │ ├── tres-3.json │ ├── tvlm_213-2005.json │ ├── tvlm_262-111511.json │ ├── tvlm_262-70502.json │ ├── tvlm_263-71765.json │ ├── tvlm_513-42404a.json │ ├── tvlm_513-42404b.json │ ├── tvlm_513-46546.json │ ├── tvlm_513-8328.json │ ├── tvlm_831-161058.json │ ├── tvlm_831-165166.json │ ├── tvlm_832-10443.json │ ├── tvlm_832-42500.json │ ├── tvlm_868-110639.json │ ├── tvlm_890-60235.json │ ├── twa_26.json │ ├── twa_27.json │ ├── twa_27b.json │ ├── twa_28.json │ ├── twa_42.json │ ├── twa_8b.json │ ├── ugcs_j030013.86+490142.5.json │ ├── ugcs_j053022.52-052447.4.json │ ├── ugcs_j083654.60+195415.7.json │ ├── ugcs_j083748.00+201448.5.json │ ├── ugcs_j084510.66+214817.1.json │ ├── ugcs_j160956.34-222245.6.json │ ├── ugps_j052127.27+364048.6.json │ ├── ugps_j065227.71+032431.0.json │ ├── ugps_j20480024+503821.9.json │ ├── ulas2mass_j1452+0931.json │ ├── ulas2mass_j1452+1114.json │ ├── ulas_j000010.43+113602.2.json │ ├── ulas_j000613.24+154020.7.json │ ├── ulas_j000734.90+011247.1.json │ ├── ulas_j001040.57+010013.1.json │ ├── ulas_j001836.51-002559.1.json │ ├── ulas_j002009.34+160451.1.json │ ├── ulas_j002406.37+134705.3.json │ ├── ulas_j002422.94+002247.9.json │ ├── ulas_j002707.24+142349.0.json │ ├── ulas_j002740.95+085940.3.json │ ├── ulas_j002827.56+142349.1.json │ ├── ulas_j002912.25+145604.9.json │ ├── ulas_j003716.06-005404.7.json │ ├── ulas_j004030.42+091524.9.json │ ├── ulas_j004355.61+141117.6.json │ ├── ulas_j004539.97+135032.7.json │ ├── ulas_j004757.41+154641.4.json │ ├── ulas_j005038.20-000336.6.json │ ├── ulas_j010036.01+062044.1.json │ ├── ulas_j010324.69+092746.5.json │ ├── ulas_j010531.78+142931.5.json │ ├── ulas_j010557.68+034643.6.json │ ├── ulas_j010756.85+100811.3.json │ ├── ulas_j011151.89-010534.2.json │ ├── ulas_j011249.67+153657.6.json │ ├── ulas_j011438.94+085420.8.json │ ├── ulas_j011645.47+144335.3.json │ ├── ulas_j011824.89+034130.4.json │ ├── ulas_j011840.73+084424.7.json │ ├── ulas_j012735.66+153905.9.json │ ├── ulas_j012814.41-004153.5.json │ ├── ulas_j012855.07+063357.0.json │ ├── ulas_j012906.88+011350.4.json │ ├── ulas_j013017.79+080453.9.json │ ├── ulas_j013117.53-003128.6.json │ ├── ulas_j013243.81+055232.2.json │ ├── ulas_j013346.25+132822.4.json │ ├── ulas_j013619.79+071737.9.json │ ├── ulas_j013807.67-010417.0.json │ ├── ulas_j013939.77+004813.8.json │ ├── ulas_j013950.51+150307.6.json │ ├── ulas_j014022.04+123756.9.json │ ├── ulas_j014103.30+131832.6.json │ ├── ulas_j014443.27+014741.0.json │ ├── ulas_j014811.69+140028.4.json │ ├── ulas_j014927.09+144108.2.json │ ├── ulas_j015024.37+135924.0.json │ ├── ulas_j015034.33+142002.4.json │ ├── ulas_j015144.10+134645.8.json │ ├── ulas_j020002.96+065808.2.json │ ├── ulas_j020013.18+090835.2.json │ ├── ulas_j020047.44+133755.1.json │ ├── ulas_j020336.94-010231.1.json │ ├── ulas_j020529.62+142114.0.json │ ├── ulas_j020533.75+123824.1.json │ ├── ulas_j020543.26+084340.2.json │ ├── ulas_j020604.27+054958.8.json │ ├── ulas_j020628.22+020255.6.json │ ├── ulas_j020858.62+020657.0.json │ ├── ulas_j020944.30+133924.7.json │ ├── ulas_j021258.08+064115.9.json │ ├── ulas_j021642.97+004005.6.json │ ├── ulas_j021750.35+035803.3.json │ ├── ulas_j022200.43-002410.5.json │ ├── ulas_j022603.18+070231.4.json │ ├── ulas_j023144.49+063602.2.json │ ├── ulas_j023803.12+054526.1.json │ ├── ulas_j024035.36+060629.3.json │ ├── ulas_j024557.88+065359.4.json │ ├── ulas_j024703.40-010700.8.json │ ├── ulas_j025244.10+010617.9.json │ ├── ulas_j025545.28+061655.8.json │ ├── ulas_j025940.95+054934.8.json │ ├── ulas_j031451.72+045346.2.json │ ├── ulas_j031959.75+061740.7.json │ ├── ulas_j032042.15+061837.1.json │ ├── ulas_j032122.98+005105.2.json │ ├── ulas_j032143.05+054524.3.json │ ├── ulas_j032353.82+061352.3.json │ ├── ulas_j032524.61+051039.5.json │ ├── ulas_j032920.22+043024.5.json │ ├── ulas_j033005.72+055653.4.json │ ├── ulas_j033027.97+053626.6.json │ ├── ulas_j033036.84+042657.7.json │ ├── ulas_j033350.84+001406.1.json │ ├── ulas_j033734.61+050026.9.json │ ├── ulas_j034150.21+042324.9.json │ ├── ulas_j034832.97-001258.3.json │ ├── ulas_j074431.30+283915.6.json │ ├── ulas_j074502.79+233240.3.json │ ├── ulas_j074616.98+235532.2.json │ ├── ulas_j074720.07+245516.3.json │ ├── ulas_j075335.23+200622.4.json │ ├── ulas_j075829.83+222526.7.json │ ├── ulas_j075937.75+185555.0.json │ ├── ulas_j080055.05+193838.1.json │ ├── ulas_j080441.05+182611.6.json │ ├── ulas_j080918.41+212615.2.json │ ├── ulas_j081110.86+252931.8.json │ ├── ulas_j081407.51+245200.9.json │ ├── ulas_j081507.26+271119.2.json │ ├── ulas_j081918.58+210310.4.json │ ├── ulas_j081948.09+073323.3.json │ ├── ulas_j082155.49+250939.6.json │ ├── ulas_j082327.46+002424.4.json │ ├── ulas_j082428.08+055742.5.json │ ├── ulas_j082707.67-020408.2.json │ ├── ulas_j083258.66+011241.9.json │ ├── ulas_j083334.60-014454.7.json │ ├── ulas_j083408.92+040728.7.json │ ├── ulas_j083613.47+022106.3.json │ ├── ulas_j083756.19-004156.0.json │ ├── ulas_j083842.51+081700.5.json │ ├── ulas_j084036.72+075933.6.json │ ├── ulas_j084211.68+093611.9.json │ ├── ulas_j084302.02+001246.9.json │ ├── ulas_j084410.65-015944.2.json │ ├── ulas_j084710.35+020413.3.json │ ├── ulas_j084743.93+035040.2.json │ ├── ulas_j084849.71+071512.0.json │ ├── ulas_j085035.45+062152.7.json │ ├── ulas_j085139.03+005340.9.json │ ├── ulas_j085311.68+032147.7.json │ ├── ulas_j085342.94+000651.8.json │ ├── ulas_j085500.12+000204.1.json │ ├── ulas_j085540.39-021923.9.json │ ├── ulas_j085559.77+003048.3.json │ ├── ulas_j085715.96+091325.3.json │ ├── ulas_j085910.69+101017.1.json │ ├── ulas_j085931.39+063600.6.json │ ├── ulas_j090116.23-030635.0.json │ ├── ulas_j090521.61+100654.9.json │ ├── ulas_j090710.26-022145.7.json │ ├── ulas_j091309.55-003136.9.json │ ├── ulas_j091544.13+053104.1.json │ ├── ulas_j091740.85+004254.0.json │ ├── ulas_j091804.71+043949.6.json │ ├── ulas_j092432.13+005835.6.json │ ├── ulas_j092605.47+083517.0.json │ ├── ulas_j092608.82+040239.7.json │ ├── ulas_j092608.93+020807.3.json │ ├── ulas_j092624.76+071140.7.json │ ├── ulas_j092646.81-015150.0.json │ ├── ulas_j092659.46-005611.1.json │ ├── ulas_j092744.20+341308.7.json │ ├── ulas_j092926.44+110547.3.json │ ├── ulas_j093129.56-020902.8.json │ ├── ulas_j093245.48+310206.4.json │ ├── ulas_j093512.60+012347.4.json │ ├── ulas_j093744.66+071903.3.json │ ├── ulas_j093829.28-001112.6.json │ ├── ulas_j093930.74+065309.8.json │ ├── ulas_j093951.04+001653.6.json │ ├── ulas_j094006.54+021051.1.json │ ├── ulas_j094136.50+094214.2.json │ ├── ulas_j094331.49+085849.2.json │ ├── ulas_j094349.60+094203.4.json │ ├── ulas_j094420.32+024422.7.json │ ├── ulas_j094516.39+075545.6.json │ ├── ulas_j094742.01+074232.3.json │ ├── ulas_j094759.19+074304.7.json │ ├── ulas_j094806.06+064805.0.json │ ├── ulas_j095047.28+011734.3.json │ ├── ulas_j095126.87+075756.8.json │ ├── ulas_j095401.45+092213.7.json │ ├── ulas_j095429.90+062309.6.json │ ├── ulas_j095606.72+082115.7.json │ ├── ulas_j095829.86-003932.0.json │ ├── ulas_j100310.96+075220.3.json │ ├── ulas_j100647.06+121117.2.json │ ├── ulas_j100703.55+013017.0.json │ ├── ulas_j100731.32+104758.8.json │ ├── ulas_j100759.90-010031.1.json │ ├── ulas_j101243.54+102101.7.json │ ├── ulas_j101618.77+000028.0.json │ ├── ulas_j101658.05-013258.0.json │ ├── ulas_j101721.40+011817.9.json │ ├── ulas_j101821.78+072547.1.json │ ├── ulas_j102144.87+054446.1.json │ ├── ulas_j102305.44+044739.2.json │ ├── ulas_j102940.52+093514.6.json │ ├── ulas_j103131.49+123736.4.json │ ├── ulas_j103317.93+053054.1.json │ ├── ulas_j103434.52-001553.0.json │ ├── ulas_j103553.67-012126.3.json │ ├── ulas_j104224.20+121206.8.json │ ├── ulas_j104355.37+104803.4.json │ ├── ulas_j105134.32-015449.8.json │ ├── ulas_j105235.42+001632.7.json │ ├── ulas_j105334.64+015719.7.json │ ├── ulas_j105836.92+085429.1.json │ ├── ulas_j110242.39+012021.9.json │ ├── ulas_j111127.77+051855.5.json │ ├── ulas_j111429.54+072809.5.json │ ├── ulas_j111929.43+002133.1.json │ ├── ulas_j112029.65-004440.6.json │ ├── ulas_j112043.11+090429.8.json │ ├── ulas_j112059.41+121904.5.json │ ├── ulas_j112327.02+150059.4.json │ ├── ulas_j113151.32-003620.8.json │ ├── ulas_j113716.54+112657.2.json │ ├── ulas_j113850.09-002451.3.json │ ├── ulas_j114105.18+091647.6.json │ ├── ulas_j114340.47+061358.9.json │ ├── ulas_j114418.08+091025.1.json │ ├── ulas_j114925.58-014343.2.json │ ├── ulas_j115038.79+094942.9.json │ ├── ulas_j115229.68+035927.3.json │ ├── ulas_j115239.94+113407.6.json │ ├── ulas_j115338.74-014724.1.json │ ├── ulas_j115508.39+044502.3.json │ ├── ulas_j115533.45-001329.8.json │ ├── ulas_j115718.02-013923.9.json │ ├── ulas_j115759.04+092200.7.json │ ├── ulas_j115826.62+044746.8.json │ ├── ulas_j120009.69+120821.4.json │ ├── ulas_j120214.62+073113.8.json │ ├── ulas_j120257.05+090158.8.json │ ├── ulas_j120315.34+095054.8.json │ ├── ulas_j120323.74-015655.8.json │ ├── ulas_j120444.67-015034.9.json │ ├── ulas_j120545.92+084206.8.json │ ├── ulas_j120621.03+101802.9.json │ ├── ulas_j120744.65+133902.7.json │ ├── ulas_j120943.05+065333.0.json │ ├── ulas_j120948.38+035338.4.json │ ├── ulas_j121226.80+101007.4.json │ ├── ulas_j121238.72+000721.9.json │ ├── ulas_j121320.56+150235.1.json │ ├── ulas_j121355.51+053517.1.json │ ├── ulas_j121508.37+040200.5.json │ ├── ulas_j121816.52+134953.8.json │ ├── ulas_j121932.54+015433.0.json │ ├── ulas_j122111.67+122217.0.json │ ├── ulas_j122325.69+044827.6.json │ ├── ulas_j122343.35-013100.7.json │ ├── ulas_j122633.36+152106.9.json │ ├── ulas_j123012.52+071717.9.json │ ├── ulas_j123142.99+015045.4.json │ ├── ulas_j123153.60+091205.4.json │ ├── ulas_j123327.45+121952.2.json │ ├── ulas_j123433.51+010742.0.json │ ├── ulas_j123828.51+095351.3.json │ ├── ulas_j123845.96+124737.7.json │ ├── ulas_j123903.75+102518.6.json │ ├── ulas_j124052.92+112940.4.json │ ├── ulas_j124104.75-000531.4.json │ ├── ulas_j124413.03+123201.1.json │ ├── ulas_j124425.90+102441.9.json │ ├── ulas_j124639.33+032314.3.json │ ├── ulas_j124804.56+075904.0.json │ ├── ulas_j124947.04+095019.8.json │ ├── ulas_j125134.40-005556.7.json │ ├── ulas_j125226.62+092920.1.json │ ├── ulas_j125359.78+265855.5.json │ ├── ulas_j125446.35+122215.7.json │ ├── ulas_j125635.91-001944.9.json │ ├── ulas_j125708.07+110850.4.json │ ├── ulas_j125835.97+030736.1.json │ ├── ulas_j125939.44+293322.4.json │ ├── ulas_j130154.79+064747.9.json │ ├── ulas_j130217.21+130851.2.json │ ├── ulas_j130227.54+143428.0.json │ ├── ulas_j130303.54+001627.7.json │ ├── ulas_j130435.66+154252.6.json │ ├── ulas_j130444.26+310112.3.json │ ├── ulas_j130710.22+151103.4.json │ ├── ulas_j130716.63+332523.8.json │ ├── ulas_j131106.96-013742.3.json │ ├── ulas_j131304.03+225919.7.json │ ├── ulas_j131307.47+123540.7.json │ ├── ulas_j131313.57+265433.8.json │ ├── ulas_j131508.42+082627.4.json │ ├── ulas_j131610.13+031205.5.json │ ├── ulas_j131610.28+075553.0.json │ ├── ulas_j131615.93+331306.8.json │ ├── ulas_j131705.66+091016.9.json │ ├── ulas_j131943.77+120900.2.json │ ├── ulas_j132012.11+053943.6.json │ ├── ulas_j132048.12+102910.6.json │ ├── ulas_j132125.90+073549.4.json │ ├── ulas_j132410.21+025040.6.json │ ├── ulas_j132605.18+120009.9.json │ ├── ulas_j132720.56+101138.5.json │ ├── ulas_j132823.25+302144.8.json │ ├── ulas_j133502.11+150653.5.json │ ├── ulas_j133553.45+113005.2.json │ ├── ulas_j133828.69-014245.4.json │ ├── ulas_j133836.97-022910.7.json │ ├── ulas_j133933.64-005621.1.json │ ├── ulas_j133943.79+010436.4.json │ ├── ulas_j134206.86+053724.9.json │ ├── ulas_j134322.94-010844.0.json │ ├── ulas_j134403.78+083951.0.json │ ├── ulas_j134414.90+092405.0.json │ ├── ulas_j134423.98+280603.8.json │ ├── ulas_j134436.84+110957.5.json │ ├── ulas_j134612.77+082503.3.json │ ├── ulas_j134646.71+282009.2.json │ ├── ulas_j134852.93+101611.8.json │ ├── ulas_j134926.40+234045.9.json │ ├── ulas_j134940.81+091833.3.json │ ├── ulas_j135058.86+081506.8.json │ ├── ulas_j135216.31+312327.0.json │ ├── ulas_j135322.83+283408.2.json │ ├── ulas_j135359.58+011856.7.json │ ├── ulas_j135556.12+085054.3.json │ ├── ulas_j135607.41+085345.2.json │ ├── ulas_j135848.63+014745.5.json │ ├── ulas_j140152.43+090733.1.json │ ├── ulas_j141203.85+121609.9.json │ ├── ulas_j141520.66+041647.1.json │ ├── ulas_j141623.94+134836.3.json │ ├── ulas_j141710.01+131737.1.json │ ├── ulas_j141756.22+133045.8.json │ ├── ulas_j141806.71+000035.5.json │ ├── ulas_j142007.60+021818.3.json │ ├── ulas_j142145.63+013619.0.json │ ├── ulas_j142300.38+041026.4.json │ ├── ulas_j142536.35+045132.3.json │ ├── ulas_j142718.33+011206.2.json │ ├── ulas_j143154.18-004114.3.json │ ├── ulas_j143256.93+122809.2.json │ ├── ulas_j143615.75+072056.8.json │ ├── ulas_j143623.86+014257.6.json │ ├── ulas_j143705.60+115930.1.json │ ├── ulas_j144151.55+043738.5.json │ ├── ulas_j144220.94+084945.9.json │ ├── ulas_j144458.87+105531.1.json │ ├── ulas_j144555.24+125735.1.json │ ├── ulas_j144812.93-000018.6.json │ ├── ulas_j145231.11+033944.0.json │ ├── ulas_j145234.65+043738.4.json │ ├── ulas_j145243.59+065542.9.json │ ├── ulas_j145541.74+002224.3.json │ ├── ulas_j145935.25+085751.2.json │ ├── ulas_j150135.33+082215.2.json │ ├── ulas_j150140.69-005146.8.json │ ├── ulas_j150531.70+010232.7.json │ ├── ulas_j150547.89+070316.6.json │ ├── ulas_j150927.83+034449.7.json │ ├── ulas_j151145.75-021726.5.json │ ├── ulas_j151355.05-013300.6.json │ ├── ulas_j151637.89+011050.1.json │ ├── ulas_j151649.84+083607.1.json │ ├── ulas_j151821.34+085517.5.json │ ├── ulas_j151913.03-000030.0.json │ ├── ulas_j152502.10+083344.0.json │ ├── ulas_j152526.25+095814.3.json │ ├── ulas_j152912.23+092228.5.json │ ├── ulas_j153108.89+060111.1.json │ ├── ulas_j153128.47+073755.0.json │ ├── ulas_j153156.73+033605.9.json │ ├── ulas_j153256.84-012511.0.json │ ├── ulas_j153406.06+055643.9.json │ ├── ulas_j153608.64+030556.5.json │ ├── ulas_j153653.80+015540.6.json │ ├── ulas_j154038.87-001256.7.json │ ├── ulas_j154319.80+080446.3.json │ ├── ulas_j154427.34+081926.6.json │ ├── ulas_j154448.83+094256.9.json │ ├── ulas_j154638.34-011213.0.json │ ├── ulas_j154701.84+005320.3.json │ ├── ulas_j154914.45+262145.6.json │ ├── ulas_j160143.75+264623.4.json │ ├── ulas_j161436.96+244230.1.json │ ├── ulas_j161710.39+235031.4.json │ ├── ulas_j161934.78+235829.3.json │ ├── ulas_j161938.12+300756.4.json │ ├── ulas_j162655.04+252446.8.json │ ├── ulas_j163931.52+323212.7.json │ ├── ulas_j211317.05+001840.7.json │ ├── ulas_j211616.26-010124.3.json │ ├── ulas_j213352.64-010343.4.json │ ├── ulas_j215700.47+005614.5.json │ ├── ulas_j215920.00+003309.7.json │ ├── ulas_j220917.12-005259.9.json │ ├── ulas_j221904.07+063059.1.json │ ├── ulas_j222711-004547.json │ ├── ulas_j222958.30+010217.2.json │ ├── ulas_j223302.03+062030.8.json │ ├── ulas_j223347.82+002214.0.json │ ├── ulas_j223440.80+001002.6.json │ ├── ulas_j223636.89+011132.3.json │ ├── ulas_j223728.91+064220.1.json │ ├── ulas_j223756.91+071656.8.json │ ├── ulas_j223917.13+073416.0.json │ ├── ulas_j223955.76+003252.6.json │ ├── ulas_j224051.81+000822.0.json │ ├── ulas_j224922.85+071527.9.json │ ├── ulas_j225016.39+080822.4.json │ ├── ulas_j225114.89-000724.4.json │ ├── ulas_j225540.22+061412.9.json │ ├── ulas_j225624.82+062152.9.json │ ├── ulas_j225630.91+072439.0.json │ ├── ulas_j225649.51+005452.5.json │ ├── ulas_j230049.08+070338.0.json │ ├── ulas_j230203.04+070038.8.json │ ├── ulas_j230256.53+121310.2.json │ ├── ulas_j230358.64+005807.3.json │ ├── ulas_j230424.80+130111.3.json │ ├── ulas_j230434.41+080401.4.json │ ├── ulas_j230443.30+093423.9.json │ ├── ulas_j230601.02+130225.0.json │ ├── ulas_j230711.01+014447.1.json │ ├── ulas_j231236.55+000602.3.json │ ├── ulas_j231536.93+034422.7.json │ ├── ulas_j231557.61+132256.2.json │ ├── ulas_j231645.70+010012.5.json │ ├── ulas_j231835.51-001330.0.json │ ├── ulas_j231856.24+043328.5.json │ ├── ulas_j231924.35+052524.5.json │ ├── ulas_j232035.28+144829.8.json │ ├── ulas_j232122.72-004557.3.json │ ├── ulas_j232123.79+135454.9.json │ ├── ulas_j232259.58+000541.5.json │ ├── ulas_j232315.39+071931.0.json │ ├── ulas_j232600.40+020139.2.json │ ├── ulas_j232624.07+050931.6.json │ ├── ulas_j232715.67+151729.5.json │ ├── ulas_j232732.12+010252.7.json │ ├── ulas_j232802.03+134544.8.json │ ├── ulas_j233002.13+140329.9.json │ ├── ulas_j233104.12+042652.6.json │ ├── ulas_j233359.39+004935.2.json │ ├── ulas_j233942.81+075327.2.json │ ├── ulas_j234228.97+085620.1.json │ ├── ulas_j234716.99-011009.1.json │ ├── ulas_j234827.94+005220.5.json │ ├── ulas_j235204.62+124444.9.json │ ├── ulas_j235618.01+075420.4.json │ ├── ulas_j235715.98+013240.3.json │ ├── uncover-bd-1.json │ ├── usco_j154722.82-213914.3.json │ ├── usco_j155150.2-213457.json │ ├── usco_j160603.75-221930.0.json │ ├── usco_j160606.29-233513.3.json │ ├── usco_j160714.79-232101.2.json │ ├── usco_j160723.82-221102.0.json │ ├── usco_j160727.82-223904.0.json │ ├── usco_j160737.99-224247.0.json │ ├── usco_j160818.43-223225.0.json │ ├── usco_j160828.47-231510.4.json │ ├── usco_j160843.44-224516.0.json │ ├── usco_j161031.9-191305b.json │ ├── usco_j161227.64-215640.8.json │ ├── usco_j161228.95-215936.1.json │ ├── usco_j161302.32-212428.4.json │ ├── usco_j161441.68-235105.9.json │ ├── usco_j163919.15-253409.9.json │ ├── uscoctio_108.json │ ├── uscoctio_108b.json │ ├── usno-b1.0_0757-00057276.json │ ├── v2384_ori.json │ ├── vb_10.json │ ├── vhs_j125804.89-441232.4.json │ ├── vhs_j143311.46-083736.3.json │ ├── vhs_j154352.78-043909.6.json │ ├── vhs_j192934.18-442550.5.json │ ├── vhs_j205159.38-550843.9.json │ ├── vvv_bd001.json │ ├── vvv_j12564163-6202039.json │ ├── wasp-103b.json │ ├── wasp-121b.json │ ├── wasp-12b.json │ ├── wasp-18b.json │ ├── wasp-33b.json │ ├── wasp-43b.json │ ├── wasp-4b.json │ ├── wise_j000517.48+373720.5.json │ ├── wise_j001354.39+063448.1.json │ ├── wise_j001505.87-461517.6.json │ ├── wise_j003231.09-494651.4.json │ ├── wise_j003829.05+275852.1.json │ ├── wise_j003830.54+840517.7.json │ ├── wise_j004024.88+090054.8.json │ ├── wise_j004542.56+361139.1.json │ ├── wise_j004945.61+215120.0.json │ ├── wise_j013525.64+171503.4.json │ ├── wise_j013836.58-032221.2.json │ ├── wise_j014656.66+423410.0.json │ ├── wise_j014656.66+423410.0b.json │ ├── wise_j014807.25-720258.7.json │ ├── wise_j021010.25+400829.6.json │ ├── wise_j023038.90-022554.0.json │ ├── wise_j023318.05+303030.5.json │ ├── wise_j024124.73-365328.0.json │ ├── wise_j024512.62-345047.8.json │ ├── wise_j024714.52+372523.5.json │ ├── wise_j025934.00-034645.7.json │ ├── wise_j030449.03-270508.3.json │ ├── wise_j030919.67-501614.3.json │ ├── wise_j031614.68+382008.0.json │ ├── wise_j031624.35+430709.1.json │ ├── wise_j032120.91-734758.8.json │ ├── wise_j032517.69-385454.1.json │ ├── wise_j032547.72+083118.2.json │ ├── wise_j033605.05-014350.4.json │ ├── wise_j033651.90+282628.8.json │ ├── wise_j033713.43+114824.5.json │ ├── wise_j035000.32-565830.2.json │ ├── wise_j035934.06-540154.6.json │ ├── wise_j040137.21+284951.7.json │ ├── wise_j040418.01+412735.6.json │ ├── wise_j041358.14-475039.3.json │ ├── wise_j042417.94+072744.1.json │ ├── wise_j043052.92+463331.6.json │ ├── wise_j044633.45-242956.8.json │ ├── wise_j045746.08-020719.2.json │ ├── wise_j051208.66-300404.4.json │ ├── wise_j052126.29+102528.4.json │ ├── wise_j052857.68+090104.4.json │ ├── wise_j053516.80-750024.9.json │ ├── wise_j054047.00+483232.4.json │ ├── wise_j054601.19-095947.5.json │ ├── wise_j061135.13-041024.0.json │ ├── wise_j061437.73+095135.0.json │ ├── wise_j062442.37+662625.6.json │ ├── wise_j062720.07-111428.0.json │ ├── wise_j062842.71-805725.0.json │ ├── wise_j062905.13+241804.9.json │ ├── wise_j064336.71-022315.4.json │ ├── wise_j064528.38-030248.2.json │ ├── wise_j064723.23-623235.5.json │ ├── wise_j065609.59+420531.9.json │ ├── wise_j070159.79+632129.2.json │ ├── wise_j071301.84-585445.1.json │ ├── wise_j071322.55-291751.9.json │ ├── wise_j072003.20-084651.2.json │ ├── wise_j072312.44+340313.5.json │ ├── wise_j073347.94+754439.2.json │ ├── wise_j073444.02-715744.0.json │ ├── wise_j075430.95+790957.8.json │ ├── wise_j080700.23+413026.8.json │ ├── wise_j081117.81-805141.3.json │ ├── wise_j081220.04+402106.2.json │ ├── wise_j081958.05-033528.5.json │ ├── wise_j082650.64+285251.9.json │ ├── wise_j083337.82+005214.1.json │ ├── wise_j083450.79+642526.8.json │ ├── wise_j091408.96-345941.5.json │ ├── wise_j092055.40+453856.3.json │ ├── wise_j094020.10-220820.5.json │ ├── wise_j094305.98+360723.5.json │ ├── wise_j100926.40+354137.5.json │ ├── wise_j101905.62+652954.2.json │ ├── wise_j102557.72+030755.7.json │ ├── wise_j102757.73+340143.6.json │ ├── wise_j103658.89+033620.4.json │ ├── wise_j103907.73-160002.9.json │ ├── wise_j105047.90+505606.2.json │ ├── wise_j105130.01-213859.7.json │ ├── wise_j105257.95-194250.2.json │ ├── wise_j105553.59-165216.3.json │ ├── wise_j111239.24-385700.7.json │ ├── wise_j111838.70+312537.9.json │ ├── wise_j112438.12-042149.7.json │ ├── wise_j113949.24-332425.1.json │ ├── wise_j114340.22+443123.8.json │ ├── wise_j122152.28-313600.8.json │ ├── wise_j122558.86-101345.0.json │ ├── wise_j124309.61+844547.8.json │ ├── wise_j124629.65-313934.2.json │ ├── wise_j125015.56+262846.9.json │ ├── wise_j125448.52-072828.4.json │ ├── wise_j125715.90+400854.2.json │ ├── wise_j130141.62-030212.9.json │ ├── wise_j131833.98-175826.5.json │ ├── wise_j133750.46+263648.6.json │ ├── wise_j134555.25+022247.2.json │ ├── wise_j134806.99+660328.4.json │ ├── wise_j135307.51-085712.0.json │ ├── wise_j140035.40-385013.5.json │ ├── wise_j140518.39+553421.3.json │ ├── wise_j140533.32+835030.5.json │ ├── wise_j141144.13-140300.5.json │ ├── wise_j144127.48-515807.6.json │ ├── wise_j144806.48-253420.3.json │ ├── wise_j144901.85+114710.9.json │ ├── wise_j150115.92-400418.4.json │ ├── wise_j150406.66-455223.9.json │ ├── wise_j151314.61+401935.6.json │ ├── wise_j151721.13+052929.3.json │ ├── wise_j152305.10+312537.6.json │ ├── wise_j152434.49+002057.5.json │ ├── wise_j154151.65-225024.9.json │ ├── wise_j154459.27+584204.5.json │ ├── wise_j155254.84+503307.6.json │ ├── wise_j155349.98+693355.2.json │ ├── wise_j155755.29+591425.3.json │ ├── wise_j162359.70-050811.4.json │ ├── wise_j162725.65+325524.6.json │ ├── wise_j163236.47+032927.3.json │ ├── wise_j163348.95-680851.6.json │ ├── wise_j163645.56-074325.1.json │ ├── wise_j163940.83-684738.6.json │ ├── wise_j165842.56+510335.0.json │ ├── wise_j170745.85-174452.5.json │ ├── wise_j171104.60+350036.8.json │ ├── wise_j172134.46+111739.4.json │ ├── wise_j172844.93+571642.7.json │ ├── wise_j173035.99+420742.5.json │ ├── wise_j173332.50+314458.3.json │ ├── wise_j173421.02+502349.9.json │ ├── wise_j173551.72-820900.1.json │ ├── wise_j173623.03+605920.2.json │ ├── wise_j173835.53+273259.0.json │ ├── wise_j173859.27+614242.1.json │ ├── wise_j174102.78-464225.5.json │ ├── wise_j174113.12+132711.9.json │ ├── wise_j174303.71+421150.0.json │ ├── wise_j174556.65+645933.8.json │ ├── wise_j174640.78-033818.0.json │ ├── wise_j175510.28+180320.2.json │ ├── wise_j175929.37+544204.7.json │ ├── wise_j180901.07+383805.4.json │ ├── wise_j181243.14+200746.4.json │ ├── wise_j181329.40+283533.3.json │ ├── wise_j184041.77+293229.2.json │ ├── wise_j185101.83+593508.6.json │ ├── wise_j185215.76+353716.7.json │ ├── wise_j190624.74+450807.1.json │ ├── wise_j190903.16-520433.5.json │ ├── wise_j191359.78+644456.6.json │ ├── wise_j191915.54+304558.4.json │ ├── wise_j192841.35+235604.9.json │ ├── wise_j195113.62-331116.7.json │ ├── wise_j195436.15+691541.3.json │ ├── wise_j195500.42-254013.9.json │ ├── wise_j200050.19+362950.1.json │ ├── wise_j200403.17-263751.7.json │ ├── wise_j200520.38+542433.9.json │ ├── wise_j200804.71-083428.5.json │ ├── wise_j201404.13+042408.5.json │ ├── wise_j201748.72-342102.5.json │ ├── wise_j201920.76-114807.5.json │ ├── wise_j203042.79+074934.7.json │ ├── wise_j204356.42+622048.9.json │ ├── wise_j210200.15-442919.5.json │ ├── wise_j212100.87-623921.6.json │ ├── wise_j212321.92-261405.1.json │ ├── wise_j214706.78-102924.0.json │ ├── wise_j215949.48-480854.9.json │ ├── wise_j220905.73+271143.9.json │ ├── wise_j221140.52-475826.5.json │ ├── wise_j222055.31-362817.4.json │ ├── wise_j222219.93+302601.4.json │ ├── wise_j223204.50-573010.5.json │ ├── wise_j223617.59+510551.9.json │ ├── wise_j223720.39+722833.8.json │ ├── wise_j223729.52-061434.4.json │ ├── wise_j230133.32+021635.0.json │ ├── wise_j230228.68-713441.6.json │ ├── wise_j230356.79+191432.9.json │ ├── wise_j231921.92+764544.4.json │ ├── wise_j232728.74-273056.6.json │ ├── wise_j233226.49-432510.6.json │ ├── wise_j233527.07+451140.9.json │ ├── wise_j233543.79+422255.2.json │ ├── wise_j234026.61-074508.1.json │ ├── wise_j234755.42+683319.4.json │ ├── wise_j235402.77+024015.0.json │ ├── wise_j235408.36+551854.5.json │ ├── wise_j235425.33-564928.6.json │ ├── wise_j235447.80-814044.9.json │ ├── wise_j235716.49+122741.8.json │ ├── wisea_j000131.93-084126.9.json │ ├── wisea_j000430.66-260402.3.json │ ├── wisea_j000622.67-131955.2.json │ ├── wisea_j000627.85+185728.8.json │ ├── wisea_j001449.96+795116.1.json │ ├── wisea_j001450.17-083823.4.json │ ├── wisea_j002656.73-542854.8.json │ ├── wisea_j002810.59+521853.1.json │ ├── wisea_j002909.90+190516.6.json │ ├── wisea_j003338.45+282732.4.json │ ├── wisea_j003631.29-642735.6.json │ ├── wisea_j004206.84-584023.9.json │ ├── wisea_j004326.26+222124.0.json │ ├── wisea_j004403.39+022810.6.json │ ├── wisea_j004713.81-371033.7.json │ ├── wisea_j005757.64+201304.0.json │ ├── wisea_j010116.12-520629.8.json │ ├── wisea_j010202.11+035541.4.json │ ├── wisea_j011154.36-505343.2.json │ ├── wisea_j011639.05-165420.5.json │ ├── wisea_j012057.0-764216.4.json │ ├── wisea_j012834.87-280302.5.json │ ├── wisea_j013012.66-104732.4.json │ ├── wisea_j013217.78-581825.9.json │ ├── wisea_j013810.78-412220.2.json │ ├── wisea_j014603.23-261908.7.json │ ├── wisea_j015507.35-421635.7.json │ ├── wisea_j015601.22+525304.4.json │ ├── wisea_j020110.68-523916.9.json │ ├── wisea_j020201.25-313645.2.json │ ├── wisea_j021420.18-573245.1.json │ ├── wisea_j023421.83+601227.3.json │ ├── wisea_j025756.40-265528.8.json │ ├── wisea_j030119.39-231921.1.json │ ├── wisea_j030237.52-581740.3.json │ ├── wisea_j030534.09-582635.5.json │ ├── wisea_j030601.66-033059.0.json │ ├── wisea_j030845.36+325923.1.json │ ├── wisea_j032301.86+562558.0.json │ ├── wisea_j032309.12-590751.0.json │ ├── wisea_j032504.52-504403.0.json │ ├── wisea_j032600.28+421056.8.json │ ├── wisea_j032811.00-422321.6.json │ ├── wisea_j033515.07+431044.7.json │ ├── wisea_j034227.44-462252.0.json │ ├── wisea_j035410.03-572104.0.json │ ├── wisea_j035733.85+070557.4.json │ ├── wisea_j040443.50-642030.0.json │ ├── wisea_j040702.42+190945.8.json │ ├── wisea_j041451.67-585456.7.json │ ├── wisea_j042236.95-044203.5.json │ ├── wisea_j042449.21-595905.6.json │ ├── wisea_j042949.41-783705.6.json │ ├── wisea_j043535.82+211508.9.json │ ├── wisea_j045921.21+154059.2.json │ ├── wisea_j050238.28+100750.0.json │ ├── wisea_j050615.56-514521.3.json │ ├── wisea_j053257.29+041842.5.json │ ├── wisea_j053512.01-773829.7.json │ ├── wisea_j055007.94+161051.9.json │ ├── wisea_j055047.86-195051.4.json │ ├── wisea_j060742.13+455037.0.json │ ├── wisea_j061557.21+152626.1.json │ ├── wisea_j061713.07+670400.8.json │ ├── wisea_j064223.48+042343.1.json │ ├── wisea_j064503.72+524054.1.json │ ├── wisea_j064750.85-154616.4.json │ ├── wisea_j065113.90-835502.6.json │ ├── wisea_j065958.55+171710.9.json │ ├── wisea_j071121.36-573634.2.json │ ├── wisea_j071552.38-114532.9.json │ ├── wisea_j075438.20+090044.9.json │ ├── wisea_j080622.22-082046.5.json │ ├── wisea_j081322.19-152203.2.json │ ├── wisea_j082000.48-662211.9.json │ ├── wisea_j082507.37+280548.2.json │ ├── wisea_j082640.45-164031.8.json │ ├── wisea_j083011.95+283716.0.json │ ├── wisea_j083019.97-632305.4.json │ ├── wisea_j084254.56-061023.7.json │ ├── wisea_j084329.01+694709.8.json │ ├── wisea_j085224.36+513925.5.json │ ├── wisea_j085510.74-071442.5.json │ ├── wisea_j090258.99+670833.1.json │ ├── wisea_j091657.18-112104.7.json │ ├── wisea_j095729.41+462413.5.json │ ├── wisea_j101329.72-724619.2.json │ ├── wisea_j101804.20-684254.0.json │ ├── wisea_j102304.04+155616.4.json │ ├── wisea_j102313.22-315126.7.json │ ├── wisea_j103602.80+030615.6.json │ ├── wisea_j104051.77+450329.3.json │ ├── wisea_j104216.89-003935.9.json │ ├── wisea_j105349.41-460241.2.json │ ├── wisea_j105917.38+285729.3.json │ ├── wisea_j110201.76+350335.4.json │ ├── wisea_j112440.19+663052.0.json │ ├── wisea_j114156.67-332635.5.json │ ├── wisea_j114350.90+401333.9.json │ ├── wisea_j114553.61-250657.1.json │ ├── wisea_j114601.22+342458.8.json │ ├── wisea_j115917.89+671704.2.json │ ├── wisea_j120604.25+840110.5.json │ ├── wisea_j122036.38+540717.3.json │ ├── wisea_j122221.95-213948.6.json │ ├── wisea_j122248.13-211638.6.json │ ├── wisea_j125721.01+715349.3.json │ ├── wisea_j130729.56-055815.4.json │ ├── wisea_j131102.03+312107.9.json │ ├── wisea_j131211.10-761740.9.json │ ├── wisea_j133300.03-160754.4.json │ ├── wisea_j134310.44-121628.8.json │ ├── wisea_j135501.90-825838.9.json │ ├── wisea_j143422.31-083934.2.json │ ├── wisea_j144033.28-080406.9.json │ ├── wisea_j151620.39+721745.4.json │ ├── wisea_j152529.09+605356.5.json │ ├── wisea_j154045.67-510139.3.json │ ├── wisea_j160516.79+002139.0.json │ ├── wisea_j162716.41-244355.4.json │ ├── wisea_j162852.64+160421.0.json │ ├── wisea_j163932.75+184049.4.json │ ├── wisea_j165902.66+274747.9.json │ ├── wisea_j170726.69+545109.3.json │ ├── wisea_j171331.68+245000.9.json │ ├── wisea_j172907.10-753017.0.json │ ├── wisea_j174336.62+154901.3.json │ ├── wisea_j175328.55-590447.6.json │ ├── wisea_j175701.50+183215.2.json │ ├── wisea_j181849.59-470146.9.json │ ├── wisea_j182121.91-070008.6.json │ ├── wisea_j190005.76-310810.9.json │ ├── wisea_j193054.55-205949.4.json │ ├── wisea_j193430.11-421444.3.json │ ├── wisea_j194128.98-342335.8.json │ ├── wisea_j195311.04-022954.7.json │ ├── wisea_j200907.88-170448.0.json │ ├── wisea_j201833.67-141720.3.json │ ├── wisea_j203644.55-084715.1.json │ ├── wisea_j203751.31-421645.2.json │ ├── wisea_j204027.30+695924.1.json │ ├── wisea_j204218.13-082137.8.json │ ├── wisea_j204928.59-443143.9.json │ ├── wisea_j205202.06-204313.0.json │ ├── wisea_j205921.85+662725.2.json │ ├── wisea_j210529.08-623558.7.json │ ├── wisea_j211157.85-521111.2.json │ ├── wisea_j211456.86-180519.0.json │ ├── wisea_j211543.59-322540.4.json │ ├── wisea_j211807.07-321713.5.json │ ├── wisea_j212354.78-365223.4.json │ ├── wisea_j212510.91-730758.8.json │ ├── wisea_j213810.99+373312.9.json │ ├── wisea_j214025.23-332707.4.json │ ├── wisea_j214155.85-511853.1.json │ ├── wisea_j220304.18+461923.4.json │ ├── wisea_j221216.27-693121.6.json │ ├── wisea_j221841.38+143003.4.json │ ├── wisea_j221859.33+114644.4.json │ ├── wisea_j222013.75-361709.5.json │ ├── wisea_j222409.64-185242.1.json │ ├── wisea_j223343.53-133140.9.json │ ├── wisea_j224128.33+043459.3.json │ ├── wisea_j224319.56-145857.3.json │ ├── wisea_j225404.16-265257.5.json │ ├── wisea_j230329.45+315022.7.json │ ├── wisea_j230930.58+145633.1.json │ ├── wisea_j232219.45-140726.2.json │ ├── wisea_j233816.47-732929.7.json │ ├── wisea_j235120.62-700025.8.json │ ├── wisea_j235422.31-081129.7.json │ ├── wisea_j235456.63-481440.1.json │ ├── wisear_j154025.77-113940.8.json │ ├── wisear_j220746.67-503631.7.json │ ├── wisenf_j193656.08+040801.2.json │ ├── wisep_j004928.48+044100.1.json │ ├── wisep_j031325.96+780744.2.json │ ├── wisep_j041022.71+150248.5.json │ ├── wisep_j060738.65+242953.4.json │ ├── wisep_j131106.24+012252.4.json │ ├── wisep_j180026.60+013453.1.json │ ├── wisep_j180435.40+311706.1.json │ ├── wisep_j182831.08+265037.8.json │ ├── wisep_j183058.57+454257.9.json │ ├── wisep_j190648.47+401106.8.json │ ├── wisep_j205628.90+145953.3.json │ ├── wisep_j222623.05+044003.9.json │ ├── wisep_j235941.07-733504.8.json │ ├── wisepa_j012333.21+414203.9.json │ ├── wisepa_j022105.94+384202.9.json │ ├── wisepa_j022623.98-021142.8.json │ ├── wisepa_j030533.54+395434.4.json │ ├── wisepa_j045853.89+643452.9.json │ ├── wisepa_j045853.89+643452.9b.json │ ├── wisepa_j051317.28+060814.7.json │ ├── wisepa_j052844.51-330823.9.json │ ├── wisepa_j053957.02-103436.5.json │ ├── wisepa_j054231.26-162829.1.json │ ├── wisepa_j061208.69-492023.8.json │ ├── wisepa_j061213.93-303612.7.json │ ├── wisepa_j061407.49+391236.4.json │ ├── wisepa_j062542.21+564625.5.json │ ├── wisepa_j074457.15+562821.8.json │ ├── wisepa_j075003.84+272544.8.json │ ├── wisepa_j075108.79-763449.6.json │ ├── wisepa_j085716.25+560407.6.json │ ├── wisepa_j090649.36+473538.6.json │ ├── wisepa_j143602.19-181421.8.json │ ├── wisepa_j161215.94-342027.1.json │ ├── wisepa_j161441.45+173936.7.json │ ├── wisepa_j161705.75+180714.3.json │ ├── wisepa_j171104.60+350036.8b.json │ ├── wisepa_j171717.02+612859.3.json │ ├── wisepa_j174124.26+255319.5.json │ ├── wisepa_j181210.85+272144.3.json │ ├── wisepa_j184124.74+700038.0.json │ ├── wisepa_j195246.66+724000.8.json │ ├── wisepa_j195905.66-333833.7.json │ ├── wisepa_j201824.96-742325.9.json │ ├── wisepa_j213456.73-713743.6.json │ ├── wisepa_j231336.40-803700.3.json │ ├── wisepa_j234351.20-741847.0.json │ ├── wisepc_j000849.76-173922.6.json │ ├── wisepc_j032337.53-602554.9.json │ ├── wisepc_j033349.34-585618.7.json │ ├── wisepc_j075946.98-490454.0.json │ ├── wisepc_j083641.12-185947.2.json │ ├── wisepc_j092906.77+040957.9.json │ ├── wisepc_j101808.05-244557.7.json │ ├── wisepc_j104245.23-384238.3.json │ ├── wisepc_j115013.88+630240.7.json │ ├── wisepc_j121756.91+162640.2.json │ ├── wisepc_j121756.91+162640.2b.json │ ├── wisepc_j150649.97+702736.0.json │ ├── wisepc_j151906.64+700931.5.json │ ├── wisepc_j201546.27+664645.1.json │ ├── wisepc_j215751.38+265931.4.json │ ├── wisepc_j220922.10-273439.5.json │ ├── wisepc_j232519.54-410534.9.json │ ├── wisepc_j234446.25+103415.8.json │ ├── wiseu_j001908.31-094323.3.json │ ├── wiseu_j004851.21+250814.9.json │ ├── wiseu_j005559.88+594745.0.json │ ├── wiseu_j013522.46-221957.3.json │ ├── wiseu_j050305.68-564834.0.json │ ├── wisp_030741.12-724357.5.json │ ├── wisp_123242.42-003306.7.json │ ├── wisp_130525.51-253828.8.json │ ├── wolf_359.json │ ├── wolf_940b.json │ └── zeta_del_b.json ├── docs ├── README.md ├── examples │ ├── bdnyc_example.py │ ├── mongo_example.py │ ├── plotting_example.py │ └── query_example.py ├── figures │ ├── auto_schema.png │ ├── blackboard1.png │ ├── blackboard2.png │ ├── color_spectra_counts.png │ ├── colormag_counts.png │ ├── photometry_counts.png │ ├── schema.png │ ├── schema2023.png │ ├── spectra_ins_counts.png │ ├── spectra_sample.png │ ├── spectra_telins_counts.png │ └── sptypes_counts.png └── schema │ ├── CompanionRelationships.md │ ├── Gravities.md │ ├── Instruments.md │ ├── ModeledParameters.md │ ├── Names.md │ ├── Parallaxes.md │ ├── Parameters.md │ ├── Photometry.md │ ├── PhotometryFilters.md │ ├── ProperMotions.md │ ├── Publications.md │ ├── RadialVelocities.md │ ├── Regimes.md │ ├── RotationalParameters.md │ ├── Sources.md │ ├── Spectra.md │ ├── SpectralTypes.md │ ├── Telescopes.md │ └── Versions.md ├── pyproject.toml ├── scripts ├── README.md ├── build_schema_docs.py ├── ingests │ ├── 2MASS │ │ ├── 2MASS_data_Sep2021.xml │ │ ├── 2MASS_designations_Sep2021.xml │ │ └── ingest-2mass.py │ ├── BONES_archive │ │ ├── bones_archive_spectra_fixed.csv │ │ ├── fixed_bones_archive_photometry.csv │ │ ├── ingest_BONES_sources.py │ │ └── ingest_BONES_spectral_types.py │ ├── BYW2024_companions.py │ ├── BYW_SpT2024.py │ ├── Gaia │ │ ├── __init__.py │ │ ├── ingest_gaia.py │ │ └── ingest_gaiadr3.py │ ├── Ingest_2MASS_J0415_09.py │ ├── Roth24 │ │ ├── Roth24_spectra_convert.ipynb │ │ ├── Roth24_spectra_ingest.py │ │ ├── Spectra.csv │ │ └── Spectra.ipynb │ ├── __init__.py │ ├── beiler24 │ │ ├── Beiler_SIMPLE_Ingest.xlsx │ │ ├── KC_ingestsources_b24.py │ │ ├── ingestphot_b24.py │ │ └── ingestsources_b24.py │ ├── ingest_BYW_2024.py │ ├── ingest_jwst_Fahe24.py │ ├── old │ │ ├── 2021 │ │ │ ├── 2020Best_pmUKIRT_ingest.py │ │ │ ├── 2020Best_pmlit_ingest.py │ │ │ ├── 2020Best_publications_ingest.py │ │ │ ├── 2020Best_source_ingest.py │ │ │ ├── ATLAS_table.vot │ │ │ ├── BDNYC_Ingest_Spectra.py │ │ │ ├── Manja_ingest_spectra.py │ │ │ ├── Manja_ingest_spectra16.py │ │ │ ├── Y-dwarf-astrometry-ingest.py │ │ │ ├── Y-dwarf_table.csv │ │ │ ├── Y_dwarf_SpT_ingest.py │ │ │ ├── Y_dwarf_photometry_ingest.py │ │ │ ├── Y_dwarf_pm_ingest.py │ │ │ ├── Y_dwarf_source_ingest.py │ │ │ ├── ingest_ATLAS_parallaxes.py │ │ │ ├── ingest_ATLAS_sources.py │ │ │ ├── ingest_ATLAS_spectral_types.py │ │ │ └── one-y-dwarf.py │ │ ├── 2022 │ │ │ ├── 2020Best_parallax_UKIRT.py │ │ │ ├── 2020Best_spectraltype_ingest.py │ │ │ ├── Ingest_Suarez22.py │ │ │ ├── Manja_ingest_spectra19.py │ │ │ ├── Manja_ingest_spectra20.py │ │ │ └── ingest_vhs1256b.py │ │ └── 2023 │ │ │ ├── 21Legg_ingest.py │ │ │ ├── bdnyc_ingest_photometry.py │ │ │ ├── bdnyc_ingest_sources.py │ │ │ ├── companions_first_ingest.py │ │ │ ├── filip_15.py │ │ │ ├── ingest_BDR_J1750+3809.py │ │ │ ├── ingest_MKO_Y_data.py │ │ │ ├── ingest_VHS1256b_JWST.py │ │ │ ├── ingest_bard14_spectra.py │ │ │ └── ingest_wise_1810-1010.py │ ├── sanghi23 │ │ ├── FundamentalPropertiesbyAtmoModel.csv │ │ ├── FundamentalPropertiesbyEvoModel.csv │ │ ├── IngestAllNames.py │ │ ├── Ingest_S23_Sources.py │ │ ├── NewSources-23.csv │ │ └── Ultracool_Fundamental_Properties_Table.csv │ └── ultracool_sheet │ │ ├── Ingest_Parallax.py │ │ ├── Ingest_YJHK_MKO_Photometry.py │ │ ├── Ingest_radial_velocities.py │ │ ├── Ingest_spitzer_photometry.py │ │ ├── UltracoolSheet - Main_010824.csv │ │ ├── UltracoolSheet - PRIVATE - Sheet26.csv │ │ ├── UltracoolSheet-Main.csv │ │ ├── UltracoolSheet-References.csv │ │ ├── generate_simple_links.py │ │ ├── references.py │ │ ├── uc_sheet_multiple_matches.csv │ │ ├── uc_sheet_no_match.csv │ │ └── uc_sheet_simple_urls.csv ├── make_erd.py ├── spectra_convert │ ├── convert_VHS1256b.py │ ├── convert_bard14_spectra.py │ ├── convert_ipac_txt.py │ └── identify_unreadable_spectra.py └── updates │ ├── 2021 │ └── pub_fixes.py │ ├── 2023 │ ├── MKO_photometry_update.py │ ├── fix_IRS_spectra_links.py │ ├── fix_duplicate_publications.py │ ├── rework_instruments.py │ ├── rework_photometry_filters.py │ ├── update_authorcodes.py │ ├── update_filters.py │ ├── update_parameters.py │ ├── update_publications.py │ ├── update_spectra_units.py │ └── update_unicode.py │ ├── update_phot_filters.py │ ├── update_regimes.py │ ├── update_spectra_colnames.py │ └── update_version.py ├── simple ├── DEPRECATED_schema.py ├── README.md ├── __init__.py ├── schema.yaml └── utils │ ├── README.md │ ├── __init__.py │ ├── astrometry.py │ ├── companions.py │ ├── gaia.py │ ├── generate_database.py │ ├── spectra.py │ ├── spectra_convert.py │ └── spectral_types.py └── tests ├── conftest.py ├── scheduled_checks.py ├── test_astrometry.py ├── test_data.py ├── test_data_astrometry.py ├── test_data_spectra.py ├── test_felis.py ├── test_integrity.py ├── test_photometry.py ├── test_spectra_utils.py ├── test_spectral_type_utils.py ├── test_utils.py └── test_views.py /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM mcr.microsoft.com/devcontainers/python:3.11 2 | 3 | ENV PYTHONUNBUFFERED 1 4 | 5 | ARG NODE_VERSION="none" 6 | RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi 7 | 8 | # [Optional] If your requirements rarely change, uncomment this section to add them to the image. 9 | # COPY requirements.txt /tmp/pip-tmp/ 10 | # RUN pip3 --disable-pip-version-check --no-cache-dir install -r /tmp/pip-tmp/requirements.txt \ 11 | # && rm -rf /tmp/pip-tmp 12 | 13 | # Explicitly install additional packages (ie, sqlite) 14 | RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ 15 | && apt-get -y install --no-install-recommends sqlite3 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/missing-data.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Missing Data 3 | about: Report data which needs to be added to the database 4 | title: 'Data ingest request from: ''' 5 | labels: data ingestion 6 | assignees: '' 7 | 8 | --- 9 | 10 | Please provide as much information as possible about the data you think should be added. 11 | 12 | # Source/survey/catalogue name(s) 13 | 14 | # SIMBAD/CDS/Vizier link to data source(s), if available 15 | 16 | # What data needs to be added? 17 | 18 | # Reference(s) paper for the data 19 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/missing-source.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Missing Source 3 | about: Report a missing source from the database 4 | title: 'Ingest request: ' 5 | labels: data ingestion 6 | assignees: '' 7 | 8 | --- 9 | 10 | Please provide as much information about the source as possible. 11 | 12 | # Source name and/or coordinates 13 | 14 | # SIMBAD link to source (if available) 15 | 16 | # Why is this source interesting? 17 | 18 | # Discovery paper or other relevant references for source 19 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | Short description: Include what type of data being ingested and appropriate references. 2 | 3 | Link to relevant issue: Closes # 4 | 5 | For data ingests: 6 | [ ] includes script used for ingest 7 | [ ] includes modified JSON files 8 | [ ] Add new tests 9 | [ ] Update the Versions table 10 | -------------------------------------------------------------------------------- /.github/workflows/python-app.yml: -------------------------------------------------------------------------------- 1 | # This workflow will install Python dependencies, run tests and lint with a single version of Python 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions 3 | 4 | name: Database Integration Tests 5 | 6 | on: 7 | pull_request: 8 | branches: [ main ] 9 | workflow_dispatch: # manual execution 10 | 11 | jobs: 12 | build: 13 | 14 | runs-on: ubuntu-latest 15 | strategy: 16 | matrix: 17 | python-version: ["3.11", "3.12", "3.13"] 18 | 19 | steps: 20 | - uses: actions/checkout@v4 21 | 22 | - name: Set up Python ${{ matrix.python-version }} 23 | uses: actions/setup-python@v5 24 | with: 25 | python-version: ${{ matrix.python-version }} 26 | cache: 'pip' 27 | 28 | - name: Install dependencies 29 | run: | 30 | python -m pip install --upgrade pip 31 | pip install .[test] 32 | 33 | - name: Test with pytest 34 | run: | 35 | pytest -s 36 | -------------------------------------------------------------------------------- /.github/workflows/scheduled-tests.yml: -------------------------------------------------------------------------------- 1 | name: Scheduled Checks 2 | 3 | on: 4 | schedule: 5 | - cron: '30 1 1 * *' # Runs at 1:30 AM on the first of every month 6 | workflow_dispatch: # manual execution 7 | 8 | jobs: 9 | build: 10 | if: github.repository == 'SIMPLE-AstroDB/SIMPLE-db' 11 | runs-on: ubuntu-latest 12 | strategy: 13 | matrix: 14 | python-version: [3.11, 3.12, 3.13] 15 | 16 | steps: 17 | - uses: actions/checkout@v4 18 | 19 | - name: Set up Python ${{ matrix.python-version }} 20 | uses: actions/setup-python@v5 21 | with: 22 | python-version: ${{ matrix.python-version }} 23 | 24 | - name: Install dependencies 25 | run: | 26 | python -m pip install --upgrade pip 27 | pip install .[test] 28 | 29 | - name: Test with pytest 30 | run: | 31 | pytest -s -rpP tests/scheduled_checks.py 32 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore the database file and misc 2 | *.db 3 | *.sqlite 4 | *.pyc 5 | .idea 6 | .vscode 7 | .pytest_cache 8 | .ds_store 9 | *.code-workspace 10 | .ipynb_checkpoints 11 | *.egg-info 12 | build/ 13 | simple/version.py 14 | 15 | -------------------------------------------------------------------------------- /data/reference/Parameters.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "parameter": "mass", 4 | "description": "Mass" 5 | }, 6 | { 7 | "parameter": "radius", 8 | "description": "Radius" 9 | }, 10 | { 11 | "parameter": "log g", 12 | "description": "Log surface gravity" 13 | }, 14 | { 15 | "parameter": "T eff", 16 | "description": "Effective temperature" 17 | }, 18 | { 19 | "parameter": "metallicity", 20 | "description": "Metallicity" 21 | }, 22 | { 23 | "parameter": "C/O ratio", 24 | "description": "C/O ratio" 25 | } 26 | ] -------------------------------------------------------------------------------- /data/reference/Regimes.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "regime": "nir", 4 | "description": "Near-infrared 1-5 microns" 5 | }, 6 | { 7 | "regime": "optical", 8 | "description": "Optical 3000-10000 Angstroms" 9 | }, 10 | { 11 | "regime": "mir", 12 | "description": "Mid-infrared 5-30 microns" 13 | }, 14 | { 15 | "regime": "unknown", 16 | "description": "Used in Spectral Types table. Delete in #309" 17 | } 18 | ] -------------------------------------------------------------------------------- /data/source/2mass_j00554279+1301043.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J00554279+1301043", 5 | "ra": 13.9283256, 6 | "dec": 13.0179339, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk10", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J00554279+1301043" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk10" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j01151621+3130061.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J01151621+3130061", 5 | "ra": 18.8178538, 6 | "dec": 31.5017099, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Burg04.2856", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J01151621+3130061" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Burg04.2856" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j03361338+0010129.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J03361338+0010129", 5 | "ra": 54.05565902, 6 | "dec": 0.1702744436, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J03361338+0010129" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j03443514+2513429.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J03443514+2513429", 5 | "ra": 56.1465, 6 | "dec": 25.2286, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Bouv98", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J03443514+2513429" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/XShooter/J03443516%2B2513429.txt", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "ESO VLT", 27 | "instrument": "XShooter", 28 | "mode": "Echelle", 29 | "observation_date": "2016-11-20T00:00:00", 30 | "comments": null, 31 | "reference": "Manj20", 32 | "other_references": null 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/2mass_j04470652-1946392.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J04470652-1946392", 5 | "ra": 71.777001, 6 | "dec": -19.7775004, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk10", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J04470652-1946392" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk10" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j05445741+3705039.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J05445741+3705039", 5 | "ra": 86.2392, 6 | "dec": 37.0845, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Hurt23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J05445741+3705039" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/2mass_j08121049+3723223.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J08121049+3723223", 5 | "ra": 123.043712, 6 | "dec": 37.3892901, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lupi08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J08121049+3723223" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lupi08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j08220659+0441026.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J08220659+0441026", 5 | "ra": 125.527477, 6 | "dec": 4.684071, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J08220659+0441026" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j08503941-0221528.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J08503941-0221528", 5 | "ra": 132.6641425, 6 | "dec": -2.3646949, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J08503941-0221528" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL7", 23 | "spectral_type_code": 77.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j08554875+3636020.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J08554875+3636020", 5 | "ra": 133.9529947, 6 | "dec": 36.6004475, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J08554875+3636020" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j09481253-2903268.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J09481253-2903268", 5 | "ra": 147.0521206, 6 | "dec": -29.05753, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J09481253-2903268" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL1", 23 | "spectral_type_code": 71.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j10353492-0711479.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J10353492-0711479", 5 | "ra": 158.895517, 6 | "dec": -7.196647, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J10353492-0711479" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL7", 23 | "spectral_type_code": 77.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j12191495+0810307.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J12191495+0810307", 5 | "ra": 184.8123102, 6 | "dec": 8.1751871, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J12191495+0810307" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j12204296+6205315.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J12204296+6205315", 5 | "ra": 185.1787143, 6 | "dec": 62.0919875, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J12204296+6205315" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j122554.32-273946.6b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J122554.32-273946.6B", 5 | "ra": 186.4763333333333, 6 | "dec": -27.66294444444444, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Burg99", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J122554.32-273946.6B" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T8", 23 | "spectral_type_code": 88.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Burg03.2487" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j12451711+6016103.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J12451711+6016103", 5 | "ra": 191.3212584, 6 | "dec": 60.2695206, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J12451711+6016103" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j13512249+1419168.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J13512249+1419168", 5 | "ra": 207.843472, 6 | "dec": 14.3212336, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J13512249+1419168" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j14114474-4524153.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J14114474-4524153", 5 | "ra": 212.9361037, 6 | "dec": -45.4043026, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J14114474-4524153" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM9", 23 | "spectral_type_code": 69.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j14183233+0253259.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J14183233+0253259", 5 | "ra": 214.6348751, 6 | "dec": 2.89046, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J14183233+0253259" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j14351706-0147115.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J14351706-0147115", 5 | "ra": 218.8212141, 6 | "dec": -1.7865082, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J14351706-0147115" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM9", 23 | "spectral_type_code": 69.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j14394298-1100430.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J14394298-1100430", 5 | "ra": 219.9290601, 6 | "dec": -11.0120408, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J14394298-1100430" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL1", 23 | "spectral_type_code": 71.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j14405684-2225149.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J14405684-2225149", 5 | "ra": 220.2367562, 6 | "dec": -22.420925, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J14405684-2225149" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j15522538+0951585.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J15522538+0951585", 5 | "ra": 238.1057838, 6 | "dec": 9.8662941, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J15522538+0951585" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j15561873+1300527.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J15561873+1300527", 5 | "ra": 239.0780633, 6 | "dec": 13.0146447, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J15561873+1300527" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j16141954-8151154.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J16141954-8151154", 5 | "ra": 243.5819541, 6 | "dec": -81.8543183, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J16141954-8151154" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdM9", 23 | "spectral_type_code": 69.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j16403561+2922225.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J16403561+2922225", 5 | "ra": 250.1483975, 6 | "dec": 29.3729562, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Burg04.2856", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J16403561+2922225" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Burg04.2856" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j18201045+2021263.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J18201045+2021263", 5 | "ra": 275.0435869, 6 | "dec": 20.3573279, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Grec19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J18201045+2021263" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Grec19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j18355309-3217129.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J18355309-3217129", 5 | "ra": 278.9713018, 6 | "dec": -32.2868673, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk10", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J18355309-3217129" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk10" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j21043128-0939217.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J21043128-0939217", 5 | "ra": 316.1304, 6 | "dec": -9.6561, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J21043128-0939217" 18 | }, 19 | { 20 | "other_name": "YU2-644_102045" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/2mass_j21340795+7132312.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J21340795+7132312", 5 | "ra": 323.5336202, 6 | "dec": 71.5421521, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J21340795+7132312" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j22590210+1156035.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J22590210+1156035", 5 | "ra": 344.758944, 6 | "dec": 11.933929, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J22590210+1156035" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2mass_j23470713+0219127.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASS J23470713+0219127", 5 | "ra": 356.7799271, 6 | "dec": 2.3202519, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Schn16.112", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J23470713+0219127" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Schn16.112" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/2massi_j155302.20+153236.0b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "2MASSI J155302.20+153236.0B", 5 | "ra": 238.25916666666663, 6 | "dec": 15.543333333333333, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Burg02.421", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASSI J155302.20+153236.0B" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T7", 23 | "spectral_type_code": 87.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Burg06.1067" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j022638.96-072831.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J022638.96-072831.8", 5 | "ra": 36.6623, 6 | "dec": -7.4755, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J022638.96-072831.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T6.5", 23 | "spectral_type_code": 86.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j025558.46-173020.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J025558.46-173020.2", 5 | "ra": 43.9937, 6 | "dec": -17.5059, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J025558.46-173020.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T1", 23 | "spectral_type_code": 81.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j025718.08-124853.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J025718.08-124853.1", 5 | "ra": 44.3258, 6 | "dec": -12.8151, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J025718.08-124853.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T3.5", 23 | "spectral_type_code": 83.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j025805.92-145534.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J025805.92-145534.3", 5 | "ra": 44.5248, 6 | "dec": -14.9262, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J025805.92-145534.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T1.5", 23 | "spectral_type_code": 81.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j025840.60-182648.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J025840.60-182648.3", 5 | "ra": 44.6691, 6 | "dec": -18.4469, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J025840.60-182648.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T2.5", 23 | "spectral_type_code": 82.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j030130.53-104504.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J030130.53-104504.3", 5 | "ra": 45.377, 6 | "dec": -10.7512, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J030130.53-104504.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T6", 23 | "spectral_type_code": 86.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j030922.29-161426.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J030922.29-161426.1", 5 | "ra": 47.3429, 6 | "dec": -16.2406, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J030922.29-161426.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T5.5", 23 | "spectral_type_code": 85.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j145829.00+101343.0b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J145829.00+101343.0B", 5 | "ra": 224.6208333333333, 6 | "dec": 10.22861111111111, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Delo10", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J145829.00+101343.0B" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T9.5", 23 | "spectral_type_code": 89.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Liu_11.108" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j203841.41-185012.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J203841.41-185012.3", 5 | "ra": 309.6746, 6 | "dec": -18.8362, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J203841.41-185012.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T3", 23 | "spectral_type_code": 83.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j214139.77-033739.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J214139.77-033739.0", 5 | "ra": 325.4156, 6 | "dec": -3.6276, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J214139.77-033739.0" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T1", 23 | "spectral_type_code": 81.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j232449.19-045736.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J232449.19-045736.5", 5 | "ra": 351.2049, 6 | "dec": -4.96, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J232449.19-045736.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T4.5", 23 | "spectral_type_code": 84.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cfbds_j233051.24-084454.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CFBDS J233051.24-084454.6", 5 | "ra": 352.7133, 6 | "dec": -8.7482, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Albe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CFBDS J233051.24-084454.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T0", 23 | "spectral_type_code": 80.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Albe11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cl_melotte_22_npnpl_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "Cl* Melotte 22 NPNPL 2", 5 | "ra": 56.6427, 6 | "dec": 23.8343, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Naga03", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Cl* Melotte 22 NPNPL 2" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/XShooter/J03463425%2B2350036.txt", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "ESO VLT", 27 | "instrument": "XShooter", 28 | "mode": "Echelle", 29 | "observation_date": "2016-11-11T00:00:00", 30 | "comments": null, 31 | "reference": "Manj20", 32 | "other_references": null 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/cwise_j052306.42-015355.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CWISE J052306.42-015355.4", 5 | "ra": 80.7767549, 6 | "dec": -1.8987341, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Broo22", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CWISE J052306.42-015355.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdT0", 23 | "spectral_type_code": 80.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Broo22" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cwise_j073844.52-664334.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CWISE J073844.52-664334.6", 5 | "ra": 114.6855, 6 | "dec": -66.72628, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Meis21", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CWISE J073844.52-664334.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdT0", 23 | "spectral_type_code": 80.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Meis21" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cwise_j092503.20-472013.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CWISE J092503.20-472013.8", 5 | "ra": 141.26333333333332, 6 | "dec": -47.33716666666667, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk21", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CWISE J092503.20-472013.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T8", 23 | "spectral_type_code": 88.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Legg21" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/cwise_j221706.28-145437.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "CWISE J221706.28-145437.6", 5 | "ra": 334.27617, 6 | "dec": -14.91044, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Meis21", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "CWISE J221706.28-145437.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdT0", 23 | "spectral_type_code": 80.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Meis21" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/gaia_dr3_231029348869153664.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "Gaia DR3 231029348869153664", 5 | "ra": 58.0036, 6 | "dec": 41.7957, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR3 231029348869153664" 18 | }, 19 | { 20 | "other_name": "YU-29133_55877" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/goods-n_i'-drop_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "GOODS-N i'-Drop 2", 5 | "ra": 189.3919, 6 | "dec": 62.2648, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Stan04", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "GOODS-N i'-Drop 2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "L", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "optical", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Stan04" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/hd_209458b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "HD 209458B", 5 | "ra": 330.795, 6 | "dec": 18.8843, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Henr00", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "HD 209458B" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/HD20945b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2014-09-01T00:00:00", 30 | "comments": "Multiple observation dates.", 31 | "reference": "Manj19", 32 | "other_references": "Bean13.13467, Line16" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/hqt-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "HQT-2", 5 | "ra": 247.1083, 6 | "dec": 65.4303, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Kaka10", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "HQT-2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T2-T4", 23 | "spectral_type_code": 82.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Kaka10" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/hqt-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "HQT-3", 5 | "ra": 248.5557, 6 | "dec": 65.3034, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Kaka10", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "HQT-3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "L9-T0", 23 | "spectral_type_code": 79.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Kaka10" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/kepler-13ab.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "Kepler-13Ab", 5 | "ra": 286.971, 6 | "dec": 46.8683, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Rowe11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Kepler-13Ab" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/K13Ab.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2014-04-28T00:00:00", 30 | "comments": "Multiple observation dates.", 31 | "reference": "Manj19", 32 | "other_references": "Zhao13.13308, Beat17" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/koi-205b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "KOI-205b", 5 | "ra": 295.4966, 6 | "dec": 42.5513, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Diaz13", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "KOI-205b" 18 | } 19 | ], 20 | "RadialVelocities": [ 21 | { 22 | "radial_velocity_km_s": 15.06, 23 | "radial_velocity_error_km_s": 0.03, 24 | "adopted": null, 25 | "comments": null, 26 | "reference": "Diaz13" 27 | } 28 | ] 29 | } -------------------------------------------------------------------------------- /data/source/lhs_292.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LHS 292", 5 | "ra": 162.053, 6 | "dec": -11.336, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Roja12", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LHS 292" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Roja12" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/lkca_15_b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LkCa 15 b", 5 | "ra": 69.8241, 6 | "dec": 22.3509, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Krau12", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LkCa 15 b" 18 | } 19 | ], 20 | "RadialVelocities": [ 21 | { 22 | "radial_velocity_km_s": 17.65, 23 | "radial_velocity_error_km_s": 0.03, 24 | "adopted": null, 25 | "comments": null, 26 | "reference": "Nguy12" 27 | } 28 | ] 29 | } -------------------------------------------------------------------------------- /data/source/lp_426-61.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LP 426-61", 5 | "ra": 137.2654234, 6 | "dec": 19.6956433, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LP 426-61" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/lp__258-28.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LP 258-28", 5 | "ra": 127.7152028, 6 | "dec": 36.2157805, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kess19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LP 258-28" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kess19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/lspm_j0029+0717.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LSPM J0029+0717", 5 | "ra": 7.2787183, 6 | "dec": 7.2833484, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan13", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LSPM J0029+0717" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan13" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/lspm_j0723+0316.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LSPM J0723+0316", 5 | "ra": 110.9293666, 6 | "dec": 3.2727198, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LSPM J0723+0316" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/lspm_j1351+5506.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LSPM J1351+5506", 5 | "ra": 207.869115, 6 | "dec": 55.1159574, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LSPM J1351+5506" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/lsr_j0822+1700.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "LSR J0822+1700", 5 | "ra": 125.6406303, 6 | "dec": 17.0052578, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi19", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LSR J0822+1700" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi19" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/nttdf_j1205-0744.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "NTTDF J1205-0744", 5 | "ra": 181.3342, 6 | "dec": -7.7336, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Cuby99", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "NTTDF J1205-0744" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T6:", 23 | "spectral_type_code": 86.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Burg06.1067" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/pds_70c.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PDS 70c", 5 | "ra": 212.0423, 6 | "dec": -41.3979, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Haff19", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PDS 70c" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pm_j19418-0208.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PM J19418-0208", 5 | "ra": 295.4705268, 6 | "dec": -2.1460941, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PM J19418-0208" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/pso_j000.2794+16.6237.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J000.2794+16.6237", 5 | "ra": 0.2792, 6 | "dec": 16.6241, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR2 2772504778021649152" 18 | }, 19 | { 20 | "other_name": "PSO J000.2794+16.6237" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j002.0878+52.0687.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J002.0878+52.0687", 5 | "ra": 2.0877, 6 | "dec": 52.0697, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J002.0878+52.0687" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j009.8334+58.5781.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J009.8334+58.5781", 5 | "ra": 9.8318, 6 | "dec": 58.5785, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J00391959+5834426" 18 | }, 19 | { 20 | "other_name": "PSO J009.8334+58.5781" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j013.7740+38.2804.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J013.7740+38.2804", 5 | "ra": 13.7724, 6 | "dec": 38.2802, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J013.7740+38.2804" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j028.0715-15.5717.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J028.0715-15.5717", 5 | "ra": 28.0714, 6 | "dec": -15.5714, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J028.0715-15.5717" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j032.2211+67.4179.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J032.2211+67.4179", 5 | "ra": 32.2202, 6 | "dec": 67.4181, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J032.2211+67.4179" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j033.2936+20.4493.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J033.2936+20.4493", 5 | "ra": 33.2934, 6 | "dec": 20.4497, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J033.2936+20.4493" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j037.4616+17.2761.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J037.4616+17.2761", 5 | "ra": 37.4614, 6 | "dec": 17.2764, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J037.4616+17.2761" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j042.8405+35.3726.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J042.8405+35.3726", 5 | "ra": 42.8401, 6 | "dec": 35.3729, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J042.8405+35.3726" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j063.1519-02.8904.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J063.1519-02.8904", 5 | "ra": 63.1516, 6 | "dec": -2.8903, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J063.1519-02.8904" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j069.4987+19.6346.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J069.4987+19.6346", 5 | "ra": 69.4987, 6 | "dec": 19.6348, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR3 3410602846507601920" 18 | }, 19 | { 20 | "other_name": "PSO J069.4987+19.6346" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j075.4182-17.8327.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J075.4182-17.8327", 5 | "ra": 75.4182, 6 | "dec": -17.8327, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J075.4182-17.8327" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j080.3940+23.0999.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J080.3940+23.0999", 5 | "ra": 80.394, 6 | "dec": 23.1003, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR3 3416336838301404672" 18 | }, 19 | { 20 | "other_name": "PSO J080.3940+23.0999" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j098.2822-23.2845.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J098.2822-23.2845", 5 | "ra": 98.2823, 6 | "dec": -23.2848, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J098.2822-23.2845" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j138.1887-06.9862.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J138.1887-06.9862", 5 | "ra": 138.189, 6 | "dec": -6.986, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J138.1887-06.9862" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j139.5493+39.0380.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J139.5493+39.0380", 5 | "ra": 139.5495, 6 | "dec": 39.0379, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J09181190+3902168" 18 | }, 19 | { 20 | "other_name": "PSO J139.5493+39.0380" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j153.7969-11.3631.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J153.7969-11.3631", 5 | "ra": 153.7971, 6 | "dec": -11.363, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J153.7969-11.3631" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j154.9622+04.8279.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J154.9622+04.8279", 5 | "ra": 154.9631, 6 | "dec": 4.829, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J10195117+0449444" 18 | }, 19 | { 20 | "other_name": "PSO J154.9622+04.8279" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j162.0614+13.9756.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J162.0614+13.9756", 5 | "ra": 162.0614, 6 | "dec": 13.976, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J10481476+1358341" 18 | }, 19 | { 20 | "other_name": "PSO J162.0614+13.9756" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j178.1434-23.8603.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J178.1434-23.8603", 5 | "ra": 178.1435, 6 | "dec": -23.8603, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J178.1434-23.8603" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j179.2489+41.5121.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J179.2489+41.5121", 5 | "ra": 179.2496, 6 | "dec": 41.5121, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J179.2489+41.5121" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j210.6211-26.9300.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J210.6211-26.9300", 5 | "ra": 210.6215, 6 | "dec": -26.9297, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR2 6273537856003401728" 18 | }, 19 | { 20 | "other_name": "PSO J210.6211-26.9300" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j216.4707-06.2849.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J216.4707-06.2849", 5 | "ra": 216.4702, 6 | "dec": -6.2845, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J216.4707-06.2849" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j227.1576-07.9608.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J227.1576-07.9608", 5 | "ra": 227.1577, 6 | "dec": -7.9605, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J227.1576-07.9608" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j235.3149+61.5071.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J235.3149+61.5071", 5 | "ra": 235.3153, 6 | "dec": 61.5071, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J235.3149+61.5071" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j255.0913+10.3263.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J255.0913+10.3263", 5 | "ra": 255.0914, 6 | "dec": 10.3264, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J255.0913+10.3263" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j260.1789+15.3091.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J260.1789+15.3091", 5 | "ra": 260.179, 6 | "dec": 15.3093, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR2 4543541311397087872" 18 | }, 19 | { 20 | "other_name": "PSO J260.1789+15.3091" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j271.8353+46.9326.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J271.8353+46.9326", 5 | "ra": 271.8357, 6 | "dec": 46.9331, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "LSPM J1807+4655" 18 | }, 19 | { 20 | "other_name": "PSO J271.8353+46.9326" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j277.3873+26.0116.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J277.3873+26.0116", 5 | "ra": 277.3865, 6 | "dec": 26.0118, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J18293277+2600424" 18 | }, 19 | { 20 | "other_name": "PSO J277.3873+26.0116" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j279.6187+11.6036.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J279.6187+11.6036", 5 | "ra": 279.6186, 6 | "dec": 11.6041, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J279.6187+11.6036" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j281.4296+04.2296.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J281.4296+04.2296", 5 | "ra": 281.4295, 6 | "dec": 4.2296, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J281.4296+04.2296" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j299.5032+55.0722.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J299.5032+55.0722", 5 | "ra": 299.5027, 6 | "dec": 55.0722, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR2 2233867878549277312" 18 | }, 19 | { 20 | "other_name": "PSO J299.5032+55.0722" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j307.7981-06.6854.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J307.7981-06.6854", 5 | "ra": 307.798, 6 | "dec": -6.6852, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J307.7981-06.6854" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j313.1067+32.9117.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J313.1067+32.9117", 5 | "ra": 313.1064, 6 | "dec": 32.9119, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J313.1067+32.9117" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j319.7576-13.0982.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J319.7576-13.0982", 5 | "ra": 319.7571, 6 | "dec": -13.0982, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J319.7576-13.0982" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/pso_j323.4300-07.5353.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J323.4300-07.5353", 5 | "ra": 323.4299, 6 | "dec": -7.5351, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "Gaia DR3 6894984160189465472" 18 | }, 19 | { 20 | "other_name": "PSO J323.4300-07.5353" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j345.2949+07.7665.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J345.2949+07.7665", 5 | "ra": 345.2946, 6 | "dec": 7.7667, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J23011072+0746002" 18 | }, 19 | { 20 | "other_name": "PSO J345.2949+07.7665" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j348.5125+69.6598.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J348.5125+69.6598", 5 | "ra": 348.51, 6 | "dec": 69.6603, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Alle16.PhDT", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J23140244+6939368" 18 | }, 19 | { 20 | "other_name": "PSO J348.5125+69.6598" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/pso_j349.3359+32.0532.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "PSO J349.3359+32.0532", 5 | "ra": 349.3358, 6 | "dec": 32.0534, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Sang23", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "PSO J349.3359+32.0532" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /data/source/sdss_j010448.46+153501.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J010448.46+153501.8", 5 | "ra": 16.201957, 6 | "dec": 15.58386, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J010448.46+153501.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdL1.5", 23 | "spectral_type_code": 71.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j023557.61+010800.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J023557.61+010800.5", 5 | "ra": 38.9900524, 6 | "dec": 1.133548, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi10", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J023557.61+010800.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi10" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j080301.12+354848.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J080301.12+354848.5", 5 | "ra": 120.7546363, 6 | "dec": 35.8136031, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J080301.12+354848.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j080605.53+292800.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J080605.53+292800.8", 5 | "ra": 121.5229795, 6 | "dec": 29.4670707, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J080605.53+292800.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j093244.46+011259.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J093244.46+011259.8", 5 | "ra": 143.1852301, 6 | "dec": 1.2166387, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J093244.46+011259.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j094503.44+103600.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J094503.44+103600.2", 5 | "ra": 146.2642478, 6 | "dec": 10.6003282, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J094503.44+103600.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j101200.28+204611.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J101200.28+204611.6", 5 | "ra": 153.0016487, 6 | "dec": 20.7702503, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J101200.28+204611.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j102839.48+593908.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J102839.48+593908.2", 5 | "ra": 157.1643792, 6 | "dec": 59.652343, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J102839.48+593908.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j104410.01+300142.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J104410.01+300142.3", 5 | "ra": 161.0421574, 6 | "dec": 30.0286321, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J104410.01+300142.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j105012.58+085122.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J105012.58+085122.6", 5 | "ra": 162.5523765, 6 | "dec": 8.8565379, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J105012.58+085122.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j105047.16+242241.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J105047.16+242241.9", 5 | "ra": 162.6963975, 6 | "dec": 24.3789373, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J105047.16+242241.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j105102.32+133346.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J105102.32+133346.9", 5 | "ra": 162.7598106, 6 | "dec": 13.5632197, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J105102.32+133346.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j105449.01+322527.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J105449.01+322527.0", 5 | "ra": 163.7042077, 6 | "dec": 32.4243055, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J105449.01+322527.0" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j105717.29+462102.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J105717.29+462102.3", 5 | "ra": 164.3219632, 6 | "dec": 46.3510776, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J105717.29+462102.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j110017.81+011218.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J110017.81+011218.6", 5 | "ra": 165.074234, 6 | "dec": 1.205182, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J110017.81+011218.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j110651.29+044814.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J110651.29+044814.9", 5 | "ra": 166.7137226, 6 | "dec": 4.8042133, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J110651.29+044814.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j114452.67-031420.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J114452.67-031420.4", 5 | "ra": 176.2194763, 6 | "dec": -3.2389794, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lupi08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J114452.67-031420.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lupi08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j123257.20+410723.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J123257.20+410723.5", 5 | "ra": 188.2382139, 6 | "dec": 41.1234264, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lupi08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J123257.20+410723.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lupi08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j124410.11+273625.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J124410.11+273625.8", 5 | "ra": 191.042118, 6 | "dec": 27.607178, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J124410.11+273625.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j124904.38+100413.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J124904.38+100413.4", 5 | "ra": 192.2682337, 6 | "dec": 10.0705386, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J124904.38+100413.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j125508.35+294939.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J125508.35+294939.1", 5 | "ra": 193.785008, 6 | "dec": 29.8276103, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Ahum20", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J125508.35+294939.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Ahum20" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j125938.97+493404.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J125938.97+493404.2", 5 | "ra": 194.9125197, 6 | "dec": 49.5678699, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J125938.97+493404.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j130615.20+045908.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J130615.20+045908.8", 5 | "ra": 196.5633202, 6 | "dec": 4.985914, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J130615.20+045908.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j130852.73+391142.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J130852.73+391142.8", 5 | "ra": 197.2200713, 6 | "dec": 39.1953673, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West11", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J130852.73+391142.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j131822.82-011150.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J131822.82-011150.1", 5 | "ra": 199.595082, 6 | "dec": -1.197249, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J131822.82-011150.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j135053.40+235024.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J135053.40+235024.3", 5 | "ra": 207.7231129, 6 | "dec": 23.8402203, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J135053.40+235024.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j141053.86+621742.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J141053.86+621742.6", 5 | "ra": 212.7245297, 6 | "dec": 62.2951046, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "West08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J141053.86+621742.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "West08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j141126.20+200911.1b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J141126.20+200911.1B", 5 | "ra": 212.8593, 6 | "dec": 20.1531, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Litt14", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J141126.20+200911.1B" 18 | } 19 | ], 20 | "RadialVelocities": [ 21 | { 22 | "radial_velocity_km_s": -20.8, 23 | "radial_velocity_error_km_s": 12.27, 24 | "adopted": null, 25 | "comments": null, 26 | "reference": "Angu17" 27 | } 28 | ] 29 | } -------------------------------------------------------------------------------- /data/source/sdss_j141405.74-014202.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J141405.74-014202.7", 5 | "ra": 213.523622, 6 | "dec": -1.701041, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J141405.74-014202.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j143645.25+310914.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J143645.25+310914.7", 5 | "ra": 219.1887896, 6 | "dec": 31.1541942, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lupi08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J143645.25+310914.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lupi08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j153037.83+495205.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J153037.83+495205.7", 5 | "ra": 232.6578633, 6 | "dec": 49.8682479, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lupi08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J153037.83+495205.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lupi08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j155707.09+283531.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J155707.09+283531.5", 5 | "ra": 239.2795825, 6 | "dec": 28.5922409, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Adel08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J155707.09+283531.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Adel08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sdss_j164451.75+310352.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SDSS J164451.75+310352.8", 5 | "ra": 251.2155915, 6 | "dec": 31.0647835, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lupi08", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SDSS J164451.75+310352.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lupi08" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/simp_j01205253+1518277.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SIMP J01205253+1518277", 5 | "ra": 20.2191, 6 | "dec": 15.3076, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Robe16", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "2MASS J01205253+1518277" 18 | }, 19 | { 20 | "other_name": "SIMP J01205253+1518277" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /data/source/sips_j1512-0112.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SIPS J1512-0112", 5 | "ra": 228.0742763, 6 | "dec": -1.2095564, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SIPS J1512-0112" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sonyc-chai-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SONYC-ChaI-1", 5 | "ra": 167.126, 6 | "dec": -77.5274, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Muzi15", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SONYC-ChaI-1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "L3", 23 | "spectral_type_code": 73.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Muzi15" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/sonyc-lup3-28.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "SONYC-Lup3-28", 5 | "ra": 242.1377, 6 | "dec": -38.8729, 7 | "epoch": null, 8 | "equinox": "2000", 9 | "shortname": null, 10 | "reference": "Muzi15", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "SONYC-Lup3-28" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "M8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Muzi15" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/tres-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "TrES-3", 5 | "ra": 268.029, 6 | "dec": 37.5462, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "ODon07", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "TrES-3" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/TrES3b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2011-03-02T00:00:00", 30 | "comments": null, 31 | "reference": "Manj19", 32 | "other_references": "Demi10.12181, Ranj14" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/ulas_j002009.34+160451.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J002009.34+160451.1", 5 | "ra": 5.038933, 6 | "dec": 16.080879, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J002009.34+160451.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM9", 23 | "spectral_type_code": 69.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j010756.85+100811.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J010756.85+100811.3", 5 | "ra": 16.986913, 6 | "dec": 10.13648, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J010756.85+100811.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j011824.89+034130.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J011824.89+034130.4", 5 | "ra": 19.603733, 6 | "dec": 3.691786, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J011824.89+034130.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j011840.73+084424.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J011840.73+084424.7", 5 | "ra": 19.669717, 6 | "dec": 8.740205, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J011840.73+084424.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j020628.22+020255.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J020628.22+020255.6", 5 | "ra": 31.617596, 6 | "dec": 2.048789, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J020628.22+020255.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j020858.62+020657.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J020858.62+020657.0", 5 | "ra": 32.244258, 6 | "dec": 2.11586, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.1352", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J020858.62+020657.0" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL3", 23 | "spectral_type_code": 73.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.1352" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j021258.08+064115.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J021258.08+064115.9", 5 | "ra": 33.241963, 6 | "dec": 6.688212, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J021258.08+064115.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL1", 23 | "spectral_type_code": 71.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j023803.12+054526.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J023803.12+054526.1", 5 | "ra": 39.512691, 6 | "dec": 5.757596, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J023803.12+054526.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j024035.36+060629.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J024035.36+060629.3", 5 | "ra": 40.1475764, 6 | "dec": 6.1083086, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J024035.36+060629.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j074431.30+283915.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J074431.30+283915.6", 5 | "ra": 116.13, 6 | "dec": 28.6547, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Ahn_12", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J074431.30+283915.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "unknown", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Ahn_12" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j075335.23+200622.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J075335.23+200622.4", 5 | "ra": 118.3969223, 6 | "dec": 20.1066599, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J075335.23+200622.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j103317.93+053054.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J103317.93+053054.1", 5 | "ra": 158.325036, 6 | "dec": 5.515256, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J103317.93+053054.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j111429.54+072809.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J111429.54+072809.5", 5 | "ra": 168.623085, 6 | "dec": 7.469307, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J111429.54+072809.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j123142.99+015045.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J123142.99+015045.4", 5 | "ra": 187.9295683, 6 | "dec": 1.8459204, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J123142.99+015045.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j124104.75-000531.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J124104.75-000531.4", 5 | "ra": 190.269796, 6 | "dec": -0.09207, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J124104.75-000531.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j125134.40-005556.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J125134.40-005556.7", 5 | "ra": 192.893522, 6 | "dec": -0.932088, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J125134.40-005556.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j125226.62+092920.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J125226.62+092920.1", 5 | "ra": 193.110947, 6 | "dec": 9.48892, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J125226.62+092920.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j130710.22+151103.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J130710.22+151103.4", 5 | "ra": 196.792585, 6 | "dec": 15.184303, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J130710.22+151103.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL8", 23 | "spectral_type_code": 78.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j132012.11+053943.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J132012.11+053943.6", 5 | "ra": 200.050788, 6 | "dec": 5.662234, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J132012.11+053943.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j132823.25+302144.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J132823.25+302144.8", 5 | "ra": 202.0976613, 6 | "dec": 30.3624663, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J132823.25+302144.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j134206.86+053724.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J134206.86+053724.9", 5 | "ra": 205.5288103, 6 | "dec": 5.6241134, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J134206.86+053724.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j134423.98+280603.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J134423.98+280603.8", 5 | "ra": 206.09994, 6 | "dec": 28.101073, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J134423.98+280603.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL4", 23 | "spectral_type_code": 74.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j134852.93+101611.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J134852.93+101611.8", 5 | "ra": 207.220558, 6 | "dec": 10.269968, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J134852.93+101611.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j135216.31+312327.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J135216.31+312327.0", 5 | "ra": 208.0694546, 6 | "dec": 31.3910692, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J135216.31+312327.0" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j135359.58+011856.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J135359.58+011856.7", 5 | "ra": 208.49827, 6 | "dec": 1.315773, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J135359.58+011856.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j143154.18-004114.3.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J143154.18-004114.3", 5 | "ra": 217.975761, 6 | "dec": -0.687308, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J143154.18-004114.3" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM9", 23 | "spectral_type_code": 69.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j145234.65+043738.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J145234.65+043738.4", 5 | "ra": 223.1444, 6 | "dec": 4.627375, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J145234.65+043738.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j154638.34-011213.0.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J154638.34-011213.0", 5 | "ra": 236.659758, 6 | "dec": -1.203638, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J154638.34-011213.0" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL3", 23 | "spectral_type_code": 73.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j223302.03+062030.8.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J223302.03+062030.8", 5 | "ra": 338.258498, 6 | "dec": 6.341901, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J223302.03+062030.8" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL0.5", 23 | "spectral_type_code": 70.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j223440.80+001002.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J223440.80+001002.6", 5 | "ra": 338.670005, 6 | "dec": 0.167395, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J223440.80+001002.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL1", 23 | "spectral_type_code": 71.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j230256.53+121310.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J230256.53+121310.2", 5 | "ra": 345.735605, 6 | "dec": 12.219554, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J230256.53+121310.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j230443.30+093423.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J230443.30+093423.9", 5 | "ra": 346.180449, 6 | "dec": 9.573329, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J230443.30+093423.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL0", 23 | "spectral_type_code": 70.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j230711.01+014447.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J230711.01+014447.1", 5 | "ra": 346.795889, 6 | "dec": 1.74644, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.1352", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J230711.01+014447.1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "usdL4.5", 23 | "spectral_type_code": 74.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.1352" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/ulas_j231924.35+052524.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "ULAS J231924.35+052524.5", 5 | "ra": 349.851491, 6 | "dec": 5.423498, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Zhan18.2054", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "ULAS J231924.35+052524.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdL1", 23 | "spectral_type_code": 71.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Zhan18.2054" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/uncover-bd-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "UNCOVER-BD-1", 5 | "ra": 3.5331892, 6 | "dec": -30.3701419, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Burg24", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "UNCOVER-BD-1" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdT1", 23 | "spectral_type_code": 81.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Burg24" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wasp-103b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-103b", 5 | "ra": 249.315, 6 | "dec": 7.18337, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Cole14", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-103b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP103b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2015-06-17T00:00:00", 30 | "comments": null, 31 | "reference": "Manj19", 32 | "other_references": "Zhao14.13660, Cart17" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wasp-121b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-121b", 5 | "ra": 107.6, 6 | "dec": -39.0974, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "McKe16", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-121b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP121b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2016-11-10T00:00:00", 30 | "comments": null, 31 | "reference": "Manj19", 32 | "other_references": "Sing16.14767, Evan17" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wasp-12b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-12b", 5 | "ra": 97.6367, 6 | "dec": 29.6723, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Davi09", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-12b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP-12b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2011-04-15T00:00:00", 30 | "comments": "Multiple observation dates.", 31 | "reference": "Manj19", 32 | "other_references": "Swai10.12230, Bean13.13467, Stev14.36" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wasp-18b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-18b", 5 | "ra": 24.3543, 6 | "dec": -45.6779, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Hell09", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-18b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP-18b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2014-04-01T00:00:00", 30 | "comments": "Multiple observation dates.", 31 | "reference": "Manj19", 32 | "other_references": "Bean13.13467, Shep17" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wasp-33b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-33b", 5 | "ra": 36.7127, 6 | "dec": 37.5505, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Nari10", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-33b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP-33b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2012-11-25T00:00:00", 30 | "comments": "Multiple observation dates.", 31 | "reference": "Manj19", 32 | "other_references": "Demi11.12495, Hayn15" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wasp-43b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-43b", 5 | "ra": 154.908, 6 | "dec": -9.80628, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Hell11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-43b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP-43b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2013-11-09T00:00:00", 30 | "comments": "Multiple observation dates.", 31 | "reference": "Manj19", 32 | "other_references": "Bean13.13467, Stev14.758" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wasp-4b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WASP-4b", 5 | "ra": 353.563, 6 | "dec": -42.0614, 7 | "epoch": 2000.0, 8 | "equinox": "J2000", 9 | "shortname": null, 10 | "reference": "Wils08", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WASP-4b" 18 | } 19 | ], 20 | "Spectra": [ 21 | { 22 | "access_url": "https://bdnyc.s3.amazonaws.com/WFC3/WASP-4b.csv", 23 | "original_spectrum": null, 24 | "local_spectrum": null, 25 | "regime": "nir", 26 | "telescope": "HST", 27 | "instrument": "WFC3", 28 | "mode": "G141 grism", 29 | "observation_date": "2010-11-25T00:00:00", 30 | "comments": null, 31 | "reference": "Manj19", 32 | "other_references": "Demi10.12181, Ranj14" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /data/source/wise_j082650.64+285251.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J082650.64+285251.9", 5 | "ra": 126.7106637, 6 | "dec": 28.8816887, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J082650.64+285251.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wise_j102757.73+340143.6.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J102757.73+340143.6", 5 | "ra": 156.9908329, 6 | "dec": 34.0302738, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J102757.73+340143.6" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8.5", 23 | "spectral_type_code": 68.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wise_j103658.89+033620.4.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J103658.89+033620.4", 5 | "ra": 159.2453996, 6 | "dec": 3.6065518, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J103658.89+033620.4" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wise_j134555.25+022247.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J134555.25+022247.2", 5 | "ra": 206.4802199, 6 | "dec": 2.3804041, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J134555.25+022247.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdM7.5", 23 | "spectral_type_code": 67.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wise_j152434.49+002057.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J152434.49+002057.5", 5 | "ra": 231.1442728, 6 | "dec": 0.3494162, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Lodi17", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J152434.49+002057.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM7", 23 | "spectral_type_code": 67.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Lodi17" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wise_j155349.98+693355.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J155349.98+693355.2", 5 | "ra": 238.458286, 6 | "dec": 69.56534, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Meis21", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J155349.98+693355.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdT3", 23 | "spectral_type_code": 83.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Meis21" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wise_j235408.36+551854.5.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISE J235408.36+551854.5", 5 | "ra": 358.5293715, 6 | "dec": 55.3172641, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Luhm14.4", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISE J235408.36+551854.5" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdM8", 23 | "spectral_type_code": 68.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Luhm14.4" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wisea_j041451.67-585456.7.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISEA J041451.67-585456.7", 5 | "ra": 63.71529, 6 | "dec": -58.91575, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Schn20", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISEA J041451.67-585456.7" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "esdT0", 23 | "spectral_type_code": 80.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Schn20" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wisea_j071121.36-573634.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISEA J071121.36-573634.2", 5 | "ra": 107.838935, 6 | "dec": -57.609644, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kell18", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISEA J071121.36-573634.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdT0", 23 | "spectral_type_code": 80.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kell18" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wisea_j101329.72-724619.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISEA J101329.72-724619.2", 5 | "ra": 153.377019, 6 | "dec": -72.773087, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISEA J101329.72-724619.2" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL2", 23 | "spectral_type_code": 72.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wisea_j135501.90-825838.9.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISEA J135501.90-825838.9", 5 | "ra": 208.76349, 6 | "dec": -82.977089, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk16", 11 | "other_references": null, 12 | "comments": "Discovery reference from the BONES archive" 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISEA J135501.90-825838.9" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "sdL5", 23 | "spectral_type_code": 75.0, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": true, 27 | "photometric": false, 28 | "comments": "From the BONES archive", 29 | "reference": "Kirk16" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /data/source/wisepa_j171104.60+350036.8b.json: -------------------------------------------------------------------------------- 1 | { 2 | "Sources": [ 3 | { 4 | "source": "WISEPA J171104.60+350036.8B", 5 | "ra": 257.7691666666666, 6 | "dec": 35.010222222222225, 7 | "epoch": null, 8 | "equinox": null, 9 | "shortname": null, 10 | "reference": "Kirk11", 11 | "other_references": null, 12 | "comments": null 13 | } 14 | ], 15 | "Names": [ 16 | { 17 | "other_name": "WISEPA J171104.60+350036.8B" 18 | } 19 | ], 20 | "SpectralTypes": [ 21 | { 22 | "spectral_type_string": "T9.5", 23 | "spectral_type_code": 89.5, 24 | "spectral_type_error": null, 25 | "regime": "nir", 26 | "adopted": null, 27 | "photometric": null, 28 | "comments": null, 29 | "reference": "Kirk11" 30 | } 31 | ] 32 | } -------------------------------------------------------------------------------- /docs/figures/auto_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/auto_schema.png -------------------------------------------------------------------------------- /docs/figures/blackboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/blackboard1.png -------------------------------------------------------------------------------- /docs/figures/blackboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/blackboard2.png -------------------------------------------------------------------------------- /docs/figures/color_spectra_counts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/color_spectra_counts.png -------------------------------------------------------------------------------- /docs/figures/colormag_counts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/colormag_counts.png -------------------------------------------------------------------------------- /docs/figures/photometry_counts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/photometry_counts.png -------------------------------------------------------------------------------- /docs/figures/schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/schema.png -------------------------------------------------------------------------------- /docs/figures/schema2023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/schema2023.png -------------------------------------------------------------------------------- /docs/figures/spectra_ins_counts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/spectra_ins_counts.png -------------------------------------------------------------------------------- /docs/figures/spectra_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/spectra_sample.png -------------------------------------------------------------------------------- /docs/figures/spectra_telins_counts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/spectra_telins_counts.png -------------------------------------------------------------------------------- /docs/figures/sptypes_counts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/docs/figures/sptypes_counts.png -------------------------------------------------------------------------------- /docs/schema/Parameters.md: -------------------------------------------------------------------------------- 1 | # Parameters 2 | The Parameters table is a lookup table that contains names and descriptions for parameters referred to in the ModeledParameters table. The *parameter* name is required to be unique. 3 | 4 | 5 | Columns marked with an exclamation mark ( :exclamation:) may not be empty. 6 | | Column Name | Description | Datatype | Length | Units | UCD | 7 | | --- | --- | --- | --- | --- | --- | 8 | | :exclamation:parameter | Short name for a parameter | string | 30 | | meta.id;meta.main | 9 | | description | Description of the parameter | string | 1000 | | meta.note | 10 | 11 | ## Indexes 12 | | Name | Columns | Description | 13 | | --- | --- | --- | 14 | | PK_Parameters | ['#Parameters.parameter'] | Primary key for Parameters table | 15 | 16 | -------------------------------------------------------------------------------- /docs/schema/Publications.md: -------------------------------------------------------------------------------- 1 | # Publications 2 | The Publications table contains metadata (DOI, bibcodes, etc) for each publication referred to in the database. The *reference* short identifer of each publication is required to be unique. 3 | 4 | 5 | Columns marked with an exclamation mark ( :exclamation:) may not be empty. 6 | | Column Name | Description | Datatype | Length | Units | UCD | 7 | | --- | --- | --- | --- | --- | --- | 8 | | :exclamation:reference | Publication short identifier | string | 30 | | meta.ref;meta.main | 9 | | bibcode | Publication bibcode from NASA ADS | string | 100 | | meta.bib.bibcode | 10 | | doi | Publication Document Object Identifier (DOI) | string | 100 | | meta.ref.doi | 11 | | description | Publication description | string | 1000 | | meta.title | 12 | 13 | ## Indexes 14 | | Name | Columns | Description | 15 | | --- | --- | --- | 16 | | PK_Publications | ['#Publications.reference'] | Primary key for Publications table | 17 | 18 | -------------------------------------------------------------------------------- /docs/schema/Regimes.md: -------------------------------------------------------------------------------- 1 | # Regimes 2 | Regime lookup table. Values used by Spectra and SpectralTypes tables 3 | 4 | 5 | Columns marked with an exclamation mark ( :exclamation:) may not be empty. 6 | | Column Name | Description | Datatype | Length | Units | UCD | 7 | | --- | --- | --- | --- | --- | --- | 8 | | :exclamation:regime | Regime identifier string | string | 30 | | meta.id;meta.main | 9 | | description | Description of regime | string | 1000 | | | 10 | 11 | ## Indexes 12 | | Name | Columns | Description | 13 | | --- | --- | --- | 14 | | PK_Regimes | ['#Regimes.regime'] | Primary key for Regimes table | 15 | 16 | -------------------------------------------------------------------------------- /docs/schema/Telescopes.md: -------------------------------------------------------------------------------- 1 | # Telescopes 2 | The Telescopes table contains names and references for telescopes referred to in other tables. The *telescope* column is required to be unique. 3 | 4 | 5 | Columns marked with an exclamation mark ( :exclamation:) may not be empty. 6 | | Column Name | Description | Datatype | Length | Units | UCD | 7 | | --- | --- | --- | --- | --- | --- | 8 | | :exclamation:telescope | Short name for telescope, mission, or survey | string | 30 | | instr.tel;instr.obsty | 9 | | description | Telescope description | string | 1000 | | meta.note | 10 | | reference | Publication reference; links to Publications table | string | 30 | | meta.ref | 11 | 12 | ## Indexes 13 | | Name | Columns | Description | 14 | | --- | --- | --- | 15 | | PK_Telescopes | ['#Telescopes.telescope'] | Primary key for Telescopes table | 16 | 17 | ## Foreign Keys 18 | | Description | Columns | Referenced Columns | 19 | | --- | --- | --- | 20 | | Link Telescopes reference to Publications table | ['#Telescopes.reference'] | ['#Publications.reference'] | 21 | -------------------------------------------------------------------------------- /docs/schema/Versions.md: -------------------------------------------------------------------------------- 1 | # Versions 2 | Database version information 3 | 4 | 5 | Columns marked with an exclamation mark ( :exclamation:) may not be empty. 6 | | Column Name | Description | Datatype | Length | Units | UCD | 7 | | --- | --- | --- | --- | --- | --- | 8 | | :exclamation:version | Version identifier | string | 30 | | meta.id;meta.main | 9 | | start_date | Date when this version started being used | string | 30 | | | 10 | | end_date | Release date of this version | string | 30 | | | 11 | | description | Description of changes associated with this version | string | 1000 | | | 12 | 13 | ## Indexes 14 | | Name | Columns | Description | 15 | | --- | --- | --- | 16 | | PK_Versions | ['#Versions.version'] | Primary key for Versions table | 17 | 18 | -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- 1 | [build-system] 2 | requires = [ 3 | "setuptools>=75", 4 | "setuptools_scm", 5 | ] 6 | build-backend = "setuptools.build_meta" 7 | 8 | 9 | [project] 10 | name = "simple" 11 | description = "SIMPLE Archive Software" 12 | dynamic = ["version"] 13 | readme = "README.md" 14 | license = {file = "LICENSE"} 15 | authors = [ 16 | {name = "Kelle Cruz", email = "kellecruz@gmail.com"}, 17 | {name = "David Rodriguez", email = "drodriguez@stsci.edu"}, 18 | ] 19 | requires-python = ">= 3.11" 20 | dependencies = [ 21 | "astrodbkit", 22 | "astrodb_utils", 23 | "ads", 24 | "matplotlib", 25 | "lsst-felis", 26 | ] 27 | 28 | [project.optional-dependencies] 29 | test = [ 30 | "pytest", 31 | ] 32 | docs = [ 33 | "eralchemy2" 34 | ] 35 | all = ["simple[test, docs]"] 36 | 37 | [project.urls] 38 | Repository = "https://github.com/SIMPLE-AstroDB/SIMPLE-db" 39 | Documentation = "https://github.com/SIMPLE-AstroDB/SIMPLE-db/documentation" 40 | 41 | 42 | [tool.setuptools] 43 | packages = ["simple"] 44 | 45 | [tool.setuptools_scm] 46 | write_to = "simple/version.py" 47 | -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- 1 | # SIMPLE Scripts 2 | 3 | This directory contains scripts which have been used to modify the SIMPLE database. 4 | They are "one-off" scripts which are not intended to be re-used, but rather to record the changes that have been made. 5 | They also provide examples for how ingests can be done. 6 | 7 | The folders are organized as follows: 8 | 9 | - `ingests/` 10 | - Scripts to handle ingest of new data into the database 11 | - `updates/` 12 | - scripts which update large chunks of data in the database 13 | - `spectra_convert/` 14 | - Scripts which convert spectra files 15 | -------------------------------------------------------------------------------- /scripts/ingests/Gaia/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/scripts/ingests/Gaia/__init__.py -------------------------------------------------------------------------------- /scripts/ingests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/scripts/ingests/__init__.py -------------------------------------------------------------------------------- /scripts/ingests/beiler24/Beiler_SIMPLE_Ingest.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/scripts/ingests/beiler24/Beiler_SIMPLE_Ingest.xlsx -------------------------------------------------------------------------------- /scripts/ingests/beiler24/ingestphot_b24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/scripts/ingests/beiler24/ingestphot_b24.py -------------------------------------------------------------------------------- /scripts/ingests/old/2021/Manja_ingest_spectra.py: -------------------------------------------------------------------------------- 1 | from scripts.ingests.ingest_utils import * 2 | from scripts.ingests.utils import * 3 | 4 | SAVE_DB = False # save the data files in addition to modifying the .db file 5 | RECREATE_DB = False # recreates the .db file from the data files 6 | 7 | logger.setLevel(logging.INFO) 8 | 9 | db = load_simpledb('SIMPLE.db', recreatedb=RECREATE_DB) 10 | 11 | # Read in CSV file as Astropy table 12 | data = Table.read('scripts/ingests/Manja_spectra6.csv') 13 | 14 | # Add Jaya06 to the database 15 | # ingest_publication(db, doi='10.1086/507522') 16 | 17 | ingest_instrument(db, telescope='ESO VLT U3', instrument='ISAAC', mode='SW LRes') 18 | 19 | # Add the sources to the database 20 | ingest_sources(db, data['Source'], data['reference']) 21 | 22 | # # Add the spectra to the database 23 | ingest_spectra(db, data['Source'], data['Spectrum'], 'nir', 'ESO VLT U3', 'ISAAC', 'SW LRes', data['observation_date'], 24 | 'Manj14', comments=data['comments']) 25 | 26 | # WRITE THE JSON FILES 27 | if SAVE_DB: 28 | db.save_database(directory='data/') 29 | -------------------------------------------------------------------------------- /scripts/ingests/old/2021/Y-dwarf-astrometry-ingest.py: -------------------------------------------------------------------------------- 1 | from astrodbkit2.astrodb import create_database 2 | from astrodbkit2.astrodb import Database 3 | from astropy.table import Table 4 | from utils import ingest_parallaxes 5 | 6 | connection_string = 'sqlite:///../../SIMPLE.db' # SQLite 7 | create_database(connection_string) 8 | db = Database(connection_string) 9 | db.load_database('../../data') 10 | 11 | # load table 12 | ingest_table = Table.read('Y-dwarf_table.csv', data_start=2) 13 | sources = ingest_table['source'] 14 | plx = ingest_table['plx_mas'] 15 | plx_unc = ingest_table['plx_err'] 16 | plx_ref = ingest_table['astrometry_ref'] 17 | 18 | ingest_parallaxes(db, sources, plx, plx_unc, plx_ref, verbose=True) 19 | 20 | # Save modified JSON files 21 | db.save_db('../../data') 22 | -------------------------------------------------------------------------------- /scripts/ingests/old/2022/Ingest_Suarez22.py: -------------------------------------------------------------------------------- 1 | from scripts.ingests.ingest_utils import * 2 | from scripts.ingests.utils import * 3 | 4 | 5 | SAVE_DB = True # save the data files in addition to modifying the .db file 6 | RECREATE_DB = True # recreates the .db file from the data files 7 | 8 | logger.setLevel(logging.DEBUG) 9 | 10 | db = load_simpledb('SIMPLE.db', recreatedb=RECREATE_DB) 11 | 12 | # Reading in File 13 | file = 'IRS Spectrum - Final Vers - Sheet1.csv' 14 | data = Table.read('scripts/ingests/' + file) 15 | 16 | # Ingesting missing publications 17 | ingest_publication(db, bibcode='2022MNRAS.513.5701S', publication='Suar22') 18 | 19 | # Used new parameter for ingest spectra to add original spectrum 20 | ingest_spectra(db, data['Source'], data['spectrum'], 'mir', 'Spitzer', 'IRS', 'SL', 21 | data['observation_date'], 22 | 'Suar22', original_spectra=data['original_spectrum'], wavelength_units='um', flux_units='Jy', comments=data['spectrum comments']) 23 | 24 | # WRITE THE JSON FILES 25 | if SAVE_DB: 26 | db.save_database(directory='data/') 27 | -------------------------------------------------------------------------------- /scripts/ingests/ultracool_sheet/uc_sheet_multiple_matches.csv: -------------------------------------------------------------------------------- 1 | # %ECSV 1.0 2 | # --- 3 | # datatype: 4 | # - {name: Multiple Matches, datatype: string} 5 | # delimiter: ',' 6 | # schema: astropy-2.0 7 | Multiple Matches 8 | DENIS J220002.0-303832A 9 | DENIS J220002.0-303832B 10 | -------------------------------------------------------------------------------- /scripts/make_erd.py: -------------------------------------------------------------------------------- 1 | # Script to generate an Entity-Relation Diagram (ERD) for the database 2 | 3 | import sys 4 | 5 | import yaml 6 | from eralchemy2 import render_er 7 | from felis.datamodel import Schema 8 | from felis.metadata import MetaDataBuilder 9 | 10 | sys.path.append("./") # needed for github actions to find the template module 11 | 12 | # Load up schema 13 | data = yaml.safe_load(open("simple/schema.yaml", "r")) 14 | schema = Schema.model_validate(data) 15 | 16 | # Create from Felis schema 17 | metadata = MetaDataBuilder(schema).build() 18 | 19 | # Create ER model from the database metadata 20 | filename = "docs/figures/auto_schema.png" 21 | render_er(metadata, filename) 22 | -------------------------------------------------------------------------------- /scripts/updates/2023/update_spectra_units.py: -------------------------------------------------------------------------------- 1 | # File to fix spectra units in database 2 | from scripts.ingests.utils import load_simpledb 3 | from sqlalchemy import func 4 | 5 | # Establish connection to database 6 | db = load_simpledb('SIMPLE.db', recreatedb=True) 7 | 8 | # Get list of units 9 | t = db.query(db.Spectra.c.flux_units, 10 | func.count(db.Spectra.c.flux_units).label('Counts')).\ 11 | group_by(db.Spectra.c.flux_units).\ 12 | all() 13 | for row in t: 14 | print(row) 15 | 16 | with db.engine.connect() as conn: 17 | # Fix units 18 | conn.execute(db.Spectra.update().where(db.Spectra.c.flux_units == 'Wm-2um-1').values(flux_units='W m-2 um-1')) 19 | conn.execute(db.Spectra.update().where(db.Spectra.c.flux_units == 'ergs-1cm-2A-1').values(flux_units='erg s-1 cm-2 A-1')) 20 | conn.execute(db.Spectra.update().where(db.Spectra.c.flux_units == 'ergs s-1 cm-2 A-1').values(flux_units='erg s-1 cm-2 A-1')) 21 | conn.commit() 22 | 23 | # Save database 24 | db.save_database('data/') 25 | -------------------------------------------------------------------------------- /scripts/updates/update_spectra_colnames.py: -------------------------------------------------------------------------------- 1 | """Script to update a column name in the database""" 2 | 3 | import sqlalchemy as sa 4 | from astrodb_utils import load_astrodb 5 | 6 | from simple.schema import REFERENCE_TABLES 7 | 8 | # Establish connection to database 9 | db = load_astrodb("SIMPLE.sqlite", recreatedb=True, reference_tables=REFERENCE_TABLES) 10 | 11 | # Perform column rename 12 | with db.engine.connect() as conn: 13 | conn.execute(sa.text('ALTER TABLE Spectra RENAME COLUMN spectrum TO access_url;')) 14 | conn.commit() 15 | 16 | # Reflect table changes, because of the ALTER commands 17 | db = load_astrodb('SIMPLE.sqlite', recreatedb=False, reference_tables=REFERENCE_TABLES) 18 | 19 | # Inspect change 20 | db.query(db.Spectra).limit(10).table() 21 | 22 | # Save changes 23 | db.save_database('data/') -------------------------------------------------------------------------------- /simple/README.md: -------------------------------------------------------------------------------- 1 | # SIMPLE/simple code folder 2 | This directory contains the schema and a folder for utility functions used to ingest and modify the database. 3 | -------------------------------------------------------------------------------- /simple/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | REFERENCE_TABLES = [ 3 | "Publications", 4 | "Telescopes", 5 | "Instruments", 6 | "PhotometryFilters", 7 | "Versions", 8 | "Parameters", 9 | "Regimes", 10 | ] 11 | -------------------------------------------------------------------------------- /simple/utils/README.md: -------------------------------------------------------------------------------- 1 | # SIMPLE/scripts folder 2 | This directory contains functions which aid with data ingestion. 3 | -------------------------------------------------------------------------------- /simple/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SIMPLE-AstroDB/SIMPLE-db/61ab4dd4be71b69fc7bf23180e49acdb238073e6/simple/utils/__init__.py -------------------------------------------------------------------------------- /simple/utils/generate_database.py: -------------------------------------------------------------------------------- 1 | # Script to generate database from JSON contents 2 | # This gets run automatically with Github Actions 3 | 4 | import argparse 5 | import sys 6 | from astrodb_utils import load_astrodb 7 | 8 | sys.path.append("./") 9 | from simple import REFERENCE_TABLES 10 | 11 | # Location of source data 12 | DB_NAME = "SIMPLE.sqlite" 13 | DB_PATH = "data/" 14 | SCHEMA_PATH = "simple/schema.yaml" 15 | 16 | 17 | if __name__ == "__main__": 18 | parser = argparse.ArgumentParser(description="Generate the SIMPLE database") 19 | args = parser.parse_args() 20 | 21 | # Run the loader for the specified DB architecture 22 | db = load_astrodb( 23 | DB_NAME, 24 | data_path=DB_PATH, 25 | recreatedb=True, 26 | reference_tables=REFERENCE_TABLES, 27 | felis_schema=SCHEMA_PATH, 28 | ) 29 | print("New database generated.") 30 | 31 | # Close all connections 32 | db.session.close() 33 | db.engine.dispose() 34 | -------------------------------------------------------------------------------- /tests/test_felis.py: -------------------------------------------------------------------------------- 1 | # Test using the Felis validation tools 2 | 3 | import yaml 4 | from pydantic import ValidationError 5 | 6 | from felis.datamodel import Schema 7 | 8 | SCHEMA_PATH = "simple/schema.yaml" 9 | 10 | 11 | def test_schema(): 12 | data = yaml.safe_load(open(SCHEMA_PATH, "r")) 13 | 14 | try: 15 | schema = Schema.model_validate(data) # noqa: F841 16 | except ValidationError as e: 17 | print(e) 18 | --------------------------------------------------------------------------------