* 7 - "weak common" - like common, but enable small individual variations (for a price) - not yet implemented, will have separate weight fixed/floating
* 7 - "weak common" - like common, but enable small individual variations (for a price)
* 8 - "weak station" - like per-station, but enable individual (for a price)
*
+====================+===========+===========+
...
...
@@ -211,6 +211,10 @@ I* - special case when the subcamera is being adjusted/replaced. How to deal wit
XMLConfigurationhConfig=null;
try{
hConfig=newXMLConfiguration(pathname);
hConfig.setListDelimiter((char)0);
hConfig.setDelimiterParsingDisabled(true);
hConfig.setAttributeSplittingDisabled(true);
}catch(ConfigurationExceptione){
// TODO Auto-generated catch block
e.printStackTrace();
...
...
@@ -303,9 +307,9 @@ I* - special case when the subcamera is being adjusted/replaced. How to deal wit