@@ -21,7 +21,7 @@ import {initApi} from './api/ApiBuild.js';
21
21
import { dispatchUpdateLayoutInfo } from './core/LayoutCntlr.js' ;
22
22
import { FireflyRoot } from './ui/FireflyRoot.jsx' ;
23
23
import { SIAv2SearchPanel } from './ui/tap/SIASearchRootPanel' ;
24
- import { getSIAv2Services } from './ui/tap/SiaUtil' ;
24
+ import { getSIAv2ServicesByName } from './ui/tap/SiaUtil' ;
25
25
import { TapSearchPanel } from './ui/tap/TapSearchRootPanel' ;
26
26
import { mergeServices } from './ui/tap/TapUtil' ;
27
27
import { dispatchChangeReadoutPrefs } from './visualize/MouseReadoutCntlr.js' ;
@@ -41,7 +41,7 @@ import {showLostConnection} from './ui/LostConnection.jsx';
41
41
import { recordHistory } from './core/History.js' ;
42
42
import { setDefaultImageColorTable } from './visualize/WebPlotRequest.js' ;
43
43
import { initWorkerContext } from './threadWorker/WorkerAccess.js' ;
44
- import { getTAPServices } from './ui/tap/TapKnownServices.js' ;
44
+ import { getTAPServicesByName } from './ui/tap/TapKnownServices.js' ;
45
45
import { loadAllJobs } from './core/background/BackgroundUtil.js' ;
46
46
import {
47
47
makeDefImageSearchActions , makeDefTableSearchActions , makeDefTapSearchActions , makeExternalSearchActions
@@ -196,7 +196,7 @@ const defFireflyOptions = {
196
196
defaultColorTable : 1 ,
197
197
canCreateExtractionTable : false ,
198
198
} ,
199
- tapObsCore : {
199
+ dataServiceOptions : {
200
200
enableObsCoreDownload : true ,
201
201
// debug: true,
202
202
} ,
@@ -218,12 +218,12 @@ const defFireflyOptions = {
218
218
...makeDefImageSearchActions ( ) ,
219
219
] ,
220
220
tap : {
221
- services : getTAPServices ( [ 'IRSA' , 'NED' , 'NASA Exoplanet Archive ' , 'KOA' , 'HEASARC' , 'MAST Images ' ,
222
- 'CADC' , 'VizieR (CDS) ' , 'Simbad (CDS) ' , 'Gaia' , 'GAVO' , 'HSA' , 'NOIR Lab ' ] ) ,
221
+ services : getTAPServicesByName ( [ 'IRSA' , 'NED' , 'ExoplanetArchive ' , 'KOA' , 'HEASARC' , 'MASTImages ' ,
222
+ 'CADC' , 'VizieR' , 'Simbad' , 'Gaia' , 'GAVO' , 'HSA' , 'NOIRLab ' ] ) ,
223
223
defaultMaxrec : 50000
224
224
} ,
225
225
SIAv2 : {
226
- services : getSIAv2Services ( [ 'IRSA' , 'CADC' , ] ) ,
226
+ services : getSIAv2ServicesByName ( [ 'IRSA' , 'CADC' , ] ) ,
227
227
defaultMaxrec : 50000
228
228
} ,
229
229
} ;
0 commit comments