This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Rick, re: > I'm trying to spin up on this radar stuff to see if we need any cal > changes or if we can get away with just new color enhancements. I don't think that any cal changes are needed. Also, the need for new color enhancements is a toss-up... the old ones are still valid. The usefulness for enhancements that have finer gradations of hues may become obvious as we move into the convective season. re: > Yesterday I wanted to compare the new stuff with the old and needed to > copy it down before processing. Couple things I noted. > The navigation > is a little different for the upper left corner (maybe this is just the > way it is). Since the old and new images are being treated in the same manner on the server side, I chalked this up to "just being the way that it is". re: > I don't have the exact echo/raw values, but any brightness > values above 160 (as seen using imgdisp/imgprobe directly off the > server) became zero on the local image that was copied from the server. Hmm... that is very weird. It is as though some value is being treated as a signed char (values range from -128 - 128) instead of an unsigned char (values range from 0-255). I made specific changes in the server code to take into account the need for the unsigned char range. Your observation that the values gotten directly from the server (e.g., IMGPROBE values) seem to point to some assumed typing in the process that copies values to the local dataset. I will have to poke around to see where this could be happening. > Any clues why this would be happening. I will review my server code (nexraget.cp) to make sure that there is not some unintended unsigned char to signed char conversion going on. I don't think that there is since the values returned by IMGPROBE are OK. More as I delve into the matter deeper... Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: MPZ-243939 Department: Support McIDAS Priority: Normal Status: Closed