Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | · | 1 | ·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.deb | 2 | ·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 | · | 3 | ·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.deb | 5 | ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary | 1 | -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.xz | 2 | -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0····660 | 3 | -rw-r--r--···0········0········0····66032·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 1520, 15 lines modified | Offset 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='pbuilder | 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·JDBC | 1529 | ····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 modified | Offset 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:·pbuilder | 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 modified | Offset 4421, 15 lines modified | ||
4421 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4421 | ······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·the | 4424 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4425 | ······current·username. | 4425 | ······current·username. |
4426 | ······[Default:·pbuilder | 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·be | 4430 | ······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 modified | Offset 4628, 15 lines modified | ||
4628 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4628 | ······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·the | 4631 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4632 | ······current·username. | 4632 | ······current·username. |
4633 | ······[Default:·pbuilder | 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·the | 4637 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4638 | ······remote·data. | 4638 | ······remote·data. |
Offset 4736, 15 lines modified | Offset 4736, 15 lines modified | ||
4736 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4736 | ······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·the | 4739 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4740 | ······current·username. | 4740 | ······current·username. |
4741 | ······[Default:·pbuilder | 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·SELECT | 4745 | ······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 modified | Offset 7988, 15 lines modified | ||
7988 | ···parallel·=·<int-value>·······(Integer) | 7988 | ···parallel·=·<int-value>·······(Integer) |
7989 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7989 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7990 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7990 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7991 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7991 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7992 | ······apparently·available·to·the·JVM. | 7992 | ······apparently·available·to·the·JVM. |
7993 | ······[Default:· | 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,·if | 7995 | ······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 modified | Offset 8775, 15 lines modified | ||
8775 | ···parallel·=·<int-value>·······(Integer) | 8775 | ···parallel·=·<int-value>·······(Integer) |
8776 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8776 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8777 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8777 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8778 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8778 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8779 | ······apparently·available·to·the·JVM. | 8779 | ······apparently·available·to·the·JVM. |
8780 | ······[Default:· | 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 modified | Offset 9467, 15 lines modified | ||
9467 | ···parallel·=·<int-value>·······(Integer) | 9467 | ···parallel·=·<int-value>·······(Integer) |
9468 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 9468 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
9469 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 9469 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
9470 | ······is·supplied.·The·default·value·is·the·number·of·processors | 9470 | ······is·supplied.·The·default·value·is·the·number·of·processors |
9471 | ······apparently·available·to·the·JVM. | 9471 | ······apparently·available·to·the·JVM. |
9472 | ······[Default:· | 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,·if | 9474 | ······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. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····124 | 2 | -rw-r--r--···0········0········0·····1240·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··53577 | 3 | -rw-r--r--···0········0········0··5357776·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 2, 9 lines modified | Offset 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.gz | 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.gz |
7 | -rw-r--r--···0·root·········(0)·root·········(0)·····3597·2025-03-12·21:10:41.000000·./usr/share/doc/starlink-ttools-java/copyright | 7 | -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)··590843 | 9 | -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.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.jar |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Zip·file·size:·590843 | 1 | 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.MF | 3 | -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.class | 6 | -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.py | 7 | -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 modified | Offset 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.class | 3661 | -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.class | 3662 | -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.class | 3663 | -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.class | 3664 | -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.dtd | 3665 | -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.dtd | 3666 | -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.dtd | 3667 | -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,·522628 | 3668 | 3666·files,·12025440·bytes·uncompressed,·5226281·bytes·compressed:··56.5% |
Offset 100, 179948 lines modified | Offset 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··················· | 107 | 0002FB·CRC···················7BBDD3C1·(2076038081) |
108 | 0002FF·Compressed·Size·······00016D9 | 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·filename | 115 | #··········Zero·length·filename |
116 | # | 116 | # |
117 | 000314·PAYLOAD | 117 | 000314·PAYLOAD |
118 | 0170A | 118 | 0170AC·LOCAL·HEADER·#7·······04034B50·(67324752) |
119 | 0170B | 119 | 0170B0·Extract·Zip·Spec······0A·(10)·'1.0' |
120 | 0170B | 120 | 0170B1·Extract·OS············00·(0)·'MS-DOS' |
121 | 0170B | 121 | 0170B2·General·Purpose·Flag··0800·(2048) |
122 | ·······[Bit·11]··············1·'Language·Encoding' | 122 | ·······[Bit·11]··············1·'Language·Encoding' |
123 | 0170B | 123 | 0170B4·Compression·Method····0000·(0)·'Stored' |
124 | 0170B | 124 | 0170B6·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
125 | 0170B | 125 | 0170BA·CRC···················00000000·(0) |
126 | 0170B | 126 | 0170BE·Compressed·Size·······00000000·(0) |
127 | 0170C | 127 | 0170C2·Uncompressed·Size·····00000000·(0) |
128 | 0170C | 128 | 0170C6·Filename·Length·······0003·(3) |
129 | 0170C | 129 | 0170C8·Extra·Length··········0000·(0) |
130 | 0170C | 130 | 0170CA·Filename··············'XXX' |
131 | # | 131 | # |
132 | #·WARNING:·Offset·0x170C | 132 | #·WARNING:·Offset·0x170CA:·Filename·'XXX' |
133 | #··········Zero·length·filename | 133 | #··········Zero·length·filename |
134 | # | 134 | # |
135 | 0170C | 135 | 0170CD·LOCAL·HEADER·#8·······04034B50·(67324752) |
136 | 0170D | 136 | 0170D1·Extract·Zip·Spec······0A·(10)·'1.0' |
137 | 0170D | 137 | 0170D2·Extract·OS············00·(0)·'MS-DOS' |
138 | 0170D | 138 | 0170D3·General·Purpose·Flag··0800·(2048) |
139 | ·······[Bit·11]··············1·'Language·Encoding' | 139 | ·······[Bit·11]··············1·'Language·Encoding' |
140 | 0170D | 140 | 0170D5·Compression·Method····0000·(0)·'Stored' |
141 | 0170D | 141 | 0170D7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
142 | 0170D | 142 | 0170DB·CRC···················00000000·(0) |
143 | 0170 | 143 | 0170DF·Compressed·Size·······00000000·(0) |
144 | 0170E | 144 | 0170E3·Uncompressed·Size·····00000000·(0) |
145 | 0170E | 145 | 0170E7·Filename·Length·······0006·(6) |
146 | 0170E | 146 | 0170E9·Extra·Length··········0000·(0) |
147 | 0170E | 147 | 0170EB·Filename··············'XXXXXX' |
148 | # | 148 | # |
149 | #·WARNING:·Offset·0x170E | 149 | #·WARNING:·Offset·0x170EB:·Filename·'XXXXXX' |
150 | #··········Zero·length·filename | 150 | #··········Zero·length·filename |
151 | # | 151 | # |
152 | 0170F | 152 | 0170F1·LOCAL·HEADER·#9·······04034B50·(67324752) |
153 | 0170F | 153 | 0170F5·Extract·Zip·Spec······0A·(10)·'1.0' |
154 | 0170F | 154 | 0170F6·Extract·OS············00·(0)·'MS-DOS' |
155 | 0170F | 155 | 0170F7·General·Purpose·Flag··0800·(2048) |
156 | ·······[Bit·11]··············1·'Language·Encoding' | 156 | ·······[Bit·11]··············1·'Language·Encoding' |
157 | 0170F | 157 | 0170F9·Compression·Method····0000·(0)·'Stored' |
158 | 0170F | 158 | 0170FB·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
159 | 017 | 159 | 0170FF·CRC···················00000000·(0) |
160 | 01710 | 160 | 017103·Compressed·Size·······00000000·(0) |
161 | 01710 | 161 | 017107·Uncompressed·Size·····00000000·(0) |
162 | 01710 | 162 | 01710B·Filename·Length·······000F·(15) |
163 | 01710 | 163 | 01710D·Extra·Length··········0000·(0) |
164 | 0171 | 164 | 01710F·Filename··············'XXXXXXXXXXXXXXX' |
165 | # | 165 | # |
166 | #·WARNING:·Offset·0x171 | 166 | #·WARNING:·Offset·0x1710F:·Filename·'XXXXXXXXXXXXXXX' |
167 | #··········Zero·length·filename | 167 | #··········Zero·length·filename |
168 | # | 168 | # |
169 | 01711 | 169 | 01711E·LOCAL·HEADER·#10······04034B50·(67324752) |
170 | 01712 | 170 | 017122·Extract·Zip·Spec······0A·(10)·'1.0' |
171 | 01712 | 171 | 017123·Extract·OS············00·(0)·'MS-DOS' |
172 | 01712 | 172 | 017124·General·Purpose·Flag··0800·(2048) |
173 | ·······[Bit·11]··············1·'Language·Encoding' | 173 | ·······[Bit·11]··············1·'Language·Encoding' |
174 | 01712 | 174 | 017126·Compression·Method····0000·(0)·'Stored' |
175 | 01712 | 175 | 017128·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
176 | 01712 | 176 | 01712C·CRC···················00000000·(0) |
177 | 01713 | 177 | 017130·Compressed·Size·······00000000·(0) |
178 | 01713 | 178 | 017134·Uncompressed·Size·····00000000·(0) |
179 | 01713 | 179 | 017138·Filename·Length·······0016·(22) |
180 | 01713 | 180 | 01713A·Extra·Length··········0000·(0) |
181 | 01713 | 181 | 01713C·Filename··············'XXXXXXXXXXXXXXXXXXXXXX' |
182 | # | 182 | # |
183 | #·WARNING:·Offset·0x1713 | 183 | #·WARNING:·Offset·0x1713C:·Filename·'XXXXXXXXXXXXXXXXXXXXXX' |
184 | #··········Zero·length·filename | 184 | #··········Zero·length·filename |
185 | # | 185 | # |
186 | 01715 | 186 | 017152·LOCAL·HEADER·#11······04034B50·(67324752) |
187 | 01715 | 187 | 017156·Extract·Zip·Spec······0A·(10)·'1.0' |
188 | 01715 | 188 | 017157·Extract·OS············00·(0)·'MS-DOS' |
189 | 01715 | 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 | 01715 | 192 | 01715A·Compression·Method····0008·(8)·'Deflated' |
193 | 01715 | 193 | 01715C·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
194 | 01716 | 194 | 017160·CRC···················53AE84C0·(1403946176) |
195 | 01716 | 195 | 017164·Compressed·Size·······000008AB·(2219) |
196 | 01716 | 196 | 017168·Uncompressed·Size·····00000E4C·(3660) |
197 | 01716 | 197 | 01716C·Filename·Length·······0027·(39) |
198 | 01716 | 198 | 01716E·Extra·Length··········0000·(0) |
199 | 01717 | 199 | 017170·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
200 | # | 200 | # |
201 | #·WARNING:·Offset·0x1717 | 201 | #·WARNING:·Offset·0x17170:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
202 | #··········Zero·length·filename | 202 | #··········Zero·length·filename |
203 | # | 203 | # |
204 | 01719 | 204 | 017197·PAYLOAD |
205 | 017A4 | 205 | 017A42·LOCAL·HEADER·#12······04034B50·(67324752) |
206 | 017A4 | 206 | 017A46·Extract·Zip·Spec······0A·(10)·'1.0' |
207 | 017A4 | 207 | 017A47·Extract·OS············00·(0)·'MS-DOS' |
208 | 017A4 | 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 | 017A4 | 211 | 017A4A·Compression·Method····0008·(8)·'Deflated' |
212 | 017A4 | 212 | 017A4C·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
213 | 017A5 | 213 | 017A50·CRC···················15AE6B20·(363752224) |
214 | 017A5 | 214 | 017A54·Compressed·Size·······00000585·(1413) |
215 | 017A5 | 215 | 017A58·Uncompressed·Size·····000009B9·(2489) |
216 | 017A5 | 216 | 017A5C·Filename·Length·······0027·(39) |
217 | 017A5 | 217 | 017A5E·Extra·Length··········0000·(0) |
218 | 017A6 | 218 | 017A60·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
219 | # | 219 | # |
220 | #·WARNING:·Offset·0x17A6 | 220 | #·WARNING:·Offset·0x17A60:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
Max diff block lines reached; 14647884/14657079 bytes (99.94%) of diff not shown. |
Offset 1520, 15 lines modified | Offset 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='pbuilder | 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·JDBC | 1529 | ····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 modified | Offset 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:·pbuilder | 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 modified | Offset 4421, 15 lines modified | ||
4421 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4421 | ······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·the | 4424 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4425 | ······current·username. | 4425 | ······current·username. |
4426 | ······[Default:·pbuilder | 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·be | 4430 | ······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 modified | Offset 4628, 15 lines modified | ||
4628 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4628 | ······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·the | 4631 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4632 | ······current·username. | 4632 | ······current·username. |
4633 | ······[Default:·pbuilder | 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·the | 4637 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4638 | ······remote·data. | 4638 | ······remote·data. |
Offset 4736, 15 lines modified | Offset 4736, 15 lines modified | ||
4736 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4736 | ······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·the | 4739 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4740 | ······current·username. | 4740 | ······current·username. |
4741 | ······[Default:·pbuilder | 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·SELECT | 4745 | ······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 modified | Offset 7988, 15 lines modified | ||
7988 | ···parallel·=·<int-value>·······(Integer) | 7988 | ···parallel·=·<int-value>·······(Integer) |
7989 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7989 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7990 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7990 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7991 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7991 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7992 | ······apparently·available·to·the·JVM. | 7992 | ······apparently·available·to·the·JVM. |
7993 | ······[Default:· | 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,·if | 7995 | ······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 modified | Offset 8775, 15 lines modified | ||
8775 | ···parallel·=·<int-value>·······(Integer) | 8775 | ···parallel·=·<int-value>·······(Integer) |
8776 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8776 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8777 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8777 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8778 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8778 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8779 | ······apparently·available·to·the·JVM. | 8779 | ······apparently·available·to·the·JVM. |
8780 | ······[Default:· | 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 modified | Offset 9467, 15 lines modified | ||
9467 | ···parallel·=·<int-value>·······(Integer) | 9467 | ···parallel·=·<int-value>·······(Integer) |
9468 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 9468 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
9469 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 9469 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
9470 | ······is·supplied.·The·default·value·is·the·number·of·processors | 9470 | ······is·supplied.·The·default·value·is·the·number·of·processors |
9471 | ······apparently·available·to·the·JVM. | 9471 | ······apparently·available·to·the·JVM. |
9472 | ······[Default:· | 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,·if | 9474 | ······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. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary | 1 | -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.xz | 2 | -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··25442 | 3 | -rw-r--r--···0········0········0··2544260·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 147, 15 lines modified | Offset 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.png | 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.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.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.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.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.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.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.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.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.png |
152 | -rw-r--r--···0·root·········(0)·root·········(0)···111952·2025-03-12·21:11:06.000000·./usr/share/doc/stilts/sun256/skyplot.png | 152 | -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.css | 153 | -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)··38678 | 154 | -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.png | 155 | -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.png | 156 | -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.png | 157 | -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.png | 158 | -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.gz | 160 | -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/copyright | 161 | -rw-r--r--···0·root·········(0)·root·········(0)·····3597·2025-03-12·21:10:41.000000·./usr/share/doc/stilts-doc/copyright |
Offset 5081, 46 lines modified | Offset 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·specifying | 5084 | ············The·handler·behaviour·may·be·modified·by·specifying |
5085 | one·or·more·comma-separated·name=value·configuration·options | 5085 | 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(m | 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> | 5092 | ····················<strong><code>params·=·true|false</code></strong> |
5093 | ················</dt> | 5093 | ················</dt> |
5094 | ················ | 5094 | ················ |
5095 | ················<dd> | 5095 | ················<dd> |
5096 | ···················· | 5096 | ····················Whether·to·output·table·parameters·as·well·as·row·data. |
5097 | (Default:·<code> | 5097 | (Default:·<code>false</code>) |
5098 | ················</dd> | 5098 | ················</dd> |
5099 | ················ | 5099 | ················ |
5100 | ················<dt> | 5100 | ················<dt> |
5101 | ····················<strong><code> | 5101 | ····················<strong><code>maxParam·=·<int></code></strong> |
5102 | ················</dt> | 5102 | ················</dt> |
5103 | ················ | 5103 | ················ |
5104 | ················<dd> | 5104 | ················<dd> |
5105 | ···················· | 5105 | ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated. |
5106 | (Default:·<code> | 5106 | (Default:·<code>160</code>) |
5107 | ················</dd> | 5107 | ················</dd> |
5108 | ················ | 5108 | ················ |
5109 | ················<dt> | 5109 | ················<dt> |
5110 | ····················<strong><code>max | 5110 | ····················<strong><code>maxCell·=·<int></code></strong> |
5111 | ················</dt> | 5111 | ················</dt> |
5112 | ················ | 5112 | ················ |
5113 | ················<dd> | 5113 | ················<dd> |
5114 | ····················Maximum·width·in·characters·of·an·output·table· | 5114 | ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated. |
5115 | (Default:·<code>1 | 5115 | (Default:·<code>158</code>) |
5116 | ················</dd> | 5116 | ················</dd> |
5117 | ················ | 5117 | ················ |
5118 | ················<dt> | 5118 | ················<dt> |
5119 | ····················<strong><code>sampledRows·=·<int></code></strong> | 5119 | ····················<strong><code>sampledRows·=·<int></code></strong> |
5120 | ················</dt> | 5120 | ················</dt> |
5121 | ················ | 5121 | ················ |
Offset 5171, 46 lines modified | Offset 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·specifying | 5174 | ············The·handler·behaviour·may·be·modified·by·specifying |
5175 | one·or·more·comma-separated·name=value·configuration·options | 5175 | 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( | 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> | 5182 | ····················<strong><code>params·=·true|false</code></strong> |
5183 | ················</dt> | 5183 | ················</dt> |
5184 | ················ | 5184 | ················ |
5185 | ················<dd> | 5185 | ················<dd> |
5186 | ···················· | 5186 | ····················Whether·to·output·table·parameters·as·well·as·row·data. |
5187 | (Default:·<code> | 5187 | (Default:·<code>true</code>) |
5188 | ················</dd> | 5188 | ················</dd> |
5189 | ················ | 5189 | ················ |
5190 | ················<dt> | 5190 | ················<dt> |
5191 | ····················<strong><code> | 5191 | ····················<strong><code>maxParam·=·<int></code></strong> |
5192 | ················</dt> | 5192 | ················</dt> |
5193 | ················ | 5193 | ················ |
5194 | ················<dd> | 5194 | ················<dd> |
5195 | ···················· | 5195 | ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated. |
5196 | (Default:·<code> | 5196 | (Default:·<code>100000</code>) |
5197 | ················</dd> | 5197 | ················</dd> |
5198 | ················ | 5198 | ················ |
5199 | ················<dt> | 5199 | ················<dt> |
5200 | ····················<strong><code>max | 5200 | ····················<strong><code>maxCell·=·<int></code></strong> |
5201 | ················</dt> | 5201 | ················</dt> |
5202 | ················ | 5202 | ················ |
5203 | ················<dd> | 5203 | ················<dd> |
5204 | ····················Maximum·width·in·characters·of·an·output·table· | 5204 | ····················Maximum·width·in·characters·of·an·output·table·cell.·Cells·longer·than·this·will·be·truncated. |
5205 | (Default:·<code>1000 | 5205 | (Default:·<code>1000</code>) |
5206 | ················</dd> | 5206 | ················</dd> |
5207 | ················ | 5207 | ················ |
5208 | ················<dt> | 5208 | ················<dt> |
5209 | ····················<strong><code>sampledRows·=·<int></code></strong> | 5209 | ····················<strong><code>sampledRows·=·<int></code></strong> |
5210 | ················</dt> | 5210 | ················</dt> |
5211 | ················ | 5211 | ················ |
Offset 5271, 46 lines modified | Offset 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·specifying | 5275 | ············The·handler·behaviour·may·be·modified·by·specifying |
5276 | one·or·more·comma-separated·name=value·configuration·options | 5276 | 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( | 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> | 5283 | ····················<strong><code>params·=·true|false</code></strong> |
5284 | ················</dt> | 5284 | ················</dt> |
5285 | ················ | 5285 | ················ |
5286 | ················<dd> | 5286 | ················<dd> |
5287 | ···················· | 5287 | ····················Whether·to·output·table·parameters·as·well·as·row·data. |
5288 | (Default:·<code> | 5288 | (Default:·<code>true</code>) |
5289 | ················</dd> | 5289 | ················</dd> |
5290 | ················ | 5290 | ················ |
5291 | ················<dt> | 5291 | ················<dt> |
5292 | ····················<strong><code> | 5292 | ····················<strong><code>maxParam·=·<int></code></strong> |
5293 | ················</dt> | 5293 | ················</dt> |
5294 | ················ | 5294 | ················ |
5295 | ················<dd> | 5295 | ················<dd> |
5296 | ···················· | 5296 | ····················Maximum·width·in·characters·of·an·output·table·parameter.·Parameters·with·values·longer·than·this·will·be·truncated. |
5297 | (Default:·<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. |
Offset 2055, 23 lines modified | Offset 2055, 23 lines modified | ||
2055 | Writes·to·a·simple·plain-text·format·intended·to·be·comprehensible·by·humans·or | 2055 | 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·metadata | 2058 | 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-separated | 2060 | 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(m | 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\x8e | 2063 | ··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·with | 2066 | ······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·the | 2072 | ······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·be | 2073 | ······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·than | 2074 | ······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·the | 2075 | ······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·the | 2076 | ······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·too | 2077 | ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too |
Offset 2090, 23 lines modified | Offset 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·Analysis | 2091 | 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·as | 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·as |
2094 | table·parameters. | 2094 | table·parameters. |
2095 | The·handler·behaviour·may·be·modified·by·specifying·one·or·more·comma-separated | 2095 | 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( | 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\x8e | 2098 | ··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·with | 2101 | ······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·the | 2107 | ······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·be | 2108 | ······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·than | 2109 | ······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·the | 2110 | ······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·the | 2111 | ······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·too | 2112 | ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too |
Offset 2132, 23 lines modified | Offset 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.·No | 2135 | 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-separated | 2137 | 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( | 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\x8e | 2140 | ··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·with | 2143 | ······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·the | 2149 | ······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·be | 2150 | ······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·than | 2151 | ······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·the | 2152 | ······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·the | 2153 | ······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·too | 2154 | ······default,·but·it·can·be·configured·to·some·other·value·if·that·takes·too |
Offset 2170, 22 lines modified | Offset 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·for | 2173 | 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-separated | 2175 | 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( | 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\x8e | 2178 | ··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·the | 2186 | If·no·output·format·is·explicitly·chosen,·writing·to·a·filename·with·the |
2187 | extension·".html"·or·".htm"·(case·insensitive)·will·select·HTML·format·for | 2187 | 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 modified | Offset 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·named | 3534 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
3535 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 3535 | ············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:·pbuilder | 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·or | 3546 | 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·such | 3547 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such |
Offset 19156, 15 lines modified | Offset 19156, 15 lines modified | ||
19156 | ············parameter | 19156 | ············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·is | 19159 | ······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. |