User Tools

Site Tools


shiccal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
shiccal [2022/10/30 23:46] – created renoshiccal [2023/08/03 10:26] (current) reno
Line 4: Line 4:
 ===== Prerequisite ===== ===== Prerequisite =====
   * SHIC software must be reside in your root directory. <code>C:\SHICrivm</code>   * SHIC software must be reside in your root directory. <code>C:\SHICrivm</code>
-  * Have a __SHICTemp__ Directory on your desktop 
   * UAView software   * UAView software
 +  * All ### should be changed to the respective instrument number
  
 ===== Processing UV data ===== ===== Processing UV data =====
 The UV data must first be process before SHIC is able to ingest the data.  The UV data must first be process before SHIC is able to ingest the data. 
-  - Place the UV file and the corresponding UVR file inside the __SHICTemp__ directory  +  - Place the UV file and the corresponding UVR file inside the same directory, IE: <code>C:\SHICrivm\uvdata\###</code> 
-  - +  - Run the UA Scan program and process one UV file at a time. **Note: once you click process, you must highlight one scan, then press SaveScans** 
 +  - Run the following .bat file to rename the processed files (removed _YY from the end) <code | rename.bat>@@echo off 
 +setlocal enabledelayedexpansion 
 +set /p brewer="Enter Brewer #: " 
 +set "folder=C:\SHICrivm\uvdata\%brewer%" 
 +for %%a in ("%folder%\*_*.%brewer%") do ( 
 +    set "oldname=%%~nxa" 
 +    set "newname=!oldname:_=!" 
 +    ren "%%a" "!newname!" 
 +)
  
- +</code> 
- +  - Inside C:\SHICrivm\uvanalys, create a file, ###.dfa with the following inside.<code | ###.dfa>
- +
- +
-<code | ###.dfa>+
 ozonshi.dfa ozonshi.dfa
 0       no_id_met 0       no_id_met
Line 28: Line 34:
 1.0 1.0
 </code> </code>
 +  - Launch SHICcall5_25.exe
 +  - Set the instrument_ID to ### and the DAYtime to which ever you files you'd like to prcoess
 +  - Click <key>Run SHIC</key>
 +
 +**Note: there is a __shicrivm.log__ inside the SHICCall directory that can help troubleshoot any issues
 +====== Functions ======
 +Spectral shifts - Helps determines any shift to the instrument, can help point to bad HG bulbs/DSP applied. Should be within +/- 0.1nm\\
 +Spectral spikes - shows if there is any issues with the instrument measuring. should be within +/- 10 percent after 310nm
 +
 +
shiccal.1667173566.txt.gz · Last modified: 2022/10/30 23:46 by reno

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki