52.9 KB
/srv/reproducible-results/rbuild-debian/r-b-build.gs4tbeZA/b1/starjava-ttools_3.5.2-1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.gs4tbeZA/b2/starjava-ttools_3.5.2-1_amd64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·0327921e816149cd922fabb60ba40c62·67588·java·optional·jython-stilts_3.5.2-1_all.deb1 ·65d669edf0e0f2cea8e8a4e49bdfe733·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 ·1d7e47860d755d8d4a2c660798871a28·5359408·java·optional·starlink-ttools-java_3.5.2-1_all.deb 
4 ·83716f330d544722b04c4214c851a760·2547796·doc·optional·stilts-doc_3.5.2-1_all.deb3 ·99a9a2a7b652580bd2fa195d790d58ae·5359148·java·optional·starlink-ttools-java_3.5.2-1_all.deb
 4 ·58528049a82220615ccdfbec1ef3abb9·2547832·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····66024·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:·40]7993 ······[Default:·42]
  
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:·40]8780 ······[Default:·42]
  
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:·40]9472 ······[Default:·42]
  
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.7 KB
452 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·····1240·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··5357976·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··5357712·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):·························afa7ddf1179 ··32-bit·CRC·value·(hex):·························7bbdd3c1
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 0002F3·Extract·Zip·Spec······0A·(10)·'1.0'100 0002F3·Extract·Zip·Spec······0A·(10)·'1.0'
101 0002F4·Extract·OS············00·(0)·'MS-DOS'101 0002F4·Extract·OS············00·(0)·'MS-DOS'
102 0002F5·General·Purpose·Flag··0800·(2048)102 0002F5·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 0002F7·Compression·Method····0008·(8)·'Deflated'105 0002F7·Compression·Method····0008·(8)·'Deflated'
106 0002F9·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'106 0002F9·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
107 0002FD·CRC···················AFA7DDF1·(2947014129)107 0002FD·CRC···················7BBDD3C1·(2076038081)
108 000301·Compressed·Size·······00016D98·(93592)108 000301·Compressed·Size·······00016D98·(93592)
109 000305·Uncompressed·Size·····00085B62·(547682)109 000305·Uncompressed·Size·····00085B62·(547682)
110 000309·Filename·Length·······0009·(9)110 000309·Filename·Length·······0009·(9)
111 00030B·Extra·Length··········0000·(0)111 00030B·Extra·Length··········0000·(0)
112 00030D·Filename··············'XXXXXXXXX'112 00030D·Filename··············'XXXXXXXXX'
113 #113 #
114 #·WARNING:·Offset·0x30D:·Filename·'XXXXXXXXX'114 #·WARNING:·Offset·0x30D:·Filename·'XXXXXXXXX'
Offset 73682, 15 lines modifiedOffset 73682, 15 lines modified
73682 548215·Extract·Zip·Spec······0A·(10)·'1.0'73682 548215·Extract·Zip·Spec······0A·(10)·'1.0'
73683 548216·Extract·OS············00·(0)·'MS-DOS'73683 548216·Extract·OS············00·(0)·'MS-DOS'
73684 548217·General·Purpose·Flag··0800·(2048)73684 548217·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 548219·Compression·Method····0008·(8)·'Deflated'73687 548219·Compression·Method····0008·(8)·'Deflated'
73688 54821B·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'73688 54821B·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
73689 54821F·CRC···················AFA7DDF1·(2947014129)73689 54821F·CRC···················7BBDD3C1·(2076038081)
73690 548223·Compressed·Size·······00016D98·(93592)73690 548223·Compressed·Size·······00016D98·(93592)
73691 548227·Uncompressed·Size·····00085B62·(547682)73691 548227·Uncompressed·Size·····00085B62·(547682)
73692 54822B·Filename·Length·······0009·(9)73692 54822B·Filename·Length·······0009·(9)
73693 54822D·Extra·Length··········0000·(0)73693 54822D·Extra·Length··········0000·(0)
73694 54822F·Comment·Length········0000·(0)73694 54822F·Comment·Length········0000·(0)
73695 548231·Disk·Start············0000·(0)73695 548231·Disk·Start············0000·(0)
73696 548233·Int·File·Attributes···0000·(0)73696 548233·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:·40]7993 ······[Default:·42]
  
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:·40]8780 ······[Default:·42]
  
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:·40]9472 ······[Default:·42]
  
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.
33.2 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··2544224·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··2544260·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
32.7 KB
data.tar.xz
32.7 KB
data.tar
2.1 KB
file list
    
Offset 147, 15 lines modifiedOffset 147, 15 lines modified
147 -rw-r--r--···0·root·········(0)·root·········(0)····82670·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-pweighted.png147 -rw-r--r--···0·root·········(0)·root·········(0)····82670·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-pweighted.png
148 -rw-r--r--···0·root·········(0)·root·········(0)····38246·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-translucent.png148 -rw-r--r--···0·root·········(0)·root·········(0)····38246·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-translucent.png
149 -rw-r--r--···0·root·········(0)·root·········(0)····22124·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-transparent.png149 -rw-r--r--···0·root·········(0)·root·········(0)····22124·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-transparent.png
150 -rw-r--r--···0·root·········(0)·root·········(0)····48186·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-weighted.png150 -rw-r--r--···0·root·········(0)·root·········(0)····48186·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-shading-weighted.png
151 -rw-r--r--···0·root·········(0)·root·········(0)···211597·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-skysim.png151 -rw-r--r--···0·root·········(0)·root·········(0)···211597·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/plot2-skysim.png
152 -rw-r--r--···0·root·········(0)·root·········(0)···111952·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/skyplot.png152 -rw-r--r--···0·root·········(0)·root·········(0)···111952·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/skyplot.png
153 -rw-r--r--···0·root·········(0)·root·········(0)·······67·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/sun-style.css153 -rw-r--r--···0·root·········(0)·root·········(0)·······67·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/sun-style.css
154 -rw-r--r--···0·root·········(0)·root·········(0)··3867889·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/sun256.html154 -rw-r--r--···0·root·········(0)·root·········(0)··3867895·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/sun256.html
155 -rw-r--r--···0·root·········(0)·root·········(0)····15757·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/ttools2.png155 -rw-r--r--···0·root·········(0)·root·········(0)····15757·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/ttools2.png
156 -rw-r--r--···0·root·········(0)·root·········(0)·····5294·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/xyplot.png156 -rw-r--r--···0·root·········(0)·root·········(0)·····5294·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/xyplot.png
157 -rw-r--r--···0·root·········(0)·root·········(0)·····6887·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/xyplot2.png157 -rw-r--r--···0·root·········(0)·root·········(0)·····6887·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/xyplot2.png
158 -rw-r--r--···0·root·········(0)·root·········(0)····10441·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/xyzplot.png158 -rw-r--r--···0·root·········(0)·root·········(0)····10441·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/xyzplot.png
159 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/doc/stilts-doc/159 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/doc/stilts-doc/
160 -rw-r--r--···0·root·········(0)·root·········(0)·····2304·2025-03-12·21:11:06.000000·./usr/share/doc/stilts-doc/changelog.Debian.gz160 -rw-r--r--···0·root·········(0)·root·········(0)·····2304·2025-03-12·21:11:06.000000·./usr/share/doc/stilts-doc/changelog.Debian.gz
161 -rw-r--r--···0·root·········(0)·root·········(0)·····3597·2025-03-12·21:10:41.000000·./usr/share/doc/stilts-doc/copyright161 -rw-r--r--···0·root·········(0)·root·········(0)·····3597·2025-03-12·21:10:41.000000·./usr/share/doc/stilts-doc/copyright
30.6 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 5081, 46 lines modifiedOffset 5081, 46 lines modified
5081 using·spaces.··No·metadata·apart·from·column·names·is·written.5081 using·spaces.··No·metadata·apart·from·column·names·is·written.
  
5082 ········</p>5082 ········</p>
5083 ········<p>5083 ········<p>
5084 ············The·handler·behaviour·may·be·modified·by·specifying5084 ············The·handler·behaviour·may·be·modified·by·specifying
5085 one·or·more·comma-separated·name=value·configuration·options5085 one·or·more·comma-separated·name=value·configuration·options
5086 in·parentheses·after·the·handler·name,·e.g.5086 in·parentheses·after·the·handler·name,·e.g.
5087 "<code>ascii(maxCell=158,params=false)</code>".5087 "<code>ascii(params=false,maxParam=160)</code>".
5088 The·following·options·are·available:5088 The·following·options·are·available:
  
5089 ············<dl>5089 ············<dl>
5090 ················5090 ················
5091 ················<dt>5091 ················<dt>
5092 ····················<strong><code>maxCell·=·&lt;int&gt;</code></strong>5092 ····················<strong><code>params·=·true|false</code></strong>
5093 ················</dt>5093 ················</dt>
5094 ················5094 ················
5095 ················<dd>5095 ················<dd>
5096 ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated.5096 ····················Whether·to·output·table·parameters·as·well·as·row·data.
5097 (Default:·<code>158</code>)5097 (Default:·<code>false</code>)
  
5098 ················</dd>5098 ················</dd>
5099 ················5099 ················
5100 ················<dt>5100 ················<dt>
5101 ····················<strong><code>params·=·true|false</code></strong>5101 ····················<strong><code>maxParam·=·&lt;int&gt;</code></strong>
5102 ················</dt>5102 ················</dt>
5103 ················5103 ················
5104 ················<dd>5104 ················<dd>
5105 ····················Whether·to·output·table·parameters·as·well·as·row·data.5105 ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated.
5106 (Default:·<code>false</code>)5106 (Default:·<code>160</code>)
  
5107 ················</dd>5107 ················</dd>
5108 ················5108 ················
5109 ················<dt>5109 ················<dt>
5110 ····················<strong><code>maxParam·=·&lt;int&gt;</code></strong>5110 ····················<strong><code>maxCell·=·&lt;int&gt;</code></strong>
5111 ················</dt>5111 ················</dt>
5112 ················5112 ················
5113 ················<dd>5113 ················<dd>
5114 ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated.5114 ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated.
5115 (Default:·<code>160</code>)5115 (Default:·<code>158</code>)
  
5116 ················</dd>5116 ················</dd>
5117 ················5117 ················
5118 ················<dt>5118 ················<dt>
5119 ····················<strong><code>sampledRows·=·&lt;int&gt;</code></strong>5119 ····················<strong><code>sampledRows·=·&lt;int&gt;</code></strong>
5120 ················</dt>5120 ················</dt>
5121 ················5121 ················
Offset 5171, 46 lines modifiedOffset 5171, 46 lines modified
5171 as·well·as·table·parameters.5171 as·well·as·table·parameters.
  
5172 ········</p>5172 ········</p>
5173 ········<p>5173 ········<p>
5174 ············The·handler·behaviour·may·be·modified·by·specifying5174 ············The·handler·behaviour·may·be·modified·by·specifying
5175 one·or·more·comma-separated·name=value·configuration·options5175 one·or·more·comma-separated·name=value·configuration·options
5176 in·parentheses·after·the·handler·name,·e.g.5176 in·parentheses·after·the·handler·name,·e.g.
5177 "<code>ipac(maxCell=1000,params=true)</code>".5177 "<code>ipac(params=true,maxParam=100000)</code>".
5178 The·following·options·are·available:5178 The·following·options·are·available:
  
5179 ············<dl>5179 ············<dl>
5180 ················5180 ················
5181 ················<dt>5181 ················<dt>
5182 ····················<strong><code>maxCell·=·&lt;int&gt;</code></strong>5182 ····················<strong><code>params·=·true|false</code></strong>
5183 ················</dt>5183 ················</dt>
5184 ················5184 ················
5185 ················<dd>5185 ················<dd>
5186 ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated.5186 ····················Whether·to·output·table·parameters·as·well·as·row·data.
5187 (Default:·<code>1000</code>)5187 (Default:·<code>true</code>)
  
5188 ················</dd>5188 ················</dd>
5189 ················5189 ················
5190 ················<dt>5190 ················<dt>
5191 ····················<strong><code>params·=·true|false</code></strong>5191 ····················<strong><code>maxParam·=·&lt;int&gt;</code></strong>
5192 ················</dt>5192 ················</dt>
5193 ················5193 ················
5194 ················<dd>5194 ················<dd>
5195 ····················Whether·to·output·table·parameters·as·well·as·row·data.5195 ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated.
5196 (Default:·<code>true</code>)5196 (Default:·<code>100000</code>)
  
5197 ················</dd>5197 ················</dd>
5198 ················5198 ················
5199 ················<dt>5199 ················<dt>
5200 ····················<strong><code>maxParam·=·&lt;int&gt;</code></strong>5200 ····················<strong><code>maxCell·=·&lt;int&gt;</code></strong>
5201 ················</dt>5201 ················</dt>
5202 ················5202 ················
5203 ················<dd>5203 ················<dd>
5204 ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated.5204 ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated.
5205 (Default:·<code>100000</code>)5205 (Default:·<code>1000</code>)
  
5206 ················</dd>5206 ················</dd>
5207 ················5207 ················
5208 ················<dt>5208 ················<dt>
5209 ····················<strong><code>sampledRows·=·&lt;int&gt;</code></strong>5209 ····················<strong><code>sampledRows·=·&lt;int&gt;</code></strong>
5210 ················</dt>5210 ················</dt>
5211 ················5211 ················
Offset 5271, 46 lines modifiedOffset 5271, 46 lines modified
5271 No·reader·exists·for·this·format.5271 No·reader·exists·for·this·format.
5272 </p>5272 </p>
5273 ········5273 ········
5274 ········<p>5274 ········<p>
5275 ············The·handler·behaviour·may·be·modified·by·specifying5275 ············The·handler·behaviour·may·be·modified·by·specifying
5276 one·or·more·comma-separated·name=value·configuration·options5276 one·or·more·comma-separated·name=value·configuration·options
5277 in·parentheses·after·the·handler·name,·e.g.5277 in·parentheses·after·the·handler·name,·e.g.
5278 "<code>text(maxCell=40,params=true)</code>".5278 "<code>text(params=true,maxParam=160)</code>".
5279 The·following·options·are·available:5279 The·following·options·are·available:
  
5280 ············<dl>5280 ············<dl>
5281 ················5281 ················
5282 ················<dt>5282 ················<dt>
5283 ····················<strong><code>maxCell·=·&lt;int&gt;</code></strong>5283 ····················<strong><code>params·=·true|false</code></strong>
5284 ················</dt>5284 ················</dt>
5285 ················5285 ················
5286 ················<dd>5286 ················<dd>
5287 ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated.5287 ····················Whether·to·output·table·parameters·as·well·as·row·data.
5288 (Default:·<code>40</code>)5288 (Default:·<code>true</code>)
  
5289 ················</dd>5289 ················</dd>
5290 ················5290 ················
5291 ················<dt>5291 ················<dt>
5292 ····················<strong><code>params·=·true|false</code></strong>5292 ····················<strong><code>maxParam·=·&lt;int&gt;</code></strong>
5293 ················</dt>5293 ················</dt>
5294 ················5294 ················
5295 ················<dd>5295 ················<dd>
5296 ····················Whether·to·output·table·parameters·as·well·as·row·data.5296 ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated.
5297 (Default:·<code>true</code>)5297 (Default:·<code>160</code>)
  
5298 ················</dd>5298 ················</dd>
5299 ················5299 ················
5300 ················<dt>5300 ················<dt>
Max diff block lines reached; 7755/13947 bytes (55.60%) of diff not shown.
16.9 KB
html2text {}
    
Offset 2055, 23 lines modifiedOffset 2055, 23 lines modified
2055 Writes·to·a·simple·plain-text·format·intended·to·be·comprehensible·by·humans·or2055 Writes·to·a·simple·plain-text·format·intended·to·be·comprehensible·by·humans·or
2056 machines.2056 machines.
2057 The·first·line·is·a·comment,·starting·with·a·"#"·character,·naming·the·columns,2057 The·first·line·is·a·comment,·starting·with·a·"#"·character,·naming·the·columns,
2058 and·an·attempt·is·made·to·line·up·data·in·columns·using·spaces.·No·metadata2058 and·an·attempt·is·made·to·line·up·data·in·columns·using·spaces.·No·metadata
2059 apart·from·column·names·is·written.2059 apart·from·column·names·is·written.
2060 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated2060 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated
2061 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.2061 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.
2062 "ascii(maxCell=158,params=false)".·The·following·options·are·available:2062 "ascii(params=false,maxParam=160)".·The·following·options·are·available:
2063 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8> 
2064 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than 
2065 ······this·will·be·truncated.·(Default:·158) 
2066 ··p\x8pa\x8ar\x8ra\x8am\x8ms\x8s·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e2063 ··p\x8pa\x8ar\x8ra\x8am\x8ms\x8s·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e
2067 ······Whether·to·output·table·parameters·as·well·as·row·data.·(Default:·false)2064 ······Whether·to·output·table·parameters·as·well·as·row·data.·(Default:·false)
2068 ··m\x8ma\x8ax\x8xP\x8Pa\x8ar\x8ra\x8am\x8m·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>2065 ··m\x8ma\x8ax\x8xP\x8Pa\x8ar\x8ra\x8am\x8m·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
2069 ······Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with2066 ······Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with
2070 ······values·longer·than·this·will·be·truncated.·(Default:·160)2067 ······values·longer·than·this·will·be·truncated.·(Default:·160)
 2068 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
 2069 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than
 2070 ······this·will·be·truncated.·(Default:·158)
2071 ··s\x8sa\x8am\x8mp\x8pl\x8le\x8ed\x8dR\x8Ro\x8ow\x8ws\x8s·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>2071 ··s\x8sa\x8am\x8mp\x8pl\x8le\x8ed\x8dR\x8Ro\x8ow\x8ws\x8s·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
2072 ······The·number·of·rows·examined·on·a·first·pass·of·the·table·to·determine·the2072 ······The·number·of·rows·examined·on·a·first·pass·of·the·table·to·determine·the
2073 ······width·of·each·column.·Only·a·representative·number·of·rows·needs·to·be2073 ······width·of·each·column.·Only·a·representative·number·of·rows·needs·to·be
2074 ······examined,·but·if·a·formatted·cell·value·after·this·limit·is·wider·than2074 ······examined,·but·if·a·formatted·cell·value·after·this·limit·is·wider·than
2075 ······the·cells·up·to·it,·then·such·later·wide·cells·may·get·truncated.·If·the2075 ······the·cells·up·to·it,·then·such·later·wide·cells·may·get·truncated.·If·the
2076 ······value·is·<=0,·all·rows·are·examined·in·the·first·pass;·this·is·the2076 ······value·is·<=0,·all·rows·are·examined·in·the·first·pass;·this·is·the
2077 ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too2077 ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too
Offset 2090, 23 lines modifiedOffset 2090, 23 lines modified
2090 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.6\x86·i\x8ip\x8pa\x8ac\x8c·*\x8**\x8**\x8*2090 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.6\x86·i\x8ip\x8pa\x8ac\x8c·*\x8**\x8**\x8*
2091 Writes·output·in·the·format·used·by·CalTech's·Infrared·Processing·and·Analysis2091 Writes·output·in·the·format·used·by·CalTech's·Infrared·Processing·and·Analysis
2092 Center,·and·defined·at·_\x8h_\x8t_\x8t_\x8p_\x8:_\x8/_\x8/_\x8i_\x8r_\x8s_\x8a_\x8._\x8i_\x8p_\x8a_\x8c_\x8._\x8c_\x8a_\x8l_\x8t_\x8e_\x8c_\x8h_\x8._\x8e_\x8d_\x8u_\x8/_\x8a_\x8p_\x8p_\x8l_\x8i_\x8c_\x8a_\x8t_\x8i_\x8o_\x8n_\x8s_\x8/_\x8D_\x8D_\x8G_\x8E_\x8N_\x8/_\x8D_\x8o_\x8c_\x8/2092 Center,·and·defined·at·_\x8h_\x8t_\x8t_\x8p_\x8:_\x8/_\x8/_\x8i_\x8r_\x8s_\x8a_\x8._\x8i_\x8p_\x8a_\x8c_\x8._\x8c_\x8a_\x8l_\x8t_\x8e_\x8c_\x8h_\x8._\x8e_\x8d_\x8u_\x8/_\x8a_\x8p_\x8p_\x8l_\x8i_\x8c_\x8a_\x8t_\x8i_\x8o_\x8n_\x8s_\x8/_\x8D_\x8D_\x8G_\x8E_\x8N_\x8/_\x8D_\x8o_\x8c_\x8/
2093 _\x8i_\x8p_\x8a_\x8c_\x8__\x8t_\x8b_\x8l_\x8._\x8h_\x8t_\x8m_\x8l.·Column·name,·type,·units·and·null·values·are·written,·as·well·as2093 _\x8i_\x8p_\x8a_\x8c_\x8__\x8t_\x8b_\x8l_\x8._\x8h_\x8t_\x8m_\x8l.·Column·name,·type,·units·and·null·values·are·written,·as·well·as
2094 table·parameters.2094 table·parameters.
2095 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated2095 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated
2096 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.2096 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.
2097 "ipac(maxCell=1000,params=true)".·The·following·options·are·available:2097 "ipac(params=true,maxParam=100000)".·The·following·options·are·available:
2098 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8> 
2099 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than 
2100 ······this·will·be·truncated.·(Default:·1000) 
2101 ··p\x8pa\x8ar\x8ra\x8am\x8ms\x8s·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e2098 ··p\x8pa\x8ar\x8ra\x8am\x8ms\x8s·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e
2102 ······Whether·to·output·table·parameters·as·well·as·row·data.·(Default:·true)2099 ······Whether·to·output·table·parameters·as·well·as·row·data.·(Default:·true)
2103 ··m\x8ma\x8ax\x8xP\x8Pa\x8ar\x8ra\x8am\x8m·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>2100 ··m\x8ma\x8ax\x8xP\x8Pa\x8ar\x8ra\x8am\x8m·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
2104 ······Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with2101 ······Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with
2105 ······values·longer·than·this·will·be·truncated.·(Default:·100000)2102 ······values·longer·than·this·will·be·truncated.·(Default:·100000)
 2103 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
 2104 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than
 2105 ······this·will·be·truncated.·(Default:·1000)
2106 ··s\x8sa\x8am\x8mp\x8pl\x8le\x8ed\x8dR\x8Ro\x8ow\x8ws\x8s·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>2106 ··s\x8sa\x8am\x8mp\x8pl\x8le\x8ed\x8dR\x8Ro\x8ow\x8ws\x8s·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
2107 ······The·number·of·rows·examined·on·a·first·pass·of·the·table·to·determine·the2107 ······The·number·of·rows·examined·on·a·first·pass·of·the·table·to·determine·the
2108 ······width·of·each·column.·Only·a·representative·number·of·rows·needs·to·be2108 ······width·of·each·column.·Only·a·representative·number·of·rows·needs·to·be
2109 ······examined,·but·if·a·formatted·cell·value·after·this·limit·is·wider·than2109 ······examined,·but·if·a·formatted·cell·value·after·this·limit·is·wider·than
2110 ······the·cells·up·to·it,·then·such·later·wide·cells·may·get·truncated.·If·the2110 ······the·cells·up·to·it,·then·such·later·wide·cells·may·get·truncated.·If·the
2111 ······value·is·<=0,·all·rows·are·examined·in·the·first·pass;·this·is·the2111 ······value·is·<=0,·all·rows·are·examined·in·the·first·pass;·this·is·the
2112 ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too2112 ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too
Offset 2132, 23 lines modifiedOffset 2132, 23 lines modified
2132 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.7\x87·p\x8pa\x8ar\x8rq\x8qu\x8ue\x8et\x8t·*\x8**\x8**\x8*2132 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.7\x87·p\x8pa\x8ar\x8rq\x8qu\x8ue\x8et\x8t·*\x8**\x8**\x8*
2133 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.8\x88·f\x8fe\x8ea\x8at\x8th\x8he\x8er\x8r·*\x8**\x8**\x8*2133 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.8\x88·f\x8fe\x8ea\x8at\x8th\x8he\x8er\x8r·*\x8**\x8**\x8*
2134 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.9\x89·t\x8te\x8ex\x8xt\x8t·*\x8**\x8**\x8*2134 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.9\x89·t\x8te\x8ex\x8xt\x8t·*\x8**\x8**\x8*
2135 Writes·tables·in·a·simple·text-based·format·designed·to·be·read·by·humans.·No2135 Writes·tables·in·a·simple·text-based·format·designed·to·be·read·by·humans.·No
2136 reader·exists·for·this·format.2136 reader·exists·for·this·format.
2137 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated2137 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated
2138 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.2138 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.
2139 "text(maxCell=40,params=true)".·The·following·options·are·available:2139 "text(params=true,maxParam=160)".·The·following·options·are·available:
2140 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8> 
2141 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than 
2142 ······this·will·be·truncated.·(Default:·40) 
2143 ··p\x8pa\x8ar\x8ra\x8am\x8ms\x8s·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e2140 ··p\x8pa\x8ar\x8ra\x8am\x8ms\x8s·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e
2144 ······Whether·to·output·table·parameters·as·well·as·row·data.·(Default:·true)2141 ······Whether·to·output·table·parameters·as·well·as·row·data.·(Default:·true)
2145 ··m\x8ma\x8ax\x8xP\x8Pa\x8ar\x8ra\x8am\x8m·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>2142 ··m\x8ma\x8ax\x8xP\x8Pa\x8ar\x8ra\x8am\x8m·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
2146 ······Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with2143 ······Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with
2147 ······values·longer·than·this·will·be·truncated.·(Default:·160)2144 ······values·longer·than·this·will·be·truncated.·(Default:·160)
 2145 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
 2146 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than
 2147 ······this·will·be·truncated.·(Default:·40)
2148 ··s\x8sa\x8am\x8mp\x8pl\x8le\x8ed\x8dR\x8Ro\x8ow\x8ws\x8s·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>2148 ··s\x8sa\x8am\x8mp\x8pl\x8le\x8ed\x8dR\x8Ro\x8ow\x8ws\x8s·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
2149 ······The·number·of·rows·examined·on·a·first·pass·of·the·table·to·determine·the2149 ······The·number·of·rows·examined·on·a·first·pass·of·the·table·to·determine·the
2150 ······width·of·each·column.·Only·a·representative·number·of·rows·needs·to·be2150 ······width·of·each·column.·Only·a·representative·number·of·rows·needs·to·be
2151 ······examined,·but·if·a·formatted·cell·value·after·this·limit·is·wider·than2151 ······examined,·but·if·a·formatted·cell·value·after·this·limit·is·wider·than
2152 ······the·cells·up·to·it,·then·such·later·wide·cells·may·get·truncated.·If·the2152 ······the·cells·up·to·it,·then·such·later·wide·cells·may·get·truncated.·If·the
2153 ······value·is·<=0,·all·rows·are·examined·in·the·first·pass;·this·is·the2153 ······value·is·<=0,·all·rows·are·examined·in·the·first·pass;·this·is·the
2154 ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too2154 ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too
Offset 2170, 22 lines modifiedOffset 2170, 22 lines modified
2170 |·7·····|·human·····|·Mark··········|·2····|·1.8····|·true···|2170 |·7·····|·human·····|·Mark··········|·2····|·1.8····|·true···|
2171 +-------+-----------+---------------+------+--------+--------+2171 +-------+-----------+---------------+------+--------+--------+
2172 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.1\x810\x80·h\x8ht\x8tm\x8ml\x8l·*\x8**\x8**\x8*2172 *\x8**\x8**\x8*·5\x85.\x8.1\x81.\x8.2\x82.\x8.1\x810\x80·h\x8ht\x8tm\x8ml\x8l·*\x8**\x8**\x8*
2173 Writes·a·basic·HTML·TABLE·element·suitable·for·use·as·a·web·page·or·for2173 Writes·a·basic·HTML·TABLE·element·suitable·for·use·as·a·web·page·or·for
2174 insertion·into·one.2174 insertion·into·one.
2175 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated2175 The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated
2176 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.2176 name=value·configuration·options·in·parentheses·after·the·handler·name,·e.g.
2177 "html(maxCell=200,standalone=false)".·The·following·options·are·available:2177 "html(standalone=false,maxCell=200)".·The·following·options·are·available:
2178 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8> 
2179 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than 
2180 ······this·will·be·truncated.·(Default:·200) 
2181 ··s\x8st\x8ta\x8an\x8nd\x8da\x8al\x8lo\x8on\x8ne\x8e·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e2178 ··s\x8st\x8ta\x8an\x8nd\x8da\x8al\x8lo\x8on\x8ne\x8e·=\x8=·t\x8tr\x8ru\x8ue\x8e|\x8|f\x8fa\x8al\x8ls\x8se\x8e
2182 ······If·true,·the·output·is·a·freestanding·HTML·document·complete·with·HTML,2179 ······If·true,·the·output·is·a·freestanding·HTML·document·complete·with·HTML,
2183 ······HEAD·and·BODY·tags.·If·false,·the·output·is·just·a·TABLE·element.2180 ······HEAD·and·BODY·tags.·If·false,·the·output·is·just·a·TABLE·element.
2184 ······(Default:·false)2181 ······(Default:·false)
 2182 ··m\x8ma\x8ax\x8xC\x8Ce\x8el\x8ll\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t>\x8>
 2183 ······Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than
 2184 ······this·will·be·truncated.·(Default:·200)
2185 Multiple·tables·may·be·written·to·a·single·output·file·using·this·format.2185 Multiple·tables·may·be·written·to·a·single·output·file·using·this·format.
2186 If·no·output·format·is·explicitly·chosen,·writing·to·a·filename·with·the2186 If·no·output·format·is·explicitly·chosen,·writing·to·a·filename·with·the
2187 extension·".html"·or·".htm"·(case·insensitive)·will·select·HTML·format·for2187 extension·".html"·or·".htm"·(case·insensitive)·will·select·HTML·format·for
2188 output.2188 output.
2189 An·example·looks·like·this:2189 An·example·looks·like·this:
2190 <TABLE·BORDER='1'>2190 <TABLE·BORDER='1'>
2191 <CAPTION><STRONG>animals.vot</STRONG></CAPTION>2191 <CAPTION><STRONG>animals.vot</STRONG></CAPTION>
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
Max diff block lines reached; 8738/17268 bytes (50.60%) of diff not shown.