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

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

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

│ │ │ │ - [Default: 24] │ │ │ │ + [Default: 13] │ │ │ │

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

│ │ │ │ - [Default: 24] │ │ │ │ + [Default: 13] │ │ │ │

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

│ │ │ │ - [Default: 24] │ │ │ │ + [Default: 13] │ │ │ │

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

│ │ │ │ - [Default: 24] │ │ │ │ + [Default: 13] │ │ │ │

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

│ │ │ │ - [Default: 24] │ │ │ │ + [Default: 13] │ │ │ │

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

│ │ │ │ - [Default: 24] │ │ │ │ + [Default: 13] │ │ │ │

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

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

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

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

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

│ │ │ │ - [Default: pbuilder1] │ │ │ │ + [Default: pbuilder2] │ │ │ │

│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3526,15 +3526,15 @@ │ │ │ │ │ of the same name already exists, it is dropped first. │ │ │ │ │ * append: Appends to an existing table. An error results if the named │ │ │ │ │ table has the wrong structure (number or types of columns) for the │ │ │ │ │ data being written. │ │ │ │ │ [Default: create] │ │ │ │ │ user =       (String) │ │ │ │ │ User name for the SQL connection to the database. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ password =       (String) │ │ │ │ │ Password for the SQL connection to the database. │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** 7 Crossmatching ***** │ │ │ │ │ STILTS offers flexible and efficient facilities for crossmatching tables. │ │ │ │ │ Crossmatching is identifying different rows, which may be in the same or │ │ │ │ │ different tables, that refer to the same item. In an astronomical context such │ │ │ │ │ @@ -18099,15 +18099,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 24] │ │ │ │ │ + [Default: 13] │ │ │ │ │ seq = [,...]       (String[]) │ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order │ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are │ │ │ │ │ plotted on top of, and so potentially obscure, which other ones. │ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced │ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix │ │ │ │ │ labelling the layer, and is appended to all the parameters specific to │ │ │ │ │ @@ -18776,15 +18776,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 24] │ │ │ │ │ + [Default: 13] │ │ │ │ │ projection = sin|aitoff|aitoff0|car|car0       (Projection) │ │ │ │ │ Sky projection used to display the plot. │ │ │ │ │ The available options are: │ │ │ │ │ * sin: rotatable sphere │ │ │ │ │ * aitoff: Hammer-Aitoff projection with lon=0 at center │ │ │ │ │ * aitoff0: Hammer-Aitoff projection with lon=180 at center │ │ │ │ │ * car: Plate Carree projection (lon/lat on Cartesian axes) with lon=0 │ │ │ │ │ @@ -19309,15 +19309,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 24] │ │ │ │ │ + [Default: 13] │ │ │ │ │ phi =       (Double) │ │ │ │ │ First of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ the plotted 3d space. Units are degrees. This is the rotation around the │ │ │ │ │ initial Z axis applied before the plot is viewed. │ │ │ │ │ [Default: 30] │ │ │ │ │ psi =       (Double) │ │ │ │ │ Second of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ @@ -19948,15 +19948,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 24] │ │ │ │ │ + [Default: 13] │ │ │ │ │ phi =       (Double) │ │ │ │ │ First of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ the plotted 3d space. Units are degrees. This is the rotation around the │ │ │ │ │ initial Z axis applied before the plot is viewed. │ │ │ │ │ [Default: 30] │ │ │ │ │ psi =       (Double) │ │ │ │ │ Second of the Euler angles, in the ZXZ sequence, defining the rotation of │ │ │ │ │ @@ -20527,15 +20527,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 24] │ │ │ │ │ + [Default: 13] │ │ │ │ │ seq = [,...]       (String[]) │ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order │ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are │ │ │ │ │ plotted on top of, and so potentially obscure, which other ones. │ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced │ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix │ │ │ │ │ labelling the layer, and is appended to all the parameters specific to │ │ │ │ │ @@ -21175,15 +21175,15 @@ │ │ │ │ │ parameter │ │ │ │ │ [Default: auto] │ │ │ │ │ parallel =       (Integer) │ │ │ │ │ Determines how many threads will run in parallel if animation output is │ │ │ │ │ being produced. Only used if the animate parameter is supplied. The │ │ │ │ │ default value is the number of processors apparently available to the │ │ │ │ │ JVM. │ │ │ │ │ - [Default: 24] │ │ │ │ │ + [Default: 13] │ │ │ │ │ seq = [,...]       (String[]) │ │ │ │ │ Contains a comma-separated list of layer suffixes to determine the order │ │ │ │ │ in which layers are drawn on the plot. This can affect which symbol are │ │ │ │ │ plotted on top of, and so potentially obscure, which other ones. │ │ │ │ │ When specifying a plot, multiple layers may be specified, each introduced │ │ │ │ │ by a parameter layer, where is a different (arbitrary) suffix │ │ │ │ │ labelling the layer, and is appended to all the parameters specific to │ │ │ │ │ @@ -22795,15 +22795,15 @@ │ │ │ │ │ Password for logging in to SQL database. │ │ │ │ │ sql =       (String) │ │ │ │ │ Text of an SQL statement for execution. This parameter may be repeated, │ │ │ │ │ or statements may be separated by semicolon (";") characters. │ │ │ │ │ user =       (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the current │ │ │ │ │ username. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ **** B.21.2 Examples **** │ │ │ │ │ Here are some examples of sqlclient: │ │ │ │ │ This sends two commands to a SQL Server database; the first one (SET │ │ │ │ │ SHOWPLAN...) sets a flag which causes the DB to return an execution plan │ │ │ │ │ rather than the result for subsequent queries, and the second makes the │ │ │ │ │ query itself. Since the password is not provided on the command line, a │ │ │ │ │ prompt for it will be issued before execution. The result is SQL Server's │ │ │ │ │ @@ -23125,15 +23125,15 @@ │ │ │ │ │ Currently, the only footprints available are those provided by the CDS │ │ │ │ │ MOC (Multi-Order Coverage map) service, which covers VizieR and a few │ │ │ │ │ other cone search services. │ │ │ │ │ [Default: true] │ │ │ │ │ user =       (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the current │ │ │ │ │ username. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ where =       (String) │ │ │ │ │ An SQL expression further limiting the rows to be selected from the │ │ │ │ │ database. This will be combined with the constraints on position implied │ │ │ │ │ by the cone search centres and radii. The value of this parameter should │ │ │ │ │ just be a condition, it should not contain the WHERE keyword. A null │ │ │ │ │ value indicates no additional criteria. │ │ │ │ │ **** B.22.2 Examples **** │ │ │ │ │ @@ -23199,15 +23199,15 @@ │ │ │ │ │ [Default: true] │ │ │ │ │ select =       (String) │ │ │ │ │ Gives the full text (including "SELECT") of the SELECT statement to │ │ │ │ │ identify which rows undergo updates. │ │ │ │ │ user =       (String) │ │ │ │ │ User name for logging in to SQL database. Defaults to the current │ │ │ │ │ username. │ │ │ │ │ - [Default: pbuilder1] │ │ │ │ │ + [Default: pbuilder2] │ │ │ │ │ **** B.23.2 Examples **** │ │ │ │ │ Here are some examples of sqlupdate: │ │ │ │ │ Fills in the HTMID column of a table called FIRST in the local MySQL │ │ │ │ │ database RADIO, using HTM pixel indices based on the existing right │ │ │ │ │ ascension and declination columns in that table. The HTMID column must │ │ │ │ │ exist prior to executing this command. │ │ │ │ │ ===============================================================================