Yes, that works.... of course :grin:
There can be only one, and it appears that be you :wink:
And as a reminder for those working with 7.3, you will need to setup your environment and run:
./install_ocssw.py --viirsn
Because the "Update OC Processers" doesn't work in 7.3
Cheers!
Search found 282 matches
- Fri Mar 10, 2017 3:24 pm America/New_York
- Forum: Questions/Comments
- Question: viirsn processing after SeaDAS 7.4 upgrade
- Replies: 13
- Fri Mar 10, 2017 2:24 pm America/New_York
- Forum: Questions/Comments
- Question: viirsn processing after SeaDAS 7.4 upgrade
- Replies: 13
viirsn processing after SeaDAS 7.4 upgrade
That is what here:https://oceandata.sci.gsfc.nasa.gov/Ancillary/LUTs/viirsn/cal/OPER/But as you said, not ./ocssw/run/data/viirsn/instrument_defaults.parIt would be simple to hack the instrument_defaults par by replacing the - with the + as per the LUT update, but I have to wonder if the new files w...
- Fri Mar 10, 2017 11:31 am America/New_York
- Forum: Questions/Comments
- Question: viirsn processing after SeaDAS 7.4 upgrade
- Replies: 13
viirsn processing after SeaDAS 7.4 upgrade
I had the same issue, I just posted here, but it not just seadas 7.4. I am still using seadas 7.3, and it was an automated LUT update that changed the files last night. Neither 7.3 or 7.4 work now.
https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=6521
https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=6521
- Fri Mar 10, 2017 10:59 am America/New_York
- Forum: Questions/Comments
- Question: LUT Update VIIRS Processing now fails
- Replies: 1
LUT Update VIIRS Processing now fails
Likely same issue as this: https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=6520I have a cron that updates LUTS nightly. This is from last night:[ VIIRS ]+ IETTime.dat+ polar_wander.h5[ Sensor: VIIRSN ]- OPER:VIIRS_NPP_CAL_DNB_DYNAMIC_LUT_v1.1.0.1_vcst.nc- OPER:VIIRS_NPP_CAL_RSB_D...
- Thu Mar 09, 2017 12:13 pm America/New_York
- Forum: Questions/Comments
- Question: getanc.py for GOCI
- Replies: 7
getanc.py for GOCI
I guess it does work. Excellent :grin:
- Wed Mar 08, 2017 12:35 pm America/New_York
- Forum: Questions/Comments
- Question: getanc.py for GOCI
- Replies: 7
getanc.py for GOCI
Matt,
I was curious if the python modifications had been made for SeaDAS 7.4?
Brock
I was curious if the python modifications had been made for SeaDAS 7.4?
Brock
- Wed Jan 04, 2017 2:37 pm America/New_York
- Forum: Questions/Comments
- Question: python issue?
- Replies: 1
python issue?
Ah, so the POTUS June 8 directive somehow became the NASA Christmas directive.... :razz:Having said that :eek: , is there some way to ensure that the manual changes that I make to scripts like anc_utils.py or configurations I change in L1B_template.pcf are not overwritten with every git update?Happy...
- Wed Jan 04, 2017 2:29 pm America/New_York
- Forum: Questions/Comments
- Question: getanc.py for GOCI
- Replies: 7
getanc.py for GOCI
I understand. Thanks for your efforts.
- Wed Jan 04, 2017 10:44 am America/New_York
- Forum: Questions/Comments
- Question: getanc.py for GOCI
- Replies: 7
getanc.py for GOCI
Matt,So, does that mean that there may be a solution that is in the standard Python library? In the mean time, is there a way that I can use my modified code, and NOT have the script overwritten whenever I do an update? I have the same issue another file (L1B_template.pcf) where I have to change:800...
- Tue Jan 03, 2017 3:10 pm America/New_York
- Forum: Questions/Comments
- Question: getanc.py for GOCI
- Replies: 7
getanc.py for GOCI
Perhaps you might consider using a more version friendly module in $OCSSWROOT/run/scripts/modules/anc_utils.pyThis example this works on both CentOS 6 and CentOS 7 using up-to-date stock python with almost no changes:what 147 :/tmp/tmp_oo> diff /optics1/software/seadas/seadas-7.2/ocssw/run/scripts/m...