ISET / iset3d-v3

LEGACY: Replaced by iset3d (v4) -- Read a PBRT file. Edit the parameters. Render an ISET scene or optical image.
MIT License
36 stars 8 forks source link

Issues with validatedcm in piDCM2angle.m #15

Open tlian7 opened 5 years ago

tlian7 commented 5 years ago

The new piDCM2angle.m function seems to fail for certain scenes, where previously dcm2angle.mworked.

I've commented out the offending function (validatedcm) for now, but if we uncomment it and try to load one of the sceneEye scenes:

scene3d = sceneEye('lettersAtDepth');

it errors out saying:

Error using piDCM2angle>validatedcm (line 88)
Assertion failed.

The scene worked previously with dcm2angle.m. Until we figure out what's going on, I've removed the validatedcm step.