2010-06-16T04:39:43 *** goffena has joined #opticks 2010-06-16T05:00:00 *** sbmiller has joined #opticks 2010-06-16T05:13:25 *** gmartin_cn has joined #opticks 2010-06-16T05:13:37 *** gmartin_cn has quit IRC 2010-06-16T05:46:47 *** tclarke has joined #opticks 2010-06-16T05:46:47 *** ChanServ sets mode: +o tclarke 2010-06-16T07:41:12 *** kstreith has quit IRC 2010-06-16T07:41:22 *** kstreith has joined #opticks 2010-06-16T07:41:23 *** ChanServ sets mode: +o kstreith 2010-06-16T08:12:29 *** sbmiller has quit IRC 2010-06-16T08:17:13 *** sbmiller has joined #opticks 2010-06-16T11:24:26 *** dsulgrov has joined #opticks 2010-06-16T12:15:08 *** GitHub81 has joined #opticks 2010-06-16T12:15:08 coan: master Trevor Clarke * 3788c4b (2 files in 1 dirs): Sub-frame processing implemented. ... - http://bit.ly/dudaDp 2010-06-16T12:15:08 *** GitHub81 has left #opticks 2010-06-16T12:25:53 . 2010-06-16T12:25:53 . 2010-06-16T12:25:53 . 2010-06-16T12:26:28 How does one get the vector of ImportDescriptors to pass to ImporterResource? 2010-06-16T12:26:46 ImporterResource can get the vector itself if necessary 2010-06-16T12:26:57 simply create the resource with just the importer name 2010-06-16T12:29:56 the capability to set the import descriptors is to import a specific data configuration with a specific importer (e.g. importing data from the MRU file list) 2010-06-16T12:34:01 So i will have 2 importer resources, like in the following? 2010-06-16T12:34:02 http://pastebin.com/4hwn6hgE 2010-06-16T12:35:23 obviously i would modify the vector of ImportDescriptors before passing to the second ImporterResource. 2010-06-16T12:36:02 that will work, but you do not need to use two separate resources 2010-06-16T12:36:19 get the import descriptors from the resource, modify them, and then set the modified descriptors back into the resource using setDatasets() 2010-06-16T12:37:54 if you are just modifying the contents of the import descriptors, you don't need to call setDatasets() 2010-06-16T12:38:03 because the internal pointers will be the same 2010-06-16T12:40:23 i think my questions are answered. thanks. 2010-06-16T13:44:46 *** tclarke has quit IRC 2010-06-16T13:55:18 *** dsulgrov has quit IRC