DeVriesMatt commited on
Commit
dbea5e1
·
1 Parent(s): 3393ee1

upload data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .idea/.gitignore +8 -0
  2. .idea/ATLAS-1.iml +8 -0
  3. .idea/copilot.data.migration.agent.xml +6 -0
  4. .idea/copilot.data.migration.ask.xml +6 -0
  5. .idea/copilot.data.migration.ask2agent.xml +6 -0
  6. .idea/copilot.data.migration.edit.xml +6 -0
  7. .idea/inspectionProfiles/Project_Default.xml +7 -0
  8. .idea/inspectionProfiles/profiles_settings.xml +6 -0
  9. .idea/misc.xml +7 -0
  10. .idea/modules.xml +8 -0
  11. data/Blebbistatin_Plate1_001.obj +0 -0
  12. data/Blebbistatin_Plate1_005.obj +0 -0
  13. data/Blebbistatin_Plate1_007.obj +0 -0
  14. data/Blebbistatin_Plate1_010.obj +0 -0
  15. data/Blebbistatin_Plate1_012.obj +0 -0
  16. data/Blebbistatin_Plate1_017.obj +0 -0
  17. data/Blebbistatin_Plate1_022.obj +0 -0
  18. data/Blebbistatin_Plate1_024.obj +0 -0
  19. data/Blebbistatin_Plate1_025.obj +0 -0
  20. data/Blebbistatin_Plate1_029.obj +0 -0
  21. data/Blebbistatin_Plate1_030.obj +0 -0
  22. data/Blebbistatin_Plate1_031.obj +0 -0
  23. data/Blebbistatin_Plate1_040.obj +0 -0
  24. data/Blebbistatin_Plate1_041.obj +0 -0
  25. data/Blebbistatin_Plate1_042.obj +0 -0
  26. data/Blebbistatin_Plate1_043.obj +0 -0
  27. data/Blebbistatin_Plate1_044.obj +0 -0
  28. data/Blebbistatin_Plate1_046.obj +0 -0
  29. data/Blebbistatin_Plate1_048.obj +0 -0
  30. data/Blebbistatin_Plate1_049.obj +0 -0
  31. data/Blebbistatin_Plate1_050.obj +0 -0
  32. data/Blebbistatin_Plate1_052.obj +0 -0
  33. data/Blebbistatin_Plate1_055.obj +0 -0
  34. data/Blebbistatin_Plate1_059.obj +0 -0
  35. data/Blebbistatin_Plate1_070.obj +0 -0
  36. data/Blebbistatin_Plate1_076.obj +0 -0
  37. data/Blebbistatin_Plate1_088.obj +0 -0
  38. data/Blebbistatin_Plate1_089.obj +0 -0
  39. data/Blebbistatin_Plate1_095.obj +0 -0
  40. data/Blebbistatin_Plate1_097.obj +0 -0
  41. data/Blebbistatin_Plate1_100.obj +0 -0
  42. data/Blebbistatin_Plate1_107.obj +0 -0
  43. data/Blebbistatin_Plate1_109.obj +0 -0
  44. data/Blebbistatin_Plate1_115.obj +0 -0
  45. data/Blebbistatin_Plate1_118.obj +0 -0
  46. data/Blebbistatin_Plate1_119.obj +0 -0
  47. data/Blebbistatin_Plate1_120.obj +0 -0
  48. data/Blebbistatin_Plate1_121.obj +0 -0
  49. data/Blebbistatin_Plate1_131.obj +0 -0
  50. data/Blebbistatin_Plate1_134.obj +0 -0
.idea/.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Datasource local storage ignored files
5
+ /dataSources/
6
+ /dataSources.local.xml
7
+ # Editor-based HTTP Client requests
8
+ /httpRequests/
.idea/ATLAS-1.iml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="jdk" jdkName="Python 3.10" jdkType="Python SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
.idea/copilot.data.migration.agent.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AgentMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
.idea/copilot.data.migration.ask.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AskMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
.idea/copilot.data.migration.ask2agent.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Ask2AgentMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
.idea/copilot.data.migration.edit.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="EditMigrationStateService">
4
+ <option name="migrationStatus" value="COMPLETED" />
5
+ </component>
6
+ </project>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
+ <inspection_tool class="PyInterpreterInspection" enabled="false" level="WARNING" enabled_by_default="false" />
6
+ </profile>
7
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Black">
4
+ <option name="sdkName" value="Python 3.10" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
7
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/ATLAS-1.iml" filepath="$PROJECT_DIR$/.idea/ATLAS-1.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
data/Blebbistatin_Plate1_001.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_005.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_007.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_010.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_012.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_017.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_022.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_024.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_025.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_029.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_030.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_031.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_040.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_041.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_042.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_043.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_044.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_046.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_048.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_049.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_050.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_052.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_055.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_059.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_070.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_076.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_088.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_089.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_095.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_097.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_100.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_107.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_109.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_115.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_118.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_119.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_120.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_121.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_131.obj ADDED
The diff for this file is too large to render. See raw diff
 
data/Blebbistatin_Plate1_134.obj ADDED
The diff for this file is too large to render. See raw diff