Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0ncorhynchus/omero_importer


https://github.com/0ncorhynchus/omero_importer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# The OMERO IMPORTER runs the following processes:

1. [Deconvolution](#deconvolution)
2. [Writing logs](#writing-log)
3. [ChromaticShift](#chromaticshift)
4. [Importing](#importing)

----

## Deconvolution
Deconvolutionは、顕微鏡の焦点面上下に由来するノイズを除去して焦点面でのよりノイズの少ない画像に処理します。

```
path/to/sample_R3D.dv => path/to/sample_R3D.dv_decon
```

## Writing logs
ここでは、ログファイルの情報をDeconvolution後の画像にメタデータとして書き込む。

|Image file |path/to/sample\_R3D.dv\_decon |
|-----------|------------------------------|
|Log file |path/to/sample\_R3D.dv.log |

## ChromaticShift
ChromaticShiftは、蛍光波長による焦点距離のごく微量な差異を修正する。

```
path/to/sample_R3D.dv_decon => path/to/sample_R3D.dv_decon.zs
```

## Importing
最後には上記の処理をされた画像をOMEROサーバーにインポートする。
この際、画像のパーミッションから画像の所有者のアカウントを判別しそのOMEROアカウントのデータとしてインポートする。