Offset 1, 6 lines modified | Offset 1, 6 lines modified | ||
1 | · | 1 | ·ada491727cf793a140d7c77772856de5·66176·java·optional·jython-stilts_3.5.1-2_all.deb |
2 | ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb | 2 | ·e7c84247c5c31550d6aefbebb454f7da·1254996·doc·optional·starlink-ttools-java-doc_3.5.1-2_all.deb |
3 | ·e7cc5536a92f447f4f9aca2ddb575ae0·5274636·java·optional·starlink-ttools-java_3.5.1-2_all.deb | ||
4 | · | 3 | ·a5c7f3ebe0ca5891feb460f7ef6e6d24·5273488·java·optional·starlink-ttools-java_3.5.1-2_all.deb |
4 | ·f473101098fa8c660b289db834404685·2379148·doc·optional·stilts-doc_3.5.1-2_all.deb | ||
5 | ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb | 5 | ·ad4c67fa8691cfb90b6437054823d7cd·229360·science·optional·stilts_3.5.1-2_all.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1372·2024-11-20·14:21:47.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0····6461 | 3 | -rw-r--r--···0········0········0····64612·2024-11-20·14:21:47.000000·data.tar.xz |
Offset 1486, 15 lines modified | Offset 1486, 15 lines modified | ||
1486 | ········env·=·_JyEnvironment() | 1486 | ········env·=·_JyEnvironment() |
1487 | ········env.setValue('format',·_map_env_value(format)) | 1487 | ········env.setValue('format',·_map_env_value(format)) |
1488 | ········env.setValue('client',·_map_env_value(client)) | 1488 | ········env.setValue('client',·_map_env_value(client)) |
1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1490 | ········consumer·=·mode.createConsumer(env) | 1490 | ········consumer·=·mode.createConsumer(env) |
1491 | ········_check_unused_args(env) | 1491 | ········_check_unused_args(env) |
1492 | ········consumer.consume(self) | 1492 | ········consumer.consume(self) |
1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1494 | ········'''\ | 1494 | ········'''\ |
1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1497 | ···· | 1497 | ···· |
1498 | ····Parameters: | 1498 | ····Parameters: |
1499 | ···· | 1499 | ···· |
1500 | ·······protocol·=·<jdbc-protocol>·······(String) | 1500 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1536, 15 lines modified | Offset 1536, 15 lines modified | ||
1536 | ················of·columns)·for·the·data·being·written. | 1536 | ················of·columns)·for·the·data·being·written. |
1537 | ···· | 1537 | ···· |
1538 | ··········[Default:·create] | 1538 | ··········[Default:·create] |
1539 | ···· | 1539 | ···· |
1540 | ·······user·=·<username>·······(String) | 1540 | ·······user·=·<username>·······(String) |
1541 | ··········User·name·for·the·SQL·connection·to·the·database. | 1541 | ··········User·name·for·the·SQL·connection·to·the·database. |
1542 | ···· | 1542 | ···· |
1543 | ··········[Default:·pbuilder | 1543 | ··········[Default:·pbuilder2] |
1544 | ···· | 1544 | ···· |
1545 | ·······password·=·<passwd>·······(String) | 1545 | ·······password·=·<passwd>·······(String) |
1546 | ··········Password·for·the·SQL·connection·to·the·database. | 1546 | ··········Password·for·the·SQL·connection·to·the·database. |
1547 | ····''' | 1547 | ····''' |
1548 | ········env·=·_JyEnvironment() | 1548 | ········env·=·_JyEnvironment() |
1549 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1549 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1550 | ········env.setValue('db',·_map_env_value(db)) | 1550 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4290, 15 lines modified | Offset 4290, 15 lines modified | ||
4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4291 | ······as·well·for·the·connection·to·be·made. | 4291 | ······as·well·for·the·connection·to·be·made. |
4292 | ···user·=·<value>·······(String) | 4292 | ···user·=·<value>·······(String) |
4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4294 | ······current·username. | 4294 | ······current·username. |
4295 | ······[Default:·pbuilder | 4295 | ······[Default:·pbuilder2] |
4296 | ···password·=·<value>·······(String) | 4296 | ···password·=·<value>·······(String) |
4297 | ······Password·for·logging·in·to·SQL·database. | 4297 | ······Password·for·logging·in·to·SQL·database. |
4298 | ···sql·=·<sql>·······(String) | 4298 | ···sql·=·<sql>·······(String) |
4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4497, 15 lines modified | Offset 4497, 15 lines modified | ||
4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4498 | ······as·well·for·the·connection·to·be·made. | 4498 | ······as·well·for·the·connection·to·be·made. |
4499 | ···user·=·<value>·······(String) | 4499 | ···user·=·<value>·······(String) |
4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4501 | ······current·username. | 4501 | ······current·username. |
4502 | ······[Default:·pbuilder | 4502 | ······[Default:·pbuilder2] |
4503 | ···password·=·<value>·······(String) | 4503 | ···password·=·<value>·······(String) |
4504 | ······Password·for·logging·in·to·SQL·database. | 4504 | ······Password·for·logging·in·to·SQL·database. |
4505 | ···dbtable·=·<table-name>·······(String) | 4505 | ···dbtable·=·<table-name>·······(String) |
4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4507 | ······remote·data. | 4507 | ······remote·data. |
Offset 4605, 15 lines modified | Offset 4605, 15 lines modified | ||
4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4606 | ······as·well·for·the·connection·to·be·made. | 4606 | ······as·well·for·the·connection·to·be·made. |
4607 | ···user·=·<value>·······(String) | 4607 | ···user·=·<value>·······(String) |
4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4609 | ······current·username. | 4609 | ······current·username. |
4610 | ······[Default:·pbuilder | 4610 | ······[Default:·pbuilder2] |
4611 | ···password·=·<value>·······(String) | 4611 | ···password·=·<value>·······(String) |
4612 | ······Password·for·logging·in·to·SQL·database. | 4612 | ······Password·for·logging·in·to·SQL·database. |
4613 | ···select·=·<select-stmt>·······(String) | 4613 | ···select·=·<select-stmt>·······(String) |
4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4615 | ······statement·to·identify·which·rows·undergo·updates. | 4615 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 7853, 15 lines modified | Offset 7853, 15 lines modified | ||
7853 | ···parallel·=·<int-value>·······(Integer) | 7853 | ···parallel·=·<int-value>·······(Integer) |
7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7856 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7856 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7857 | ······apparently·available·to·the·JVM. | 7857 | ······apparently·available·to·the·JVM. |
7858 | ······[Default:· | 7858 | ······[Default:·42] |
7859 | ···xlog·=·true|false·······(Boolean) | 7859 | ···xlog·=·true|false·······(Boolean) |
7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
7861 | ······true·it·is·logarithmic. | 7861 | ······true·it·is·logarithmic. |
7862 | ······[Default:·false] | 7862 | ······[Default:·false] |
Offset 8640, 15 lines modified | Offset 8640, 15 lines modified | ||
8640 | ···parallel·=·<int-value>·······(Integer) | 8640 | ···parallel·=·<int-value>·······(Integer) |
8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8643 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8643 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8644 | ······apparently·available·to·the·JVM. | 8644 | ······apparently·available·to·the·JVM. |
8645 | ······[Default:· | 8645 | ······[Default:·42] |
8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· | 8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· |
8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
8648 | ······Sky·projection·used·to·display·the·plot. | 8648 | ······Sky·projection·used·to·display·the·plot. |
8649 | ······The·available·options·are: | 8649 | ······The·available·options·are: |
Offset 9332, 15 lines modified | Offset 9332, 15 lines modified | ||
9332 | ···parallel·=·<int-value>·······(Integer) | 9332 | ···parallel·=·<int-value>·······(Integer) |
9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
9335 | ······is·supplied.·The·default·value·is·the·number·of·processors | 9335 | ······is·supplied.·The·default·value·is·the·number·of·processors |
9336 | ······apparently·available·to·the·JVM. | 9336 | ······apparently·available·to·the·JVM. |
9337 | ······[Default:· | 9337 | ······[Default:·42] |
9338 | ···xlog·=·true|false·······(Boolean) | 9338 | ···xlog·=·true|false·······(Boolean) |
9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
9340 | ······true·it·is·logarithmic. | 9340 | ······true·it·is·logarithmic. |
9341 | ······[Default:·false] | 9341 | ······[Default:·false] |
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····1232·2024-11-20·14:21:47.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··527 | 3 | -rw-r--r--···0········0········0··5272064·2024-11-20·14:21:47.000000·data.tar.xz |
Offset 172, 15 lines modified | Offset 172, 15 lines modified | ||
172 | ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT | 172 | ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT |
173 | ··minimum·software·version·required·to·extract:···1.0 | 173 | ··minimum·software·version·required·to·extract:···1.0 |
174 | ··compression·method:·····························deflated | 174 | ··compression·method:·····························deflated |
175 | ··compression·sub-type·(deflation):···············normal | 175 | ··compression·sub-type·(deflation):···············normal |
176 | ··file·security·status:···························not·encrypted | 176 | ··file·security·status:···························not·encrypted |
177 | ··extended·local·header:··························no | 177 | ··extended·local·header:··························no |
178 | ··file·last·modified·on·(DOS·date/time):··········2024·Nov·20·14:21:46 | 178 | ··file·last·modified·on·(DOS·date/time):··········2024·Nov·20·14:21:46 |
179 | ··32-bit·CRC·value·(hex):························· | 179 | ··32-bit·CRC·value·(hex):·························a390029a |
180 | ··compressed·size:································92130·bytes | 180 | ··compressed·size:································92130·bytes |
181 | ··uncompressed·size:······························540407·bytes | 181 | ··uncompressed·size:······························540407·bytes |
182 | ··length·of·filename:·····························9·characters | 182 | ··length·of·filename:·····························9·characters |
183 | ··length·of·extra·field:··························0·bytes | 183 | ··length·of·extra·field:··························0·bytes |
184 | ··length·of·file·comment:·························0·characters | 184 | ··length·of·file·comment:·························0·characters |
185 | ··disk·number·on·which·file·begins:···············disk·1 | 185 | ··disk·number·on·which·file·begins:···············disk·1 |
186 | ··apparent·file·type:·····························binary | 186 | ··apparent·file·type:·····························binary |
Offset 100, 15 lines modified | Offset 100, 15 lines modified | ||
100 | 0002F1·Extract·Zip·Spec······0A·(10)·'1.0' | 100 | 0002F1·Extract·Zip·Spec······0A·(10)·'1.0' |
101 | 0002F2·Extract·OS············00·(0)·'MS-DOS' | 101 | 0002F2·Extract·OS············00·(0)·'MS-DOS' |
102 | 0002F3·General·Purpose·Flag··0800·(2048) | 102 | 0002F3·General·Purpose·Flag··0800·(2048) |
103 | ·······[Bits·1-2]············0·'Normal·Compression' | 103 | ·······[Bits·1-2]············0·'Normal·Compression' |
104 | ·······[Bit·11]··············1·'Language·Encoding' | 104 | ·······[Bit·11]··············1·'Language·Encoding' |
105 | 0002F5·Compression·Method····0008·(8)·'Deflated' | 105 | 0002F5·Compression·Method····0008·(8)·'Deflated' |
106 | 0002F7·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' | 106 | 0002F7·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
107 | 0002FB·CRC··················· | 107 | 0002FB·CRC···················A390029A·(2744124058) |
108 | 0002FF·Compressed·Size·······000167E2·(92130) | 108 | 0002FF·Compressed·Size·······000167E2·(92130) |
109 | 000303·Uncompressed·Size·····00083EF7·(540407) | 109 | 000303·Uncompressed·Size·····00083EF7·(540407) |
110 | 000307·Filename·Length·······0009·(9) | 110 | 000307·Filename·Length·······0009·(9) |
111 | 000309·Extra·Length··········0000·(0) | 111 | 000309·Extra·Length··········0000·(0) |
112 | 00030B·Filename··············'XXXXXXXXX' | 112 | 00030B·Filename··············'XXXXXXXXX' |
113 | # | 113 | # |
114 | #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX' | 114 | #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX' |
Offset 72262, 15 lines modified | Offset 72262, 15 lines modified | ||
72262 | 532AAD·Extract·Zip·Spec······0A·(10)·'1.0' | 72262 | 532AAD·Extract·Zip·Spec······0A·(10)·'1.0' |
72263 | 532AAE·Extract·OS············00·(0)·'MS-DOS' | 72263 | 532AAE·Extract·OS············00·(0)·'MS-DOS' |
72264 | 532AAF·General·Purpose·Flag··0800·(2048) | 72264 | 532AAF·General·Purpose·Flag··0800·(2048) |
72265 | ·······[Bits·1-2]············0·'Normal·Compression' | 72265 | ·······[Bits·1-2]············0·'Normal·Compression' |
72266 | ·······[Bit·11]··············1·'Language·Encoding' | 72266 | ·······[Bit·11]··············1·'Language·Encoding' |
72267 | 532AB1·Compression·Method····0008·(8)·'Deflated' | 72267 | 532AB1·Compression·Method····0008·(8)·'Deflated' |
72268 | 532AB3·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' | 72268 | 532AB3·Modification·Time·····597472B7·(1500803767)·'Wed·Nov·20·14:21:46·2024' |
72269 | 532AB7·CRC··················· | 72269 | 532AB7·CRC···················A390029A·(2744124058) |
72270 | 532ABB·Compressed·Size·······000167E2·(92130) | 72270 | 532ABB·Compressed·Size·······000167E2·(92130) |
72271 | 532ABF·Uncompressed·Size·····00083EF7·(540407) | 72271 | 532ABF·Uncompressed·Size·····00083EF7·(540407) |
72272 | 532AC3·Filename·Length·······0009·(9) | 72272 | 532AC3·Filename·Length·······0009·(9) |
72273 | 532AC5·Extra·Length··········0000·(0) | 72273 | 532AC5·Extra·Length··········0000·(0) |
72274 | 532AC7·Comment·Length········0000·(0) | 72274 | 532AC7·Comment·Length········0000·(0) |
72275 | 532AC9·Disk·Start············0000·(0) | 72275 | 532AC9·Disk·Start············0000·(0) |
72276 | 532ACB·Int·File·Attributes···0000·(0) | 72276 | 532ACB·Int·File·Attributes···0000·(0) |
Offset 1486, 15 lines modified | Offset 1486, 15 lines modified | ||
1486 | ········env·=·_JyEnvironment() | 1486 | ········env·=·_JyEnvironment() |
1487 | ········env.setValue('format',·_map_env_value(format)) | 1487 | ········env.setValue('format',·_map_env_value(format)) |
1488 | ········env.setValue('client',·_map_env_value(client)) | 1488 | ········env.setValue('client',·_map_env_value(client)) |
1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') | 1489 | ········mode·=·_stilts.getModeFactory().createObject('samp') |
1490 | ········consumer·=·mode.createConsumer(env) | 1490 | ········consumer·=·mode.createConsumer(env) |
1491 | ········_check_unused_args(env) | 1491 | ········_check_unused_args(env) |
1492 | ········consumer.consume(self) | 1492 | ········consumer.consume(self) |
1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder | 1493 | ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None): |
1494 | ········'''\ | 1494 | ········'''\ |
1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC | 1495 | ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC |
1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). | 1496 | ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256). |
1497 | ···· | 1497 | ···· |
1498 | ····Parameters: | 1498 | ····Parameters: |
1499 | ···· | 1499 | ···· |
1500 | ·······protocol·=·<jdbc-protocol>·······(String) | 1500 | ·······protocol·=·<jdbc-protocol>·······(String) |
Offset 1536, 15 lines modified | Offset 1536, 15 lines modified | ||
1536 | ················of·columns)·for·the·data·being·written. | 1536 | ················of·columns)·for·the·data·being·written. |
1537 | ···· | 1537 | ···· |
1538 | ··········[Default:·create] | 1538 | ··········[Default:·create] |
1539 | ···· | 1539 | ···· |
1540 | ·······user·=·<username>·······(String) | 1540 | ·······user·=·<username>·······(String) |
1541 | ··········User·name·for·the·SQL·connection·to·the·database. | 1541 | ··········User·name·for·the·SQL·connection·to·the·database. |
1542 | ···· | 1542 | ···· |
1543 | ··········[Default:·pbuilder | 1543 | ··········[Default:·pbuilder2] |
1544 | ···· | 1544 | ···· |
1545 | ·······password·=·<passwd>·······(String) | 1545 | ·······password·=·<passwd>·······(String) |
1546 | ··········Password·for·the·SQL·connection·to·the·database. | 1546 | ··········Password·for·the·SQL·connection·to·the·database. |
1547 | ····''' | 1547 | ····''' |
1548 | ········env·=·_JyEnvironment() | 1548 | ········env·=·_JyEnvironment() |
1549 | ········env.setValue('protocol',·_map_env_value(protocol)) | 1549 | ········env.setValue('protocol',·_map_env_value(protocol)) |
1550 | ········env.setValue('db',·_map_env_value(db)) | 1550 | ········env.setValue('db',·_map_env_value(db)) |
Offset 4290, 15 lines modified | Offset 4290, 15 lines modified | ||
4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4290 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4291 | ······as·well·for·the·connection·to·be·made. | 4291 | ······as·well·for·the·connection·to·be·made. |
4292 | ···user·=·<value>·······(String) | 4292 | ···user·=·<value>·······(String) |
4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4293 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4294 | ······current·username. | 4294 | ······current·username. |
4295 | ······[Default:·pbuilder | 4295 | ······[Default:·pbuilder2] |
4296 | ···password·=·<value>·······(String) | 4296 | ···password·=·<value>·······(String) |
4297 | ······Password·for·logging·in·to·SQL·database. | 4297 | ······Password·for·logging·in·to·SQL·database. |
4298 | ···sql·=·<sql>·······(String) | 4298 | ···sql·=·<sql>·······(String) |
4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be | 4299 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be |
4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") | 4300 | ······repeated,·or·statements·may·be·separated·by·semicolon·(";") |
Offset 4497, 15 lines modified | Offset 4497, 15 lines modified | ||
4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4497 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4498 | ······as·well·for·the·connection·to·be·made. | 4498 | ······as·well·for·the·connection·to·be·made. |
4499 | ···user·=·<value>·······(String) | 4499 | ···user·=·<value>·······(String) |
4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4500 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4501 | ······current·username. | 4501 | ······current·username. |
4502 | ······[Default:·pbuilder | 4502 | ······[Default:·pbuilder2] |
4503 | ···password·=·<value>·······(String) | 4503 | ···password·=·<value>·······(String) |
4504 | ······Password·for·logging·in·to·SQL·database. | 4504 | ······Password·for·logging·in·to·SQL·database. |
4505 | ···dbtable·=·<table-name>·······(String) | 4505 | ···dbtable·=·<table-name>·······(String) |
4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the | 4506 | ······The·name·of·the·table·in·the·SQL·database·which·provides·the |
4507 | ······remote·data. | 4507 | ······remote·data. |
Offset 4605, 15 lines modified | Offset 4605, 15 lines modified | ||
4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property | 4605 | ······classpath·and·referenced·in·the·jdbc.drivers·system·property |
4606 | ······as·well·for·the·connection·to·be·made. | 4606 | ······as·well·for·the·connection·to·be·made. |
4607 | ···user·=·<value>·······(String) | 4607 | ···user·=·<value>·······(String) |
4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the | 4608 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the |
4609 | ······current·username. | 4609 | ······current·username. |
4610 | ······[Default:·pbuilder | 4610 | ······[Default:·pbuilder2] |
4611 | ···password·=·<value>·······(String) | 4611 | ···password·=·<value>·······(String) |
4612 | ······Password·for·logging·in·to·SQL·database. | 4612 | ······Password·for·logging·in·to·SQL·database. |
4613 | ···select·=·<select-stmt>·······(String) | 4613 | ···select·=·<select-stmt>·······(String) |
4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT | 4614 | ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT |
4615 | ······statement·to·identify·which·rows·undergo·updates. | 4615 | ······statement·to·identify·which·rows·undergo·updates. |
Offset 7853, 15 lines modified | Offset 7853, 15 lines modified | ||
7853 | ···parallel·=·<int-value>·······(Integer) | 7853 | ···parallel·=·<int-value>·······(Integer) |
7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 7854 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 7855 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
7856 | ······is·supplied.·The·default·value·is·the·number·of·processors | 7856 | ······is·supplied.·The·default·value·is·the·number·of·processors |
7857 | ······apparently·available·to·the·JVM. | 7857 | ······apparently·available·to·the·JVM. |
7858 | ······[Default:· | 7858 | ······[Default:·42] |
7859 | ···xlog·=·true|false·······(Boolean) | 7859 | ···xlog·=·true|false·······(Boolean) |
7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 7860 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
7861 | ······true·it·is·logarithmic. | 7861 | ······true·it·is·logarithmic. |
7862 | ······[Default:·false] | 7862 | ······[Default:·false] |
Offset 8640, 15 lines modified | Offset 8640, 15 lines modified | ||
8640 | ···parallel·=·<int-value>·······(Integer) | 8640 | ···parallel·=·<int-value>·······(Integer) |
8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 8641 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 8642 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
8643 | ······is·supplied.·The·default·value·is·the·number·of·processors | 8643 | ······is·supplied.·The·default·value·is·the·number·of·processors |
8644 | ······apparently·available·to·the·JVM. | 8644 | ······apparently·available·to·the·JVM. |
8645 | ······[Default:· | 8645 | ······[Default:·42] |
8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· | 8646 | ···projection·=·sin|aitoff|aitoff0|car|car0······· |
8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) | 8647 | ···(uk.ac.starlink.ttools.plot2.geom.Projection) |
8648 | ······Sky·projection·used·to·display·the·plot. | 8648 | ······Sky·projection·used·to·display·the·plot. |
8649 | ······The·available·options·are: | 8649 | ······The·available·options·are: |
Offset 9332, 15 lines modified | Offset 9332, 15 lines modified | ||
9332 | ···parallel·=·<int-value>·······(Integer) | 9332 | ···parallel·=·<int-value>·······(Integer) |
9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation | 9333 | ······Determines·how·many·threads·will·run·in·parallel·if·animation |
9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter | 9334 | ······output·is·being·produced.·Only·used·if·the·animate·parameter |
9335 | ······is·supplied.·The·default·value·is·the·number·of·processors | 9335 | ······is·supplied.·The·default·value·is·the·number·of·processors |
9336 | ······apparently·available·to·the·JVM. | 9336 | ······apparently·available·to·the·JVM. |
9337 | ······[Default:· | 9337 | ······[Default:·42] |
9338 | ···xlog·=·true|false·······(Boolean) | 9338 | ···xlog·=·true|false·······(Boolean) |
9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if | 9339 | ······If·false·(the·default),·the·scale·on·the·X·axis·is·linear,·if |
9340 | ······true·it·is·logarithmic. | 9340 | ······true·it·is·logarithmic. |
9341 | ······[Default:·false] | 9341 | ······[Default:·false] |
Max diff block lines reached; 2907/7574 bytes (38.38%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-11-20·14:21:47.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····3332·2024-11-20·14:21:47.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··23756 | 3 | -rw-r--r--···0········0········0··2375624·2024-11-20·14:21:47.000000·data.tar.xz |
Offset 9042, 15 lines modified | Offset 9042, 15 lines modified | ||
9042 | ················</dt> | 9042 | ················</dt> |
9043 | ················ | 9043 | ················ |
9044 | ················<dd> | 9044 | ················<dd> |
9045 | ····················User·name·for·the·SQL·connection·to·the·database. | 9045 | ····················User·name·for·the·SQL·connection·to·the·database. |
9046 | ····················<p> | 9046 | ····················<p> |
9047 | ························[Default:·<code>pbuilder | 9047 | ························[Default:·<code>pbuilder2</code>] |
9048 | ····················</p> | 9048 | ····················</p> |
9049 | ················</dd> | 9049 | ················</dd> |
9050 | ················ | 9050 | ················ |
9051 | ················<dt> | 9051 | ················<dt> |
9052 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> | 9052 | ····················<strong><code>password·=·<passwd></code>· <em>(String)</em></strong> |
9053 | ················</dt> | 9053 | ················</dt> |
9054 | ················ | 9054 | ················ |
Offset 59818, 15 lines modified | Offset 59818, 15 lines modified | ||
59818 | Only·used·if·the·<code>animate</code> | 59818 | Only·used·if·the·<code>animate</code> |
59819 | parameter·is·supplied. | 59819 | parameter·is·supplied. |
59820 | The·default·value·is·the·number·of·processors·apparently | 59820 | The·default·value·is·the·number·of·processors·apparently |
59821 | available·to·the·JVM. | 59821 | available·to·the·JVM. |
59822 | ····················<p> | 59822 | ····················<p> |
59823 | ························[Default:·<code> | 59823 | ························[Default:·<code>42</code>] |
59824 | ····················</p> | 59824 | ····················</p> |
59825 | ················</dd> | 59825 | ················</dd> |
59826 | ················ | 59826 | ················ |
59827 | ················<dt> | 59827 | ················<dt> |
59828 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 59828 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
59829 | ················</dt> | 59829 | ················</dt> |
59830 | ················ | 59830 | ················ |
Offset 62020, 15 lines modified | Offset 62020, 15 lines modified | ||
62020 | Only·used·if·the·<code>animate</code> | 62020 | Only·used·if·the·<code>animate</code> |
62021 | parameter·is·supplied. | 62021 | parameter·is·supplied. |
62022 | The·default·value·is·the·number·of·processors·apparently | 62022 | The·default·value·is·the·number·of·processors·apparently |
62023 | available·to·the·JVM. | 62023 | available·to·the·JVM. |
62024 | ····················<p> | 62024 | ····················<p> |
62025 | ························[Default:·<code> | 62025 | ························[Default:·<code>42</code>] |
62026 | ····················</p> | 62026 | ····················</p> |
62027 | ················</dd> | 62027 | ················</dd> |
62028 | ················ | 62028 | ················ |
62029 | ················<dt> | 62029 | ················<dt> |
62030 | ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>· <em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> | 62030 | ····················<strong><code>projection·=·sin|aitoff|aitoff0|car|car0</code>· <em>(<a·href="https://www.star.bristol.ac.uk/mbt/starjavadocs/uk/ac/starlink/ttools/plot2/geom/Projection.html">Projection</a>)</em></strong> |
62031 | ················</dt> | 62031 | ················</dt> |
62032 | ················ | 62032 | ················ |
Offset 63769, 15 lines modified | Offset 63769, 15 lines modified | ||
63769 | Only·used·if·the·<code>animate</code> | 63769 | Only·used·if·the·<code>animate</code> |
63770 | parameter·is·supplied. | 63770 | parameter·is·supplied. |
63771 | The·default·value·is·the·number·of·processors·apparently | 63771 | The·default·value·is·the·number·of·processors·apparently |
63772 | available·to·the·JVM. | 63772 | available·to·the·JVM. |
63773 | ····················<p> | 63773 | ····················<p> |
63774 | ························[Default:·<code> | 63774 | ························[Default:·<code>42</code>] |
63775 | ····················</p> | 63775 | ····················</p> |
63776 | ················</dd> | 63776 | ················</dd> |
63777 | ················ | 63777 | ················ |
63778 | ················<dt> | 63778 | ················<dt> |
63779 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 63779 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
63780 | ················</dt> | 63780 | ················</dt> |
63781 | ················ | 63781 | ················ |
Offset 65809, 15 lines modified | Offset 65809, 15 lines modified | ||
65809 | Only·used·if·the·<code>animate</code> | 65809 | Only·used·if·the·<code>animate</code> |
65810 | parameter·is·supplied. | 65810 | parameter·is·supplied. |
65811 | The·default·value·is·the·number·of·processors·apparently | 65811 | The·default·value·is·the·number·of·processors·apparently |
65812 | available·to·the·JVM. | 65812 | available·to·the·JVM. |
65813 | ····················<p> | 65813 | ····················<p> |
65814 | ························[Default:·<code> | 65814 | ························[Default:·<code>42</code>] |
65815 | ····················</p> | 65815 | ····················</p> |
65816 | ················</dd> | 65816 | ················</dd> |
65817 | ················ | 65817 | ················ |
65818 | ················<dt> | 65818 | ················<dt> |
65819 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> | 65819 | ····················<strong><code>phi·=·<degrees></code>· <em>(Double)</em></strong> |
65820 | ················</dt> | 65820 | ················</dt> |
65821 | ················ | 65821 | ················ |
Offset 67608, 15 lines modified | Offset 67608, 15 lines modified | ||
67608 | Only·used·if·the·<code>animate</code> | 67608 | Only·used·if·the·<code>animate</code> |
67609 | parameter·is·supplied. | 67609 | parameter·is·supplied. |
67610 | The·default·value·is·the·number·of·processors·apparently | 67610 | The·default·value·is·the·number·of·processors·apparently |
67611 | available·to·the·JVM. | 67611 | available·to·the·JVM. |
67612 | ····················<p> | 67612 | ····················<p> |
67613 | ························[Default:·<code> | 67613 | ························[Default:·<code>42</code>] |
67614 | ····················</p> | 67614 | ····················</p> |
67615 | ················</dd> | 67615 | ················</dd> |
67616 | ················ | 67616 | ················ |
67617 | ················<dt> | 67617 | ················<dt> |
67618 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 67618 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
67619 | ················</dt> | 67619 | ················</dt> |
67620 | ················ | 67620 | ················ |
Offset 69676, 15 lines modified | Offset 69676, 15 lines modified | ||
69676 | Only·used·if·the·<code>animate</code> | 69676 | Only·used·if·the·<code>animate</code> |
69677 | parameter·is·supplied. | 69677 | parameter·is·supplied. |
69678 | The·default·value·is·the·number·of·processors·apparently | 69678 | The·default·value·is·the·number·of·processors·apparently |
69679 | available·to·the·JVM. | 69679 | available·to·the·JVM. |
69680 | ····················<p> | 69680 | ····················<p> |
69681 | ························[Default:·<code> | 69681 | ························[Default:·<code>42</code>] |
69682 | ····················</p> | 69682 | ····················</p> |
69683 | ················</dd> | 69683 | ················</dd> |
69684 | ················ | 69684 | ················ |
69685 | ················<dt> | 69685 | ················<dt> |
69686 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> | 69686 | ····················<strong><code>seq·=·<suffix>[,...]</code>· <em>(String[])</em></strong> |
69687 | ················</dt> | 69687 | ················</dt> |
69688 | ················ | 69688 | ················ |
Offset 75078, 15 lines modified | Offset 75078, 15 lines modified | ||
75078 | ················ | 75078 | ················ |
75079 | ················<dd> | 75079 | ················<dd> |
75080 | ····················User·name·for·logging·in·to·SQL·database. | 75080 | ····················User·name·for·logging·in·to·SQL·database. |
75081 | Defaults·to·the·current·username. | 75081 | Defaults·to·the·current·username. |
75082 | ····················<p> | 75082 | ····················<p> |
75083 | ························[Default:·<code>pbuilder | 75083 | ························[Default:·<code>pbuilder2</code>] |
75084 | ····················</p> | 75084 | ····················</p> |
75085 | ················</dd> | 75085 | ················</dd> |
75086 | ················ | 75086 | ················ |
75087 | ············</dl> | 75087 | ············</dl> |
75088 | ············ | 75088 | ············ |
75089 | ········</p> | 75089 | ········</p> |
75090 | ········ | 75090 | ········ |
Max diff block lines reached; 985/5527 bytes (17.82%) of diff not shown. |
Offset 3501, 15 lines modified | Offset 3501, 15 lines modified | ||
3501 | ············of·the·same·name·already·exists,·it·is·dropped·first. | 3501 | ············of·the·same·name·already·exists,·it·is·dropped·first. |
3502 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named | 3502 | ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named |
3503 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the | 3503 | ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the |
3504 | ············data·being·written. | 3504 | ············data·being·written. |
3505 | ······[Default:·create] | 3505 | ······[Default:·create] |
3506 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 3506 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
3507 | ······User·name·for·the·SQL·connection·to·the·database. | 3507 | ······User·name·for·the·SQL·connection·to·the·database. |
3508 | ······[Default:·pbuilder | 3508 | ······[Default:·pbuilder2] |
3509 | ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 3509 | ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
3510 | ······Password·for·the·SQL·connection·to·the·database. | 3510 | ······Password·for·the·SQL·connection·to·the·database. |
3511 | =============================================================================== | 3511 | =============================================================================== |
3512 | *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8* | 3512 | *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8* |
3513 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. | 3513 | STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables. |
3514 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or | 3514 | Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or |
3515 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such | 3515 | different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such |
Offset 18349, 15 lines modified | Offset 18349, 15 lines modified | ||
18349 | ············parameter | 18349 | ············parameter |
18350 | ······[Default:·auto] | 18350 | ······[Default:·auto] |
18351 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 18351 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
18352 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 18352 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
18353 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 18353 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
18354 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 18354 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
18355 | ······JVM. | 18355 | ······JVM. |
18356 | ······[Default:· | 18356 | ······[Default:·42] |
18357 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) | 18357 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) |
18358 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 18358 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
18359 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 18359 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
18360 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 18360 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
18361 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 18361 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
18362 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 18362 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
18363 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 18363 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 19046, 15 lines modified | Offset 19046, 15 lines modified | ||
19046 | ············parameter | 19046 | ············parameter |
19047 | ······[Default:·auto] | 19047 | ······[Default:·auto] |
19048 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 19048 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
19049 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 19049 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
19050 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 19050 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
19051 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 19051 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
19052 | ······JVM. | 19052 | ······JVM. |
19053 | ······[Default:· | 19053 | ······[Default:·42] |
19054 | ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8) | 19054 | ··p\x8pr\x8ro\x8oj\x8je\x8ec\x8ct\x8ti\x8io\x8on\x8n·=\x8=·s\x8si\x8in\x8n|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f|\x8|a\x8ai\x8it\x8to\x8of\x8ff\x8f0\x80|\x8|c\x8ca\x8ar\x8r|\x8|c\x8ca\x8ar\x8r0\x80·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(_\x8P\x8P_\x8r\x8r_\x8o\x8o_\x8j\x8j_\x8e\x8e_\x8c\x8c_\x8t\x8t_\x8i\x8i_\x8o\x8o_\x8n\x8n)\x8) |
19055 | ······Sky·projection·used·to·display·the·plot. | 19055 | ······Sky·projection·used·to·display·the·plot. |
19056 | ······The·available·options·are: | 19056 | ······The·available·options·are: |
19057 | ··········*·sin:·rotatable·sphere | 19057 | ··········*·sin:·rotatable·sphere |
19058 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center | 19058 | ··········*·aitoff:·Hammer-Aitoff·projection·with·lon=0·at·center |
19059 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center | 19059 | ··········*·aitoff0:·Hammer-Aitoff·projection·with·lon=180·at·center |
19060 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 | 19060 | ··········*·car:·Plate·Carree·projection·(lon/lat·on·Cartesian·axes)·with·lon=0 |
Offset 19608, 15 lines modified | Offset 19608, 15 lines modified | ||
19608 | ············parameter | 19608 | ············parameter |
19609 | ······[Default:·auto] | 19609 | ······[Default:·auto] |
19610 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 19610 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
19611 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 19611 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
19612 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 19612 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
19613 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 19613 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
19614 | ······JVM. | 19614 | ······JVM. |
19615 | ······[Default:· | 19615 | ······[Default:·42] |
19616 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 19616 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
19617 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 19617 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
19618 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 19618 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
19619 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 19619 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
19620 | ······[Default:·30] | 19620 | ······[Default:·30] |
19621 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 19621 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
19622 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 19622 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 20260, 15 lines modified | Offset 20260, 15 lines modified | ||
20260 | ············parameter | 20260 | ············parameter |
20261 | ······[Default:·auto] | 20261 | ······[Default:·auto] |
20262 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 20262 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
20263 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 20263 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
20264 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 20264 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
20265 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 20265 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
20266 | ······JVM. | 20266 | ······JVM. |
20267 | ······[Default:· | 20267 | ······[Default:·42] |
20268 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 20268 | ··p\x8ph\x8hi\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
20269 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 20269 | ······First·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
20270 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the | 20270 | ······the·plotted·3d·space.·Units·are·degrees.·This·is·the·rotation·around·the |
20271 | ······initial·Z·axis·applied·before·the·plot·is·viewed. | 20271 | ······initial·Z·axis·applied·before·the·plot·is·viewed. |
20272 | ······[Default:·30] | 20272 | ······[Default:·30] |
20273 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) | 20273 | ··p\x8ps\x8si\x8i·=\x8=·<\x8<d\x8de\x8eg\x8gr\x8re\x8ee\x8es\x8s>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(D\x8Do\x8ou\x8ub\x8bl\x8le\x8e)\x8) |
20274 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of | 20274 | ······Second·of·the·Euler·angles,·in·the·ZXZ·sequence,·defining·the·rotation·of |
Offset 20855, 15 lines modified | Offset 20855, 15 lines modified | ||
20855 | ············parameter | 20855 | ············parameter |
20856 | ······[Default:·auto] | 20856 | ······[Default:·auto] |
20857 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 20857 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
20858 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 20858 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
20859 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 20859 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
20860 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 20860 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
20861 | ······JVM. | 20861 | ······JVM. |
20862 | ······[Default:· | 20862 | ······[Default:·42] |
20863 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) | 20863 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) |
20864 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 20864 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
20865 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 20865 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
20866 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 20866 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
20867 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 20867 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
20868 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 20868 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
20869 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 20869 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 21526, 15 lines modified | Offset 21526, 15 lines modified | ||
21526 | ············parameter | 21526 | ············parameter |
21527 | ······[Default:·auto] | 21527 | ······[Default:·auto] |
21528 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) | 21528 | ··p\x8pa\x8ar\x8ra\x8al\x8ll\x8le\x8el\x8l·=\x8=·<\x8<i\x8in\x8nt\x8t-\x8-v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(I\x8In\x8nt\x8te\x8eg\x8ge\x8er\x8r)\x8) |
21529 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is | 21529 | ······Determines·how·many·threads·will·run·in·parallel·if·animation·output·is |
21530 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The | 21530 | ······being·produced.·Only·used·if·the·animate·parameter·is·supplied.·The |
21531 | ······default·value·is·the·number·of·processors·apparently·available·to·the | 21531 | ······default·value·is·the·number·of·processors·apparently·available·to·the |
21532 | ······JVM. | 21532 | ······JVM. |
21533 | ······[Default:· | 21533 | ······[Default:·42] |
21534 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) | 21534 | ··s\x8se\x8eq\x8q·=\x8=·<\x8<s\x8su\x8uf\x8ff\x8fi\x8ix\x8x>\x8>[\x8[,\x8,.\x8..\x8..\x8.]\x8]·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g[\x8[]\x8])\x8) |
21535 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order | 21535 | ······Contains·a·comma-separated·list·of·layer·suffixes·to·determine·the·order |
21536 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are | 21536 | ······in·which·layers·are·drawn·on·the·plot.·This·can·affect·which·symbol·are |
21537 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. | 21537 | ······plotted·on·top·of,·and·so·potentially·obscure,·which·other·ones. |
21538 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced | 21538 | ······When·specifying·a·plot,·multiple·layers·may·be·specified,·each·introduced |
21539 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix | 21539 | ······by·a·parameter·layer<N>,·where·<N>·is·a·different·(arbitrary)·suffix |
21540 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to | 21540 | ······labelling·the·layer,·and·is·appended·to·all·the·parameters·specific·to |
Offset 23150, 15 lines modified | Offset 23150, 15 lines modified | ||
23150 | ······Password·for·logging·in·to·SQL·database. | 23150 | ······Password·for·logging·in·to·SQL·database. |
23151 | ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 23151 | ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
23152 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, | 23152 | ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated, |
23153 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. | 23153 | ······or·statements·may·be·separated·by·semicolon·(";")·characters. |
23154 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) | 23154 | ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8) |
23155 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current | 23155 | ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current |
23156 | ······username. | 23156 | ······username. |
23157 | ······[Default:·pbuilder | 23157 | ······[Default:·pbuilder2] |
23158 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* | 23158 | *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8* |
23159 | Here·are·some·examples·of·sqlclient: | 23159 | Here·are·some·examples·of·sqlclient: |
23160 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET | 23160 | ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET |
23161 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan | 23161 | ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan |
23162 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the | 23162 | ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the |
23163 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a | 23163 | ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a |
23164 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's | 23164 | ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's |
Max diff block lines reached; 1958/10136 bytes (19.32%) of diff not shown. |