Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | · | 1 | ·efdae7a2ce164f519250e48a32f1c8ef·57188·java·optional·jython-stilts_3.4-2_all.deb |
2 | ·a5fd996e025fe055d081d6d5bc041fb5·1349548·doc·optional·starlink-ttools-java-doc_3.4-2_all.deb | 2 | ·a5fd996e025fe055d081d6d5bc041fb5·1349548·doc·optional·starlink-ttools-java-doc_3.4-2_all.deb |
3 | ·c405e3ef789eb880afe3922b147de79f·4511040·java·optional·starlink-ttools-java_3.4-2_all.deb | ||
4 | · | 3 | ·5f87da122acc44a8b9792902c5aef3ce·4510908·java·optional·starlink-ttools-java_3.4-2_all.deb |
4 | ·8cb40c2e833e345858079df5a2add2d3·1971284·doc·optional·stilts-doc_3.4-2_all.deb | ||
5 | ·2166e27cfc7f6b019f91998cf8f5b125·189644·science·optional·stilts_3.4-2_all.deb | 5 | ·2166e27cfc7f6b019f91998cf8f5b125·189644·science·optional·stilts_3.4-2_all.deb |
Offset 1382, 15 lines modified | Offset 1382, 15 lines modified | ||
1382 | ········env·=·_JyEnvironment() | 1382 | ········env·=·_JyEnvironment() |
1383 | ········env.setValue('format',·_map_env_value(format)) | 1383 | ········env.setValue('format',·_map_env_value(format)) |
1384 | ········env.setValue('client',·_map_env_value(client)) | 1384 | ········env.setValue('client',·_map_env_value(client)) |
1385 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1385 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1386 | ········consumer·=·mode.createConsumer(env) | 1386 | ········consumer·=·mode.createConsumer(env) |
1387 | ········_check_unused_args(env) | 1387 | ········_check_unused_args(env) |
1388 | ········consumer.consume(self) | 1388 | ········consumer.consume(self) |
1389 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1389 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1390 | ········'''\ | 1390 | ········'''\ |
1391 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1391 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1392 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1392 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1393 | ···· | 1393 | ···· |
1394 | ····Parameters: | 1394 | ····Parameters: |
1395 | ···· | 1395 | ···· |
1396 | ·······protocol·=·<jdbc-protocol>·······(String) | 1396 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1432, 15 lines modified | Offset 1432, 15 lines modified | ||
1432 | ················of·columns)·for·the·data·being·written. | 1432 | ················of·columns)·for·the·data·being·written. |
1433 | ···· | 1433 | ···· |
1434 | ··········[Default:·create] | 1434 | ··········[Default:·create] |
1435 | ···· | 1435 | ···· |
1436 | ·······user·=·<username>·······(String) | 1436 | ·······user·=·<username>·······(String) |
1437 | ··········User·name·for·the·SQL·connection·to·the·database. | 1437 | ··········User·name·for·the·SQL·connection·to·the·database. |
1438 | ···· | 1438 | ···· |
1439 | ··········[Default:·pbuilder | 1439 | ··········[Default:·pbuilder2] |
1440 | ···· | 1440 | ···· |
1441 | ·······password·=·<passwd>·······(String) | 1441 | ·······password·=·<passwd>·······(String) |
1442 | ··········Password·for·the·SQL·connection·to·the·database. | 1442 | ··········Password·for·the·SQL·connection·to·the·database. |
1443 | ····''' | 1443 | ····''' |
1444 | ········env·=·_JyEnvironment() | 1444 | ········env·=·_JyEnvironment() |
1445 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1445 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1446 | ········env.setValue('db',·_map_env_value(db)) | 1446 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4060, 15 lines modified | Offset 4060, 15 lines modified | ||
4060 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4060 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4061 | ······as·well·for·the·connection·to·be·made. | 4061 | ······as·well·for·the·connection·to·be·made. |
4062 | ···user·=·<value>·······(String) | 4062 | ···user·=·<value>·······(String) |
4063 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4063 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4064 | ······current·username. | 4064 | ······current·username. |
4065 | ······[Default:·pbuilder | 4065 | ······[Default:·pbuilder2] |
4066 | ···password·=·<value>·······(String) | 4066 | ···password·=·<value>·······(String) |
4067 | ······Password·for·logging·in·to·SQL·database. | 4067 | ······Password·for·logging·in·to·SQL·database. |
4068 | ···sql·=·<sql>·······(String) | 4068 | ···sql·=·<sql>·······(String) |
4069 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4069 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4070 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4070 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4266, 15 lines modified | Offset 4266, 15 lines modified | ||
4266 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4266 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4267 | ······as·well·for·the·connection·to·be·made. | 4267 | ······as·well·for·the·connection·to·be·made. |
4268 | ···user·=·<value>·······(String) | 4268 | ···user·=·<value>·······(String) |
4269 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4269 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4270 | ······current·username. | 4270 | ······current·username. |
4271 | ······[Default:·pbuilder | 4271 | ······[Default:·pbuilder2] |
4272 | ···password·=·<value>·······(String) | 4272 | ···password·=·<value>·······(String) |
4273 | ······Password·for·logging·in·to·SQL·database. | 4273 | ······Password·for·logging·in·to·SQL·database. |
4274 | ···dbtable·=·<table-name>·······(String) | 4274 | ···dbtable·=·<table-name>·······(String) |
4275 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4275 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4276 | ······remote·data. | 4276 | ······remote·data. |
Offset 4374, 15 lines modified | Offset 4374, 15 lines modified | ||
4374 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4374 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4375 | ······as·well·for·the·connection·to·be·made. | 4375 | ······as·well·for·the·connection·to·be·made. |
4376 | ···user·=·<value>·······(String) | 4376 | ···user·=·<value>·······(String) |
4377 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4377 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4378 | ······current·username. | 4378 | ······current·username. |
4379 | ······[Default:·pbuilder | 4379 | ······[Default:·pbuilder2] |
4380 | ···password·=·<value>·······(String) | 4380 | ···password·=·<value>·······(String) |
4381 | ······Password·for·logging·in·to·SQL·database. | 4381 | ······Password·for·logging·in·to·SQL·database. |
4382 | ···select·=·<select-stmt>·······(String) | 4382 | ···select·=·<select-stmt>·······(String) |
4383 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4383 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4384 | ······statement·to·identify·which·rows·undergo·updates. | 4384 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 6936, 15 lines modified | Offset 6936, 15 lines modified | ||
6936 | ···parallel·=·<int-value>·······(Integer) | 6936 | ···parallel·=·<int-value>·······(Integer) |
6937 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 6937 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
6938 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 6938 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
6939 | ······is·supplied.·The·default·value·is·the·number·of·processors | 6939 | ······is·supplied.·The·default·value·is·the·number·of·processors |
6940 | ······apparently·available·to·the·JVM. | 6940 | ······apparently·available·to·the·JVM. |
6941 | ······[Default:·1 | 6941 | ······[Default:·10] |
6942 | ···xlog·=·true|false·······(Boolean) | 6942 | ···xlog·=·true|false·······(Boolean) |
6943 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 6943 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
6944 | ······true·it·is·logarithmic. | 6944 | ······true·it·is·logarithmic. |
6945 | ······[Default:·false] | 6945 | ······[Default:·false] |
Offset 7624, 15 lines modified | Offset 7624, 15 lines modified | ||
7624 | ···parallel·=·<int-value>·······(Integer) | 7624 | ···parallel·=·<int-value>·······(Integer) |
7625 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7625 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7626 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7626 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7627 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7627 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7628 | ······apparently·available·to·the·JVM. | 7628 | ······apparently·available·to·the·JVM. |
7629 | ······[Default:·1 | 7629 | ······[Default:·10] |
7630 | ···projection·=·sin|aitoff|car|car0······· | 7630 | ···projection·=·sin|aitoff|car|car0······· |
7631 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 7631 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
7632 | ······Sky·projection·used·to·display·the·plot. | 7632 | ······Sky·projection·used·to·display·the·plot. |
7633 | ······The·available·options·are: | 7633 | ······The·available·options·are: |
Offset 8267, 15 lines modified | Offset 8267, 15 lines modified | ||
8267 | ···parallel·=·<int-value>·······(Integer) | 8267 | ···parallel·=·<int-value>·······(Integer) |
8268 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8268 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8269 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8269 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8270 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8270 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8271 | ······apparently·available·to·the·JVM. | 8271 | ······apparently·available·to·the·JVM. |
8272 | ······[Default:·1 | 8272 | ······[Default:·10] |
8273 | ···xlog·=·true|false·······(Boolean) | 8273 | ···xlog·=·true|false·······(Boolean) |
8274 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 8274 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
8275 | ······true·it·is·logarithmic. | 8275 | ······true·it·is·logarithmic. |
8276 | ······[Default:·false] | 8276 | ······[Default:·false] |
Max diff block lines reached; 2429/7086 bytes (34.28%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2021-02-04·21:26:11.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2021-02-04·21:26:11.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1180·2021-02-04·21:26:11.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1180·2021-02-04·21:26:11.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··4509 | 3 | -rw-r--r--···0········0········0··4509536·2021-02-04·21:26:11.000000·data.tar.xz |
Offset 2, 9 lines modified | Offset 2, 9 lines modified | ||
2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/ | 2 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/ |
3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/ | 3 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/ |
4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/doc/ | 4 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/doc/ |
5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/doc/starlink-ttools-java/ | 5 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/doc/starlink-ttools-java/ |
6 | -rw-r--r--···0·root·········(0)·root·········(0)·····1302·2021-02-04·21:26:11.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz | 6 | -rw-r--r--···0·root·········(0)·root·········(0)·····1302·2021-02-04·21:26:11.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·2021-02-04·21:26:11.000000·./usr/share/java/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/java/ |
9 | -rw-r--r--···0·root·········(0)·root·········(0)··49949 | 9 | -rw-r--r--···0·root·········(0)·root·········(0)··4994909·2021-02-04·21:26:11.000000·./usr/share/java/starlink-ttools-3.4.jar |
10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.4.jar | 10 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-02-04·21:26:11.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.4.jar |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Zip·file·size:·49949 | 1 | Zip·file·size:·4994909·bytes,·number·of·entries:·3206 |
2 | drwxr-xr-x··2.0·unx········0·bx·stor·21-Feb-04·21:26·META-INF/ | 2 | drwxr-xr-x··2.0·unx········0·bx·stor·21-Feb-04·21:26·META-INF/ |
3 | -rw-r--r--··2.0·unx······589·b-·defN·21-Feb-04·21:26·META-INF/MANIFEST.MF | 3 | -rw-r--r--··2.0·unx······589·b-·defN·21-Feb-04·21:26·META-INF/MANIFEST.MF |
4 | drwxr-xr-x··2.0·unx········0·b-·stor·21-Feb-04·21:26·cds/ | 4 | drwxr-xr-x··2.0·unx········0·b-·stor·21-Feb-04·21:26·cds/ |
5 | drwxr-xr-x··2.0·unx········0·b-·stor·21-Feb-04·21:26·cds/tools/ | 5 | drwxr-xr-x··2.0·unx········0·b-·stor·21-Feb-04·21:26·cds/tools/ |
6 | -rw-r--r--··2.0·unx······344·b-·defN·21-Feb-04·21:26·cds/tools/ExtApp.class | 6 | -rw-r--r--··2.0·unx······344·b-·defN·21-Feb-04·21:26·cds/tools/ExtApp.class |
7 | -rw-r--r--··2.0·unx···450467·b-·defN·21-Feb-04·21:26·stilts.py | 7 | -rw-r--r--··2.0·unx···450467·b-·defN·21-Feb-04·21:26·stilts.py |
8 | drwxr-xr-x··2.0·unx········0·b-·stor·21-Feb-04·21:26·uk/ | 8 | drwxr-xr-x··2.0·unx········0·b-·stor·21-Feb-04·21:26·uk/ |
Offset 3201, 8 lines modified | Offset 3201, 8 lines modified | ||
3201 | -rw-r--r--··2.0·unx·····6709·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLintContext.class | 3201 | -rw-r--r--··2.0·unx·····6709·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLintContext.class |
3202 | -rw-r--r--··2.0·unx·····2783·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class | 3202 | -rw-r--r--··2.0·unx·····2783·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class |
3203 | -rw-r--r--··2.0·unx······396·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLintException.class | 3203 | -rw-r--r--··2.0·unx······396·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLintException.class |
3204 | -rw-r--r--··2.0·unx·····5087·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLinter.class | 3204 | -rw-r--r--··2.0·unx·····5087·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/VotLinter.class |
3205 | -rw-r--r--··2.0·unx·····4743·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/votable-1.0.dtd | 3205 | -rw-r--r--··2.0·unx·····4743·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/votable-1.0.dtd |
3206 | -rw-r--r--··2.0·unx·····5044·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/votable-1.1.dtd | 3206 | -rw-r--r--··2.0·unx·····5044·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/votable-1.1.dtd |
3207 | -rw-r--r--··2.0·unx·····5534·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/votable-1.2.dtd | 3207 | -rw-r--r--··2.0·unx·····5534·b-·defN·21-Feb-04·21:26·uk/ac/starlink/ttools/votlint/votable-1.2.dtd |
3208 | 3206·files,·10077712·bytes·uncompressed,·43988 | 3208 | 3206·files,·10077712·bytes·uncompressed,·4398889·bytes·compressed:··56.4% |
Offset 1382, 15 lines modified | Offset 1382, 15 lines modified | ||
1382 | ········env·=·_JyEnvironment() | 1382 | ········env·=·_JyEnvironment() |
1383 | ········env.setValue('format',·_map_env_value(format)) | 1383 | ········env.setValue('format',·_map_env_value(format)) |
1384 | ········env.setValue('client',·_map_env_value(client)) | 1384 | ········env.setValue('client',·_map_env_value(client)) |
1385 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1385 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1386 | ········consumer·=·mode.createConsumer(env) | 1386 | ········consumer·=·mode.createConsumer(env) |
1387 | ········_check_unused_args(env) | 1387 | ········_check_unused_args(env) |
1388 | ········consumer.consume(self) | 1388 | ········consumer.consume(self) |
1389 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1389 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1390 | ········'''\ | 1390 | ········'''\ |
1391 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1391 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1392 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1392 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1393 | ···· | 1393 | ···· |
1394 | ····Parameters: | 1394 | ····Parameters: |
1395 | ···· | 1395 | ···· |
1396 | ·······protocol·=·<jdbc-protocol>·······(String) | 1396 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1432, 15 lines modified | Offset 1432, 15 lines modified | ||
1432 | ················of·columns)·for·the·data·being·written. | 1432 | ················of·columns)·for·the·data·being·written. |
1433 | ···· | 1433 | ···· |
1434 | ··········[Default:·create] | 1434 | ··········[Default:·create] |
1435 | ···· | 1435 | ···· |
1436 | ·······user·=·<username>·······(String) | 1436 | ·······user·=·<username>·······(String) |
1437 | ··········User·name·for·the·SQL·connection·to·the·database. | 1437 | ··········User·name·for·the·SQL·connection·to·the·database. |
1438 | ···· | 1438 | ···· |
1439 | ··········[Default:·pbuilder | 1439 | ··········[Default:·pbuilder2] |
1440 | ···· | 1440 | ···· |
1441 | ·······password·=·<passwd>·······(String) | 1441 | ·······password·=·<passwd>·······(String) |
1442 | ··········Password·for·the·SQL·connection·to·the·database. | 1442 | ··········Password·for·the·SQL·connection·to·the·database. |
1443 | ····''' | 1443 | ····''' |
1444 | ········env·=·_JyEnvironment() | 1444 | ········env·=·_JyEnvironment() |
1445 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1445 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1446 | ········env.setValue('db',·_map_env_value(db)) | 1446 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4060, 15 lines modified | Offset 4060, 15 lines modified | ||
4060 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4060 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4061 | ······as·well·for·the·connection·to·be·made. | 4061 | ······as·well·for·the·connection·to·be·made. |
4062 | ···user·=·<value>·······(String) | 4062 | ···user·=·<value>·······(String) |
4063 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4063 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4064 | ······current·username. | 4064 | ······current·username. |
4065 | ······[Default:·pbuilder | 4065 | ······[Default:·pbuilder2] |
4066 | ···password·=·<value>·······(String) | 4066 | ···password·=·<value>·······(String) |
4067 | ······Password·for·logging·in·to·SQL·database. | 4067 | ······Password·for·logging·in·to·SQL·database. |
4068 | ···sql·=·<sql>·······(String) | 4068 | ···sql·=·<sql>·······(String) |
4069 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4069 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4070 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4070 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4266, 15 lines modified | Offset 4266, 15 lines modified | ||
4266 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4266 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4267 | ······as·well·for·the·connection·to·be·made. | 4267 | ······as·well·for·the·connection·to·be·made. |
4268 | ···user·=·<value>·······(String) | 4268 | ···user·=·<value>·······(String) |
4269 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4269 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4270 | ······current·username. | 4270 | ······current·username. |
4271 | ······[Default:·pbuilder | 4271 | ······[Default:·pbuilder2] |
4272 | ···password·=·<value>·······(String) | 4272 | ···password·=·<value>·······(String) |
4273 | ······Password·for·logging·in·to·SQL·database. | 4273 | ······Password·for·logging·in·to·SQL·database. |
4274 | ···dbtable·=·<table-name>·······(String) | 4274 | ···dbtable·=·<table-name>·······(String) |
4275 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4275 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4276 | ······remote·data. | 4276 | ······remote·data. |
Offset 4374, 15 lines modified | Offset 4374, 15 lines modified | ||
4374 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4374 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4375 | ······as·well·for·the·connection·to·be·made. | 4375 | ······as·well·for·the·connection·to·be·made. |
4376 | ···user·=·<value>·······(String) | 4376 | ···user·=·<value>·······(String) |
4377 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4377 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4378 | ······current·username. | 4378 | ······current·username. |
4379 | ······[Default:·pbuilder | 4379 | ······[Default:·pbuilder2] |
4380 | ···password·=·<value>·······(String) | 4380 | ···password·=·<value>·······(String) |
4381 | ······Password·for·logging·in·to·SQL·database. | 4381 | ······Password·for·logging·in·to·SQL·database. |
4382 | ···select·=·<select-stmt>·······(String) | 4382 | ···select·=·<select-stmt>·······(String) |
4383 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4383 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4384 | ······statement·to·identify·which·rows·undergo·updates. | 4384 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 6936, 15 lines modified | Offset 6936, 15 lines modified | ||
6936 | ···parallel·=·<int-value>·······(Integer) | 6936 | ···parallel·=·<int-value>·······(Integer) |
6937 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 6937 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
6938 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 6938 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
6939 | ······is·supplied.·The·default·value·is·the·number·of·processors | 6939 | ······is·supplied.·The·default·value·is·the·number·of·processors |
6940 | ······apparently·available·to·the·JVM. | 6940 | ······apparently·available·to·the·JVM. |
6941 | ······[Default:·1 | 6941 | ······[Default:·10] |
6942 | ···xlog·=·true|false·······(Boolean) | 6942 | ···xlog·=·true|false·······(Boolean) |
6943 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 6943 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
6944 | ······true·it·is·logarithmic. | 6944 | ······true·it·is·logarithmic. |
6945 | ······[Default:·false] | 6945 | ······[Default:·false] |
Offset 7624, 15 lines modified | Offset 7624, 15 lines modified | ||
7624 | ···parallel·=·<int-value>·······(Integer) | 7624 | ···parallel·=·<int-value>·······(Integer) |
7625 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7625 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7626 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7626 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7627 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7627 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7628 | ······apparently·available·to·the·JVM. | 7628 | ······apparently·available·to·the·JVM. |
7629 | ······[Default:·1 | 7629 | ······[Default:·10] |
7630 | ···projection·=·sin|aitoff|car|car0······· | 7630 | ···projection·=·sin|aitoff|car|car0······· |
7631 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 7631 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
7632 | ······Sky·projection·used·to·display·the·plot. | 7632 | ······Sky·projection·used·to·display·the·plot. |
7633 | ······The·available·options·are: | 7633 | ······The·available·options·are: |
Offset 8267, 15 lines modified | Offset 8267, 15 lines modified | ||
8267 | ···parallel·=·<int-value>·······(Integer) | 8267 | ···parallel·=·<int-value>·······(Integer) |
8268 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8268 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8269 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8269 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8270 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8270 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8271 | ······apparently·available·to·the·JVM. | 8271 | ······apparently·available·to·the·JVM. |
8272 | ······[Default:·1 | 8272 | ······[Default:·10] |
8273 | ···xlog·=·true|false·······(Boolean) | 8273 | ···xlog·=·true|false·······(Boolean) |
8274 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 8274 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
8275 | ······true·it·is·logarithmic. | 8275 | ······true·it·is·logarithmic. |
8276 | ······[Default:·false] | 8276 | ······[Default:·false] |
Max diff block lines reached; 2429/7086 bytes (34.28%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2021-02-04·21:26:11.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2021-02-04·21:26:11.000000·debian-binary |
2 | -rw-r--r--···0········0········0····1136 | 2 | -rw-r--r--···0········0········0····11364·2021-02-04·21:26:11.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··1959728·2021-02-04·21:26:11.000000·data.tar.xz | 3 | -rw-r--r--···0········0········0··1959728·2021-02-04·21:26:11.000000·data.tar.xz |
Offset 71, 15 lines modified | Offset 71, 15 lines modified | ||
71 | ···············</ul> | 71 | ···············</ul> |
72 | ··············· | 72 | ··············· |
73 | ···············<p>[Default:·<code>create</code>]</p> | 73 | ···············<p>[Default:·<code>create</code>]</p> |
74 | ············</dd> | 74 | ············</dd> |
75 | ············<dt><strong><code>user·=·<username></code>· <em>(String)</em></strong></dt> | 75 | ············<dt><strong><code>user·=·<username></code>· <em>(String)</em></strong></dt> |
76 | ············<dd>User·name·for·the·SQL·connection·to·the·database. | 76 | ············<dd>User·name·for·the·SQL·connection·to·the·database. |
77 | ··············· | 77 | ··············· |
78 | ···············<p>[Default:·<code>pbuilder | 78 | ···············<p>[Default:·<code>pbuilder2</code>]</p> |
79 | ············</dd> | 79 | ············</dd> |
80 | ············<dt><strong><code>password·=·<passwd></code>· <em>(String)</em></strong></dt> | 80 | ············<dt><strong><code>password·=·<passwd></code>· <em>(String)</em></strong></dt> |
81 | ············<dd>Password·for·the·SQL·connection·to·the·database. | 81 | ············<dd>Password·for·the·SQL·connection·to·the·database. |
82 | ···············</dd> | 82 | ···············</dd> |
83 | ·········</dl> | 83 | ·········</dl> |
84 | ······</p> | 84 | ······</p> |
85 | ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br> | 85 | ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br> |
Offset 39, 15 lines modified | Offset 39, 15 lines modified | ||
39 | ············of·the·same·name·already·exists,·it·is·dropped·first. | 39 | ············of·the·same·name·already·exists,·it·is·dropped·first. |
40 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named | 40 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
41 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 41 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the |
42 | ············data·being·written. | 42 | ············data·being·written. |
43 | ······[Default:·create] | 43 | ······[Default:·create] |
44 | ··user·=·<username>· (String) | 44 | ··user·=·<username>· (String) |
45 | ······User·name·for·the·SQL·connection·to·the·database. | 45 | ······User·name·for·the·SQL·connection·to·the·database. |
46 | ······[Default:·pbuilder | 46 | ······[Default:·pbuilder2] |
47 | ··password·=·<passwd>· (String) | 47 | ··password·=·<passwd>· (String) |
48 | ······Password·for·the·SQL·connection·to·the·database. | 48 | ······Password·for·the·SQL·connection·to·the·database. |
49 | =============================================================================== | 49 | =============================================================================== |
50 | Next·Previous·Up·Contents | 50 | Next·Previous·Up·Contents |
51 | Next:Crossmatching | 51 | Next:Crossmatching |
52 | Up:Output_Modes | 52 | Up:Output_Modes |
53 | Previous:topcat | 53 | Previous:topcat |
Offset 661, 15 lines modified | Offset 661, 15 lines modified | ||
661 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 661 | ············<dd>Determines·how·many·threads·will·run·in·parallel |
662 | ···············if·animation·output·is·being·produced. | 662 | ···············if·animation·output·is·being·produced. |
663 | ···············Only·used·if·the·<code>animate</code> | 663 | ···············Only·used·if·the·<code>animate</code> |
664 | ···············parameter·is·supplied. | 664 | ···············parameter·is·supplied. |
665 | ···············The·default·value·is·the·number·of·processors·apparently | 665 | ···············The·default·value·is·the·number·of·processors·apparently |
666 | ···············available·to·the·JVM. | 666 | ···············available·to·the·JVM. |
667 | ··············· | 667 | ··············· |
668 | ···············<p>[Default:·<code>1 | 668 | ···············<p>[Default:·<code>10</code>]</p> |
669 | ············</dd> | 669 | ············</dd> |
670 | ············<dt><strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong></dt> | 670 | ············<dt><strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong></dt> |
671 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, | 671 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, |
672 | ···············defining·the·rotation·of·the·plotted·3d·space. | 672 | ···············defining·the·rotation·of·the·plotted·3d·space. |
673 | ···············Units·are·degrees. | 673 | ···············Units·are·degrees. |
674 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before | 674 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before |
675 | ···············the·plot·is·viewed. | 675 | ···············the·plot·is·viewed. |
Offset 370, 15 lines modified | Offset 370, 15 lines modified | ||
370 | ············parameter | 370 | ············parameter |
371 | ······[Default:·auto] | 371 | ······[Default:·auto] |
372 | ··parallel·=·<int-value>· (Integer) | 372 | ··parallel·=·<int-value>· (Integer) |
373 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 373 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
374 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 374 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
375 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 375 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
376 | ······JVM. | 376 | ······JVM. |
377 | ······[Default:·1 | 377 | ······[Default:·10] |
378 | ··phi·=·<degrees>· (Double) | 378 | ··phi·=·<degrees>· (Double) |
379 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 379 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
380 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 380 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
381 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 381 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
382 | ······[Default:·30] | 382 | ······[Default:·30] |
383 | ··psi·=·<degrees>· (Double) | 383 | ··psi·=·<degrees>· (Double) |
384 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 384 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 735, 15 lines modified | Offset 735, 15 lines modified | ||
735 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 735 | ············<dd>Determines·how·many·threads·will·run·in·parallel |
736 | ···············if·animation·output·is·being·produced. | 736 | ···············if·animation·output·is·being·produced. |
737 | ···············Only·used·if·the·<code>animate</code> | 737 | ···············Only·used·if·the·<code>animate</code> |
738 | ···············parameter·is·supplied. | 738 | ···············parameter·is·supplied. |
739 | ···············The·default·value·is·the·number·of·processors·apparently | 739 | ···············The·default·value·is·the·number·of·processors·apparently |
740 | ···············available·to·the·JVM. | 740 | ···············available·to·the·JVM. |
741 | ··············· | 741 | ··············· |
742 | ···············<p>[Default:·<code>1 | 742 | ···············<p>[Default:·<code>10</code>]</p> |
743 | ············</dd> | 743 | ············</dd> |
744 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong></dt> | 744 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong></dt> |
745 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes | 745 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes |
746 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. | 746 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. |
747 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, | 747 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, |
748 | ···············and·so·potentially·obscure,·which·other·ones. | 748 | ···············and·so·potentially·obscure,·which·other·ones. |
749 | ··············· | 749 | ··············· |
Offset 415, 15 lines modified | Offset 415, 15 lines modified | ||
415 | ············parameter | 415 | ············parameter |
416 | ······[Default:·auto] | 416 | ······[Default:·auto] |
417 | ··parallel·=·<int-value>· (Integer) | 417 | ··parallel·=·<int-value>· (Integer) |
418 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 418 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
419 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 419 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
420 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 420 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
421 | ······JVM. | 421 | ······JVM. |
422 | ······[Default:·1 | 422 | ······[Default:·10] |
423 | ··seq·=·<suffix>[,...]· (String[]) | 423 | ··seq·=·<suffix>[,...]· (String[]) |
424 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 424 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
425 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 425 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
426 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 426 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
427 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 427 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
428 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 428 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
429 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 429 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 752, 15 lines modified | Offset 752, 15 lines modified | ||
752 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 752 | ············<dd>Determines·how·many·threads·will·run·in·parallel |
753 | ···············if·animation·output·is·being·produced. | 753 | ···············if·animation·output·is·being·produced. |
754 | ···············Only·used·if·the·<code>animate</code> | 754 | ···············Only·used·if·the·<code>animate</code> |
755 | ···············parameter·is·supplied. | 755 | ···············parameter·is·supplied. |
756 | ···············The·default·value·is·the·number·of·processors·apparently | 756 | ···············The·default·value·is·the·number·of·processors·apparently |
757 | ···············available·to·the·JVM. | 757 | ···············available·to·the·JVM. |
758 | ··············· | 758 | ··············· |
759 | ···············<p>[Default:·<code>1 | 759 | ···············<p>[Default:·<code>10</code>]</p> |
760 | ············</dd> | 760 | ············</dd> |
761 | ············<dt><strong><code>projection·=·sin|aitoff|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></dt> | 761 | ············<dt><strong><code>projection·=·sin|aitoff|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></dt> |
762 | ············<dd>Sky·projection·used·to·display·the·plot. | 762 | ············<dd>Sky·projection·used·to·display·the·plot. |
763 | ··············· | 763 | ··············· |
764 | ···············<p>The·available·options·are: | 764 | ···············<p>The·available·options·are: |
765 | ·················· | 765 | ·················· |
766 | ··················<ul> | 766 | ··················<ul> |
Offset 423, 15 lines modified | Offset 423, 15 lines modified | ||
423 | ············parameter | 423 | ············parameter |
424 | ······[Default:·auto] | 424 | ······[Default:·auto] |
425 | ··parallel·=·<int-value>· (Integer) | 425 | ··parallel·=·<int-value>· (Integer) |
426 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 426 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
427 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 427 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
428 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 428 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
429 | ······JVM. | 429 | ······JVM. |
430 | ······[Default:·1 | 430 | ······[Default:·10] |
431 | ··projection·=·sin|aitoff|car|car0· (Projection) | 431 | ··projection·=·sin|aitoff|car|car0· (Projection) |
432 | ······Sky·projection·used·to·display·the·plot. | 432 | ······Sky·projection·used·to·display·the·plot. |
433 | ······The·available·options·are: | 433 | ······The·available·options·are: |
434 | ··········*·sin:·rotatable·sphere | 434 | ··········*·sin:·rotatable·sphere |
435 | ··········*·aitoff:·Hammer-Aitoff·projection | 435 | ··········*·aitoff:·Hammer-Aitoff·projection |
436 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 | 436 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 |
437 | ············at·center | 437 | ············at·center |
Offset 678, 15 lines modified | Offset 678, 15 lines modified | ||
678 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 678 | ············<dd>Determines·how·many·threads·will·run·in·parallel |
679 | ···············if·animation·output·is·being·produced. | 679 | ···············if·animation·output·is·being·produced. |
680 | ···············Only·used·if·the·<code>animate</code> | 680 | ···············Only·used·if·the·<code>animate</code> |
681 | ···············parameter·is·supplied. | 681 | ···············parameter·is·supplied. |
682 | ···············The·default·value·is·the·number·of·processors·apparently | 682 | ···············The·default·value·is·the·number·of·processors·apparently |
683 | ···············available·to·the·JVM. | 683 | ···············available·to·the·JVM. |
684 | ··············· | 684 | ··············· |
685 | ···············<p>[Default:·<code>1 | 685 | ···············<p>[Default:·<code>10</code>]</p> |
686 | ············</dd> | 686 | ············</dd> |
687 | ············<dt><strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong></dt> | 687 | ············<dt><strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong></dt> |
688 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, | 688 | ············<dd>First·of·the·Euler·angles,·in·the·ZXZ·sequence, |
689 | ···············defining·the·rotation·of·the·plotted·3d·space. | 689 | ···············defining·the·rotation·of·the·plotted·3d·space. |
690 | ···············Units·are·degrees. | 690 | ···············Units·are·degrees. |
691 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before | 691 | ···············This·is·the·rotation·around·the·initial·Z·axis·applied·before |
692 | ···············the·plot·is·viewed. | 692 | ···············the·plot·is·viewed. |
Offset 379, 15 lines modified | Offset 379, 15 lines modified | ||
379 | ············parameter | 379 | ············parameter |
380 | ······[Default:·auto] | 380 | ······[Default:·auto] |
381 | ··parallel·=·<int-value>· (Integer) | 381 | ··parallel·=·<int-value>· (Integer) |
382 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 382 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
383 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 383 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
384 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 384 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
385 | ······JVM. | 385 | ······JVM. |
386 | ······[Default:·1 | 386 | ······[Default:·10] |
387 | ··phi·=·<degrees>· (Double) | 387 | ··phi·=·<degrees>· (Double) |
388 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 388 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
389 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 389 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
390 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 390 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
391 | ······[Default:·30] | 391 | ······[Default:·30] |
392 | ··psi·=·<degrees>· (Double) | 392 | ··psi·=·<degrees>· (Double) |
393 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 393 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 713, 15 lines modified | Offset 713, 15 lines modified | ||
713 | ············<dd>Determines·how·many·threads·will·run·in·parallel | 713 | ············<dd>Determines·how·many·threads·will·run·in·parallel |
714 | ···············if·animation·output·is·being·produced. | 714 | ···············if·animation·output·is·being·produced. |
715 | ···············Only·used·if·the·<code>animate</code> | 715 | ···············Only·used·if·the·<code>animate</code> |
716 | ···············parameter·is·supplied. | 716 | ···············parameter·is·supplied. |
717 | ···············The·default·value·is·the·number·of·processors·apparently | 717 | ···············The·default·value·is·the·number·of·processors·apparently |
718 | ···············available·to·the·JVM. | 718 | ···············available·to·the·JVM. |
719 | ··············· | 719 | ··············· |
720 | ···············<p>[Default:·<code>1 | 720 | ···············<p>[Default:·<code>10</code>]</p> |
721 | ············</dd> | 721 | ············</dd> |
722 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong></dt> | 722 | ············<dt><strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong></dt> |
723 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes | 723 | ············<dd>Contains·a·comma-separated·list·of·layer·suffixes |
724 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. | 724 | ···············to·determine·the·order·in·which·layers·are·drawn·on·the·plot. |
725 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, | 725 | ···············This·can·affect·which·symbol·are·plotted·on·top·of, |
726 | ···············and·so·potentially·obscure,·which·other·ones. | 726 | ···············and·so·potentially·obscure,·which·other·ones. |
727 | ··············· | 727 | ··············· |
Offset 403, 15 lines modified | Offset 403, 15 lines modified | ||
403 | ············parameter | 403 | ············parameter |
404 | ······[Default:·auto] | 404 | ······[Default:·auto] |
405 | ··parallel·=·<int-value>· (Integer) | 405 | ··parallel·=·<int-value>· (Integer) |
406 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 406 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
407 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 407 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
408 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 408 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
409 | ······JVM. | 409 | ······JVM. |
410 | ······[Default:·1 | 410 | ······[Default:·10] |
411 | ··seq·=·<suffix>[,...]· (String[]) | 411 | ··seq·=·<suffix>[,...]· (String[]) |
412 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 412 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
413 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 413 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
414 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 414 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
415 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 415 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
416 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 416 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
417 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 417 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 72, 15 lines modified | Offset 72, 15 lines modified | ||
72 | ···············This·parameter·may·be·repeated,·or·statements·may·be | 72 | ···············This·parameter·may·be·repeated,·or·statements·may·be |
73 | ···············separated·by·semicolon·("<code>;</code>")·characters. | 73 | ···············separated·by·semicolon·("<code>;</code>")·characters. |
74 | ···············</dd> | 74 | ···············</dd> |
75 | ············<dt><strong><code>user·=·<value></code>· <em>(String)</em></strong></dt> | 75 | ············<dt><strong><code>user·=·<value></code>· <em>(String)</em></strong></dt> |
76 | ············<dd>User·name·for·logging·in·to·SQL·database. | 76 | ············<dd>User·name·for·logging·in·to·SQL·database. |
77 | ···············Defaults·to·the·current·username. | 77 | ···············Defaults·to·the·current·username. |
78 | ··············· | 78 | ··············· |
79 | ···············<p>[Default:·<code>pbuilder | 79 | ···············<p>[Default:·<code>pbuilder2</code>]</p> |
80 | ············</dd> | 80 | ············</dd> |
81 | ·········</dl> | 81 | ·········</dl> |
82 | ·········</p> | 82 | ·········</p> |
83 | ······<hr><a·href="secB.19.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.19.2.html">Examples</a><br> | 83 | ······<hr><a·href="secB.19.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.19.2.html">Examples</a><br> |
84 | ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient: | 84 | ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient: |
85 | ·········Executes·SQL·statements</a><br> | 85 | ·········Executes·SQL·statements</a><br> |
86 | ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient: | 86 | ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient: |
Offset 35, 15 lines modified | Offset 35, 15 lines modified | ||
35 | ······Password·for·logging·in·to·SQL·database. | 35 | ······Password·for·logging·in·to·SQL·database. |
36 | ··sql·=·<sql>· (String) | 36 | ··sql·=·<sql>· (String) |
37 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 37 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
38 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 38 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
39 | ··user·=·<value>· (String) | 39 | ··user·=·<value>· (String) |
40 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 40 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
41 | ······username. | 41 | ······username. |
42 | ······[Default:·pbuilder | 42 | ······[Default:·pbuilder2] |
43 | =============================================================================== | 43 | =============================================================================== |
44 | Next·Previous·Up·Contents | 44 | Next·Previous·Up·Contents |
45 | Next:Examples | 45 | Next:Examples |
46 | Up:sqlclient:_Executes_SQL_statements | 46 | Up:sqlclient:_Executes_SQL_statements |
47 | Previous:sqlclient:_Executes_SQL_statements | 47 | Previous:sqlclient:_Executes_SQL_statements |
48 | =============================================================================== | 48 | =============================================================================== |
49 | STILTS·-·Starlink·Tables·Infrastructure·Library·Tool·Set | 49 | STILTS·-·Starlink·Tables·Infrastructure·Library·Tool·Set |
Offset 515, 15 lines modified | Offset 515, 15 lines modified | ||
515 | ··················</p> | 515 | ··················</p> |
516 | ···············<p>[Default:·<code>true</code>]</p> | 516 | ···············<p>[Default:·<code>true</code>]</p> |
517 | ············</dd> | 517 | ············</dd> |
518 | ············<dt><strong><code>user·=·<value></code>· <em>(String)</em></strong></dt> | 518 | ············<dt><strong><code>user·=·<value></code>· <em>(String)</em></strong></dt> |
519 | ············<dd>User·name·for·logging·in·to·SQL·database. | 519 | ············<dd>User·name·for·logging·in·to·SQL·database. |
520 | ···············Defaults·to·the·current·username. | 520 | ···············Defaults·to·the·current·username. |
521 | ··············· | 521 | ··············· |
522 | ···············<p>[Default:·<code>pbuilder | 522 | ···············<p>[Default:·<code>pbuilder2</code>]</p> |
523 | ············</dd> | 523 | ············</dd> |
524 | ············<dt><strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong></dt> | 524 | ············<dt><strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong></dt> |
525 | ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected | 525 | ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected |
526 | ···············from·the·database.··This·will·be·combined·with·the·constraints | 526 | ···············from·the·database.··This·will·be·combined·with·the·constraints |
527 | ···············on·position·implied·by·the·cone·search·centres·and·radii. | 527 | ···············on·position·implied·by·the·cone·search·centres·and·radii. |
528 | ···············The·value·of·this·parameter·should·just·be·a·condition, | 528 | ···············The·value·of·this·parameter·should·just·be·a·condition, |
529 | ···············it·should·not·contain·the·<code>WHERE</code>·keyword. | 529 | ···············it·should·not·contain·the·<code>WHERE</code>·keyword. |
Offset 305, 15 lines modified | Offset 305, 15 lines modified | ||
305 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS | 305 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS |
306 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few | 306 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few |
307 | ······other·cone·search·services. | 307 | ······other·cone·search·services. |
308 | ······[Default:·true] | 308 | ······[Default:·true] |
309 | ··user·=·<value>· (String) | 309 | ··user·=·<value>· (String) |
310 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 310 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
311 | ······username. | 311 | ······username. |
312 | ······[Default:·pbuilder | 312 | ······[Default:·pbuilder2] |
313 | ··where·=·<sql-condition>· (String) | 313 | ··where·=·<sql-condition>· (String) |
314 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the | 314 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the |
315 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied | 315 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied |
316 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should | 316 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should |
317 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null | 317 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null |
318 | ······value·indicates·no·additional·criteria. | 318 | ······value·indicates·no·additional·criteria. |
319 | =============================================================================== | 319 | =============================================================================== |
Offset 79, 15 lines modified | Offset 79, 15 lines modified | ||
79 | ···············of·the·SELECT·statement·to·identify·which·rows·undergo | 79 | ···············of·the·SELECT·statement·to·identify·which·rows·undergo |
80 | ···············updates. | 80 | ···············updates. |
81 | ···············</dd> | 81 | ···············</dd> |
82 | ············<dt><strong><code>user·=·<value></code>· <em>(String)</em></strong></dt> | 82 | ············<dt><strong><code>user·=·<value></code>· <em>(String)</em></strong></dt> |
83 | ············<dd>User·name·for·logging·in·to·SQL·database. | 83 | ············<dd>User·name·for·logging·in·to·SQL·database. |
84 | ···············Defaults·to·the·current·username. | 84 | ···············Defaults·to·the·current·username. |
85 | ··············· | 85 | ··············· |
86 | ···············<p>[Default:·<code>pbuilder | 86 | ···············<p>[Default:·<code>pbuilder2</code>]</p> |
87 | ············</dd> | 87 | ············</dd> |
88 | ·········</dl> | 88 | ·········</dl> |
89 | ·········</p> | 89 | ·········</p> |
90 | ······<hr><a·href="secB.21.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.21.2.html">Examples</a><br> | 90 | ······<hr><a·href="secB.21.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.21.2.html">Examples</a><br> |
91 | ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> | 91 | ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> |
92 | ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> | 92 | ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br> |
93 | ······ | 93 | ······ |
Offset 40, 15 lines modified | Offset 40, 15 lines modified | ||
40 | ······[Default:·true] | 40 | ······[Default:·true] |
41 | ··select·=·<select-stmt>· (String) | 41 | ··select·=·<select-stmt>· (String) |
42 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to | 42 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to |
43 | ······identify·which·rows·undergo·updates. | 43 | ······identify·which·rows·undergo·updates. |
44 | ··user·=·<value>· (String) | 44 | ··user·=·<value>· (String) |
45 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 45 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
46 | ······username. | 46 | ······username. |
47 | ······[Default:·pbuilder | 47 | ······[Default:·pbuilder2] |
48 | =============================================================================== | 48 | =============================================================================== |
49 | Next·Previous·Up·Contents | 49 | Next·Previous·Up·Contents |
50 | Next:Examples | 50 | Next:Examples |
51 | Up:sqlupdate:_Updates_values_in_an_SQL_table | 51 | Up:sqlupdate:_Updates_values_in_an_SQL_table |
52 | Previous:sqlupdate:_Updates_values_in_an_SQL_table | 52 | Previous:sqlupdate:_Updates_values_in_an_SQL_table |
53 | =============================================================================== | 53 | =============================================================================== |
54 | STILTS·-·Starlink·Tables·Infrastructure·Library·Tool·Set | 54 | STILTS·-·Starlink·Tables·Infrastructure·Library·Tool·Set |
Offset 8199, 15 lines modified | Offset 8199, 15 lines modified | ||
8199 | ················</dt> | 8199 | ················</dt> |
8200 | ················ | 8200 | ················ |
8201 | ················<dd> | 8201 | ················<dd> |
8202 | ····················User·name·for·the·SQL·connection·to·the·database. | 8202 | ····················User·name·for·the·SQL·connection·to·the·database. |
8203 | ····················<p> | 8203 | ····················<p> |
8204 | ························[Default:·<code>pbuilder | 8204 | ························[Default:·<code>pbuilder2</code>] |
8205 | ····················</p> | 8205 | ····················</p> |
8206 | ················</dd> | 8206 | ················</dd> |
8207 | ················ | 8207 | ················ |
8208 | ················<dt> | 8208 | ················<dt> |
8209 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> | 8209 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> |
8210 | ················</dt> | 8210 | ················</dt> |
8211 | ················ | 8211 | ················ |
Offset 51534, 15 lines modified | Offset 51534, 15 lines modified | ||
51534 | Only·used·if·the·<code>animate</code> | 51534 | Only·used·if·the·<code>animate</code> |
51535 | parameter·is·supplied. | 51535 | parameter·is·supplied. |
51536 | The·default·value·is·the·number·of·processors·apparently | 51536 | The·default·value·is·the·number·of·processors·apparently |
51537 | available·to·the·JVM. | 51537 | available·to·the·JVM. |
51538 | ····················<p> | 51538 | ····················<p> |
51539 | ························[Default:·<code>1 | 51539 | ························[Default:·<code>10</code>] |
51540 | ····················</p> | 51540 | ····················</p> |
51541 | ················</dd> | 51541 | ················</dd> |
51542 | ················ | 51542 | ················ |
51543 | ················<dt> | 51543 | ················<dt> |
51544 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 51544 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
51545 | ················</dt> | 51545 | ················</dt> |
51546 | ················ | 51546 | ················ |
Offset 53492, 15 lines modified | Offset 53492, 15 lines modified | ||
53492 | Only·used·if·the·<code>animate</code> | 53492 | Only·used·if·the·<code>animate</code> |
53493 | parameter·is·supplied. | 53493 | parameter·is·supplied. |
53494 | The·default·value·is·the·number·of·processors·apparently | 53494 | The·default·value·is·the·number·of·processors·apparently |
53495 | available·to·the·JVM. | 53495 | available·to·the·JVM. |
53496 | ····················<p> | 53496 | ····················<p> |
53497 | ························[Default:·<code>1 | 53497 | ························[Default:·<code>10</code>] |
53498 | ····················</p> | 53498 | ····················</p> |
53499 | ················</dd> | 53499 | ················</dd> |
53500 | ················ | 53500 | ················ |
53501 | ················<dt> | 53501 | ················<dt> |
53502 | ····················<strong><code>projection·=·sin|aitoff|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> | 53502 | ····················<strong><code>projection·=·sin|aitoff|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> |
53503 | ················</dt> | 53503 | ················</dt> |
53504 | ················ | 53504 | ················ |
Offset 55102, 15 lines modified | Offset 55102, 15 lines modified | ||
55102 | Only·used·if·the·<code>animate</code> | 55102 | Only·used·if·the·<code>animate</code> |
55103 | parameter·is·supplied. | 55103 | parameter·is·supplied. |
55104 | The·default·value·is·the·number·of·processors·apparently | 55104 | The·default·value·is·the·number·of·processors·apparently |
55105 | available·to·the·JVM. | 55105 | available·to·the·JVM. |
55106 | ····················<p> | 55106 | ····················<p> |
55107 | ························[Default:·<code>1 | 55107 | ························[Default:·<code>10</code>] |
55108 | ····················</p> | 55108 | ····················</p> |
55109 | ················</dd> | 55109 | ················</dd> |
55110 | ················ | 55110 | ················ |
55111 | ················<dt> | 55111 | ················<dt> |
55112 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 55112 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
55113 | ················</dt> | 55113 | ················</dt> |
55114 | ················ | 55114 | ················ |
Offset 57081, 15 lines modified | Offset 57081, 15 lines modified | ||
57081 | Only·used·if·the·<code>animate</code> | 57081 | Only·used·if·the·<code>animate</code> |
57082 | parameter·is·supplied. | 57082 | parameter·is·supplied. |
57083 | The·default·value·is·the·number·of·processors·apparently | 57083 | The·default·value·is·the·number·of·processors·apparently |
57084 | available·to·the·JVM. | 57084 | available·to·the·JVM. |
57085 | ····················<p> | 57085 | ····················<p> |
57086 | ························[Default:·<code>1 | 57086 | ························[Default:·<code>10</code>] |
57087 | ····················</p> | 57087 | ····················</p> |
57088 | ················</dd> | 57088 | ················</dd> |
57089 | ················ | 57089 | ················ |
57090 | ················<dt> | 57090 | ················<dt> |
57091 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 57091 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
57092 | ················</dt> | 57092 | ················</dt> |
57093 | ················ | 57093 | ················ |
Offset 58815, 15 lines modified | Offset 58815, 15 lines modified | ||
58815 | Only·used·if·the·<code>animate</code> | 58815 | Only·used·if·the·<code>animate</code> |
58816 | parameter·is·supplied. | 58816 | parameter·is·supplied. |
58817 | The·default·value·is·the·number·of·processors·apparently | 58817 | The·default·value·is·the·number·of·processors·apparently |
58818 | available·to·the·JVM. | 58818 | available·to·the·JVM. |
58819 | ····················<p> | 58819 | ····················<p> |
58820 | ························[Default:·<code>1 | 58820 | ························[Default:·<code>10</code>] |
58821 | ····················</p> | 58821 | ····················</p> |
58822 | ················</dd> | 58822 | ················</dd> |
58823 | ················ | 58823 | ················ |
58824 | ················<dt> | 58824 | ················<dt> |
58825 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 58825 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
58826 | ················</dt> | 58826 | ················</dt> |
58827 | ················ | 58827 | ················ |
Offset 64021, 15 lines modified | Offset 64021, 15 lines modified | ||
64021 | ················ | 64021 | ················ |
64022 | ················<dd> | 64022 | ················<dd> |
64023 | ····················User·name·for·logging·in·to·SQL·database. | 64023 | ····················User·name·for·logging·in·to·SQL·database. |
64024 | Defaults·to·the·current·username. | 64024 | Defaults·to·the·current·username. |
64025 | ····················<p> | 64025 | ····················<p> |
64026 | ························[Default:·<code>pbuilder | 64026 | ························[Default:·<code>pbuilder2</code>] |
64027 | ····················</p> | 64027 | ····················</p> |
64028 | ················</dd> | 64028 | ················</dd> |
64029 | ················ | 64029 | ················ |
64030 | ············</dl> | 64030 | ············</dl> |
64031 | ············ | 64031 | ············ |
64032 | ········</p> | 64032 | ········</p> |
64033 | ········ | 64033 | ········ |
Offset 64957, 15 lines modified | Offset 64957, 15 lines modified | ||
64957 | ················ | 64957 | ················ |
64958 | ················<dd> | 64958 | ················<dd> |
64959 | ····················User·name·for·logging·in·to·SQL·database. | 64959 | ····················User·name·for·logging·in·to·SQL·database. |
64960 | Defaults·to·the·current·username. | 64960 | Defaults·to·the·current·username. |
64961 | ····················<p> | 64961 | ····················<p> |
64962 | ························[Default:·<code>pbuilder | 64962 | ························[Default:·<code>pbuilder2</code>] |
64963 | ····················</p> | 64963 | ····················</p> |
64964 | ················</dd> | 64964 | ················</dd> |
64965 | ················ | 64965 | ················ |
64966 | ················<dt> | 64966 | ················<dt> |
64967 | ····················<strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong> | 64967 | ····················<strong><code>where·=·<sql-condition></code>· <em>(String)</em></strong> |
64968 | ················</dt> | 64968 | ················</dt> |
64969 | ················ | 64969 | ················ |
Max diff block lines reached; 409/4950 bytes (8.26%) of diff not shown. |
Offset 3204, 15 lines modified | Offset 3204, 15 lines modified | ||
3204 | ············of·the·same·name·already·exists,·it·is·dropped·first. | 3204 | ············of·the·same·name·already·exists,·it·is·dropped·first. |
3205 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named | 3205 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
3206 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 3206 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the |
3207 | ············data·being·written. | 3207 | ············data·being·written. |
3208 | ······[Default:·create] | 3208 | ······[Default:·create] |
3209 | ··user·=·<username>· (String) | 3209 | ··user·=·<username>· (String) |
3210 | ······User·name·for·the·SQL·connection·to·the·database. | 3210 | ······User·name·for·the·SQL·connection·to·the·database. |
3211 | ······[Default:·pbuilder | 3211 | ······[Default:·pbuilder2] |
3212 | ··password·=·<passwd>· (String) | 3212 | ··password·=·<passwd>· (String) |
3213 | ······Password·for·the·SQL·connection·to·the·database. | 3213 | ······Password·for·the·SQL·connection·to·the·database. |
3214 | =============================================================================== | 3214 | =============================================================================== |
3215 | *****·7·Crossmatching·***** | 3215 | *****·7·Crossmatching·***** |
3216 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. | 3216 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. |
3217 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or | 3217 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or |
3218 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such | 3218 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such |
Offset 15680, 15 lines modified | Offset 15680, 15 lines modified | ||
15680 | ············parameter | 15680 | ············parameter |
15681 | ······[Default:·auto] | 15681 | ······[Default:·auto] |
15682 | ··parallel·=·<int-value>· (Integer) | 15682 | ··parallel·=·<int-value>· (Integer) |
15683 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 15683 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
15684 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 15684 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
15685 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 15685 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
15686 | ······JVM. | 15686 | ······JVM. |
15687 | ······[Default:·1 | 15687 | ······[Default:·10] |
15688 | ··seq·=·<suffix>[,...]· (String[]) | 15688 | ··seq·=·<suffix>[,...]· (String[]) |
15689 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 15689 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
15690 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 15690 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
15691 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 15691 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
15692 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 15692 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
15693 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 15693 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
15694 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 15694 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 16301, 15 lines modified | Offset 16301, 15 lines modified | ||
16301 | ············parameter | 16301 | ············parameter |
16302 | ······[Default:·auto] | 16302 | ······[Default:·auto] |
16303 | ··parallel·=·<int-value>· (Integer) | 16303 | ··parallel·=·<int-value>· (Integer) |
16304 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 16304 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
16305 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 16305 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
16306 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 16306 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
16307 | ······JVM. | 16307 | ······JVM. |
16308 | ······[Default:·1 | 16308 | ······[Default:·10] |
16309 | ··projection·=·sin|aitoff|car|car0· (Projection) | 16309 | ··projection·=·sin|aitoff|car|car0· (Projection) |
16310 | ······Sky·projection·used·to·display·the·plot. | 16310 | ······Sky·projection·used·to·display·the·plot. |
16311 | ······The·available·options·are: | 16311 | ······The·available·options·are: |
16312 | ··········*·sin:·rotatable·sphere | 16312 | ··········*·sin:·rotatable·sphere |
16313 | ··········*·aitoff:·Hammer-Aitoff·projection | 16313 | ··········*·aitoff:·Hammer-Aitoff·projection |
16314 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 | 16314 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 |
16315 | ············at·center | 16315 | ············at·center |
Offset 16826, 15 lines modified | Offset 16826, 15 lines modified | ||
16826 | ············parameter | 16826 | ············parameter |
16827 | ······[Default:·auto] | 16827 | ······[Default:·auto] |
16828 | ··parallel·=·<int-value>· (Integer) | 16828 | ··parallel·=·<int-value>· (Integer) |
16829 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 16829 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
16830 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 16830 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
16831 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 16831 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
16832 | ······JVM. | 16832 | ······JVM. |
16833 | ······[Default:·1 | 16833 | ······[Default:·10] |
16834 | ··phi·=·<degrees>· (Double) | 16834 | ··phi·=·<degrees>· (Double) |
16835 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 16835 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
16836 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 16836 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
16837 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 16837 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
16838 | ······[Default:·30] | 16838 | ······[Default:·30] |
16839 | ··psi·=·<degrees>· (Double) | 16839 | ··psi·=·<degrees>· (Double) |
16840 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 16840 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 17463, 15 lines modified | Offset 17463, 15 lines modified | ||
17463 | ············parameter | 17463 | ············parameter |
17464 | ······[Default:·auto] | 17464 | ······[Default:·auto] |
17465 | ··parallel·=·<int-value>· (Integer) | 17465 | ··parallel·=·<int-value>· (Integer) |
17466 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 17466 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
17467 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 17467 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
17468 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 17468 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
17469 | ······JVM. | 17469 | ······JVM. |
17470 | ······[Default:·1 | 17470 | ······[Default:·10] |
17471 | ··phi·=·<degrees>· (Double) | 17471 | ··phi·=·<degrees>· (Double) |
17472 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 17472 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
17473 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 17473 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
17474 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 17474 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
17475 | ······[Default:·30] | 17475 | ······[Default:·30] |
17476 | ··psi·=·<degrees>· (Double) | 17476 | ··psi·=·<degrees>· (Double) |
17477 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 17477 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 18042, 15 lines modified | Offset 18042, 15 lines modified | ||
18042 | ············parameter | 18042 | ············parameter |
18043 | ······[Default:·auto] | 18043 | ······[Default:·auto] |
18044 | ··parallel·=·<int-value>· (Integer) | 18044 | ··parallel·=·<int-value>· (Integer) |
18045 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 18045 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
18046 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 18046 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
18047 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 18047 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
18048 | ······JVM. | 18048 | ······JVM. |
18049 | ······[Default:·1 | 18049 | ······[Default:·10] |
18050 | ··seq·=·<suffix>[,...]· (String[]) | 18050 | ··seq·=·<suffix>[,...]· (String[]) |
18051 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 18051 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
18052 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 18052 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
18053 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 18053 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
18054 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 18054 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
18055 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 18055 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
18056 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 18056 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 19601, 15 lines modified | Offset 19601, 15 lines modified | ||
19601 | ······Password·for·logging·in·to·SQL·database. | 19601 | ······Password·for·logging·in·to·SQL·database. |
19602 | ··sql·=·<sql>· (String) | 19602 | ··sql·=·<sql>· (String) |
19603 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 19603 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
19604 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 19604 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
19605 | ··user·=·<value>· (String) | 19605 | ··user·=·<value>· (String) |
19606 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 19606 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
19607 | ······username. | 19607 | ······username. |
19608 | ······[Default:·pbuilder | 19608 | ······[Default:·pbuilder2] |
19609 | ****·B.19.2·Examples·**** | 19609 | ****·B.19.2·Examples·**** |
19610 | Here·are·some·examples·of·sqlclient: | 19610 | Here·are·some·examples·of·sqlclient: |
19611 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET | 19611 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET |
19612 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan | 19612 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan |
19613 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the | 19613 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the |
19614 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a | 19614 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a |
19615 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's | 19615 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's |
Offset 19930, 15 lines modified | Offset 19930, 15 lines modified | ||
19930 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS | 19930 | ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS |
19931 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few | 19931 | ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few |
19932 | ······other·cone·search·services. | 19932 | ······other·cone·search·services. |
19933 | ······[Default:·true] | 19933 | ······[Default:·true] |
19934 | ··user·=·<value>· (String) | 19934 | ··user·=·<value>· (String) |
19935 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 19935 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
19936 | ······username. | 19936 | ······username. |
19937 | ······[Default:·pbuilder | 19937 | ······[Default:·pbuilder2] |
19938 | ··where·=·<sql-condition>· (String) | 19938 | ··where·=·<sql-condition>· (String) |
19939 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the | 19939 | ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the |
19940 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied | 19940 | ······database.·This·will·be·combined·with·the·constraints·on·position·implied |
19941 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should | 19941 | ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should |
19942 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null | 19942 | ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null |
19943 | ······value·indicates·no·additional·criteria. | 19943 | ······value·indicates·no·additional·criteria. |
19944 | ****·B.20.2·Examples·**** | 19944 | ****·B.20.2·Examples·**** |
Max diff block lines reached; 783/7542 bytes (10.38%) of diff not shown. |