Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse saved object with combineData() and showDigitizedImage() #16
Comments
|
Will be in v0.0.10 |
Currently,
combineData()andshowDigitizedImage()only work when given a string that indicates a filename with the pertinent data. These functions do not work if a single object saved fromcollectRadiiData()is given as an argument, though the pertinent information is available. Fix this.