Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | ·4 | 1 | ·ccc4784d5fcf5143c596de54aba86888·66180·java·optional·jython-stilts_3.5.1-2_all.deb |
2 | ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb | 2 | ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb |
3 | · | 3 | ·2edce0135fa7aac255f0334c45206a94·5274396·java·optional·starlink-ttools-java_3.5.1-2_all.deb |
4 | · | 4 | ·b005b0933a1f17752271282aa1dac21d·2379132·doc·optional·stilts-doc_3.5.1-2_all.deb |
5 | ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb | 5 | ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0····646 | 3 | -rw-r--r--···0········0········0····64616·2024-11-20·14:21:47.000000·data.tar.xz |
Offset 1486, 15 lines modified | Offset 1486, 15 lines modified | ||
1486 | ········env·=·_JyEnvironment() | 1486 | ········env·=·_JyEnvironment() |
1487 | ········env.setValue('format',·_map_env_value(format)) | 1487 | ········env.setValue('format',·_map_env_value(format)) |
1488 | ········env.setValue('client',·_map_env_value(client)) | 1488 | ········env.setValue('client',·_map_env_value(client)) |
1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1490 | ········consumer·=·mode.createConsumer(env) | 1490 | ········consumer·=·mode.createConsumer(env) |
1491 | ········_check_unused_args(env) | 1491 | ········_check_unused_args(env) |
1492 | ········consumer.consume(self) | 1492 | ········consumer.consume(self) |
1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1494 | ········'''\ | 1494 | ········'''\ |
1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1497 | ···· | 1497 | ···· |
1498 | ····Parameters: | 1498 | ····Parameters: |
1499 | ···· | 1499 | ···· |
1500 | ·······protocol·=·<jdbc-protocol>·······(String) | 1500 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1536, 15 lines modified | Offset 1536, 15 lines modified | ||
1536 | ················of·columns)·for·the·data·being·written. | 1536 | ················of·columns)·for·the·data·being·written. |
1537 | ···· | 1537 | ···· |
1538 | ··········[Default:·create] | 1538 | ··········[Default:·create] |
1539 | ···· | 1539 | ···· |
1540 | ·······user·=·<username>·······(String) | 1540 | ·······user·=·<username>·······(String) |
1541 | ··········User·name·for·the·SQL·connection·to·the·database. | 1541 | ··········User·name·for·the·SQL·connection·to·the·database. |
1542 | ···· | 1542 | ···· |
1543 | ··········[Default:·pbuilder | 1543 | ··········[Default:·pbuilder2] |
1544 | ···· | 1544 | ···· |
1545 | ·······password·=·<passwd>·······(String) | 1545 | ·······password·=·<passwd>·······(String) |
1546 | ··········Password·for·the·SQL·connection·to·the·database. | 1546 | ··········Password·for·the·SQL·connection·to·the·database. |
1547 | ····''' | 1547 | ····''' |
1548 | ········env·=·_JyEnvironment() | 1548 | ········env·=·_JyEnvironment() |
1549 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1549 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1550 | ········env.setValue('db',·_map_env_value(db)) | 1550 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4290, 15 lines modified | Offset 4290, 15 lines modified | ||
4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4291 | ······as·well·for·the·connection·to·be·made. | 4291 | ······as·well·for·the·connection·to·be·made. |
4292 | ···user·=·<value>·······(String) | 4292 | ···user·=·<value>·······(String) |
4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4294 | ······current·username. | 4294 | ······current·username. |
4295 | ······[Default:·pbuilder | 4295 | ······[Default:·pbuilder2] |
4296 | ···password·=·<value>·······(String) | 4296 | ···password·=·<value>·······(String) |
4297 | ······Password·for·logging·in·to·SQL·database. | 4297 | ······Password·for·logging·in·to·SQL·database. |
4298 | ···sql·=·<sql>·······(String) | 4298 | ···sql·=·<sql>·······(String) |
4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4497, 15 lines modified | Offset 4497, 15 lines modified | ||
4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4498 | ······as·well·for·the·connection·to·be·made. | 4498 | ······as·well·for·the·connection·to·be·made. |
4499 | ···user·=·<value>·······(String) | 4499 | ···user·=·<value>·······(String) |
4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4501 | ······current·username. | 4501 | ······current·username. |
4502 | ······[Default:·pbuilder | 4502 | ······[Default:·pbuilder2] |
4503 | ···password·=·<value>·······(String) | 4503 | ···password·=·<value>·······(String) |
4504 | ······Password·for·logging·in·to·SQL·database. | 4504 | ······Password·for·logging·in·to·SQL·database. |
4505 | ···dbtable·=·<table-name>·······(String) | 4505 | ···dbtable·=·<table-name>·······(String) |
4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4507 | ······remote·data. | 4507 | ······remote·data. |
Offset 4605, 15 lines modified | Offset 4605, 15 lines modified | ||
4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4606 | ······as·well·for·the·connection·to·be·made. | 4606 | ······as·well·for·the·connection·to·be·made. |
4607 | ···user·=·<value>·······(String) | 4607 | ···user·=·<value>·······(String) |
4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4609 | ······current·username. | 4609 | ······current·username. |
4610 | ······[Default:·pbuilder | 4610 | ······[Default:·pbuilder2] |
4611 | ···password·=·<value>·······(String) | 4611 | ···password·=·<value>·······(String) |
4612 | ······Password·for·logging·in·to·SQL·database. | 4612 | ······Password·for·logging·in·to·SQL·database. |
4613 | ···select·=·<select-stmt>·······(String) | 4613 | ···select·=·<select-stmt>·······(String) |
4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4615 | ······statement·to·identify·which·rows·undergo·updates. | 4615 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 7853, 15 lines modified | Offset 7853, 15 lines modified | ||
7853 | ···parallel·=·<int-value>·······(Integer) | 7853 | ···parallel·=·<int-value>·······(Integer) |
7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7856 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7856 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7857 | ······apparently·available·to·the·JVM. | 7857 | ······apparently·available·to·the·JVM. |
7858 | ······[Default:· | 7858 | ······[Default:·24] |
7859 | ···xlog·=·true|false·······(Boolean) | 7859 | ···xlog·=·true|false·······(Boolean) |
7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
7861 | ······true·it·is·logarithmic. | 7861 | ······true·it·is·logarithmic. |
7862 | ······[Default:·false] | 7862 | ······[Default:·false] |
Offset 8640, 15 lines modified | Offset 8640, 15 lines modified | ||
8640 | ···parallel·=·<int-value>·······(Integer) | 8640 | ···parallel·=·<int-value>·······(Integer) |
8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8643 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8643 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8644 | ······apparently·available·to·the·JVM. | 8644 | ······apparently·available·to·the·JVM. |
8645 | ······[Default:· | 8645 | ······[Default:·24] |
8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· | 8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· |
8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
8648 | ······Sky·projection·used·to·display·the·plot. | 8648 | ······Sky·projection·used·to·display·the·plot. |
8649 | ······The·available·options·are: | 8649 | ······The·available·options·are: |
Offset 9332, 15 lines modified | Offset 9332, 15 lines modified | ||
9332 | ···parallel·=·<int-value>·······(Integer) | 9332 | ···parallel·=·<int-value>·······(Integer) |
9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
9335 | ······is·supplied.·The·default·value·is·the·number·of·processors | 9335 | ······is·supplied.·The·default·value·is·the·number·of·processors |
9336 | ······apparently·available·to·the·JVM. | 9336 | ······apparently·available·to·the·JVM. |
9337 | ······[Default:· | 9337 | ······[Default:·24] |
9338 | ···xlog·=·true|false·······(Boolean) | 9338 | ···xlog·=·true|false·······(Boolean) |
9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
9340 | ······true·it·is·logarithmic. | 9340 | ······true·it·is·logarithmic. |
9341 | ······[Default:·false] | 9341 | ······[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·2024-11-20·14:21:47.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··527 | 3 | -rw-r--r--···0········0········0··5272972·2024-11-20·14:21:47.000000·data.tar.xz |
Offset 2, 9 lines modified | Offset 2, 9 lines modified | ||
2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/ | 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/ |
3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/ | 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/ |
4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/ | 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/ |
5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/ | 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/ |
6 | -rw-r--r--···0·root·········(0)·root·········(0)·····2186·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz | 6 | -rw-r--r--···0·root·········(0)·root·········(0)·····2186·2024-11-20·14:21:47.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz |
7 | -rw-r--r--···0·root·········(0)·root·········(0)·····2861·2024-10-14·07:19:59.000000·./usr/share/doc/starlink-ttools-java/copyright | 7 | -rw-r--r--···0·root·········(0)·root·········(0)·····2861·2024-10-14·07:19:59.000000·./usr/share/doc/starlink-ttools-java/copyright |
8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/ |
9 | -rw-r--r--···0·root·········(0)·root·········(0)··581370 | 9 | -rw-r--r--···0·root·········(0)·root·········(0)··5813709·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools-3.5.1.jar |
10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.5.1.jar | 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2024-11-20·14:21:47.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.5.1.jar |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Zip·file·size:·581370 | 1 | Zip·file·size:·5813709·bytes,·number·of·entries:·3595 |
2 | drwxr-xr-x··2.0·unx········0·bx·stor·24-Nov-20·14:21·META-INF/ | 2 | drwxr-xr-x··2.0·unx········0·bx·stor·24-Nov-20·14:21·META-INF/ |
3 | -rw-r--r--··2.0·unx······599·b-·defN·24-Nov-20·14:21·META-INF/MANIFEST.MF | 3 | -rw-r--r--··2.0·unx······599·b-·defN·24-Nov-20·14:21·META-INF/MANIFEST.MF |
4 | drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/ | 4 | drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/ |
5 | drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/tools/ | 5 | drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·cds/tools/ |
6 | -rw-r--r--··2.0·unx······344·b-·defN·24-Nov-20·14:21·cds/tools/ExtApp.class | 6 | -rw-r--r--··2.0·unx······344·b-·defN·24-Nov-20·14:21·cds/tools/ExtApp.class |
7 | -rw-r--r--··2.0·unx···540407·b-·defN·24-Nov-20·14:21·stilts.py | 7 | -rw-r--r--··2.0·unx···540407·b-·defN·24-Nov-20·14:21·stilts.py |
8 | drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·uk/ | 8 | drwxr-xr-x··2.0·unx········0·b-·stor·24-Nov-20·14:21·uk/ |
Offset 3590, 8 lines modified | Offset 3590, 8 lines modified | ||
3590 | -rw-r--r--··2.0·unx·····7498·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintContext.class | 3590 | -rw-r--r--··2.0·unx·····7498·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintContext.class |
3591 | -rw-r--r--··2.0·unx·····2925·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class | 3591 | -rw-r--r--··2.0·unx·····2925·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class |
3592 | -rw-r--r--··2.0·unx······396·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintException.class | 3592 | -rw-r--r--··2.0·unx······396·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLintException.class |
3593 | -rw-r--r--··2.0·unx·····5302·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLinter.class | 3593 | -rw-r--r--··2.0·unx·····5302·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/VotLinter.class |
3594 | -rw-r--r--··2.0·unx·····4743·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.0.dtd | 3594 | -rw-r--r--··2.0·unx·····4743·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.0.dtd |
3595 | -rw-r--r--··2.0·unx·····5044·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.1.dtd | 3595 | -rw-r--r--··2.0·unx·····5044·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.1.dtd |
3596 | -rw-r--r--··2.0·unx·····5534·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.2.dtd | 3596 | -rw-r--r--··2.0·unx·····5534·b-·defN·24-Nov-20·14:21·uk/ac/starlink/ttools/votlint/votable-1.2.dtd |
3597 | 3595·files,·11850622·bytes·uncompressed,·514405 | 3597 | 3595·files,·11850622·bytes·uncompressed,·5144053·bytes·compressed:··56.6% |
Offset 100, 176459 lines modified | Offset 100, 176459 lines modified | ||
100 | 0002F2·Extract·Zip·Spec······0A·(10)·'1.0' | 100 | 0002F2·Extract·Zip·Spec······0A·(10)·'1.0' |
101 | 0002F3·Extract·OS············00·(0)·'MS-DOS' | 101 | 0002F3·Extract·OS············00·(0)·'MS-DOS' |
102 | 0002F4·General·Purpose·Flag··0800·(2048) | 102 | 0002F4·General·Purpose·Flag··0800·(2048) |
103 | ·······[Bits·1-2]············0·'Normal·Compression' | 103 | ·······[Bits·1-2]············0·'Normal·Compression' |
104 | ·······[Bit·11]··············1·'Language·Encoding' | 104 | ·······[Bit·11]··············1·'Language·Encoding' |
105 | 0002F6·Compression·Method····0008·(8)·'Deflated' | 105 | 0002F6·Compression·Method····0008·(8)·'Deflated' |
106 | 0002F8·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' | 106 | 0002F8·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
107 | 0002FC·CRC··················· | 107 | 0002FC·CRC···················773CEE71·(2000481905) |
108 | 000300·Compressed·Size·······000167E | 108 | 000300·Compressed·Size·······000167E3·(92131) |
109 | 000304·Uncompressed·Size·····00083EF7·(540407) | 109 | 000304·Uncompressed·Size·····00083EF7·(540407) |
110 | 000308·Filename·Length·······0009·(9) | 110 | 000308·Filename·Length·······0009·(9) |
111 | 00030A·Extra·Length··········0000·(0) | 111 | 00030A·Extra·Length··········0000·(0) |
112 | 00030C·Filename··············'XXXXXXXXX' | 112 | 00030C·Filename··············'XXXXXXXXX' |
113 | # | 113 | # |
114 | #·WARNING:·Offset·0x30C:·Filename·'XXXXXXXXX' | 114 | #·WARNING:·Offset·0x30C:·Filename·'XXXXXXXXX' |
115 | #··········Zero·length·filename | 115 | #··········Zero·length·filename |
116 | # | 116 | # |
117 | 000315·PAYLOAD | 117 | 000315·PAYLOAD |
118 | 016AF | 118 | 016AF8·LOCAL·HEADER·#7·······04034B50·(67324752) |
119 | 016AF | 119 | 016AFC·Extract·Zip·Spec······0A·(10)·'1.0' |
120 | 016AF | 120 | 016AFD·Extract·OS············00·(0)·'MS-DOS' |
121 | 016AF | 121 | 016AFE·General·Purpose·Flag··0800·(2048) |
122 | ·······[Bit·11]··············1·'Language·Encoding' | 122 | ·······[Bit·11]··············1·'Language·Encoding' |
123 | 016 | 123 | 016B00·Compression·Method····0000·(0)·'Stored' |
124 | 016B0 | 124 | 016B02·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
125 | 016B0 | 125 | 016B06·CRC···················00000000·(0) |
126 | 016B0 | 126 | 016B0A·Compressed·Size·······00000000·(0) |
127 | 016B0 | 127 | 016B0E·Uncompressed·Size·····00000000·(0) |
128 | 016B1 | 128 | 016B12·Filename·Length·······0003·(3) |
129 | 016B1 | 129 | 016B14·Extra·Length··········0000·(0) |
130 | 016B1 | 130 | 016B16·Filename··············'XXX' |
131 | # | 131 | # |
132 | #·WARNING:·Offset·0x16B1 | 132 | #·WARNING:·Offset·0x16B16:·Filename·'XXX' |
133 | #··········Zero·length·filename | 133 | #··········Zero·length·filename |
134 | # | 134 | # |
135 | 016B1 | 135 | 016B19·LOCAL·HEADER·#8·······04034B50·(67324752) |
136 | 016B1 | 136 | 016B1D·Extract·Zip·Spec······0A·(10)·'1.0' |
137 | 016B1 | 137 | 016B1E·Extract·OS············00·(0)·'MS-DOS' |
138 | 016B1 | 138 | 016B1F·General·Purpose·Flag··0800·(2048) |
139 | ·······[Bit·11]··············1·'Language·Encoding' | 139 | ·······[Bit·11]··············1·'Language·Encoding' |
140 | 016B2 | 140 | 016B21·Compression·Method····0000·(0)·'Stored' |
141 | 016B2 | 141 | 016B23·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
142 | 016B2 | 142 | 016B27·CRC···················00000000·(0) |
143 | 016B2 | 143 | 016B2B·Compressed·Size·······00000000·(0) |
144 | 016B2 | 144 | 016B2F·Uncompressed·Size·····00000000·(0) |
145 | 016B3 | 145 | 016B33·Filename·Length·······0006·(6) |
146 | 016B3 | 146 | 016B35·Extra·Length··········0000·(0) |
147 | 016B3 | 147 | 016B37·Filename··············'XXXXXX' |
148 | # | 148 | # |
149 | #·WARNING:·Offset·0x16B3 | 149 | #·WARNING:·Offset·0x16B37:·Filename·'XXXXXX' |
150 | #··········Zero·length·filename | 150 | #··········Zero·length·filename |
151 | # | 151 | # |
152 | 016B3 | 152 | 016B3D·LOCAL·HEADER·#9·······04034B50·(67324752) |
153 | 016B4 | 153 | 016B41·Extract·Zip·Spec······0A·(10)·'1.0' |
154 | 016B4 | 154 | 016B42·Extract·OS············00·(0)·'MS-DOS' |
155 | 016B4 | 155 | 016B43·General·Purpose·Flag··0800·(2048) |
156 | ·······[Bit·11]··············1·'Language·Encoding' | 156 | ·······[Bit·11]··············1·'Language·Encoding' |
157 | 016B4 | 157 | 016B45·Compression·Method····0000·(0)·'Stored' |
158 | 016B4 | 158 | 016B47·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
159 | 016B4 | 159 | 016B4B·CRC···················00000000·(0) |
160 | 016B4 | 160 | 016B4F·Compressed·Size·······00000000·(0) |
161 | 016B5 | 161 | 016B53·Uncompressed·Size·····00000000·(0) |
162 | 016B5 | 162 | 016B57·Filename·Length·······000F·(15) |
163 | 016B5 | 163 | 016B59·Extra·Length··········0000·(0) |
164 | 016B5 | 164 | 016B5B·Filename··············'XXXXXXXXXXXXXXX' |
165 | # | 165 | # |
166 | #·WARNING:·Offset·0x16B5 | 166 | #·WARNING:·Offset·0x16B5B:·Filename·'XXXXXXXXXXXXXXX' |
167 | #··········Zero·length·filename | 167 | #··········Zero·length·filename |
168 | # | 168 | # |
169 | 016B6 | 169 | 016B6A·LOCAL·HEADER·#10······04034B50·(67324752) |
170 | 016B6 | 170 | 016B6E·Extract·Zip·Spec······0A·(10)·'1.0' |
171 | 016B6 | 171 | 016B6F·Extract·OS············00·(0)·'MS-DOS' |
172 | 016B | 172 | 016B70·General·Purpose·Flag··0800·(2048) |
173 | ·······[Bit·11]··············1·'Language·Encoding' | 173 | ·······[Bit·11]··············1·'Language·Encoding' |
174 | 016B7 | 174 | 016B72·Compression·Method····0000·(0)·'Stored' |
175 | 016B7 | 175 | 016B74·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
176 | 016B7 | 176 | 016B78·CRC···················00000000·(0) |
177 | 016B7 | 177 | 016B7C·Compressed·Size·······00000000·(0) |
178 | 016B | 178 | 016B80·Uncompressed·Size·····00000000·(0) |
179 | 016B8 | 179 | 016B84·Filename·Length·······0016·(22) |
180 | 016B8 | 180 | 016B86·Extra·Length··········0000·(0) |
181 | 016B8 | 181 | 016B88·Filename··············'XXXXXXXXXXXXXXXXXXXXXX' |
182 | # | 182 | # |
183 | #·WARNING:·Offset·0x16B8 | 183 | #·WARNING:·Offset·0x16B88:·Filename·'XXXXXXXXXXXXXXXXXXXXXX' |
184 | #··········Zero·length·filename | 184 | #··········Zero·length·filename |
185 | # | 185 | # |
186 | 016B9 | 186 | 016B9E·LOCAL·HEADER·#11······04034B50·(67324752) |
187 | 016BA | 187 | 016BA2·Extract·Zip·Spec······0A·(10)·'1.0' |
188 | 016BA | 188 | 016BA3·Extract·OS············00·(0)·'MS-DOS' |
189 | 016BA | 189 | 016BA4·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 | 016BA | 192 | 016BA6·Compression·Method····0008·(8)·'Deflated' |
193 | 016BA | 193 | 016BA8·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
194 | 016BA | 194 | 016BAC·CRC···················C372973A·(3279066938) |
195 | 016B | 195 | 016BB0·Compressed·Size·······00000AA7·(2727) |
196 | 016BB | 196 | 016BB4·Uncompressed·Size·····00001932·(6450) |
197 | 016BB | 197 | 016BB8·Filename·Length·······0024·(36) |
198 | 016BB | 198 | 016BBA·Extra·Length··········0000·(0) |
199 | 016BB | 199 | 016BBC·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
200 | # | 200 | # |
201 | #·WARNING:·Offset·0x16BB | 201 | #·WARNING:·Offset·0x16BBC:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
202 | #··········Zero·length·filename | 202 | #··········Zero·length·filename |
203 | # | 203 | # |
204 | 016B | 204 | 016BE0·PAYLOAD |
205 | 01768 | 205 | 017687·LOCAL·HEADER·#12······04034B50·(67324752) |
206 | 01768 | 206 | 01768B·Extract·Zip·Spec······0A·(10)·'1.0' |
207 | 01768 | 207 | 01768C·Extract·OS············00·(0)·'MS-DOS' |
208 | 01768 | 208 | 01768D·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 | 01768 | 211 | 01768F·Compression·Method····0008·(8)·'Deflated' |
212 | 01769 | 212 | 017691·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
213 | 01769 | 213 | 017695·CRC···················4CB9F5A5·(1287255461) |
214 | 01769 | 214 | 017699·Compressed·Size·······000005D4·(1492) |
215 | 01769 | 215 | 01769D·Uncompressed·Size·····00000AC0·(2752) |
216 | 0176A | 216 | 0176A1·Filename·Length·······002C·(44) |
217 | 0176A | 217 | 0176A3·Extra·Length··········0000·(0) |
218 | 0176A | 218 | 0176A5·Filename··············'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
219 | # | 219 | # |
220 | #·WARNING:·Offset·0x176A | 220 | #·WARNING:·Offset·0x176A5:·Filename·'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |
Max diff block lines reached; 14366543/14375748 bytes (99.94%) of diff not shown. |
Offset 1486, 15 lines modified | Offset 1486, 15 lines modified | ||
1486 | ········env·=·_JyEnvironment() | 1486 | ········env·=·_JyEnvironment() |
1487 | ········env.setValue('format',·_map_env_value(format)) | 1487 | ········env.setValue('format',·_map_env_value(format)) |
1488 | ········env.setValue('client',·_map_env_value(client)) | 1488 | ········env.setValue('client',·_map_env_value(client)) |
1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1490 | ········consumer·=·mode.createConsumer(env) | 1490 | ········consumer·=·mode.createConsumer(env) |
1491 | ········_check_unused_args(env) | 1491 | ········_check_unused_args(env) |
1492 | ········consumer.consume(self) | 1492 | ········consumer.consume(self) |
1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1494 | ········'''\ | 1494 | ········'''\ |
1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1497 | ···· | 1497 | ···· |
1498 | ····Parameters: | 1498 | ····Parameters: |
1499 | ···· | 1499 | ···· |
1500 | ·······protocol·=·<jdbc-protocol>·······(String) | 1500 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1536, 15 lines modified | Offset 1536, 15 lines modified | ||
1536 | ················of·columns)·for·the·data·being·written. | 1536 | ················of·columns)·for·the·data·being·written. |
1537 | ···· | 1537 | ···· |
1538 | ··········[Default:·create] | 1538 | ··········[Default:·create] |
1539 | ···· | 1539 | ···· |
1540 | ·······user·=·<username>·······(String) | 1540 | ·······user·=·<username>·······(String) |
1541 | ··········User·name·for·the·SQL·connection·to·the·database. | 1541 | ··········User·name·for·the·SQL·connection·to·the·database. |
1542 | ···· | 1542 | ···· |
1543 | ··········[Default:·pbuilder | 1543 | ··········[Default:·pbuilder2] |
1544 | ···· | 1544 | ···· |
1545 | ·······password·=·<passwd>·······(String) | 1545 | ·······password·=·<passwd>·······(String) |
1546 | ··········Password·for·the·SQL·connection·to·the·database. | 1546 | ··········Password·for·the·SQL·connection·to·the·database. |
1547 | ····''' | 1547 | ····''' |
1548 | ········env·=·_JyEnvironment() | 1548 | ········env·=·_JyEnvironment() |
1549 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1549 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1550 | ········env.setValue('db',·_map_env_value(db)) | 1550 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4290, 15 lines modified | Offset 4290, 15 lines modified | ||
4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4291 | ······as·well·for·the·connection·to·be·made. | 4291 | ······as·well·for·the·connection·to·be·made. |
4292 | ···user·=·<value>·······(String) | 4292 | ···user·=·<value>·······(String) |
4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4294 | ······current·username. | 4294 | ······current·username. |
4295 | ······[Default:·pbuilder | 4295 | ······[Default:·pbuilder2] |
4296 | ···password·=·<value>·······(String) | 4296 | ···password·=·<value>·······(String) |
4297 | ······Password·for·logging·in·to·SQL·database. | 4297 | ······Password·for·logging·in·to·SQL·database. |
4298 | ···sql·=·<sql>·······(String) | 4298 | ···sql·=·<sql>·······(String) |
4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4497, 15 lines modified | Offset 4497, 15 lines modified | ||
4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4498 | ······as·well·for·the·connection·to·be·made. | 4498 | ······as·well·for·the·connection·to·be·made. |
4499 | ···user·=·<value>·······(String) | 4499 | ···user·=·<value>·······(String) |
4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4501 | ······current·username. | 4501 | ······current·username. |
4502 | ······[Default:·pbuilder | 4502 | ······[Default:·pbuilder2] |
4503 | ···password·=·<value>·······(String) | 4503 | ···password·=·<value>·······(String) |
4504 | ······Password·for·logging·in·to·SQL·database. | 4504 | ······Password·for·logging·in·to·SQL·database. |
4505 | ···dbtable·=·<table-name>·······(String) | 4505 | ···dbtable·=·<table-name>·······(String) |
4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4507 | ······remote·data. | 4507 | ······remote·data. |
Offset 4605, 15 lines modified | Offset 4605, 15 lines modified | ||
4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4606 | ······as·well·for·the·connection·to·be·made. | 4606 | ······as·well·for·the·connection·to·be·made. |
4607 | ···user·=·<value>·······(String) | 4607 | ···user·=·<value>·······(String) |
4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4609 | ······current·username. | 4609 | ······current·username. |
4610 | ······[Default:·pbuilder | 4610 | ······[Default:·pbuilder2] |
4611 | ···password·=·<value>·······(String) | 4611 | ···password·=·<value>·······(String) |
4612 | ······Password·for·logging·in·to·SQL·database. | 4612 | ······Password·for·logging·in·to·SQL·database. |
4613 | ···select·=·<select-stmt>·······(String) | 4613 | ···select·=·<select-stmt>·······(String) |
4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4615 | ······statement·to·identify·which·rows·undergo·updates. | 4615 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 7853, 15 lines modified | Offset 7853, 15 lines modified | ||
7853 | ···parallel·=·<int-value>·······(Integer) | 7853 | ···parallel·=·<int-value>·······(Integer) |
7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7856 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7856 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7857 | ······apparently·available·to·the·JVM. | 7857 | ······apparently·available·to·the·JVM. |
7858 | ······[Default:· | 7858 | ······[Default:·24] |
7859 | ···xlog·=·true|false·······(Boolean) | 7859 | ···xlog·=·true|false·······(Boolean) |
7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
7861 | ······true·it·is·logarithmic. | 7861 | ······true·it·is·logarithmic. |
7862 | ······[Default:·false] | 7862 | ······[Default:·false] |
Offset 8640, 15 lines modified | Offset 8640, 15 lines modified | ||
8640 | ···parallel·=·<int-value>·······(Integer) | 8640 | ···parallel·=·<int-value>·······(Integer) |
8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8643 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8643 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8644 | ······apparently·available·to·the·JVM. | 8644 | ······apparently·available·to·the·JVM. |
8645 | ······[Default:· | 8645 | ······[Default:·24] |
8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· | 8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· |
8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
8648 | ······Sky·projection·used·to·display·the·plot. | 8648 | ······Sky·projection·used·to·display·the·plot. |
8649 | ······The·available·options·are: | 8649 | ······The·available·options·are: |
Offset 9332, 15 lines modified | Offset 9332, 15 lines modified | ||
9332 | ···parallel·=·<int-value>·······(Integer) | 9332 | ···parallel·=·<int-value>·······(Integer) |
9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
9335 | ······is·supplied.·The·default·value·is·the·number·of·processors | 9335 | ······is·supplied.·The·default·value·is·the·number·of·processors |
9336 | ······apparently·available·to·the·JVM. | 9336 | ······apparently·available·to·the·JVM. |
9337 | ······[Default:· | 9337 | ······[Default:·24] |
9338 | ···xlog·=·true|false·······(Boolean) | 9338 | ···xlog·=·true|false·······(Boolean) |
9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
9340 | ······true·it·is·logarithmic. | 9340 | ······true·it·is·logarithmic. |
9341 | ······[Default:·false] | 9341 | ······[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·2024-11-20·14:21:47.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··237560 | 3 | -rw-r--r--···0········0········0··2375608·2024-11-20·14:21:47.000000·data.tar.xz |
Offset 9042, 15 lines modified | Offset 9042, 15 lines modified | ||
9042 | ················</dt> | 9042 | ················</dt> |
9043 | ················ | 9043 | ················ |
9044 | ················<dd> | 9044 | ················<dd> |
9045 | ····················User·name·for·the·SQL·connection·to·the·database. | 9045 | ····················User·name·for·the·SQL·connection·to·the·database. |
9046 | ····················<p> | 9046 | ····················<p> |
9047 | ························[Default:·<code>pbuilder | 9047 | ························[Default:·<code>pbuilder2</code>] |
9048 | ····················</p> | 9048 | ····················</p> |
9049 | ················</dd> | 9049 | ················</dd> |
9050 | ················ | 9050 | ················ |
9051 | ················<dt> | 9051 | ················<dt> |
9052 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> | 9052 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> |
9053 | ················</dt> | 9053 | ················</dt> |
9054 | ················ | 9054 | ················ |
Offset 59818, 15 lines modified | Offset 59818, 15 lines modified | ||
59818 | Only·used·if·the·<code>animate</code> | 59818 | Only·used·if·the·<code>animate</code> |
59819 | parameter·is·supplied. | 59819 | parameter·is·supplied. |
59820 | The·default·value·is·the·number·of·processors·apparently | 59820 | The·default·value·is·the·number·of·processors·apparently |
59821 | available·to·the·JVM. | 59821 | available·to·the·JVM. |
59822 | ····················<p> | 59822 | ····················<p> |
59823 | ························[Default:·<code> | 59823 | ························[Default:·<code>24</code>] |
59824 | ····················</p> | 59824 | ····················</p> |
59825 | ················</dd> | 59825 | ················</dd> |
59826 | ················ | 59826 | ················ |
59827 | ················<dt> | 59827 | ················<dt> |
59828 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 59828 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
59829 | ················</dt> | 59829 | ················</dt> |
59830 | ················ | 59830 | ················ |
Offset 62020, 15 lines modified | Offset 62020, 15 lines modified | ||
62020 | Only·used·if·the·<code>animate</code> | 62020 | Only·used·if·the·<code>animate</code> |
62021 | parameter·is·supplied. | 62021 | parameter·is·supplied. |
62022 | The·default·value·is·the·number·of·processors·apparently | 62022 | The·default·value·is·the·number·of·processors·apparently |
62023 | available·to·the·JVM. | 62023 | available·to·the·JVM. |
62024 | ····················<p> | 62024 | ····················<p> |
62025 | ························[Default:·<code> | 62025 | ························[Default:·<code>24</code>] |
62026 | ····················</p> | 62026 | ····················</p> |
62027 | ················</dd> | 62027 | ················</dd> |
62028 | ················ | 62028 | ················ |
62029 | ················<dt> | 62029 | ················<dt> |
62030 | ····················<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> | 62030 | ····················<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> |
62031 | ················</dt> | 62031 | ················</dt> |
62032 | ················ | 62032 | ················ |
Offset 63769, 15 lines modified | Offset 63769, 15 lines modified | ||
63769 | Only·used·if·the·<code>animate</code> | 63769 | Only·used·if·the·<code>animate</code> |
63770 | parameter·is·supplied. | 63770 | parameter·is·supplied. |
63771 | The·default·value·is·the·number·of·processors·apparently | 63771 | The·default·value·is·the·number·of·processors·apparently |
63772 | available·to·the·JVM. | 63772 | available·to·the·JVM. |
63773 | ····················<p> | 63773 | ····················<p> |
63774 | ························[Default:·<code> | 63774 | ························[Default:·<code>24</code>] |
63775 | ····················</p> | 63775 | ····················</p> |
63776 | ················</dd> | 63776 | ················</dd> |
63777 | ················ | 63777 | ················ |
63778 | ················<dt> | 63778 | ················<dt> |
63779 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 63779 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
63780 | ················</dt> | 63780 | ················</dt> |
63781 | ················ | 63781 | ················ |
Offset 65809, 15 lines modified | Offset 65809, 15 lines modified | ||
65809 | Only·used·if·the·<code>animate</code> | 65809 | Only·used·if·the·<code>animate</code> |
65810 | parameter·is·supplied. | 65810 | parameter·is·supplied. |
65811 | The·default·value·is·the·number·of·processors·apparently | 65811 | The·default·value·is·the·number·of·processors·apparently |
65812 | available·to·the·JVM. | 65812 | available·to·the·JVM. |
65813 | ····················<p> | 65813 | ····················<p> |
65814 | ························[Default:·<code> | 65814 | ························[Default:·<code>24</code>] |
65815 | ····················</p> | 65815 | ····················</p> |
65816 | ················</dd> | 65816 | ················</dd> |
65817 | ················ | 65817 | ················ |
65818 | ················<dt> | 65818 | ················<dt> |
65819 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 65819 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
65820 | ················</dt> | 65820 | ················</dt> |
65821 | ················ | 65821 | ················ |
Offset 67608, 15 lines modified | Offset 67608, 15 lines modified | ||
67608 | Only·used·if·the·<code>animate</code> | 67608 | Only·used·if·the·<code>animate</code> |
67609 | parameter·is·supplied. | 67609 | parameter·is·supplied. |
67610 | The·default·value·is·the·number·of·processors·apparently | 67610 | The·default·value·is·the·number·of·processors·apparently |
67611 | available·to·the·JVM. | 67611 | available·to·the·JVM. |
67612 | ····················<p> | 67612 | ····················<p> |
67613 | ························[Default:·<code> | 67613 | ························[Default:·<code>24</code>] |
67614 | ····················</p> | 67614 | ····················</p> |
67615 | ················</dd> | 67615 | ················</dd> |
67616 | ················ | 67616 | ················ |
67617 | ················<dt> | 67617 | ················<dt> |
67618 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 67618 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
67619 | ················</dt> | 67619 | ················</dt> |
67620 | ················ | 67620 | ················ |
Offset 69676, 15 lines modified | Offset 69676, 15 lines modified | ||
69676 | Only·used·if·the·<code>animate</code> | 69676 | Only·used·if·the·<code>animate</code> |
69677 | parameter·is·supplied. | 69677 | parameter·is·supplied. |
69678 | The·default·value·is·the·number·of·processors·apparently | 69678 | The·default·value·is·the·number·of·processors·apparently |
69679 | available·to·the·JVM. | 69679 | available·to·the·JVM. |
69680 | ····················<p> | 69680 | ····················<p> |
69681 | ························[Default:·<code> | 69681 | ························[Default:·<code>24</code>] |
69682 | ····················</p> | 69682 | ····················</p> |
69683 | ················</dd> | 69683 | ················</dd> |
69684 | ················ | 69684 | ················ |
69685 | ················<dt> | 69685 | ················<dt> |
69686 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 69686 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
69687 | ················</dt> | 69687 | ················</dt> |
69688 | ················ | 69688 | ················ |
Offset 75078, 15 lines modified | Offset 75078, 15 lines modified | ||
75078 | ················ | 75078 | ················ |
75079 | ················<dd> | 75079 | ················<dd> |
75080 | ····················User·name·for·logging·in·to·SQL·database. | 75080 | ····················User·name·for·logging·in·to·SQL·database. |
75081 | Defaults·to·the·current·username. | 75081 | Defaults·to·the·current·username. |
75082 | ····················<p> | 75082 | ····················<p> |
75083 | ························[Default:·<code>pbuilder | 75083 | ························[Default:·<code>pbuilder2</code>] |
75084 | ····················</p> | 75084 | ····················</p> |
75085 | ················</dd> | 75085 | ················</dd> |
75086 | ················ | 75086 | ················ |
75087 | ············</dl> | 75087 | ············</dl> |
75088 | ············ | 75088 | ············ |
75089 | ········</p> | 75089 | ········</p> |
75090 | ········ | 75090 | ········ |
Max diff block lines reached; 985/5527 bytes (17.82%) of diff not shown. |
Offset 3501, 15 lines modified | Offset 3501, 15 lines modified | ||
3501 | ············of·the·same·name·already·exists,·it·is·dropped·first. | 3501 | ············of·the·same·name·already·exists,·it·is·dropped·first. |
3502 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named | 3502 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
3503 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 3503 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the |
3504 | ············data·being·written. | 3504 | ············data·being·written. |
3505 | ······[Default:·create] | 3505 | ······[Default:·create] |
3506 | ··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) | 3506 | ··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) |
3507 | ······User·name·for·the·SQL·connection·to·the·database. | 3507 | ······User·name·for·the·SQL·connection·to·the·database. |
3508 | ······[Default:·pbuilder | 3508 | ······[Default:·pbuilder2] |
3509 | ··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) | 3509 | ··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) |
3510 | ······Password·for·the·SQL·connection·to·the·database. | 3510 | ······Password·for·the·SQL·connection·to·the·database. |
3511 | =============================================================================== | 3511 | =============================================================================== |
3512 | *\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* | 3512 | *\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* |
3513 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. | 3513 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. |
3514 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or | 3514 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or |
3515 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such | 3515 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such |
Offset 18349, 15 lines modified | Offset 18349, 15 lines modified | ||
18349 | ············parameter | 18349 | ············parameter |
18350 | ······[Default:·auto] | 18350 | ······[Default:·auto] |
18351 | ··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) | 18351 | ··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) |
18352 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 18352 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
18353 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 18353 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
18354 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 18354 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
18355 | ······JVM. | 18355 | ······JVM. |
18356 | ······[Default:· | 18356 | ······[Default:·24] |
18357 | ··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) | 18357 | ··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) |
18358 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 18358 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
18359 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 18359 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
18360 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 18360 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
18361 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 18361 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
18362 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 18362 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
18363 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 18363 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 19046, 15 lines modified | Offset 19046, 15 lines modified | ||
19046 | ············parameter | 19046 | ············parameter |
19047 | ······[Default:·auto] | 19047 | ······[Default:·auto] |
19048 | ··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) | 19048 | ··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) |
19049 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 19049 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
19050 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 19050 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
19051 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 19051 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
19052 | ······JVM. | 19052 | ······JVM. |
19053 | ······[Default:· | 19053 | ······[Default:·24] |
19054 | ··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) | 19054 | ··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) |
19055 | ······Sky·projection·used·to·display·the·plot. | 19055 | ······Sky·projection·used·to·display·the·plot. |
19056 | ······The·available·options·are: | 19056 | ······The·available·options·are: |
19057 | ··········*·sin:·rotatable·sphere | 19057 | ··········*·sin:·rotatable·sphere |
19058 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center | 19058 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center |
19059 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center | 19059 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center |
19060 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 | 19060 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 |
Offset 19608, 15 lines modified | Offset 19608, 15 lines modified | ||
19608 | ············parameter | 19608 | ············parameter |
19609 | ······[Default:·auto] | 19609 | ······[Default:·auto] |
19610 | ··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) | 19610 | ··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) |
19611 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 19611 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
19612 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 19612 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
19613 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 19613 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
19614 | ······JVM. | 19614 | ······JVM. |
19615 | ······[Default:· | 19615 | ······[Default:·24] |
19616 | ··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) | 19616 | ··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) |
19617 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 19617 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
19618 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 19618 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
19619 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 19619 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
19620 | ······[Default:·30] | 19620 | ······[Default:·30] |
19621 | ··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) | 19621 | ··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) |
19622 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 19622 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 20260, 15 lines modified | Offset 20260, 15 lines modified | ||
20260 | ············parameter | 20260 | ············parameter |
20261 | ······[Default:·auto] | 20261 | ······[Default:·auto] |
20262 | ··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) | 20262 | ··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) |
20263 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 20263 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
20264 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 20264 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
20265 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 20265 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
20266 | ······JVM. | 20266 | ······JVM. |
20267 | ······[Default:· | 20267 | ······[Default:·24] |
20268 | ··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) | 20268 | ··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) |
20269 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 20269 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
20270 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 20270 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
20271 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 20271 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
20272 | ······[Default:·30] | 20272 | ······[Default:·30] |
20273 | ··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) | 20273 | ··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) |
20274 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 20274 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 20855, 15 lines modified | Offset 20855, 15 lines modified | ||
20855 | ············parameter | 20855 | ············parameter |
20856 | ······[Default:·auto] | 20856 | ······[Default:·auto] |
20857 | ··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) | 20857 | ··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) |
20858 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 20858 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
20859 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 20859 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
20860 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 20860 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
20861 | ······JVM. | 20861 | ······JVM. |
20862 | ······[Default:· | 20862 | ······[Default:·24] |
20863 | ··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) | 20863 | ··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) |
20864 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 20864 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
20865 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 20865 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
20866 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 20866 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
20867 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 20867 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
20868 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 20868 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
20869 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 20869 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 21526, 15 lines modified | Offset 21526, 15 lines modified | ||
21526 | ············parameter | 21526 | ············parameter |
21527 | ······[Default:·auto] | 21527 | ······[Default:·auto] |
21528 | ··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) | 21528 | ··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) |
21529 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 21529 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
21530 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 21530 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
21531 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 21531 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
21532 | ······JVM. | 21532 | ······JVM. |
21533 | ······[Default:· | 21533 | ······[Default:·24] |
21534 | ··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) | 21534 | ··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) |
21535 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 21535 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
21536 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 21536 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
21537 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 21537 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
21538 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 21538 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
21539 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 21539 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
21540 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 21540 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 23150, 15 lines modified | Offset 23150, 15 lines modified | ||
23150 | ······Password·for·logging·in·to·SQL·database. | 23150 | ······Password·for·logging·in·to·SQL·database. |
23151 | ··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) | 23151 | ··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) |
23152 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 23152 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
23153 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 23153 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
23154 | ··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) | 23154 | ··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) |
23155 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 23155 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
23156 | ······username. | 23156 | ······username. |
23157 | ······[Default:·pbuilder | 23157 | ······[Default:·pbuilder2] |
23158 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* | 23158 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* |
23159 | Here·are·some·examples·of·sqlclient: | 23159 | Here·are·some·examples·of·sqlclient: |
23160 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET | 23160 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET |
23161 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan | 23161 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan |
23162 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the | 23162 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the |
23163 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a | 23163 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a |
23164 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's | 23164 | ······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. |