--- /srv/reproducible-results/rbuild-debian/r-b-build.tS08D2MC/b1/starjava-ttools_3.4.7-4_i386.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.tS08D2MC/b2/starjava-ttools_3.4.7-4_i386.changes
├── Files
│ @@ -1,6 +1,6 @@
│
│ - dcc695a87bd9cf92d69279a659def29a 61312 java optional jython-stilts_3.4.7-4_all.deb
│ + 71346a9111257148abe8d85af473d1ec 61312 java optional jython-stilts_3.4.7-4_all.deb
│ 42bce0de7077acc4ab1784124606bed1 1166020 doc optional starlink-ttools-java-doc_3.4.7-4_all.deb
│ - d77cd744e592163a8bf03a6742e6e41a 4832048 java optional starlink-ttools-java_3.4.7-4_all.deb
│ - fcaf7ab4f52e3e1c3a06c498f9c5a4c9 2251112 doc optional stilts-doc_3.4.7-4_all.deb
│ + 4ea69fdffa73dca01b7e1e1ab0a34a55 4831292 java optional starlink-ttools-java_3.4.7-4_all.deb
│ + 27840378556aaef57af2a596ea57f299 2251096 doc optional stilts-doc_3.4.7-4_all.deb
│ e1d15885940400eb46088b856d143c54 207196 science optional stilts_3.4.7-4_all.deb
├── jython-stilts_3.4.7-4_all.deb
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/jython/Lib/site-packages/stilts.py
│ │ │ │ @@ -1421,15 +1421,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)
│ │ │ │ @@ -1471,15 +1471,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))
│ │ │ │ @@ -4186,15 +4186,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 (";")
│ │ │ │ @@ -4392,15 +4392,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.
│ │ │ │ @@ -4500,15 +4500,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.
│ │ │ │ @@ -7582,15 +7582,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: 10]
│ │ │ │ + [Default: 18]
│ │ │ │
│ │ │ │ xlog = true|false (Boolean)
│ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ true it is logarithmic.
│ │ │ │
│ │ │ │ [Default: false]
│ │ │ │
│ │ │ │ @@ -8280,15 +8280,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: 10]
│ │ │ │ + [Default: 18]
│ │ │ │
│ │ │ │ projection = sin|aitoff|aitoff0|car|car0
│ │ │ │ (uk.ac.starlink.ttools.plot2.geom.Projection)
│ │ │ │ Sky projection used to display the plot.
│ │ │ │
│ │ │ │ The available options are:
│ │ │ │
│ │ │ │ @@ -8934,15 +8934,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: 10]
│ │ │ │ + [Default: 18]
│ │ │ │
│ │ │ │ xlog = true|false (Boolean)
│ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ true it is logarithmic.
│ │ │ │
│ │ │ │ [Default: false]
│ │ │ │
│ │ │ │ @@ -9658,15 +9658,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: 10]
│ │ │ │ + [Default: 18]
│ │ │ │
│ │ │ │ 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.
│ │ │ │
│ │ │ │ @@ -10271,15 +10271,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: 10]
│ │ │ │ + [Default: 18]
│ │ │ │
│ │ │ │ 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.
│ │ │ │ @@ -11850,15 +11850,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)
│ │ │ │ @@ -11900,15 +11900,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.7-4_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2023-01-08 10:17:43.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1216 2023-01-08 10:17:43.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 4830640 2023-01-08 10:17:43.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 4829884 2023-01-08 10:17:43.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.7.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 Jan 8 10:17:42
│ │ │ │ │ - 32-bit CRC value (hex): 298e1d58
│ │ │ │ │ + 32-bit CRC value (hex): 774d2787
│ │ │ │ │ compressed size: 82354 bytes
│ │ │ │ │ uncompressed size: 481521 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
│ │ │ │ ├── stilts.py
│ │ │ │ │ @@ -1421,15 +1421,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)
│ │ │ │ │ @@ -1471,15 +1471,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))
│ │ │ │ │ @@ -4186,15 +4186,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 (";")
│ │ │ │ │ @@ -4392,15 +4392,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.
│ │ │ │ │ @@ -4500,15 +4500,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.
│ │ │ │ │ @@ -7582,15 +7582,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │
│ │ │ │ │ xlog = true|false (Boolean)
│ │ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ │ true it is logarithmic.
│ │ │ │ │
│ │ │ │ │ [Default: false]
│ │ │ │ │
│ │ │ │ │ @@ -8280,15 +8280,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │
│ │ │ │ │ projection = sin|aitoff|aitoff0|car|car0
│ │ │ │ │ (uk.ac.starlink.ttools.plot2.geom.Projection)
│ │ │ │ │ Sky projection used to display the plot.
│ │ │ │ │
│ │ │ │ │ The available options are:
│ │ │ │ │
│ │ │ │ │ @@ -8934,15 +8934,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │
│ │ │ │ │ xlog = true|false (Boolean)
│ │ │ │ │ If false (the default), the scale on the X axis is linear, if
│ │ │ │ │ true it is logarithmic.
│ │ │ │ │
│ │ │ │ │ [Default: false]
│ │ │ │ │
│ │ │ │ │ @@ -9658,15 +9658,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │
│ │ │ │ │ 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.
│ │ │ │ │
│ │ │ │ │ @@ -10271,15 +10271,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │
│ │ │ │ │ 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.
│ │ │ │ │ @@ -11850,15 +11850,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)
│ │ │ │ │ @@ -11900,15 +11900,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.7-4_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2023-01-08 10:17:43.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 3248 2023-01-08 10:17:43.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 2247672 2023-01-08 10:17:43.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 2247656 2023-01-08 10:17:43.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
│ │ │ │ @@ -8621,15 +8621,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ password = <passwd>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -42303,15 +42303,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 10
]
│ │ │ │ + [Default: 18
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ seq = <suffix>[,...]
(String[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -44278,15 +44278,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 10
]
│ │ │ │ + [Default: 18
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ projection = sin|aitoff|aitoff0|car|car0
(Projection)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -45930,15 +45930,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 10
]
│ │ │ │ + [Default: 18
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ phi = <degrees>
(Double)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -47926,15 +47926,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 10
]
│ │ │ │ + [Default: 18
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ phi = <degrees>
(Double)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -49677,15 +49677,15 @@
│ │ │ │ Only used if the animate
│ │ │ │ parameter is supplied.
│ │ │ │ The default value is the number of processors apparently
│ │ │ │ available to the JVM.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: 10
]
│ │ │ │ + [Default: 18
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ seq = <suffix>[,...]
(String[])
│ │ │ │
│ │ │ │
│ │ │ │ @@ -54887,15 +54887,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ @@ -55827,15 +55827,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ where = <sql-condition>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -56049,15 +56049,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -3392,15 +3392,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
│ │ │ │ │ @@ -14421,15 +14421,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │ 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
│ │ │ │ │ @@ -15044,15 +15044,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │ 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
│ │ │ │ │ @@ -15577,15 +15577,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │ 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
│ │ │ │ │ @@ -16216,15 +16216,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │ 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
│ │ │ │ │ @@ -16797,15 +16797,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: 10]
│ │ │ │ │ + [Default: 18]
│ │ │ │ │ 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
│ │ │ │ │ @@ -18357,15 +18357,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.20.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
│ │ │ │ │ @@ -18687,15 +18687,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.21.2 Examples ****
│ │ │ │ │ @@ -18761,15 +18761,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.22.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.
│ │ │ │ │ ===============================================================================