35.5 KB
/srv/reproducible-results/rbuild-debian/r-b-build.VKQCLwxE/b1/starjava-ttools_3.5.1-2_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.VKQCLwxE/b2/starjava-ttools_3.5.1-2_amd64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·44a0507648447c77e1882a723c804b0e·66180·java·optional·jython-stilts_3.5.1-2_all.deb1 ·ada491727cf793a140d7c77772856de5·66176·java·optional·jython-stilts_3.5.1-2_all.deb
2 ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb2 ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb
3 ·e7cc5536a92f447f4f9aca2ddb575ae0·5274636·java·optional·starlink-ttools-java_3.5.1-2_all.deb 
4 ·649630d70a467a632307fbfb7eb3cc26·2379168·doc·optional·stilts-doc_3.5.1-2_all.deb3 ·a5c7f3ebe0ca5891feb460f7ef6e6d24·5273488·java·optional·starlink-ttools-java_3.5.1-2_all.deb
 4 ·f473101098fa8c660b289db834404685·2379148·doc·optional·stilts-doc_3.5.1-2_all.deb
5 ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb5 ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb
8.03 KB
jython-stilts_3.5.1-2_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary
2 -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz
3 -rw-r--r--···0········0········0····64616·2024-11-20·14:21:47.000000·data.tar.xz3 -rw-r--r--···0········0········0····64612·2024-11-20·14:21:47.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
7.52 KB
data.tar.xz
7.5 KB
data.tar
7.49 KB
./usr/share/jython/Lib/site-packages/stilts.py
    
Offset 1486, 15 lines modifiedOffset 1486, 15 lines modified
1486 ········env·=·_JyEnvironment()1486 ········env·=·_JyEnvironment()
1487 ········env.setValue('format',·_map_env_value(format))1487 ········env.setValue('format',·_map_env_value(format))
1488 ········env.setValue('client',·_map_env_value(client))1488 ········env.setValue('client',·_map_env_value(client))
1489 ········mode·=·_stilts.getModeFactory().createObject('samp')1489 ········mode·=·_stilts.getModeFactory().createObject('samp')
1490 ········consumer·=·mode.createConsumer(env)1490 ········consumer·=·mode.createConsumer(env)
1491 ········_check_unused_args(env)1491 ········_check_unused_args(env)
1492 ········consumer.consume(self)1492 ········consumer.consume(self)
1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1494 ········'''\1494 ········'''\
1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1497 ····1497 ····
1498 ····Parameters:1498 ····Parameters:
1499 ····1499 ····
1500 ·······protocol·=·<jdbc-protocol>·······(String)1500 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1536, 15 lines modifiedOffset 1536, 15 lines modified
1536 ················of·columns)·for·the·data·being·written.1536 ················of·columns)·for·the·data·being·written.
1537 ····1537 ····
1538 ··········[Default:·create]1538 ··········[Default:·create]
1539 ····1539 ····
1540 ·······user·=·<username>·······(String)1540 ·······user·=·<username>·······(String)
1541 ··········User·name·for·the·SQL·connection·to·the·database.1541 ··········User·name·for·the·SQL·connection·to·the·database.
1542 ····1542 ····
1543 ··········[Default:·pbuilder1]1543 ··········[Default:·pbuilder2]
1544 ····1544 ····
1545 ·······password·=·<passwd>·······(String)1545 ·······password·=·<passwd>·······(String)
1546 ··········Password·for·the·SQL·connection·to·the·database.1546 ··········Password·for·the·SQL·connection·to·the·database.
1547 ····'''1547 ····'''
1548 ········env·=·_JyEnvironment()1548 ········env·=·_JyEnvironment()
1549 ········env.setValue('protocol',·_map_env_value(protocol))1549 ········env.setValue('protocol',·_map_env_value(protocol))
1550 ········env.setValue('db',·_map_env_value(db))1550 ········env.setValue('db',·_map_env_value(db))
Offset 4290, 15 lines modifiedOffset 4290, 15 lines modified
4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4291 ······as·well·for·the·connection·to·be·made.4291 ······as·well·for·the·connection·to·be·made.
  
4292 ···user·=·<value>·······(String)4292 ···user·=·<value>·······(String)
4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4294 ······current·username.4294 ······current·username.
  
4295 ······[Default:·pbuilder1]4295 ······[Default:·pbuilder2]
  
4296 ···password·=·<value>·······(String)4296 ···password·=·<value>·······(String)
4297 ······Password·for·logging·in·to·SQL·database.4297 ······Password·for·logging·in·to·SQL·database.
  
4298 ···sql·=·<sql>·······(String)4298 ···sql·=·<sql>·······(String)
4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4497, 15 lines modifiedOffset 4497, 15 lines modified
4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4498 ······as·well·for·the·connection·to·be·made.4498 ······as·well·for·the·connection·to·be·made.
  
4499 ···user·=·<value>·······(String)4499 ···user·=·<value>·······(String)
4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4501 ······current·username.4501 ······current·username.
  
4502 ······[Default:·pbuilder1]4502 ······[Default:·pbuilder2]
  
4503 ···password·=·<value>·······(String)4503 ···password·=·<value>·······(String)
4504 ······Password·for·logging·in·to·SQL·database.4504 ······Password·for·logging·in·to·SQL·database.
  
4505 ···dbtable·=·<table-name>·······(String)4505 ···dbtable·=·<table-name>·······(String)
4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4507 ······remote·data.4507 ······remote·data.
Offset 4605, 15 lines modifiedOffset 4605, 15 lines modified
4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4606 ······as·well·for·the·connection·to·be·made.4606 ······as·well·for·the·connection·to·be·made.
  
4607 ···user·=·<value>·······(String)4607 ···user·=·<value>·······(String)
4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4609 ······current·username.4609 ······current·username.
  
4610 ······[Default:·pbuilder1]4610 ······[Default:·pbuilder2]
  
4611 ···password·=·<value>·······(String)4611 ···password·=·<value>·······(String)
4612 ······Password·for·logging·in·to·SQL·database.4612 ······Password·for·logging·in·to·SQL·database.
  
4613 ···select·=·<select-stmt>·······(String)4613 ···select·=·<select-stmt>·······(String)
4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4615 ······statement·to·identify·which·rows·undergo·updates.4615 ······statement·to·identify·which·rows·undergo·updates.
Offset 7853, 15 lines modifiedOffset 7853, 15 lines modified
  
7853 ···parallel·=·<int-value>·······(Integer)7853 ···parallel·=·<int-value>·······(Integer)
7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7856 ······is·supplied.·The·default·value·is·the·number·of·processors7856 ······is·supplied.·The·default·value·is·the·number·of·processors
7857 ······apparently·available·to·the·JVM.7857 ······apparently·available·to·the·JVM.
  
7858 ······[Default:·20]7858 ······[Default:·42]
  
7859 ···xlog·=·true|false·······(Boolean)7859 ···xlog·=·true|false·······(Boolean)
7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7861 ······true·it·is·logarithmic.7861 ······true·it·is·logarithmic.
  
7862 ······[Default:·false]7862 ······[Default:·false]
  
Offset 8640, 15 lines modifiedOffset 8640, 15 lines modified
  
8640 ···parallel·=·<int-value>·······(Integer)8640 ···parallel·=·<int-value>·······(Integer)
8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation
8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter
8643 ······is·supplied.·The·default·value·is·the·number·of·processors8643 ······is·supplied.·The·default·value·is·the·number·of·processors
8644 ······apparently·available·to·the·JVM.8644 ······apparently·available·to·the·JVM.
  
8645 ······[Default:·20]8645 ······[Default:·42]
  
8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······
8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
8648 ······Sky·projection·used·to·display·the·plot.8648 ······Sky·projection·used·to·display·the·plot.
  
8649 ······The·available·options·are:8649 ······The·available·options·are:
  
Offset 9332, 15 lines modifiedOffset 9332, 15 lines modified
  
9332 ···parallel·=·<int-value>·······(Integer)9332 ···parallel·=·<int-value>·······(Integer)
9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation
9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter
9335 ······is·supplied.·The·default·value·is·the·number·of·processors9335 ······is·supplied.·The·default·value·is·the·number·of·processors
9336 ······apparently·available·to·the·JVM.9336 ······apparently·available·to·the·JVM.
  
9337 ······[Default:·20]9337 ······[Default:·42]
  
9338 ···xlog·=·true|false·······(Boolean)9338 ···xlog·=·true|false·······(Boolean)
9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
9340 ······true·it·is·logarithmic.9340 ······true·it·is·logarithmic.
  
9341 ······[Default:·false]9341 ······[Default:·false]
  
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown.
10.6 KB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary
2 -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5273212·2024-11-20·14:21:47.000000·data.tar.xz3 -rw-r--r--···0········0········0··5272064·2024-11-20·14:21:47.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
10.1 KB
10.1 KB
10.1 KB
1.01 KB
    
Offset 172, 15 lines modifiedOffset 172, 15 lines modified
172 ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT172 ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT
173 ··minimum·software·version·required·to·extract:···1.0173 ··minimum·software·version·required·to·extract:···1.0
174 ··compression·method:·····························deflated174 ··compression·method:·····························deflated
175 ··compression·sub-type·(deflation):···············normal175 ··compression·sub-type·(deflation):···············normal
176 ··file·security·status:···························not·encrypted176 ··file·security·status:···························not·encrypted
177 ··extended·local·header:··························no177 ··extended·local·header:··························no
178 ··file·last·modified·on·(DOS·date/time):··········2024·Nov·20·14:21:46178 ··file·last·modified·on·(DOS·date/time):··········2024·Nov·20·14:21:46
179 ··32-bit·CRC·value·(hex):·························3554f34e179 ··32-bit·CRC·value·(hex):·························a390029a
180 ··compressed·size:································92130·bytes180 ··compressed·size:································92130·bytes
181 ··uncompressed·size:······························540407·bytes181 ··uncompressed·size:······························540407·bytes
182 ··length·of·filename:·····························9·characters182 ··length·of·filename:·····························9·characters
183 ··length·of·extra·field:··························0·bytes183 ··length·of·extra·field:··························0·bytes
184 ··length·of·file·comment:·························0·characters184 ··length·of·file·comment:·························0·characters
185 ··disk·number·on·which·file·begins:···············disk·1185 ··disk·number·on·which·file·begins:···············disk·1
186 ··apparent·file·type:·····························binary186 ··apparent·file·type:·····························binary
1.57 KB
    
Offset 100, 15 lines modifiedOffset 100, 15 lines modified
100 0002F1·Extract·Zip·Spec······0A·(10)·'1.0'100 0002F1·Extract·Zip·Spec······0A·(10)·'1.0'
101 0002F2·Extract·OS············00·(0)·'MS-DOS'101 0002F2·Extract·OS············00·(0)·'MS-DOS'
102 0002F3·General·Purpose·Flag··0800·(2048)102 0002F3·General·Purpose·Flag··0800·(2048)
103 ·······[Bits·1-2]············0·'Normal·Compression'103 ·······[Bits·1-2]············0·'Normal·Compression'
104 ·······[Bit·11]··············1·'Language·Encoding'104 ·······[Bit·11]··············1·'Language·Encoding'
105 0002F5·Compression·Method····0008·(8)·'Deflated'105 0002F5·Compression·Method····0008·(8)·'Deflated'
106 0002F7·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'106 0002F7·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
107 0002FB·CRC···················3554F34E·(894759758)107 0002FB·CRC···················A390029A·(2744124058)
108 0002FF·Compressed·Size·······000167E2·(92130)108 0002FF·Compressed·Size·······000167E2·(92130)
109 000303·Uncompressed·Size·····00083EF7·(540407)109 000303·Uncompressed·Size·····00083EF7·(540407)
110 000307·Filename·Length·······0009·(9)110 000307·Filename·Length·······0009·(9)
111 000309·Extra·Length··········0000·(0)111 000309·Extra·Length··········0000·(0)
112 00030B·Filename··············'XXXXXXXXX'112 00030B·Filename··············'XXXXXXXXX'
113 #113 #
114 #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX'114 #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX'
Offset 72262, 15 lines modifiedOffset 72262, 15 lines modified
72262 532AAD·Extract·Zip·Spec······0A·(10)·'1.0'72262 532AAD·Extract·Zip·Spec······0A·(10)·'1.0'
72263 532AAE·Extract·OS············00·(0)·'MS-DOS'72263 532AAE·Extract·OS············00·(0)·'MS-DOS'
72264 532AAF·General·Purpose·Flag··0800·(2048)72264 532AAF·General·Purpose·Flag··0800·(2048)
72265 ·······[Bits·1-2]············0·'Normal·Compression'72265 ·······[Bits·1-2]············0·'Normal·Compression'
72266 ·······[Bit·11]··············1·'Language·Encoding'72266 ·······[Bit·11]··············1·'Language·Encoding'
72267 532AB1·Compression·Method····0008·(8)·'Deflated'72267 532AB1·Compression·Method····0008·(8)·'Deflated'
72268 532AB3·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'72268 532AB3·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024'
72269 532AB7·CRC···················3554F34E·(894759758)72269 532AB7·CRC···················A390029A·(2744124058)
72270 532ABB·Compressed·Size·······000167E2·(92130)72270 532ABB·Compressed·Size·······000167E2·(92130)
72271 532ABF·Uncompressed·Size·····00083EF7·(540407)72271 532ABF·Uncompressed·Size·····00083EF7·(540407)
72272 532AC3·Filename·Length·······0009·(9)72272 532AC3·Filename·Length·······0009·(9)
72273 532AC5·Extra·Length··········0000·(0)72273 532AC5·Extra·Length··········0000·(0)
72274 532AC7·Comment·Length········0000·(0)72274 532AC7·Comment·Length········0000·(0)
72275 532AC9·Disk·Start············0000·(0)72275 532AC9·Disk·Start············0000·(0)
72276 532ACB·Int·File·Attributes···0000·(0)72276 532ACB·Int·File·Attributes···0000·(0)
7.41 KB
    
Offset 1486, 15 lines modifiedOffset 1486, 15 lines modified
1486 ········env·=·_JyEnvironment()1486 ········env·=·_JyEnvironment()
1487 ········env.setValue('format',·_map_env_value(format))1487 ········env.setValue('format',·_map_env_value(format))
1488 ········env.setValue('client',·_map_env_value(client))1488 ········env.setValue('client',·_map_env_value(client))
1489 ········mode·=·_stilts.getModeFactory().createObject('samp')1489 ········mode·=·_stilts.getModeFactory().createObject('samp')
1490 ········consumer·=·mode.createConsumer(env)1490 ········consumer·=·mode.createConsumer(env)
1491 ········_check_unused_args(env)1491 ········_check_unused_args(env)
1492 ········consumer.consume(self)1492 ········consumer.consume(self)
1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1494 ········'''\1494 ········'''\
1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1497 ····1497 ····
1498 ····Parameters:1498 ····Parameters:
1499 ····1499 ····
1500 ·······protocol·=·<jdbc-protocol>·······(String)1500 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1536, 15 lines modifiedOffset 1536, 15 lines modified
1536 ················of·columns)·for·the·data·being·written.1536 ················of·columns)·for·the·data·being·written.
1537 ····1537 ····
1538 ··········[Default:·create]1538 ··········[Default:·create]
1539 ····1539 ····
1540 ·······user·=·<username>·······(String)1540 ·······user·=·<username>·······(String)
1541 ··········User·name·for·the·SQL·connection·to·the·database.1541 ··········User·name·for·the·SQL·connection·to·the·database.
1542 ····1542 ····
1543 ··········[Default:·pbuilder1]1543 ··········[Default:·pbuilder2]
1544 ····1544 ····
1545 ·······password·=·<passwd>·······(String)1545 ·······password·=·<passwd>·······(String)
1546 ··········Password·for·the·SQL·connection·to·the·database.1546 ··········Password·for·the·SQL·connection·to·the·database.
1547 ····'''1547 ····'''
1548 ········env·=·_JyEnvironment()1548 ········env·=·_JyEnvironment()
1549 ········env.setValue('protocol',·_map_env_value(protocol))1549 ········env.setValue('protocol',·_map_env_value(protocol))
1550 ········env.setValue('db',·_map_env_value(db))1550 ········env.setValue('db',·_map_env_value(db))
Offset 4290, 15 lines modifiedOffset 4290, 15 lines modified
4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4290 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4291 ······as·well·for·the·connection·to·be·made.4291 ······as·well·for·the·connection·to·be·made.
  
4292 ···user·=·<value>·······(String)4292 ···user·=·<value>·······(String)
4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4293 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4294 ······current·username.4294 ······current·username.
  
4295 ······[Default:·pbuilder1]4295 ······[Default:·pbuilder2]
  
4296 ···password·=·<value>·······(String)4296 ···password·=·<value>·······(String)
4297 ······Password·for·logging·in·to·SQL·database.4297 ······Password·for·logging·in·to·SQL·database.
  
4298 ···sql·=·<sql>·······(String)4298 ···sql·=·<sql>·······(String)
4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4299 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4300 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4497, 15 lines modifiedOffset 4497, 15 lines modified
4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4497 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4498 ······as·well·for·the·connection·to·be·made.4498 ······as·well·for·the·connection·to·be·made.
  
4499 ···user·=·<value>·······(String)4499 ···user·=·<value>·······(String)
4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4500 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4501 ······current·username.4501 ······current·username.
  
4502 ······[Default:·pbuilder1]4502 ······[Default:·pbuilder2]
  
4503 ···password·=·<value>·······(String)4503 ···password·=·<value>·······(String)
4504 ······Password·for·logging·in·to·SQL·database.4504 ······Password·for·logging·in·to·SQL·database.
  
4505 ···dbtable·=·<table-name>·······(String)4505 ···dbtable·=·<table-name>·······(String)
4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4506 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4507 ······remote·data.4507 ······remote·data.
Offset 4605, 15 lines modifiedOffset 4605, 15 lines modified
4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4605 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4606 ······as·well·for·the·connection·to·be·made.4606 ······as·well·for·the·connection·to·be·made.
  
4607 ···user·=·<value>·······(String)4607 ···user·=·<value>·······(String)
4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4608 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4609 ······current·username.4609 ······current·username.
  
4610 ······[Default:·pbuilder1]4610 ······[Default:·pbuilder2]
  
4611 ···password·=·<value>·······(String)4611 ···password·=·<value>·······(String)
4612 ······Password·for·logging·in·to·SQL·database.4612 ······Password·for·logging·in·to·SQL·database.
  
4613 ···select·=·<select-stmt>·······(String)4613 ···select·=·<select-stmt>·······(String)
4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4614 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4615 ······statement·to·identify·which·rows·undergo·updates.4615 ······statement·to·identify·which·rows·undergo·updates.
Offset 7853, 15 lines modifiedOffset 7853, 15 lines modified
  
7853 ···parallel·=·<int-value>·······(Integer)7853 ···parallel·=·<int-value>·······(Integer)
7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation7854 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter7855 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7856 ······is·supplied.·The·default·value·is·the·number·of·processors7856 ······is·supplied.·The·default·value·is·the·number·of·processors
7857 ······apparently·available·to·the·JVM.7857 ······apparently·available·to·the·JVM.
  
7858 ······[Default:·20]7858 ······[Default:·42]
  
7859 ···xlog·=·true|false·······(Boolean)7859 ···xlog·=·true|false·······(Boolean)
7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7860 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7861 ······true·it·is·logarithmic.7861 ······true·it·is·logarithmic.
  
7862 ······[Default:·false]7862 ······[Default:·false]
  
Offset 8640, 15 lines modifiedOffset 8640, 15 lines modified
  
8640 ···parallel·=·<int-value>·······(Integer)8640 ···parallel·=·<int-value>·······(Integer)
8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation8641 ······Determines·how·many·threads·will·run·in·parallel·if·animation
8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter8642 ······output·is·being·produced.·Only·used·if·the·animate·parameter
8643 ······is·supplied.·The·default·value·is·the·number·of·processors8643 ······is·supplied.·The·default·value·is·the·number·of·processors
8644 ······apparently·available·to·the·JVM.8644 ······apparently·available·to·the·JVM.
  
8645 ······[Default:·20]8645 ······[Default:·42]
  
8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······8646 ···projection·=·sin|aitoff|aitoff0|car|car0·······
8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)8647 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
8648 ······Sky·projection·used·to·display·the·plot.8648 ······Sky·projection·used·to·display·the·plot.
  
8649 ······The·available·options·are:8649 ······The·available·options·are:
  
Offset 9332, 15 lines modifiedOffset 9332, 15 lines modified
  
9332 ···parallel·=·<int-value>·······(Integer)9332 ···parallel·=·<int-value>·······(Integer)
9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation9333 ······Determines·how·many·threads·will·run·in·parallel·if·animation
9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter9334 ······output·is·being·produced.·Only·used·if·the·animate·parameter
9335 ······is·supplied.·The·default·value·is·the·number·of·processors9335 ······is·supplied.·The·default·value·is·the·number·of·processors
9336 ······apparently·available·to·the·JVM.9336 ······apparently·available·to·the·JVM.
  
9337 ······[Default:·20]9337 ······[Default:·42]
  
9338 ···xlog·=·true|false·······(Boolean)9338 ···xlog·=·true|false·······(Boolean)
9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if9339 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
9340 ······true·it·is·logarithmic.9340 ······true·it·is·logarithmic.
  
9341 ······[Default:·false]9341 ······[Default:·false]
  
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown.
15.9 KB
stilts-doc_3.5.1-2_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary
2 -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz2 -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz
3 -rw-r--r--···0········0········0··2375644·2024-11-20·14:21:47.000000·data.tar.xz3 -rw-r--r--···0········0········0··2375624·2024-11-20·14:21:47.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
15.4 KB
data.tar.xz
15.4 KB
data.tar
15.4 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 9042, 15 lines modifiedOffset 9042, 15 lines modified
9042 ················</dt>9042 ················</dt>
9043 ················9043 ················
9044 ················<dd>9044 ················<dd>
9045 ····················User·name·for·the·SQL·connection·to·the·database.9045 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
9046 ····················<p>9046 ····················<p>
9047 ························[Default:·<code>pbuilder1</code>]9047 ························[Default:·<code>pbuilder2</code>]
9048 ····················</p>9048 ····················</p>
9049 ················</dd>9049 ················</dd>
9050 ················9050 ················
9051 ················<dt>9051 ················<dt>
9052 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>9052 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
9053 ················</dt>9053 ················</dt>
9054 ················9054 ················
Offset 59818, 15 lines modifiedOffset 59818, 15 lines modified
59818 Only·used·if·the·<code>animate</code>59818 Only·used·if·the·<code>animate</code>
59819 parameter·is·supplied.59819 parameter·is·supplied.
59820 The·default·value·is·the·number·of·processors·apparently59820 The·default·value·is·the·number·of·processors·apparently
59821 available·to·the·JVM.59821 available·to·the·JVM.
  
  
59822 ····················<p>59822 ····················<p>
59823 ························[Default:·<code>20</code>]59823 ························[Default:·<code>42</code>]
59824 ····················</p>59824 ····················</p>
59825 ················</dd>59825 ················</dd>
59826 ················59826 ················
59827 ················<dt>59827 ················<dt>
59828 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>59828 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
59829 ················</dt>59829 ················</dt>
59830 ················59830 ················
Offset 62020, 15 lines modifiedOffset 62020, 15 lines modified
62020 Only·used·if·the·<code>animate</code>62020 Only·used·if·the·<code>animate</code>
62021 parameter·is·supplied.62021 parameter·is·supplied.
62022 The·default·value·is·the·number·of·processors·apparently62022 The·default·value·is·the·number·of·processors·apparently
62023 available·to·the·JVM.62023 available·to·the·JVM.
  
  
62024 ····················<p>62024 ····················<p>
62025 ························[Default:·<code>20</code>]62025 ························[Default:·<code>42</code>]
62026 ····················</p>62026 ····················</p>
62027 ················</dd>62027 ················</dd>
62028 ················62028 ················
62029 ················<dt>62029 ················<dt>
62030 ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong>62030 ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong>
62031 ················</dt>62031 ················</dt>
62032 ················62032 ················
Offset 63769, 15 lines modifiedOffset 63769, 15 lines modified
63769 Only·used·if·the·<code>animate</code>63769 Only·used·if·the·<code>animate</code>
63770 parameter·is·supplied.63770 parameter·is·supplied.
63771 The·default·value·is·the·number·of·processors·apparently63771 The·default·value·is·the·number·of·processors·apparently
63772 available·to·the·JVM.63772 available·to·the·JVM.
  
  
63773 ····················<p>63773 ····················<p>
63774 ························[Default:·<code>20</code>]63774 ························[Default:·<code>42</code>]
63775 ····················</p>63775 ····················</p>
63776 ················</dd>63776 ················</dd>
63777 ················63777 ················
63778 ················<dt>63778 ················<dt>
63779 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>63779 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
63780 ················</dt>63780 ················</dt>
63781 ················63781 ················
Offset 65809, 15 lines modifiedOffset 65809, 15 lines modified
65809 Only·used·if·the·<code>animate</code>65809 Only·used·if·the·<code>animate</code>
65810 parameter·is·supplied.65810 parameter·is·supplied.
65811 The·default·value·is·the·number·of·processors·apparently65811 The·default·value·is·the·number·of·processors·apparently
65812 available·to·the·JVM.65812 available·to·the·JVM.
  
  
65813 ····················<p>65813 ····················<p>
65814 ························[Default:·<code>20</code>]65814 ························[Default:·<code>42</code>]
65815 ····················</p>65815 ····················</p>
65816 ················</dd>65816 ················</dd>
65817 ················65817 ················
65818 ················<dt>65818 ················<dt>
65819 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>65819 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
65820 ················</dt>65820 ················</dt>
65821 ················65821 ················
Offset 67608, 15 lines modifiedOffset 67608, 15 lines modified
67608 Only·used·if·the·<code>animate</code>67608 Only·used·if·the·<code>animate</code>
67609 parameter·is·supplied.67609 parameter·is·supplied.
67610 The·default·value·is·the·number·of·processors·apparently67610 The·default·value·is·the·number·of·processors·apparently
67611 available·to·the·JVM.67611 available·to·the·JVM.
  
  
67612 ····················<p>67612 ····················<p>
67613 ························[Default:·<code>20</code>]67613 ························[Default:·<code>42</code>]
67614 ····················</p>67614 ····················</p>
67615 ················</dd>67615 ················</dd>
67616 ················67616 ················
67617 ················<dt>67617 ················<dt>
67618 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>67618 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
67619 ················</dt>67619 ················</dt>
67620 ················67620 ················
Offset 69676, 15 lines modifiedOffset 69676, 15 lines modified
69676 Only·used·if·the·<code>animate</code>69676 Only·used·if·the·<code>animate</code>
69677 parameter·is·supplied.69677 parameter·is·supplied.
69678 The·default·value·is·the·number·of·processors·apparently69678 The·default·value·is·the·number·of·processors·apparently
69679 available·to·the·JVM.69679 available·to·the·JVM.
  
  
69680 ····················<p>69680 ····················<p>
69681 ························[Default:·<code>20</code>]69681 ························[Default:·<code>42</code>]
69682 ····················</p>69682 ····················</p>
69683 ················</dd>69683 ················</dd>
69684 ················69684 ················
69685 ················<dt>69685 ················<dt>
69686 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>69686 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
69687 ················</dt>69687 ················</dt>
69688 ················69688 ················
Offset 75078, 15 lines modifiedOffset 75078, 15 lines modified
75078 ················75078 ················
75079 ················<dd>75079 ················<dd>
75080 ····················User·name·for·logging·in·to·SQL·database.75080 ····················User·name·for·logging·in·to·SQL·database.
75081 Defaults·to·the·current·username.75081 Defaults·to·the·current·username.
  
  
75082 ····················<p>75082 ····················<p>
75083 ························[Default:·<code>pbuilder1</code>]75083 ························[Default:·<code>pbuilder2</code>]
75084 ····················</p>75084 ····················</p>
75085 ················</dd>75085 ················</dd>
75086 ················75086 ················
75087 ············</dl>75087 ············</dl>
75088 ············75088 ············
75089 ········</p>75089 ········</p>
75090 ········75090 ········
Max diff block lines reached; 985/5527 bytes (17.82%) of diff not shown.
9.92 KB
html2text {}
    
Offset 3501, 15 lines modifiedOffset 3501, 15 lines modified
3501 ············of·the·same·name·already·exists,·it·is·dropped·first.3501 ············of·the·same·name·already·exists,·it·is·dropped·first.
3502 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named3502 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named
3503 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the3503 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the
3504 ············data·being·written.3504 ············data·being·written.
3505 ······[Default:·create]3505 ······[Default:·create]
3506 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3506 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3507 ······User·name·for·the·SQL·connection·to·the·database.3507 ······User·name·for·the·SQL·connection·to·the·database.
3508 ······[Default:·pbuilder1]3508 ······[Default:·pbuilder2]
3509 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3509 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3510 ······Password·for·the·SQL·connection·to·the·database.3510 ······Password·for·the·SQL·connection·to·the·database.
3511 ===============================================================================3511 ===============================================================================
3512 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*3512 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*
3513 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.3513 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.
3514 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or3514 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or
3515 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such3515 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such
Offset 18349, 15 lines modifiedOffset 18349, 15 lines modified
18349 ············parameter18349 ············parameter
18350 ······[Default:·auto]18350 ······[Default:·auto]
18351 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)18351 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
18352 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is18352 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
18353 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The18353 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
18354 ······default·value·is·the·number·of·processors·apparently·available·to·the18354 ······default·value·is·the·number·of·processors·apparently·available·to·the
18355 ······JVM.18355 ······JVM.
18356 ······[Default:·20]18356 ······[Default:·42]
18357 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)18357 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)
18358 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order18358 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
18359 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are18359 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
18360 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.18360 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
18361 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced18361 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
18362 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix18362 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
18363 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to18363 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 19046, 15 lines modifiedOffset 19046, 15 lines modified
19046 ············parameter19046 ············parameter
19047 ······[Default:·auto]19047 ······[Default:·auto]
19048 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)19048 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
19049 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is19049 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
19050 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The19050 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
19051 ······default·value·is·the·number·of·processors·apparently·available·to·the19051 ······default·value·is·the·number·of·processors·apparently·available·to·the
19052 ······JVM.19052 ······JVM.
19053 ······[Default:·20]19053 ······[Default:·42]
19054 ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8)19054 ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8)
19055 ······Sky·projection·used·to·display·the·plot.19055 ······Sky·projection·used·to·display·the·plot.
19056 ······The·available·options·are:19056 ······The·available·options·are:
19057 ··········*·sin:·rotatable·sphere19057 ··········*·sin:·rotatable·sphere
19058 ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center19058 ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center
19059 ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center19059 ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center
19060 ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=019060 ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0
Offset 19608, 15 lines modifiedOffset 19608, 15 lines modified
19608 ············parameter19608 ············parameter
19609 ······[Default:·auto]19609 ······[Default:·auto]
19610 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)19610 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
19611 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is19611 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
19612 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The19612 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
19613 ······default·value·is·the·number·of·processors·apparently·available·to·the19613 ······default·value·is·the·number·of·processors·apparently·available·to·the
19614 ······JVM.19614 ······JVM.
19615 ······[Default:·20]19615 ······[Default:·42]
19616 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)19616 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
19617 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of19617 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
19618 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the19618 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the
19619 ······initial·Z·axis·applied·before·the·plot·is·viewed.19619 ······initial·Z·axis·applied·before·the·plot·is·viewed.
19620 ······[Default:·30]19620 ······[Default:·30]
19621 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)19621 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
19622 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of19622 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
Offset 20260, 15 lines modifiedOffset 20260, 15 lines modified
20260 ············parameter20260 ············parameter
20261 ······[Default:·auto]20261 ······[Default:·auto]
20262 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)20262 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
20263 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is20263 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
20264 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The20264 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
20265 ······default·value·is·the·number·of·processors·apparently·available·to·the20265 ······default·value·is·the·number·of·processors·apparently·available·to·the
20266 ······JVM.20266 ······JVM.
20267 ······[Default:·20]20267 ······[Default:·42]
20268 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)20268 ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
20269 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of20269 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
20270 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the20270 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the
20271 ······initial·Z·axis·applied·before·the·plot·is·viewed.20271 ······initial·Z·axis·applied·before·the·plot·is·viewed.
20272 ······[Default:·30]20272 ······[Default:·30]
20273 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)20273 ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8)
20274 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of20274 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
Offset 20855, 15 lines modifiedOffset 20855, 15 lines modified
20855 ············parameter20855 ············parameter
20856 ······[Default:·auto]20856 ······[Default:·auto]
20857 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)20857 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
20858 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is20858 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
20859 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The20859 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
20860 ······default·value·is·the·number·of·processors·apparently·available·to·the20860 ······default·value·is·the·number·of·processors·apparently·available·to·the
20861 ······JVM.20861 ······JVM.
20862 ······[Default:·20]20862 ······[Default:·42]
20863 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)20863 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)
20864 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order20864 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
20865 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are20865 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
20866 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.20866 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
20867 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced20867 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
20868 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix20868 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
20869 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to20869 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 21526, 15 lines modifiedOffset 21526, 15 lines modified
21526 ············parameter21526 ············parameter
21527 ······[Default:·auto]21527 ······[Default:·auto]
21528 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)21528 ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8)
21529 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is21529 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
21530 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The21530 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
21531 ······default·value·is·the·number·of·processors·apparently·available·to·the21531 ······default·value·is·the·number·of·processors·apparently·available·to·the
21532 ······JVM.21532 ······JVM.
21533 ······[Default:·20]21533 ······[Default:·42]
21534 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)21534 ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8)
21535 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order21535 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
21536 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are21536 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
21537 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.21537 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
21538 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced21538 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
21539 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix21539 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
21540 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to21540 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 23150, 15 lines modifiedOffset 23150, 15 lines modified
23150 ······Password·for·logging·in·to·SQL·database.23150 ······Password·for·logging·in·to·SQL·database.
23151 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23151 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23152 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,23152 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,
23153 ······or·statements·may·be·separated·by·semicolon·(";")·characters.23153 ······or·statements·may·be·separated·by·semicolon·(";")·characters.
23154 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23154 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23155 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23155 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23156 ······username.23156 ······username.
23157 ······[Default:·pbuilder1]23157 ······[Default:·pbuilder2]
23158 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23158 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23159 Here·are·some·examples·of·sqlclient:23159 Here·are·some·examples·of·sqlclient:
23160 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET23160 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET
23161 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan23161 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan
23162 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the23162 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the
23163 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a23163 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a
23164 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's23164 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's
Max diff block lines reached; 1958/10136 bytes (19.32%) of diff not shown.