# Pipeline Markings


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

------------------------------------------------------------------------

<a
href="https://github.com/michaelaye/p4tools/blob/main/p4tools/production/markings.py#L266"
target="_blank" style="float:right; font-size:smaller">source</a>

### calc_blotchiness

``` python

def calc_blotchiness(
    nfans, nblotches
):

```

*Calculate the fnotch value (or fan-ness).*

------------------------------------------------------------------------

<a
href="https://github.com/michaelaye/p4tools/blob/main/p4tools/production/markings.py#L27"
target="_blank" style="float:right; font-size:smaller">source</a>

### TileID

``` python

def TileID(
    imgid, scope:str='planet4', dbname:NoneType=None, data:NoneType=None, image_name:NoneType=None
):

```

*Manage Planet 4 Image ids, getting data, plot stuff etc.*

At init this class will get the data for the given `imgid` using either
the latest found database file or the optionally provided one.

------------------------------------------------------------------------

<a
href="https://github.com/michaelaye/p4tools/blob/main/p4tools/production/markings.py#L271"
target="_blank" style="float:right; font-size:smaller">source</a>

### Fnotch

``` python

def Fnotch(
    fan, blotch, scope:str='planet4'
):

```

*Manage Fnotch by providing a cut during output.*
