Created redime for sintering

This commit is contained in:
Zhevniak Dmytro 2026-03-08 23:53:20 +02:00
джерело 4f18eb9e88
коміт be9df2c929
10 змінених файлів з 1601 додано та 184 видалено

Бінарний файл не відображається.

BIN
.vs/SPS/v17/.wsuo Normal file

Бінарний файл не відображається.

@ -0,0 +1,23 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\arros\\OneDrive\\ML\\SPS2\\SPS\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 228,
"SelectedChildIndex": -1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
}
]
}
]
}
]
}

Бінарний файл не відображається.

Бінарний файл не відображається.

@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}

BIN
.vs/slnx.sqlite Normal file

Бінарний файл не відображається.

Різницю між файлами не показано, оскільки один чи декілька рядків занадто довгі

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@ -83,7 +83,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@ -127,7 +127,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@ -175,7 +175,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -576,7 +576,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -607,8 +607,8 @@
"\n",
"minTemperature = data1000['Pyrometer'].min()\n",
"data1000['TravelRelative2']=data1000['TravelRelative']+(data1000['Pyrometer']-minTemperature)*1.241\n",
"sc = ax1.plot(data1000['Pyrometer'], data1000['TravelRelative'], color='green') \n",
"sc = ax1.plot(data1000['Pyrometer'], data1000['TravelRelative2'], color='blue') \n",
"# sc = ax1.plot(data1000['Pyrometer'], data1000['TravelRelative'], color='green') \n",
"# sc = ax1.plot(data1000['Pyrometer'], data1000['TravelRelative2'], color='blue') \n",
"\n",
"\n",
"#minTemperature = data1200['Pyrometer'].min()\n",
@ -630,7 +630,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -682,7 +682,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -728,7 +728,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -778,7 +778,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
@ -810,7 +810,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": null,
"metadata": {},
"outputs": [
{

Бінарний файл не відображається.