forked from astropy/astroquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.html
More file actions
738 lines (724 loc) · 31.9 KB
/
results.html
File metadata and controls
738 lines (724 loc) · 31.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<html>
<head>
<link rel="stylesheet" href="../includes/skyviewall.css">
<title>SkyView images</title>
<script language='JavaScript' src='../javascript/deproj.js' ></script>
<script language='JavaScript' src='../javascript/astro.js' ></script>
<script language='JavaScript' src='../javascript/scaler.js'> </script>
<script language='JavaScript' src='../javascript/img.js' ></script>
<!--
This content is required for inclusion in the NASA Google Analytics
framework. This file will be included within the <HEAD> element of all
displayed SkyView web pages.
Copied from includes/googleanalytics.html
-->
<script
id="fed_an_js_tag"
type="text/javascript"
src="http://asd.gsfc.nasa.gov/scripts/Federated-Analytics.js?agency=NASA"
>
<!-- Google Analytics -->
</script>
</head>
<body bgcolor="#ffffff">
<MAP NAME="buttonbar" id="buttonbar">
<AREA alt="SkyView Home Page" SHAPE="RECT" COORDS="1,75,85,117"
HREF="titlepage.pl">
<AREA alt="SkyView Query Form" SHAPE="RECT" COORDS="86,75,176,117"
HREF="query.pl">
<AREA alt="SkyView Help Page" SHAPE="RECT" COORDS="177,75,320,117"
HREF="../help/help.html">
<AREA alt="SkyView Home Page" SHAPE="RECT" COORDS="0,0,320,70"
HREF="titlepage.pl">
</MAP>
<table>
<tr><td>
<img id='buttonimg' alt = 'SkyView name and links to interfaces and help'
src='/images/skyview_logo_trans_0407.gif' border=0 ISMAP USEMAP='#buttonbar'>
</td>
<td>
<!-- Place short, high priority news items here.
They will show up at the top of the page
-->
<span id='headbig'> <i>SkyView</i> Images</span>
</td></tr></table>
<script language='javascript'>
x = new Object()
surveySettings[1] = x
x['_catalogfile']='1'
x['_cd1_1']='0.0'
x['_cd1_2']='0.0'
x['_cd2_1']='0.0'
x['_cd2_2']='0.0'
x['_cdelt1']='-0.1'
x['_cdelt2']='0.1'
x['_coordinatesystem']='J2000.0'
x['_crpix1']='150.5'
x['_crpix2']='150.5'
x['_crval1']='161.264775'
x['_crval2']='-59.68443099999999'
x['_ctnumb']='../images/colorbars//bwlinear'
x['_currentsurvey']='Fermi 5'
x['_imagemax']='31.0'
x['_imagemin']='0.0'
x['_imagexpixel']='300'
x['_imagexsize']='30.0'
x['_imageypixel']='300'
x['_imageysize']='30.0'
x['_meta_bandwidth']='700-70,000 ZHz (3-300 GeV)'
x['_meta_coordinates']='Equatorial'
x['_meta_copyright']='Public domain'
x['_meta_coverage']='All-sky'
x['_meta_epoch']='2008-2012'
x['_meta_equinox']='2000'
x['_meta_frequency']='1400 ZHz'
x['_meta_nsurveys']='5'
x['_meta_pixelscale']='0.1 degrees/pixel'
x['_meta_pixelunits']='counts'
x['_meta_projection']='Rectangular'
x['_meta_provenance']='Fermi LAT instrument team, NASA Goddard Space Flight Center'
x['_meta_reference']='<a href="http://fermi.gsfc.nasa.gov/ssc/observations/types/allsky">Data</a> and <a href="http://adsabs.harvard.edu/abs/2009ApJ...697.1071A">survey paper (ADS)</a>'
x['_meta_regime']='Gamma Ray'
x['_meta_resolution']='0.2 degrees.'
x['_nullvalues']='ebins'
x['_output']='../../tempspace/fits/skv6724208473423_1'
x['_output_ql']='../../tempspace/fits/skv6724208473423_1.jpg'
x['_projection']='Tan'
x['_sampler']='NNSampler'
x['_surveycount']='1'
x['_surveylevel']='0'
x['cache']='/skyview8/cache/surveys/'
x['catalogids']='on'
x['catalogurl']=''
x['contour']=''
x['contoursmooth']=''
x['coordinates']='J2000.0'
x['descriptionxslt']='cgifiles/description.xsl'
x['dummy']='1'
x['equinox']='2000'
x['finalpostprocessor']='skyview.ij.IJProcessor,skyview.data.BoxSmoother,skyview.request.HTMLWriter,skyview.vo.CatalogPostProcessor'
x['float']='on'
x['footertemplate']='cgifiles/skyfooter.html'
x['galleryxslt']='cgifiles/gallerymultipage.xsl'
x['geometrytwin']='fermi1,fermi2,fermi3,fermi4,fermi5'
x['gridlabels']='1'
x['headertemplate']='cgifiles/skyheader.html'
x['htmlwriter']='skyview.request.HTMLWriter'
x['imagefactory']='skyview.survey.CachingImageFactory'
x['imagesize']='360'
x['iosmooth']=''
x['localurl']='http://skyview.gsfc.nasa.gov/surveys,/skyview/htdocs-VME/surveys'
x['lut']='colortables/b-w-linear.bin'
x['lutcbarpath']='../images/colorbars/'
x['mosaicker']='skyview.process.Mosaicker'
x['name']='Fermi Counts Map: Band 5'
x['noexit']=''
x['nullimagedir']='../images/nodata'
x['output']='../../tempspace/fits/skv6724208473423_1'
x['outputroot']='../../tempspace/fits'
x['pixels']='300'
x['plotcolor']=''
x['position']='Eta Carinae'
x['postprocessor']='skyview.ij.IJProcessor,skyview.request.HTMLWriter'
x['projection']='Tan'
x['quicklook']='jpeg'
x['requested_coords']='161.264775, -59.68443099999999'
x['reqxpos']='161.264775'
x['reqypos']='-59.68443099999999'
x['resolver']='SIMBAD-NED'
x['rgbtemplate']='cgifiles/skyrgb.html'
x['rgbwriter']='skyview.request.RGBWriter'
x['rotation']=''
x['sampler']='Default'
x['savebysurvey']='1'
x['scale']='0.1'
x['scaling']='Log'
x['settingsupdaters']='BatchCompatibility,SettingsFixer,skyview.request.ToastGridder'
x['shortname']='Fermi 5, Fermi5, Fermi band 5'
x['sia_header']='./sia.header'
x['siabase']='http://skyview.gsfc.nasa.gov/cgi-bin/images?'
x['siaimagetimeout']='300000'
x['size']='30.0,30.0'
x['smooth']=''
x['spellprefix']='http://skyview.gsfc.nasa.gov/surveys/fermi/'
x['spellsuffix']=',Car,J2000,3600,1800,0.1,0.1'
x['survey']='Fermi 5,INT GAL 17-35 Flux,BAT SNR 14-195'
x['surveyfinder']='skyview.survey.XMLSurveyFinder'
x['surveymanifest']='surveys/survey.manifest'
x['surveysheader']='cgifiles/survey.header'
x['surveytemplate']='cgifiles/skysurvey.html'
x['url.heasarcbase']='http://heasarc.gsfc.nasa.gov/xamin/vo/cone?showoffsets=1&sortvar=_offset&table='
x['url.ned']='http://nedwww.ipac.caltech.edu/cgi-bin/nph-NEDobjsearch?search_type=Near+Position+Search&of=xml_main&'
x['url.simbad']='http://simbad.u-strasbg.fr/simbad-conesearch.pl?'
x['url.vizierbase']='http://vizier.u-strasbg.fr/viz-bin/votable/-dtd/-A?-out.add=_RAJ2000,_DEJ2000&-source='
x['urlcoordinates']='http://heasarc.gsfc.nasa.gov/cgi-bin/Tools/convcoord/convcoord.pl?NoCache=y&Output=Batch&'
x['urllocalhelp']='http://skyview.gsfc.nasa.gov/help/help.html'
x['version']='3.1.7'
x['webrootpath']='/skyview/htdocs-VME'
</script>
<script language=JavaScript type='text/javascript'>
if ('Fermi 5' == 'Fermi Counts Map: Band 5') {
document.write("<h2 id=survey1>Fermi 5</h2>")
} else {
document.write("<h2 id=survey1>Fermi 5: Fermi Counts Map: Band 5</h2>")
}
</script>
<img id=img1 alt="Quicklook Fermi Counts Map: Band 5 image"
src="../../tempspace/fits/skv6724208473423_1.jpg"
onclick='gonoff(1)'
onmousemove='gupd(1, event)' />
<br>
<div id=disp1></div>
<script language=JavaScript>
images[1] = new WCSImage(1, "img1", "disp1");
</script>
<br>
<span>Download <a href=../../tempspace/fits/skv6724208473423_1.fits>FITS</a> or <a href=../../tempspace/fits/skv6724208473423_1.jpg>quick look jpeg </a> image.</span>
<script language=JavaScript type='text/javascript'>
if ( '300' <= 2000 && '300' <= 2000 && '300' >= 300 ) {
document.write(" <span id='ui_msg1' style='margin-left:15px;'><input type='button' name='showimage' id='showimage' value='Add to Gallery' onClick=\"saveImage('../../tempspace/fits/skv6724208473423_1.jpg','1','300','300')\" > <a href='../help/fields.html#output'>[What is this?]</a></span><br />");
}
//<!--document.write(" <span id='ui_msg1' style='margin-left:15px;width:100px'>Image Gallery feature is temporarily offline due to hardware issues.</a></span><br />");-->
</script>
<br>
<script language='JavaScript'>
if ( '$_warning' != '' && '$_warning'.substring(1) != "_warning") {
document.writeln("<b><font color=red>Warning</b>:<br>$_warning</font><p>");
}
</script>
<table id='imagedetails1' width="800">
<tr><th align=right width="20%">Image color table:</th><td align=left><img src="../images/colorbars//bwlinear.gif" border="1" alt="graphical" /></td></tr>
<tr><th align=right>Image scaling:</th> <td align=left>Log, values range from 0.0 to 31.0</td></tr>
<tr><th align=right>Image size(degrees):</th><td align=left> 30.0 x 30.0</td></tr>
<tr><th align=right>Image size(pixels):</th><td align=left> 300 x 300</td></tr>
<tr><th align=right>Requested Center: </th> <td> Eta Carinae </td></tr>
<script language=JavaScript>
if ( '161.264775, -59.68443099999999' != '' &&
'161.264775, -59.68443099999999'.substring(1) != "requested_coords" &&
'161.264775, -59.68443099999999' != '0' ) {
document.writeln("<tr><th align=right>Requested Center:</th><td>161.264775, -59.68443099999999</td></tr>")
}
</script>
<tr><th align=right>Coordinate System:</th><td align=left> J2000.0</td></tr>
<tr><th align=right>Map projection:</th> <td align=left> Tan</td></tr>
<script language=JavaScript>
if ( '' != '' &&
''.substring(1) != "rotation" &&
'' != '0' ) {
document.writeln("<tr><th align=right>Rotation:</th><td> degrees</td></tr>")
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
if ('' != '' &&
''.substring(1) != 'smooth' &&
'' != '1') {
document.writeln("<tr><th align=right>Smoothing:</th><td> pixels</td></tr>")
}
</script>
<noscript>
</noscript>
<tr><th align=right>Sampler:</th> <td align=left> NNSampler</td></tr>
<script language=JavaScript>
var provenance;
if ('Fermi LAT instrument team, NASA Goddard Space Flight Center') {
provenance = 'Fermi LAT instrument team, NASA Goddard Space Flight Center';
}
if ( provenance != '' &&
provenance.substring(1) != "_meta_provenance" &&
provenance != '0' ) {
document.writeln("<tr><th align=right>Provenance:</th><td>" + provenance + "</td></tr>")
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
var copyright;
if ('Public domain') {
copyright = 'Public domain';
}
if ( copyright != '' &&
copyright.substring(1) != "_meta_copyright" &&
copyright != '0' ) {
document.writeln("<tr><th align=right>Copyright:</th><td>" + copyright+ "</td></tr>");
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
if ( ! ('$catalogFile'.substring(1) == "catalogFile" ) ) {
document.writeln("<tr><th align=right>Requested catalogs:</th><td><a href='1'>Data</a>");
catalogLink(1);
document.writeln("</td></tr>")
}
</script>
<noscript>
<tr><th align=right>Requested catalogs:</th><td><a href='1'>1</a></td></tr>
</noscript>
</table>
<a href='moreinfo.pl?survey=Fermi 5'>More information</a>
<script language='javascript'>
x = new Object()
surveySettings[2] = x
x['_catalogfile']='1'
x['_cd1_1']='0.0'
x['_cd1_2']='0.0'
x['_cd2_1']='0.0'
x['_cd2_2']='0.0'
x['_cdelt1']='-0.066779133333'
x['_cdelt2']='0.066779133333'
x['_coordinatesystem']='J2000.0'
x['_crpix1']='150.5'
x['_crpix2']='150.5'
x['_crval1']='161.264775'
x['_crval2']='-59.68443099999999'
x['_ctnumb']='../images/colorbars//bwlinear'
x['_currentsurvey']='INT GAL 17-35 Flux'
x['_imagemax']='64.07938004845988'
x['_imagemin']='-0.533306775725077'
x['_imagexpixel']='300'
x['_imagexsize']='20.033739999899996'
x['_imageypixel']='300'
x['_imageysize']='20.033739999899996'
x['_meta_bandpass']='4.4-8.5 EHz'
x['_meta_coordinatesystem']='Galactic'
x['_meta_copyright']='Space Research Institute (IKI), Moscow, Russia'
x['_meta_coverage']='Galactic plane, |b| < 17.5 (30% of the sky)'
x['_meta_epoch']='December 2002 to January 2011'
x['_meta_frequency']='6 EHz'
x['_meta_nsurvey']='9 [(Flux,Significance,Exposure) x 3 bands]'
x['_meta_pixelscale']='4'
x['_meta_projection']='Cartesian'
x['_meta_provenance']='<a href="http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1205.3941">Krivonos et al., 2012</a><br> Based on observations with INTEGRAL, an ESA project with instruments and science data centre funded by ESA member states (especially the PI countries: Denmark, France, Germany, Italy, Switzerland and Spain), Poland, and participation of Russia and the USA.'
x['_meta_reference']='<a href="http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1205.3941">Survey paper: Krivonos et al., 2012</a><br> <a href="http://hea.iki.rssi.ru/integral/nine-years-galactic-survey/index.php">Web site </a>'
x['_meta_regime']='X-ray'
x['_meta_resolution']='Gaussian 5'
x['_meta_units']='Flux (milliCrabs), Exposure (s) and Significance'
x['_nullvalues']='ebins'
x['_output']='../../tempspace/fits/skv6724208473423_2'
x['_output_ql']='../../tempspace/fits/skv6724208473423_2.jpg'
x['_projection']='Tan'
x['_sampler']='Lanczos3 Sampler'
x['_surveycount']='2'
x['_surveylevel']='0'
x['cache']='/skyview8/cache/surveys/'
x['catalogids']='on'
x['catalogurl']=''
x['contour']=''
x['contoursmooth']=''
x['coordinates']='J2000.0'
x['descriptionxslt']='cgifiles/description.xsl'
x['dummy']='1'
x['equinox']='2000'
x['finalpostprocessor']='skyview.ij.IJProcessor,skyview.data.BoxSmoother,skyview.request.HTMLWriter,skyview.vo.CatalogPostProcessor'
x['float']='on'
x['footertemplate']='cgifiles/skyfooter.html'
x['galleryxslt']='cgifiles/gallerymultipage.xsl'
x['gridlabels']='1'
x['headertemplate']='cgifiles/skyheader.html'
x['htmlwriter']='skyview.request.HTMLWriter'
x['imagefactory']='skyview.survey.CachingImageFactory'
x['imagesize']='20'
x['iosmooth']=''
x['localurl']='http://skyview.gsfc.nasa.gov/surveys,/skyview/htdocs-VME/surveys'
x['lut']='colortables/b-w-linear.bin'
x['lutcbarpath']='../images/colorbars/'
x['mosaicker']='skyview.process.Mosaicker'
x['name']='Nine Year INTEGRAL IBIS 17-35 keV Galactic Plane Survey: Flux'
x['noexit']=''
x['nullimagedir']='../images/nodata'
x['onlinetext']='<p> <strong>INTEGRAL SPIE Galactic plane maps for the 17-35 band and this region: </strong> <br/> <a href="runquery.pl?survey=intgal1735f&lon=$reqxpos&lat=$reqypos&sampler=$sampler&projection=$_projection&size=$size&pixels=$pixels&coordinates=$_coordinatesystem">Flux map</a>. <br/> <a href="runquery.pl?survey=intgal1735e&lon=$reqxpos&lat=$reqypos&sampler=$sampler&projection=$_projection&size=$size&pixels=$pixels&coordinates=$_coordinatesystem">Exposure map </a>. <br/> <a href="runquery.pl?survey=intgal1735s&lon=$reqxpos&lat=$reqypos&sampler=$sampler&projection=$_projection&size=$size&pixels=$pixels&coordinates=$_coordinatesystem">Significance map </a>.'
x['output']='../../tempspace/fits/skv6724208473423_2'
x['outputroot']='../../tempspace/fits'
x['pixels']='300'
x['plotcolor']=''
x['position']='Eta Carinae'
x['postprocessor']='skyview.ij.IJProcessor,skyview.request.HTMLWriter'
x['projection']='Tan'
x['quicklook']='jpeg'
x['requested_coords']='161.264775, -59.68443099999999'
x['reqxpos']='161.264775'
x['reqypos']='-59.68443099999999'
x['resolver']='SIMBAD-NED'
x['rgbtemplate']='cgifiles/skyrgb.html'
x['rgbwriter']='skyview.request.RGBWriter'
x['rotation']=''
x['sampler']='Lanczos'
x['savebysurvey']='1'
x['scale']='0.066779133333'
x['scaling']='Log'
x['settingsupdaters']='BatchCompatibility,SettingsFixer,skyview.request.ToastGridder'
x['shortname']='INT GAL 17-35 Flux, INTGAL1735F'
x['sia_header']='./sia.header'
x['siabase']='http://skyview.gsfc.nasa.gov/cgi-bin/images?'
x['siaimagetimeout']='300000'
x['size']='20.033739999899996,20.033739999899996'
x['smooth']=''
x['spellprefix']='http://skyview.gsfc.nasa.gov/surveys/intgal/e0017_0035/'
x['spellsuffix']=',524,0.066779133,0.066779133'
x['survey']='Fermi 5,INT GAL 17-35 Flux,BAT SNR 14-195'
x['surveycoordinatesystem']='Galactic'
x['surveyfinder']='skyview.survey.XMLSurveyFinder'
x['surveymanifest']='surveys/survey.manifest'
x['surveysheader']='cgifiles/survey.header'
x['surveytemplate']='cgifiles/skysurvey.html'
x['url.heasarcbase']='http://heasarc.gsfc.nasa.gov/xamin/vo/cone?showoffsets=1&sortvar=_offset&table='
x['url.ned']='http://nedwww.ipac.caltech.edu/cgi-bin/nph-NEDobjsearch?search_type=Near+Position+Search&of=xml_main&'
x['url.simbad']='http://simbad.u-strasbg.fr/simbad-conesearch.pl?'
x['url.vizierbase']='http://vizier.u-strasbg.fr/viz-bin/votable/-dtd/-A?-out.add=_RAJ2000,_DEJ2000&-source='
x['urlcoordinates']='http://heasarc.gsfc.nasa.gov/cgi-bin/Tools/convcoord/convcoord.pl?NoCache=y&Output=Batch&'
x['urllocalhelp']='http://skyview.gsfc.nasa.gov/help/help.html'
x['version']='3.1.7'
x['webrootpath']='/skyview/htdocs-VME'
</script>
<script language=JavaScript type='text/javascript'>
if ('INT GAL 17-35 Flux' == 'Nine Year INTEGRAL IBIS 17-35 keV Galactic Plane Survey: Flux') {
document.write("<h2 id=survey2>INT GAL 17-35 Flux</h2>")
} else {
document.write("<h2 id=survey2>INT GAL 17-35 Flux: Nine Year INTEGRAL IBIS 17-35 keV Galactic Plane Survey: Flux</h2>")
}
</script>
<img id=img2 alt="Quicklook Nine Year INTEGRAL IBIS 17-35 keV Galactic Plane Survey: Flux image"
src="../../tempspace/fits/skv6724208473423_2.jpg"
onclick='gonoff(2)'
onmousemove='gupd(2, event)' />
<br>
<div id=disp2></div>
<script language=JavaScript>
images[2] = new WCSImage(2, "img2", "disp2");
</script>
<br>
<span>Download <a href=../../tempspace/fits/skv6724208473423_2.fits>FITS</a> or <a href=../../tempspace/fits/skv6724208473423_2.jpg>quick look jpeg </a> image.</span>
<script language=JavaScript type='text/javascript'>
if ( '300' <= 2000 && '300' <= 2000 && '300' >= 300 ) {
document.write(" <span id='ui_msg2' style='margin-left:15px;'><input type='button' name='showimage' id='showimage' value='Add to Gallery' onClick=\"saveImage('../../tempspace/fits/skv6724208473423_2.jpg','2','300','300')\" > <a href='../help/fields.html#output'>[What is this?]</a></span><br />");
}
//<!--document.write(" <span id='ui_msg2' style='margin-left:15px;width:100px'>Image Gallery feature is temporarily offline due to hardware issues.</a></span><br />");-->
</script>
<br>
<script language='JavaScript'>
if ( '$_warning' != '' && '$_warning'.substring(1) != "_warning") {
document.writeln("<b><font color=red>Warning</b>:<br>$_warning</font><p>");
}
</script>
<table id='imagedetails2' width="800">
<tr><th align=right width="20%">Image color table:</th><td align=left><img src="../images/colorbars//bwlinear.gif" border="1" alt="graphical" /></td></tr>
<tr><th align=right>Image scaling:</th> <td align=left>Log, values range from -0.533306775725077 to 64.07938004845988</td></tr>
<tr><th align=right>Image size(degrees):</th><td align=left> 20.033739999899996 x 20.033739999899996</td></tr>
<tr><th align=right>Image size(pixels):</th><td align=left> 300 x 300</td></tr>
<tr><th align=right>Requested Center: </th> <td> Eta Carinae </td></tr>
<script language=JavaScript>
if ( '161.264775, -59.68443099999999' != '' &&
'161.264775, -59.68443099999999'.substring(1) != "requested_coords" &&
'161.264775, -59.68443099999999' != '0' ) {
document.writeln("<tr><th align=right>Requested Center:</th><td>161.264775, -59.68443099999999</td></tr>")
}
</script>
<tr><th align=right>Coordinate System:</th><td align=left> J2000.0</td></tr>
<tr><th align=right>Map projection:</th> <td align=left> Tan</td></tr>
<script language=JavaScript>
if ( '' != '' &&
''.substring(1) != "rotation" &&
'' != '0' ) {
document.writeln("<tr><th align=right>Rotation:</th><td> degrees</td></tr>")
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
if ('' != '' &&
''.substring(1) != 'smooth' &&
'' != '1') {
document.writeln("<tr><th align=right>Smoothing:</th><td> pixels</td></tr>")
}
</script>
<noscript>
</noscript>
<tr><th align=right>Sampler:</th> <td align=left> Lanczos3 Sampler</td></tr>
<script language=JavaScript>
var provenance;
if ('<a href="http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1205.3941">Krivonos et al., 2012</a><br> Based on observations with INTEGRAL, an ESA project with instruments and science data centre funded by ESA member states (especially the PI countries: Denmark, France, Germany, Italy, Switzerland and Spain), Poland, and participation of Russia and the USA.') {
provenance = '<a href="http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1205.3941">Krivonos et al., 2012</a><br> Based on observations with INTEGRAL, an ESA project with instruments and science data centre funded by ESA member states (especially the PI countries: Denmark, France, Germany, Italy, Switzerland and Spain), Poland, and participation of Russia and the USA.';
}
if ( provenance != '' &&
provenance.substring(1) != "_meta_provenance" &&
provenance != '0' ) {
document.writeln("<tr><th align=right>Provenance:</th><td>" + provenance + "</td></tr>")
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
var copyright;
if ('Space Research Institute (IKI), Moscow, Russia') {
copyright = 'Space Research Institute (IKI), Moscow, Russia';
}
if ( copyright != '' &&
copyright.substring(1) != "_meta_copyright" &&
copyright != '0' ) {
document.writeln("<tr><th align=right>Copyright:</th><td>" + copyright+ "</td></tr>");
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
if ( ! ('$catalogFile'.substring(1) == "catalogFile" ) ) {
document.writeln("<tr><th align=right>Requested catalogs:</th><td><a href='1'>Data</a>");
catalogLink(2);
document.writeln("</td></tr>")
}
</script>
<noscript>
<tr><th align=right>Requested catalogs:</th><td><a href='1'>1</a></td></tr>
</noscript>
</table>
<a href='moreinfo.pl?survey=INT GAL 17-35 Flux'>More information</a>
<p>
<strong>INTEGRAL SPIE Galactic plane maps for the 17-35 band and this region: </strong>
<br/>
<a href="runquery.pl?survey=intgal1735f&lon=161.264775&lat=-59.68443099999999&sampler=Lanczos&projection=Tan&size=20.033739999899996,20.033739999899996&pixels=300&coordinates=J2000.0">Flux map</a>.
<br/>
<a href="runquery.pl?survey=intgal1735e&lon=161.264775&lat=-59.68443099999999&sampler=Lanczos&projection=Tan&size=20.033739999899996,20.033739999899996&pixels=300&coordinates=J2000.0">Exposure map </a>.
<br/>
<a href="runquery.pl?survey=intgal1735s&lon=161.264775&lat=-59.68443099999999&sampler=Lanczos&projection=Tan&size=20.033739999899996,20.033739999899996&pixels=300&coordinates=J2000.0">Significance map </a>.<script language='javascript'>
x = new Object()
surveySettings[3] = x
x['_catalogfile']='1'
x['_cd1_1']='0.0'
x['_cd1_2']='0.0'
x['_cd2_1']='0.0'
x['_cd2_2']='0.0'
x['_cdelt1']='-0.083333333'
x['_cdelt2']='0.083333333'
x['_coordinatesystem']='J2000.0'
x['_crpix1']='150.5'
x['_crpix2']='150.5'
x['_crval1']='161.264775'
x['_crval2']='-59.68443099999999'
x['_ctnumb']='../images/colorbars//bwlinear'
x['_currentsurvey']='BAT SNR 14-195'
x['_imagemax']='1716.717041015625'
x['_imagemin']='-3.957217216491699'
x['_imagexpixel']='300'
x['_imagexsize']='24.9999999'
x['_imageypixel']='300'
x['_imageysize']='24.9999999'
x['_meta_bandpass']='3.38-47.2 EHz'
x['_meta_coordinates']='Galactic'
x['_meta_copyright']='Public domain'
x['_meta_coverage']='All-sky'
x['_meta_epoch']='2005-2010'
x['_meta_frequency']='12 EHz'
x['_meta_nsurvey']='9'
x['_meta_pixelscale']='2.8'
x['_meta_projection']='Zenithal Equal Area'
x['_meta_provenance']='NASA BAT Team'
x['_meta_reference']='<a href=http://arxiv.org/abs/1212.3336> The 70-Month Swift-BAT Hard X-ray Survey, (Baumgartner et al 2013)</a>'
x['_meta_regime']='X-ray'
x['_meta_resolution']='20'
x['_nullvalues']='ebins'
x['_output']='../../tempspace/fits/skv6724208473423_3'
x['_output_ql']='../../tempspace/fits/skv6724208473423_3.jpg'
x['_projection']='Tan'
x['_sampler']='NNSampler'
x['_surveycount']='3'
x['_surveylevel']='0'
x['cache']='/skyview8/cache/surveys/'
x['catalogids']='on'
x['catalogurl']=''
x['contour']=''
x['contoursmooth']=''
x['coordinates']='J2000.0'
x['descriptionxslt']='cgifiles/description.xsl'
x['dummy']='1'
x['equinox']='2000'
x['finalpostprocessor']='skyview.ij.IJProcessor,skyview.data.BoxSmoother,skyview.request.HTMLWriter,skyview.vo.CatalogPostProcessor'
x['float']='on'
x['footertemplate']='cgifiles/skyfooter.html'
x['galleryxslt']='cgifiles/gallerymultipage.xsl'
x['gridlabels']='1'
x['headertemplate']='cgifiles/skyheader.html'
x['htmlwriter']='skyview.request.HTMLWriter'
x['imagefactory']='skyview.survey.CachingImageFactory'
x['imagesize']='180'
x['iosmooth']=''
x['localurl']='http://skyview.gsfc.nasa.gov/surveys,/skyview/htdocs-VME/surveys'
x['lut']='colortables/b-w-linear.bin'
x['lutcbarpath']='../images/colorbars/'
x['mosaicker']='skyview.process.Mosaicker'
x['name']='Swift BAT 70 Month All-Sky Survey: 14-195 keV: snr'
x['noexit']=''
x['nullimagedir']='../images/nodata'
x['output']='../../tempspace/fits/skv6724208473423_3'
x['outputroot']='../../tempspace/fits'
x['pixels']='300'
x['plotcolor']=''
x['position']='Eta Carinae'
x['postprocessor']='skyview.ij.IJProcessor,skyview.request.HTMLWriter'
x['projection']='Tan'
x['quicklook']='jpeg'
x['requested_coords']='161.264775, -59.68443099999999'
x['reqxpos']='161.264775'
x['reqypos']='-59.68443099999999'
x['resolver']='SIMBAD-NED'
x['rgbtemplate']='cgifiles/skyrgb.html'
x['rgbwriter']='skyview.request.RGBWriter'
x['rotation']=''
x['sampler']='Default'
x['savebysurvey']='1'
x['scale']='0.083333333'
x['scaling']='Log'
x['settingsupdaters']='BatchCompatibility,SettingsFixer,skyview.request.ToastGridder'
x['shortname']='BAT-snr-sum, BAT snr sum, BAT snr 14-195'
x['sia_header']='./sia.header'
x['siabase']='http://skyview.gsfc.nasa.gov/cgi-bin/images?'
x['siaimagetimeout']='300000'
x['size']='24.9999999,24.9999999'
x['smooth']=''
x['spellprefix']='http://skyview.gsfc.nasa.gov/surveys/newbat/'
x['spellsuffix']=',Zea,G,1998,1998,0.04666666,0.0466666'
x['survey']='Fermi 5,INT GAL 17-35 Flux,BAT SNR 14-195'
x['surveycoordinatesystem']='G'
x['surveyfinder']='skyview.survey.XMLSurveyFinder'
x['surveymanifest']='surveys/survey.manifest'
x['surveysheader']='cgifiles/survey.header'
x['surveytemplate']='cgifiles/skysurvey.html'
x['url.heasarcbase']='http://heasarc.gsfc.nasa.gov/xamin/vo/cone?showoffsets=1&sortvar=_offset&table='
x['url.ned']='http://nedwww.ipac.caltech.edu/cgi-bin/nph-NEDobjsearch?search_type=Near+Position+Search&of=xml_main&'
x['url.simbad']='http://simbad.u-strasbg.fr/simbad-conesearch.pl?'
x['url.vizierbase']='http://vizier.u-strasbg.fr/viz-bin/votable/-dtd/-A?-out.add=_RAJ2000,_DEJ2000&-source='
x['urlcoordinates']='http://heasarc.gsfc.nasa.gov/cgi-bin/Tools/convcoord/convcoord.pl?NoCache=y&Output=Batch&'
x['urllocalhelp']='http://skyview.gsfc.nasa.gov/help/help.html'
x['version']='3.1.7'
x['webrootpath']='/skyview/htdocs-VME'
</script>
<script language=JavaScript type='text/javascript'>
if ('BAT SNR 14-195' == 'Swift BAT 70 Month All-Sky Survey: 14-195 keV: snr') {
document.write("<h2 id=survey3>BAT SNR 14-195</h2>")
} else {
document.write("<h2 id=survey3>BAT SNR 14-195: Swift BAT 70 Month All-Sky Survey: 14-195 keV: snr</h2>")
}
</script>
<img id=img3 alt="Quicklook Swift BAT 70 Month All-Sky Survey: 14-195 keV: snr image"
src="../../tempspace/fits/skv6724208473423_3.jpg"
onclick='gonoff(3)'
onmousemove='gupd(3, event)' />
<br>
<div id=disp3></div>
<script language=JavaScript>
images[3] = new WCSImage(3, "img3", "disp3");
</script>
<br>
<span>Download <a href=../../tempspace/fits/skv6724208473423_3.fits>FITS</a> or <a href=../../tempspace/fits/skv6724208473423_3.jpg>quick look jpeg </a> image.</span>
<script language=JavaScript type='text/javascript'>
if ( '300' <= 2000 && '300' <= 2000 && '300' >= 300 ) {
document.write(" <span id='ui_msg3' style='margin-left:15px;'><input type='button' name='showimage' id='showimage' value='Add to Gallery' onClick=\"saveImage('../../tempspace/fits/skv6724208473423_3.jpg','3','300','300')\" > <a href='../help/fields.html#output'>[What is this?]</a></span><br />");
}
//<!--document.write(" <span id='ui_msg3' style='margin-left:15px;width:100px'>Image Gallery feature is temporarily offline due to hardware issues.</a></span><br />");-->
</script>
<br>
<script language='JavaScript'>
if ( '$_warning' != '' && '$_warning'.substring(1) != "_warning") {
document.writeln("<b><font color=red>Warning</b>:<br>$_warning</font><p>");
}
</script>
<table id='imagedetails3' width="800">
<tr><th align=right width="20%">Image color table:</th><td align=left><img src="../images/colorbars//bwlinear.gif" border="1" alt="graphical" /></td></tr>
<tr><th align=right>Image scaling:</th> <td align=left>Log, values range from -3.957217216491699 to 1716.717041015625</td></tr>
<tr><th align=right>Image size(degrees):</th><td align=left> 24.9999999 x 24.9999999</td></tr>
<tr><th align=right>Image size(pixels):</th><td align=left> 300 x 300</td></tr>
<tr><th align=right>Requested Center: </th> <td> Eta Carinae </td></tr>
<script language=JavaScript>
if ( '161.264775, -59.68443099999999' != '' &&
'161.264775, -59.68443099999999'.substring(1) != "requested_coords" &&
'161.264775, -59.68443099999999' != '0' ) {
document.writeln("<tr><th align=right>Requested Center:</th><td>161.264775, -59.68443099999999</td></tr>")
}
</script>
<tr><th align=right>Coordinate System:</th><td align=left> J2000.0</td></tr>
<tr><th align=right>Map projection:</th> <td align=left> Tan</td></tr>
<script language=JavaScript>
if ( '' != '' &&
''.substring(1) != "rotation" &&
'' != '0' ) {
document.writeln("<tr><th align=right>Rotation:</th><td> degrees</td></tr>")
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
if ('' != '' &&
''.substring(1) != 'smooth' &&
'' != '1') {
document.writeln("<tr><th align=right>Smoothing:</th><td> pixels</td></tr>")
}
</script>
<noscript>
</noscript>
<tr><th align=right>Sampler:</th> <td align=left> NNSampler</td></tr>
<script language=JavaScript>
var provenance;
if ('NASA BAT Team') {
provenance = 'NASA BAT Team';
}
if ( provenance != '' &&
provenance.substring(1) != "_meta_provenance" &&
provenance != '0' ) {
document.writeln("<tr><th align=right>Provenance:</th><td>" + provenance + "</td></tr>")
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
var copyright;
if ('Public domain') {
copyright = 'Public domain';
}
if ( copyright != '' &&
copyright.substring(1) != "_meta_copyright" &&
copyright != '0' ) {
document.writeln("<tr><th align=right>Copyright:</th><td>" + copyright+ "</td></tr>");
}
</script>
<noscript>
</noscript>
<script language=JavaScript>
if ( ! ('$catalogFile'.substring(1) == "catalogFile" ) ) {
document.writeln("<tr><th align=right>Requested catalogs:</th><td><a href='1'>Data</a>");
catalogLink(3);
document.writeln("</td></tr>")
}
</script>
<noscript>
<tr><th align=right>Requested catalogs:</th><td><a href='1'>1</a></td></tr>
</noscript>
</table>
<a href='moreinfo.pl?survey=BAT SNR 14-195'>More information</a>
<hr>
<P>
<span style='font-size:90%;'>
<!-- email addresses encoded to prevent spam -->
Direct all questions regarding <i>SkyView</I> to our <a href="http://heasarc.gsfc.nasa.gov/cgi-bin/Feedback?selected=skyview">Feedback Page</a>
<P>
<i>SkyView</I> has been developed with generous support from the NASA AISR
and ADP programs (P.I. Thomas A. McGlynn)
under the auspices of the <a href=http://heasarc.gsfc.nasa.gov>High Energy
Astrophysics Science Archive Research Center (HEASARC)</a> at the <a href=http://www.nasa.gov>NASA</a>/
<a href=http://www.nasa.gov/goddard>GSFC</a>
<a href=http://astrophysics.gsfc.nasa.gov>Astrophysics Science Division</a>.
<P>
We gratefully acknowledge the support of NASA and contributors
of <i> SkyView </i> surveys.
</center>
<p>
</span>
<script language=JavaScript1.1>
<!--
function ignoreit(msg, url, line) {
return true ;
}
window.onerror = ignoreit ;
document.domain = "gsfc.nasa.gov";
// -->
</script>