Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | · | 1 | ·87f7ea4f3285a48c89d5462d9a0efc52·61312·java·optional·jython-stilts_3.4.7-4_all.deb |
2 | ·42bce0de7077acc4ab1784124606bed1·1166020·doc·optional·starlink-ttools-java-doc_3.4.7-4_all.deb | 2 | ·42bce0de7077acc4ab1784124606bed1·1166020·doc·optional·starlink-ttools-java-doc_3.4.7-4_all.deb |
3 | ·54b8b2e7f65e144df24ec8f12fea7f44·4832052·java·optional·starlink-ttools-java_3.4.7-4_all.deb | ||
4 | · | 3 | ·57a7fdb2d039a3a56b6d1e8e391a8314·4832088·java·optional·starlink-ttools-java_3.4.7-4_all.deb |
4 | ·0ed40bb693664dae63069c6d46a001d1·2251088·doc·optional·stilts-doc_3.4.7-4_all.deb | ||
5 | ·e1d15885940400eb46088b856d143c54·207196·science·optional·stilts_3.4.7-4_all.deb | 5 | ·e1d15885940400eb46088b856d143c54·207196·science·optional·stilts_3.4.7-4_all.deb |
Offset 1421, 15 lines modified | Offset 1421, 15 lines modified | ||
1421 | ········env·=·_JyEnvironment() | 1421 | ········env·=·_JyEnvironment() |
1422 | ········env.setValue('format',·_map_env_value(format)) | 1422 | ········env.setValue('format',·_map_env_value(format)) |
1423 | ········env.setValue('client',·_map_env_value(client)) | 1423 | ········env.setValue('client',·_map_env_value(client)) |
1424 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1424 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1425 | ········consumer·=·mode.createConsumer(env) | 1425 | ········consumer·=·mode.createConsumer(env) |
1426 | ········_check_unused_args(env) | 1426 | ········_check_unused_args(env) |
1427 | ········consumer.consume(self) | 1427 | ········consumer.consume(self) |
1428 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1428 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1429 | ········'''\ | 1429 | ········'''\ |
1430 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1430 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1431 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1431 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1432 | ···· | 1432 | ···· |
1433 | ····Parameters: | 1433 | ····Parameters: |
1434 | ···· | 1434 | ···· |
1435 | ·······protocol·=·<jdbc-protocol>·······(String) | 1435 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1471, 15 lines modified | Offset 1471, 15 lines modified | ||
1471 | ················of·columns)·for·the·data·being·written. | 1471 | ················of·columns)·for·the·data·being·written. |
1472 | ···· | 1472 | ···· |
1473 | ··········[Default:·create] | 1473 | ··········[Default:·create] |
1474 | ···· | 1474 | ···· |
1475 | ·······user·=·<username>·······(String) | 1475 | ·······user·=·<username>·······(String) |
1476 | ··········User·name·for·the·SQL·connection·to·the·database. | 1476 | ··········User·name·for·the·SQL·connection·to·the·database. |
1477 | ···· | 1477 | ···· |
1478 | ··········[Default:·pbuilder | 1478 | ··········[Default:·pbuilder2] |
1479 | ···· | 1479 | ···· |
1480 | ·······password·=·<passwd>·······(String) | 1480 | ·······password·=·<passwd>·······(String) |
1481 | ··········Password·for·the·SQL·connection·to·the·database. | 1481 | ··········Password·for·the·SQL·connection·to·the·database. |
1482 | ····''' | 1482 | ····''' |
1483 | ········env·=·_JyEnvironment() | 1483 | ········env·=·_JyEnvironment() |
1484 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1484 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1485 | ········env.setValue('db',·_map_env_value(db)) | 1485 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4186, 15 lines modified | Offset 4186, 15 lines modified | ||
4186 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4186 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4187 | ······as·well·for·the·connection·to·be·made. | 4187 | ······as·well·for·the·connection·to·be·made. |
4188 | ···user·=·<value>·······(String) | 4188 | ···user·=·<value>·······(String) |
4189 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4189 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4190 | ······current·username. | 4190 | ······current·username. |
4191 | ······[Default:·pbuilder | 4191 | ······[Default:·pbuilder2] |
4192 | ···password·=·<value>·······(String) | 4192 | ···password·=·<value>·······(String) |
4193 | ······Password·for·logging·in·to·SQL·database. | 4193 | ······Password·for·logging·in·to·SQL·database. |
4194 | ···sql·=·<sql>·······(String) | 4194 | ···sql·=·<sql>·······(String) |
4195 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4195 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4196 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4196 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4392, 15 lines modified | Offset 4392, 15 lines modified | ||
4392 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4392 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4393 | ······as·well·for·the·connection·to·be·made. | 4393 | ······as·well·for·the·connection·to·be·made. |
4394 | ···user·=·<value>·······(String) | 4394 | ···user·=·<value>·······(String) |
4395 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4395 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4396 | ······current·username. | 4396 | ······current·username. |
4397 | ······[Default:·pbuilder | 4397 | ······[Default:·pbuilder2] |
4398 | ···password·=·<value>·······(String) | 4398 | ···password·=·<value>·······(String) |
4399 | ······Password·for·logging·in·to·SQL·database. | 4399 | ······Password·for·logging·in·to·SQL·database. |
4400 | ···dbtable·=·<table-name>·······(String) | 4400 | ···dbtable·=·<table-name>·······(String) |
4401 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4401 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4402 | ······remote·data. | 4402 | ······remote·data. |
Offset 4500, 15 lines modified | Offset 4500, 15 lines modified | ||
4500 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4500 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4501 | ······as·well·for·the·connection·to·be·made. | 4501 | ······as·well·for·the·connection·to·be·made. |
4502 | ···user·=·<value>·······(String) | 4502 | ···user·=·<value>·······(String) |
4503 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4503 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4504 | ······current·username. | 4504 | ······current·username. |
4505 | ······[Default:·pbuilder | 4505 | ······[Default:·pbuilder2] |
4506 | ···password·=·<value>·······(String) | 4506 | ···password·=·<value>·······(String) |
4507 | ······Password·for·logging·in·to·SQL·database. | 4507 | ······Password·for·logging·in·to·SQL·database. |
4508 | ···select·=·<select-stmt>·······(String) | 4508 | ···select·=·<select-stmt>·······(String) |
4509 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4509 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4510 | ······statement·to·identify·which·rows·undergo·updates. | 4510 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 7582, 15 lines modified | Offset 7582, 15 lines modified | ||
7582 | ···parallel·=·<int-value>·······(Integer) | 7582 | ···parallel·=·<int-value>·······(Integer) |
7583 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7583 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7584 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7584 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7585 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7585 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7586 | ······apparently·available·to·the·JVM. | 7586 | ······apparently·available·to·the·JVM. |
7587 | ······[Default:·1 | 7587 | ······[Default:·15] |
7588 | ···xlog·=·true|false·······(Boolean) | 7588 | ···xlog·=·true|false·······(Boolean) |
7589 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7589 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
7590 | ······true·it·is·logarithmic. | 7590 | ······true·it·is·logarithmic. |
7591 | ······[Default:·false] | 7591 | ······[Default:·false] |
Offset 8280, 15 lines modified | Offset 8280, 15 lines modified | ||
8280 | ···parallel·=·<int-value>·······(Integer) | 8280 | ···parallel·=·<int-value>·······(Integer) |
8281 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8281 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8282 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8282 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8283 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8283 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8284 | ······apparently·available·to·the·JVM. | 8284 | ······apparently·available·to·the·JVM. |
8285 | ······[Default:·1 | 8285 | ······[Default:·15] |
8286 | ···projection·=·sin|aitoff|aitoff0|car|car0······· | 8286 | ···projection·=·sin|aitoff|aitoff0|car|car0······· |
8287 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 8287 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
8288 | ······Sky·projection·used·to·display·the·plot. | 8288 | ······Sky·projection·used·to·display·the·plot. |
8289 | ······The·available·options·are: | 8289 | ······The·available·options·are: |
Offset 8934, 15 lines modified | Offset 8934, 15 lines modified | ||
8934 | ···parallel·=·<int-value>·······(Integer) | 8934 | ···parallel·=·<int-value>·······(Integer) |
8935 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8935 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8936 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8936 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8937 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8937 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8938 | ······apparently·available·to·the·JVM. | 8938 | ······apparently·available·to·the·JVM. |
8939 | ······[Default:·1 | 8939 | ······[Default:·15] |
8940 | ···xlog·=·true|false·······(Boolean) | 8940 | ···xlog·=·true|false·······(Boolean) |
8941 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 8941 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
8942 | ······true·it·is·logarithmic. | 8942 | ······true·it·is·logarithmic. |
8943 | ······[Default:·false] | 8943 | ······[Default:·false] |
Max diff block lines reached; 2431/7096 bytes (34.26%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2023-01-08·10:17:43.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2023-01-08·10:17:43.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1216·2023-01-08·10:17:43.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1216·2023-01-08·10:17:43.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··48306 | 3 | -rw-r--r--···0········0········0··4830680·2023-01-08·10:17:43.000000·data.tar.xz |
Offset 2, 9 lines modified | Offset 2, 9 lines modified | ||
2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/ | 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/ |
3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/ | 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/ |
4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/doc/ | 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/doc/ |
5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/doc/starlink-ttools-java/ | 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/doc/starlink-ttools-java/ |
6 | -rw-r--r--···0·root·········(0)·root·········(0)·····1562·2023-01-08·10:17:43.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz | 6 | -rw-r--r--···0·root·········(0)·root·········(0)·····1562·2023-01-08·10:17:43.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz |
7 | -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2020-06-25·19:04:57.000000·./usr/share/doc/starlink-ttools-java/copyright | 7 | -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2020-06-25·19:04:57.000000·./usr/share/doc/starlink-ttools-java/copyright |
8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/java/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/java/ |
9 | -rw-r--r--···0·root·········(0)·root·········(0)··528622 | 9 | -rw-r--r--···0·root·········(0)·root·········(0)··5286220·2023-01-08·10:17:43.000000·./usr/share/java/starlink-ttools-3.4.7.jar |
10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.4.7.jar | 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2023-01-08·10:17:43.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.4.7.jar |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Zip·file·size:·528622 | 1 | Zip·file·size:·5286220·bytes,·number·of·entries:·3080 |
2 | drwxr-xr-x··2.0·unx········0·bx·stor·23-Jan-08·10:17·META-INF/ | 2 | drwxr-xr-x··2.0·unx········0·bx·stor·23-Jan-08·10:17·META-INF/ |
3 | -rw-r--r--··2.0·unx······603·b-·defN·23-Jan-08·10:17·META-INF/MANIFEST.MF | 3 | -rw-r--r--··2.0·unx······603·b-·defN·23-Jan-08·10:17·META-INF/MANIFEST.MF |
4 | drwxr-xr-x··2.0·unx········0·b-·stor·23-Jan-08·10:17·cds/ | 4 | drwxr-xr-x··2.0·unx········0·b-·stor·23-Jan-08·10:17·cds/ |
5 | drwxr-xr-x··2.0·unx········0·b-·stor·23-Jan-08·10:17·cds/tools/ | 5 | drwxr-xr-x··2.0·unx········0·b-·stor·23-Jan-08·10:17·cds/tools/ |
6 | -rw-r--r--··2.0·unx······344·b-·defN·23-Jan-08·10:17·cds/tools/ExtApp.class | 6 | -rw-r--r--··2.0·unx······344·b-·defN·23-Jan-08·10:17·cds/tools/ExtApp.class |
7 | -rw-r--r--··2.0·unx···481521·b-·defN·23-Jan-08·10:17·stilts.py | 7 | -rw-r--r--··2.0·unx···481521·b-·defN·23-Jan-08·10:17·stilts.py |
8 | drwxr-xr-x··2.0·unx········0·b-·stor·23-Jan-08·10:17·uk/ | 8 | drwxr-xr-x··2.0·unx········0·b-·stor·23-Jan-08·10:17·uk/ |
Offset 3075, 8 lines modified | Offset 3075, 8 lines modified | ||
3075 | -rw-r--r--··2.0·unx·····7455·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLintContext.class | 3075 | -rw-r--r--··2.0·unx·····7455·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLintContext.class |
3076 | -rw-r--r--··2.0·unx·····2925·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class | 3076 | -rw-r--r--··2.0·unx·····2925·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class |
3077 | -rw-r--r--··2.0·unx······396·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLintException.class | 3077 | -rw-r--r--··2.0·unx······396·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLintException.class |
3078 | -rw-r--r--··2.0·unx·····5224·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLinter.class | 3078 | -rw-r--r--··2.0·unx·····5224·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/VotLinter.class |
3079 | -rw-r--r--··2.0·unx·····4743·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/votable-1.0.dtd | 3079 | -rw-r--r--··2.0·unx·····4743·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/votable-1.0.dtd |
3080 | -rw-r--r--··2.0·unx·····5044·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/votable-1.1.dtd | 3080 | -rw-r--r--··2.0·unx·····5044·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/votable-1.1.dtd |
3081 | -rw-r--r--··2.0·unx·····5534·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/votable-1.2.dtd | 3081 | -rw-r--r--··2.0·unx·····5534·b-·defN·23-Jan-08·10:17·uk/ac/starlink/ttools/votlint/votable-1.2.dtd |
3082 | 3080·files,·10799792·bytes·uncompressed,·471500 | 3082 | 3080·files,·10799792·bytes·uncompressed,·4715002·bytes·compressed:··56.3% |
Offset 1421, 15 lines modified | Offset 1421, 15 lines modified | ||
1421 | ········env·=·_JyEnvironment() | 1421 | ········env·=·_JyEnvironment() |
1422 | ········env.setValue('format',·_map_env_value(format)) | 1422 | ········env.setValue('format',·_map_env_value(format)) |
1423 | ········env.setValue('client',·_map_env_value(client)) | 1423 | ········env.setValue('client',·_map_env_value(client)) |
1424 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1424 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1425 | ········consumer·=·mode.createConsumer(env) | 1425 | ········consumer·=·mode.createConsumer(env) |
1426 | ········_check_unused_args(env) | 1426 | ········_check_unused_args(env) |
1427 | ········consumer.consume(self) | 1427 | ········consumer.consume(self) |
1428 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1428 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1429 | ········'''\ | 1429 | ········'''\ |
1430 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1430 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1431 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1431 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1432 | ···· | 1432 | ···· |
1433 | ····Parameters: | 1433 | ····Parameters: |
1434 | ···· | 1434 | ···· |
1435 | ·······protocol·=·<jdbc-protocol>·······(String) | 1435 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1471, 15 lines modified | Offset 1471, 15 lines modified | ||
1471 | ················of·columns)·for·the·data·being·written. | 1471 | ················of·columns)·for·the·data·being·written. |
1472 | ···· | 1472 | ···· |
1473 | ··········[Default:·create] | 1473 | ··········[Default:·create] |
1474 | ···· | 1474 | ···· |
1475 | ·······user·=·<username>·······(String) | 1475 | ·······user·=·<username>·······(String) |
1476 | ··········User·name·for·the·SQL·connection·to·the·database. | 1476 | ··········User·name·for·the·SQL·connection·to·the·database. |
1477 | ···· | 1477 | ···· |
1478 | ··········[Default:·pbuilder | 1478 | ··········[Default:·pbuilder2] |
1479 | ···· | 1479 | ···· |
1480 | ·······password·=·<passwd>·······(String) | 1480 | ·······password·=·<passwd>·······(String) |
1481 | ··········Password·for·the·SQL·connection·to·the·database. | 1481 | ··········Password·for·the·SQL·connection·to·the·database. |
1482 | ····''' | 1482 | ····''' |
1483 | ········env·=·_JyEnvironment() | 1483 | ········env·=·_JyEnvironment() |
1484 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1484 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1485 | ········env.setValue('db',·_map_env_value(db)) | 1485 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4186, 15 lines modified | Offset 4186, 15 lines modified | ||
4186 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4186 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4187 | ······as·well·for·the·connection·to·be·made. | 4187 | ······as·well·for·the·connection·to·be·made. |
4188 | ···user·=·<value>·······(String) | 4188 | ···user·=·<value>·······(String) |
4189 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4189 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4190 | ······current·username. | 4190 | ······current·username. |
4191 | ······[Default:·pbuilder | 4191 | ······[Default:·pbuilder2] |
4192 | ···password·=·<value>·······(String) | 4192 | ···password·=·<value>·······(String) |
4193 | ······Password·for·logging·in·to·SQL·database. | 4193 | ······Password·for·logging·in·to·SQL·database. |
4194 | ···sql·=·<sql>·······(String) | 4194 | ···sql·=·<sql>·······(String) |
4195 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4195 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4196 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4196 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4392, 15 lines modified | Offset 4392, 15 lines modified | ||
4392 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4392 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4393 | ······as·well·for·the·connection·to·be·made. | 4393 | ······as·well·for·the·connection·to·be·made. |
4394 | ···user·=·<value>·······(String) | 4394 | ···user·=·<value>·······(String) |
4395 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4395 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4396 | ······current·username. | 4396 | ······current·username. |
4397 | ······[Default:·pbuilder | 4397 | ······[Default:·pbuilder2] |
4398 | ···password·=·<value>·······(String) | 4398 | ···password·=·<value>·······(String) |
4399 | ······Password·for·logging·in·to·SQL·database. | 4399 | ······Password·for·logging·in·to·SQL·database. |
4400 | ···dbtable·=·<table-name>·······(String) | 4400 | ···dbtable·=·<table-name>·······(String) |
4401 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4401 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4402 | ······remote·data. | 4402 | ······remote·data. |
Offset 4500, 15 lines modified | Offset 4500, 15 lines modified | ||
4500 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4500 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4501 | ······as·well·for·the·connection·to·be·made. | 4501 | ······as·well·for·the·connection·to·be·made. |
4502 | ···user·=·<value>·······(String) | 4502 | ···user·=·<value>·······(String) |
4503 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4503 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4504 | ······current·username. | 4504 | ······current·username. |
4505 | ······[Default:·pbuilder | 4505 | ······[Default:·pbuilder2] |
4506 | ···password·=·<value>·······(String) | 4506 | ···password·=·<value>·······(String) |
4507 | ······Password·for·logging·in·to·SQL·database. | 4507 | ······Password·for·logging·in·to·SQL·database. |
4508 | ···select·=·<select-stmt>·······(String) | 4508 | ···select·=·<select-stmt>·······(String) |
4509 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4509 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4510 | ······statement·to·identify·which·rows·undergo·updates. | 4510 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 7582, 15 lines modified | Offset 7582, 15 lines modified | ||
7582 | ···parallel·=·<int-value>·······(Integer) | 7582 | ···parallel·=·<int-value>·······(Integer) |
7583 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7583 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7584 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7584 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7585 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7585 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7586 | ······apparently·available·to·the·JVM. | 7586 | ······apparently·available·to·the·JVM. |
7587 | ······[Default:·1 | 7587 | ······[Default:·15] |
7588 | ···xlog·=·true|false·······(Boolean) | 7588 | ···xlog·=·true|false·······(Boolean) |
7589 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7589 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
7590 | ······true·it·is·logarithmic. | 7590 | ······true·it·is·logarithmic. |
7591 | ······[Default:·false] | 7591 | ······[Default:·false] |
Offset 8280, 15 lines modified | Offset 8280, 15 lines modified | ||
8280 | ···parallel·=·<int-value>·······(Integer) | 8280 | ···parallel·=·<int-value>·······(Integer) |
8281 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8281 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8282 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8282 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8283 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8283 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8284 | ······apparently·available·to·the·JVM. | 8284 | ······apparently·available·to·the·JVM. |
8285 | ······[Default:·1 | 8285 | ······[Default:·15] |
8286 | ···projection·=·sin|aitoff|aitoff0|car|car0······· | 8286 | ···projection·=·sin|aitoff|aitoff0|car|car0······· |
8287 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 8287 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
8288 | ······Sky·projection·used·to·display·the·plot. | 8288 | ······Sky·projection·used·to·display·the·plot. |
8289 | ······The·available·options·are: | 8289 | ······The·available·options·are: |
Offset 8934, 15 lines modified | Offset 8934, 15 lines modified | ||
8934 | ···parallel·=·<int-value>·······(Integer) | 8934 | ···parallel·=·<int-value>·······(Integer) |
8935 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8935 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8936 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8936 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8937 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8937 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8938 | ······apparently·available·to·the·JVM. | 8938 | ······apparently·available·to·the·JVM. |
8939 | ······[Default:·1 | 8939 | ······[Default:·15] |
8940 | ···xlog·=·true|false·······(Boolean) | 8940 | ···xlog·=·true|false·······(Boolean) |
8941 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 8941 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
8942 | ······true·it·is·logarithmic. | 8942 | ······true·it·is·logarithmic. |
8943 | ······[Default:·false] | 8943 | ······[Default:·false] |
Max diff block lines reached; 2431/7096 bytes (34.26%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2023-01-08·10:17:43.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2023-01-08·10:17:43.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····3248·2023-01-08·10:17:43.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····3248·2023-01-08·10:17:43.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··224764 | 3 | -rw-r--r--···0········0········0··2247648·2023-01-08·10:17:43.000000·data.tar.xz |
Offset 8621, 15 lines modified | Offset 8621, 15 lines modified | ||
8621 | ················</dt> | 8621 | ················</dt> |
8622 | ················ | 8622 | ················ |
8623 | ················<dd> | 8623 | ················<dd> |
8624 | ····················User·name·for·the·SQL·connection·to·the·database. | 8624 | ····················User·name·for·the·SQL·connection·to·the·database. |
8625 | ····················<p> | 8625 | ····················<p> |
8626 | ························[Default:·<code>pbuilder | 8626 | ························[Default:·<code>pbuilder2</code>] |
8627 | ····················</p> | 8627 | ····················</p> |
8628 | ················</dd> | 8628 | ················</dd> |
8629 | ················ | 8629 | ················ |
8630 | ················<dt> | 8630 | ················<dt> |
8631 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> | 8631 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> |
8632 | ················</dt> | 8632 | ················</dt> |
8633 | ················ | 8633 | ················ |
Offset 42303, 15 lines modified | Offset 42303, 15 lines modified | ||
42303 | Only·used·if·the·<code>animate</code> | 42303 | Only·used·if·the·<code>animate</code> |
42304 | parameter·is·supplied. | 42304 | parameter·is·supplied. |
42305 | The·default·value·is·the·number·of·processors·apparently | 42305 | The·default·value·is·the·number·of·processors·apparently |
42306 | available·to·the·JVM. | 42306 | available·to·the·JVM. |
42307 | ····················<p> | 42307 | ····················<p> |
42308 | ························[Default:·<code>1 | 42308 | ························[Default:·<code>15</code>] |
42309 | ····················</p> | 42309 | ····················</p> |
42310 | ················</dd> | 42310 | ················</dd> |
42311 | ················ | 42311 | ················ |
42312 | ················<dt> | 42312 | ················<dt> |
42313 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 42313 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
42314 | ················</dt> | 42314 | ················</dt> |
42315 | ················ | 42315 | ················ |
Offset 44278, 15 lines modified | Offset 44278, 15 lines modified | ||
44278 | Only·used·if·the·<code>animate</code> | 44278 | Only·used·if·the·<code>animate</code> |
44279 | parameter·is·supplied. | 44279 | parameter·is·supplied. |
44280 | The·default·value·is·the·number·of·processors·apparently | 44280 | The·default·value·is·the·number·of·processors·apparently |
44281 | available·to·the·JVM. | 44281 | available·to·the·JVM. |
44282 | ····················<p> | 44282 | ····················<p> |
44283 | ························[Default:·<code>1 | 44283 | ························[Default:·<code>15</code>] |
44284 | ····················</p> | 44284 | ····················</p> |
44285 | ················</dd> | 44285 | ················</dd> |
44286 | ················ | 44286 | ················ |
44287 | ················<dt> | 44287 | ················<dt> |
44288 | ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>· <em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> | 44288 | ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>· <em>(<a·href="http://andromeda.star.bris.ac.uk/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> |
44289 | ················</dt> | 44289 | ················</dt> |
44290 | ················ | 44290 | ················ |
Offset 45930, 15 lines modified | Offset 45930, 15 lines modified | ||
45930 | Only·used·if·the·<code>animate</code> | 45930 | Only·used·if·the·<code>animate</code> |
45931 | parameter·is·supplied. | 45931 | parameter·is·supplied. |
45932 | The·default·value·is·the·number·of·processors·apparently | 45932 | The·default·value·is·the·number·of·processors·apparently |
45933 | available·to·the·JVM. | 45933 | available·to·the·JVM. |
45934 | ····················<p> | 45934 | ····················<p> |
45935 | ························[Default:·<code>1 | 45935 | ························[Default:·<code>15</code>] |
45936 | ····················</p> | 45936 | ····················</p> |
45937 | ················</dd> | 45937 | ················</dd> |
45938 | ················ | 45938 | ················ |
45939 | ················<dt> | 45939 | ················<dt> |
45940 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 45940 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
45941 | ················</dt> | 45941 | ················</dt> |
45942 | ················ | 45942 | ················ |
Offset 47926, 15 lines modified | Offset 47926, 15 lines modified | ||
47926 | Only·used·if·the·<code>animate</code> | 47926 | Only·used·if·the·<code>animate</code> |
47927 | parameter·is·supplied. | 47927 | parameter·is·supplied. |
47928 | The·default·value·is·the·number·of·processors·apparently | 47928 | The·default·value·is·the·number·of·processors·apparently |
47929 | available·to·the·JVM. | 47929 | available·to·the·JVM. |
47930 | ····················<p> | 47930 | ····················<p> |
47931 | ························[Default:·<code>1 | 47931 | ························[Default:·<code>15</code>] |
47932 | ····················</p> | 47932 | ····················</p> |
47933 | ················</dd> | 47933 | ················</dd> |
47934 | ················ | 47934 | ················ |
47935 | ················<dt> | 47935 | ················<dt> |
47936 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 47936 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
47937 | ················</dt> | 47937 | ················</dt> |
47938 | ················ | 47938 | ················ |
Offset 49677, 15 lines modified | Offset 49677, 15 lines modified | ||
49677 | Only·used·if·the·<code>animate</code> | 49677 | Only·used·if·the·<code>animate</code> |
49678 | parameter·is·supplied. | 49678 | parameter·is·supplied. |
49679 | The·default·value·is·the·number·of·processors·apparently | 49679 | The·default·value·is·the·number·of·processors·apparently |
49680 | available·to·the·JVM. | 49680 | available·to·the·JVM. |
49681 | ····················<p> | 49681 | ····················<p> |
49682 | ························[Default:·<code>1 | 49682 | ························[Default:·<code>15</code>] |
49683 | ····················</p> | 49683 | ····················</p> |
49684 | ················</dd> | 49684 | ················</dd> |
49685 | ················ | 49685 | ················ |
49686 | ················<dt> | 49686 | ················<dt> |
49687 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 49687 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
49688 | ················</dt> | 49688 | ················</dt> |
49689 | ················ | 49689 | ················ |
Offset 54887, 15 lines modified | Offset 54887, 15 lines modified | ||
54887 | ················ | 54887 | ················ |
54888 | ················<dd> | 54888 | ················<dd> |
54889 | ····················User·name·for·logging·in·to·SQL·database. | 54889 | ····················User·name·for·logging·in·to·SQL·database. |
54890 | Defaults·to·the·current·username. | 54890 | Defaults·to·the·current·username. |
54891 | ····················<p> | 54891 | ····················<p> |
54892 | ························[Default:·<code>pbuilder | 54892 | ························[Default:·<code>pbuilder2</code>] |
54893 | ····················</p> | 54893 | ····················</p> |
54894 | ················</dd> | 54894 | ················</dd> |
54895 | ················ | 54895 | ················ |
54896 | ············</dl> | 54896 | ············</dl> |
54897 | ············ | 54897 | ············ |
54898 | ········</p> | 54898 | ········</p> |
54899 | ········ | 54899 | ········ |
Offset 55827, 15 lines modified | Offset 55827, 15 lines modified | ||
55827 | ················ | 55827 | ················ |
55828 | ················<dd> | 55828 | ················<dd> |
55829 | ····················User·name·for·logging·in·to·SQL·database. | 55829 | ····················User·name·for·logging·in·to·SQL·database. |
55830 | Defaults·to·the·current·username. | 55830 | Defaults·to·the·current·username. |
55831 | ····················<p> | 55831 | ····················<p> |
55832 | ························[Default:·<code>pbuilder | 55832 | ························[Default:·<code>pbuilder2</code>] |
55833 | ····················</p> | 55833 | ····················</p> |
55834 | ················</dd> | 55834 | ················</dd> |
55835 | ················ | 55835 | ················ |
55836 | ················<dt> | 55836 | ················<dt> |
55837 | ····················<strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong> | 55837 | ····················<strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong> |
55838 | ················</dt> | 55838 | ················</dt> |
55839 | ················ | 55839 | ················ |
Max diff block lines reached; 409/4958 bytes (8.25%) of diff not shown. |
Offset 3392, 15 lines modified | Offset 3392, 15 lines modified | ||
3392 | ············of·the·same·name·already·exists,·it·is·dropped·first. | 3392 | ············of·the·same·name·already·exists,·it·is·dropped·first. |
3393 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named | 3393 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
3394 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 3394 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the |
3395 | ············data·being·written. | 3395 | ············data·being·written. |
3396 | ······[Default:·create] | 3396 | ······[Default:·create] |
3397 | ··user·=·<username>· (String) | 3397 | ··user·=·<username>· (String) |
3398 | ······User·name·for·the·SQL·connection·to·the·database. | 3398 | ······User·name·for·the·SQL·connection·to·the·database. |
3399 | ······[Default:·pbuilder | 3399 | ······[Default:·pbuilder2] |
3400 | ··password·=·<passwd>· (String) | 3400 | ··password·=·<passwd>· (String) |
3401 | ······Password·for·the·SQL·connection·to·the·database. | 3401 | ······Password·for·the·SQL·connection·to·the·database. |
3402 | =============================================================================== | 3402 | =============================================================================== |
3403 | *****·7·Crossmatching·***** | 3403 | *****·7·Crossmatching·***** |
3404 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. | 3404 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. |
3405 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or | 3405 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or |
3406 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such | 3406 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such |
Offset 14421, 15 lines modified | Offset 14421, 15 lines modified | ||
14421 | ············parameter | 14421 | ············parameter |
14422 | ······[Default:·auto] | 14422 | ······[Default:·auto] |
14423 | ··parallel·=·<int-value>· (Integer) | 14423 | ··parallel·=·<int-value>· (Integer) |
14424 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 14424 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
14425 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 14425 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
14426 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 14426 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
14427 | ······JVM. | 14427 | ······JVM. |
14428 | ······[Default:·1 | 14428 | ······[Default:·15] |
14429 | ··seq·=·<suffix>[,...]· (String[]) | 14429 | ··seq·=·<suffix>[,...]· (String[]) |
14430 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 14430 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
14431 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 14431 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
14432 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 14432 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
14433 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 14433 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
14434 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 14434 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
14435 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 14435 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 15044, 15 lines modified | Offset 15044, 15 lines modified | ||
15044 | ············parameter | 15044 | ············parameter |
15045 | ······[Default:·auto] | 15045 | ······[Default:·auto] |
15046 | ··parallel·=·<int-value>· (Integer) | 15046 | ··parallel·=·<int-value>· (Integer) |
15047 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 15047 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
15048 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 15048 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
15049 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 15049 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
15050 | ······JVM. | 15050 | ······JVM. |
15051 | ······[Default:·1 | 15051 | ······[Default:·15] |
15052 | ··projection·=·sin|aitoff|aitoff0|car|car0· (Projection) | 15052 | ··projection·=·sin|aitoff|aitoff0|car|car0· (Projection) |
15053 | ······Sky·projection·used·to·display·the·plot. | 15053 | ······Sky·projection·used·to·display·the·plot. |
15054 | ······The·available·options·are: | 15054 | ······The·available·options·are: |
15055 | ··········*·sin:·rotatable·sphere | 15055 | ··········*·sin:·rotatable·sphere |
15056 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center | 15056 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center |
15057 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center | 15057 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center |
15058 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 | 15058 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 |
Offset 15577, 15 lines modified | Offset 15577, 15 lines modified | ||
15577 | ············parameter | 15577 | ············parameter |
15578 | ······[Default:·auto] | 15578 | ······[Default:·auto] |
15579 | ··parallel·=·<int-value>· (Integer) | 15579 | ··parallel·=·<int-value>· (Integer) |
15580 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 15580 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
15581 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 15581 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
15582 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 15582 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
15583 | ······JVM. | 15583 | ······JVM. |
15584 | ······[Default:·1 | 15584 | ······[Default:·15] |
15585 | ··phi·=·<degrees>· (Double) | 15585 | ··phi·=·<degrees>· (Double) |
15586 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 15586 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
15587 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 15587 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
15588 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 15588 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
15589 | ······[Default:·30] | 15589 | ······[Default:·30] |
15590 | ··psi·=·<degrees>· (Double) | 15590 | ··psi·=·<degrees>· (Double) |
15591 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 15591 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 16216, 15 lines modified | Offset 16216, 15 lines modified | ||
16216 | ············parameter | 16216 | ············parameter |
16217 | ······[Default:·auto] | 16217 | ······[Default:·auto] |
16218 | ··parallel·=·<int-value>· (Integer) | 16218 | ··parallel·=·<int-value>· (Integer) |
16219 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 16219 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
16220 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 16220 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
16221 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 16221 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
16222 | ······JVM. | 16222 | ······JVM. |
16223 | ······[Default:·1 | 16223 | ······[Default:·15] |
16224 | ··phi·=·<degrees>· (Double) | 16224 | ··phi·=·<degrees>· (Double) |
16225 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 16225 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
16226 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 16226 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
16227 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 16227 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
16228 | ······[Default:·30] | 16228 | ······[Default:·30] |
16229 | ··psi·=·<degrees>· (Double) | 16229 | ··psi·=·<degrees>· (Double) |
16230 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 16230 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 16797, 15 lines modified | Offset 16797, 15 lines modified | ||
16797 | ············parameter | 16797 | ············parameter |
16798 | ······[Default:·auto] | 16798 | ······[Default:·auto] |
16799 | ··parallel·=·<int-value>· (Integer) | 16799 | ··parallel·=·<int-value>· (Integer) |
16800 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 16800 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
16801 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 16801 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
16802 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 16802 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
16803 | ······JVM. | 16803 | ······JVM. |
16804 | ······[Default:·1 | 16804 | ······[Default:·15] |
16805 | ··seq·=·<suffix>[,...]· (String[]) | 16805 | ··seq·=·<suffix>[,...]· (String[]) |
16806 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 16806 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
16807 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 16807 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
16808 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 16808 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
16809 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 16809 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
16810 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 16810 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
16811 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 16811 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 18357, 15 lines modified | Offset 18357, 15 lines modified | ||
18357 | ······Password·for·logging·in·to·SQL·database. | 18357 | ······Password·for·logging·in·to·SQL·database. |
18358 | ··sql·=·<sql>· (String) | 18358 | ··sql·=·<sql>· (String) |
18359 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 18359 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
18360 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 18360 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
18361 | ··user·=·<value>· (String) | 18361 | ··user·=·<value>· (String) |
18362 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 18362 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
18363 | ······username. | 18363 | ······username. |
18364 | ······[Default:·pbuilder | 18364 | ······[Default:·pbuilder2] |
18365 | ****·B.20.2·Examples·**** | 18365 | ****·B.20.2·Examples·**** |
18366 | Here·are·some·examples·of·sqlclient: | 18366 | Here·are·some·examples·of·sqlclient: |
18367 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET | 18367 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET |
18368 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan | 18368 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan |
18369 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the | 18369 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the |
18370 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a | 18370 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a |
18371 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's | 18371 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's |
Offset 18687, 15 lines modified | Offset 18687, 15 lines modified | ||
18687 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS | 18687 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS |
18688 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few | 18688 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few |
18689 | ······other·cone·search·services. | 18689 | ······other·cone·search·services. |
18690 | ······[Default:·true] | 18690 | ······[Default:·true] |
18691 | ··user·=·<value>· (String) | 18691 | ··user·=·<value>· (String) |
18692 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 18692 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
18693 | ······username. | 18693 | ······username. |
18694 | ······[Default:·pbuilder | 18694 | ······[Default:·pbuilder2] |
18695 | ··where·=·<sql-condition>· (String) | 18695 | ··where·=·<sql-condition>· (String) |
18696 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the | 18696 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the |
18697 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied | 18697 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied |
18698 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should | 18698 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should |
18699 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null | 18699 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null |
18700 | ······value·indicates·no·additional·criteria. | 18700 | ······value·indicates·no·additional·criteria. |
18701 | ****·B.21.2·Examples·**** | 18701 | ****·B.21.2·Examples·**** |
Max diff block lines reached; 783/7618 bytes (10.28%) of diff not shown. |