Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
kis_tools
Commits
32ea18ab
Commit
32ea18ab
authored
Nov 08, 2021
by
Carl Schaffer
Browse files
updating documentation for parse_Calib.py
parent
bb1d7a8e
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
32ea18ab
...
...
@@ -16,7 +16,7 @@ pip install git+https://gitlab.leibniz-kis.de/sdc/kis_tools.git
```
The following commandline tools are provided by this package:
*
BBI: bbi_gen_gifs, bbi_header_conversion, bbi_preview
*
GRIS: gris_gen_maps, gris_location_plot, gris_penumbral_thumbs, gris_plot_cont_corr, gris_translate_header, grisplot, gristagger
*
GRIS: gris_gen_maps, gris_location_plot,
gris_parse_calib,
gris_penumbral_thumbs, gris_plot_cont_corr, gris_translate_header, grisplot, gristagger
*
LARS: lars_gen_preview, lars_logbook
All of them can be called from the commandline after installing the package. More information on the individual tools can be obtained using the
`--help`
flag
...
...
bin/README.md
View file @
32ea18ab
...
...
@@ -71,6 +71,29 @@ optional arguments:
--disable-hmi-cache Disable caching of HMI data in /dat. Context data is copied to the user'
s home directory instead.
```
## gris_parse_calib
Parse calibration settings from
`calDDmmmYY.pro`
files. Recursively searches target folder for calibration scripts
and parses the environment at each call to one of the main calibration routine (gris_v8 etc.) calls.
Config data is filled into a pandas DataFrame. Run with pythons
`-i`
option to drop into an interactive frame for
further batch modification or use the output file option to store the data in CSV format for use with other tools.
The resulting data should be appended to the repository of GRIS calibration settings for use with
`grisred`
. Currently,
this information is stored in a csv file in the
`grisred`
repository (Nov 2021) this may be subject to change.
```
shell
usage: gris_parse_calib
[
-h
]
[
-v
]
[
-o
OUTPUT_FILE] folder_in
positional arguments:
folder_in folder to be processed
optional arguments:
-h
,
--help
show this
help
message and
exit
-v
,
--verbose
don
't silence warnings
-o OUTPUT_FILE, --output-file OUTPUT_FILE
output file
```
## gris_penumbral_thumbs
Generate preview images for GRIS penumbral masks, targets '
*
pen_mask.sav' files in the folder and produces .png versions.
```
shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment