14.0 MB
/srv/reproducible-results/rbuild-debian/r-b-build.4kCL2Hi4/b1/starjava-ttools_3.5.2-1_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.4kCL2Hi4/b2/starjava-ttools_3.5.2-1_amd64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·af387ff2c90aae2d4db33ab9a0215479·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 ·d677113bd6fee9fd593b0e860f58ef68·5359204·java·optional·starlink-ttools-java_3.5.2-1_all.deb 
4 ·713222a02ba1d4ed21a59702f529e86a·2547788·doc·optional·stilts-doc_3.5.2-1_all.deb3 ·4d5b776db5f5a0273f440afe3f878d16·5359208·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:·20]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:·20]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:·20]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.
14.0 MB
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·····1244·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1240·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5357768·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··5357776·2025-03-12·21:11:06.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
14.0 MB
14.0 MB
1.21 KB
    
Offset 2, 9 lines modifiedOffset 2, 9 lines modified
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/doc/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/doc/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/doc/starlink-ttools-java/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/doc/starlink-ttools-java/
6 -rw-r--r--···0·root·········(0)·root·········(0)·····2304·2025-03-12·21:11:06.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz6 -rw-r--r--···0·root·········(0)·root·········(0)·····2304·2025-03-12·21:11:06.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz
7 -rw-r--r--···0·root·········(0)·root·········(0)·····3597·2025-03-12·21:10:41.000000·./usr/share/doc/starlink-ttools-java/copyright7 -rw-r--r--···0·root·········(0)·root·········(0)·····3597·2025-03-12·21:10:41.000000·./usr/share/doc/starlink-ttools-java/copyright
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/java/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/java/
9 -rw-r--r--···0·root·········(0)·root·········(0)··5908434·2025-03-12·21:11:06.000000·./usr/share/java/starlink-ttools-3.5.2.jar9 -rw-r--r--···0·root·········(0)·root·········(0)··5908433·2025-03-12·21:11:06.000000·./usr/share/java/starlink-ttools-3.5.2.jar
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.5.2.jar10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2025-03-12·21:11:06.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.5.2.jar
14.0 MB
1.47 KB
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 Zip·file·size:·5908434·bytes,·number·of·entries:·36661 Zip·file·size:·5908433·bytes,·number·of·entries:·3666
2 drwxr-xr-x··2.0·unx········0·bx·stor·25-Mar-12·21:11·META-INF/2 drwxr-xr-x··2.0·unx········0·bx·stor·25-Mar-12·21:11·META-INF/
3 -rw-r--r--··2.0·unx······596·b-·defN·25-Mar-12·21:11·META-INF/MANIFEST.MF3 -rw-r--r--··2.0·unx······596·b-·defN·25-Mar-12·21:11·META-INF/MANIFEST.MF
4 drwxr-xr-x··2.0·unx········0·b-·stor·25-Mar-12·21:11·cds/4 drwxr-xr-x··2.0·unx········0·b-·stor·25-Mar-12·21:11·cds/
5 drwxr-xr-x··2.0·unx········0·b-·stor·25-Mar-12·21:11·cds/tools/5 drwxr-xr-x··2.0·unx········0·b-·stor·25-Mar-12·21:11·cds/tools/
6 -rw-r--r--··2.0·unx······344·b-·defN·25-Mar-12·21:11·cds/tools/ExtApp.class6 -rw-r--r--··2.0·unx······344·b-·defN·25-Mar-12·21:11·cds/tools/ExtApp.class
7 -rw-r--r--··2.0·unx···547682·b-·defN·25-Mar-12·21:11·stilts.py7 -rw-r--r--··2.0·unx···547682·b-·defN·25-Mar-12·21:11·stilts.py
8 drwxr-xr-x··2.0·unx········0·b-·stor·25-Mar-12·21:11·uk/8 drwxr-xr-x··2.0·unx········0·b-·stor·25-Mar-12·21:11·uk/
Offset 3661, 8 lines modifiedOffset 3661, 8 lines modified
3661 -rw-r--r--··2.0·unx·····7498·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLintContext.class3661 -rw-r--r--··2.0·unx·····7498·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLintContext.class
3662 -rw-r--r--··2.0·unx·····2925·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class3662 -rw-r--r--··2.0·unx·····2925·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class
3663 -rw-r--r--··2.0·unx······396·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLintException.class3663 -rw-r--r--··2.0·unx······396·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLintException.class
3664 -rw-r--r--··2.0·unx·····5302·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLinter.class3664 -rw-r--r--··2.0·unx·····5302·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/VotLinter.class
3665 -rw-r--r--··2.0·unx·····4743·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/votable-1.0.dtd3665 -rw-r--r--··2.0·unx·····4743·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/votable-1.0.dtd
3666 -rw-r--r--··2.0·unx·····5044·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/votable-1.1.dtd3666 -rw-r--r--··2.0·unx·····5044·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/votable-1.1.dtd
3667 -rw-r--r--··2.0·unx·····5534·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/votable-1.2.dtd3667 -rw-r--r--··2.0·unx·····5534·b-·defN·25-Mar-12·21:11·uk/ac/starlink/ttools/votlint/votable-1.2.dtd
3668 3666·files,·12025440·bytes·uncompressed,·5226282·bytes·compressed:··56.5%3668 3666·files,·12025440·bytes·uncompressed,·5226281·bytes·compressed:··56.5%
14.0 MB
    
Offset 100, 179948 lines modifiedOffset 100, 179948 lines modified
100 0002F1·Extract·Zip·Spec······0A·(10)·'1.0'100 0002F1·Extract·Zip·Spec······0A·(10)·'1.0'
101 0002F2·Extract·OS············00·(0)·'MS-DOS'101 0002F2·Extract·OS············00·(0)·'MS-DOS'
102 0002F3·General·Purpose·Flag··0800·(2048)102 0002F3·General·Purpose·Flag··0800·(2048)
103 ·······[Bits·1-2]············0·'Normal·Compression'103 ·······[Bits·1-2]············0·'Normal·Compression'
104 ·······[Bit·11]··············1·'Language·Encoding'104 ·······[Bit·11]··············1·'Language·Encoding'
105 0002F5·Compression·Method····0008·(8)·'Deflated'105 0002F5·Compression·Method····0008·(8)·'Deflated'
106 0002F7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'106 0002F7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
107 0002FB·CRC···················FF6D3C19·(4285348889)107 0002FB·CRC···················7BBDD3C1·(2076038081)
108 0002FF·Compressed·Size·······00016D99·(93593)108 0002FF·Compressed·Size·······00016D98·(93592)
109 000303·Uncompressed·Size·····00085B62·(547682)109 000303·Uncompressed·Size·····00085B62·(547682)
110 000307·Filename·Length·······0009·(9)110 000307·Filename·Length·······0009·(9)
111 000309·Extra·Length··········0000·(0)111 000309·Extra·Length··········0000·(0)
112 00030B·Filename··············'XXXXXXXXX'112 00030B·Filename··············'XXXXXXXXX'
113 #113 #
114 #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX'114 #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX'
115 #··········Zero·length·filename115 #··········Zero·length·filename
116 #116 #
117 000314·PAYLOAD117 000314·PAYLOAD
  
118 0170AD·LOCAL·HEADER·#7·······04034B50·(67324752)118 0170AC·LOCAL·HEADER·#7·······04034B50·(67324752)
119 0170B1·Extract·Zip·Spec······0A·(10)·'1.0'119 0170B0·Extract·Zip·Spec······0A·(10)·'1.0'
120 0170B2·Extract·OS············00·(0)·'MS-DOS'120 0170B1·Extract·OS············00·(0)·'MS-DOS'
121 0170B3·General·Purpose·Flag··0800·(2048)121 0170B2·General·Purpose·Flag··0800·(2048)
122 ·······[Bit·11]··············1·'Language·Encoding'122 ·······[Bit·11]··············1·'Language·Encoding'
123 0170B5·Compression·Method····0000·(0)·'Stored'123 0170B4·Compression·Method····0000·(0)·'Stored'
124 0170B7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'124 0170B6·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
125 0170BB·CRC···················00000000·(0)125 0170BA·CRC···················00000000·(0)
126 0170BF·Compressed·Size·······00000000·(0)126 0170BE·Compressed·Size·······00000000·(0)
127 0170C3·Uncompressed·Size·····00000000·(0)127 0170C2·Uncompressed·Size·····00000000·(0)
128 0170C7·Filename·Length·······0003·(3)128 0170C6·Filename·Length·······0003·(3)
129 0170C9·Extra·Length··········0000·(0)129 0170C8·Extra·Length··········0000·(0)
130 0170CB·Filename··············'XXX'130 0170CA·Filename··············'XXX'
131 #131 #
132 #·WARNING:·Offset·0x170CB:·Filename·'XXX'132 #·WARNING:·Offset·0x170CA:·Filename·'XXX'
133 #··········Zero·length·filename133 #··········Zero·length·filename
134 #134 #
  
135 0170CE·LOCAL·HEADER·#8·······04034B50·(67324752)135 0170CD·LOCAL·HEADER·#8·······04034B50·(67324752)
136 0170D2·Extract·Zip·Spec······0A·(10)·'1.0'136 0170D1·Extract·Zip·Spec······0A·(10)·'1.0'
137 0170D3·Extract·OS············00·(0)·'MS-DOS'137 0170D2·Extract·OS············00·(0)·'MS-DOS'
138 0170D4·General·Purpose·Flag··0800·(2048)138 0170D3·General·Purpose·Flag··0800·(2048)
139 ·······[Bit·11]··············1·'Language·Encoding'139 ·······[Bit·11]··············1·'Language·Encoding'
140 0170D6·Compression·Method····0000·(0)·'Stored'140 0170D5·Compression·Method····0000·(0)·'Stored'
141 0170D8·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'141 0170D7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
142 0170DC·CRC···················00000000·(0)142 0170DB·CRC···················00000000·(0)
143 0170E0·Compressed·Size·······00000000·(0)143 0170DF·Compressed·Size·······00000000·(0)
144 0170E4·Uncompressed·Size·····00000000·(0)144 0170E3·Uncompressed·Size·····00000000·(0)
145 0170E8·Filename·Length·······0006·(6)145 0170E7·Filename·Length·······0006·(6)
146 0170EA·Extra·Length··········0000·(0)146 0170E9·Extra·Length··········0000·(0)
147 0170EC·Filename··············'XXXXXX'147 0170EB·Filename··············'XXXXXX'
148 #148 #
149 #·WARNING:·Offset·0x170EC:·Filename·'XXXXXX'149 #·WARNING:·Offset·0x170EB:·Filename·'XXXXXX'
150 #··········Zero·length·filename150 #··········Zero·length·filename
151 #151 #
  
152 0170F2·LOCAL·HEADER·#9·······04034B50·(67324752)152 0170F1·LOCAL·HEADER·#9·······04034B50·(67324752)
153 0170F6·Extract·Zip·Spec······0A·(10)·'1.0'153 0170F5·Extract·Zip·Spec······0A·(10)·'1.0'
154 0170F7·Extract·OS············00·(0)·'MS-DOS'154 0170F6·Extract·OS············00·(0)·'MS-DOS'
155 0170F8·General·Purpose·Flag··0800·(2048)155 0170F7·General·Purpose·Flag··0800·(2048)
156 ·······[Bit·11]··············1·'Language·Encoding'156 ·······[Bit·11]··············1·'Language·Encoding'
157 0170FA·Compression·Method····0000·(0)·'Stored'157 0170F9·Compression·Method····0000·(0)·'Stored'
158 0170FC·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'158 0170FB·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
159 017100·CRC···················00000000·(0)159 0170FF·CRC···················00000000·(0)
160 017104·Compressed·Size·······00000000·(0)160 017103·Compressed·Size·······00000000·(0)
161 017108·Uncompressed·Size·····00000000·(0)161 017107·Uncompressed·Size·····00000000·(0)
162 01710C·Filename·Length·······000F·(15)162 01710B·Filename·Length·······000F·(15)
163 01710E·Extra·Length··········0000·(0)163 01710D·Extra·Length··········0000·(0)
164 017110·Filename··············'XXXXXXXXXXXXXXX'164 01710F·Filename··············'XXXXXXXXXXXXXXX'
165 #165 #
166 #·WARNING:·Offset·0x17110:·Filename·'XXXXXXXXXXXXXXX'166 #·WARNING:·Offset·0x1710F:·Filename·'XXXXXXXXXXXXXXX'
167 #··········Zero·length·filename167 #··········Zero·length·filename
168 #168 #
  
169 01711F·LOCAL·HEADER·#10······04034B50·(67324752)169 01711E·LOCAL·HEADER·#10······04034B50·(67324752)
170 017123·Extract·Zip·Spec······0A·(10)·'1.0'170 017122·Extract·Zip·Spec······0A·(10)·'1.0'
171 017124·Extract·OS············00·(0)·'MS-DOS'171 017123·Extract·OS············00·(0)·'MS-DOS'
172 017125·General·Purpose·Flag··0800·(2048)172 017124·General·Purpose·Flag··0800·(2048)
173 ·······[Bit·11]··············1·'Language·Encoding'173 ·······[Bit·11]··············1·'Language·Encoding'
174 017127·Compression·Method····0000·(0)·'Stored'174 017126·Compression·Method····0000·(0)·'Stored'
175 017129·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'175 017128·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
176 01712D·CRC···················00000000·(0)176 01712C·CRC···················00000000·(0)
177 017131·Compressed·Size·······00000000·(0)177 017130·Compressed·Size·······00000000·(0)
178 017135·Uncompressed·Size·····00000000·(0)178 017134·Uncompressed·Size·····00000000·(0)
179 017139·Filename·Length·······0016·(22)179 017138·Filename·Length·······0016·(22)
180 01713B·Extra·Length··········0000·(0)180 01713A·Extra·Length··········0000·(0)
181 01713D·Filename··············'XXXXXXXXXXXXXXXXXXXXXX'181 01713C·Filename··············'XXXXXXXXXXXXXXXXXXXXXX'
182 #182 #
183 #·WARNING:·Offset·0x1713D:·Filename·'XXXXXXXXXXXXXXXXXXXXXX'183 #·WARNING:·Offset·0x1713C:·Filename·'XXXXXXXXXXXXXXXXXXXXXX'
184 #··········Zero·length·filename184 #··········Zero·length·filename
185 #185 #
  
186 017153·LOCAL·HEADER·#11······04034B50·(67324752)186 017152·LOCAL·HEADER·#11······04034B50·(67324752)
187 017157·Extract·Zip·Spec······0A·(10)·'1.0'187 017156·Extract·Zip·Spec······0A·(10)·'1.0'
188 017158·Extract·OS············00·(0)·'MS-DOS'188 017157·Extract·OS············00·(0)·'MS-DOS'
189 017159·General·Purpose·Flag··0800·(2048)189 017158·General·Purpose·Flag··0800·(2048)
190 ·······[Bits·1-2]············0·'Normal·Compression'190 ·······[Bits·1-2]············0·'Normal·Compression'
191 ·······[Bit·11]··············1·'Language·Encoding'191 ·······[Bit·11]··············1·'Language·Encoding'
192 01715B·Compression·Method····0008·(8)·'Deflated'192 01715A·Compression·Method····0008·(8)·'Deflated'
193 01715D·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'193 01715C·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
194 017161·CRC···················53AE84C0·(1403946176)194 017160·CRC···················53AE84C0·(1403946176)
195 017165·Compressed·Size·······000008AB·(2219)195 017164·Compressed·Size·······000008AB·(2219)
196 017169·Uncompressed·Size·····00000E4C·(3660)196 017168·Uncompressed·Size·····00000E4C·(3660)
197 01716D·Filename·Length·······0027·(39)197 01716C·Filename·Length·······0027·(39)
198 01716F·Extra·Length··········0000·(0)198 01716E·Extra·Length··········0000·(0)
199 017171·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'199 017170·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
200 #200 #
201 #·WARNING:·Offset·0x17171:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'201 #·WARNING:·Offset·0x17170:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
202 #··········Zero·length·filename202 #··········Zero·length·filename
203 #203 #
204 017198·PAYLOAD204 017197·PAYLOAD
  
205 017A43·LOCAL·HEADER·#12······04034B50·(67324752)205 017A42·LOCAL·HEADER·#12······04034B50·(67324752)
206 017A47·Extract·Zip·Spec······0A·(10)·'1.0'206 017A46·Extract·Zip·Spec······0A·(10)·'1.0'
207 017A48·Extract·OS············00·(0)·'MS-DOS'207 017A47·Extract·OS············00·(0)·'MS-DOS'
208 017A49·General·Purpose·Flag··0800·(2048)208 017A48·General·Purpose·Flag··0800·(2048)
209 ·······[Bits·1-2]············0·'Normal·Compression'209 ·······[Bits·1-2]············0·'Normal·Compression'
210 ·······[Bit·11]··············1·'Language·Encoding'210 ·······[Bit·11]··············1·'Language·Encoding'
211 017A4B·Compression·Method····0008·(8)·'Deflated'211 017A4A·Compression·Method····0008·(8)·'Deflated'
212 017A4D·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'212 017A4C·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
213 017A51·CRC···················15AE6B20·(363752224)213 017A50·CRC···················15AE6B20·(363752224)
214 017A55·Compressed·Size·······00000585·(1413)214 017A54·Compressed·Size·······00000585·(1413)
215 017A59·Uncompressed·Size·····000009B9·(2489)215 017A58·Uncompressed·Size·····000009B9·(2489)
216 017A5D·Filename·Length·······0027·(39)216 017A5C·Filename·Length·······0027·(39)
217 017A5F·Extra·Length··········0000·(0)217 017A5E·Extra·Length··········0000·(0)
218 017A61·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'218 017A60·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
219 #219 #
220 #·WARNING:·Offset·0x17A61:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'220 #·WARNING:·Offset·0x17A60:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Max diff block lines reached; 14647884/14657079 bytes (99.94%) of diff not shown.
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:·20]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:·20]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:·20]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··2544216·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.