Search found 32 matches

by amsayer
Thu Mar 01, 2018 1:43 pm America/New_York
Forum: Home
Question: Difficulty installing SeaDAS 7.4 OCSSW packages on linux
Replies: 7

Difficulty installing SeaDAS 7.4 OCSSW packages on linux

Also, since it is probably relevant, my OS is CentOS 6.9. And these are my installed software versions:

- git version 1.7.1
- curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
- GNU bash, version 4.1.2(2)-release (x86_64-redhat-linux-gnu)
- Python 2.6.6
by amsayer
Thu Mar 01, 2018 1:34 pm America/New_York
Forum: Home
Question: Difficulty installing SeaDAS 7.4 OCSSW packages on linux
Replies: 7

Difficulty installing SeaDAS 7.4 OCSSW packages on linux

Hi all,I've been trying to install SeaDAS 7.4 and OCSSW packages on a 64-bit linux machine here, and have run into a problem. I got the files and am going through the instructions here: https://seadas.gsfc.nasa.gov/downloads/I have successfully installed SeaDAS 7.4 using the "SeaDAS Visuali...
by amsayer
Thu Mar 01, 2018 12:45 pm America/New_York
Forum: Home
Question: L1/L2 Browser error for large searches
Replies: 8

L1/L2 Browser error for large searches

Sounds good, thanks! This order will be it from me for the moment, but it's possible I will pull another large order in a few months. If I have similar issues again I'll update you, but if not then consider no news is good news. :)

Andy
by amsayer
Thu Mar 01, 2018 11:30 am America/New_York
Forum: Home
Question: L1/L2 Browser error for large searches
Replies: 8

L1/L2 Browser error for large searches

Thanks! So, an update:- On Google Chrome I still get the timeout.- On Firefox I don't get the timeout there. But on the next order screen (where I select that I want extracts and the L1 data only), I get the same error message after pressing 'review order'. After a few times trying, it e...
by amsayer
Thu Mar 01, 2018 9:55 am America/New_York
Forum: Home
Question: L1/L2 Browser error for large searches
Replies: 8

L1/L2 Browser error for large searches

FYI I came online to post about a similar timeout error I am having today from the L1/L2 browser (https://oceancolor.gsfc.nasa.gov/cgi/browse.pl). In my case I am after SeaWiFS GAC level 1 data, whole mission, 20W-20E and 30S-10N. I haven't done this type of search in a few years but it used to ...
by amsayer
Fri Jan 17, 2014 10:10 am America/New_York
Forum: Home
Question: HICO level 1b data - true_color SDS
Replies: 8

HICO level 1b data - true_color SDS

Just wanted to post that this is some code to reorder the array and produce an equivalent to Norman's, in IDL:d = h5d_open(fid,'images/true_color')tc = H5D_READ(d)npts=512l*2000l ; Size of the granuletc2=tctc2[0,*,*]=tc[0:npts-1]tc2[1,*,*]=tc[npts:2*npts-1]tc2[2,*,*]=tc[2*npts:3*npts-1]t...
by amsayer
Fri Jan 17, 2014 9:57 am America/New_York
Forum: Home
Question: HICO level 1b data - latitudes/longitudes not quite correct
Replies: 7

HICO level 1b data - latitudes/longitudes not quite correct

Hi Norman,Thanks for your response. Yes, I can imagine that geolocation from the ISS has different challenges than the polar orbiters I am more used to! I hope my comments are not taken as criticism - that is not my intention, and I am continually amazed by how well all this technology and processin...
by amsayer
Fri Jan 17, 2014 9:29 am America/New_York
Forum: Home
Question: HICO level 1b data - latitudes/longitudes not quite correct
Replies: 7

HICO level 1b data - latitudes/longitudes not quite correct

Hi all,I have another quick question with HICO. I am trying to map a scene (same one as in my last topic, H2011140064744.L1B_ISS), and it's mostly going great, except there appears to be a slight shift in the longitudes (and possibly a smaller in latitudes) from where they should be. This is usi...
by amsayer
Fri Jan 17, 2014 8:36 am America/New_York
Forum: Home
Question: HICO level 1b data - true_color SDS
Replies: 8

HICO level 1b data - true_color SDS

Thanks, Norman. And yes, I hope that they are able to get it working again!
by amsayer
Thu Jan 16, 2014 3:46 pm America/New_York
Forum: Home
Question: HICO level 1b data - true_color SDS
Replies: 8

HICO level 1b data - true_color SDS

Hi Norman, thanks for the reply. I will see if I can find some transform which allows things to come out correctly. But if you do an h5dump of the file it does suggest it is supposed to be a 3 by x by y array:   GROUP "images" {      DATASET "true_color" ...