Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | · | 1 | ·cb4f4642aa1e35e551ac9d53d9f7d0e9·67592·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 | ·07332da882b6bf95c67b335d60b2c3a7·5359376·java·optional·starlink-ttools-java_3.5.2-1_all.deb | ||
4 | · | 3 | ·3f2d504aa9309a370c1aa1ff08f35616·5359200·java·optional·starlink-ttools-java_3.5.2-1_all.deb |
4 | ·0ef3c11b425b4d272b05a0ff15d4df5b·2547776·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 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:·24] |
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:·24] |
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:·24] |
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·····1244·2025-03-12·21:11:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··5357 | 3 | -rw-r--r--···0········0········0··5357764·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)··5908435·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:·5908435·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,·5226283·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···················E4E7E659·(3840403033) |
108 | 0002FF·Compressed·Size·······00016D9 | 108 | 0002FF·Compressed·Size·······00016D9A·(93594) |
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 | 0170AE·LOCAL·HEADER·#7·······04034B50·(67324752) |
119 | 0170B | 119 | 0170B2·Extract·Zip·Spec······0A·(10)·'1.0' |
120 | 0170B | 120 | 0170B3·Extract·OS············00·(0)·'MS-DOS' |
121 | 0170B | 121 | 0170B4·General·Purpose·Flag··0800·(2048) |
122 | ·······[Bit·11]··············1·'Language·Encoding' | 122 | ·······[Bit·11]··············1·'Language·Encoding' |
123 | 0170B | 123 | 0170B6·Compression·Method····0000·(0)·'Stored' |
124 | 0170B | 124 | 0170B8·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
125 | 0170B | 125 | 0170BC·CRC···················00000000·(0) |
126 | 0170 | 126 | 0170C0·Compressed·Size·······00000000·(0) |
127 | 0170C | 127 | 0170C4·Uncompressed·Size·····00000000·(0) |
128 | 0170C | 128 | 0170C8·Filename·Length·······0003·(3) |
129 | 0170C | 129 | 0170CA·Extra·Length··········0000·(0) |
130 | 0170C | 130 | 0170CC·Filename··············'XXX' |
131 | # | 131 | # |
132 | #·WARNING:·Offset·0x170C | 132 | #·WARNING:·Offset·0x170CC:·Filename·'XXX' |
133 | #··········Zero·length·filename | 133 | #··········Zero·length·filename |
134 | # | 134 | # |
135 | 0170C | 135 | 0170CF·LOCAL·HEADER·#8·······04034B50·(67324752) |
136 | 0170D | 136 | 0170D3·Extract·Zip·Spec······0A·(10)·'1.0' |
137 | 0170D | 137 | 0170D4·Extract·OS············00·(0)·'MS-DOS' |
138 | 0170D | 138 | 0170D5·General·Purpose·Flag··0800·(2048) |
139 | ·······[Bit·11]··············1·'Language·Encoding' | 139 | ·······[Bit·11]··············1·'Language·Encoding' |
140 | 0170D | 140 | 0170D7·Compression·Method····0000·(0)·'Stored' |
141 | 0170D | 141 | 0170D9·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
142 | 0170D | 142 | 0170DD·CRC···················00000000·(0) |
143 | 0170E | 143 | 0170E1·Compressed·Size·······00000000·(0) |
144 | 0170E | 144 | 0170E5·Uncompressed·Size·····00000000·(0) |
145 | 0170E | 145 | 0170E9·Filename·Length·······0006·(6) |
146 | 0170E | 146 | 0170EB·Extra·Length··········0000·(0) |
147 | 0170E | 147 | 0170ED·Filename··············'XXXXXX' |
148 | # | 148 | # |
149 | #·WARNING:·Offset·0x170E | 149 | #·WARNING:·Offset·0x170ED:·Filename·'XXXXXX' |
150 | #··········Zero·length·filename | 150 | #··········Zero·length·filename |
151 | # | 151 | # |
152 | 0170F | 152 | 0170F3·LOCAL·HEADER·#9·······04034B50·(67324752) |
153 | 0170F | 153 | 0170F7·Extract·Zip·Spec······0A·(10)·'1.0' |
154 | 0170F | 154 | 0170F8·Extract·OS············00·(0)·'MS-DOS' |
155 | 0170F | 155 | 0170F9·General·Purpose·Flag··0800·(2048) |
156 | ·······[Bit·11]··············1·'Language·Encoding' | 156 | ·······[Bit·11]··············1·'Language·Encoding' |
157 | 0170F | 157 | 0170FB·Compression·Method····0000·(0)·'Stored' |
158 | 0170F | 158 | 0170FD·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
159 | 01710 | 159 | 017101·CRC···················00000000·(0) |
160 | 01710 | 160 | 017105·Compressed·Size·······00000000·(0) |
161 | 01710 | 161 | 017109·Uncompressed·Size·····00000000·(0) |
162 | 01710 | 162 | 01710D·Filename·Length·······000F·(15) |
163 | 01710 | 163 | 01710F·Extra·Length··········0000·(0) |
164 | 01711 | 164 | 017111·Filename··············'XXXXXXXXXXXXXXX' |
165 | # | 165 | # |
166 | #·WARNING:·Offset·0x1711 | 166 | #·WARNING:·Offset·0x17111:·Filename·'XXXXXXXXXXXXXXX' |
167 | #··········Zero·length·filename | 167 | #··········Zero·length·filename |
168 | # | 168 | # |
169 | 0171 | 169 | 017120·LOCAL·HEADER·#10······04034B50·(67324752) |
170 | 01712 | 170 | 017124·Extract·Zip·Spec······0A·(10)·'1.0' |
171 | 01712 | 171 | 017125·Extract·OS············00·(0)·'MS-DOS' |
172 | 01712 | 172 | 017126·General·Purpose·Flag··0800·(2048) |
173 | ·······[Bit·11]··············1·'Language·Encoding' | 173 | ·······[Bit·11]··············1·'Language·Encoding' |
174 | 01712 | 174 | 017128·Compression·Method····0000·(0)·'Stored' |
175 | 01712 | 175 | 01712A·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
176 | 01712 | 176 | 01712E·CRC···················00000000·(0) |
177 | 01713 | 177 | 017132·Compressed·Size·······00000000·(0) |
178 | 01713 | 178 | 017136·Uncompressed·Size·····00000000·(0) |
179 | 01713 | 179 | 01713A·Filename·Length·······0016·(22) |
180 | 01713 | 180 | 01713C·Extra·Length··········0000·(0) |
181 | 01713 | 181 | 01713E·Filename··············'XXXXXXXXXXXXXXXXXXXXXX' |
182 | # | 182 | # |
183 | #·WARNING:·Offset·0x1713 | 183 | #·WARNING:·Offset·0x1713E:·Filename·'XXXXXXXXXXXXXXXXXXXXXX' |
184 | #··········Zero·length·filename | 184 | #··········Zero·length·filename |
185 | # | 185 | # |
186 | 01715 | 186 | 017154·LOCAL·HEADER·#11······04034B50·(67324752) |
187 | 01715 | 187 | 017158·Extract·Zip·Spec······0A·(10)·'1.0' |
188 | 01715 | 188 | 017159·Extract·OS············00·(0)·'MS-DOS' |
189 | 01715 | 189 | 01715A·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 | 01715C·Compression·Method····0008·(8)·'Deflated' |
193 | 01715 | 193 | 01715E·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
194 | 01716 | 194 | 017162·CRC···················53AE84C0·(1403946176) |
195 | 01716 | 195 | 017166·Compressed·Size·······000008AB·(2219) |
196 | 01716 | 196 | 01716A·Uncompressed·Size·····00000E4C·(3660) |
197 | 01716 | 197 | 01716E·Filename·Length·······0027·(39) |
198 | 0171 | 198 | 017170·Extra·Length··········0000·(0) |
199 | 01717 | 199 | 017172·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
200 | # | 200 | # |
201 | #·WARNING:·Offset·0x1717 | 201 | #·WARNING:·Offset·0x17172:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
202 | #··········Zero·length·filename | 202 | #··········Zero·length·filename |
203 | # | 203 | # |
204 | 01719 | 204 | 017199·PAYLOAD |
205 | 017A4 | 205 | 017A44·LOCAL·HEADER·#12······04034B50·(67324752) |
206 | 017A4 | 206 | 017A48·Extract·Zip·Spec······0A·(10)·'1.0' |
207 | 017A4 | 207 | 017A49·Extract·OS············00·(0)·'MS-DOS' |
208 | 017A4 | 208 | 017A4A·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 | 017A4C·Compression·Method····0008·(8)·'Deflated' |
212 | 017A4 | 212 | 017A4E·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025' |
213 | 017A5 | 213 | 017A52·CRC···················15AE6B20·(363752224) |
214 | 017A5 | 214 | 017A56·Compressed·Size·······00000585·(1413) |
215 | 017A5 | 215 | 017A5A·Uncompressed·Size·····000009B9·(2489) |
216 | 017A5 | 216 | 017A5E·Filename·Length·······0027·(39) |
217 | 017A | 217 | 017A60·Extra·Length··········0000·(0) |
218 | 017A6 | 218 | 017A62·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
219 | # | 219 | # |
220 | #·WARNING:·Offset·0x17A6 | 220 | #·WARNING:·Offset·0x17A62:·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:·24] |
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:·24] |
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:·24] |
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··2544204·2025-03-12·21:11:06.000000·data.tar.xz |
Offset 9146, 15 lines modified | Offset 9146, 15 lines modified | ||
9146 | ················</dt> | 9146 | ················</dt> |
9147 | ················ | 9147 | ················ |
9148 | ················<dd> | 9148 | ················<dd> |
9149 | ····················User·name·for·the·SQL·connection·to·the·database. | 9149 | ····················User·name·for·the·SQL·connection·to·the·database. |
9150 | ····················<p> | 9150 | ····················<p> |
9151 | ························[Default:·<code>pbuilder | 9151 | ························[Default:·<code>pbuilder2</code>] |
9152 | ····················</p> | 9152 | ····················</p> |
9153 | ················</dd> | 9153 | ················</dd> |
9154 | ················ | 9154 | ················ |
9155 | ················<dt> | 9155 | ················<dt> |
9156 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> | 9156 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> |
9157 | ················</dt> | 9157 | ················</dt> |
9158 | ················ | 9158 | ················ |
Offset 62491, 15 lines modified | Offset 62491, 15 lines modified | ||
62491 | Only·used·if·the·<code>animate</code> | 62491 | Only·used·if·the·<code>animate</code> |
62492 | parameter·is·supplied. | 62492 | parameter·is·supplied. |
62493 | The·default·value·is·the·number·of·processors·apparently | 62493 | The·default·value·is·the·number·of·processors·apparently |
62494 | available·to·the·JVM. | 62494 | available·to·the·JVM. |
62495 | ····················<p> | 62495 | ····················<p> |
62496 | ························[Default:·<code> | 62496 | ························[Default:·<code>24</code>] |
62497 | ····················</p> | 62497 | ····················</p> |
62498 | ················</dd> | 62498 | ················</dd> |
62499 | ················ | 62499 | ················ |
62500 | ················<dt> | 62500 | ················<dt> |
62501 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 62501 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
62502 | ················</dt> | 62502 | ················</dt> |
62503 | ················ | 62503 | ················ |
Offset 64693, 15 lines modified | Offset 64693, 15 lines modified | ||
64693 | Only·used·if·the·<code>animate</code> | 64693 | Only·used·if·the·<code>animate</code> |
64694 | parameter·is·supplied. | 64694 | parameter·is·supplied. |
64695 | The·default·value·is·the·number·of·processors·apparently | 64695 | The·default·value·is·the·number·of·processors·apparently |
64696 | available·to·the·JVM. | 64696 | available·to·the·JVM. |
64697 | ····················<p> | 64697 | ····················<p> |
64698 | ························[Default:·<code> | 64698 | ························[Default:·<code>24</code>] |
64699 | ····················</p> | 64699 | ····················</p> |
64700 | ················</dd> | 64700 | ················</dd> |
64701 | ················ | 64701 | ················ |
64702 | ················<dt> | 64702 | ················<dt> |
64703 | ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>· <em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> | 64703 | ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>· <em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> |
64704 | ················</dt> | 64704 | ················</dt> |
64705 | ················ | 64705 | ················ |
Offset 66463, 15 lines modified | Offset 66463, 15 lines modified | ||
66463 | Only·used·if·the·<code>animate</code> | 66463 | Only·used·if·the·<code>animate</code> |
66464 | parameter·is·supplied. | 66464 | parameter·is·supplied. |
66465 | The·default·value·is·the·number·of·processors·apparently | 66465 | The·default·value·is·the·number·of·processors·apparently |
66466 | available·to·the·JVM. | 66466 | available·to·the·JVM. |
66467 | ····················<p> | 66467 | ····················<p> |
66468 | ························[Default:·<code> | 66468 | ························[Default:·<code>24</code>] |
66469 | ····················</p> | 66469 | ····················</p> |
66470 | ················</dd> | 66470 | ················</dd> |
66471 | ················ | 66471 | ················ |
66472 | ················<dt> | 66472 | ················<dt> |
66473 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 66473 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
66474 | ················</dt> | 66474 | ················</dt> |
66475 | ················ | 66475 | ················ |
Offset 68504, 15 lines modified | Offset 68504, 15 lines modified | ||
68504 | Only·used·if·the·<code>animate</code> | 68504 | Only·used·if·the·<code>animate</code> |
68505 | parameter·is·supplied. | 68505 | parameter·is·supplied. |
68506 | The·default·value·is·the·number·of·processors·apparently | 68506 | The·default·value·is·the·number·of·processors·apparently |
68507 | available·to·the·JVM. | 68507 | available·to·the·JVM. |
68508 | ····················<p> | 68508 | ····················<p> |
68509 | ························[Default:·<code> | 68509 | ························[Default:·<code>24</code>] |
68510 | ····················</p> | 68510 | ····················</p> |
68511 | ················</dd> | 68511 | ················</dd> |
68512 | ················ | 68512 | ················ |
68513 | ················<dt> | 68513 | ················<dt> |
68514 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 68514 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
68515 | ················</dt> | 68515 | ················</dt> |
68516 | ················ | 68516 | ················ |
Offset 70304, 15 lines modified | Offset 70304, 15 lines modified | ||
70304 | Only·used·if·the·<code>animate</code> | 70304 | Only·used·if·the·<code>animate</code> |
70305 | parameter·is·supplied. | 70305 | parameter·is·supplied. |
70306 | The·default·value·is·the·number·of·processors·apparently | 70306 | The·default·value·is·the·number·of·processors·apparently |
70307 | available·to·the·JVM. | 70307 | available·to·the·JVM. |
70308 | ····················<p> | 70308 | ····················<p> |
70309 | ························[Default:·<code> | 70309 | ························[Default:·<code>24</code>] |
70310 | ····················</p> | 70310 | ····················</p> |
70311 | ················</dd> | 70311 | ················</dd> |
70312 | ················ | 70312 | ················ |
70313 | ················<dt> | 70313 | ················<dt> |
70314 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 70314 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
70315 | ················</dt> | 70315 | ················</dt> |
70316 | ················ | 70316 | ················ |
Offset 72373, 15 lines modified | Offset 72373, 15 lines modified | ||
72373 | Only·used·if·the·<code>animate</code> | 72373 | Only·used·if·the·<code>animate</code> |
72374 | parameter·is·supplied. | 72374 | parameter·is·supplied. |
72375 | The·default·value·is·the·number·of·processors·apparently | 72375 | The·default·value·is·the·number·of·processors·apparently |
72376 | available·to·the·JVM. | 72376 | available·to·the·JVM. |
72377 | ····················<p> | 72377 | ····················<p> |
72378 | ························[Default:·<code> | 72378 | ························[Default:·<code>24</code>] |
72379 | ····················</p> | 72379 | ····················</p> |
72380 | ················</dd> | 72380 | ················</dd> |
72381 | ················ | 72381 | ················ |
72382 | ················<dt> | 72382 | ················<dt> |
72383 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 72383 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
72384 | ················</dt> | 72384 | ················</dt> |
72385 | ················ | 72385 | ················ |
Offset 77775, 15 lines modified | Offset 77775, 15 lines modified | ||
77775 | ················ | 77775 | ················ |
77776 | ················<dd> | 77776 | ················<dd> |
77777 | ····················User·name·for·logging·in·to·SQL·database. | 77777 | ····················User·name·for·logging·in·to·SQL·database. |
77778 | Defaults·to·the·current·username. | 77778 | Defaults·to·the·current·username. |
77779 | ····················<p> | 77779 | ····················<p> |
77780 | ························[Default:·<code>pbuilder | 77780 | ························[Default:·<code>pbuilder2</code>] |
77781 | ····················</p> | 77781 | ····················</p> |
77782 | ················</dd> | 77782 | ················</dd> |
77783 | ················ | 77783 | ················ |
77784 | ············</dl> | 77784 | ············</dl> |
77785 | ············ | 77785 | ············ |
77786 | ········</p> | 77786 | ········</p> |
77787 | ········ | 77787 | ········ |
Max diff block lines reached; 985/5527 bytes (17.82%) of diff not shown. |
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 |
19160 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 19160 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
19161 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 19161 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
19162 | ······JVM. | 19162 | ······JVM. |
19163 | ······[Default:· | 19163 | ······[Default:·24] |
19164 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) | 19164 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) |
19165 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 19165 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
19166 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 19166 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
19167 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 19167 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
19168 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 19168 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
19169 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 19169 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
19170 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 19170 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 19853, 15 lines modified | Offset 19853, 15 lines modified | ||
19853 | ············parameter | 19853 | ············parameter |
19854 | ······[Default:·auto] | 19854 | ······[Default:·auto] |
19855 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 19855 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
19856 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 19856 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
19857 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 19857 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
19858 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 19858 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
19859 | ······JVM. | 19859 | ······JVM. |
19860 | ······[Default:· | 19860 | ······[Default:·24] |
19861 | ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8) | 19861 | ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8) |
19862 | ······Sky·projection·used·to·display·the·plot. | 19862 | ······Sky·projection·used·to·display·the·plot. |
19863 | ······The·available·options·are: | 19863 | ······The·available·options·are: |
19864 | ··········*·sin:·rotatable·sphere | 19864 | ··········*·sin:·rotatable·sphere |
19865 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center | 19865 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center |
19866 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center | 19866 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center |
19867 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 | 19867 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 |
Offset 20424, 15 lines modified | Offset 20424, 15 lines modified | ||
20424 | ············parameter | 20424 | ············parameter |
20425 | ······[Default:·auto] | 20425 | ······[Default:·auto] |
20426 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 20426 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
20427 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 20427 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
20428 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 20428 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
20429 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 20429 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
20430 | ······JVM. | 20430 | ······JVM. |
20431 | ······[Default:· | 20431 | ······[Default:·24] |
20432 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 20432 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
20433 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 20433 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
20434 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 20434 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
20435 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 20435 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
20436 | ······[Default:·30] | 20436 | ······[Default:·30] |
20437 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 20437 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
20438 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 20438 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 21077, 15 lines modified | Offset 21077, 15 lines modified | ||
21077 | ············parameter | 21077 | ············parameter |
21078 | ······[Default:·auto] | 21078 | ······[Default:·auto] |
21079 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 21079 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
21080 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 21080 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
21081 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 21081 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
21082 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 21082 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
21083 | ······JVM. | 21083 | ······JVM. |
21084 | ······[Default:· | 21084 | ······[Default:·24] |
21085 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 21085 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
21086 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 21086 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
21087 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 21087 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
21088 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 21088 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
21089 | ······[Default:·30] | 21089 | ······[Default:·30] |
21090 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 21090 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
21091 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 21091 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 21673, 15 lines modified | Offset 21673, 15 lines modified | ||
21673 | ············parameter | 21673 | ············parameter |
21674 | ······[Default:·auto] | 21674 | ······[Default:·auto] |
21675 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 21675 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
21676 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 21676 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
21677 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 21677 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
21678 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 21678 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
21679 | ······JVM. | 21679 | ······JVM. |
21680 | ······[Default:· | 21680 | ······[Default:·24] |
21681 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) | 21681 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) |
21682 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 21682 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
21683 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 21683 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
21684 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 21684 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
21685 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 21685 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
21686 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 21686 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
21687 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 21687 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 22345, 15 lines modified | Offset 22345, 15 lines modified | ||
22345 | ············parameter | 22345 | ············parameter |
22346 | ······[Default:·auto] | 22346 | ······[Default:·auto] |
22347 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 22347 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
22348 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 22348 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
22349 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 22349 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
22350 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 22350 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
22351 | ······JVM. | 22351 | ······JVM. |
22352 | ······[Default:· | 22352 | ······[Default:·24] |
22353 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) | 22353 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) |
22354 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 22354 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
22355 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 22355 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
22356 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 22356 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
22357 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 22357 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
22358 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 22358 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
22359 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 22359 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 23969, 15 lines modified | Offset 23969, 15 lines modified | ||
23969 | ······Password·for·logging·in·to·SQL·database. | 23969 | ······Password·for·logging·in·to·SQL·database. |
23970 | ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 23970 | ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
23971 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 23971 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
23972 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 23972 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
23973 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 23973 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
23974 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 23974 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
23975 | ······username. | 23975 | ······username. |
23976 | ······[Default:·pbuilder | 23976 | ······[Default:·pbuilder2] |
23977 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* | 23977 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* |
23978 | Here·are·some·examples·of·sqlclient: | 23978 | Here·are·some·examples·of·sqlclient: |
23979 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET | 23979 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET |
23980 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan | 23980 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan |
23981 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the | 23981 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the |
23982 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a | 23982 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a |
23983 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's | 23983 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's |
Max diff block lines reached; 1958/10136 bytes (19.32%) of diff not shown. |