{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.KHt4S89K/b1/starjava-ttools_3.4.9-5_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.KHt4S89K/b2/starjava-ttools_3.4.9-5_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,6 +1,6 @@\n \n- d062ee2695fc141127a467cdcf8105a8 64908 java optional jython-stilts_3.4.9-5_all.deb\n+ af707b8e340d1956897fc431aba408fe 64888 java optional jython-stilts_3.4.9-5_all.deb\n bb400d9ecafbae7458e168c714d28412 1215328 doc optional starlink-ttools-java-doc_3.4.9-5_all.deb\n- 1b4c1d73dfe4bb69883e95eafdddf72b 5195060 java optional starlink-ttools-java_3.4.9-5_all.deb\n- cfb31b89794326c64442258716671fe6 2394748 doc optional stilts-doc_3.4.9-5_all.deb\n+ c26bbd4b5880286823ed37d35ee67db9 5194936 java optional starlink-ttools-java_3.4.9-5_all.deb\n+ 9c05b9611a3b9cf26510e34d9eb86489 2394772 doc optional stilts-doc_3.4.9-5_all.deb\n d45b62ce44d434751f7a1af2e5f3db4f 225688 science optional stilts_3.4.9-5_all.deb\n"}, {"source1": "jython-stilts_3.4.9-5_all.deb", "source2": "jython-stilts_3.4.9-5_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-19 09:37:03.000000 debian-binary\n--rw-r--r-- 0 0 0 1364 2023-12-19 09:37:03.000000 control.tar.xz\n--rw-r--r-- 0 0 0 63352 2023-12-19 09:37:03.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 1360 2023-12-19 09:37:03.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 63336 2023-12-19 09:37:03.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/jython/Lib/site-packages/stilts.py", "source2": "./usr/share/jython/Lib/site-packages/stilts.py", "unified_diff": "@@ -1486,15 +1486,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -1536,15 +1536,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n@@ -4293,15 +4293,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n sql = (String)\n Text of an SQL statement for execution. This parameter may be\n repeated, or statements may be separated by semicolon (\";\")\n@@ -4499,15 +4499,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n dbtable = (String)\n The name of the table in the SQL database which provides the\n remote data.\n@@ -4607,15 +4607,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n select = (String)\n Gives the full text (including \"SELECT\") of the SELECT\n statement to identify which rows undergo updates.\n@@ -7817,15 +7817,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -8583,15 +8583,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n projection = sin|aitoff|aitoff0|car|car0 \n (uk.ac.starlink.ttools.plot2.geom.Projection)\n Sky projection used to display the plot.\n \n The available options are:\n \n@@ -9253,15 +9253,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -9977,15 +9977,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n crowd = (Double)\n Determines how closely tick marks are spaced on the wire frame\n axes. The default value is 1, meaning normal crowding. Larger\n values result in more grid lines, and smaller values in fewer\n grid lines.\n \n@@ -10551,15 +10551,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n nvar = (Integer)\n Gives the number of quantities to be plotted against each\n other, which will be the number of cells along each side of\n the scatter plot matrix.\n \n [Default: 3]\n@@ -11288,15 +11288,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n ylog = true|false (Boolean)\n If false (the default), the scale on the Y axis is linear, if\n true it is logarithmic.\n \n If a zone suffix is appended to the parameter name, only that\n zone is affected, e.g. ylogZ affects only zone Z.\n@@ -13051,15 +13051,15 @@\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(table)\n \n-def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -13101,15 +13101,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n"}]}]}]}, {"source1": "starlink-ttools-java_3.4.9-5_all.deb", "source2": "starlink-ttools-java_3.4.9-5_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-19 09:37:03.000000 debian-binary\n--rw-r--r-- 0 0 0 1228 2023-12-19 09:37:03.000000 control.tar.xz\n--rw-r--r-- 0 0 0 5193640 2023-12-19 09:37:03.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 1224 2023-12-19 09:37:03.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 5193520 2023-12-19 09:37:03.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/java/starlink-ttools-3.4.9.jar", "source2": "./usr/share/java/starlink-ttools-3.4.9.jar", "unified_diff": null, "details": [{"source1": "zipinfo -v {}", "source2": "zipinfo -v {}", "unified_diff": "@@ -172,15 +172,15 @@\n minimum file system compatibility required: MS-DOS, OS/2 or NT FAT\n minimum software version required to extract: 1.0\n compression method: deflated\n compression sub-type (deflation): normal\n file security status: not encrypted\n extended local header: no\n file last modified on (DOS date/time): 2023 Dec 19 09:37:02\n- 32-bit CRC value (hex): 4973a56c\n+ 32-bit CRC value (hex): 159ddaf9\n compressed size: 90376 bytes\n uncompressed size: 532580 bytes\n length of filename: 9 characters\n length of extra field: 0 bytes\n length of file comment: 0 characters\n disk number on which file begins: disk 1\n apparent file type: binary\n"}, {"source1": "zipdetails --redact --scan --utc {}", "source2": "zipdetails --redact --scan --utc {}", "unified_diff": "@@ -84,15 +84,15 @@\n 0002F2 Extract Zip Spec 0A '1.0'\n 0002F3 Extract OS 00 'MS-DOS'\n 0002F4 General Purpose Flag 0800\n [Bits 1-2] 0 'Normal Compression'\n [Bit 11] 1 'Language Encoding'\n 0002F6 Compression Method 0008 'Deflated'\n 0002F8 Last Mod Time 57934CA1 'Tue Dec 19 09:37:02 2023'\n-0002FC CRC 4973A56C\n+0002FC CRC 159DDAF9\n 000300 Compressed Length 00016108\n 000304 Uncompressed Length 00082064\n 000308 Filename Length 0009\n 00030A Extra Length 0000\n 00030C Filename 'XXXXXXXXX'\n 000315 PAYLOAD\n \n@@ -61994,15 +61994,15 @@\n 51F058 Extract Zip Spec 0A '1.0'\n 51F059 Extract OS 00 'MS-DOS'\n 51F05A General Purpose Flag 0800\n [Bits 1-2] 0 'Normal Compression'\n [Bit 11] 1 'Language Encoding'\n 51F05C Compression Method 0008 'Deflated'\n 51F05E Last Mod Time 57934CA1 'Tue Dec 19 09:37:02 2023'\n-51F062 CRC 4973A56C\n+51F062 CRC 159DDAF9\n 51F066 Compressed Length 00016108\n 51F06A Uncompressed Length 00082064\n 51F06E Filename Length 0009\n 51F070 Extra Length 0000\n 51F072 Comment Length 0000\n 51F074 Disk Start 0000\n 51F076 Int File Attributes 0000\n"}, {"source1": "stilts.py", "source2": "stilts.py", "unified_diff": "@@ -1486,15 +1486,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -1536,15 +1536,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n@@ -4293,15 +4293,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n sql = (String)\n Text of an SQL statement for execution. This parameter may be\n repeated, or statements may be separated by semicolon (\";\")\n@@ -4499,15 +4499,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n dbtable = (String)\n The name of the table in the SQL database which provides the\n remote data.\n@@ -4607,15 +4607,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n select = (String)\n Gives the full text (including \"SELECT\") of the SELECT\n statement to identify which rows undergo updates.\n@@ -7817,15 +7817,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -8583,15 +8583,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n projection = sin|aitoff|aitoff0|car|car0 \n (uk.ac.starlink.ttools.plot2.geom.Projection)\n Sky projection used to display the plot.\n \n The available options are:\n \n@@ -9253,15 +9253,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -9977,15 +9977,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n crowd = (Double)\n Determines how closely tick marks are spaced on the wire frame\n axes. The default value is 1, meaning normal crowding. Larger\n values result in more grid lines, and smaller values in fewer\n grid lines.\n \n@@ -10551,15 +10551,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n nvar = (Integer)\n Gives the number of quantities to be plotted against each\n other, which will be the number of cells along each side of\n the scatter plot matrix.\n \n [Default: 3]\n@@ -11288,15 +11288,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 20]\n \n ylog = true|false (Boolean)\n If false (the default), the scale on the Y axis is linear, if\n true it is logarithmic.\n \n If a zone suffix is appended to the parameter name, only that\n zone is affected, e.g. ylogZ affects only zone Z.\n@@ -13051,15 +13051,15 @@\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(table)\n \n-def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -13101,15 +13101,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n"}]}]}]}]}, {"source1": "stilts-doc_3.4.9-5_all.deb", "source2": "stilts-doc_3.4.9-5_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-19 09:37:03.000000 debian-binary\n -rw-r--r-- 0 0 0 3312 2023-12-19 09:37:03.000000 control.tar.xz\n--rw-r--r-- 0 0 0 2391244 2023-12-19 09:37:03.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 2391268 2023-12-19 09:37:03.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/stilts/sun256/sun256.html", "source2": "./usr/share/doc/stilts/sun256/sun256.html", "unified_diff": "@@ -9023,15 +9023,15 @@\n \n \n
\n User name for the SQL connection to the database.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n password = <passwd>       (String)\n
\n \n@@ -59072,15 +59072,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 20]\n

\n \n \n
\n seq = <suffix>[,...]       (String[])\n
\n \n@@ -61214,15 +61214,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 20]\n

\n \n \n
\n projection = sin|aitoff|aitoff0|car|car0       (Projection)\n
\n \n@@ -62866,15 +62866,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 20]\n

\n \n \n
\n phi = <degrees>       (Double)\n
\n \n@@ -64862,15 +64862,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 20]\n

\n \n \n
\n phi = <degrees>       (Double)\n
\n \n@@ -66610,15 +66610,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 20]\n

\n \n \n
\n seq = <suffix>[,...]       (String[])\n
\n \n@@ -68606,15 +68606,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 20]\n

\n \n \n
\n seq = <suffix>[,...]       (String[])\n
\n \n@@ -74000,15 +74000,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n \n \n

\n \n@@ -74940,15 +74940,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n where = <sql-condition>       (String)\n
\n \n@@ -75162,15 +75162,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n \n \n

\n \n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -3525,15 +3525,15 @@\n of the same name already exists, it is dropped first.\n * append: Appends to an existing table. An error results if the named\n table has the wrong structure (number or types of columns) for the\n data being written.\n [Default: create]\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for the SQL connection to the database.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n p\bpa\bas\bss\bsw\bwo\bor\brd\bd =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n Password for the SQL connection to the database.\n ===============================================================================\n *\b**\b**\b**\b**\b* 7\b7 C\bCr\bro\bos\bss\bsm\bma\bat\btc\bch\bhi\bin\bng\bg *\b**\b**\b**\b**\b*\n STILTS offers flexible and efficient facilities for crossmatching tables.\n Crossmatching is identifying different rows, which may be in the same or\n different tables, that refer to the same item. In an astronomical context such\n@@ -18098,15 +18098,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 20]\n s\bse\beq\bq =\b= <\b\b>[\b[,\b,.\b..\b..\b.]\b] ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg[\b[]\b])\b)\n Contains a comma-separated list of layer suffixes to determine the order\n in which layers are drawn on the plot. This can affect which symbol are\n plotted on top of, and so potentially obscure, which other ones.\n When specifying a plot, multiple layers may be specified, each introduced\n by a parameter layer, where is a different (arbitrary) suffix\n labelling the layer, and is appended to all the parameters specific to\n@@ -18775,15 +18775,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 20]\n p\bpr\bro\boj\bje\bec\bct\bti\bio\bon\bn =\b= s\bsi\bin\bn|\b|a\bai\bit\bto\bof\bff\bf|\b|a\bai\bit\bto\bof\bff\bf0\b0|\b|c\bca\bar\br|\b|c\bca\bar\br0\b0 ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(_\bP\bP_\br\br_\bo\bo_\bj\bj_\be\be_\bc\bc_\bt\bt_\bi\bi_\bo\bo_\bn\bn)\b)\n Sky projection used to display the plot.\n The available options are:\n * sin: rotatable sphere\n * aitoff: Hammer-Aitoff projection with lon=0 at center\n * aitoff0: Hammer-Aitoff projection with lon=180 at center\n * car: Plate Carree projection (lon/lat on Cartesian axes) with lon=0\n@@ -19308,15 +19308,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 20]\n p\bph\bhi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n First of the Euler angles, in the ZXZ sequence, defining the rotation of\n the plotted 3d space. Units are degrees. This is the rotation around the\n initial Z axis applied before the plot is viewed.\n [Default: 30]\n p\bps\bsi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n Second of the Euler angles, in the ZXZ sequence, defining the rotation of\n@@ -19947,15 +19947,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 20]\n p\bph\bhi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n First of the Euler angles, in the ZXZ sequence, defining the rotation of\n the plotted 3d space. Units are degrees. This is the rotation around the\n initial Z axis applied before the plot is viewed.\n [Default: 30]\n p\bps\bsi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n Second of the Euler angles, in the ZXZ sequence, defining the rotation of\n@@ -20526,15 +20526,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 20]\n s\bse\beq\bq =\b= <\b\b>[\b[,\b,.\b..\b..\b.]\b] ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg[\b[]\b])\b)\n Contains a comma-separated list of layer suffixes to determine the order\n in which layers are drawn on the plot. This can affect which symbol are\n plotted on top of, and so potentially obscure, which other ones.\n When specifying a plot, multiple layers may be specified, each introduced\n by a parameter layer, where is a different (arbitrary) suffix\n labelling the layer, and is appended to all the parameters specific to\n@@ -21174,15 +21174,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 20]\n s\bse\beq\bq =\b= <\b\b>[\b[,\b,.\b..\b..\b.]\b] ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg[\b[]\b])\b)\n Contains a comma-separated list of layer suffixes to determine the order\n in which layers are drawn on the plot. This can affect which symbol are\n plotted on top of, and so potentially obscure, which other ones.\n When specifying a plot, multiple layers may be specified, each introduced\n by a parameter layer, where is a different (arbitrary) suffix\n labelling the layer, and is appended to all the parameters specific to\n@@ -22794,15 +22794,15 @@\n Password for logging in to SQL database.\n s\bsq\bql\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n Text of an SQL statement for execution. This parameter may be repeated,\n or statements may be separated by semicolon (\";\") characters.\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n *\b**\b**\b**\b* B\bB.\b.2\b21\b1.\b.2\b2 E\bEx\bxa\bam\bmp\bpl\ble\bes\bs *\b**\b**\b**\b*\n Here are some examples of sqlclient:\n This sends two commands to a SQL Server database; the first one (SET\n SHOWPLAN...) sets a flag which causes the DB to return an execution plan\n rather than the result for subsequent queries, and the second makes the\n query itself. Since the password is not provided on the command line, a\n prompt for it will be issued before execution. The result is SQL Server's\n@@ -23124,15 +23124,15 @@\n Currently, the only footprints available are those provided by the CDS\n MOC (Multi-Order Coverage map) service, which covers VizieR and a few\n other cone search services.\n [Default: true]\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n w\bwh\bhe\ber\bre\be =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n An SQL expression further limiting the rows to be selected from the\n database. This will be combined with the constraints on position implied\n by the cone search centres and radii. The value of this parameter should\n just be a condition, it should not contain the WHERE keyword. A null\n value indicates no additional criteria.\n *\b**\b**\b**\b* B\bB.\b.2\b22\b2.\b.2\b2 E\bEx\bxa\bam\bmp\bpl\ble\bes\bs *\b**\b**\b**\b*\n@@ -23198,15 +23198,15 @@\n [Default: true]\n s\bse\bel\ble\bec\bct\bt =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n Gives the full text (including \"SELECT\") of the SELECT statement to\n identify which rows undergo updates.\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n *\b**\b**\b**\b* B\bB.\b.2\b23\b3.\b.2\b2 E\bEx\bxa\bam\bmp\bpl\ble\bes\bs *\b**\b**\b**\b*\n Here are some examples of sqlupdate:\n Fills in the HTMID column of a table called FIRST in the local MySQL\n database RADIO, using HTM pixel indices based on the existing right\n ascension and declination columns in that table. The HTMID column must\n exist prior to executing this command.\n ===============================================================================\n"}]}]}]}]}]}