35.5 KB
/srv/reproducible-results/rbuild-debian/r-b-build.xscv6U18/b1/starjava-ttools_3.5.2-1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.xscv6U18/b2/starjava-ttools_3.5.2-1_amd64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·f9ea3d9d782b0e1a4f1fc7769348a77e·67592·java·optional·jython-stilts_3.5.2-1_all.deb1 ·0e9177f61e5ddfda3bf8a2d3b36bf0c7·67596·java·optional·jython-stilts_3.5.2-1_all.deb
2 ·868d0cef829f4af1c7fcb3bdddabd1ca·1271820·doc·optional·starlink-ttools-java-doc_3.5.2-1_all.deb2 ·868d0cef829f4af1c7fcb3bdddabd1ca·1271820·doc·optional·starlink-ttools-java-doc_3.5.2-1_all.deb
3 ·41dc8abe571969a3dffdad070da0bf04·5359400·java·optional·starlink-ttools-java_3.5.2-1_all.deb 
4 ·7e2bf202ac594a5ac5e7a754b469bd5d·2547820·doc·optional·stilts-doc_3.5.2-1_all.deb3 ·91daa8aa0a3700fb02b794dd7ada2c4c·5359188·java·optional·starlink-ttools-java_3.5.2-1_all.deb
 4 ·d0eefbca7a201655245bda74eb59ae03·2547776·doc·optional·stilts-doc_3.5.2-1_all.deb
5 ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb5 ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb
8.03 KB
jython-stilts_3.5.2-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0····66028·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0····66032·2025-03-12·21:11:06.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 1520, 15 lines modifiedOffset 1520, 15 lines modified
1520 ········env·=·_JyEnvironment()1520 ········env·=·_JyEnvironment()
1521 ········env.setValue('format',·_map_env_value(format))1521 ········env.setValue('format',·_map_env_value(format))
1522 ········env.setValue('client',·_map_env_value(client))1522 ········env.setValue('client',·_map_env_value(client))
1523 ········mode·=·_stilts.getModeFactory().createObject('samp')1523 ········mode·=·_stilts.getModeFactory().createObject('samp')
1524 ········consumer·=·mode.createConsumer(env)1524 ········consumer·=·mode.createConsumer(env)
1525 ········_check_unused_args(env)1525 ········_check_unused_args(env)
1526 ········consumer.consume(self)1526 ········consumer.consume(self)
1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1528 ········'''\1528 ········'''\
1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1531 ····1531 ····
1532 ····Parameters:1532 ····Parameters:
1533 ····1533 ····
1534 ·······protocol·=·<jdbc-protocol>·······(String)1534 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1570, 15 lines modifiedOffset 1570, 15 lines modified
1570 ················of·columns)·for·the·data·being·written.1570 ················of·columns)·for·the·data·being·written.
1571 ····1571 ····
1572 ··········[Default:·create]1572 ··········[Default:·create]
1573 ····1573 ····
1574 ·······user·=·<username>·······(String)1574 ·······user·=·<username>·······(String)
1575 ··········User·name·for·the·SQL·connection·to·the·database.1575 ··········User·name·for·the·SQL·connection·to·the·database.
1576 ····1576 ····
1577 ··········[Default:·pbuilder1]1577 ··········[Default:·pbuilder2]
1578 ····1578 ····
1579 ·······password·=·<passwd>·······(String)1579 ·······password·=·<passwd>·······(String)
1580 ··········Password·for·the·SQL·connection·to·the·database.1580 ··········Password·for·the·SQL·connection·to·the·database.
1581 ····'''1581 ····'''
1582 ········env·=·_JyEnvironment()1582 ········env·=·_JyEnvironment()
1583 ········env.setValue('protocol',·_map_env_value(protocol))1583 ········env.setValue('protocol',·_map_env_value(protocol))
1584 ········env.setValue('db',·_map_env_value(db))1584 ········env.setValue('db',·_map_env_value(db))
Offset 4421, 15 lines modifiedOffset 4421, 15 lines modified
4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4422 ······as·well·for·the·connection·to·be·made.4422 ······as·well·for·the·connection·to·be·made.
  
4423 ···user·=·<value>·······(String)4423 ···user·=·<value>·······(String)
4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4425 ······current·username.4425 ······current·username.
  
4426 ······[Default:·pbuilder1]4426 ······[Default:·pbuilder2]
  
4427 ···password·=·<value>·······(String)4427 ···password·=·<value>·······(String)
4428 ······Password·for·logging·in·to·SQL·database.4428 ······Password·for·logging·in·to·SQL·database.
  
4429 ···sql·=·<sql>·······(String)4429 ···sql·=·<sql>·······(String)
4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4628, 15 lines modifiedOffset 4628, 15 lines modified
4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4629 ······as·well·for·the·connection·to·be·made.4629 ······as·well·for·the·connection·to·be·made.
  
4630 ···user·=·<value>·······(String)4630 ···user·=·<value>·······(String)
4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4632 ······current·username.4632 ······current·username.
  
4633 ······[Default:·pbuilder1]4633 ······[Default:·pbuilder2]
  
4634 ···password·=·<value>·······(String)4634 ···password·=·<value>·······(String)
4635 ······Password·for·logging·in·to·SQL·database.4635 ······Password·for·logging·in·to·SQL·database.
  
4636 ···dbtable·=·<table-name>·······(String)4636 ···dbtable·=·<table-name>·······(String)
4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4638 ······remote·data.4638 ······remote·data.
Offset 4736, 15 lines modifiedOffset 4736, 15 lines modified
4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4737 ······as·well·for·the·connection·to·be·made.4737 ······as·well·for·the·connection·to·be·made.
  
4738 ···user·=·<value>·······(String)4738 ···user·=·<value>·······(String)
4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4740 ······current·username.4740 ······current·username.
  
4741 ······[Default:·pbuilder1]4741 ······[Default:·pbuilder2]
  
4742 ···password·=·<value>·······(String)4742 ···password·=·<value>·······(String)
4743 ······Password·for·logging·in·to·SQL·database.4743 ······Password·for·logging·in·to·SQL·database.
  
4744 ···select·=·<select-stmt>·······(String)4744 ···select·=·<select-stmt>·······(String)
4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4746 ······statement·to·identify·which·rows·undergo·updates.4746 ······statement·to·identify·which·rows·undergo·updates.
Offset 7988, 15 lines modifiedOffset 7988, 15 lines modified
  
7988 ···parallel·=·<int-value>·······(Integer)7988 ···parallel·=·<int-value>·······(Integer)
7989 ······Determines·how·many·threads·will·run·in·parallel·if·animation7989 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7990 ······output·is·being·produced.·Only·used·if·the·animate·parameter7990 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7991 ······is·supplied.·The·default·value·is·the·number·of·processors7991 ······is·supplied.·The·default·value·is·the·number·of·processors
7992 ······apparently·available·to·the·JVM.7992 ······apparently·available·to·the·JVM.
  
7993 ······[Default:·42]7993 ······[Default:·40]
  
7994 ···xlog·=·true|false·······(Boolean)7994 ···xlog·=·true|false·······(Boolean)
7995 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7995 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7996 ······true·it·is·logarithmic.7996 ······true·it·is·logarithmic.
  
7997 ······[Default:·false]7997 ······[Default:·false]
  
Offset 8775, 15 lines modifiedOffset 8775, 15 lines modified
  
8775 ···parallel·=·<int-value>·······(Integer)8775 ···parallel·=·<int-value>·······(Integer)
8776 ······Determines·how·many·threads·will·run·in·parallel·if·animation8776 ······Determines·how·many·threads·will·run·in·parallel·if·animation
8777 ······output·is·being·produced.·Only·used·if·the·animate·parameter8777 ······output·is·being·produced.·Only·used·if·the·animate·parameter
8778 ······is·supplied.·The·default·value·is·the·number·of·processors8778 ······is·supplied.·The·default·value·is·the·number·of·processors
8779 ······apparently·available·to·the·JVM.8779 ······apparently·available·to·the·JVM.
  
8780 ······[Default:·42]8780 ······[Default:·40]
  
8781 ···projection·=·sin|aitoff|aitoff0|car|car0·······8781 ···projection·=·sin|aitoff|aitoff0|car|car0·······
8782 ···(uk.ac.starlink.ttools.plot2.geom.Projection)8782 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
8783 ······Sky·projection·used·to·display·the·plot.8783 ······Sky·projection·used·to·display·the·plot.
  
8784 ······The·available·options·are:8784 ······The·available·options·are:
  
Offset 9467, 15 lines modifiedOffset 9467, 15 lines modified
  
9467 ···parallel·=·<int-value>·······(Integer)9467 ···parallel·=·<int-value>·······(Integer)
9468 ······Determines·how·many·threads·will·run·in·parallel·if·animation9468 ······Determines·how·many·threads·will·run·in·parallel·if·animation
9469 ······output·is·being·produced.·Only·used·if·the·animate·parameter9469 ······output·is·being·produced.·Only·used·if·the·animate·parameter
9470 ······is·supplied.·The·default·value·is·the·number·of·processors9470 ······is·supplied.·The·default·value·is·the·number·of·processors
9471 ······apparently·available·to·the·JVM.9471 ······apparently·available·to·the·JVM.
  
9472 ······[Default:·42]9472 ······[Default:·40]
  
9473 ···xlog·=·true|false·······(Boolean)9473 ···xlog·=·true|false·······(Boolean)
9474 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if9474 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
9475 ······true·it·is·logarithmic.9475 ······true·it·is·logarithmic.
  
9476 ······[Default:·false]9476 ······[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·2025-03-12·21:11:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····1244·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1244·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5357964·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··5357752·2025-03-12·21:11:06.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):··········2025·Mar·12·21:11:06178 ··file·last·modified·on·(DOS·date/time):··········2025·Mar·12·21:11:06
179 ··32-bit·CRC·value·(hex):·························5c076c1e179 ··32-bit·CRC·value·(hex):·························881d622e
180 ··compressed·size:································93592·bytes180 ··compressed·size:································93592·bytes
181 ··uncompressed·size:······························547682·bytes181 ··uncompressed·size:······························547682·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.58 KB
    
Offset 100, 15 lines modifiedOffset 100, 15 lines modified
100 0002F2·Extract·Zip·Spec······0A·(10)·'1.0'100 0002F2·Extract·Zip·Spec······0A·(10)·'1.0'
101 0002F3·Extract·OS············00·(0)·'MS-DOS'101 0002F3·Extract·OS············00·(0)·'MS-DOS'
102 0002F4·General·Purpose·Flag··0800·(2048)102 0002F4·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 0002F6·Compression·Method····0008·(8)·'Deflated'105 0002F6·Compression·Method····0008·(8)·'Deflated'
106 0002F8·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'106 0002F8·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
107 0002FC·CRC···················5C076C1E·(1543990302)107 0002FC·CRC···················881D622E·(2283627054)
108 000300·Compressed·Size·······00016D98·(93592)108 000300·Compressed·Size·······00016D98·(93592)
109 000304·Uncompressed·Size·····00085B62·(547682)109 000304·Uncompressed·Size·····00085B62·(547682)
110 000308·Filename·Length·······0009·(9)110 000308·Filename·Length·······0009·(9)
111 00030A·Extra·Length··········0000·(0)111 00030A·Extra·Length··········0000·(0)
112 00030C·Filename··············'XXXXXXXXX'112 00030C·Filename··············'XXXXXXXXX'
113 #113 #
114 #·WARNING:·Offset·0x30C:·Filename·'XXXXXXXXX'114 #·WARNING:·Offset·0x30C:·Filename·'XXXXXXXXX'
Offset 73682, 15 lines modifiedOffset 73682, 15 lines modified
73682 548214·Extract·Zip·Spec······0A·(10)·'1.0'73682 548214·Extract·Zip·Spec······0A·(10)·'1.0'
73683 548215·Extract·OS············00·(0)·'MS-DOS'73683 548215·Extract·OS············00·(0)·'MS-DOS'
73684 548216·General·Purpose·Flag··0800·(2048)73684 548216·General·Purpose·Flag··0800·(2048)
73685 ·······[Bits·1-2]············0·'Normal·Compression'73685 ·······[Bits·1-2]············0·'Normal·Compression'
73686 ·······[Bit·11]··············1·'Language·Encoding'73686 ·······[Bit·11]··············1·'Language·Encoding'
73687 548218·Compression·Method····0008·(8)·'Deflated'73687 548218·Compression·Method····0008·(8)·'Deflated'
73688 54821A·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'73688 54821A·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
73689 54821E·CRC···················5C076C1E·(1543990302)73689 54821E·CRC···················881D622E·(2283627054)
73690 548222·Compressed·Size·······00016D98·(93592)73690 548222·Compressed·Size·······00016D98·(93592)
73691 548226·Uncompressed·Size·····00085B62·(547682)73691 548226·Uncompressed·Size·····00085B62·(547682)
73692 54822A·Filename·Length·······0009·(9)73692 54822A·Filename·Length·······0009·(9)
73693 54822C·Extra·Length··········0000·(0)73693 54822C·Extra·Length··········0000·(0)
73694 54822E·Comment·Length········0000·(0)73694 54822E·Comment·Length········0000·(0)
73695 548230·Disk·Start············0000·(0)73695 548230·Disk·Start············0000·(0)
73696 548232·Int·File·Attributes···0000·(0)73696 548232·Int·File·Attributes···0000·(0)
7.41 KB
    
Offset 1520, 15 lines modifiedOffset 1520, 15 lines modified
1520 ········env·=·_JyEnvironment()1520 ········env·=·_JyEnvironment()
1521 ········env.setValue('format',·_map_env_value(format))1521 ········env.setValue('format',·_map_env_value(format))
1522 ········env.setValue('client',·_map_env_value(client))1522 ········env.setValue('client',·_map_env_value(client))
1523 ········mode·=·_stilts.getModeFactory().createObject('samp')1523 ········mode·=·_stilts.getModeFactory().createObject('samp')
1524 ········consumer·=·mode.createConsumer(env)1524 ········consumer·=·mode.createConsumer(env)
1525 ········_check_unused_args(env)1525 ········_check_unused_args(env)
1526 ········consumer.consume(self)1526 ········consumer.consume(self)
1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1528 ········'''\1528 ········'''\
1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1531 ····1531 ····
1532 ····Parameters:1532 ····Parameters:
1533 ····1533 ····
1534 ·······protocol·=·<jdbc-protocol>·······(String)1534 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1570, 15 lines modifiedOffset 1570, 15 lines modified
1570 ················of·columns)·for·the·data·being·written.1570 ················of·columns)·for·the·data·being·written.
1571 ····1571 ····
1572 ··········[Default:·create]1572 ··········[Default:·create]
1573 ····1573 ····
1574 ·······user·=·<username>·······(String)1574 ·······user·=·<username>·······(String)
1575 ··········User·name·for·the·SQL·connection·to·the·database.1575 ··········User·name·for·the·SQL·connection·to·the·database.
1576 ····1576 ····
1577 ··········[Default:·pbuilder1]1577 ··········[Default:·pbuilder2]
1578 ····1578 ····
1579 ·······password·=·<passwd>·······(String)1579 ·······password·=·<passwd>·······(String)
1580 ··········Password·for·the·SQL·connection·to·the·database.1580 ··········Password·for·the·SQL·connection·to·the·database.
1581 ····'''1581 ····'''
1582 ········env·=·_JyEnvironment()1582 ········env·=·_JyEnvironment()
1583 ········env.setValue('protocol',·_map_env_value(protocol))1583 ········env.setValue('protocol',·_map_env_value(protocol))
1584 ········env.setValue('db',·_map_env_value(db))1584 ········env.setValue('db',·_map_env_value(db))
Offset 4421, 15 lines modifiedOffset 4421, 15 lines modified
4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4422 ······as·well·for·the·connection·to·be·made.4422 ······as·well·for·the·connection·to·be·made.
  
4423 ···user·=·<value>·······(String)4423 ···user·=·<value>·······(String)
4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4425 ······current·username.4425 ······current·username.
  
4426 ······[Default:·pbuilder1]4426 ······[Default:·pbuilder2]
  
4427 ···password·=·<value>·······(String)4427 ···password·=·<value>·······(String)
4428 ······Password·for·logging·in·to·SQL·database.4428 ······Password·for·logging·in·to·SQL·database.
  
4429 ···sql·=·<sql>·······(String)4429 ···sql·=·<sql>·······(String)
4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4628, 15 lines modifiedOffset 4628, 15 lines modified
4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4629 ······as·well·for·the·connection·to·be·made.4629 ······as·well·for·the·connection·to·be·made.
  
4630 ···user·=·<value>·······(String)4630 ···user·=·<value>·······(String)
4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4632 ······current·username.4632 ······current·username.
  
4633 ······[Default:·pbuilder1]4633 ······[Default:·pbuilder2]
  
4634 ···password·=·<value>·······(String)4634 ···password·=·<value>·······(String)
4635 ······Password·for·logging·in·to·SQL·database.4635 ······Password·for·logging·in·to·SQL·database.
  
4636 ···dbtable·=·<table-name>·······(String)4636 ···dbtable·=·<table-name>·······(String)
4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4638 ······remote·data.4638 ······remote·data.
Offset 4736, 15 lines modifiedOffset 4736, 15 lines modified
4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4737 ······as·well·for·the·connection·to·be·made.4737 ······as·well·for·the·connection·to·be·made.
  
4738 ···user·=·<value>·······(String)4738 ···user·=·<value>·······(String)
4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4740 ······current·username.4740 ······current·username.
  
4741 ······[Default:·pbuilder1]4741 ······[Default:·pbuilder2]
  
4742 ···password·=·<value>·······(String)4742 ···password·=·<value>·······(String)
4743 ······Password·for·logging·in·to·SQL·database.4743 ······Password·for·logging·in·to·SQL·database.
  
4744 ···select·=·<select-stmt>·······(String)4744 ···select·=·<select-stmt>·······(String)
4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4746 ······statement·to·identify·which·rows·undergo·updates.4746 ······statement·to·identify·which·rows·undergo·updates.
Offset 7988, 15 lines modifiedOffset 7988, 15 lines modified
  
7988 ···parallel·=·<int-value>·······(Integer)7988 ···parallel·=·<int-value>·······(Integer)
7989 ······Determines·how·many·threads·will·run·in·parallel·if·animation7989 ······Determines·how·many·threads·will·run·in·parallel·if·animation
7990 ······output·is·being·produced.·Only·used·if·the·animate·parameter7990 ······output·is·being·produced.·Only·used·if·the·animate·parameter
7991 ······is·supplied.·The·default·value·is·the·number·of·processors7991 ······is·supplied.·The·default·value·is·the·number·of·processors
7992 ······apparently·available·to·the·JVM.7992 ······apparently·available·to·the·JVM.
  
7993 ······[Default:·42]7993 ······[Default:·40]
  
7994 ···xlog·=·true|false·······(Boolean)7994 ···xlog·=·true|false·······(Boolean)
7995 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if7995 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
7996 ······true·it·is·logarithmic.7996 ······true·it·is·logarithmic.
  
7997 ······[Default:·false]7997 ······[Default:·false]
  
Offset 8775, 15 lines modifiedOffset 8775, 15 lines modified
  
8775 ···parallel·=·<int-value>·······(Integer)8775 ···parallel·=·<int-value>·······(Integer)
8776 ······Determines·how·many·threads·will·run·in·parallel·if·animation8776 ······Determines·how·many·threads·will·run·in·parallel·if·animation
8777 ······output·is·being·produced.·Only·used·if·the·animate·parameter8777 ······output·is·being·produced.·Only·used·if·the·animate·parameter
8778 ······is·supplied.·The·default·value·is·the·number·of·processors8778 ······is·supplied.·The·default·value·is·the·number·of·processors
8779 ······apparently·available·to·the·JVM.8779 ······apparently·available·to·the·JVM.
  
8780 ······[Default:·42]8780 ······[Default:·40]
  
8781 ···projection·=·sin|aitoff|aitoff0|car|car0·······8781 ···projection·=·sin|aitoff|aitoff0|car|car0·······
8782 ···(uk.ac.starlink.ttools.plot2.geom.Projection)8782 ···(uk.ac.starlink.ttools.plot2.geom.Projection)
8783 ······Sky·projection·used·to·display·the·plot.8783 ······Sky·projection·used·to·display·the·plot.
  
8784 ······The·available·options·are:8784 ······The·available·options·are:
  
Offset 9467, 15 lines modifiedOffset 9467, 15 lines modified
  
9467 ···parallel·=·<int-value>·······(Integer)9467 ···parallel·=·<int-value>·······(Integer)
9468 ······Determines·how·many·threads·will·run·in·parallel·if·animation9468 ······Determines·how·many·threads·will·run·in·parallel·if·animation
9469 ······output·is·being·produced.·Only·used·if·the·animate·parameter9469 ······output·is·being·produced.·Only·used·if·the·animate·parameter
9470 ······is·supplied.·The·default·value·is·the·number·of·processors9470 ······is·supplied.·The·default·value·is·the·number·of·processors
9471 ······apparently·available·to·the·JVM.9471 ······apparently·available·to·the·JVM.
  
9472 ······[Default:·42]9472 ······[Default:·40]
  
9473 ···xlog·=·true|false·······(Boolean)9473 ···xlog·=·true|false·······(Boolean)
9474 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if9474 ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if
9475 ······true·it·is·logarithmic.9475 ······true·it·is·logarithmic.
  
9476 ······[Default:·false]9476 ······[Default:·false]
  
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown.
15.9 KB
stilts-doc_3.5.2-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··2544248·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··2544204·2025-03-12·21:11:06.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 9146, 15 lines modifiedOffset 9146, 15 lines modified
9146 ················</dt>9146 ················</dt>
9147 ················9147 ················
9148 ················<dd>9148 ················<dd>
9149 ····················User·name·for·the·SQL·connection·to·the·database.9149 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
9150 ····················<p>9150 ····················<p>
9151 ························[Default:·<code>pbuilder1</code>]9151 ························[Default:·<code>pbuilder2</code>]
9152 ····················</p>9152 ····················</p>
9153 ················</dd>9153 ················</dd>
9154 ················9154 ················
9155 ················<dt>9155 ················<dt>
9156 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>9156 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
9157 ················</dt>9157 ················</dt>
9158 ················9158 ················
Offset 62491, 15 lines modifiedOffset 62491, 15 lines modified
62491 Only·used·if·the·<code>animate</code>62491 Only·used·if·the·<code>animate</code>
62492 parameter·is·supplied.62492 parameter·is·supplied.
62493 The·default·value·is·the·number·of·processors·apparently62493 The·default·value·is·the·number·of·processors·apparently
62494 available·to·the·JVM.62494 available·to·the·JVM.
  
  
62495 ····················<p>62495 ····················<p>
62496 ························[Default:·<code>42</code>]62496 ························[Default:·<code>40</code>]
62497 ····················</p>62497 ····················</p>
62498 ················</dd>62498 ················</dd>
62499 ················62499 ················
62500 ················<dt>62500 ················<dt>
62501 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>62501 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
62502 ················</dt>62502 ················</dt>
62503 ················62503 ················
Offset 64693, 15 lines modifiedOffset 64693, 15 lines modified
64693 Only·used·if·the·<code>animate</code>64693 Only·used·if·the·<code>animate</code>
64694 parameter·is·supplied.64694 parameter·is·supplied.
64695 The·default·value·is·the·number·of·processors·apparently64695 The·default·value·is·the·number·of·processors·apparently
64696 available·to·the·JVM.64696 available·to·the·JVM.
  
  
64697 ····················<p>64697 ····················<p>
64698 ························[Default:·<code>42</code>]64698 ························[Default:·<code>40</code>]
64699 ····················</p>64699 ····················</p>
64700 ················</dd>64700 ················</dd>
64701 ················64701 ················
64702 ················<dt>64702 ················<dt>
64703 ····················<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>64703 ····················<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>
64704 ················</dt>64704 ················</dt>
64705 ················64705 ················
Offset 66463, 15 lines modifiedOffset 66463, 15 lines modified
66463 Only·used·if·the·<code>animate</code>66463 Only·used·if·the·<code>animate</code>
66464 parameter·is·supplied.66464 parameter·is·supplied.
66465 The·default·value·is·the·number·of·processors·apparently66465 The·default·value·is·the·number·of·processors·apparently
66466 available·to·the·JVM.66466 available·to·the·JVM.
  
  
66467 ····················<p>66467 ····················<p>
66468 ························[Default:·<code>42</code>]66468 ························[Default:·<code>40</code>]
66469 ····················</p>66469 ····················</p>
66470 ················</dd>66470 ················</dd>
66471 ················66471 ················
66472 ················<dt>66472 ················<dt>
66473 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>66473 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
66474 ················</dt>66474 ················</dt>
66475 ················66475 ················
Offset 68504, 15 lines modifiedOffset 68504, 15 lines modified
68504 Only·used·if·the·<code>animate</code>68504 Only·used·if·the·<code>animate</code>
68505 parameter·is·supplied.68505 parameter·is·supplied.
68506 The·default·value·is·the·number·of·processors·apparently68506 The·default·value·is·the·number·of·processors·apparently
68507 available·to·the·JVM.68507 available·to·the·JVM.
  
  
68508 ····················<p>68508 ····················<p>
68509 ························[Default:·<code>42</code>]68509 ························[Default:·<code>40</code>]
68510 ····················</p>68510 ····················</p>
68511 ················</dd>68511 ················</dd>
68512 ················68512 ················
68513 ················<dt>68513 ················<dt>
68514 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>68514 ····················<strong><code>phi·=·&lt;degrees&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(Double)</em></strong>
68515 ················</dt>68515 ················</dt>
68516 ················68516 ················
Offset 70304, 15 lines modifiedOffset 70304, 15 lines modified
70304 Only·used·if·the·<code>animate</code>70304 Only·used·if·the·<code>animate</code>
70305 parameter·is·supplied.70305 parameter·is·supplied.
70306 The·default·value·is·the·number·of·processors·apparently70306 The·default·value·is·the·number·of·processors·apparently
70307 available·to·the·JVM.70307 available·to·the·JVM.
  
  
70308 ····················<p>70308 ····················<p>
70309 ························[Default:·<code>42</code>]70309 ························[Default:·<code>40</code>]
70310 ····················</p>70310 ····················</p>
70311 ················</dd>70311 ················</dd>
70312 ················70312 ················
70313 ················<dt>70313 ················<dt>
70314 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>70314 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
70315 ················</dt>70315 ················</dt>
70316 ················70316 ················
Offset 72373, 15 lines modifiedOffset 72373, 15 lines modified
72373 Only·used·if·the·<code>animate</code>72373 Only·used·if·the·<code>animate</code>
72374 parameter·is·supplied.72374 parameter·is·supplied.
72375 The·default·value·is·the·number·of·processors·apparently72375 The·default·value·is·the·number·of·processors·apparently
72376 available·to·the·JVM.72376 available·to·the·JVM.
  
  
72377 ····················<p>72377 ····················<p>
72378 ························[Default:·<code>42</code>]72378 ························[Default:·<code>40</code>]
72379 ····················</p>72379 ····················</p>
72380 ················</dd>72380 ················</dd>
72381 ················72381 ················
72382 ················<dt>72382 ················<dt>
72383 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>72383 ····················<strong><code>seq·=·&lt;suffix&gt;[,...]</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String[])</em></strong>
72384 ················</dt>72384 ················</dt>
72385 ················72385 ················
Offset 77775, 15 lines modifiedOffset 77775, 15 lines modified
77775 ················77775 ················
77776 ················<dd>77776 ················<dd>
77777 ····················User·name·for·logging·in·to·SQL·database.77777 ····················User·name·for·logging·in·to·SQL·database.
77778 Defaults·to·the·current·username.77778 Defaults·to·the·current·username.
  
  
77779 ····················<p>77779 ····················<p>
77780 ························[Default:·<code>pbuilder1</code>]77780 ························[Default:·<code>pbuilder2</code>]
77781 ····················</p>77781 ····················</p>
77782 ················</dd>77782 ················</dd>
77783 ················77783 ················
77784 ············</dl>77784 ············</dl>
77785 ············77785 ············
77786 ········</p>77786 ········</p>
77787 ········77787 ········
Max diff block lines reached; 985/5527 bytes (17.82%) of diff not shown.
9.92 KB
html2text {}
    
Offset 3533, 15 lines modifiedOffset 3533, 15 lines modified
3533 ············of·the·same·name·already·exists,·it·is·dropped·first.3533 ············of·the·same·name·already·exists,·it·is·dropped·first.
3534 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named3534 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named
3535 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the3535 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the
3536 ············data·being·written.3536 ············data·being·written.
3537 ······[Default:·create]3537 ······[Default:·create]
3538 ··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)3538 ··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)
3539 ······User·name·for·the·SQL·connection·to·the·database.3539 ······User·name·for·the·SQL·connection·to·the·database.
3540 ······[Default:·pbuilder1]3540 ······[Default:·pbuilder2]
3541 ··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)3541 ··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)
3542 ······Password·for·the·SQL·connection·to·the·database.3542 ······Password·for·the·SQL·connection·to·the·database.
3543 ===============================================================================3543 ===============================================================================
3544 *\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*3544 *\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*
3545 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.3545 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.
3546 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or3546 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or
3547 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such3547 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such
Offset 19156, 15 lines modifiedOffset 19156, 15 lines modified
19156 ············parameter19156 ············parameter
19157 ······[Default:·auto]19157 ······[Default:·auto]
19158 ··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)19158 ··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)
19159 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is19159 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
19160 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The19160 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
19161 ······default·value·is·the·number·of·processors·apparently·available·to·the19161 ······default·value·is·the·number·of·processors·apparently·available·to·the
19162 ······JVM.19162 ······JVM.
19163 ······[Default:·42]19163 ······[Default:·40]
19164 ··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)19164 ··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)
19165 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order19165 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
19166 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are19166 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
19167 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.19167 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
19168 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced19168 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
19169 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix19169 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
19170 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to19170 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 19853, 15 lines modifiedOffset 19853, 15 lines modified
19853 ············parameter19853 ············parameter
19854 ······[Default:·auto]19854 ······[Default:·auto]
19855 ··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)19855 ··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)
19856 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is19856 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
19857 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The19857 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
19858 ······default·value·is·the·number·of·processors·apparently·available·to·the19858 ······default·value·is·the·number·of·processors·apparently·available·to·the
19859 ······JVM.19859 ······JVM.
19860 ······[Default:·42]19860 ······[Default:·40]
19861 ··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)19861 ··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)
19862 ······Sky·projection·used·to·display·the·plot.19862 ······Sky·projection·used·to·display·the·plot.
19863 ······The·available·options·are:19863 ······The·available·options·are:
19864 ··········*·sin:·rotatable·sphere19864 ··········*·sin:·rotatable·sphere
19865 ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center19865 ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center
19866 ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center19866 ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center
19867 ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=019867 ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0
Offset 20424, 15 lines modifiedOffset 20424, 15 lines modified
20424 ············parameter20424 ············parameter
20425 ······[Default:·auto]20425 ······[Default:·auto]
20426 ··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)20426 ··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)
20427 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is20427 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
20428 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The20428 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
20429 ······default·value·is·the·number·of·processors·apparently·available·to·the20429 ······default·value·is·the·number·of·processors·apparently·available·to·the
20430 ······JVM.20430 ······JVM.
20431 ······[Default:·42]20431 ······[Default:·40]
20432 ··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)20432 ··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)
20433 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of20433 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
20434 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the20434 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the
20435 ······initial·Z·axis·applied·before·the·plot·is·viewed.20435 ······initial·Z·axis·applied·before·the·plot·is·viewed.
20436 ······[Default:·30]20436 ······[Default:·30]
20437 ··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)20437 ··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)
20438 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of20438 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
Offset 21077, 15 lines modifiedOffset 21077, 15 lines modified
21077 ············parameter21077 ············parameter
21078 ······[Default:·auto]21078 ······[Default:·auto]
21079 ··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)21079 ··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)
21080 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is21080 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
21081 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The21081 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
21082 ······default·value·is·the·number·of·processors·apparently·available·to·the21082 ······default·value·is·the·number·of·processors·apparently·available·to·the
21083 ······JVM.21083 ······JVM.
21084 ······[Default:·42]21084 ······[Default:·40]
21085 ··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)21085 ··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)
21086 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of21086 ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
21087 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the21087 ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the
21088 ······initial·Z·axis·applied·before·the·plot·is·viewed.21088 ······initial·Z·axis·applied·before·the·plot·is·viewed.
21089 ······[Default:·30]21089 ······[Default:·30]
21090 ··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)21090 ··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)
21091 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of21091 ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of
Offset 21673, 15 lines modifiedOffset 21673, 15 lines modified
21673 ············parameter21673 ············parameter
21674 ······[Default:·auto]21674 ······[Default:·auto]
21675 ··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)21675 ··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)
21676 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is21676 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
21677 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The21677 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
21678 ······default·value·is·the·number·of·processors·apparently·available·to·the21678 ······default·value·is·the·number·of·processors·apparently·available·to·the
21679 ······JVM.21679 ······JVM.
21680 ······[Default:·42]21680 ······[Default:·40]
21681 ··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)21681 ··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)
21682 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order21682 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
21683 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are21683 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
21684 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.21684 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
21685 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced21685 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
21686 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix21686 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
21687 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to21687 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 22345, 15 lines modifiedOffset 22345, 15 lines modified
22345 ············parameter22345 ············parameter
22346 ······[Default:·auto]22346 ······[Default:·auto]
22347 ··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)22347 ··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)
22348 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is22348 ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is
22349 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The22349 ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The
22350 ······default·value·is·the·number·of·processors·apparently·available·to·the22350 ······default·value·is·the·number·of·processors·apparently·available·to·the
22351 ······JVM.22351 ······JVM.
22352 ······[Default:·42]22352 ······[Default:·40]
22353 ··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)22353 ··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)
22354 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order22354 ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order
22355 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are22355 ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are
22356 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.22356 ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones.
22357 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced22357 ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced
22358 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix22358 ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix
22359 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to22359 ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to
Offset 23969, 15 lines modifiedOffset 23969, 15 lines modified
23969 ······Password·for·logging·in·to·SQL·database.23969 ······Password·for·logging·in·to·SQL·database.
23970 ··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)23970 ··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)
23971 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,23971 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,
23972 ······or·statements·may·be·separated·by·semicolon·(";")·characters.23972 ······or·statements·may·be·separated·by·semicolon·(";")·characters.
23973 ··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)23973 ··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)
23974 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23974 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23975 ······username.23975 ······username.
23976 ······[Default:·pbuilder1]23976 ······[Default:·pbuilder2]
23977 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23977 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23978 Here·are·some·examples·of·sqlclient:23978 Here·are·some·examples·of·sqlclient:
23979 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET23979 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET
23980 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan23980 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan
23981 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the23981 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the
23982 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a23982 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a
23983 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's23983 ······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.