Skip to content

Commit

Permalink
PUSH NOTE : convert-emd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blleng committed Sep 10, 2024
1 parent 7743c4f commit 023b933
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/open source/convert-emd.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ dg-publish: true
maturity: tree
index: "1"
date: 2024-09-09T06:42
update: 2024-09-10T12:28
update: 2024-09-10T12:35
title: A tool for converting EMD (Velox) data into images - Convert EMD
---
{%raw%}
# Convert EMD
Convert-EMD exports images and spectrum data from EMD files generated by Velox.

Expand Down Expand Up @@ -96,9 +97,7 @@ NOTICE: Three arguments are required to specify the position and width of scale
Default colors of elemental mapppings are corresponding to the following list in sequnce (*Matplotlib* default colors):
{%raw%}
<font color=#1f77b4>\#1f77b4</font>, <font color=#ff7f0e>\#ff7f0e</font>, <font color=#2ca02c>\#2ca02c</font>, <font color=#d62728>\#d62728</font>, <font color=#9467bd>\#9467bd</font>, <font color=#8c564b>\#8c564b</font>, <font color=#e377c2>\#e377c2</font>, <font color=7f7f7f>\#7f7f7f</font>, <font color=#bcbd22>\#bcbd22</font>, <font color=#17becf>\#17becf</font>
{%endraw%}
<font color=#1f77b4>#1f77b4</font>, <font color=#ff7f0e>#ff7f0e</font>, <font color=#2ca02c>#2ca02c</font>, <font color=#d62728>#d62728</font>, <font color=#9467bd>#9467bd</font>, <font color=#8c564b>#8c564b</font>, <font color=#e377c2>#e377c2</font>, <font color=7f7f7f>#7f7f7f</font>, <font color=#bcbd22>#bcbd22</font>, <font color=#17becf>#17becf</font>
Convert-EMD provides `-e`/`--eds` option for users to customize the color of elemental mappings.
Expand Down Expand Up @@ -126,4 +125,5 @@ With this method, the image is rescaled to include all intensities that fall wit
```bash
cemd -f INPUT_FILE -c MIN MAX
```
```
{%endraw%}

0 comments on commit 023b933

Please sign in to comment.