Skip to content

Example shows identical scaling factors across two levels #32

Description

@kylebarron

Here the scale is the same across both levels, which is probably a mistake

{
"asset": "1/data",
"derived_from": "0/data",
"transform": {
"scale": [2.0, 2.0],
"translation": [0.5, 0.5]
},
"resampling_method": "average"
},
{
"asset": "2/data",
"derived_from": "1/data",
"transform": {
"scale": [2.0, 2.0],
"translation": [0.5, 0.5]
},
"resampling_method": "average"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions