Added skeleton framework for reporting nodes.
This commit is contained in:
parent
b6ef14b559
commit
a2c0080662
3
Nodes/Reporting/Export_to_CSV.py
Normal file
3
Nodes/Reporting/Export_to_CSV.py
Normal file
@ -0,0 +1,3 @@
|
||||
# HIGH-LEVEL OVERVIEW
|
||||
# - This node takes an input source and either replaces or appends data fed into it into a CSV file on disk.
|
||||
# - There will be a checkbox to allow the user to change the behavior (Replace / Append)
|
4
Nodes/Reporting/Export_to_Image.py
Normal file
4
Nodes/Reporting/Export_to_Image.py
Normal file
@ -0,0 +1,4 @@
|
||||
# HIGH-LEVEL OVERVIEW
|
||||
# - This node takes an input source and dumps the data to disk in a dropdown menu of various image formats
|
||||
# - Ability to view image processing results would be an interesting bonus if displayed within the node.
|
||||
# - Could be used to show the life cycle of an image processing pipeline.
|
Loading…
x
Reference in New Issue
Block a user