2010-05-13T00:42:29 *** gmartin_cn has quit IRC 2010-05-13T05:46:59 *** tclarke has joined #opticks 2010-05-13T05:46:59 *** ChanServ sets mode: +o tclarke 2010-05-13T06:04:06 *** kstreith has quit IRC 2010-05-13T06:04:15 *** kstreith has joined #opticks 2010-05-13T06:04:15 *** ChanServ sets mode: +o kstreith 2010-05-13T06:33:46 *** goffena has quit IRC 2010-05-13T06:36:24 *** goffena has joined #opticks 2010-05-13T07:26:30 *** yuguess has joined #opticks 2010-05-13T07:28:50 Hello, Sir 2010-05-13T07:33:10 *** dadkins has joined #opticks 2010-05-13T07:33:41 *** dsulgrov has joined #opticks 2010-05-13T07:45:59 hello 2010-05-13T07:46:10 we're moving offices today so people may be a little sporatic on IRC 2010-05-13T07:46:13 what can I help you with? 2010-05-13T08:05:20 Hi 2010-05-13T08:06:55 I have some troubles in compiling the Opticks code 2010-05-13T08:07:11 I download the Opticks code from you GitHub space 2010-05-13T08:07:30 which contains 55 projects 2010-05-13T08:08:59 when I compiling that "huge" vs2005 solution 2010-05-13T08:09:08 it keep telling such errors 2010-05-13T08:09:19 Error 33 error PRJ0019: A tool returned an error code from "Updating Build Revision..." 2010-05-13T08:09:21 ah 2010-05-13T08:09:39 that runs a python script to generate BuildRevision.h which contains the SVN revision number 2010-05-13T08:09:41 requires a SVN checkout 2010-05-13T08:09:46 is that your only error? 2010-05-13T08:09:50 we can find a workaround for that 2010-05-13T08:11:13 so... I should run that python script first to generate "BuildRevision.h" 2010-05-13T08:11:20 One question 2010-05-13T08:11:20 yeah, try running it yourself, update-build-revision.py 2010-05-13T08:11:23 en 2010-05-13T08:11:26 one more question 2010-05-13T08:11:28 go ahead 2010-05-13T08:13:24 should I create a new DescriptorId , if I write a new plugin ? 2010-05-13T08:14:12 yes 2010-05-13T08:15:25 if opticks detect 2 or more plug-ins with the same id, it randomly picks and only loads one 2010-05-13T08:15:34 Ok, thanks : ) 2010-05-13T08:30:36 *** gmartin_cn has joined #opticks 2010-05-13T09:16:54 *** rforehan has joined #opticks 2010-05-13T09:49:46 *** gmartin_cn has quit IRC 2010-05-13T10:39:59 *** dsulgrov has quit IRC 2010-05-13T11:35:05 *** Mikeeey has joined #opticks 2010-05-13T11:35:25 I'm trying to open a .cube HSI file given the following information: 2010-05-13T11:35:37 The cube is in BIL format. 2010-05-13T11:35:47 The header file is 32,678 bits. 2010-05-13T11:35:52 The actual HS data words are shorts. 2010-05-13T11:36:13 Is that possible? The provider says that they open fine in ENVI but I can't seem to come up with a way to do it in Opticks. 2010-05-13T11:38:56 how are you trying to import them? 2010-05-13T11:39:05 using the import data dialog or drag and drop? 2010-05-13T11:41:13 I'm using the import dialog 2010-05-13T11:41:24 have you tried using the options? there's a button there whichs spawns a dialog to help diagnose this sort of issue 2010-05-13T11:43:00 and when you try to load the file, do you see an error message? if so, what does it tell you? 2010-05-13T11:43:21 It tells me "This file was not recognized by an importer." 2010-05-13T11:43:30 "Please enter the requested information to load this file using the Generic Importer" 2010-05-13T11:45:13 are the header and data files separate? 2010-05-13T11:45:29 Nope, all one file 2010-05-13T11:45:34 I have the file and then those three lines of text 2010-05-13T11:45:40 I don't think it's enough information to get it to open 2010-05-13T11:46:23 when the import options dialog shows up, you need to do to the File tab 2010-05-13T11:46:28 enter the information on number of rows, cols, bands 2010-05-13T11:46:31 set the interleave to BIL 2010-05-13T11:46:38 add the number of header bytes and set the bits per element to 16 2010-05-13T11:48:49 then go to the Data tab and set the data type to 2-byte (signed or unsigned as appropriate 2010-05-13T11:49:54 Isn't the header offset 32768 bytes and not 32678 bits? 2010-05-13T11:53:06 I've got to run, back in an hour. 2010-05-13T11:53:16 How do I figure out the rows and columns? 2010-05-13T12:05:42 Figured it out. Thanks a lot guys! 2010-05-13T12:07:32 does your data now load correctly? 2010-05-13T12:08:09 It loaded, but a little distorted. I may be off with one of my parameters. I'm guessing and checking now. 2010-05-13T12:08:12 At least it's loading something. 2010-05-13T12:11:46 It's loading with the bottom 1/5 of the image attached to the top 2010-05-13T12:11:53 or rather left 1/5 attached to the right 2010-05-13T12:12:26 sounds like one of your parameters is off....is there a header file or information on the file's header available? you can use that to verify the parameters 2010-05-13T12:14:09 I wish. The data is a black box to me other than the 3 parameters they gave me 2010-05-13T12:14:21 I guessed at the rows and columns (512x512) and it seemed to work 2010-05-13T12:14:27 sounds like you might be off on the width 2010-05-13T12:14:38 does the offset appear to be "walking" across the image as you move down? 2010-05-13T12:14:41 or does it appear to be a constant offset? 2010-05-13T12:14:43 There is also striping in the image left to right 2010-05-13T12:14:57 appears to be constant 2010-05-13T12:15:13 sounds like the header size may be incorrect 2010-05-13T12:15:21 the striping might indicate there is extra info between rows of data as well 2010-05-13T12:15:34 without any other information on the format or the header information, you may need to play around a little bit 2010-05-13T12:17:45 Yeah, understood. It's guess and check from here without the rest of the information. 2010-05-13T12:57:44 *** tclarke has quit IRC 2010-05-13T13:10:21 *** dsulgrov has joined #opticks 2010-05-13T13:18:34 *** epifanio has quit IRC 2010-05-13T13:18:48 *** Mikeeey has quit IRC 2010-05-13T13:22:30 back 2010-05-13T13:25:42 *** epifanio has joined #opticks 2010-05-13T13:40:02 *** epifanio has quit IRC 2010-05-13T13:46:43 *** epifanio has joined #opticks 2010-05-13T13:59:27 *** dsulgrov has quit IRC 2010-05-13T16:32:45 *** epifanio has quit IRC 2010-05-13T17:25:39 *** yuguess has quit IRC 2010-05-13T17:57:27 *** rforehan has left #opticks 2010-05-13T19:56:51 New news from nightlybuilds: Opticks4.4Dev-Nightly-Linux #15 (SUCCESS)