To reproduce:
1) vdccreate -dimension 10x10x10 -vars3d myVar bov.vdc
2) Load bov.vdc into Vapor, and a domain cube will be shown.
3) Optional: create a renderer note the extents in the geometry tab (0:0:0:0:0:0)
4) raw2vdc -varname myVar ~/bov5.vdc ~/bov.bin
5) Load bov.vdc into vapor and no domain is shown. Extents are now 4.5:4.5:4.5:4.5:4.5:4.5?
To reproduce: 1) vdccreate -dimension 10x10x10 -vars3d myVar bov.vdc 2) Load bov.vdc into Vapor, and a domain cube will be shown. 3) Optional: create a renderer note the extents in the geometry tab (0:0:0:0:0:0)
4) raw2vdc -varname myVar ~/bov5.vdc ~/bov.bin 5) Load bov.vdc into vapor and no domain is shown. Extents are now 4.5:4.5:4.5:4.5:4.5:4.5?
bov.bin.zip
Solution? The -extents flag defaults to an empty string with vdccreate. Maybe set it to 0:0:0:1:1:1?