shiccal
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| shiccal [2023/07/12 03:45] – fixed renaming code reno | shiccal [2023/08/03 10:26] (current) – reno | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ===== 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 same directory, IE: < | + | - Place the UV file and the corresponding UVR file inside the same directory, IE: < |
| - 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 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> | + | - Run the following .bat file to rename the processed files (removed _YY from the end) <code | rename.bat> |
| setlocal enabledelayedexpansion | setlocal enabledelayedexpansion | ||
| - | + | set /p brewer=" | |
| - | set " | + | set " |
| - | rem Set the folder to the correct location | + | for %%a in (" |
| - | for %%a in (" | + | set "oldname=%%~nxa" |
| - | set "name=%%~na" | + | set "newname=!oldname:_=!" |
| - | set "name=!name:~0, | + | ren " |
| - | if " | + | |
| - | echo Skipping " | + | |
| - | ) else if " | + | |
| - | echo Skipping " | + | |
| - | ) else ( | + | |
| - | echo Renaming " | + | |
| - | ren " | + | |
| - | ) | + | |
| ) | ) | ||
| - | |||
| - | echo Done. | ||
| </ | </ | ||
| - | - Move the .### files to < | ||
| - Inside C: | - Inside C: | ||
| ozonshi.dfa | ozonshi.dfa | ||
shiccal.1689133552.txt.gz · Last modified: 2023/07/12 03:45 by reno