cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar
nikles
Level VI

Help on opening hdf5 files

Hi,

 

I'm trying to use JMP to open a hdf5 file using a script.  I can successfully open it using the Open() command:

blobpath = "/Documents/myblob";
dtblob_lis = Open(blobpath);

but I get a pop-up asking which data set I'd like to open: 

nikles_0-1734559582775.png

My question: is there an option in the Open() command I could use to specify which data set within the blob I wish to open, and avoid the pop-up?  Thanks.

5 REPLIES 5
hogi
Level XII

Re: Help on opening hdf5 files

... and is there a way to record the action?

hogi
Level XII

Re: Help on opening hdf5 files

as an alternative: use h5py.
very smooth sinde JMP18 : )

nikles
Level VI

Re: Help on opening hdf5 files

Unfortunately my org has not adopted JMP18 yet.

hogi
Level XII

Re: Help on opening hdf5 files

LearnBot: the same.
refreshingly honest : )

hogi_0-1734565267266.png

nikles
Level VI

Re: Help on opening hdf5 files

That was the first thing I tried.  No, there is no apparent recording of actions in the log or in the table(s) that are created.