Changes

Summary

  1. more test URIs.
  2. release notes
  3. support ROW_PREFIX_BYTES and ROW_SUFFIX_BYTES, which are typically 0.
  4. correct recLength, which should be recordBytes, not rowBytes.
  5. keep track of the delegate_uri
  6. support datatype "UNSIGNED_INTEGER" with 1 byte.
  7. bugfix: bytes was incorrect when items>1, normalize bytes by items.
  8. support /project/cassini/pds/DATA/RPWS_WAVEFORM_FULL/T20090XX/T2009096/T2009096_2_5KHZ1_WFRFR.LBL
  9. documentation improvements
  10. allow LABEL to come from "LABEL" common directory.
  11. correct bug in getDataSets, where a monitor being finished wasn't considered.
  12. appendResultsPendingCSV should be synchronized so that threads don't step on one another.
Revision 27694 by jbfaden:
more test URIs.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.mdautoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md
Revision 27693 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27692 by jbfaden:
support ROW_PREFIX_BYTES and ROW_SUFFIX_BYTES, which are typically 0.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27691 by jbfaden:
correct recLength, which should be recordBytes, not rowBytes.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27690 by jbfaden:
keep track of the delegate_uri
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27689 by jbfaden:
support datatype "UNSIGNED_INTEGER" with 1 byte.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27688 by jbfaden:
bugfix: bytes was incorrect when items>1, normalize bytes by items.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27687 by jbfaden:
support /project/cassini/pds/DATA/RPWS_WAVEFORM_FULL/T20090XX/T2009096/T2009096_2_5KHZ1_WFRFR.LBL
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27686 by jbfaden:
documentation improvements
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/FilePointer.javaautoplot/PDSDataSource/src/org/autoplot/pds/FilePointer.java
Revision 27685 by jbfaden:
allow LABEL to come from "LABEL" common directory.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27684 by jbfaden:
correct bug in getDataSets, where a monitor being finished wasn't considered.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Util.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Util.java
Revision 27683 by jbfaden:
appendResultsPendingCSV should be synchronized so that threads don't step on one another.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java