Skip to content

[ENHANCEMENT] Transform Data Widget #1277

Description

@oerc0122

Is your feature request related to a problem? Please describe.
Create a transform data widget to handle normalisation, data shifting and advanced manupulation.

Describe the solution you'd like
Replace normalise data widget with pop-up dialog to perform general transformations to data.

Describe alternatives you've considered
N/A

Additional context
Example layout

Image
Details ``` @startsalt scale 1.5 {+ Apply transformation
{+
    ^Select plot^ /'Displays only one plot at a time for multiplots'/
    <img:https://plantuml.com/logo3.png>

} |

{
 {
  [undo] | [redo]
 }
 {+
  scale -1 1    *
  shift +3.0
  .
  .
  .
  .
  .
 } 
} |

{
  ^Select Function^/'abs^scale^shift'/
  {Param: | "Param1"}
  {Other: | "Param2"}
  
  [apply]
}


{SI
   dataset | Use it? | . 
   "dataset 1" | [X] | "3:9"
   "dataset 2" | [X] | "1"
}


. | . | {[cancel] | [done]}

}

@endsalt


</details>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions