Skip to content
Snippets Groups Projects
Commit fb00ad11 authored by Antoine's avatar Antoine
Browse files

Update cam_paths

parent a9e7af88
No related branches found
No related tags found
No related merge requests found
# Default ignored files
/shelf/
/workspace.xml
dlc_flytracker
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$/../dlc_flytracker2" />
<orderEntry type="jdk" jdkName="Python 3.6 (_EscapeKinematics) (2)" jdkType="Python SDK" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.8 (dlc_flytracker)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="GOOGLE" />
<option name="myDocStringFormat" value="Google" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6 (_EscapeKinematics) (2)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (dlc_flytracker)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/_LandingKinematics.iml" filepath="$PROJECT_DIR$/.idea/_LandingKinematics.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/dlc_flytracker.iml" filepath="$PROJECT_DIR$/.idea/dlc_flytracker.iml" />
</modules>
</component>
</project>
\ No newline at end of file
......@@ -17,11 +17,11 @@ img_size = (896, 896)
#gen_dlt(3, img_size, xyz_path, xy_path, dlt_path)
img_process = ImagesProcessing(3, dlt_path)
img_process.cam_paths = {1: '/media/user/MosquitoLanding_Photron1_Backup/Photron1/_MatingKinematics',
2: '/media/user/MosquitoLanding_Photron2_Backup/Photron2/_MatingKinematics',
img_process.cam_paths = {1: '/media/user/MosquitoLanding_Photron3_Backup/Photron1/_MatingKinematics',
2: '/media/user/MosquitoLanding_Photron3_Backup/Photron2/_MatingKinematics',
3: '/media/user/MosquitoLanding_Photron3_Backup/Photron3/_MatingKinematics'}
img_process.cam_save_paths = {1: '/media/user/MosquitoLanding_Photron1_Backup/Photron1/_MatingKinematics/_Process',
2: '/media/user/MosquitoLanding_Photron2_Backup/Photron2/_MatingKinematics/_Process',
img_process.cam_save_paths = {1: '/media/user/MosquitoLanding_Photron3_Backup/Photron1/_MatingKinematics/_Process',
2: '/media/user/MosquitoLanding_Photron3_Backup/Photron2/_MatingKinematics/_Process',
3: '/media/user/MosquitoLanding_Photron3_Backup/Photron3/_MatingKinematics/_Process'}
img_process.update_leading_zero = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment