kapadia / volumetric.js

A WebGL library to easily create volumetric renderings of scientific data
MIT License
4 stars 0 forks source link

examples/data/L1448_13CO.fits not found #1

Open Flolagale opened 11 years ago

Flolagale commented 11 years ago

Hi, I am trying to run the simple-volumetric-rendering.html example and this file seems to be missing: examples/data/L1448_13CO.fits Any ideas? Thanks

kapadia commented 11 years ago

@Flolagale Hi, I've updated the repo to include a "Getting Started" section in README.md. Follow those instructions and you'll have a nice volume rendering :)

Flolagale commented 11 years ago

Thanks a lot. I'll try it tonight.

Flolagale commented 11 years ago

Hey actually the html examples try to load ../lib/volumetric.js, I assume this should be changed to ../dist/volumetric.js (no big deal here). However, I know nothing about astrophysics, I would like to use volumetric.js for other types of scientific data. Would it be possible to include a sample FITS file to see the simple demo running? Thanks again.

kapadia commented 11 years ago

@Flolagale Yep, it's meant to be dist. Make sure to pull the latest changes, as that was updated: https://github.com/kapadia/volumetric.js/blob/4e02b58abd811a55a98b71512559037f70e7e081/examples/simple-volumetric-rendering.html#L7

The setup.sh script will download the FITS file needed in the example.

This library was built to be agnostic to the data format, so it should work with any data once it has been parsed. Just curious, which format do you work with?