Search found 705 matches
- Tue Apr 11, 2017 7:37 am America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
You seem to have all the right ingredients. Have you tried running update_luts.py --verbose ... from the command line with the python2 environment? You can also try: /Users/astridleitner/anaconda3/envs/python2/bin/python $OCSSWROOT/run/scripts/update_luts.py --verbose ....If that w...
- Fri Apr 07, 2017 9:46 pm America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
If it is any comfort, you are not the only one having this problem. It may be helpful to others if you provide more complete details of your misbehaving configuration. So far I have seen systems (both macOS and linux) with a suitable python installed but the PATH variable set to us...
- Fri Apr 07, 2017 11:09 am America/New_York
- Forum: Home
- Question: Exporting GeoTIFFs in SeaDAS 7.4 and Displaying Them in ArcMap 10.4.1
- Replies: 1
Exporting GeoTIFFs in SeaDAS 7.4 and Displaying Them in ArcMap 10.4.1
I suspect the relevant change in SeaDAS 7 is the use of a "TrueColour" graphics model. SeaDAS 6 used 8-bit colour, so your previous GeoTiffs probably had a single band and a colour LUT. There are tools you can use to check if this is the case (e.g., ImageMagick's "iden...
- Tue Mar 21, 2017 2:18 pm America/New_York
- Forum: Home
- Question: OCSSW install error
- Replies: 7
OCSSW install error
When the seadas GUI misbehaves you can start it in debug mode (in a terminal) using "<seadas_install_dir>/bin/seadas-d.sh". There may be hints in "<seadas_install_dir>/bin/stderr.log". Look for files of the form "$HOME/hs_err*" (see Java Hotspot errors)....
- Tue Mar 21, 2017 6:25 am America/New_York
- Forum: Home
- Question: OCSSW install error
- Replies: 7
OCSSW install error
If you search for ubuntu and git you should see (2nd topic on my search): Update the ocssw processors failed with instructions for building git in Ubuntu 14.04. This is a bit messy, so you might prefer to upgrade to Ubuntu 16.04 (LTS).
- Fri Mar 17, 2017 3:45 am America/New_York
- Forum: Home
- Question: Chlorophyll-A algorithm question
- Replies: 5
Chlorophyll-A algorithm question
The factor of two comes from the double length of the path down and back up. The simple exponential formula gives a rough and ready approximation for the contribution from various depths, so Kd_490 can be used "for purposes of illustration".
- Thu Mar 16, 2017 9:29 am America/New_York
- Forum: Home
- Question: viirsn processing after SeaDAS 7.4 upgrade
- Replies: 13
viirsn processing after SeaDAS 7.4 upgrade
Thanks.
geolocate_viirs
is working here. I've been spoiled by all the helpful software that points out when options are missing or incorrect -- need to remember that such luxuries aren't always present.- Thu Mar 16, 2017 7:23 am America/New_York
- Forum: Home
- Question: Chlorophyll-A algorithm question
- Replies: 5
Chlorophyll-A algorithm question
Roughly speaking, you get a weighted contribution from the underwater concentration. The wavelengths used in chlor_a algorithms can penetrate many meters, but due to attenuation of the light on both downward and return paths, the contribution to Rrs is heavily weighted towards the surfac...
- Tue Mar 14, 2017 5:55 pm America/New_York
- Forum: Home
- Question: SeaDAS 7.4 GUI issue on Centos 7
- Replies: 2
SeaDAS 7.4 GUI issue on Centos 7
Try Oracle Java. OpenJDK is known to have problems with graphics updating.
- Tue Mar 14, 2017 1:52 pm America/New_York
- Forum: Home
- Question: MODISA Image Generation
- Replies: 2
MODISA Image Generation
My personal approach to the issues you posed:1. attaching a colorbara. GPT is generally used in batch processing to create lots of images, hopefully all with the same colour scale. Rather than attaching a colour scale to each image, it often makes sense to keep it separate. I often...