2010-06-18T04:57:51 *** sbmiller has joined #opticks 2010-06-18T05:00:17 *** goffena has joined #opticks 2010-06-18T05:03:13 *** tclarke has joined #opticks 2010-06-18T05:03:13 *** ChanServ sets mode: +o tclarke 2010-06-18T05:21:18 *** dsulgrov has joined #opticks 2010-06-18T06:55:55 *** yuguess has joined #opticks 2010-06-18T07:10:36 *** yuguess has quit IRC 2010-06-18T07:56:18 *** yuguess has joined #opticks 2010-06-18T08:56:26 *** gmartin_cn has joined #opticks 2010-06-18T09:05:25 *** yuguess has quit IRC 2010-06-18T12:07:44 . 2010-06-18T12:07:44 . 2010-06-18T12:08:09 HdfImporterShell::validateDefaultOnDiskReadOnly() 2010-06-18T12:09:29 Is not marked as virtual in HdfImporterShell header file 2010-06-18T12:09:48 Is there any reason why it is not marked as virtual? 2010-06-18T12:10:16 HdfImporterShell inherits from RasterElementImporterShell, and RasterElementImporterShell marks validateDefaultOnDiskReadOnly as virtual. 2010-06-18T12:10:28 it doesn't need to be...it's virtual in the base class so it's automatically virtual in HDFImporterShell 2010-06-18T12:11:34 I understand it doesn't need to be 2010-06-18T12:11:36 we try and mark the sub-classes as virtual to avoid this sort of confusion 2010-06-18T12:11:40 i thought it was common convention to mark it as virtual anyways 2010-06-18T12:11:42 but we haven't changed some of the older classes 2010-06-18T12:11:44 this one just got missed 2010-06-18T12:11:46 ok. 2010-06-18T12:11:51 i only care, because i almost didn't realize it was a virtual method. 2010-06-18T12:11:57 we do have an ongoing JIRA issue to bring the whole codebase up to our coding standards and we do a bit at a time 2010-06-18T12:12:01 so it should get fixed at some point 2010-06-18T12:12:03 as i was looking at the derived class and not seeing it marked as virtual. 2010-06-18T12:12:11 that's why we try and mark them that way...but it's a recent convention on our part (a year or so old) 2010-06-18T12:12:16 my question is answered. thanks. 2010-06-18T12:12:16 . 2010-06-18T12:14:12 just talked to dave...he's got a patch with a lot of that stuff updated...it's been waiting for us to have time for the massive code review that will be required 2010-06-18T12:14:21 we may start pushing smaller subsets of it in each release...starting with the SDK classes 2010-06-18T12:15:55 good to know 2010-06-18T12:27:15 . 2010-06-18T12:28:39 is there anything in the HdfImporter architecture that will prevent subsetting by band for BSQ data? 2010-06-18T12:28:45 other than the aforementioned validate method? 2010-06-18T12:30:47 thinking... 2010-06-18T12:32:26 keep in mind i understand we wouldn't have official support 2010-06-18T12:32:31 it won't work right now 2010-06-18T12:34:44 in a limited test case (hdf5 file 6 datasets), it seemed to work 2010-06-18T12:34:44 the Hdf5Pager uses .activeNumber() 2010-06-18T12:34:49 it must use .onDiskNumber 2010-06-18T12:35:03 how big of a change is it? 2010-06-18T12:35:11 5 minutes, 1 hour, 1 day, 1 week. 2010-06-18T12:35:14 depends 2010-06-18T12:35:18 5 minutes to enable it for BSQ 2010-06-18T12:35:23 technically the Hdf5 library would let us enable for BIP and BIL 2010-06-18T12:35:29 but the Hdf5Pager would need a bit more work to enable the right hyperslab selection 2010-06-18T12:37:11 i think changes to the validate and the Hdf5Pager would get it to work 2010-06-18T12:37:28 if i submit a patch Monday, what version of Opticks could we get the patch into? 2010-06-18T12:39:21 that's a dsulgrov question 2010-06-18T12:41:11 hard to say without seeing the patch 2010-06-18T12:41:34 we can certainly evaluate the patch in the context of the issue to come up with a level of effort 2010-06-18T12:42:01 that level of effort to integrate the patch will be the factor that decides in what release it can be implemented 2010-06-18T12:43:28 i don't think it would be binary breaking so it could go into 4.4.0 or 4.4.1 2010-06-18T12:43:35 don't think if it missed 4.4.0 it would have to hold till 4.5.0 2010-06-18T12:46:27 spoke with tjohnson. tjohnson guessed it was probably to late 4.4.0, but 4.4.1 would be ok. 2010-06-18T12:46:27 New news from nightlybuilds: EXTRAS-30-Windows-Public #8 (SUCCESS) 2010-06-18T12:47:52 So i need to create/submit a patch, and create a JIRA issue, correct? 2010-06-18T12:48:23 correct 2010-06-18T12:48:29 send the patch to me 2010-06-18T12:50:36 will do 2010-06-18T12:50:37 thanks 2010-06-18T13:52:47 *** dsulgrov has quit IRC 2010-06-18T14:15:00 *** kstreith has quit IRC 2010-06-18T17:19:16 *** gmartin_cn has quit IRC