python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --job=sla_mensuel --raspi=30006 --dashboard_places=angers_montee_convoyeur --rootfolder_sla=/data_4/data_log/job/memo/angers_montee_convoyeur -v --mtr_id=1017 --date=`date -d"$nowdate 15 day ago" +%Y-%m` ' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : 30006, Date : 2026-03 _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py warning , we can't find thcl infos in json_data warning , we can't find pdt infos in json_data nb_day : (6, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Fonction SLA_MENSUEL nb_day : (6, 31) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 03 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2026-03 year : 2026 raspi : 30006 select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select id from MTRUser.mtr_portfolios where id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id in (select id from MTRPhoto.dashboard_places where name = 'angers_montee_convoyeur' and date like '%2026-03%') and created_at like '%2026-03%'))); nb_day : (6, 31) after unwanted_material_data nb_day : (6, 31) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2026/03%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 84429 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3845, 'end_of_day_photos_duplicated': 2828, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1923, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 6, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 6, 'last_update': '2026/04/04', 'portfolio_id': 30908906, 'last_run_id': 2972085, 'total_number_of_photos': 1931}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63270 seconds', 'coverage_times_pause': '0 days 64570 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3378, 'end_of_day_photos_duplicated': 1042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2033, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/31', 'portfolio_id': 30905509, 'last_run_id': 2971704, 'total_number_of_photos': 2257}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 84429 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3845, 'end_of_day_photos_duplicated': 2828, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1923, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 6, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 6, 'last_update': '2026/04/03', 'portfolio_id': 30908906, 'last_run_id': 2972085, 'total_number_of_photos': 1931}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63270 seconds', 'coverage_times_pause': '0 days 64570 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3378, 'end_of_day_photos_duplicated': 1042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2033, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/31', 'portfolio_id': 30905509, 'last_run_id': 2971704, 'total_number_of_photos': 2257}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/30', 'portfolio_id': 30894116, 'last_run_id': 2970820, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 84429 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3845, 'end_of_day_photos_duplicated': 2828, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1923, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 6, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 6, 'last_update': '2026/04/02', 'portfolio_id': 30908906, 'last_run_id': 2972085, 'total_number_of_photos': 1931}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63270 seconds', 'coverage_times_pause': '0 days 64570 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3378, 'end_of_day_photos_duplicated': 1042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2033, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/31', 'portfolio_id': 30905509, 'last_run_id': 2971704, 'total_number_of_photos': 2257}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/30', 'portfolio_id': 30894116, 'last_run_id': 2970820, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 84429 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3845, 'end_of_day_photos_duplicated': 2828, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1923, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 6, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 6, 'last_update': '2026/04/01', 'portfolio_id': 30908906, 'last_run_id': 2972085, 'total_number_of_photos': 1931}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63270 seconds', 'coverage_times_pause': '0 days 64570 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3378, 'end_of_day_photos_duplicated': 1042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2033, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/31', 'portfolio_id': 30905509, 'last_run_id': 2971704, 'total_number_of_photos': 2257}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/30', 'portfolio_id': 30894116, 'last_run_id': 2970820, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84538 seconds', 'coverage_times_pause': '0 days 86105 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3658, 'end_of_day_photos_duplicated': 3203, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1738, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 445, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 73, 'nb_selected_images': 518, 'last_update': '2026/03/28', 'portfolio_id': 30884457, 'last_run_id': 2968979, 'total_number_of_photos': 1752}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 192 seconds', 'coverage_pause': '0 days 84429 seconds', 'coverage_times_pause': '0 days 86120 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3845, 'end_of_day_photos_duplicated': 2828, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1923, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 1, 'nb_images_finished': 6, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 6, 'last_update': '2026/04/01', 'portfolio_id': 30908906, 'last_run_id': 2972085, 'total_number_of_photos': 1931}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63270 seconds', 'coverage_times_pause': '0 days 64570 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3378, 'end_of_day_photos_duplicated': 1042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2033, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/31', 'portfolio_id': 30905509, 'last_run_id': 2971704, 'total_number_of_photos': 2257}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/30', 'portfolio_id': 30894116, 'last_run_id': 2970820, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84538 seconds', 'coverage_times_pause': '0 days 86105 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3658, 'end_of_day_photos_duplicated': 3203, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1738, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 445, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 73, 'nb_selected_images': 518, 'last_update': '2026/03/28', 'portfolio_id': 30884457, 'last_run_id': 2968979, 'total_number_of_photos': 1752}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968506, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 6454, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63270 seconds', 'coverage_times_pause': '0 days 64570 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3378, 'end_of_day_photos_duplicated': 1042, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2033, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/31', 'portfolio_id': 30905509, 'last_run_id': 2971693, 'total_number_of_photos': 2257}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/30', 'portfolio_id': 30894116, 'last_run_id': 2970820, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84538 seconds', 'coverage_times_pause': '0 days 86105 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3658, 'end_of_day_photos_duplicated': 3203, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1738, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 445, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 73, 'nb_selected_images': 518, 'last_update': '2026/03/28', 'portfolio_id': 30884457, 'last_run_id': 2968979, 'total_number_of_photos': 1752}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968506, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 1578, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 19, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966951, 'total_number_of_photos': 1739}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/30', 'portfolio_id': 30894116, 'last_run_id': 2970820, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84538 seconds', 'coverage_times_pause': '0 days 86105 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3658, 'end_of_day_photos_duplicated': 3203, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1738, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 445, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 73, 'nb_selected_images': 518, 'last_update': '2026/03/28', 'portfolio_id': 30884457, 'last_run_id': 2968979, 'total_number_of_photos': 1752}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968506, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 1578, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 19, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966951, 'total_number_of_photos': 1739}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 1597, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965432, 'total_number_of_photos': 1925}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 83955 seconds', 'coverage_times_pause': '0 days 86050 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 124, 'end_of_day_photos_duplicated': 8395, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 81, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30894116, 'last_run_id': 2970276, 'total_number_of_photos': 81}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84538 seconds', 'coverage_times_pause': '0 days 86105 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3658, 'end_of_day_photos_duplicated': 3203, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1738, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 445, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 73, 'nb_selected_images': 518, 'last_update': '2026/03/28', 'portfolio_id': 30884457, 'last_run_id': 2968979, 'total_number_of_photos': 1752}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968506, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 1578, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 19, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966951, 'total_number_of_photos': 1739}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 1597, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965432, 'total_number_of_photos': 1925}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 83737 seconds', 'coverage_times_pause': '0 days 86117 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3238, 'end_of_day_photos_duplicated': 3698, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1669, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/28', 'portfolio_id': 30888047, 'last_run_id': 2969730, 'total_number_of_photos': 1685}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 84538 seconds', 'coverage_times_pause': '0 days 86105 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 3658, 'end_of_day_photos_duplicated': 3203, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1738, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 26, 'nb_images_finished': 445, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 73, 'nb_selected_images': 518, 'last_update': '2026/03/27', 'portfolio_id': 30884457, 'last_run_id': 2968979, 'total_number_of_photos': 1752}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968506, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 1578, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 19, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966951, 'total_number_of_photos': 1739}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 1597, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965432, 'total_number_of_photos': 1925}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/22', 'portfolio_id': 30831642, 'last_run_id': 2962998, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968506, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 1578, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 19, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966951, 'total_number_of_photos': 1739}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 1597, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965432, 'total_number_of_photos': 1925}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/22', 'portfolio_id': 30831642, 'last_run_id': 2962998, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1628, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 49, 'nb_selected_images': 1677, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2962018, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1842, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1842, 'last_update': '2026/03/26', 'portfolio_id': 30872033, 'last_run_id': 2968480, 'total_number_of_photos': 2094}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 94, 'nb_images_finished': 1578, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 19, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966951, 'total_number_of_photos': 1739}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 1597, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965432, 'total_number_of_photos': 1925}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/22', 'portfolio_id': 30831642, 'last_run_id': 2962998, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1628, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 49, 'nb_selected_images': 1677, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2962018, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2344, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959970, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83576 seconds', 'coverage_times_pause': '0 days 86300 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3686, 'end_of_day_photos_duplicated': 3256, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 1679, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 76, 'nb_images_finished': 1288, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 309, 'nb_selected_images': 1597, 'last_update': '2026/03/25', 'portfolio_id': 30859748, 'last_run_id': 2966877, 'total_number_of_photos': 1739}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 101, 'nb_images_finished': 1597, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965432, 'total_number_of_photos': 1925}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/22', 'portfolio_id': 30831642, 'last_run_id': 2962998, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1628, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 49, 'nb_selected_images': 1677, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2962018, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2344, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959970, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958331, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 80 seconds', 'coverage_pause': '0 days 62963 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3093, 'end_of_day_photos_duplicated': 1460, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1904, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 99, 'nb_images_finished': 1563, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 34, 'nb_selected_images': 1597, 'last_update': '2026/03/24', 'portfolio_id': 30849057, 'last_run_id': 2965386, 'total_number_of_photos': 1925}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/22', 'portfolio_id': 30831642, 'last_run_id': 2962998, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1628, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 49, 'nb_selected_images': 1677, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2962018, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2344, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959970, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958331, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2106, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956723, 'total_number_of_photos': 2286}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/22', 'portfolio_id': 30831642, 'last_run_id': 2962998, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1628, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 49, 'nb_selected_images': 1677, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2962018, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2344, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959970, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958331, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2106, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956723, 'total_number_of_photos': 2286}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2092, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2092, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955219, 'total_number_of_photos': 2006}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84532 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 224, 'end_of_day_photos_duplicated': 8313, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/21', 'portfolio_id': 30831642, 'last_run_id': 2962733, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 100, 'nb_images_finished': 1628, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 49, 'nb_selected_images': 1677, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2962018, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2344, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959970, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958331, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2106, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956723, 'total_number_of_photos': 2286}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2092, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2092, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955219, 'total_number_of_photos': 2006}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 83816 seconds', 'coverage_times_pause': '0 days 86294 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 3904, 'end_of_day_photos_duplicated': 2646, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2074, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 1859, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1859, 'last_update': '2026/03/21', 'portfolio_id': 30815852, 'last_run_id': 2961981, 'total_number_of_photos': 2082}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2344, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2344, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959970, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958331, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2106, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956723, 'total_number_of_photos': 2286}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2092, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2092, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955219, 'total_number_of_photos': 2006}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/15', 'portfolio_id': 30746016, 'last_run_id': 2952891, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84127 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 2, 'end_of_day_photos_dark': 4086, 'end_of_day_photos_duplicated': 1968, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2564, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 108, 'nb_images_finished': 2123, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2123, 'last_update': '2026/03/20', 'portfolio_id': 30803799, 'last_run_id': 2959942, 'total_number_of_photos': 2595}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958331, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2106, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956723, 'total_number_of_photos': 2286}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2092, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2092, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955219, 'total_number_of_photos': 2006}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/15', 'portfolio_id': 30746016, 'last_run_id': 2952891, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951925, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8628, 'max_time_between_images': '0 days 77 seconds', 'coverage_pause': '0 days 83885 seconds', 'coverage_times_pause': '0 days 86303 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4739, 'end_of_day_photos_duplicated': 1678, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2210, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 2359, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2359, 'last_update': '2026/03/19', 'portfolio_id': 30791157, 'last_run_id': 2958258, 'total_number_of_photos': 2239}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 104, 'nb_images_finished': 2106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2106, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956723, 'total_number_of_photos': 2286}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2092, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2092, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955219, 'total_number_of_photos': 2006}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/15', 'portfolio_id': 30746016, 'last_run_id': 2952891, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951925, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950501, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84039 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4538, 'end_of_day_photos_duplicated': 1805, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 1, 'end_of_day_photos_uploaded': 2270, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 85, 'nb_images_finished': 1529, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 323, 'nb_selected_images': 1852, 'last_update': '2026/03/18', 'portfolio_id': 30776294, 'last_run_id': 2956673, 'total_number_of_photos': 2286}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 105, 'nb_images_finished': 2092, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2092, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955219, 'total_number_of_photos': 2006}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/15', 'portfolio_id': 30746016, 'last_run_id': 2952891, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951925, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950501, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949142, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 6448, 'max_time_between_images': '0 days 194 seconds', 'coverage_pause': '0 days 63420 seconds', 'coverage_times_pause': '0 days 64509 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3429, 'end_of_day_photos_duplicated': 1027, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1991, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 103, 'nb_images_finished': 1855, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1855, 'last_update': '2026/03/17', 'portfolio_id': 30766304, 'last_run_id': 2955189, 'total_number_of_photos': 2006}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/15', 'portfolio_id': 30746016, 'last_run_id': 2952891, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951925, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950501, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949142, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947719, 'total_number_of_photos': 2438}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/15', 'portfolio_id': 30746016, 'last_run_id': 2952891, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951925, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950501, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949142, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947719, 'total_number_of_photos': 2438}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946695, 'total_number_of_photos': 2196}} No error ? {'log_dict': {'total_nb_images': 8603, 'max_time_between_images': '0 days 195 seconds', 'coverage_pause': '0 days 84003 seconds', 'coverage_times_pause': '0 days 86061 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4870, 'end_of_day_photos_duplicated': 3666, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 66, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/14', 'portfolio_id': 30746016, 'last_run_id': 2952703, 'total_number_of_photos': 66}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951925, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950501, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949142, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947719, 'total_number_of_photos': 2438}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946695, 'total_number_of_photos': 2196}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84160 seconds', 'coverage_times_pause': '0 days 86236 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4753, 'end_of_day_photos_duplicated': 1600, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2266, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2058, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2058, 'last_update': '2026/03/14', 'portfolio_id': 30731022, 'last_run_id': 2951909, 'total_number_of_photos': 2281}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950501, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949142, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947719, 'total_number_of_photos': 2438}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946695, 'total_number_of_photos': 2196}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/08', 'portfolio_id': 30665991, 'last_run_id': 2945905, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83794 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4423, 'end_of_day_photos_duplicated': 1806, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2383, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 114, 'nb_images_finished': 2222, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2222, 'last_update': '2026/03/13', 'portfolio_id': 30716608, 'last_run_id': 2950493, 'total_number_of_photos': 2397}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949142, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947719, 'total_number_of_photos': 2438}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946695, 'total_number_of_photos': 2196}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/08', 'portfolio_id': 30665991, 'last_run_id': 2945905, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1744, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 11, 'nb_selected_images': 1755, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944892, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 83 seconds', 'coverage_pause': '0 days 84720 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4838, 'end_of_day_photos_duplicated': 1648, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2132, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 117, 'nb_images_finished': 2000, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2000, 'last_update': '2026/03/12', 'portfolio_id': 30706650, 'last_run_id': 2949134, 'total_number_of_photos': 2148}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947719, 'total_number_of_photos': 2438}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946695, 'total_number_of_photos': 2196}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/08', 'portfolio_id': 30665991, 'last_run_id': 2945905, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1744, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 11, 'nb_selected_images': 1755, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944892, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2218, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2218, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943886, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8608, 'max_time_between_images': '0 days 205 seconds', 'coverage_pause': '0 days 84515 seconds', 'coverage_times_pause': '0 days 86106 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 8, 'end_of_day_photos_dark': 4809, 'end_of_day_photos_duplicated': 1379, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2410, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 115, 'nb_images_finished': 2169, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2169, 'last_update': '2026/03/11', 'portfolio_id': 30696828, 'last_run_id': 2947713, 'total_number_of_photos': 2438}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946695, 'total_number_of_photos': 2196}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/08', 'portfolio_id': 30665991, 'last_run_id': 2945905, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1744, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 11, 'nb_selected_images': 1755, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944892, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2218, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2218, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943886, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2155, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941213, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 6465, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 63135 seconds', 'coverage_times_pause': '0 days 64678 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 3, 'end_of_day_photos_dark': 3665, 'end_of_day_photos_duplicated': 629, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2166, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 121, 'nb_images_finished': 2187, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2187, 'last_update': '2026/03/10', 'portfolio_id': 30690144, 'last_run_id': 2946687, 'total_number_of_photos': 2196}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/08', 'portfolio_id': 30665991, 'last_run_id': 2945905, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1744, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 11, 'nb_selected_images': 1755, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944892, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2218, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2218, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943886, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2155, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941213, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938542, 'total_number_of_photos': 2205}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/08', 'portfolio_id': 30665991, 'last_run_id': 2945905, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1744, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 11, 'nb_selected_images': 1755, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944892, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2218, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2218, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943886, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2155, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941213, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938542, 'total_number_of_photos': 2205}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 1731, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1731, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936866, 'total_number_of_photos': 1854}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84723 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 1096, 'end_of_day_photos_duplicated': 7441, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 88, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/07', 'portfolio_id': 30665991, 'last_run_id': 2945711, 'total_number_of_photos': 88}} No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 95, 'nb_images_finished': 1744, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 11, 'nb_selected_images': 1755, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944892, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2218, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2218, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943886, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2155, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941213, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938542, 'total_number_of_photos': 2205}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 1731, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1731, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936866, 'total_number_of_photos': 1854}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8632, 'max_time_between_images': '0 days 74 seconds', 'coverage_pause': '0 days 84268 seconds', 'coverage_times_pause': '0 days 86349 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4144, 'end_of_day_photos_duplicated': 2228, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2254, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1544, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1544, 'last_update': '2026/03/07', 'portfolio_id': 30655938, 'last_run_id': 2944874, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 112, 'nb_images_finished': 2218, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2218, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943886, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2155, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941213, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938542, 'total_number_of_photos': 2205}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 1731, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1731, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936866, 'total_number_of_photos': 1854}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8609, 'max_time_between_images': '0 days 193 seconds', 'coverage_pause': '0 days 84028 seconds', 'coverage_times_pause': '0 days 86116 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4524, 'end_of_day_photos_duplicated': 1714, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2370, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 111, 'nb_images_finished': 1898, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 42, 'nb_selected_images': 1940, 'last_update': '2026/03/06', 'portfolio_id': 30633382, 'last_run_id': 2943868, 'total_number_of_photos': 2400}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 109, 'nb_images_finished': 2155, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941213, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938542, 'total_number_of_photos': 2205}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 1731, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1731, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936866, 'total_number_of_photos': 1854}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 73 seconds', 'coverage_pause': '0 days 84389 seconds', 'coverage_times_pause': '0 days 86251 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4166, 'end_of_day_photos_duplicated': 2427, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2027, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 2104, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 51, 'nb_selected_images': 2155, 'last_update': '2026/03/05', 'portfolio_id': 30616613, 'last_run_id': 2941019, 'total_number_of_photos': 2061}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938542, 'total_number_of_photos': 2205}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 1731, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1731, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936866, 'total_number_of_photos': 1854}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84569 seconds', 'coverage_times_pause': '0 days 86301 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4648, 'end_of_day_photos_duplicated': 1788, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2184, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 89, 'nb_images_finished': 1504, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1504, 'last_update': '2026/03/04', 'portfolio_id': 30601927, 'last_run_id': 2938508, 'total_number_of_photos': 2205}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 106, 'nb_images_finished': 1731, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1731, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936866, 'total_number_of_photos': 1854}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63367 seconds', 'coverage_times_pause': '0 days 64631 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 3710, 'end_of_day_photos_duplicated': 913, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1836, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 1967, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1967, 'last_update': '2026/03/03', 'portfolio_id': 30588483, 'last_run_id': 2936836, 'total_number_of_photos': 1854}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Found day : 2026-03-31 00:00:00 Found day : 2026-03-30 00:00:00 Found day : 2026-03-28 00:00:00 Found day : 2026-03-27 00:00:00 Found day : 2026-03-26 00:00:00 Found day : 2026-03-25 00:00:00 Found day : 2026-03-24 00:00:00 Found day : 2026-03-23 00:00:00 Found day : 2026-03-21 00:00:00 Found day : 2026-03-20 00:00:00 Found day : 2026-03-19 00:00:00 Found day : 2026-03-18 00:00:00 Found day : 2026-03-17 00:00:00 Found day : 2026-03-16 00:00:00 Found day : 2026-03-14 00:00:00 Found day : 2026-03-13 00:00:00 Found day : 2026-03-12 00:00:00 Found day : 2026-03-11 00:00:00 Found day : 2026-03-10 00:00:00 Found day : 2026-03-09 00:00:00 Found day : 2026-03-07 00:00:00 Found day : 2026-03-06 00:00:00 Found day : 2026-03-05 00:00:00 Found day : 2026-03-04 00:00:00 Found day : 2026-03-03 00:00:00 Found day : 2026-03-02 00:00:00 after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pehd_pp' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______emr' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______flux_dev' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______jrm' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pet_clair' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______gm' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______film_pedb' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______ela' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______aluminium' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______refus' and ded.dashboard_place_id = 36 and month(ded.date) = 03 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; select avg(cps.score) as score, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'__', -1), '_', 1) as sbstr, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'_', -2), '_', 1) as sbstr2, SUBSTRING_INDEX(mp.name,'_', -1) as sbstr3 FROM MTRUser.mtr_portfolio_photos mpp, MTRUser.mtr_portfolios mp,MTRPhoto.class_photo_score cps,MTRBack.hashtags h,MTRPhoto.dashboard_results dr,MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE mp.id=mpp.mtr_portfolio_id and cps.photo_id=mpp.mtr_photo_id and h.hashtag_id=cps.hashtag_id and dr.mtr_portfolio_id = mpp.mtr_portfolio_id and dr.dashboard_run_id = ded.last_run_id and ded.dashboard_place_id = dp.id and h.hashtag in ('blur', 'mean_blur', 'clear') and dp.id = 36 and mp.name like '%032026%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2026-03-01 : dt_date_just_month_year : 2026-03-01 00:00:00 : VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! after pl.get_datou_sts_from_crontab : verbose : True no sts found, try to find from database SELECT dri.id FROM MTRPhoto.dashboard_run_ids dri, MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE dp.name= "angers_montee_convoyeur" AND ded.dashboard_place_id=dp.id AND dri.dashboard_entry_day=ded.id AND dri.id=ded.last_run_id AND ded.date >= "2026-03-01" AND ded.date <= "2026-03-31" SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (2935278,2936866,2938542,2941213,2943886,2944892,2945905,2945947,2946695,2947719,2949142,2950501,2951925,2952891,2953670,2955219,2956723,2958331,2959970,2962018,2962998,2963773,2965432,2966951,2968506,2968979,2969730,2970820,2971018,2971704,2972085) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009379605145460834, 'nb_photo': 1274, 'list_port_cont': '30590892,30590906,30591844,30592757,30593930,30595423,30595601,30596730,30598555,30599130,30601516,30601653,30601739,30606742,30607195,30607229,30607243,30608131,30608342,30610785,30610810,30610936,30611167,30612566,30612590,30612676,30612891,30616296,30616369,30619013,30619648,30620111,30620802,30621938,30621983,30623249,30623808,30624737,30625806,30626301,30628764,30629311,30629414,30629482,30643229,30643239,30644146,30644179,30645801,30645902,30647715,30647752,30649165,30650841,30651320,30652695,30654341,30654357,30659247,30659929,30659960,30659975,30660549,30660824,30660906,30660933,30661976,30667011,30667029,30667051,30690412,30690427,30690999,30691145,30691211,30691921,30691958,30692020,30692796,30693054,30693172,30694107,30694543,30694916,30695442,30699444,30699459,30699480,30699813,30700486,30700800,30700826,30702073,30703249,30703281,30703398,30704166,30704196,30707769,30707906,30708384,30708674,30709543,30710653,30710671,30711883,30712748,30712836,30712910,30712981,30714113,30714386,30717536,3072061', 'assoc_port': '30590636:30590892,30590647:30590906,30591563:30591844,30592444:30592757,30593705:30593930,30594790:30595601,30594825:30595423,30595729:30601739,30595995:30596730,30598327:30598555,30598952:30599130,30601357:30601516,30601359:30601653,30606397:30606742,30606829:30607229,30606834:30607195,30606861:30607243,30607873:30608342,30607883:30608131,30610470:30610936,30610475:30610785,30610479:30610810,30610944:30611167,30612248:30612566,30612252:30612676,30612296:30612590,30612746:30612891,30615485:30616296,30615487:30616369,30618813:30619013,30619327:30619648,30619913:30620111,30620570:30620802,30621581:30621938,30621585:30621983,30622901:30623808,30622907:30623249,30624345:30624737,30625489:30625806,30625973:30626301,30628403:30628764,30628853:30629414,30628862:30629482,30628874:30629311,30642799:30643239,30642814:30643229,30642819:30644146,30643810:30644179,30645304:30645902,30645334:30645801,30646524:30647752,30647572:30647715,30648603:30649165,30650433:30651320,30650437:30650841,30652137:30654357,30652161:3065269', 'assoc_mat': '30590636:autre:3327:30590892,30590647:autre:3327:30590906,30591563:autre:3327:30591844,30592444:autre:3327:30592757,30593705:autre:3327:30593930,30594790:autre:3327:30595601,30594825:autre:3327:30595423,30595729:autre:3327:30601739,30595995:autre:3327:30596730,30598327:autre:3327:30598555,30598952:autre:3327:30599130,30601357:autre:3327:30601516,30601359:autre:3327:30601653,30606397:autre:3327:30606742,30606829:autre:3327:30607229,30606834:autre:3327:30607195,30606861:autre:3327:30607243,30607873:autre:3327:30608342,30607883:autre:3327:30608131,30610470:autre:3327:30610936,30610475:autre:3327:30610785,30610479:autre:3327:30610810,30610944:autre:3327:30611167,30612248:autre:3327:30612566,30612252:autre:3327:30612676,30612296:autre:3327:30612590,30612746:autre:3327:30612891,30615485:autre:3327:30616296,30615487:autre:3327:30616369,30618813:autre:3327:30619013,30619327:autre:3327:30619648,30619913:autre:3327:30620111,30620570:autre:3327:30620802,30621581:autre:3327:30621938,30621585:autre:3327:30621983,30622901:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011281769581330133, 'nb_photo': 81, 'list_port_cont': '30666976,30699068,30701841,30704113,30717284,30722806,30740653,30742537,30770797,30770984,30772891,30773934,30786528,30788709', 'assoc_port': '30666723:30666976,30699021:30699068,30701684:30701841,30703956:30704113,30716924:30717284,30722571:30722806,30740247:30740653,30742331:30742537,30770705:30770984,30770708:30770797,30772702:30772891,30773666:30773934,30785184:30786528,30788263:30788709', 'assoc_mat': '30666723:autre:3594:30666976,30699021:autre:3594:30699068,30701684:autre:3594:30701841,30703956:autre:3594:30704113,30716924:autre:3594:30717284,30722571:autre:3594:30722806,30740247:autre:3594:30740653,30742331:autre:3594:30742537,30770705:autre:3594:30770984,30770708:autre:3594:30770797,30772702:autre:3594:30772891,30773666:autre:3594:30773934,30785184:autre:3594:30786528,30788263:autre:3594:30788709'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.029144125937215305, 'nb_photo': 2818, 'list_port_cont': '30589086,30594988,30595835,30601442,30605128,30606976,30610585,30612414,30615795,30618878,30620747,30623012,30624496,30625540,30628928,30629003,30646616,30649222,30650651,30652368,30653501,30658061,30659685,30660402,30661774,30661796,30666751,30666828,30666911,30668646,30690810,30692339,30692904,30694367,30695356,30698436,30700146,30700351,30700363,30702563,30704011,30710079,30710926,30710941,30716570,30717070,30717235,30720511,30723287,30723839,30726304,30726503,30729339,30737009,30737091,30737215,30738411,30740722,30742833,30769163,30770827,30772728,30773710,30781892,30782812,30783485,30786268,30786310,30793196,30796947,30797664,30797683,30799892,30800719,30807115,30808383,30809727,30810405,30811882,30813530,30814078,30818531,30819960,30824612,30827353,30827431,30828368,30849684,30851220,30852615,30853394,30859798,30859805,30859830,30859872,30861131,30861161,30861252,30861330,30861388,30861422,30862137,30865943,30865964,30867250,30873601,30877089,30878541,30881045,30881111', 'assoc_port': '30589036:30589086,30594793:30595835,30594831:30594988,30601354:30601442,30605112:30605128,30606832:30606976,30610471:30610585,30610483:30612414,30615491:30615795,30618814:30618878,30620569:30620747,30622909:30624496,30622951:30623012,30625485:30625540,30628857:30629003,30628868:30628928,30646530:30646616,30649154:30649222,30650436:30650651,30652148:30652368,30652168:30653501,30658013:30658061,30659609:30659685,30660275:30660402,30661731:30661796,30661741:30661774,30666710:30666911,30666712:30666828,30666718:30666751,30666719:30668646,30690726:30690810,30692287:30692339,30692849:30692904,30694350:30694367,30695302:30695356,30698407:30698436,30700038:30700146,30700326:30700363,30700327:30700351,30701677:30702563,30703949:30704011,30709798:30710079,30710833:30710941,30710841:30710926,30716568:30716570,30716915:30717235,30716921:30717070,30720436:30720511,30722578:30723287,30723832:30723839,30725596:30726304,30726459:30726503,30727238:30729339,30736976:30737215,30736984:30737091,30736994:30737009,30738355:3073841', 'assoc_mat': '30589036:autre_refus:3726:30589086,30594793:autre_refus:3726:30595835,30594831:autre_refus:3726:30594988,30601354:autre_refus:3726:30601442,30605112:autre_refus:3726:30605128,30606832:autre_refus:3726:30606976,30610471:autre_refus:3726:30610585,30610483:autre_refus:3726:30612414,30615491:autre_refus:3726:30615795,30618814:autre_refus:3726:30618878,30620569:autre_refus:3726:30620747,30622909:autre_refus:3726:30624496,30622951:autre_refus:3726:30623012,30625485:autre_refus:3726:30625540,30628857:autre_refus:3726:30629003,30628868:autre_refus:3726:30628928,30646530:autre_refus:3726:30646616,30649154:autre_refus:3726:30649222,30650436:autre_refus:3726:30650651,30652148:autre_refus:3726:30652368,30652168:autre_refus:3726:30653501,30658013:autre_refus:3726:30658061,30659609:autre_refus:3726:30659685,30660275:autre_refus:3726:30660402,30661731:autre_refus:3726:30661796,30661741:autre_refus:3726:30661774,30666710:autre_refus:3726:30666911,30666712:autre_refus:3726:30666828,30666718:autre_refus:3726:30666751,30666719:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009768882715712522, 'nb_photo': 1683, 'list_port_cont': '30590888,30590899,30591838,30592749,30593926,30595424,30595598,30596727,30598560,30599125,30601525,30601649,30601742,30606745,30607190,30607227,30607239,30608132,30608340,30610783,30610816,30610934,30611172,30612572,30612580,30612680,30612887,30616301,30616376,30619017,30619656,30620117,30620805,30621942,30621984,30623252,30623804,30624732,30625803,30626304,30628754,30629306,30629411,30629490,30643226,30643236,30644147,30644180,30645800,30645894,30647711,30647757,30649159,30650832,30651308,30652696,30654336,30654361,30659242,30659941,30659953,30660553,30660815,30660918,30660928,30661971,30667007,30667019,30667046,30690407,30690435,30691000,30691150,30691161,30691213,30691927,30691956,30692022,30692805,30693053,30693169,30694102,30694536,30694908,30695438,30699447,30699454,30699478,30699817,30700474,30700799,30700828,30702074,30703240,30703275,30703396,30704169,30704185,30707775,30707899,30708381,30708673,30709542,30710645,30710670,30711885,30712752,30712840,30712911,30712987,30714114,30714396,30717545,3072062', 'assoc_port': '30590636:30590888,30590647:30590899,30591563:30591838,30592444:30592749,30593705:30593926,30594790:30595598,30594825:30595424,30595729:30601742,30595995:30596727,30598327:30598560,30598952:30599125,30601357:30601525,30601359:30601649,30606397:30606745,30606829:30607227,30606834:30607190,30606861:30607239,30607873:30608340,30607883:30608132,30610470:30610934,30610475:30610783,30610479:30610816,30610944:30611172,30612248:30612572,30612252:30612680,30612296:30612580,30612746:30612887,30615485:30616301,30615487:30616376,30618813:30619017,30619327:30619656,30619913:30620117,30620570:30620805,30621581:30621942,30621585:30621984,30622901:30623804,30622907:30623252,30624345:30624732,30625489:30625803,30625973:30626304,30628403:30628754,30628853:30629411,30628862:30629490,30628874:30629306,30642799:30643236,30642814:30643226,30642819:30644147,30643810:30644180,30645304:30645894,30645334:30645800,30646524:30647757,30647572:30647711,30648603:30649159,30650433:30651308,30650437:30650832,30652137:30654361,30652161:3065269', 'assoc_mat': '30590636:barquette_avec_film:3327:30590888,30590647:barquette_avec_film:3327:30590899,30591563:barquette_avec_film:3327:30591838,30592444:barquette_avec_film:3327:30592749,30593705:barquette_avec_film:3327:30593926,30594790:barquette_avec_film:3327:30595598,30594825:barquette_avec_film:3327:30595424,30595729:barquette_avec_film:3327:30601742,30595995:barquette_avec_film:3327:30596727,30598327:barquette_avec_film:3327:30598560,30598952:barquette_avec_film:3327:30599125,30601357:barquette_avec_film:3327:30601525,30601359:barquette_avec_film:3327:30601649,30606397:barquette_avec_film:3327:30606745,30606829:barquette_avec_film:3327:30607227,30606834:barquette_avec_film:3327:30607190,30606861:barquette_avec_film:3327:30607239,30607873:barquette_avec_film:3327:30608340,30607883:barquette_avec_film:3327:30608132,30610470:barquette_avec_film:3327:30610934,30610475:barquette_avec_film:3327:30610783,30610479:barquette_avec_film:3327:30610816,30610944:barquette_avec_film:3327:30611172,30612248:barquette_avec_film:3327:3'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0049236780361780474, 'nb_photo': 522, 'list_port_cont': '30592723,30593817,30598637,30599044,30610667,30612792,30621641,30623603,30633660,30646732,30651506,30660656,30661051,30662634,30691808,30693969,30700210,30700386,30700694,30702830,30703099,30708225,30711360,30712660,30714272,30722642,30726251,30737065,30740504,30743135,30767382,30767471,30770897,30780437,30783577,30787086,30793377,30795902,30799926,30807187,30811955,30813642,30814057,30820843,30831491,30852733,30861301,30861507,30863646,30868145,30874321,30877133', 'assoc_port': '30592643:30592723,30593708:30593817,30598618:30598637,30598948:30599044,30610474:30610667,30612752:30612792,30621589:30621641,30623556:30623603,30628402:30633660,30646536:30646732,30651375:30651506,30659651:30661051,30660619:30660656,30662522:30662634,30691698:30691808,30693892:30693969,30700041:30700210,30700325:30700386,30700630:30700694,30702695:30702830,30703020:30703099,30708193:30708225,30711330:30711360,30712488:30712660,30714264:30714272,30722608:30722642,30726241:30726251,30736995:30737065,30740250:30740504,30742941:30743135,30767185:30767471,30767190:30767382,30770715:30770897,30780306:30780437,30783382:30783577,30787016:30787086,30793123:30793377,30795753:30795902,30799843:30799926,30807073:30807187,30811806:30811955,30813479:30813642,30813960:30814057,30820630:30820843,30827848:30831491,30852458:30852733,30861080:30861507,30861085:30861301,30862824:30863646,30867718:30868145,30874161:30874321,30876993:30877133', 'assoc_mat': '30592643:barquette_opaque:4205:30592723,30593708:barquette_opaque:4205:30593817,30598618:barquette_opaque:4205:30598637,30598948:barquette_opaque:4205:30599044,30610474:barquette_opaque:4205:30610667,30612752:barquette_opaque:4205:30612792,30621589:barquette_opaque:4205:30621641,30623556:barquette_opaque:4205:30623603,30628402:barquette_opaque:4205:30633660,30646536:barquette_opaque:4205:30646732,30651375:barquette_opaque:4205:30651506,30659651:barquette_opaque:4205:30661051,30660619:barquette_opaque:4205:30660656,30662522:barquette_opaque:4205:30662634,30691698:barquette_opaque:4205:30691808,30693892:barquette_opaque:4205:30693969,30700041:barquette_opaque:4205:30700210,30700325:barquette_opaque:4205:30700386,30700630:barquette_opaque:4205:30700694,30702695:barquette_opaque:4205:30702830,30703020:barquette_opaque:4205:30703099,30708193:barquette_opaque:4205:30708225,30711330:barquette_opaque:4205:30711360,30712488:barquette_opaque:4205:30712660,30714264:barquette_opaque:4205:30714272,30722608:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0240385503129029, 'nb_photo': 5871, 'list_port_cont': '30591924,30595538,30597482,30598814,30599382,30608769,30611326,30622044,30623464,30628844,30629372,30643384,30647966,30648968,30650217,30651847,30659289,30661929,30664028,30666978,30691462,30692596,30693030,30694566,30694685,30698512,30699878,30702139,30703234,30707577,30709243,30717627,30717656,30720752,30722819,30725959,30727678,30737706,30739966,30742387,30767666,30769304,30774064,30781981,30785500,30787495,30794680,30797305,30799834,30801384,30807937,30812097,30815304,30818187,30820184,30825444,30828622,30849753,30853052,30856004,30862563,30866294,30868474,30869147,30874833,30879257,30879515,30881239,30886678', 'assoc_port': '30591562:30591924,30594827:30595538,30597286:30597482,30598610:30598814,30599179:30599382,30607874:30608769,30610940:30611326,30621580:30622044,30622991:30623464,30628387:30628844,30628870:30629372,30642803:30643384,30642825:30647966,30645336:30648968,30649858:30650217,30651385:30651847,30659035:30659289,30661736:30661929,30663787:30664028,30666717:30666978,30691353:30691462,30692285:30692596,30692850:30693030,30694347:30694566,30694607:30694685,30698409:30698512,30699530:30699878,30701688:30702139,30703024:30703234,30707474:30707577,30709226:30709243,30716912:30717656,30716916:30717627,30720606:30720752,30722607:30722819,30725593:30725959,30727243:30727678,30736977:30737706,30739558:30739966,30741935:30742387,30767182:30767666,30769118:30769304,30773667:30774064,30781690:30781981,30785189:30785500,30787323:30787495,30794321:30794680,30796900:30797305,30799460:30799834,30801207:30801384,30807776:30807937,30809644:30812097,30812453:30815304,30818014:30818187,30819805:30820184,30824843:30825444,30828247:3082862', 'assoc_mat': '30591562:barquette_opaque:4203:30591924,30594827:barquette_opaque:4203:30595538,30597286:barquette_opaque:4203:30597482,30598610:barquette_opaque:4203:30598814,30599179:barquette_opaque:4203:30599382,30607874:barquette_opaque:4203:30608769,30610940:barquette_opaque:4203:30611326,30621580:barquette_opaque:4203:30622044,30622991:barquette_opaque:4203:30623464,30628387:barquette_opaque:4203:30628844,30628870:barquette_opaque:4203:30629372,30642803:barquette_opaque:4203:30643384,30642825:barquette_opaque:4203:30647966,30645336:barquette_opaque:4203:30648968,30649858:barquette_opaque:4203:30650217,30651385:barquette_opaque:4203:30651847,30659035:barquette_opaque:4203:30659289,30661736:barquette_opaque:4203:30661929,30663787:barquette_opaque:4203:30664028,30666717:barquette_opaque:4203:30666978,30691353:barquette_opaque:4203:30691462,30692285:barquette_opaque:4203:30692596,30692850:barquette_opaque:4203:30693030,30694347:barquette_opaque:4203:30694566,30694607:barquette_opaque:4203:30694685,30698409:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00294428748668162, 'nb_photo': 958, 'list_port_cont': '30589099,30590717,30591366,30594943,30594962,30595020,30595058,30595144,30595165,30595175,30595261,30595769,30596229,30598396,30598970,30599012,30601405,30601435,30606937,30606966,30607095,30610560,30610599,30610649,30612402,30612421,30612489,30615841,30615963,30615979,30618854,30619401,30619982,30620658,30621658,30621692,30621698,30621765,30623028,30623049,30623586,30624428,30625567,30626104,30626134,30628493,30628942,30629088,30639003,30642861,30642920,30642987,30643083,30643908,30643929,30645478,30646699,30647606,30647924,30649241,30650559,30650627,30651215,30651400,30652258,30652434,30653290,30655969,30658449,30659706,30659723,30659781,30659821,30660406,30660431,30661654,30661794,30661851,30662135,30663943,30666737,30666760,30666864,30690294,30690792,30690822,30690838,30691065,30691118,30691377,30691733,30691753,30691842,30692324,30692351,30692364,30692971,30693248,30693900,30694383,30694411,30694790,30695304,30698072,30698419,30699361,30699381,30699617,30700334,30700666,30700685,30701746,30703031,3070306', 'assoc_port': '30589033:30589099,30590637:30590717,30590643:30591366,30594759:30595175,30594760:30595261,30594764:30595165,30594777:30595144,30594792:30595020,30594823:30595058,30594828:30594943,30594833:30594962,30595731:30595769,30595998:30596229,30598325:30598396,30598950:30599012,30598953:30598970,30601356:30601435,30601358:30601405,30606831:30607095,30606847:30606966,30606862:30606937,30610468:30610649,30610473:30610599,30610476:30610560,30612250:30612421,30612251:30612489,30612254:30612402,30615486:30615963,30615488:30615979,30615490:30615841,30618815:30618854,30619328:30619401,30619914:30619982,30620571:30620658,30621577:30621698,30621579:30621765,30621583:30621692,30621586:30621658,30622903:30623049,30622908:30623028,30622970:30624428,30623557:30623586,30625481:30625567,30625966:30626134,30625977:30626104,30628404:30628493,30628854:30629088,30628861:30639003,30628873:30628942,30642797:30643083,30642801:30642987,30642812:30642920,30642818:30642861,30643808:30643908,30643846:30643929,30645329:30645478,30646539:3064669', 'assoc_mat': '30589033:barquette_opaque:4207:30589099,30590637:barquette_opaque:4207:30590717,30590643:barquette_opaque:4207:30591366,30594759:barquette_opaque:4207:30595175,30594760:barquette_opaque:4207:30595261,30594764:barquette_opaque:4207:30595165,30594777:barquette_opaque:4207:30595144,30594792:barquette_opaque:4207:30595020,30594823:barquette_opaque:4207:30595058,30594828:barquette_opaque:4207:30594943,30594833:barquette_opaque:4207:30594962,30595731:barquette_opaque:4207:30595769,30595998:barquette_opaque:4207:30596229,30598325:barquette_opaque:4207:30598396,30598950:barquette_opaque:4207:30599012,30598953:barquette_opaque:4207:30598970,30601356:barquette_opaque:4207:30601435,30601358:barquette_opaque:4207:30601405,30606831:barquette_opaque:4207:30607095,30606847:barquette_opaque:4207:30606966,30606862:barquette_opaque:4207:30606937,30610468:barquette_opaque:4207:30610649,30610473:barquette_opaque:4207:30610599,30610476:barquette_opaque:4207:30610560,30612250:barquette_opaque:4207:30612421,30612251:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053670860162535455, 'nb_photo': 65, 'list_port_cont': '30596484,30619496,30621721,30629016,30642897,30643159,30645502,30649262,30649306,30652331,30652382,30653624,30660439,30690898,30691854,30698108,30700425,30703120,30707687,30717160,30721684,30724329,30725706,30729511,30741514,30741550,30767431,30770742,30770843,30775877,30779822,30794845,30800795,30807696,30808834,30811974,30812605,30814144,30824720,30827302,30828436,30861455,30861529,30861986,30866105,30867283,30878607,30879199,30886413,30891631', 'assoc_port': '30595997:30596484,30619326:30619496,30621582:30621721,30628860:30629016,30642793:30643159,30642815:30642897,30645333:30645502,30647557:30649306,30649171:30649262,30652151:30652382,30652163:30652331,30653102:30653624,30660279:30660439,30690722:30690898,30691688:30691854,30698013:30698108,30700321:30700425,30703025:30703120,30707626:30707687,30716928:30717160,30721598:30721684,30724115:30724329,30725602:30725706,30726458:30729511,30739559:30741550,30739573:30741514,30767181:30767431,30770714:30770742,30770723:30770843,30772711:30775877,30779768:30779822,30794739:30794845,30800657:30800795,30807503:30807696,30808736:30808834,30811807:30811974,30811817:30812605,30813477:30814144,30824526:30824720,30827185:30827302,30828257:30828436,30861072:30861529,30861078:30861455,30861087:30861986,30865613:30866105,30867185:30867283,30878497:30878607,30879132:30879199,30886280:30886413,30887033:30891631', 'assoc_mat': '30595997:barquette_opaque:4461:30596484,30619326:barquette_opaque:4461:30619496,30621582:barquette_opaque:4461:30621721,30628860:barquette_opaque:4461:30629016,30642793:barquette_opaque:4461:30643159,30642815:barquette_opaque:4461:30642897,30645333:barquette_opaque:4461:30645502,30647557:barquette_opaque:4461:30649306,30649171:barquette_opaque:4461:30649262,30652151:barquette_opaque:4461:30652382,30652163:barquette_opaque:4461:30652331,30653102:barquette_opaque:4461:30653624,30660279:barquette_opaque:4461:30660439,30690722:barquette_opaque:4461:30690898,30691688:barquette_opaque:4461:30691854,30698013:barquette_opaque:4461:30698108,30700321:barquette_opaque:4461:30700425,30703025:barquette_opaque:4461:30703120,30707626:barquette_opaque:4461:30707687,30716928:barquette_opaque:4461:30717160,30721598:barquette_opaque:4461:30721684,30724115:barquette_opaque:4461:30724329,30725602:barquette_opaque:4461:30725706,30726458:barquette_opaque:4461:30729511,30739559:barquette_opaque:4461:30741550,30739573:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.023657451143547382, 'nb_photo': 4465, 'list_port_cont': '30589144,30590674,30590689,30591706,30591715,30592573,30595035,30595225,30595851,30596287,30598425,30598696,30598990,30599250,30601677,30606611,30607075,30607946,30608015,30609453,30611538,30611761,30612469,30612934,30612946,30618982,30619531,30620336,30621905,30623087,30623135,30623735,30624086,30626174,30628578,30628974,30628986,30629215,30629332,30643054,30643282,30643963,30645451,30646718,30647018,30647643,30649999,30652284,30652415,30652448,30652472,30653548,30659267,30660220,30660706,30661064,30661114,30661830,30662592,30662724,30663902,30690321,30691103,30691433,30691826,30692401,30692456,30692869,30692874,30692942,30693013,30693956,30694497,30694623,30694804,30698300,30698869,30698969,30699645,30699826,30700165,30700723,30701801,30701931,30702792,30702862,30704066,30704610,30707664,30707717,30708213,30709904,30710100,30710948,30711236,30711405,30712579,30712644,30712692,30713791,30714857,30717214,30720647,30721653,30721665,30722725,30723373,30723886,30724250,30724317,30725684,30726298,30727181,3072754', 'assoc_port': '30589034:30589144,30590639:30590674,30590640:30590689,30591564:30591706,30591565:30591715,30592446:30592573,30594820:30595225,30594832:30595035,30595730:30595851,30595999:30596287,30598329:30598425,30598609:30598696,30598617:30601677,30598951:30598990,30599177:30599250,30606399:30606611,30606828:30607075,30607877:30608015,30607884:30607946,30609185:30611538,30609199:30609453,30610949:30611761,30612256:30612469,30612739:30612946,30612745:30612934,30618812:30618982,30619329:30619531,30620242:30620336,30621578:30621905,30621588:30623735,30622905:30623135,30622989:30623087,30623745:30624086,30625963:30626174,30628388:30628578,30628832:30629332,30628858:30629215,30628869:30628986,30628872:30628974,30642795:30643282,30642811:30643054,30642821:30647018,30643845:30643963,30645323:30645451,30646532:30646718,30647576:30647643,30649848:30652448,30649862:30649999,30652140:30652472,30652157:30652415,30652176:30652284,30653103:30653548,30659029:30659267,30659641:30660220,30659648:30661114,30659658:30661064,30660618:3066070', 'assoc_mat': '30589034:barquette_opaque:4200:30589144,30590639:barquette_opaque:4200:30590674,30590640:barquette_opaque:4200:30590689,30591564:barquette_opaque:4200:30591706,30591565:barquette_opaque:4200:30591715,30592446:barquette_opaque:4200:30592573,30594820:barquette_opaque:4200:30595225,30594832:barquette_opaque:4200:30595035,30595730:barquette_opaque:4200:30595851,30595999:barquette_opaque:4200:30596287,30598329:barquette_opaque:4200:30598425,30598609:barquette_opaque:4200:30598696,30598617:barquette_opaque:4200:30601677,30598951:barquette_opaque:4200:30598990,30599177:barquette_opaque:4200:30599250,30606399:barquette_opaque:4200:30606611,30606828:barquette_opaque:4200:30607075,30607877:barquette_opaque:4200:30608015,30607884:barquette_opaque:4200:30607946,30609185:barquette_opaque:4200:30611538,30609199:barquette_opaque:4200:30609453,30610949:barquette_opaque:4200:30611761,30612256:barquette_opaque:4200:30612469,30612739:barquette_opaque:4200:30612946,30612745:barquette_opaque:4200:30612934,30618812:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006388721982533386, 'nb_photo': 279, 'list_port_cont': '30590841,30594998,30595091,30599094,30609517,30610719,30616218,30620204,30621879,30623196,30629300,30639155,30643057,30646874,30650737,30653680,30660485,30661683,30661873,30663041,30691883,30692308,30692375,30693429,30694668,30701845,30703164,30710052,30710975,30717294,30722270,30723897,30723920,30724395,30724936,30725781,30725809,30727741,30738457,30767425,30770096,30770975,30780780,30782895,30786412,30789676,30795366,30795971,30798737,30799617,30801348,30807240,30808631,30809663,30810488,30812008,30815166,30819972,30820379,30820881,30827501,30827510,30828511,30833807,30850307,30852724,30856550,30859836,30861193,30861222,30861272,30861343,30861559,30861578,30863918,30864596,30866152,30866173,30873793,30874781,30875361,30877025,30878663,30881189,30881523,30886633', 'assoc_port': '30590646:30590841,30594791:30594998,30594835:30595091,30598956:30599094,30609192:30609517,30610467:30610719,30615492:30616218,30619912:30620204,30621587:30621879,30622992:30623196,30628835:30629300,30638945:30639155,30642827:30643057,30646535:30646874,30650439:30650737,30652165:30653680,30659642:30661683,30660278:30660485,30661742:30661873,30662987:30663041,30691692:30691883,30692288:30692308,30692289:30692375,30693199:30693429,30694604:30694668,30701682:30701845,30703021:30703164,30709801:30710052,30710836:30710975,30716925:30717294,30721604:30722270,30723827:30723897,30723828:30723920,30724085:30724395,30724754:30724936,30725591:30725781,30725598:30725809,30727649:30727741,30738354:30738457,30767184:30767425,30769897:30770096,30770717:30770975,30780580:30780780,30782760:30782895,30786232:30786412,30786233:30789676,30794742:30795366,30795766:30795971,30798185:30798737,30799463:30799617,30800661:30801348,30807062:30807240,30808487:30808631,30809633:30809663,30809645:30810488,30811812:30812008,30814541:3081516', 'assoc_mat': '30590646:barquette_opaque:4209:30590841,30594791:barquette_opaque:4209:30594998,30594835:barquette_opaque:4209:30595091,30598956:barquette_opaque:4209:30599094,30609192:barquette_opaque:4209:30609517,30610467:barquette_opaque:4209:30610719,30615492:barquette_opaque:4209:30616218,30619912:barquette_opaque:4209:30620204,30621587:barquette_opaque:4209:30621879,30622992:barquette_opaque:4209:30623196,30628835:barquette_opaque:4209:30629300,30638945:barquette_opaque:4209:30639155,30642827:barquette_opaque:4209:30643057,30646535:barquette_opaque:4209:30646874,30650439:barquette_opaque:4209:30650737,30652165:barquette_opaque:4209:30653680,30659642:barquette_opaque:4209:30661683,30660278:barquette_opaque:4209:30660485,30661742:barquette_opaque:4209:30661873,30662987:barquette_opaque:4209:30663041,30691692:barquette_opaque:4209:30691883,30692288:barquette_opaque:4209:30692308,30692289:barquette_opaque:4209:30692375,30693199:barquette_opaque:4209:30693429,30694604:barquette_opaque:4209:30694668,30701682:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.07129338836359056, 'nb_photo': 45472, 'list_port_cont': '30589610,30590809,30590830,30592595,30595064,30595246,30595285,30595454,30595887,30596568,30598481,30598800,30600395,30601500,30606668,30606672,30608039,30609584,30610747,30613050,30613396,30616351,30616560,30619587,30620072,30621777,30621917,30622021,30623266,30624582,30625691,30626605,30628623,30629270,30629529,30640346,30643015,30643111,30643135,30644053,30645706,30646917,30647682,30648031,30650077,30650125,30651686,30653078,30653775,30656027,30659205,30659874,30659889,30660516,30660766,30661380,30661891,30662756,30662801,30663963,30667066,30690929,30690949,30691090,30691187,30691918,30691947,30692002,30692458,30692490,30692505,30693000,30694024,30694043,30694474,30694513,30695339,30695394,30698084,30698453,30698912,30698928,30699080,30700244,30700470,30700761,30700774,30701970,30702875,30702939,30702941,30704108,30704333,30705369,30707750,30708315,30708353,30709437,30709460,30710622,30711000,30711020,30712676,30712740,30713032,30713857,30714941,30719472,30720522,30720547,30721795,30721824,30722761,3072278', 'assoc_port': '30589032:30589610,30590638:30590830,30590648:30590809,30592445:30592595,30594761:30595064,30594794:30595454,30594826:30595285,30594830:30595246,30595732:30595887,30596000:30596568,30598331:30598481,30598615:30598800,30599916:30600395,30601360:30601500,30606396:30606672,30606405:30606668,30607881:30608039,30609189:30609584,30610481:30610747,30610942:30613396,30612298:30616351,30612740:30613050,30612744:30616560,30619330:30619587,30619915:30620072,30621576:30622021,30621584:30621917,30621590:30621777,30622906:30623266,30622948:30625691,30624349:30624582,30625962:30626605,30628395:30628623,30628830:30629529,30628859:30629270,30639891:30640346,30642806:30643135,30642816:30643111,30642828:30643015,30643827:30644053,30645322:30645706,30646527:30646917,30647575:30647682,30647880:30648031,30649850:30650125,30649884:30650077,30651380:30651686,30652166:30653078,30652181:30656027,30653104:30653775,30659037:30659205,30659638:30659889,30659647:30659874,30659654:30661380,30660274:30660516,30660621:30660766,30661740:3066189', 'assoc_mat': '30589032:barquette_opaque:4211:30589610,30590638:barquette_opaque:4211:30590830,30590648:barquette_opaque:4211:30590809,30592445:barquette_opaque:4211:30592595,30594761:barquette_opaque:4211:30595064,30594794:barquette_opaque:4211:30595454,30594826:barquette_opaque:4211:30595285,30594830:barquette_opaque:4211:30595246,30595732:barquette_opaque:4211:30595887,30596000:barquette_opaque:4211:30596568,30598331:barquette_opaque:4211:30598481,30598615:barquette_opaque:4211:30598800,30599916:barquette_opaque:4211:30600395,30601360:barquette_opaque:4211:30601500,30606396:barquette_opaque:4211:30606672,30606405:barquette_opaque:4211:30606668,30607881:barquette_opaque:4211:30608039,30609189:barquette_opaque:4211:30609584,30610481:barquette_opaque:4211:30610747,30610942:barquette_opaque:4211:30613396,30612298:barquette_opaque:4211:30616351,30612740:barquette_opaque:4211:30613050,30612744:barquette_opaque:4211:30616560,30619330:barquette_opaque:4211:30619587,30619915:barquette_opaque:4211:30620072,30621576:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.001963251203655536, 'nb_photo': 737, 'list_port_cont': '30590886,30590898,30591837,30592760,30593928,30595414,30595603,30596732,30598566,30599132,30601526,30601643,30601730,30606749,30607196,30607223,30607237,30608127,30608350,30610780,30610811,30610933,30611173,30612570,30612584,30612682,30612886,30616308,30616363,30619011,30619653,30620113,30620794,30621932,30621981,30623803,30624730,30625809,30626309,30628758,30629415,30629478,30643220,30643241,30644144,30644181,30645802,30645898,30647717,30647754,30649169,30650835,30651317,30652698,30654345,30654352,30659244,30659930,30659964,30659972,30660542,30660821,30660919,30661968,30667012,30667025,30667053,30690405,30690431,30690995,30691155,30691160,30691205,30691931,30691955,30692024,30692804,30693051,30693165,30694094,30694540,30694918,30695447,30699440,30699462,30699468,30699815,30700479,30700797,30700833,30702083,30703246,30703277,30703402,30704163,30704184,30707771,30707909,30708382,30708672,30709550,30710652,30710666,30711878,30712757,30712847,30712920,30712986,30714110,30714385,30717541,30720616,30721898,3072190', 'assoc_port': '30590636:30590886,30590647:30590898,30591563:30591837,30592444:30592760,30593705:30593928,30594790:30595603,30594825:30595414,30595729:30601730,30595995:30596732,30598327:30598566,30598952:30599132,30601357:30601526,30601359:30601643,30606397:30606749,30606829:30607223,30606834:30607196,30606861:30607237,30607873:30608350,30607883:30608127,30610470:30610933,30610475:30610780,30610479:30610811,30610944:30611173,30612248:30612570,30612252:30612682,30612296:30612584,30612746:30612886,30615485:30616308,30615487:30616363,30618813:30619011,30619327:30619653,30619913:30620113,30620570:30620794,30621581:30621932,30621585:30621981,30622901:30623803,30624345:30624730,30625489:30625809,30625973:30626309,30628403:30628758,30628853:30629415,30628862:30629478,30642799:30643241,30642814:30643220,30642819:30644144,30643810:30644181,30645304:30645898,30645334:30645802,30646524:30647754,30647572:30647717,30648603:30649169,30650433:30651317,30650437:30650835,30652137:30654352,30652161:30652698,30652178:30654345,30659033:3065924', 'assoc_mat': '30590636:bouchon:3327:30590886,30590647:bouchon:3327:30590898,30591563:bouchon:3327:30591837,30592444:bouchon:3327:30592760,30593705:bouchon:3327:30593928,30594790:bouchon:3327:30595603,30594825:bouchon:3327:30595414,30595729:bouchon:3327:30601730,30595995:bouchon:3327:30596732,30598327:bouchon:3327:30598566,30598952:bouchon:3327:30599132,30601357:bouchon:3327:30601526,30601359:bouchon:3327:30601643,30606397:bouchon:3327:30606749,30606829:bouchon:3327:30607223,30606834:bouchon:3327:30607196,30606861:bouchon:3327:30607237,30607873:bouchon:3327:30608350,30607883:bouchon:3327:30608127,30610470:bouchon:3327:30610933,30610475:bouchon:3327:30610780,30610479:bouchon:3327:30610811,30610944:bouchon:3327:30611173,30612248:bouchon:3327:30612570,30612252:bouchon:3327:30612682,30612296:bouchon:3327:30612584,30612746:bouchon:3327:30612886,30615485:bouchon:3327:30616308,30615487:bouchon:3327:30616363,30618813:bouchon:3327:30619011,30619327:bouchon:3327:30619653,30619913:bouchon:3327:30620113,30620570:bouchon:3327:30620794,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013260483265370573, 'nb_photo': 538, 'list_port_cont': '30592718,30593815,30598635,30610660,30612793,30621646,30623604,30633671,30646742,30651534,30661047,30662623,30691806,30693970,30700216,30700379,30702832,30703103,30708226,30711363,30712666,30714298,30722640,30726255,30737055,30740495,30743137,30767385,30767463,30770888,30780435,30783582,30787087,30793373,30795891,30799932,30807181,30811947,30813650,30814068,30820829,30831490,30852734,30861303,30861499,30863643,30868142,30874315,30877130', 'assoc_port': '30592643:30592718,30593708:30593815,30598618:30598635,30610474:30610660,30612752:30612793,30621589:30621646,30623556:30623604,30628402:30633671,30646536:30646742,30651375:30651534,30659651:30661047,30662522:30662623,30691698:30691806,30693892:30693970,30700041:30700216,30700325:30700379,30702695:30702832,30703020:30703103,30708193:30708226,30711330:30711363,30712488:30712666,30714264:30714298,30722608:30722640,30726241:30726255,30736995:30737055,30740250:30740495,30742941:30743137,30767185:30767463,30767190:30767385,30770715:30770888,30780306:30780435,30783382:30783582,30787016:30787087,30793123:30793373,30795753:30795891,30799843:30799932,30807073:30807181,30811806:30811947,30813479:30813650,30813960:30814068,30820630:30820829,30827848:30831490,30852458:30852734,30861080:30861499,30861085:30861303,30862824:30863643,30867718:30868142,30874161:30874315,30876993:30877130', 'assoc_mat': '30592643:carton:4205:30592718,30593708:carton:4205:30593815,30598618:carton:4205:30598635,30610474:carton:4205:30610660,30612752:carton:4205:30612793,30621589:carton:4205:30621646,30623556:carton:4205:30623604,30628402:carton:4205:30633671,30646536:carton:4205:30646742,30651375:carton:4205:30651534,30659651:carton:4205:30661047,30662522:carton:4205:30662623,30691698:carton:4205:30691806,30693892:carton:4205:30693970,30700041:carton:4205:30700216,30700325:carton:4205:30700379,30702695:carton:4205:30702832,30703020:carton:4205:30703103,30708193:carton:4205:30708226,30711330:carton:4205:30711363,30712488:carton:4205:30712666,30714264:carton:4205:30714298,30722608:carton:4205:30722640,30726241:carton:4205:30726255,30736995:carton:4205:30737055,30740250:carton:4205:30740495,30742941:carton:4205:30743137,30767185:carton:4205:30767463,30767190:carton:4205:30767385,30770715:carton:4205:30770888,30780306:carton:4205:30780435,30783382:carton:4205:30783582,30787016:carton:4205:30787087,30793123:carton:4205:30793373,3079'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.008953189690073478, 'nb_photo': 1710, 'list_port_cont': '30591931,30595545,30597471,30598817,30599384,30608758,30611319,30622051,30623466,30628851,30629374,30643391,30647951,30648962,30650226,30651836,30659278,30661924,30664018,30666982,30691467,30692598,30693034,30694574,30694673,30698522,30699879,30702138,30703221,30707576,30709246,30717613,30717649,30720742,30722825,30725966,30727675,30737712,30739963,30742396,30767664,30769303,30774069,30781984,30785507,30787491,30794683,30797315,30799840,30801392,30807941,30812085,30815303,30818195,30820185,30825454,30828614,30849750,30853058,30856000,30862570,30866292,30868475,30869149,30874820,30879265,30879520,30881232,30886689', 'assoc_port': '30591562:30591931,30594827:30595545,30597286:30597471,30598610:30598817,30599179:30599384,30607874:30608758,30610940:30611319,30621580:30622051,30622991:30623466,30628387:30628851,30628870:30629374,30642803:30643391,30642825:30647951,30645336:30648962,30649858:30650226,30651385:30651836,30659035:30659278,30661736:30661924,30663787:30664018,30666717:30666982,30691353:30691467,30692285:30692598,30692850:30693034,30694347:30694574,30694607:30694673,30698409:30698522,30699530:30699879,30701688:30702138,30703024:30703221,30707474:30707576,30709226:30709246,30716912:30717649,30716916:30717613,30720606:30720742,30722607:30722825,30725593:30725966,30727243:30727675,30736977:30737712,30739558:30739963,30741935:30742396,30767182:30767664,30769118:30769303,30773667:30774069,30781690:30781984,30785189:30785507,30787323:30787491,30794321:30794683,30796900:30797315,30799460:30799840,30801207:30801392,30807776:30807941,30809644:30812085,30812453:30815303,30818014:30818195,30819805:30820185,30824843:30825454,30828247:3082861', 'assoc_mat': '30591562:carton:4203:30591931,30594827:carton:4203:30595545,30597286:carton:4203:30597471,30598610:carton:4203:30598817,30599179:carton:4203:30599384,30607874:carton:4203:30608758,30610940:carton:4203:30611319,30621580:carton:4203:30622051,30622991:carton:4203:30623466,30628387:carton:4203:30628851,30628870:carton:4203:30629374,30642803:carton:4203:30643391,30642825:carton:4203:30647951,30645336:carton:4203:30648962,30649858:carton:4203:30650226,30651385:carton:4203:30651836,30659035:carton:4203:30659278,30661736:carton:4203:30661924,30663787:carton:4203:30664018,30666717:carton:4203:30666982,30691353:carton:4203:30691467,30692285:carton:4203:30692598,30692850:carton:4203:30693034,30694347:carton:4203:30694574,30694607:carton:4203:30694673,30698409:carton:4203:30698522,30699530:carton:4203:30699879,30701688:carton:4203:30702138,30703024:carton:4203:30703221,30707474:carton:4203:30707576,30709226:carton:4203:30709246,30716912:carton:4203:30717649,30716916:carton:4203:30717613,30720606:carton:4203:30720742,3072'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9266442655653445, 'nb_photo': 1119, 'list_port_cont': '30590722,30591359,30594941,30594964,30595016,30595060,30595148,30595159,30595176,30595268,30595762,30596222,30598357,30598408,30598968,30599018,30601427,30606931,30606957,30607087,30610528,30610569,30610584,30610658,30611038,30612346,30612372,30612392,30612431,30612492,30615845,30615959,30615993,30618865,30619400,30619971,30620662,30621669,30621687,30621713,30621749,30623026,30623054,30623587,30624433,30625569,30626094,30626138,30628496,30628948,30629098,30639002,30642862,30642930,30642997,30643096,30643918,30643920,30645473,30646703,30647593,30647615,30647928,30649237,30650565,30650637,30651210,30651407,30651423,30652261,30652316,30652437,30653301,30658435,30659709,30659721,30659775,30659819,30660403,30660426,30661663,30661784,30661853,30662123,30663942,30666734,30666762,30666811,30666861,30690293,30690793,30690827,30690837,30691059,30691132,30691378,30691729,30691754,30691851,30692323,30692349,30692368,30692957,30692969,30693247,30693909,30694394,30694401,30695305,30698074,30698417,30699057,30699371,3069939', 'assoc_port': '30590637:30590722,30590643:30591359,30594759:30595176,30594760:30595268,30594764:30595159,30594777:30595148,30594792:30595016,30594823:30595060,30594828:30594941,30594833:30594964,30595731:30595762,30595998:30596222,30598325:30598408,30598330:30598357,30598950:30599018,30598953:30598968,30601356:30601427,30606831:30607087,30606847:30606957,30606862:30606931,30610468:30610658,30610473:30610584,30610476:30610569,30610477:30610528,30610921:30611038,30612250:30612431,30612251:30612492,30612254:30612392,30612283:30612372,30612297:30612346,30615486:30615959,30615488:30615993,30615490:30615845,30618815:30618865,30619328:30619400,30619914:30619971,30620571:30620662,30621577:30621713,30621579:30621749,30621583:30621687,30621586:30621669,30622903:30623054,30622908:30623026,30622970:30624433,30623557:30623587,30625481:30625569,30625966:30626138,30625977:30626094,30628404:30628496,30628854:30629098,30628861:30639002,30628873:30628948,30642797:30643096,30642801:30642997,30642812:30642930,30642818:30642862,30643808:3064391', 'assoc_mat': '30590637:carton:4207:30590722,30590643:carton:4207:30591359,30594759:carton:4207:30595176,30594760:carton:4207:30595268,30594764:carton:4207:30595159,30594777:carton:4207:30595148,30594792:carton:4207:30595016,30594823:carton:4207:30595060,30594828:carton:4207:30594941,30594833:carton:4207:30594964,30595731:carton:4207:30595762,30595998:carton:4207:30596222,30598325:carton:4207:30598408,30598330:carton:4207:30598357,30598950:carton:4207:30599018,30598953:carton:4207:30598968,30601356:carton:4207:30601427,30606831:carton:4207:30607087,30606847:carton:4207:30606957,30606862:carton:4207:30606931,30610468:carton:4207:30610658,30610473:carton:4207:30610584,30610476:carton:4207:30610569,30610477:carton:4207:30610528,30610921:carton:4207:30611038,30612250:carton:4207:30612431,30612251:carton:4207:30612492,30612254:carton:4207:30612392,30612283:carton:4207:30612372,30612297:carton:4207:30612346,30615486:carton:4207:30615959,30615488:carton:4207:30615993,30615490:carton:4207:30615845,30618815:carton:4207:30618865,3061'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.019253123334324038, 'nb_photo': 4603, 'list_port_cont': '30595100,30595200,30595360,30595788,30596480,30598370,30598438,30599063,30601455,30607113,30610684,30610824,30612446,30612513,30616074,30619508,30620720,30621724,30623079,30623156,30625630,30626198,30629015,30629133,30642891,30642944,30643155,30645495,30649271,30649295,30650667,30652328,30652378,30653630,30659733,30659797,30659843,30660441,30666790,30666874,30666934,30690857,30690897,30691775,30691862,30692424,30692898,30693989,30694448,30694843,30698113,30699406,30700405,30700431,30700727,30701865,30702905,30703125,30704018,30704973,30707692,30708285,30710122,30710162,30717151,30717331,30717381,30717492,30717564,30721689,30721862,30722686,30723935,30724332,30724509,30725697,30725738,30729504,30732241,30736065,30736142,30737111,30737825,30741506,30741551,30742034,30744359,30766598,30767440,30767768,30769213,30770730,30770853,30771251,30775879,30775957,30779813,30780199,30782455,30786322,30786378,30786486,30787110,30788542,30794812,30794842,30795838,30796992,30798053,30799577,30799960,30800765,30800793,3080727', 'assoc_port': '30594758:30595360,30594763:30595200,30594796:30595100,30594829:30595788,30595997:30596480,30598328:30598370,30598332:30598438,30598957:30599063,30601361:30601455,30606833:30607113,30610463:30610824,30610469:30610684,30610478:30612446,30612253:30612513,30615489:30616074,30619326:30619508,30620568:30620720,30621582:30621724,30622904:30623156,30622928:30623079,30625444:30625630,30625969:30626198,30628855:30629133,30628860:30629015,30642793:30643155,30642815:30642891,30642829:30642944,30645333:30645495,30647557:30649295,30649171:30649271,30650440:30650667,30652151:30652378,30652163:30652328,30653102:30653630,30659624:30659843,30659645:30659797,30659655:30659733,30660279:30660441,30661737:30666934,30666709:30666790,30666716:30666874,30690722:30690897,30690733:30690857,30691688:30691862,30691703:30691775,30692293:30692424,30692847:30692898,30693891:30693989,30694343:30694448,30694746:30694843,30698013:30698113,30699321:30699406,30700321:30700431,30700324:30700405,30700637:30700727,30701692:30701865,30702696:3070290', 'assoc_mat': '30594758:carton:4461:30595360,30594763:carton:4461:30595200,30594796:carton:4461:30595100,30594829:carton:4461:30595788,30595997:carton:4461:30596480,30598328:carton:4461:30598370,30598332:carton:4461:30598438,30598957:carton:4461:30599063,30601361:carton:4461:30601455,30606833:carton:4461:30607113,30610463:carton:4461:30610824,30610469:carton:4461:30610684,30610478:carton:4461:30612446,30612253:carton:4461:30612513,30615489:carton:4461:30616074,30619326:carton:4461:30619508,30620568:carton:4461:30620720,30621582:carton:4461:30621724,30622904:carton:4461:30623156,30622928:carton:4461:30623079,30625444:carton:4461:30625630,30625969:carton:4461:30626198,30628855:carton:4461:30629133,30628860:carton:4461:30629015,30642793:carton:4461:30643155,30642815:carton:4461:30642891,30642829:carton:4461:30642944,30645333:carton:4461:30645495,30647557:carton:4461:30649295,30649171:carton:4461:30649271,30650440:carton:4461:30650667,30652151:carton:4461:30652378,30652163:carton:4461:30652328,30653102:carton:4461:30653630,3065'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.029376376416398613, 'nb_photo': 1581, 'list_port_cont': '30589140,30590668,30590696,30591697,30591718,30592566,30595040,30595228,30595854,30596283,30598430,30598710,30598996,30599256,30601678,30606608,30607074,30607945,30608017,30609452,30611530,30611767,30612480,30612940,30612956,30618981,30619538,30620338,30621896,30623093,30623129,30623733,30624083,30626190,30628584,30628968,30628983,30629218,30629320,30643048,30643285,30643971,30645444,30646722,30647016,30647636,30649987,30652290,30652419,30652456,30652482,30653553,30659264,30660221,30660690,30661069,30661116,30661832,30662591,30662713,30663915,30690310,30691107,30691441,30691827,30692403,30692448,30692859,30692880,30692945,30693018,30693964,30694501,30694628,30694803,30698290,30698868,30698966,30699641,30699831,30700164,30700712,30701813,30701937,30702802,30702863,30704075,30704606,30707668,30707725,30708207,30709916,30710091,30710954,30711244,30711399,30712567,30712635,30712706,30713782,30714847,30717217,30720645,30721656,30721659,30722714,30723377,30723896,30724255,30724316,30725689,30726295,30727180,3072754', 'assoc_port': '30589034:30589140,30590639:30590668,30590640:30590696,30591564:30591697,30591565:30591718,30592446:30592566,30594820:30595228,30594832:30595040,30595730:30595854,30595999:30596283,30598329:30598430,30598609:30598710,30598617:30601678,30598951:30598996,30599177:30599256,30606399:30606608,30606828:30607074,30607877:30608017,30607884:30607945,30609185:30611530,30609199:30609452,30610949:30611767,30612256:30612480,30612739:30612956,30612745:30612940,30618812:30618981,30619329:30619538,30620242:30620338,30621578:30621896,30621588:30623733,30622905:30623129,30622989:30623093,30623745:30624083,30625963:30626190,30628388:30628584,30628832:30629320,30628858:30629218,30628869:30628983,30628872:30628968,30642795:30643285,30642811:30643048,30642821:30647016,30643845:30643971,30645323:30645444,30646532:30646722,30647576:30647636,30649848:30652456,30649862:30649987,30652140:30652482,30652157:30652419,30652176:30652290,30653103:30653553,30659029:30659264,30659641:30660221,30659648:30661116,30659658:30661069,30660618:3066069', 'assoc_mat': '30589034:carton:4200:30589140,30590639:carton:4200:30590668,30590640:carton:4200:30590696,30591564:carton:4200:30591697,30591565:carton:4200:30591718,30592446:carton:4200:30592566,30594820:carton:4200:30595228,30594832:carton:4200:30595040,30595730:carton:4200:30595854,30595999:carton:4200:30596283,30598329:carton:4200:30598430,30598609:carton:4200:30598710,30598617:carton:4200:30601678,30598951:carton:4200:30598996,30599177:carton:4200:30599256,30606399:carton:4200:30606608,30606828:carton:4200:30607074,30607877:carton:4200:30608017,30607884:carton:4200:30607945,30609185:carton:4200:30611530,30609199:carton:4200:30609452,30610949:carton:4200:30611767,30612256:carton:4200:30612480,30612739:carton:4200:30612956,30612745:carton:4200:30612940,30618812:carton:4200:30618981,30619329:carton:4200:30619538,30620242:carton:4200:30620338,30621578:carton:4200:30621896,30621588:carton:4200:30623733,30622905:carton:4200:30623129,30622989:carton:4200:30623093,30623745:carton:4200:30624083,30625963:carton:4200:30626190,3062'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010839899013517798, 'nb_photo': 333, 'list_port_cont': '30590855,30595006,30595105,30599096,30609511,30610732,30612548,30616215,30620211,30623199,30629296,30639144,30643047,30646873,30650738,30653672,30660478,30661678,30661871,30663031,30663066,30666844,30691884,30692387,30693436,30694663,30701854,30710048,30717295,30722276,30723926,30724392,30724931,30725773,30725796,30727744,30738460,30770086,30770966,30780766,30782886,30785324,30786403,30789673,30795378,30795961,30798730,30799621,30801343,30807244,30808626,30809661,30810482,30812010,30815169,30815935,30819970,30820372,30820892,30827498,30827517,30828517,30833814,30850309,30852711,30856536,30859839,30861268,30861383,30861552,30861571,30863917,30864604,30866156,30866168,30873672,30873787,30874789,30875376,30877027,30878667,30881197,30881522,30886629', 'assoc_port': '30590646:30590855,30594791:30595006,30594835:30595105,30598956:30599096,30609192:30609511,30610467:30610732,30612295:30612548,30615492:30616215,30619912:30620211,30622992:30623199,30628835:30629296,30638945:30639144,30642827:30643047,30646535:30646873,30650439:30650738,30652165:30653672,30659642:30661678,30660278:30660478,30661742:30661871,30662986:30663066,30662987:30663031,30666722:30666844,30691692:30691884,30692289:30692387,30693199:30693436,30694604:30694663,30701682:30701854,30709801:30710048,30716925:30717295,30721604:30722276,30723828:30723926,30724085:30724392,30724754:30724931,30725591:30725773,30725598:30725796,30727649:30727744,30738354:30738460,30769897:30770086,30770717:30770966,30780580:30780766,30782760:30782886,30785185:30785324,30786232:30786403,30786233:30789673,30794742:30795378,30795766:30795961,30798185:30798730,30799463:30799621,30800661:30801343,30807062:30807244,30808487:30808626,30809633:30809661,30809645:30810482,30811812:30812010,30813476:30815935,30814541:30815169,30819800:3081997', 'assoc_mat': '30590646:carton:4209:30590855,30594791:carton:4209:30595006,30594835:carton:4209:30595105,30598956:carton:4209:30599096,30609192:carton:4209:30609511,30610467:carton:4209:30610732,30612295:carton:4209:30612548,30615492:carton:4209:30616215,30619912:carton:4209:30620211,30622992:carton:4209:30623199,30628835:carton:4209:30629296,30638945:carton:4209:30639144,30642827:carton:4209:30643047,30646535:carton:4209:30646873,30650439:carton:4209:30650738,30652165:carton:4209:30653672,30659642:carton:4209:30661678,30660278:carton:4209:30660478,30661742:carton:4209:30661871,30662986:carton:4209:30663066,30662987:carton:4209:30663031,30666722:carton:4209:30666844,30691692:carton:4209:30691884,30692289:carton:4209:30692387,30693199:carton:4209:30693436,30694604:carton:4209:30694663,30701682:carton:4209:30701854,30709801:carton:4209:30710048,30716925:carton:4209:30717295,30721604:carton:4209:30722276,30723828:carton:4209:30723926,30724085:carton:4209:30724392,30724754:carton:4209:30724931,30725591:carton:4209:30725773,3072'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0017997224366063875, 'nb_photo': 2349, 'list_port_cont': '30589595,30590798,30590831,30592592,30595079,30595257,30595286,30595445,30595886,30596563,30598470,30598803,30600397,30601486,30606667,30606677,30608025,30609576,30610742,30613042,30613386,30616352,30619590,30620075,30621771,30621911,30622030,30623265,30624591,30625690,30626609,30628618,30629278,30629524,30640337,30643028,30643114,30643136,30644054,30645715,30646922,30647671,30648047,30650067,30650119,30651689,30653081,30653763,30656035,30659206,30659879,30659899,30660499,30660761,30661376,30661889,30662752,30662811,30663967,30667063,30690933,30690955,30691088,30691184,30691905,30691936,30691999,30692467,30692486,30692508,30692986,30694022,30694044,30694472,30694510,30695348,30695404,30698085,30698460,30698916,30698939,30699084,30700247,30700455,30700763,30700786,30701978,30702889,30702930,30702945,30704100,30704331,30705364,30707751,30708324,30708342,30709430,30709448,30710633,30710991,30711009,30712677,30712730,30713037,30713867,30714940,30719475,30720527,30720539,30721798,30721817,30722763,30722784,3072364', 'assoc_port': '30589032:30589595,30590638:30590831,30590648:30590798,30592445:30592592,30594761:30595079,30594794:30595445,30594826:30595286,30594830:30595257,30595732:30595886,30596000:30596563,30598331:30598470,30598615:30598803,30599916:30600397,30601360:30601486,30606396:30606677,30606405:30606667,30607881:30608025,30609189:30609576,30610481:30610742,30610942:30613386,30612298:30616352,30612740:30613042,30619330:30619590,30619915:30620075,30621576:30622030,30621584:30621911,30621590:30621771,30622906:30623265,30622948:30625690,30624349:30624591,30625962:30626609,30628395:30628618,30628830:30629524,30628859:30629278,30639891:30640337,30642806:30643136,30642816:30643114,30642828:30643028,30643827:30644054,30645322:30645715,30646527:30646922,30647575:30647671,30647880:30648047,30649850:30650119,30649884:30650067,30651380:30651689,30652166:30653081,30652181:30656035,30653104:30653763,30659037:30659206,30659638:30659899,30659647:30659879,30659654:30661376,30660274:30660499,30660621:30660761,30661740:30661889,30661744:3066706', 'assoc_mat': '30589032:carton:4211:30589595,30590638:carton:4211:30590831,30590648:carton:4211:30590798,30592445:carton:4211:30592592,30594761:carton:4211:30595079,30594794:carton:4211:30595445,30594826:carton:4211:30595286,30594830:carton:4211:30595257,30595732:carton:4211:30595886,30596000:carton:4211:30596563,30598331:carton:4211:30598470,30598615:carton:4211:30598803,30599916:carton:4211:30600397,30601360:carton:4211:30601486,30606396:carton:4211:30606677,30606405:carton:4211:30606667,30607881:carton:4211:30608025,30609189:carton:4211:30609576,30610481:carton:4211:30610742,30610942:carton:4211:30613386,30612298:carton:4211:30616352,30612740:carton:4211:30613042,30619330:carton:4211:30619590,30619915:carton:4211:30620075,30621576:carton:4211:30622030,30621584:carton:4211:30621911,30621590:carton:4211:30621771,30622906:carton:4211:30623265,30622948:carton:4211:30625690,30624349:carton:4211:30624591,30625962:carton:4211:30626609,30628395:carton:4211:30628618,30628830:carton:4211:30629524,30628859:carton:4211:30629278,3063'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.019041417980118686, 'nb_photo': 2728, 'list_port_cont': '30590894,30590904,30591833,30592753,30593920,30595422,30595596,30596719,30598565,30599133,30601518,30601646,30601738,30606750,30607187,30607218,30607240,30608125,30608348,30610782,30610814,30610929,30611174,30612560,30612583,30612679,30612879,30616307,30616368,30619012,30619650,30620108,30620801,30621931,30621973,30623239,30623807,30624741,30625811,30626305,30628766,30629313,30629407,30629483,30643219,30643247,30644151,30644177,30645806,30645904,30647712,30647763,30649160,30650834,30651316,30652705,30654343,30654349,30659243,30659934,30659956,30659973,30660543,30660825,30660914,30660921,30661975,30667010,30667022,30667043,30690402,30690436,30690987,30691151,30691164,30691212,30691924,30691963,30692021,30692799,30693047,30693167,30694095,30694545,30694915,30695439,30699443,30699460,30699474,30699814,30700477,30700796,30700825,30702080,30703242,30703285,30703399,30704162,30704192,30707777,30707902,30708390,30708664,30709539,30710648,30710668,30711880,30712749,30712832,30712908,30712982,30714115,30714393,3071753', 'assoc_port': '30590636:30590894,30590647:30590904,30591563:30591833,30592444:30592753,30593705:30593920,30594790:30595596,30594825:30595422,30595729:30601738,30595995:30596719,30598327:30598565,30598952:30599133,30601357:30601518,30601359:30601646,30606397:30606750,30606829:30607218,30606834:30607187,30606861:30607240,30607873:30608348,30607883:30608125,30610470:30610929,30610475:30610782,30610479:30610814,30610944:30611174,30612248:30612560,30612252:30612679,30612296:30612583,30612746:30612879,30615485:30616307,30615487:30616368,30618813:30619012,30619327:30619650,30619913:30620108,30620570:30620801,30621581:30621931,30621585:30621973,30622901:30623807,30622907:30623239,30624345:30624741,30625489:30625811,30625973:30626305,30628403:30628766,30628853:30629407,30628862:30629483,30628874:30629313,30642799:30643247,30642814:30643219,30642819:30644151,30643810:30644177,30645304:30645904,30645334:30645806,30646524:30647763,30647572:30647712,30648603:30649160,30650433:30651316,30650437:30650834,30652137:30654349,30652161:3065270', 'assoc_mat': '30590636:carton:3327:30590894,30590647:carton:3327:30590904,30591563:carton:3327:30591833,30592444:carton:3327:30592753,30593705:carton:3327:30593920,30594790:carton:3327:30595596,30594825:carton:3327:30595422,30595729:carton:3327:30601738,30595995:carton:3327:30596719,30598327:carton:3327:30598565,30598952:carton:3327:30599133,30601357:carton:3327:30601518,30601359:carton:3327:30601646,30606397:carton:3327:30606750,30606829:carton:3327:30607218,30606834:carton:3327:30607187,30606861:carton:3327:30607240,30607873:carton:3327:30608348,30607883:carton:3327:30608125,30610470:carton:3327:30610929,30610475:carton:3327:30610782,30610479:carton:3327:30610814,30610944:carton:3327:30611174,30612248:carton:3327:30612560,30612252:carton:3327:30612679,30612296:carton:3327:30612583,30612746:carton:3327:30612879,30615485:carton:3327:30616307,30615487:carton:3327:30616368,30618813:carton:3327:30619012,30619327:carton:3327:30619650,30619913:carton:3327:30620108,30620570:carton:3327:30620801,30621581:carton:3327:30621931,3062'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.027316608480368647, 'nb_photo': 1752, 'list_port_cont': '30666972,30691812,30699071,30700234,30701836,30704109,30717280,30722805,30740649,30742541,30770796,30770979,30772898,30773936,30786519,30788712', 'assoc_port': '30666723:30666972,30691694:30691812,30699021:30699071,30700040:30700234,30701684:30701836,30703956:30704109,30716924:30717280,30722571:30722805,30740247:30740649,30742331:30742541,30770705:30770979,30770708:30770796,30772702:30772898,30773666:30773936,30785184:30786519,30788263:30788712', 'assoc_mat': '30666723:carton:3594:30666972,30691694:carton:3594:30691812,30699021:carton:3594:30699071,30700040:carton:3594:30700234,30701684:carton:3594:30701836,30703956:carton:3594:30704109,30716924:carton:3594:30717280,30722571:carton:3594:30722805,30740247:carton:3594:30740649,30742331:carton:3594:30742541,30770705:carton:3594:30770979,30770708:carton:3594:30770796,30772702:carton:3594:30772898,30773666:carton:3594:30773936,30785184:carton:3594:30786519,30788263:carton:3594:30788712'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.003449411096859744, 'nb_photo': 937, 'list_port_cont': '30589078,30594983,30595826,30601445,30605135,30606979,30610600,30612405,30615785,30618882,30620741,30623019,30624501,30625536,30628918,30629001,30646612,30649213,30650652,30652365,30653500,30659688,30660393,30661778,30661795,30666757,30666826,30666906,30668639,30690815,30692331,30692908,30694369,30695352,30698431,30700151,30700354,30700367,30702567,30704007,30710085,30710930,30710934,30717063,30717237,30720502,30723283,30723845,30726302,30726502,30729344,30737007,30737096,30737222,30738415,30740725,30742824,30769164,30770829,30772734,30773698,30781883,30782816,30783492,30786269,30786312,30793207,30796944,30797668,30797680,30799898,30800721,30807112,30808384,30809728,30810403,30811885,30813528,30814079,30818532,30819966,30824614,30827345,30827432,30828367,30849681,30851224,30852622,30853388,30859796,30859825,30859866,30861127,30861250,30861325,30861395,30861423,30862133,30865945,30865963,30867255,30873602,30877087,30878534,30881044,30881107', 'assoc_port': '30589036:30589078,30594793:30595826,30594831:30594983,30601354:30601445,30605112:30605135,30606832:30606979,30610471:30610600,30610483:30612405,30615491:30615785,30618814:30618882,30620569:30620741,30622909:30624501,30622951:30623019,30625485:30625536,30628857:30629001,30628868:30628918,30646530:30646612,30649154:30649213,30650436:30650652,30652148:30652365,30652168:30653500,30659609:30659688,30660275:30660393,30661731:30661795,30661741:30661778,30666710:30666906,30666712:30666826,30666718:30666757,30666719:30668639,30690726:30690815,30692287:30692331,30692849:30692908,30694350:30694369,30695302:30695352,30698407:30698431,30700038:30700151,30700326:30700367,30700327:30700354,30701677:30702567,30703949:30704007,30709798:30710085,30710833:30710934,30710841:30710930,30716915:30717237,30716921:30717063,30720436:30720502,30722578:30723283,30723832:30723845,30725596:30726302,30726459:30726502,30727238:30729344,30736976:30737222,30736984:30737096,30736994:30737007,30738355:30738415,30739570:30740725,30741941:3074282', 'assoc_mat': '30589036:cartonnette:3726:30589078,30594793:cartonnette:3726:30595826,30594831:cartonnette:3726:30594983,30601354:cartonnette:3726:30601445,30605112:cartonnette:3726:30605135,30606832:cartonnette:3726:30606979,30610471:cartonnette:3726:30610600,30610483:cartonnette:3726:30612405,30615491:cartonnette:3726:30615785,30618814:cartonnette:3726:30618882,30620569:cartonnette:3726:30620741,30622909:cartonnette:3726:30624501,30622951:cartonnette:3726:30623019,30625485:cartonnette:3726:30625536,30628857:cartonnette:3726:30629001,30628868:cartonnette:3726:30628918,30646530:cartonnette:3726:30646612,30649154:cartonnette:3726:30649213,30650436:cartonnette:3726:30650652,30652148:cartonnette:3726:30652365,30652168:cartonnette:3726:30653500,30659609:cartonnette:3726:30659688,30660275:cartonnette:3726:30660393,30661731:cartonnette:3726:30661795,30661741:cartonnette:3726:30661778,30666710:cartonnette:3726:30666906,30666712:cartonnette:3726:30666826,30666718:cartonnette:3726:30666757,30666719:cartonnette:3726:30668639,30690726:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.017714022334897675, 'nb_photo': 2778, 'list_port_cont': '30589088,30594981,30595833,30601443,30605138,30606973,30610581,30612410,30615794,30618884,30620740,30623020,30624494,30625537,30628926,30629009,30646617,30649214,30650643,30652359,30653502,30658066,30659682,30660397,30661768,30661806,30666758,30666827,30666910,30668645,30690812,30692335,30692907,30694366,30695355,30698438,30700149,30700348,30700360,30702565,30704008,30710082,30710923,30710932,30716573,30717073,30717238,30720504,30723292,30723837,30726308,30726506,30729341,30737004,30737099,30737217,30738409,30740721,30742826,30769174,30770832,30772736,30773700,30781894,30782811,30783496,30786274,30786308,30793205,30796951,30797669,30797677,30799896,30800720,30807119,30808390,30809717,30810404,30811878,30813529,30814082,30818530,30819955,30824616,30827352,30827438,30828370,30849683,30851219,30852613,30853385,30859797,30859812,30859824,30859865,30859909,30861125,30861163,30861249,30861327,30861385,30861415,30862131,30865938,30865966,30867253,30873599,30877084,30878536,30881051,30881118', 'assoc_port': '30589036:30589088,30594793:30595833,30594831:30594981,30601354:30601443,30605112:30605138,30606832:30606973,30610471:30610581,30610483:30612410,30615491:30615794,30618814:30618884,30620569:30620740,30622909:30624494,30622951:30623020,30625485:30625537,30628857:30629009,30628868:30628926,30646530:30646617,30649154:30649214,30650436:30650643,30652148:30652359,30652168:30653502,30658013:30658066,30659609:30659682,30660275:30660397,30661731:30661806,30661741:30661768,30666710:30666910,30666712:30666827,30666718:30666758,30666719:30668645,30690726:30690812,30692287:30692335,30692849:30692907,30694350:30694366,30695302:30695355,30698407:30698438,30700038:30700149,30700326:30700360,30700327:30700348,30701677:30702565,30703949:30704008,30709798:30710082,30710833:30710932,30710841:30710923,30716568:30716573,30716915:30717238,30716921:30717073,30720436:30720504,30722578:30723292,30723832:30723837,30725596:30726308,30726459:30726506,30727238:30729341,30736976:30737217,30736984:30737099,30736994:30737004,30738355:3073840', 'assoc_mat': '30589036:Carton_brun:3726:30589088,30594793:Carton_brun:3726:30595833,30594831:Carton_brun:3726:30594981,30601354:Carton_brun:3726:30601443,30605112:Carton_brun:3726:30605138,30606832:Carton_brun:3726:30606973,30610471:Carton_brun:3726:30610581,30610483:Carton_brun:3726:30612410,30615491:Carton_brun:3726:30615794,30618814:Carton_brun:3726:30618884,30620569:Carton_brun:3726:30620740,30622909:Carton_brun:3726:30624494,30622951:Carton_brun:3726:30623020,30625485:Carton_brun:3726:30625537,30628857:Carton_brun:3726:30629009,30628868:Carton_brun:3726:30628926,30646530:Carton_brun:3726:30646617,30649154:Carton_brun:3726:30649214,30650436:Carton_brun:3726:30650643,30652148:Carton_brun:3726:30652359,30652168:Carton_brun:3726:30653502,30658013:Carton_brun:3726:30658066,30659609:Carton_brun:3726:30659682,30660275:Carton_brun:3726:30660397,30661731:Carton_brun:3726:30661806,30661741:Carton_brun:3726:30661768,30666710:Carton_brun:3726:30666910,30666712:Carton_brun:3726:30666827,30666718:Carton_brun:3726:30666758,30666719:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009439172438230612, 'nb_photo': 1849, 'list_port_cont': '30589079,30594989,30595827,30601444,30605130,30606969,30610583,30612408,30615787,30618877,30620745,30623013,30624499,30625538,30628924,30629006,30646608,30649215,30650647,30652360,30653506,30658056,30659683,30660401,30661769,30661800,30666748,30666836,30666905,30668640,30690814,30692332,30692903,30694368,30695361,30698430,30700147,30700350,30700361,30702564,30704014,30710075,30710924,30710935,30716569,30717067,30717232,30720505,30723288,30723835,30726309,30726504,30729342,30736998,30737089,30737219,30738414,30740727,30742828,30769166,30770825,30772732,30773708,30781886,30782809,30783493,30786270,30786315,30793202,30796952,30797666,30797684,30799895,30800714,30807111,30808386,30809720,30810407,30811886,30813531,30814076,30818527,30819965,30824617,30827354,30827436,30828366,30849673,30851221,30852616,30853390,30859794,30859804,30859828,30859873,30861124,30861154,30861257,30861329,30861396,30861418,30862141,30865935,30865969,30867258,30873597,30877085,30878540,30881047,30881115', 'assoc_port': '30589036:30589079,30594793:30595827,30594831:30594989,30601354:30601444,30605112:30605130,30606832:30606969,30610471:30610583,30610483:30612408,30615491:30615787,30618814:30618877,30620569:30620745,30622909:30624499,30622951:30623013,30625485:30625538,30628857:30629006,30628868:30628924,30646530:30646608,30649154:30649215,30650436:30650647,30652148:30652360,30652168:30653506,30658013:30658056,30659609:30659683,30660275:30660401,30661731:30661800,30661741:30661769,30666710:30666905,30666712:30666836,30666718:30666748,30666719:30668640,30690726:30690814,30692287:30692332,30692849:30692903,30694350:30694368,30695302:30695361,30698407:30698430,30700038:30700147,30700326:30700361,30700327:30700350,30701677:30702564,30703949:30704014,30709798:30710075,30710833:30710935,30710841:30710924,30716568:30716569,30716915:30717232,30716921:30717067,30720436:30720505,30722578:30723288,30723832:30723835,30725596:30726309,30726459:30726504,30727238:30729342,30736976:30737219,30736984:30737089,30736994:30736998,30738355:3073841', 'assoc_mat': '30589036:Carton_gris:3726:30589079,30594793:Carton_gris:3726:30595827,30594831:Carton_gris:3726:30594989,30601354:Carton_gris:3726:30601444,30605112:Carton_gris:3726:30605130,30606832:Carton_gris:3726:30606969,30610471:Carton_gris:3726:30610583,30610483:Carton_gris:3726:30612408,30615491:Carton_gris:3726:30615787,30618814:Carton_gris:3726:30618877,30620569:Carton_gris:3726:30620745,30622909:Carton_gris:3726:30624499,30622951:Carton_gris:3726:30623013,30625485:Carton_gris:3726:30625538,30628857:Carton_gris:3726:30629006,30628868:Carton_gris:3726:30628924,30646530:Carton_gris:3726:30646608,30649154:Carton_gris:3726:30649215,30650436:Carton_gris:3726:30650647,30652148:Carton_gris:3726:30652360,30652168:Carton_gris:3726:30653506,30658013:Carton_gris:3726:30658056,30659609:Carton_gris:3726:30659683,30660275:Carton_gris:3726:30660401,30661731:Carton_gris:3726:30661800,30661741:Carton_gris:3726:30661769,30666710:Carton_gris:3726:30666905,30666712:Carton_gris:3726:30666836,30666718:Carton_gris:3726:30666748,30666719:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005899814050117819, 'nb_photo': 214, 'list_port_cont': '30592726,30593818,30598629,30599039,30610665,30612787,30621647,30623606,30633670,30646734,30651515,30660670,30661045,30662626,30693979,30700371,30700693,30702835,30703100,30708232,30711369,30712656,30714271,30722631,30726263,30737054,30740508,30743134,30767377,30767467,30770895,30780444,30783588,30787083,30793374,30795901,30799940,30807190,30811958,30813640,30814059,30820835,30831485,30852731,30861294,30861513,30863640,30868151,30874317,30877129', 'assoc_port': '30592643:30592726,30593708:30593818,30598618:30598629,30598948:30599039,30610474:30610665,30612752:30612787,30621589:30621647,30623556:30623606,30628402:30633670,30646536:30646734,30651375:30651515,30659651:30661045,30660619:30660670,30662522:30662626,30693892:30693979,30700325:30700371,30700630:30700693,30702695:30702835,30703020:30703100,30708193:30708232,30711330:30711369,30712488:30712656,30714264:30714271,30722608:30722631,30726241:30726263,30736995:30737054,30740250:30740508,30742941:30743134,30767185:30767467,30767190:30767377,30770715:30770895,30780306:30780444,30783382:30783588,30787016:30787083,30793123:30793374,30795753:30795901,30799843:30799940,30807073:30807190,30811806:30811958,30813479:30813640,30813960:30814059,30820630:30820835,30827848:30831485,30852458:30852731,30861080:30861513,30861085:30861294,30862824:30863640,30867718:30868151,30874161:30874317,30876993:30877129', 'assoc_mat': '30592643:ela:4205:30592726,30593708:ela:4205:30593818,30598618:ela:4205:30598629,30598948:ela:4205:30599039,30610474:ela:4205:30610665,30612752:ela:4205:30612787,30621589:ela:4205:30621647,30623556:ela:4205:30623606,30628402:ela:4205:30633670,30646536:ela:4205:30646734,30651375:ela:4205:30651515,30659651:ela:4205:30661045,30660619:ela:4205:30660670,30662522:ela:4205:30662626,30693892:ela:4205:30693979,30700325:ela:4205:30700371,30700630:ela:4205:30700693,30702695:ela:4205:30702835,30703020:ela:4205:30703100,30708193:ela:4205:30708232,30711330:ela:4205:30711369,30712488:ela:4205:30712656,30714264:ela:4205:30714271,30722608:ela:4205:30722631,30726241:ela:4205:30726263,30736995:ela:4205:30737054,30740250:ela:4205:30740508,30742941:ela:4205:30743134,30767185:ela:4205:30767467,30767190:ela:4205:30767377,30770715:ela:4205:30770895,30780306:ela:4205:30780444,30783382:ela:4205:30783588,30787016:ela:4205:30787083,30793123:ela:4205:30793374,30795753:ela:4205:30795901,30799843:ela:4205:30799940,30807073:ela:4205:3080719'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.8621249452576338, 'nb_photo': 549, 'list_port_cont': '30591922,30595546,30597484,30599389,30608763,30611316,30622050,30623455,30628845,30643378,30648964,30650220,30651848,30659284,30661918,30664025,30691469,30692591,30693037,30694565,30694684,30698524,30699880,30702130,30703231,30707578,30717615,30717643,30720749,30722830,30725958,30727680,30737709,30739960,30742394,30767667,30769299,30774045,30781980,30785501,30787504,30794675,30797318,30799830,30801390,30807940,30812086,30815314,30818196,30820187,30825446,30828618,30849747,30853048,30855998,30862569,30866299,30868468,30869140,30874826,30879266,30879511,30881234,30886688', 'assoc_port': '30591562:30591922,30594827:30595546,30597286:30597484,30599179:30599389,30607874:30608763,30610940:30611316,30621580:30622050,30622991:30623455,30628387:30628845,30642803:30643378,30645336:30648964,30649858:30650220,30651385:30651848,30659035:30659284,30661736:30661918,30663787:30664025,30691353:30691469,30692285:30692591,30692850:30693037,30694347:30694565,30694607:30694684,30698409:30698524,30699530:30699880,30701688:30702130,30703024:30703231,30707474:30707578,30716912:30717643,30716916:30717615,30720606:30720749,30722607:30722830,30725593:30725958,30727243:30727680,30736977:30737709,30739558:30739960,30741935:30742394,30767182:30767667,30769118:30769299,30773667:30774045,30781690:30781980,30785189:30785501,30787323:30787504,30794321:30794675,30796900:30797318,30799460:30799830,30801207:30801390,30807776:30807940,30809644:30812086,30812453:30815314,30818014:30818196,30819805:30820187,30824843:30825446,30828247:30828618,30849653:30849747,30852500:30853048,30855366:30855998,30862442:30862569,30865617:3086629', 'assoc_mat': '30591562:ela:4203:30591922,30594827:ela:4203:30595546,30597286:ela:4203:30597484,30599179:ela:4203:30599389,30607874:ela:4203:30608763,30610940:ela:4203:30611316,30621580:ela:4203:30622050,30622991:ela:4203:30623455,30628387:ela:4203:30628845,30642803:ela:4203:30643378,30645336:ela:4203:30648964,30649858:ela:4203:30650220,30651385:ela:4203:30651848,30659035:ela:4203:30659284,30661736:ela:4203:30661918,30663787:ela:4203:30664025,30691353:ela:4203:30691469,30692285:ela:4203:30692591,30692850:ela:4203:30693037,30694347:ela:4203:30694565,30694607:ela:4203:30694684,30698409:ela:4203:30698524,30699530:ela:4203:30699880,30701688:ela:4203:30702130,30703024:ela:4203:30703231,30707474:ela:4203:30707578,30716912:ela:4203:30717643,30716916:ela:4203:30717615,30720606:ela:4203:30720749,30722607:ela:4203:30722830,30725593:ela:4203:30725958,30727243:ela:4203:30727680,30736977:ela:4203:30737709,30739558:ela:4203:30739960,30741935:ela:4203:30742394,30767182:ela:4203:30767667,30769118:ela:4203:30769299,30773667:ela:4203:3077404'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013918910385605156, 'nb_photo': 226, 'list_port_cont': '30591361,30594940,30595272,30598346,30598979,30599026,30601432,30606954,30607092,30610565,30610648,30612429,30615973,30615980,30620659,30621661,30621753,30623031,30623577,30626105,30626128,30628944,30639009,30642850,30642993,30643088,30643924,30645472,30647600,30649242,30650632,30652430,30653298,30659720,30659770,30660405,30660419,30661666,30661781,30662126,30666867,30690803,30690821,30690850,30691069,30691758,30692345,30692961,30693243,30694379,30694778,30699360,30699388,30699621,30700345,30700665,30700679,30703073,30703161,30703185,30703984,30704060,30709832,30710912,30717408,30719250,30721634,30722234,30722250,30722662,30723852,30724222,30725626,30727698,30734779,30736030,30737080,30737127,30737225,30738377,30738394,30739597,30740389,30741484,30741963,30744132,30745865,30767369,30767702,30768450,30769204,30770912,30770952,30773725,30775816,30780722,30781834,30781901,30782828,30782844,30785242,30785280,30785309,30786285,30786362,30787043,30787588,30794776,30795874,30797692,30799496,30799522,30799567,3080074', 'assoc_port': '30590643:30591361,30594760:30595272,30594828:30594940,30598330:30598346,30598950:30599026,30598953:30598979,30601356:30601432,30606831:30607092,30606847:30606954,30610468:30610648,30610476:30610565,30612250:30612429,30615486:30615973,30615488:30615980,30620571:30620659,30621579:30621753,30621586:30621661,30622908:30623031,30623557:30623577,30625966:30626128,30625977:30626105,30628861:30639009,30628873:30628944,30642797:30643088,30642801:30642993,30642818:30642850,30643846:30643924,30645329:30645472,30647574:30647600,30649156:30649242,30650434:30650632,30652146:30652430,30652173:30653298,30659640:30659770,30659643:30661666,30659649:30659720,30660273:30660419,30660276:30660405,30660620:30662126,30661739:30661781,30666713:30666867,30690723:30690850,30690728:30690821,30690731:30690803,30691044:30691069,30691700:30691758,30692291:30692345,30692845:30692961,30693200:30693243,30694349:30694379,30694744:30694778,30699315:30699388,30699332:30699360,30699528:30699621,30700328:30700345,30700632:30700679,30700636:3070066', 'assoc_mat': '30590643:ela:4207:30591361,30594760:ela:4207:30595272,30594828:ela:4207:30594940,30598330:ela:4207:30598346,30598950:ela:4207:30599026,30598953:ela:4207:30598979,30601356:ela:4207:30601432,30606831:ela:4207:30607092,30606847:ela:4207:30606954,30610468:ela:4207:30610648,30610476:ela:4207:30610565,30612250:ela:4207:30612429,30615486:ela:4207:30615973,30615488:ela:4207:30615980,30620571:ela:4207:30620659,30621579:ela:4207:30621753,30621586:ela:4207:30621661,30622908:ela:4207:30623031,30623557:ela:4207:30623577,30625966:ela:4207:30626128,30625977:ela:4207:30626105,30628861:ela:4207:30639009,30628873:ela:4207:30628944,30642797:ela:4207:30643088,30642801:ela:4207:30642993,30642818:ela:4207:30642850,30643846:ela:4207:30643924,30645329:ela:4207:30645472,30647574:ela:4207:30647600,30649156:ela:4207:30649242,30650434:ela:4207:30650632,30652146:ela:4207:30652430,30652173:ela:4207:30653298,30659640:ela:4207:30659770,30659643:ela:4207:30661666,30659649:ela:4207:30659720,30660273:ela:4207:30660419,30660276:ela:4207:3066040'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005095429236315569, 'nb_photo': 16, 'list_port_cont': '30649309,30701873,30710125,30722687,30725699,30741510,30744358,30796979,30798062,30807274,30808840,30812612,30886578', 'assoc_port': '30647557:30649309,30701692:30701873,30709799:30710125,30722577:30722687,30725602:30725699,30739573:30741510,30741934:30744358,30796901:30796979,30797924:30798062,30807058:30807274,30808736:30808840,30811817:30812612,30886472:30886578', 'assoc_mat': '30647557:ela:4461:30649309,30701692:ela:4461:30701873,30709799:ela:4461:30710125,30722577:ela:4461:30722687,30725602:ela:4461:30725699,30739573:ela:4461:30741510,30741934:ela:4461:30744358,30796901:ela:4461:30796979,30797924:ela:4461:30798062,30807058:ela:4461:30807274,30808736:ela:4461:30808840,30811817:ela:4461:30812612,30886472:ela:4461:30886578'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0013832698649807382, 'nb_photo': 189, 'list_port_cont': '30589151,30591713,30592569,30595032,30595231,30595852,30596279,30598694,30598983,30599251,30601688,30606621,30607947,30609454,30612479,30612928,30620339,30621900,30623094,30623743,30628990,30629223,30629328,30643962,30646717,30647012,30647639,30649992,30652282,30652422,30652449,30653547,30659254,30660223,30660697,30661119,30661831,30662723,30691105,30691426,30691832,30692405,30692455,30694496,30699653,30700171,30700721,30701804,30702795,30702860,30704616,30707662,30709907,30710096,30711235,30712576,30712701,30713778,30714855,30717222,30721649,30721664,30722713,30723895,30734813,30735227,30736052,30737208,30737781,30739280,30739669,30739674,30739694,30766498,30767522,30769176,30770031,30772842,30773778,30779932,30780748,30781777,30781819,30783680,30785874,30788487,30795924,30796969,30798101,30798317,30800833,30801288,30807606,30807825,30807848,30808808,30809776,30809793,30813598,30814092,30819943,30824963,30825019,30827338,30827452,30849735,30850136,30852768,30853932,30855601,30855639,30862475,30862526,3086446', 'assoc_port': '30589034:30589151,30591565:30591713,30592446:30592569,30594820:30595231,30594832:30595032,30595730:30595852,30595999:30596279,30598609:30598694,30598617:30601688,30598951:30598983,30599177:30599251,30606399:30606621,30607884:30607947,30609199:30609454,30612256:30612479,30612745:30612928,30620242:30620339,30621578:30621900,30621588:30623743,30622989:30623094,30628832:30629328,30628858:30629223,30628869:30628990,30642821:30647012,30643845:30643962,30646532:30646717,30647576:30647639,30649848:30652449,30649862:30649992,30652157:30652422,30652176:30652282,30653103:30653547,30659029:30659254,30659641:30660223,30659648:30661119,30660618:30660697,30661735:30661831,30662516:30662723,30691043:30691105,30691352:30691426,30691695:30691832,30692284:30692455,30692292:30692405,30694344:30694496,30699527:30699653,30700044:30700171,30700634:30700721,30701694:30701804,30702694:30702860,30702699:30702795,30703023:30704616,30707631:30707662,30709796:30710096,30709804:30709907,30710839:30711235,30712484:30712701,30712497:3071257', 'assoc_mat': '30589034:ela:4200:30589151,30591565:ela:4200:30591713,30592446:ela:4200:30592569,30594820:ela:4200:30595231,30594832:ela:4200:30595032,30595730:ela:4200:30595852,30595999:ela:4200:30596279,30598609:ela:4200:30598694,30598617:ela:4200:30601688,30598951:ela:4200:30598983,30599177:ela:4200:30599251,30606399:ela:4200:30606621,30607884:ela:4200:30607947,30609199:ela:4200:30609454,30612256:ela:4200:30612479,30612745:ela:4200:30612928,30620242:ela:4200:30620339,30621578:ela:4200:30621900,30621588:ela:4200:30623743,30622989:ela:4200:30623094,30628832:ela:4200:30629328,30628858:ela:4200:30629223,30628869:ela:4200:30628990,30642821:ela:4200:30647012,30643845:ela:4200:30643962,30646532:ela:4200:30646717,30647576:ela:4200:30647639,30649848:ela:4200:30652449,30649862:ela:4200:30649992,30652157:ela:4200:30652422,30652176:ela:4200:30652282,30653103:ela:4200:30653547,30659029:ela:4200:30659254,30659641:ela:4200:30660223,30659648:ela:4200:30661119,30660618:ela:4200:30660697,30661735:ela:4200:30661831,30662516:ela:4200:3066272'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032482105294197707, 'nb_photo': 200, 'list_port_cont': '30590848,30595087,30609518,30610721,30612545,30616217,30620205,30621882,30623192,30629301,30639153,30643041,30646866,30650735,30653685,30660486,30661687,30661878,30663070,30666853,30691882,30692381,30693442,30701858,30703171,30710984,30717308,30722274,30723911,30723919,30724388,30725801,30740480,30767424,30770088,30770971,30780779,30782881,30785327,30786416,30795372,30795960,30798727,30799622,30807233,30808634,30810489,30812000,30815168,30815932,30819971,30820373,30820879,30827502,30827508,30828512,30833809,30850298,30852716,30856544,30859835,30861560,30863922,30864607,30866165,30873679,30873790,30874783,30875371,30877014,30878673,30881193,30881534,30886622', 'assoc_port': '30590646:30590848,30594835:30595087,30609192:30609518,30610467:30610721,30612295:30612545,30615492:30616217,30619912:30620205,30621587:30621882,30622992:30623192,30628835:30629301,30638945:30639153,30642827:30643041,30646535:30646866,30650439:30650735,30652165:30653685,30659642:30661687,30660278:30660486,30661742:30661878,30662986:30663070,30666722:30666853,30691692:30691882,30692289:30692381,30693199:30693442,30701682:30701858,30703021:30703171,30710836:30710984,30716925:30717308,30721604:30722274,30723827:30723911,30723828:30723919,30724085:30724388,30725598:30725801,30740248:30740480,30767184:30767424,30769897:30770088,30770717:30770971,30780580:30780779,30782760:30782881,30785185:30785327,30786232:30786416,30794742:30795372,30795766:30795960,30798185:30798727,30799463:30799622,30807062:30807233,30808487:30808634,30809645:30810489,30811812:30812000,30813476:30815932,30814541:30815168,30819800:30819971,30820204:30820373,30820556:30820879,30827163:30827508,30827188:30827502,30828254:30828512,30833647:3083380', 'assoc_mat': '30590646:ela:4209:30590848,30594835:ela:4209:30595087,30609192:ela:4209:30609518,30610467:ela:4209:30610721,30612295:ela:4209:30612545,30615492:ela:4209:30616217,30619912:ela:4209:30620205,30621587:ela:4209:30621882,30622992:ela:4209:30623192,30628835:ela:4209:30629301,30638945:ela:4209:30639153,30642827:ela:4209:30643041,30646535:ela:4209:30646866,30650439:ela:4209:30650735,30652165:ela:4209:30653685,30659642:ela:4209:30661687,30660278:ela:4209:30660486,30661742:ela:4209:30661878,30662986:ela:4209:30663070,30666722:ela:4209:30666853,30691692:ela:4209:30691882,30692289:ela:4209:30692381,30693199:ela:4209:30693442,30701682:ela:4209:30701858,30703021:ela:4209:30703171,30710836:ela:4209:30710984,30716925:ela:4209:30717308,30721604:ela:4209:30722274,30723827:ela:4209:30723911,30723828:ela:4209:30723919,30724085:ela:4209:30724388,30725598:ela:4209:30725801,30740248:ela:4209:30740480,30767184:ela:4209:30767424,30769897:ela:4209:30770088,30770717:ela:4209:30770971,30780580:ela:4209:30780779,30782760:ela:4209:3078288'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010003444913024191, 'nb_photo': 1484, 'list_port_cont': '30589601,30590812,30590825,30592589,30595070,30595245,30595289,30595442,30595881,30596560,30598468,30598805,30600401,30601489,30606654,30606688,30608023,30609574,30610745,30613044,30613399,30616358,30616552,30619582,30620082,30621768,30621910,30622026,30623271,30624592,30625683,30626607,30628616,30629269,30629521,30640348,30643014,30643113,30643127,30644049,30645702,30646926,30647674,30648030,30650070,30650118,30651695,30653080,30653767,30656031,30659217,30659884,30659901,30660514,30660771,30661372,30661883,30662755,30662809,30663955,30667062,30690938,30690956,30691079,30691182,30691902,30691948,30692003,30692472,30692479,30692509,30692985,30694019,30694042,30694481,30694519,30695345,30695407,30698087,30698454,30698922,30698934,30699079,30700246,30700462,30700757,30700784,30701971,30702884,30702935,30702947,30704103,30704334,30705367,30707740,30708322,30708340,30709436,30709449,30710629,30710995,30711008,30712689,30712727,30713041,30713869,30714927,30719484,30720528,30720549,30721806,30721822,30722772,3072278', 'assoc_port': '30589032:30589601,30590638:30590825,30590648:30590812,30592445:30592589,30594761:30595070,30594794:30595442,30594826:30595289,30594830:30595245,30595732:30595881,30596000:30596560,30598331:30598468,30598615:30598805,30599916:30600401,30601360:30601489,30606396:30606688,30606405:30606654,30607881:30608023,30609189:30609574,30610481:30610745,30610942:30613399,30612298:30616358,30612740:30613044,30612744:30616552,30619330:30619582,30619915:30620082,30621576:30622026,30621584:30621910,30621590:30621768,30622906:30623271,30622948:30625683,30624349:30624592,30625962:30626607,30628395:30628616,30628830:30629521,30628859:30629269,30639891:30640348,30642806:30643127,30642816:30643113,30642828:30643014,30643827:30644049,30645322:30645702,30646527:30646926,30647575:30647674,30647880:30648030,30649850:30650118,30649884:30650070,30651380:30651695,30652166:30653080,30652181:30656031,30653104:30653767,30659037:30659217,30659638:30659901,30659647:30659884,30659654:30661372,30660274:30660514,30660621:30660771,30661740:3066188', 'assoc_mat': '30589032:ela:4211:30589601,30590638:ela:4211:30590825,30590648:ela:4211:30590812,30592445:ela:4211:30592589,30594761:ela:4211:30595070,30594794:ela:4211:30595442,30594826:ela:4211:30595289,30594830:ela:4211:30595245,30595732:ela:4211:30595881,30596000:ela:4211:30596560,30598331:ela:4211:30598468,30598615:ela:4211:30598805,30599916:ela:4211:30600401,30601360:ela:4211:30601489,30606396:ela:4211:30606688,30606405:ela:4211:30606654,30607881:ela:4211:30608023,30609189:ela:4211:30609574,30610481:ela:4211:30610745,30610942:ela:4211:30613399,30612298:ela:4211:30616358,30612740:ela:4211:30613044,30612744:ela:4211:30616552,30619330:ela:4211:30619582,30619915:ela:4211:30620082,30621576:ela:4211:30622026,30621584:ela:4211:30621910,30621590:ela:4211:30621768,30622906:ela:4211:30623271,30622948:ela:4211:30625683,30624349:ela:4211:30624592,30625962:ela:4211:30626607,30628395:ela:4211:30628616,30628830:ela:4211:30629521,30628859:ela:4211:30629269,30639891:ela:4211:30640348,30642806:ela:4211:30643127,30642816:ela:4211:3064311'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0039283303824808515, 'nb_photo': 417, 'list_port_cont': '30592719,30593808,30598638,30599043,30610666,30612795,30621645,30623600,30633668,30646741,30651535,30660668,30661059,30662627,30691800,30693978,30700221,30700374,30700703,30702831,30708236,30711359,30712665,30714269,30722639,30726254,30737053,30740499,30743132,30767375,30767465,30770902,30780445,30783581,30787092,30793366,30795903,30799935,30807192,30811952,30813635,30814058,30820840,30831484,30852737,30861306,30861506,30863632,30868143,30874316,30877131', 'assoc_port': '30592643:30592719,30593708:30593808,30598618:30598638,30598948:30599043,30610474:30610666,30612752:30612795,30621589:30621645,30623556:30623600,30628402:30633668,30646536:30646741,30651375:30651535,30659651:30661059,30660619:30660668,30662522:30662627,30691698:30691800,30693892:30693978,30700041:30700221,30700325:30700374,30700630:30700703,30702695:30702831,30708193:30708236,30711330:30711359,30712488:30712665,30714264:30714269,30722608:30722639,30726241:30726254,30736995:30737053,30740250:30740499,30742941:30743132,30767185:30767465,30767190:30767375,30770715:30770902,30780306:30780445,30783382:30783581,30787016:30787092,30793123:30793366,30795753:30795903,30799843:30799935,30807073:30807192,30811806:30811952,30813479:30813635,30813960:30814058,30820630:30820840,30827848:30831484,30852458:30852737,30861080:30861506,30861085:30861306,30862824:30863632,30867718:30868143,30874161:30874316,30876993:30877131', 'assoc_mat': '30592643:etiquette:4205:30592719,30593708:etiquette:4205:30593808,30598618:etiquette:4205:30598638,30598948:etiquette:4205:30599043,30610474:etiquette:4205:30610666,30612752:etiquette:4205:30612795,30621589:etiquette:4205:30621645,30623556:etiquette:4205:30623600,30628402:etiquette:4205:30633668,30646536:etiquette:4205:30646741,30651375:etiquette:4205:30651535,30659651:etiquette:4205:30661059,30660619:etiquette:4205:30660668,30662522:etiquette:4205:30662627,30691698:etiquette:4205:30691800,30693892:etiquette:4205:30693978,30700041:etiquette:4205:30700221,30700325:etiquette:4205:30700374,30700630:etiquette:4205:30700703,30702695:etiquette:4205:30702831,30708193:etiquette:4205:30708236,30711330:etiquette:4205:30711359,30712488:etiquette:4205:30712665,30714264:etiquette:4205:30714269,30722608:etiquette:4205:30722639,30726241:etiquette:4205:30726254,30736995:etiquette:4205:30737053,30740250:etiquette:4205:30740499,30742941:etiquette:4205:30743132,30767185:etiquette:4205:30767465,30767190:etiquette:4205:30767375,3'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00981625691135923, 'nb_photo': 8258, 'list_port_cont': '30591929,30595551,30597474,30598827,30599386,30608770,30611320,30622046,30623458,30628839,30629380,30643389,30647961,30648957,30650229,30651845,30659279,30661922,30664031,30666981,30691461,30692597,30693029,30694580,30694671,30698516,30699881,30702134,30703219,30707592,30709247,30717620,30717652,30720755,30722822,30725963,30727672,30737705,30739961,30742386,30767671,30769289,30774047,30781988,30785504,30787494,30794673,30797314,30799839,30801394,30807934,30812096,30815302,30818186,30820183,30825452,30828615,30849760,30853051,30855994,30862565,30866289,30868463,30869141,30874828,30879268,30879522,30881244,30886680', 'assoc_port': '30591562:30591929,30594827:30595551,30597286:30597474,30598610:30598827,30599179:30599386,30607874:30608770,30610940:30611320,30621580:30622046,30622991:30623458,30628387:30628839,30628870:30629380,30642803:30643389,30642825:30647961,30645336:30648957,30649858:30650229,30651385:30651845,30659035:30659279,30661736:30661922,30663787:30664031,30666717:30666981,30691353:30691461,30692285:30692597,30692850:30693029,30694347:30694580,30694607:30694671,30698409:30698516,30699530:30699881,30701688:30702134,30703024:30703219,30707474:30707592,30709226:30709247,30716912:30717652,30716916:30717620,30720606:30720755,30722607:30722822,30725593:30725963,30727243:30727672,30736977:30737705,30739558:30739961,30741935:30742386,30767182:30767671,30769118:30769289,30773667:30774047,30781690:30781988,30785189:30785504,30787323:30787494,30794321:30794673,30796900:30797314,30799460:30799839,30801207:30801394,30807776:30807934,30809644:30812096,30812453:30815302,30818014:30818186,30819805:30820183,30824843:30825452,30828247:3082861', 'assoc_mat': '30591562:etiquette:4203:30591929,30594827:etiquette:4203:30595551,30597286:etiquette:4203:30597474,30598610:etiquette:4203:30598827,30599179:etiquette:4203:30599386,30607874:etiquette:4203:30608770,30610940:etiquette:4203:30611320,30621580:etiquette:4203:30622046,30622991:etiquette:4203:30623458,30628387:etiquette:4203:30628839,30628870:etiquette:4203:30629380,30642803:etiquette:4203:30643389,30642825:etiquette:4203:30647961,30645336:etiquette:4203:30648957,30649858:etiquette:4203:30650229,30651385:etiquette:4203:30651845,30659035:etiquette:4203:30659279,30661736:etiquette:4203:30661922,30663787:etiquette:4203:30664031,30666717:etiquette:4203:30666981,30691353:etiquette:4203:30691461,30692285:etiquette:4203:30692597,30692850:etiquette:4203:30693029,30694347:etiquette:4203:30694580,30694607:etiquette:4203:30694671,30698409:etiquette:4203:30698516,30699530:etiquette:4203:30699881,30701688:etiquette:4203:30702134,30703024:etiquette:4203:30703219,30707474:etiquette:4203:30707592,30709226:etiquette:4203:30709247,3'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009257053984917041, 'nb_photo': 343, 'list_port_cont': '30589101,30594944,30594967,30595013,30595049,30595138,30595155,30595188,30596228,30598355,30598401,30598966,30606935,30607094,30610579,30610657,30612345,30612388,30612435,30612491,30615844,30618866,30619405,30619975,30620657,30621666,30621689,30621707,30621751,30623029,30623050,30623591,30624435,30625562,30626098,30626126,30628497,30628936,30629100,30642858,30642998,30643932,30645480,30646701,30647590,30647927,30650569,30650638,30651206,30651431,30653304,30659695,30659776,30659830,30660433,30661664,30661847,30662132,30666819,30666870,30690286,30691121,30691374,30691737,30691755,30692371,30693912,30694766,30698069,30699369,30699384,30699612,30700661,30700674,30701759,30703086,30703154,30703196,30703989,30704064,30707656,30709810,30709830,30709881,30710116,30710240,30710911,30712562,30712925,30713315,30716976,30717100,30717254,30717267,30717320,30717416,30721631,30721722,30722236,30722253,30722625,30722667,30723857,30723875,30724236,30725634,30725655,30726542,30727371,30727708,30734784,30735204,30736040,3073712', 'assoc_port': '30589033:30589101,30594759:30595188,30594764:30595155,30594777:30595138,30594792:30595013,30594823:30595049,30594828:30594944,30594833:30594967,30595998:30596228,30598325:30598401,30598330:30598355,30598953:30598966,30606831:30607094,30606862:30606935,30610468:30610657,30610473:30610579,30612250:30612435,30612251:30612491,30612254:30612388,30612297:30612345,30615490:30615844,30618815:30618866,30619328:30619405,30619914:30619975,30620571:30620657,30621577:30621707,30621579:30621751,30621583:30621689,30621586:30621666,30622903:30623050,30622908:30623029,30622970:30624435,30623557:30623591,30625481:30625562,30625966:30626126,30625977:30626098,30628404:30628497,30628854:30629100,30628873:30628936,30642801:30642998,30642818:30642858,30643846:30643932,30645329:30645480,30646539:30646701,30647574:30647590,30647877:30647927,30650434:30650638,30650438:30650569,30650442:30651206,30651384:30651431,30652173:30653304,30659611:30659830,30659640:30659776,30659643:30661664,30659653:30659695,30660273:30660433,30660620:3066213', 'assoc_mat': '30589033:etiquette:4207:30589101,30594759:etiquette:4207:30595188,30594764:etiquette:4207:30595155,30594777:etiquette:4207:30595138,30594792:etiquette:4207:30595013,30594823:etiquette:4207:30595049,30594828:etiquette:4207:30594944,30594833:etiquette:4207:30594967,30595998:etiquette:4207:30596228,30598325:etiquette:4207:30598401,30598330:etiquette:4207:30598355,30598953:etiquette:4207:30598966,30606831:etiquette:4207:30607094,30606862:etiquette:4207:30606935,30610468:etiquette:4207:30610657,30610473:etiquette:4207:30610579,30612250:etiquette:4207:30612435,30612251:etiquette:4207:30612491,30612254:etiquette:4207:30612388,30612297:etiquette:4207:30612345,30615490:etiquette:4207:30615844,30618815:etiquette:4207:30618866,30619328:etiquette:4207:30619405,30619914:etiquette:4207:30619975,30620571:etiquette:4207:30620657,30621577:etiquette:4207:30621707,30621579:etiquette:4207:30621751,30621583:etiquette:4207:30621689,30621586:etiquette:4207:30621666,30622903:etiquette:4207:30623050,30622908:etiquette:4207:30623029,3'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0006801421373502553, 'nb_photo': 184, 'list_port_cont': '30595199,30595365,30595800,30598436,30599057,30601462,30607116,30612428,30612518,30619509,30620706,30621733,30623068,30625622,30629017,30642952,30643156,30645497,30649310,30650671,30652325,30659740,30659796,30659850,30660444,30666775,30666883,30690890,30691855,30692416,30694443,30699411,30700389,30700427,30700724,30701872,30702906,30703116,30704979,30707693,30708274,30710154,30717335,30717563,30721690,30721864,30722677,30723944,30725703,30725744,30732238,30736068,30736148,30737826,30741507,30741549,30744362,30766585,30767427,30767761,30779819,30780190,30782459,30786326,30786365,30786485,30787104,30788526,30794814,30794855,30796978,30799588,30800766,30807273,30809730,30810513,30814108,30814150,30819001,30827304,30827360,30828447,30833743,30850102,30855651,30861598,30862949,30866062,30873639,30873705,30874340,30874675,30875306,30875711,30879192,30881153,30886412,30886580,30891636', 'assoc_port': '30594758:30595365,30594763:30595199,30594829:30595800,30598332:30598436,30598957:30599057,30601361:30601462,30606833:30607116,30610478:30612428,30612253:30612518,30619326:30619509,30620568:30620706,30621582:30621733,30622928:30623068,30625444:30625622,30628860:30629017,30642793:30643156,30642829:30642952,30645333:30645497,30647557:30649310,30650440:30650671,30652163:30652325,30659624:30659850,30659645:30659796,30659655:30659740,30660279:30660444,30666709:30666775,30666716:30666883,30690722:30690890,30691688:30691855,30692293:30692416,30694343:30694443,30699321:30699411,30700321:30700427,30700324:30700389,30700637:30700724,30701692:30701872,30702696:30702906,30703025:30703116,30703950:30704979,30707626:30707693,30708195:30708274,30709806:30710154,30710838:30717563,30716919:30717335,30721562:30721864,30721598:30721690,30722577:30722677,30723825:30723944,30725590:30725744,30725602:30725703,30727247:30732238,30736013:30736148,30736017:30736068,30737699:30737826,30739559:30741549,30739573:30741507,30741934:3074436', 'assoc_mat': '30594758:etiquette:4461:30595365,30594763:etiquette:4461:30595199,30594829:etiquette:4461:30595800,30598332:etiquette:4461:30598436,30598957:etiquette:4461:30599057,30601361:etiquette:4461:30601462,30606833:etiquette:4461:30607116,30610478:etiquette:4461:30612428,30612253:etiquette:4461:30612518,30619326:etiquette:4461:30619509,30620568:etiquette:4461:30620706,30621582:etiquette:4461:30621733,30622928:etiquette:4461:30623068,30625444:etiquette:4461:30625622,30628860:etiquette:4461:30629017,30642793:etiquette:4461:30643156,30642829:etiquette:4461:30642952,30645333:etiquette:4461:30645497,30647557:etiquette:4461:30649310,30650440:etiquette:4461:30650671,30652163:etiquette:4461:30652325,30659624:etiquette:4461:30659850,30659645:etiquette:4461:30659796,30659655:etiquette:4461:30659740,30660279:etiquette:4461:30660444,30666709:etiquette:4461:30666775,30666716:etiquette:4461:30666883,30690722:etiquette:4461:30690890,30691688:etiquette:4461:30691855,30692293:etiquette:4461:30692416,30694343:etiquette:4461:30694443,3'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0031331834889865564, 'nb_photo': 1176, 'list_port_cont': '30589153,30590671,30590695,30591708,30591720,30592562,30595042,30595232,30595850,30596278,30598419,30598712,30598993,30599255,30601686,30606607,30607063,30607954,30608020,30609451,30611529,30611753,30612478,30612926,30612947,30618983,30619540,30620342,30621891,30623076,30623126,30623739,30624088,30626188,30628587,30628962,30628982,30629230,30629331,30643038,30643279,30643960,30645456,30646710,30647011,30647646,30649998,30652287,30652413,30652442,30652471,30653560,30659263,30660231,30660694,30661067,30661117,30661838,30662585,30662722,30663906,30690323,30691113,30691431,30691821,30692397,30692453,30692857,30692876,30692931,30693016,30693960,30694491,30694630,30694812,30698302,30698865,30698968,30699647,30699833,30700170,30700718,30701812,30701935,30702796,30702858,30704076,30704626,30707669,30707727,30708212,30709915,30710090,30710956,30711237,30711392,30712565,30712641,30712700,30713790,30714848,30717227,30720644,30721650,30721674,30722721,30723372,30723881,30724252,30724322,30725686,30726284,30727552,3073129', 'assoc_port': '30589034:30589153,30590639:30590671,30590640:30590695,30591564:30591708,30591565:30591720,30592446:30592562,30594820:30595232,30594832:30595042,30595730:30595850,30595999:30596278,30598329:30598419,30598609:30598712,30598617:30601686,30598951:30598993,30599177:30599255,30606399:30606607,30606828:30607063,30607877:30608020,30607884:30607954,30609185:30611529,30609199:30609451,30610949:30611753,30612256:30612478,30612739:30612947,30612745:30612926,30618812:30618983,30619329:30619540,30620242:30620342,30621578:30621891,30621588:30623739,30622905:30623126,30622989:30623076,30623745:30624088,30625963:30626188,30628388:30628587,30628832:30629331,30628858:30629230,30628869:30628982,30628872:30628962,30642795:30643279,30642811:30643038,30642821:30647011,30643845:30643960,30645323:30645456,30646532:30646710,30647576:30647646,30649848:30652442,30649862:30649998,30652140:30652471,30652157:30652413,30652176:30652287,30653103:30653560,30659029:30659263,30659641:30660231,30659648:30661117,30659658:30661067,30660618:3066069', 'assoc_mat': '30589034:etiquette:4200:30589153,30590639:etiquette:4200:30590671,30590640:etiquette:4200:30590695,30591564:etiquette:4200:30591708,30591565:etiquette:4200:30591720,30592446:etiquette:4200:30592562,30594820:etiquette:4200:30595232,30594832:etiquette:4200:30595042,30595730:etiquette:4200:30595850,30595999:etiquette:4200:30596278,30598329:etiquette:4200:30598419,30598609:etiquette:4200:30598712,30598617:etiquette:4200:30601686,30598951:etiquette:4200:30598993,30599177:etiquette:4200:30599255,30606399:etiquette:4200:30606607,30606828:etiquette:4200:30607063,30607877:etiquette:4200:30608020,30607884:etiquette:4200:30607954,30609185:etiquette:4200:30611529,30609199:etiquette:4200:30609451,30610949:etiquette:4200:30611753,30612256:etiquette:4200:30612478,30612739:etiquette:4200:30612947,30612745:etiquette:4200:30612926,30618812:etiquette:4200:30618983,30619329:etiquette:4200:30619540,30620242:etiquette:4200:30620342,30621578:etiquette:4200:30621891,30621588:etiquette:4200:30623739,30622905:etiquette:4200:30623126,3'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008735356201145487, 'nb_photo': 1675, 'list_port_cont': '30590851,30595009,30595095,30599092,30609506,30610722,30612546,30616223,30620203,30621886,30623190,30629293,30639157,30643039,30646871,30650734,30653678,30660484,30661692,30661879,30663028,30663063,30666845,30690770,30691877,30692311,30692376,30693427,30694667,30701860,30703169,30710043,30710974,30717306,30722280,30723905,30723933,30724391,30724929,30725771,30725800,30727740,30738453,30740485,30767420,30770093,30770962,30780773,30782885,30785323,30786408,30789683,30795371,30795965,30798729,30799618,30801347,30807237,30808622,30809666,30810486,30812004,30815180,30815930,30819974,30820371,30820882,30827500,30827519,30828522,30833811,30850303,30852713,30856541,30859847,30859947,30859994,30861203,30861269,30861344,30861373,30861561,30861577,30863921,30864605,30866154,30866178,30873676,30873798,30874787,30875364,30877024,30878671,30881200,30881530,30886636', 'assoc_port': '30590646:30590851,30594791:30595009,30594835:30595095,30598956:30599092,30609192:30609506,30610467:30610722,30612295:30612546,30615492:30616223,30619912:30620203,30621587:30621886,30622992:30623190,30628835:30629293,30638945:30639157,30642827:30643039,30646535:30646871,30650439:30650734,30652165:30653678,30659642:30661692,30660278:30660484,30661742:30661879,30662986:30663063,30662987:30663028,30666722:30666845,30690730:30690770,30691692:30691877,30692288:30692311,30692289:30692376,30693199:30693427,30694604:30694667,30701682:30701860,30703021:30703169,30709801:30710043,30710836:30710974,30716925:30717306,30721604:30722280,30723827:30723905,30723828:30723933,30724085:30724391,30724754:30724929,30725591:30725771,30725598:30725800,30727649:30727740,30738354:30738453,30740248:30740485,30767184:30767420,30769897:30770093,30770717:30770962,30780580:30780773,30782760:30782885,30785185:30785323,30786232:30786408,30786233:30789683,30794742:30795371,30795766:30795965,30798185:30798729,30799463:30799618,30800661:3080134', 'assoc_mat': '30590646:etiquette:4209:30590851,30594791:etiquette:4209:30595009,30594835:etiquette:4209:30595095,30598956:etiquette:4209:30599092,30609192:etiquette:4209:30609506,30610467:etiquette:4209:30610722,30612295:etiquette:4209:30612546,30615492:etiquette:4209:30616223,30619912:etiquette:4209:30620203,30621587:etiquette:4209:30621886,30622992:etiquette:4209:30623190,30628835:etiquette:4209:30629293,30638945:etiquette:4209:30639157,30642827:etiquette:4209:30643039,30646535:etiquette:4209:30646871,30650439:etiquette:4209:30650734,30652165:etiquette:4209:30653678,30659642:etiquette:4209:30661692,30660278:etiquette:4209:30660484,30661742:etiquette:4209:30661879,30662986:etiquette:4209:30663063,30662987:etiquette:4209:30663028,30666722:etiquette:4209:30666845,30690730:etiquette:4209:30690770,30691692:etiquette:4209:30691877,30692288:etiquette:4209:30692311,30692289:etiquette:4209:30692376,30693199:etiquette:4209:30693427,30694604:etiquette:4209:30694667,30701682:etiquette:4209:30701860,30703021:etiquette:4209:30703169,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0017902156695731532, 'nb_photo': 17617, 'list_port_cont': '30589608,30590807,30590823,30592587,30595077,30595247,30595293,30595452,30595884,30596559,30598471,30598808,30600389,30601502,30606666,30606685,30608029,30609582,30610748,30613047,30613395,30616348,30616556,30619583,30620080,30621782,30621920,30622029,30623277,30624590,30625694,30626606,30628620,30629280,30629528,30640339,30643017,30643109,30643125,30644050,30645713,30646929,30647681,30648032,30650065,30650127,30651693,30653082,30653766,30656026,30659203,30659871,30659902,30660504,30660760,30661371,30661886,30662757,30662807,30663962,30667071,30690928,30690950,30691086,30691188,30691916,30691937,30692011,30692466,30692491,30692502,30692995,30694032,30694040,30694480,30694509,30695334,30695403,30698089,30698459,30698918,30698931,30699083,30700250,30700464,30700770,30700783,30701966,30702890,30702927,30702953,30704097,30704336,30705365,30707747,30708323,30708346,30709434,30709446,30710630,30711001,30711005,30712685,30712731,30713031,30713860,30714939,30719481,30720531,30720540,30721800,30721826,30722776,3072279', 'assoc_port': '30589032:30589608,30590638:30590823,30590648:30590807,30592445:30592587,30594761:30595077,30594794:30595452,30594826:30595293,30594830:30595247,30595732:30595884,30596000:30596559,30598331:30598471,30598615:30598808,30599916:30600389,30601360:30601502,30606396:30606685,30606405:30606666,30607881:30608029,30609189:30609582,30610481:30610748,30610942:30613395,30612298:30616348,30612740:30613047,30612744:30616556,30619330:30619583,30619915:30620080,30621576:30622029,30621584:30621920,30621590:30621782,30622906:30623277,30622948:30625694,30624349:30624590,30625962:30626606,30628395:30628620,30628830:30629528,30628859:30629280,30639891:30640339,30642806:30643125,30642816:30643109,30642828:30643017,30643827:30644050,30645322:30645713,30646527:30646929,30647575:30647681,30647880:30648032,30649850:30650127,30649884:30650065,30651380:30651693,30652166:30653082,30652181:30656026,30653104:30653766,30659037:30659203,30659638:30659902,30659647:30659871,30659654:30661371,30660274:30660504,30660621:30660760,30661740:3066188', 'assoc_mat': '30589032:etiquette:4211:30589608,30590638:etiquette:4211:30590823,30590648:etiquette:4211:30590807,30592445:etiquette:4211:30592587,30594761:etiquette:4211:30595077,30594794:etiquette:4211:30595452,30594826:etiquette:4211:30595293,30594830:etiquette:4211:30595247,30595732:etiquette:4211:30595884,30596000:etiquette:4211:30596559,30598331:etiquette:4211:30598471,30598615:etiquette:4211:30598808,30599916:etiquette:4211:30600389,30601360:etiquette:4211:30601502,30606396:etiquette:4211:30606685,30606405:etiquette:4211:30606666,30607881:etiquette:4211:30608029,30609189:etiquette:4211:30609582,30610481:etiquette:4211:30610748,30610942:etiquette:4211:30613395,30612298:etiquette:4211:30616348,30612740:etiquette:4211:30613047,30612744:etiquette:4211:30616556,30619330:etiquette:4211:30619583,30619915:etiquette:4211:30620080,30621576:etiquette:4211:30622029,30621584:etiquette:4211:30621920,30621590:etiquette:4211:30621782,30622906:etiquette:4211:30623277,30622948:etiquette:4211:30625694,30624349:etiquette:4211:30624590,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0017035647114918857, 'nb_photo': 303, 'list_port_cont': '30590882,30591841,30592759,30593921,30595427,30595594,30596720,30598559,30599122,30601517,30601651,30606744,30607189,30607221,30607236,30608124,30610784,30610813,30610924,30611164,30612673,30616365,30619010,30619655,30620114,30620792,30621941,30621970,30623246,30623811,30624733,30628755,30629419,30629477,30643242,30644182,30645803,30647720,30647758,30649158,30650836,30651312,30652706,30654335,30654359,30659942,30659961,30660827,30660911,30660927,30661964,30667009,30667021,30667054,30690430,30691149,30691215,30691922,30691954,30692018,30693050,30693170,30694104,30694910,30695437,30699442,30699458,30699808,30700476,30702081,30703239,30703273,30704171,30704191,30707897,30708388,30708675,30709549,30710672,30712830,30712914,30712985,30714106,30714384,30717546,30720687,30721888,30721908,30721939,30725866,30726357,30727630,30737260,30737298,30737368,30738481,30740765,30742622,30766660,30767859,30769274,30769343,30771289,30772909,30776572,30780210,30780823,30781952,30782239,30783002,30786455,30786745,30786775,3078751', 'assoc_port': '30590636:30590882,30591563:30591841,30592444:30592759,30593705:30593921,30594790:30595594,30594825:30595427,30595995:30596720,30598327:30598559,30598952:30599122,30601357:30601517,30601359:30601651,30606397:30606744,30606829:30607221,30606834:30607189,30606861:30607236,30607883:30608124,30610470:30610924,30610475:30610784,30610479:30610813,30610944:30611164,30612252:30612673,30615487:30616365,30618813:30619010,30619327:30619655,30619913:30620114,30620570:30620792,30621581:30621941,30621585:30621970,30622901:30623811,30622907:30623246,30624345:30624733,30628403:30628755,30628853:30629419,30628862:30629477,30642799:30643242,30643810:30644182,30645334:30645803,30646524:30647758,30647572:30647720,30648603:30649158,30650433:30651312,30650437:30650836,30652137:30654359,30652161:30652706,30652178:30654335,30659637:30659961,30659646:30659942,30659652:30660911,30659656:30660927,30660622:30660827,30661738:30661964,30666707:30667054,30666715:30667021,30666720:30667009,30690383:30690430,30691040:30691215,30691046:3069114', 'assoc_mat': '30590636:etiquette:3327:30590882,30591563:etiquette:3327:30591841,30592444:etiquette:3327:30592759,30593705:etiquette:3327:30593921,30594790:etiquette:3327:30595594,30594825:etiquette:3327:30595427,30595995:etiquette:3327:30596720,30598327:etiquette:3327:30598559,30598952:etiquette:3327:30599122,30601357:etiquette:3327:30601517,30601359:etiquette:3327:30601651,30606397:etiquette:3327:30606744,30606829:etiquette:3327:30607221,30606834:etiquette:3327:30607189,30606861:etiquette:3327:30607236,30607883:etiquette:3327:30608124,30610470:etiquette:3327:30610924,30610475:etiquette:3327:30610784,30610479:etiquette:3327:30610813,30610944:etiquette:3327:30611164,30612252:etiquette:3327:30612673,30615487:etiquette:3327:30616365,30618813:etiquette:3327:30619010,30619327:etiquette:3327:30619655,30619913:etiquette:3327:30620114,30620570:etiquette:3327:30620792,30621581:etiquette:3327:30621941,30621585:etiquette:3327:30621970,30622901:etiquette:3327:30623811,30622907:etiquette:3327:30623246,30624345:etiquette:3327:30624733,3'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02066783180328476, 'nb_photo': 426, 'list_port_cont': '30592724,30593804,30598633,30599041,30610668,30612783,30621653,30623596,30633663,30646728,30651518,30660665,30661050,30662629,30691802,30693971,30700380,30700702,30702825,30703106,30708228,30711364,30712662,30714295,30722634,30726265,30737056,30740510,30743133,30767378,30770893,30780431,30783589,30787096,30795892,30799929,30807189,30811943,30814061,30820839,30831496,30852729,30861302,30861505,30863636,30868140,30874324,30877124', 'assoc_port': '30592643:30592724,30593708:30593804,30598618:30598633,30598948:30599041,30610474:30610668,30612752:30612783,30621589:30621653,30623556:30623596,30628402:30633663,30646536:30646728,30651375:30651518,30659651:30661050,30660619:30660665,30662522:30662629,30691698:30691802,30693892:30693971,30700325:30700380,30700630:30700702,30702695:30702825,30703020:30703106,30708193:30708228,30711330:30711364,30712488:30712662,30714264:30714295,30722608:30722634,30726241:30726265,30736995:30737056,30740250:30740510,30742941:30743133,30767190:30767378,30770715:30770893,30780306:30780431,30783382:30783589,30787016:30787096,30795753:30795892,30799843:30799929,30807073:30807189,30811806:30811943,30813960:30814061,30820630:30820839,30827848:30831496,30852458:30852729,30861080:30861505,30861085:30861302,30862824:30863636,30867718:30868140,30874161:30874324,30876993:30877124', 'assoc_mat': '30592643:film_plastique:4205:30592724,30593708:film_plastique:4205:30593804,30598618:film_plastique:4205:30598633,30598948:film_plastique:4205:30599041,30610474:film_plastique:4205:30610668,30612752:film_plastique:4205:30612783,30621589:film_plastique:4205:30621653,30623556:film_plastique:4205:30623596,30628402:film_plastique:4205:30633663,30646536:film_plastique:4205:30646728,30651375:film_plastique:4205:30651518,30659651:film_plastique:4205:30661050,30660619:film_plastique:4205:30660665,30662522:film_plastique:4205:30662629,30691698:film_plastique:4205:30691802,30693892:film_plastique:4205:30693971,30700325:film_plastique:4205:30700380,30700630:film_plastique:4205:30700702,30702695:film_plastique:4205:30702825,30703020:film_plastique:4205:30703106,30708193:film_plastique:4205:30708228,30711330:film_plastique:4205:30711364,30712488:film_plastique:4205:30712662,30714264:film_plastique:4205:30714295,30722608:film_plastique:4205:30722634,30726241:film_plastique:4205:30726265,30736995:film_plastique:4205:3073705'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.022714207681924923, 'nb_photo': 3721, 'list_port_cont': '30591933,30595548,30597480,30598826,30599397,30608760,30611318,30622047,30623456,30628848,30629385,30643383,30647960,30648973,30650223,30651840,30659276,30661925,30664029,30666980,30691473,30692594,30693024,30694569,30694683,30698513,30699874,30702129,30703233,30707586,30709241,30717614,30717648,30720753,30722828,30725957,30727667,30737704,30739958,30742400,30767668,30769294,30774053,30781983,30785511,30787500,30794686,30797313,30799833,30801386,30807933,30812095,30815315,30818197,30820189,30825456,30828627,30849754,30853049,30856008,30862572,30866290,30868469,30869134,30874831,30879264,30879516,30881243,30886692', 'assoc_port': '30591562:30591933,30594827:30595548,30597286:30597480,30598610:30598826,30599179:30599397,30607874:30608760,30610940:30611318,30621580:30622047,30622991:30623456,30628387:30628848,30628870:30629385,30642803:30643383,30642825:30647960,30645336:30648973,30649858:30650223,30651385:30651840,30659035:30659276,30661736:30661925,30663787:30664029,30666717:30666980,30691353:30691473,30692285:30692594,30692850:30693024,30694347:30694569,30694607:30694683,30698409:30698513,30699530:30699874,30701688:30702129,30703024:30703233,30707474:30707586,30709226:30709241,30716912:30717648,30716916:30717614,30720606:30720753,30722607:30722828,30725593:30725957,30727243:30727667,30736977:30737704,30739558:30739958,30741935:30742400,30767182:30767668,30769118:30769294,30773667:30774053,30781690:30781983,30785189:30785511,30787323:30787500,30794321:30794686,30796900:30797313,30799460:30799833,30801207:30801386,30807776:30807933,30809644:30812095,30812453:30815315,30818014:30818197,30819805:30820189,30824843:30825456,30828247:3082862', 'assoc_mat': '30591562:film_plastique:4203:30591933,30594827:film_plastique:4203:30595548,30597286:film_plastique:4203:30597480,30598610:film_plastique:4203:30598826,30599179:film_plastique:4203:30599397,30607874:film_plastique:4203:30608760,30610940:film_plastique:4203:30611318,30621580:film_plastique:4203:30622047,30622991:film_plastique:4203:30623456,30628387:film_plastique:4203:30628848,30628870:film_plastique:4203:30629385,30642803:film_plastique:4203:30643383,30642825:film_plastique:4203:30647960,30645336:film_plastique:4203:30648973,30649858:film_plastique:4203:30650223,30651385:film_plastique:4203:30651840,30659035:film_plastique:4203:30659276,30661736:film_plastique:4203:30661925,30663787:film_plastique:4203:30664029,30666717:film_plastique:4203:30666980,30691353:film_plastique:4203:30691473,30692285:film_plastique:4203:30692594,30692850:film_plastique:4203:30693024,30694347:film_plastique:4203:30694569,30694607:film_plastique:4203:30694683,30698409:film_plastique:4203:30698513,30699530:film_plastique:4203:3069987'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020250029710407597, 'nb_photo': 720, 'list_port_cont': '30589109,30591368,30594945,30594972,30595026,30595050,30595145,30595161,30595262,30595774,30596234,30598353,30598404,30599027,30601419,30606934,30606953,30607089,30610524,30610590,30610651,30611032,30612354,30612367,30612399,30612439,30612486,30615847,30615961,30615986,30619970,30620651,30621662,30621762,30623034,30623061,30623581,30624422,30625568,30626129,30628491,30628945,30629093,30642851,30642994,30643098,30643912,30645464,30646690,30647610,30647613,30647925,30649239,30650557,30650628,30651217,30651422,30652257,30652318,30653302,30655955,30658440,30659708,30659718,30659823,30660415,30660429,30661783,30661857,30662131,30663944,30666767,30666818,30666865,30690296,30690799,30690824,30690836,30691070,30691371,30691730,30691748,30691849,30692315,30692346,30692374,30692977,30693910,30694391,30694408,30694770,30694792,30698079,30699359,30699376,30699613,30700339,30700686,30701747,30703039,30703053,30703074,30703090,30703158,30703190,30703977,30704056,30708238,30709815,30709827,30709875,30709987,30710072,3071011', 'assoc_port': '30589033:30589109,30590643:30591368,30594760:30595262,30594764:30595161,30594777:30595145,30594792:30595026,30594823:30595050,30594828:30594945,30594833:30594972,30595731:30595774,30595998:30596234,30598325:30598404,30598330:30598353,30598950:30599027,30601358:30601419,30606831:30607089,30606847:30606953,30606862:30606934,30610468:30610651,30610473:30610590,30610477:30610524,30610921:30611032,30612250:30612439,30612251:30612486,30612254:30612399,30612283:30612367,30612297:30612354,30615486:30615961,30615488:30615986,30615490:30615847,30619914:30619970,30620571:30620651,30621579:30621762,30621586:30621662,30622903:30623061,30622908:30623034,30622970:30624422,30623557:30623581,30625481:30625568,30625966:30626129,30628404:30628491,30628854:30629093,30628873:30628945,30642797:30643098,30642801:30642994,30642818:30642851,30643808:30643912,30645329:30645464,30645335:30647613,30646539:30646690,30647574:30647610,30647877:30647925,30649156:30649239,30650434:30650628,30650438:30650557,30650442:30651217,30651384:3065142', 'assoc_mat': '30589033:film_plastique:4207:30589109,30590643:film_plastique:4207:30591368,30594760:film_plastique:4207:30595262,30594764:film_plastique:4207:30595161,30594777:film_plastique:4207:30595145,30594792:film_plastique:4207:30595026,30594823:film_plastique:4207:30595050,30594828:film_plastique:4207:30594945,30594833:film_plastique:4207:30594972,30595731:film_plastique:4207:30595774,30595998:film_plastique:4207:30596234,30598325:film_plastique:4207:30598404,30598330:film_plastique:4207:30598353,30598950:film_plastique:4207:30599027,30601358:film_plastique:4207:30601419,30606831:film_plastique:4207:30607089,30606847:film_plastique:4207:30606953,30606862:film_plastique:4207:30606934,30610468:film_plastique:4207:30610651,30610473:film_plastique:4207:30610590,30610477:film_plastique:4207:30610524,30610921:film_plastique:4207:30611032,30612250:film_plastique:4207:30612439,30612251:film_plastique:4207:30612486,30612254:film_plastique:4207:30612399,30612283:film_plastique:4207:30612367,30612297:film_plastique:4207:3061235'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8297221821731787, 'nb_photo': 4722, 'list_port_cont': '30595108,30595191,30595361,30595798,30596470,30598369,30598440,30599055,30601466,30607108,30610685,30610823,30612430,30612519,30616067,30619507,30620717,30621726,30623081,30623143,30625616,30626208,30629018,30629144,30642889,30642937,30643161,30645494,30649265,30649311,30650661,30652337,30652376,30653622,30659736,30659793,30659849,30660437,30666777,30666875,30666939,30690856,30690894,30691776,30691868,30692421,30692888,30693996,30694444,30694832,30698102,30699401,30700390,30700424,30700736,30701864,30702902,30703117,30704030,30704980,30707685,30708277,30710129,30710158,30717167,30717338,30717373,30717495,30717555,30721695,30721856,30722690,30723939,30724336,30724516,30725696,30725743,30729517,30732233,30736078,30736157,30737105,30737827,30741516,30741544,30742035,30744370,30766583,30767426,30767767,30769210,30770729,30770844,30771242,30775882,30775944,30779821,30780189,30782447,30786323,30786380,30786487,30787111,30788538,30794817,30794847,30795839,30796985,30798061,30799586,30799956,30800758,30800785,3080728', 'assoc_port': '30594758:30595361,30594763:30595191,30594796:30595108,30594829:30595798,30595997:30596470,30598328:30598369,30598332:30598440,30598957:30599055,30601361:30601466,30606833:30607108,30610463:30610823,30610469:30610685,30610478:30612430,30612253:30612519,30615489:30616067,30619326:30619507,30620568:30620717,30621582:30621726,30622904:30623143,30622928:30623081,30625444:30625616,30625969:30626208,30628855:30629144,30628860:30629018,30642793:30643161,30642815:30642889,30642829:30642937,30645333:30645494,30647557:30649311,30649171:30649265,30650440:30650661,30652151:30652376,30652163:30652337,30653102:30653622,30659624:30659849,30659645:30659793,30659655:30659736,30660279:30660437,30661737:30666939,30666709:30666777,30666716:30666875,30690722:30690894,30690733:30690856,30691688:30691868,30691703:30691776,30692293:30692421,30692847:30692888,30693891:30693996,30694343:30694444,30694746:30694832,30698013:30698102,30699321:30699401,30700321:30700424,30700324:30700390,30700637:30700736,30701692:30701864,30702696:3070290', 'assoc_mat': '30594758:film_plastique:4461:30595361,30594763:film_plastique:4461:30595191,30594796:film_plastique:4461:30595108,30594829:film_plastique:4461:30595798,30595997:film_plastique:4461:30596470,30598328:film_plastique:4461:30598369,30598332:film_plastique:4461:30598440,30598957:film_plastique:4461:30599055,30601361:film_plastique:4461:30601466,30606833:film_plastique:4461:30607108,30610463:film_plastique:4461:30610823,30610469:film_plastique:4461:30610685,30610478:film_plastique:4461:30612430,30612253:film_plastique:4461:30612519,30615489:film_plastique:4461:30616067,30619326:film_plastique:4461:30619507,30620568:film_plastique:4461:30620717,30621582:film_plastique:4461:30621726,30622904:film_plastique:4461:30623143,30622928:film_plastique:4461:30623081,30625444:film_plastique:4461:30625616,30625969:film_plastique:4461:30626208,30628855:film_plastique:4461:30629144,30628860:film_plastique:4461:30629018,30642793:film_plastique:4461:30643161,30642815:film_plastique:4461:30642889,30642829:film_plastique:4461:3064293'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.048841609143080986, 'nb_photo': 7371, 'list_port_cont': '30589148,30590676,30590697,30591700,30591714,30592574,30595033,30595230,30595842,30596288,30598423,30598700,30598986,30599247,30601684,30606617,30607076,30607940,30608011,30609445,30611525,30611756,30612474,30612933,30612957,30618980,30619546,30620350,30621894,30623083,30623130,30623741,30624082,30626182,30628580,30628976,30628994,30629227,30629327,30643050,30643274,30643965,30645447,30646713,30647014,30647641,30649988,30652291,30652420,30652454,30652477,30653554,30659259,30660218,30660696,30661066,30661123,30661845,30662593,30662716,30663916,30690309,30691106,30691439,30691836,30692395,30692454,30692861,30692886,30692943,30693005,30693954,30694499,30694626,30694809,30698296,30698860,30698959,30699659,30699824,30700166,30700715,30701810,30701932,30702799,30702869,30704003,30704074,30704618,30707663,30707729,30708214,30709910,30710089,30710955,30711241,30711391,30712566,30712637,30712704,30713780,30714850,30717215,30720637,30721652,30721660,30722715,30723382,30723888,30724259,30724312,30725692,30726287,3072718', 'assoc_port': '30589034:30589148,30590639:30590676,30590640:30590697,30591564:30591700,30591565:30591714,30592446:30592574,30594820:30595230,30594832:30595033,30595730:30595842,30595999:30596288,30598329:30598423,30598609:30598700,30598617:30601684,30598951:30598986,30599177:30599247,30606399:30606617,30606828:30607076,30607877:30608011,30607884:30607940,30609185:30611525,30609199:30609445,30610949:30611756,30612256:30612474,30612739:30612957,30612745:30612933,30618812:30618980,30619329:30619546,30620242:30620350,30621578:30621894,30621588:30623741,30622905:30623130,30622989:30623083,30623745:30624082,30625963:30626182,30628388:30628580,30628832:30629327,30628858:30629227,30628869:30628994,30628872:30628976,30642795:30643274,30642811:30643050,30642821:30647014,30643845:30643965,30645323:30645447,30646532:30646713,30647576:30647641,30649848:30652454,30649862:30649988,30652140:30652477,30652157:30652420,30652176:30652291,30653103:30653554,30659029:30659259,30659641:30660218,30659648:30661123,30659658:30661066,30660618:3066069', 'assoc_mat': '30589034:film_plastique:4200:30589148,30590639:film_plastique:4200:30590676,30590640:film_plastique:4200:30590697,30591564:film_plastique:4200:30591700,30591565:film_plastique:4200:30591714,30592446:film_plastique:4200:30592574,30594820:film_plastique:4200:30595230,30594832:film_plastique:4200:30595033,30595730:film_plastique:4200:30595842,30595999:film_plastique:4200:30596288,30598329:film_plastique:4200:30598423,30598609:film_plastique:4200:30598700,30598617:film_plastique:4200:30601684,30598951:film_plastique:4200:30598986,30599177:film_plastique:4200:30599247,30606399:film_plastique:4200:30606617,30606828:film_plastique:4200:30607076,30607877:film_plastique:4200:30608011,30607884:film_plastique:4200:30607940,30609185:film_plastique:4200:30611525,30609199:film_plastique:4200:30609445,30610949:film_plastique:4200:30611756,30612256:film_plastique:4200:30612474,30612739:film_plastique:4200:30612957,30612745:film_plastique:4200:30612933,30618812:film_plastique:4200:30618980,30619329:film_plastique:4200:3061954'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008755692716048324, 'nb_photo': 131, 'list_port_cont': '30590849,30595084,30612553,30616210,30620206,30621878,30623191,30629290,30639143,30643055,30646867,30650729,30653676,30660473,30661682,30663038,30693440,30694664,30703178,30710972,30722269,30723910,30723931,30725774,30725802,30727745,30738468,30740486,30782892,30785333,30786401,30789679,30795968,30798734,30799620,30801350,30808632,30810474,30812007,30815173,30819981,30820374,30820883,30827492,30827518,30828525,30833808,30850296,30860001,30861195,30861381,30861549,30861574,30863914,30864598,30866151,30866174,30873682,30873796,30874780,30875365,30877026,30878662,30881194,30881531,30886626', 'assoc_port': '30590646:30590849,30594835:30595084,30612295:30612553,30615492:30616210,30619912:30620206,30621587:30621878,30622992:30623191,30628835:30629290,30638945:30639143,30642827:30643055,30646535:30646867,30650439:30650729,30652165:30653676,30659642:30661682,30660278:30660473,30662987:30663038,30693199:30693440,30694604:30694664,30703021:30703178,30710836:30710972,30721604:30722269,30723827:30723910,30723828:30723931,30725591:30725774,30725598:30725802,30727649:30727745,30738354:30738468,30740248:30740486,30782760:30782892,30785185:30785333,30786232:30786401,30786233:30789679,30795766:30795968,30798185:30798734,30799463:30799620,30800661:30801350,30808487:30808632,30809645:30810474,30811812:30812007,30814541:30815173,30819800:30819981,30820204:30820374,30820556:30820883,30827163:30827518,30827188:30827492,30828254:30828525,30833647:30833808,30850093:30850296,30859750:30860001,30861071:30861574,30861081:30861549,30861095:30861195,30861096:30861381,30862819:30863914,30864415:30864598,30865611:30866151,30865659:3086617', 'assoc_mat': '30590646:film_plastique:4209:30590849,30594835:film_plastique:4209:30595084,30612295:film_plastique:4209:30612553,30615492:film_plastique:4209:30616210,30619912:film_plastique:4209:30620206,30621587:film_plastique:4209:30621878,30622992:film_plastique:4209:30623191,30628835:film_plastique:4209:30629290,30638945:film_plastique:4209:30639143,30642827:film_plastique:4209:30643055,30646535:film_plastique:4209:30646867,30650439:film_plastique:4209:30650729,30652165:film_plastique:4209:30653676,30659642:film_plastique:4209:30661682,30660278:film_plastique:4209:30660473,30662987:film_plastique:4209:30663038,30693199:film_plastique:4209:30693440,30694604:film_plastique:4209:30694664,30703021:film_plastique:4209:30703178,30710836:film_plastique:4209:30710972,30721604:film_plastique:4209:30722269,30723827:film_plastique:4209:30723910,30723828:film_plastique:4209:30723931,30725591:film_plastique:4209:30725774,30725598:film_plastique:4209:30725802,30727649:film_plastique:4209:30727745,30738354:film_plastique:4209:3073846'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0018343140859616667, 'nb_photo': 4824, 'list_port_cont': '30589600,30590796,30590815,30592600,30595076,30595253,30595287,30595448,30595878,30596554,30598469,30598802,30600402,30601488,30606656,30606674,30608032,30609581,30610738,30613043,30613384,30616353,30616549,30619585,30620073,30621772,30621919,30622027,30623268,30624587,30625684,30626600,30628622,30629268,30629530,30640341,30643027,30643099,30643133,30644062,30645710,30646918,30647670,30648044,30650062,30650120,30651685,30653074,30653777,30656037,30659212,30659872,30659891,30660512,30660765,30661379,30661892,30662747,30662802,30663954,30667059,30690940,30690958,30691087,30691173,30691906,30691934,30692007,30692474,30692484,30692504,30692988,30694026,30694041,30694475,30694514,30695335,30695400,30698096,30698446,30698908,30698935,30699085,30700240,30700471,30700766,30700785,30701977,30702887,30702929,30702946,30704094,30704343,30705375,30707739,30708318,30708341,30709438,30709456,30710631,30710997,30711006,30712673,30712737,30713035,30713858,30714933,30719471,30720517,30720544,30721801,30721814,30722769,3072278', 'assoc_port': '30589032:30589600,30590638:30590815,30590648:30590796,30592445:30592600,30594761:30595076,30594794:30595448,30594826:30595287,30594830:30595253,30595732:30595878,30596000:30596554,30598331:30598469,30598615:30598802,30599916:30600402,30601360:30601488,30606396:30606674,30606405:30606656,30607881:30608032,30609189:30609581,30610481:30610738,30610942:30613384,30612298:30616353,30612740:30613043,30612744:30616549,30619330:30619585,30619915:30620073,30621576:30622027,30621584:30621919,30621590:30621772,30622906:30623268,30622948:30625684,30624349:30624587,30625962:30626600,30628395:30628622,30628830:30629530,30628859:30629268,30639891:30640341,30642806:30643133,30642816:30643099,30642828:30643027,30643827:30644062,30645322:30645710,30646527:30646918,30647575:30647670,30647880:30648044,30649850:30650120,30649884:30650062,30651380:30651685,30652166:30653074,30652181:30656037,30653104:30653777,30659037:30659212,30659638:30659891,30659647:30659872,30659654:30661379,30660274:30660512,30660621:30660765,30661740:3066189', 'assoc_mat': '30589032:film_plastique:4211:30589600,30590638:film_plastique:4211:30590815,30590648:film_plastique:4211:30590796,30592445:film_plastique:4211:30592600,30594761:film_plastique:4211:30595076,30594794:film_plastique:4211:30595448,30594826:film_plastique:4211:30595287,30594830:film_plastique:4211:30595253,30595732:film_plastique:4211:30595878,30596000:film_plastique:4211:30596554,30598331:film_plastique:4211:30598469,30598615:film_plastique:4211:30598802,30599916:film_plastique:4211:30600402,30601360:film_plastique:4211:30601488,30606396:film_plastique:4211:30606674,30606405:film_plastique:4211:30606656,30607881:film_plastique:4211:30608032,30609189:film_plastique:4211:30609581,30610481:film_plastique:4211:30610738,30610942:film_plastique:4211:30613384,30612298:film_plastique:4211:30616353,30612740:film_plastique:4211:30613043,30612744:film_plastique:4211:30616549,30619330:film_plastique:4211:30619585,30619915:film_plastique:4211:30620073,30621576:film_plastique:4211:30622027,30621584:film_plastique:4211:3062191'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009156327602929006, 'nb_photo': 4, 'list_port_cont': '30651533,30691794,30708235,30787084', 'assoc_port': '30651375:30651533,30691698:30691794,30708193:30708235,30787016:30787084', 'assoc_mat': '30651375:kraft:4205:30651533,30691698:kraft:4205:30691794,30708193:kraft:4205:30708235,30787016:kraft:4205:30787084'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004028274040287735, 'nb_photo': 6, 'list_port_cont': '30650232,30698521,30787492,30807927,30812098,30818188', 'assoc_port': '30649858:30650232,30698409:30698521,30787323:30787492,30807776:30807927,30809644:30812098,30818014:30818188', 'assoc_mat': '30649858:kraft:4203:30650232,30698409:kraft:4203:30698521,30787323:kraft:4203:30787492,30807776:kraft:4203:30807927,30809644:kraft:4203:30812098,30818014:kraft:4203:30818188'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019436830788875533, 'nb_photo': 28, 'list_port_cont': '30589104,30615984,30621683,30623580,30626091,30643905,30643925,30652311,30659772,30690800,30691846,30699618,30710252,30725628,30737226,30742439,30770882,30799499,30800734,30812502,30813579,30828330,30850191,30875217', 'assoc_port': '30589033:30589104,30615488:30615984,30621583:30621683,30623557:30623580,30625977:30626091,30643808:30643905,30643846:30643925,30652153:30652311,30659640:30659772,30690731:30690800,30691690:30691846,30699528:30699618,30708197:30710252,30725594:30725628,30736978:30737226,30742350:30742439,30770713:30770882,30799464:30799499,30800618:30800734,30812454:30812502,30813474:30813579,30828255:30828330,30850053:30850191,30875104:30875217', 'assoc_mat': '30589033:kraft:4207:30589104,30615488:kraft:4207:30615984,30621583:kraft:4207:30621683,30623557:kraft:4207:30623580,30625977:kraft:4207:30626091,30643808:kraft:4207:30643905,30643846:kraft:4207:30643925,30652153:kraft:4207:30652311,30659640:kraft:4207:30659772,30690731:kraft:4207:30690800,30691690:kraft:4207:30691846,30699528:kraft:4207:30699618,30708197:kraft:4207:30710252,30725594:kraft:4207:30725628,30736978:kraft:4207:30737226,30742350:kraft:4207:30742439,30770713:kraft:4207:30770882,30799464:kraft:4207:30799499,30800618:kraft:4207:30800734,30812454:kraft:4207:30812502,30813474:kraft:4207:30813579,30828255:kraft:4207:30828330,30850053:kraft:4207:30850191,30875104:kraft:4207:30875217'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.000647279305230489, 'nb_photo': 3, 'list_port_cont': '30623080,30819987,30873906', 'assoc_port': '30622989:30623080,30819801:30819987,30873836:30873906', 'assoc_mat': '30622989:kraft:4200:30623080,30819801:kraft:4200:30819987,30873836:kraft:4200:30873906'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004643100563442813, 'nb_photo': 1166, 'list_port_cont': '30589084,30594986,30595829,30601449,30605127,30606977,30610587,30612409,30615791,30618880,30620749,30623015,30624492,30625546,30628921,30629012,30646607,30649225,30650653,30652369,30653503,30659681,30660399,30661777,30661798,30666750,30666834,30666907,30690813,30692338,30692914,30694364,30695357,30698439,30700353,30700368,30702572,30704012,30710084,30710922,30710943,30717065,30717231,30723281,30723834,30726306,30726507,30729347,30737001,30737095,30737218,30738416,30740723,30742834,30769167,30770821,30772737,30773699,30781884,30782819,30783494,30786263,30786306,30793199,30796946,30797667,30797678,30799901,30800715,30807120,30808392,30809718,30810397,30811884,30813533,30814077,30818522,30819958,30824610,30827344,30827430,30828373,30849677,30851218,30852614,30853395,30859799,30859822,30859864,30861132,30861162,30861256,30861394,30861424,30862136,30865940,30865970,30867251,30873591,30877079,30878537,30881055,30881109', 'assoc_port': '30589036:30589084,30594793:30595829,30594831:30594986,30601354:30601449,30605112:30605127,30606832:30606977,30610471:30610587,30610483:30612409,30615491:30615791,30618814:30618880,30620569:30620749,30622909:30624492,30622951:30623015,30625485:30625546,30628857:30629012,30628868:30628921,30646530:30646607,30649154:30649225,30650436:30650653,30652148:30652369,30652168:30653503,30659609:30659681,30660275:30660399,30661731:30661798,30661741:30661777,30666710:30666907,30666712:30666834,30666718:30666750,30690726:30690813,30692287:30692338,30692849:30692914,30694350:30694364,30695302:30695357,30698407:30698439,30700326:30700368,30700327:30700353,30701677:30702572,30703949:30704012,30709798:30710084,30710833:30710943,30710841:30710922,30716915:30717231,30716921:30717065,30722578:30723281,30723832:30723834,30725596:30726306,30726459:30726507,30727238:30729347,30736976:30737218,30736984:30737095,30736994:30737001,30738355:30738416,30739570:30740723,30741941:30742834,30769116:30769167,30770710:30770821,30772703:3077273', 'assoc_mat': '30589036:kraft:3726:30589084,30594793:kraft:3726:30595829,30594831:kraft:3726:30594986,30601354:kraft:3726:30601449,30605112:kraft:3726:30605127,30606832:kraft:3726:30606977,30610471:kraft:3726:30610587,30610483:kraft:3726:30612409,30615491:kraft:3726:30615791,30618814:kraft:3726:30618880,30620569:kraft:3726:30620749,30622909:kraft:3726:30624492,30622951:kraft:3726:30623015,30625485:kraft:3726:30625546,30628857:kraft:3726:30629012,30628868:kraft:3726:30628921,30646530:kraft:3726:30646607,30649154:kraft:3726:30649225,30650436:kraft:3726:30650653,30652148:kraft:3726:30652369,30652168:kraft:3726:30653503,30659609:kraft:3726:30659681,30660275:kraft:3726:30660399,30661731:kraft:3726:30661798,30661741:kraft:3726:30661777,30666710:kraft:3726:30666907,30666712:kraft:3726:30666834,30666718:kraft:3726:30666750,30690726:kraft:3726:30690813,30692287:kraft:3726:30692338,30692849:kraft:3726:30692914,30694350:kraft:3726:30694364,30695302:kraft:3726:30695357,30698407:kraft:3726:30698439,30700326:kraft:3726:30700368,30700327:'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00010034405366507333, 'nb_photo': 6, 'list_port_cont': '30643110,30662808,30692984,30771064,30785985,30864201', 'assoc_port': '30642816:30643110,30662517:30662808,30692851:30692984,30770706:30771064,30785706:30785985,30864046:30864201', 'assoc_mat': '30642816:kraft:4211:30643110,30662517:kraft:4211:30662808,30692851:kraft:4211:30692984,30770706:kraft:4211:30771064,30785706:kraft:4211:30785985,30864046:kraft:4211:30864201'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9056857689214313, 'nb_photo': 131, 'list_port_cont': '30592717,30593816,30598631,30599042,30610663,30612786,30621648,30623605,30633656,30646740,30651537,30660666,30661053,30662622,30691805,30693972,30700385,30702828,30703111,30708233,30711372,30714301,30722638,30726250,30737050,30740502,30743130,30767380,30770900,30780432,30783585,30787088,30793371,30795896,30799939,30807191,30811953,30814064,30820832,30831487,30852730,30861509,30863631,30868148,30877126', 'assoc_port': '30592643:30592717,30593708:30593816,30598618:30598631,30598948:30599042,30610474:30610663,30612752:30612786,30621589:30621648,30623556:30623605,30628402:30633656,30646536:30646740,30651375:30651537,30659651:30661053,30660619:30660666,30662522:30662622,30691698:30691805,30693892:30693972,30700325:30700385,30702695:30702828,30703020:30703111,30708193:30708233,30711330:30711372,30714264:30714301,30722608:30722638,30726241:30726250,30736995:30737050,30740250:30740502,30742941:30743130,30767190:30767380,30770715:30770900,30780306:30780432,30783382:30783585,30787016:30787088,30793123:30793371,30795753:30795896,30799843:30799939,30807073:30807191,30811806:30811953,30813960:30814064,30820630:30820832,30827848:30831487,30852458:30852730,30861080:30861509,30862824:30863631,30867718:30868148,30876993:30877126', 'assoc_mat': '30592643:metal:4205:30592717,30593708:metal:4205:30593816,30598618:metal:4205:30598631,30598948:metal:4205:30599042,30610474:metal:4205:30610663,30612752:metal:4205:30612786,30621589:metal:4205:30621648,30623556:metal:4205:30623605,30628402:metal:4205:30633656,30646536:metal:4205:30646740,30651375:metal:4205:30651537,30659651:metal:4205:30661053,30660619:metal:4205:30660666,30662522:metal:4205:30662622,30691698:metal:4205:30691805,30693892:metal:4205:30693972,30700325:metal:4205:30700385,30702695:metal:4205:30702828,30703020:metal:4205:30703111,30708193:metal:4205:30708233,30711330:metal:4205:30711372,30714264:metal:4205:30714301,30722608:metal:4205:30722638,30726241:metal:4205:30726250,30736995:metal:4205:30737050,30740250:metal:4205:30740502,30742941:metal:4205:30743130,30767190:metal:4205:30767380,30770715:metal:4205:30770900,30780306:metal:4205:30780432,30783382:metal:4205:30783585,30787016:metal:4205:30787088,30793123:metal:4205:30793371,30795753:metal:4205:30795896,30799843:metal:4205:30799939,30807073:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012351288104469466, 'nb_photo': 2354, 'list_port_cont': '30591935,30595540,30597475,30598818,30599390,30608772,30611332,30622048,30623465,30628836,30629386,30643379,30647954,30648965,30650219,30651849,30659277,30661930,30664027,30666983,30691474,30692601,30693025,30694573,30694676,30698515,30699884,30702141,30703227,30707587,30709237,30717626,30717646,30720745,30722826,30725962,30727673,30737707,30739953,30742391,30767660,30769290,30774067,30781985,30785514,30787496,30794684,30797312,30799827,30801388,30807932,30812092,30815305,30818191,30820179,30825458,30828625,30849755,30853046,30855995,30862568,30866291,30868464,30869143,30874827,30879263,30879512,30881235,30886684', 'assoc_port': '30591562:30591935,30594827:30595540,30597286:30597475,30598610:30598818,30599179:30599390,30607874:30608772,30610940:30611332,30621580:30622048,30622991:30623465,30628387:30628836,30628870:30629386,30642803:30643379,30642825:30647954,30645336:30648965,30649858:30650219,30651385:30651849,30659035:30659277,30661736:30661930,30663787:30664027,30666717:30666983,30691353:30691474,30692285:30692601,30692850:30693025,30694347:30694573,30694607:30694676,30698409:30698515,30699530:30699884,30701688:30702141,30703024:30703227,30707474:30707587,30709226:30709237,30716912:30717646,30716916:30717626,30720606:30720745,30722607:30722826,30725593:30725962,30727243:30727673,30736977:30737707,30739558:30739953,30741935:30742391,30767182:30767660,30769118:30769290,30773667:30774067,30781690:30781985,30785189:30785514,30787323:30787496,30794321:30794684,30796900:30797312,30799460:30799827,30801207:30801388,30807776:30807932,30809644:30812092,30812453:30815305,30818014:30818191,30819805:30820179,30824843:30825458,30828247:3082862', 'assoc_mat': '30591562:metal:4203:30591935,30594827:metal:4203:30595540,30597286:metal:4203:30597475,30598610:metal:4203:30598818,30599179:metal:4203:30599390,30607874:metal:4203:30608772,30610940:metal:4203:30611332,30621580:metal:4203:30622048,30622991:metal:4203:30623465,30628387:metal:4203:30628836,30628870:metal:4203:30629386,30642803:metal:4203:30643379,30642825:metal:4203:30647954,30645336:metal:4203:30648965,30649858:metal:4203:30650219,30651385:metal:4203:30651849,30659035:metal:4203:30659277,30661736:metal:4203:30661930,30663787:metal:4203:30664027,30666717:metal:4203:30666983,30691353:metal:4203:30691474,30692285:metal:4203:30692601,30692850:metal:4203:30693025,30694347:metal:4203:30694573,30694607:metal:4203:30694676,30698409:metal:4203:30698515,30699530:metal:4203:30699884,30701688:metal:4203:30702141,30703024:metal:4203:30703227,30707474:metal:4203:30707587,30709226:metal:4203:30709237,30716912:metal:4203:30717646,30716916:metal:4203:30717626,30720606:metal:4203:30720745,30722607:metal:4203:30722826,30725593:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.009840655841419833, 'nb_photo': 211, 'list_port_cont': '30589097,30595146,30595157,30595771,30598345,30598393,30601428,30606943,30610566,30610650,30612390,30612497,30615838,30615981,30619390,30619973,30620654,30621693,30623036,30623589,30626127,30628490,30628939,30629085,30642854,30642995,30643931,30647598,30647931,30649238,30650626,30651209,30651395,30652428,30658448,30659728,30659769,30660409,30660427,30662124,30663937,30666735,30666771,30690826,30690844,30691063,30691122,30691738,30691756,30691847,30692352,30692966,30693244,30693899,30694385,30694759,30694786,30699372,30700341,30700670,30701745,30703054,30703195,30704058,30704672,30707645,30709839,30710106,30710250,30710913,30713309,30716977,30717097,30717245,30717262,30717312,30721728,30722232,30722256,30722620,30723851,30724227,30724612,30725654,30726532,30727378,30727870,30736027,30737124,30737163,30737191,30737220,30739645,30740411,30741485,30741967,30741991,30767350,30767482,30767701,30773718,30781836,30781903,30782842,30785243,30785293,30786246,30787032,30787045,30794794,30795797,30795834,30797689,3079776', 'assoc_port': '30589033:30589097,30594764:30595157,30594777:30595146,30595731:30595771,30598325:30598393,30598330:30598345,30601356:30601428,30606862:30606943,30610468:30610650,30610476:30610566,30612251:30612497,30612254:30612390,30615488:30615981,30615490:30615838,30619328:30619390,30619914:30619973,30620571:30620654,30621583:30621693,30622908:30623036,30623557:30623589,30625966:30626127,30628404:30628490,30628854:30629085,30628873:30628939,30642801:30642995,30642818:30642854,30643846:30643931,30647574:30647598,30647877:30647931,30649156:30649238,30650434:30650626,30650442:30651209,30651381:30651395,30652146:30652428,30658409:30658448,30659640:30659769,30659649:30659728,30660273:30660427,30660276:30660409,30660620:30662124,30663766:30663937,30666714:30666771,30666721:30666735,30690723:30690844,30690728:30690826,30691039:30691122,30691044:30691063,30691690:30691847,30691700:30691756,30691704:30691738,30692291:30692352,30692848:30692966,30693200:30693244,30693896:30693899,30694349:30694385,30694744:30694786,30694748:3069475', 'assoc_mat': '30589033:metal:4207:30589097,30594764:metal:4207:30595157,30594777:metal:4207:30595146,30595731:metal:4207:30595771,30598325:metal:4207:30598393,30598330:metal:4207:30598345,30601356:metal:4207:30601428,30606862:metal:4207:30606943,30610468:metal:4207:30610650,30610476:metal:4207:30610566,30612251:metal:4207:30612497,30612254:metal:4207:30612390,30615488:metal:4207:30615981,30615490:metal:4207:30615838,30619328:metal:4207:30619390,30619914:metal:4207:30619973,30620571:metal:4207:30620654,30621583:metal:4207:30621693,30622908:metal:4207:30623036,30623557:metal:4207:30623589,30625966:metal:4207:30626127,30628404:metal:4207:30628490,30628854:metal:4207:30629085,30628873:metal:4207:30628939,30642801:metal:4207:30642995,30642818:metal:4207:30642854,30643846:metal:4207:30643931,30647574:metal:4207:30647598,30647877:metal:4207:30647931,30649156:metal:4207:30649238,30650434:metal:4207:30650626,30650442:metal:4207:30651209,30651381:metal:4207:30651395,30652146:metal:4207:30652428,30658409:metal:4207:30658448,30659640:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010972369990194929, 'nb_photo': 33, 'list_port_cont': '30595198,30598447,30642885,30645498,30666932,30691763,30691863,30692410,30694844,30717489,30722684,30723942,30737833,30741545,30779816,30782456,30786379,30799578,30827300,30827465,30855653,30862946,30873637,30873742,30875292,30878597,30886573', 'assoc_port': '30594763:30595198,30598332:30598447,30642815:30642885,30645333:30645498,30661737:30666932,30691688:30691863,30691703:30691763,30692293:30692410,30694746:30694844,30716911:30717489,30722577:30722684,30723825:30723942,30737699:30737833,30739559:30741545,30779768:30779816,30781684:30782456,30785193:30786379,30799457:30799578,30824546:30827465,30827185:30827300,30855386:30855653,30862821:30862946,30873532:30873742,30873539:30873637,30875102:30875292,30878497:30878597,30886472:30886573', 'assoc_mat': '30594763:metal:4461:30595198,30598332:metal:4461:30598447,30642815:metal:4461:30642885,30645333:metal:4461:30645498,30661737:metal:4461:30666932,30691688:metal:4461:30691863,30691703:metal:4461:30691763,30692293:metal:4461:30692410,30694746:metal:4461:30694844,30716911:metal:4461:30717489,30722577:metal:4461:30722684,30723825:metal:4461:30723942,30737699:metal:4461:30737833,30739559:metal:4461:30741545,30779768:metal:4461:30779816,30781684:metal:4461:30782456,30785193:metal:4461:30786379,30799457:metal:4461:30799578,30824546:metal:4461:30827465,30827185:metal:4461:30827300,30855386:metal:4461:30855653,30862821:metal:4461:30862946,30873532:metal:4461:30873742,30873539:metal:4461:30873637,30875102:metal:4461:30875292,30878497:metal:4461:30878597,30886472:metal:4461:30886573'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024930520288134184, 'nb_photo': 668, 'list_port_cont': '30589147,30590663,30590686,30591701,30592570,30595038,30595239,30595853,30596292,30598432,30598992,30599242,30601685,30606614,30607077,30607953,30608012,30609455,30611534,30611758,30612471,30612936,30612953,30618985,30619533,30620335,30621898,30623082,30623128,30623742,30624079,30626185,30628581,30628975,30628992,30629229,30629326,30643060,30643278,30643956,30645453,30646712,30647022,30647633,30649997,30652289,30652409,30652446,30652473,30653552,30659262,30660225,30660695,30661076,30661126,30661844,30662596,30662728,30663911,30690313,30691116,30691440,30691828,30692399,30692451,30692867,30692881,30692941,30693008,30693958,30694498,30694636,30694805,30698287,30698863,30698956,30699655,30699822,30700167,30700710,30701799,30701929,30702803,30702870,30704067,30704628,30707677,30707728,30708221,30709917,30710087,30710944,30711243,30711393,30712574,30712642,30712705,30713793,30714856,30721655,30721663,30722717,30723367,30723891,30724264,30724311,30725680,30726291,30727541,30731296,30734809,30735219,30736059,3073720', 'assoc_port': '30589034:30589147,30590639:30590663,30590640:30590686,30591564:30591701,30592446:30592570,30594820:30595239,30594832:30595038,30595730:30595853,30595999:30596292,30598329:30598432,30598617:30601685,30598951:30598992,30599177:30599242,30606399:30606614,30606828:30607077,30607877:30608012,30607884:30607953,30609185:30611534,30609199:30609455,30610949:30611758,30612256:30612471,30612739:30612953,30612745:30612936,30618812:30618985,30619329:30619533,30620242:30620335,30621578:30621898,30621588:30623742,30622905:30623128,30622989:30623082,30623745:30624079,30625963:30626185,30628388:30628581,30628832:30629326,30628858:30629229,30628869:30628992,30628872:30628975,30642795:30643278,30642811:30643060,30642821:30647022,30643845:30643956,30645323:30645453,30646532:30646712,30647576:30647633,30649848:30652446,30649862:30649997,30652140:30652473,30652157:30652409,30652176:30652289,30653103:30653552,30659029:30659262,30659641:30660225,30659648:30661126,30659658:30661076,30660618:30660695,30661735:30661844,30662516:3066272', 'assoc_mat': '30589034:metal:4200:30589147,30590639:metal:4200:30590663,30590640:metal:4200:30590686,30591564:metal:4200:30591701,30592446:metal:4200:30592570,30594820:metal:4200:30595239,30594832:metal:4200:30595038,30595730:metal:4200:30595853,30595999:metal:4200:30596292,30598329:metal:4200:30598432,30598617:metal:4200:30601685,30598951:metal:4200:30598992,30599177:metal:4200:30599242,30606399:metal:4200:30606614,30606828:metal:4200:30607077,30607877:metal:4200:30608012,30607884:metal:4200:30607953,30609185:metal:4200:30611534,30609199:metal:4200:30609455,30610949:metal:4200:30611758,30612256:metal:4200:30612471,30612739:metal:4200:30612953,30612745:metal:4200:30612936,30618812:metal:4200:30618985,30619329:metal:4200:30619533,30620242:metal:4200:30620335,30621578:metal:4200:30621898,30621588:metal:4200:30623742,30622905:metal:4200:30623128,30622989:metal:4200:30623082,30623745:metal:4200:30624079,30625963:metal:4200:30626185,30628388:metal:4200:30628581,30628832:metal:4200:30629326,30628858:metal:4200:30629229,30628869:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026676935212052458, 'nb_photo': 150, 'list_port_cont': '30599091,30610723,30612544,30616222,30620216,30629294,30639149,30643064,30653675,30660476,30661677,30661866,30663034,30663064,30666849,30691870,30692306,30692379,30693433,30701850,30703175,30710977,30717297,30722279,30723912,30724394,30725783,30725797,30727750,30738463,30740492,30767423,30770974,30780777,30782882,30789682,30795374,30795966,30798738,30799623,30801337,30807232,30809655,30810477,30812005,30815177,30815925,30819967,30820381,30827521,30828518,30833816,30856545,30859843,30859999,30861209,30861261,30861346,30861380,30861548,30861575,30863920,30864606,30866148,30873680,30873794,30874788,30875367,30881199,30881524,30886632', 'assoc_port': '30598956:30599091,30610467:30610723,30612295:30612544,30615492:30616222,30619912:30620216,30628835:30629294,30638945:30639149,30642827:30643064,30652165:30653675,30659642:30661677,30660278:30660476,30661742:30661866,30662986:30663064,30662987:30663034,30666722:30666849,30691692:30691870,30692288:30692306,30692289:30692379,30693199:30693433,30701682:30701850,30703021:30703175,30710836:30710977,30716925:30717297,30721604:30722279,30723827:30723912,30724085:30724394,30725591:30725783,30725598:30725797,30727649:30727750,30738354:30738463,30740248:30740492,30767184:30767423,30770717:30770974,30780580:30780777,30782760:30782882,30786233:30789682,30794742:30795374,30795766:30795966,30798185:30798738,30799463:30799623,30800661:30801337,30807062:30807232,30809633:30809655,30809645:30810477,30811812:30812005,30813476:30815925,30814541:30815177,30819800:30819967,30820204:30820381,30827163:30827521,30828254:30828518,30833647:30833816,30856471:30856545,30859750:30859999,30859761:30859843,30861071:30861575,30861081:3086154', 'assoc_mat': '30598956:metal:4209:30599091,30610467:metal:4209:30610723,30612295:metal:4209:30612544,30615492:metal:4209:30616222,30619912:metal:4209:30620216,30628835:metal:4209:30629294,30638945:metal:4209:30639149,30642827:metal:4209:30643064,30652165:metal:4209:30653675,30659642:metal:4209:30661677,30660278:metal:4209:30660476,30661742:metal:4209:30661866,30662986:metal:4209:30663064,30662987:metal:4209:30663034,30666722:metal:4209:30666849,30691692:metal:4209:30691870,30692288:metal:4209:30692306,30692289:metal:4209:30692379,30693199:metal:4209:30693433,30701682:metal:4209:30701850,30703021:metal:4209:30703175,30710836:metal:4209:30710977,30716925:metal:4209:30717297,30721604:metal:4209:30722279,30723827:metal:4209:30723912,30724085:metal:4209:30724394,30725591:metal:4209:30725783,30725598:metal:4209:30725797,30727649:metal:4209:30727750,30738354:metal:4209:30738463,30740248:metal:4209:30740492,30767184:metal:4209:30767423,30770717:metal:4209:30770974,30780580:metal:4209:30780777,30782760:metal:4209:30782882,30786233:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0006404735366656688, 'nb_photo': 26, 'list_port_cont': '30612407,30618888,30623022,30624497,30661770,30668647,30710919,30717230,30723836,30769171,30781888,30797663,30800711,30827348,30859801,30878538', 'assoc_port': '30610483:30612407,30618814:30618888,30622909:30624497,30622951:30623022,30661741:30661770,30666719:30668647,30710841:30710919,30716915:30717230,30723832:30723836,30769116:30769171,30781683:30781888,30797601:30797663,30800660:30800711,30827184:30827348,30859762:30859801,30878495:30878538', 'assoc_mat': '30610483:metal:3726:30612407,30618814:metal:3726:30618888,30622909:metal:3726:30624497,30622951:metal:3726:30623022,30661741:metal:3726:30661770,30666719:metal:3726:30668647,30710841:metal:3726:30710919,30716915:metal:3726:30717230,30723832:metal:3726:30723836,30769116:metal:3726:30769171,30781683:metal:3726:30781888,30797601:metal:3726:30797663,30800660:metal:3726:30800711,30827184:metal:3726:30827348,30859762:metal:3726:30859801,30878495:metal:3726:30878538'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007986536509852538, 'nb_photo': 1774, 'list_port_cont': '30589603,30590811,30590826,30592586,30595066,30595243,30595298,30595458,30595880,30596564,30598473,30598810,30600403,30601494,30606660,30606678,30608026,30609587,30610735,30613034,30613388,30616359,30616545,30619596,30620077,30621781,30621914,30622024,30623264,30624581,30625679,30626610,30628619,30629274,30629533,30640335,30643024,30643100,30643132,30644058,30645716,30646920,30647669,30648038,30650069,30650121,30651687,30653077,30653769,30656034,30659218,30659876,30659888,30660500,30660762,30661368,30661898,30662751,30662803,30663964,30667055,30690930,30690951,30691092,30691177,30691904,30691939,30692000,30692470,30692492,30692498,30692999,30694027,30694039,30694486,30694516,30695341,30695391,30698094,30698920,30698938,30699081,30700249,30700465,30700764,30700779,30701973,30702880,30702931,30702950,30704102,30704338,30705368,30707741,30708316,30708338,30709432,30709451,30710634,30710989,30711011,30712675,30712736,30713033,30713868,30714931,30719485,30720523,30720541,30721803,30721813,30722775,30722791,3072364', 'assoc_port': '30589032:30589603,30590638:30590826,30590648:30590811,30592445:30592586,30594761:30595066,30594794:30595458,30594826:30595298,30594830:30595243,30595732:30595880,30596000:30596564,30598331:30598473,30598615:30598810,30599916:30600403,30601360:30601494,30606396:30606678,30606405:30606660,30607881:30608026,30609189:30609587,30610481:30610735,30610942:30613388,30612298:30616359,30612740:30613034,30612744:30616545,30619330:30619596,30619915:30620077,30621576:30622024,30621584:30621914,30621590:30621781,30622906:30623264,30622948:30625679,30624349:30624581,30625962:30626610,30628395:30628619,30628830:30629533,30628859:30629274,30639891:30640335,30642806:30643132,30642816:30643100,30642828:30643024,30643827:30644058,30645322:30645716,30646527:30646920,30647575:30647669,30647880:30648038,30649850:30650121,30649884:30650069,30651380:30651687,30652166:30653077,30652181:30656034,30653104:30653769,30659037:30659218,30659638:30659888,30659647:30659876,30659654:30661368,30660274:30660500,30660621:30660762,30661740:3066189', 'assoc_mat': '30589032:metal:4211:30589603,30590638:metal:4211:30590826,30590648:metal:4211:30590811,30592445:metal:4211:30592586,30594761:metal:4211:30595066,30594794:metal:4211:30595458,30594826:metal:4211:30595298,30594830:metal:4211:30595243,30595732:metal:4211:30595880,30596000:metal:4211:30596564,30598331:metal:4211:30598473,30598615:metal:4211:30598810,30599916:metal:4211:30600403,30601360:metal:4211:30601494,30606396:metal:4211:30606678,30606405:metal:4211:30606660,30607881:metal:4211:30608026,30609189:metal:4211:30609587,30610481:metal:4211:30610735,30610942:metal:4211:30613388,30612298:metal:4211:30616359,30612740:metal:4211:30613034,30612744:metal:4211:30616545,30619330:metal:4211:30619596,30619915:metal:4211:30620077,30621576:metal:4211:30622024,30621584:metal:4211:30621914,30621590:metal:4211:30621781,30622906:metal:4211:30623264,30622948:metal:4211:30625679,30624349:metal:4211:30624581,30625962:metal:4211:30626610,30628395:metal:4211:30628619,30628830:metal:4211:30629533,30628859:metal:4211:30629274,30639891:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006412654598796183, 'nb_photo': 48, 'list_port_cont': '30590901,30593923,30595425,30595604,30598561,30599126,30612588,30616306,30625812,30628765,30643227,30644145,30652703,30659963,30660910,30661972,30690990,30692800,30694096,30694917,30699473,30703245,30703401,30708385,30712915,30712980,30733904,30739863,30742246,30742632,30769275,30771292,30776579,30780209,30782247,30783005,30796132,30797170,30810147,30810535,30814209,30856148', 'assoc_port': '30590647:30590901,30593705:30593923,30594790:30595604,30594825:30595425,30598327:30598561,30598952:30599126,30612296:30612588,30615485:30616306,30625489:30625812,30628403:30628765,30642814:30643227,30642819:30644145,30652161:30652703,30659637:30659963,30659652:30660910,30661738:30661972,30690729:30690990,30692282:30692800,30693853:30694096,30694745:30694917,30699331:30699473,30703015:30703401,30703019:30703245,30708198:30708385,30712482:30712980,30712485:30712915,30733783:30733904,30739560:30739863,30741933:30742246,30742330:30742632,30769120:30769275,30770712:30771292,30773664:30776579,30779757:30780209,30781682:30782247,30782762:30783005,30795763:30796132,30796899:30797170,30809634:30810147,30810392:30810535,30813953:30814209,30854590:30856148', 'assoc_mat': '30590647:metal:3327:30590901,30593705:metal:3327:30593923,30594790:metal:3327:30595604,30594825:metal:3327:30595425,30598327:metal:3327:30598561,30598952:metal:3327:30599126,30612296:metal:3327:30612588,30615485:metal:3327:30616306,30625489:metal:3327:30625812,30628403:metal:3327:30628765,30642814:metal:3327:30643227,30642819:metal:3327:30644145,30652161:metal:3327:30652703,30659637:metal:3327:30659963,30659652:metal:3327:30660910,30661738:metal:3327:30661972,30690729:metal:3327:30690990,30692282:metal:3327:30692800,30693853:metal:3327:30694096,30694745:metal:3327:30694917,30699331:metal:3327:30699473,30703015:metal:3327:30703401,30703019:metal:3327:30703245,30708198:metal:3327:30708385,30712482:metal:3327:30712980,30712485:metal:3327:30712915,30733783:metal:3327:30733904,30739560:metal:3327:30739863,30741933:metal:3327:30742246,30742330:metal:3327:30742632,30769120:metal:3327:30769275,30770712:metal:3327:30771292,30773664:metal:3327:30776579,30779757:metal:3327:30780209,30781682:metal:3327:30782247,30782762:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000253208457539524, 'nb_photo': 23, 'list_port_cont': '30699076,30701833,30704115,30722799,30740646,30742545,30770987,30772893,30773930,30786521,30788706', 'assoc_port': '30699021:30699076,30701684:30701833,30703956:30704115,30722571:30722799,30740247:30740646,30742331:30742545,30770705:30770987,30772702:30772893,30773666:30773930,30785184:30786521,30788263:30788706', 'assoc_mat': '30699021:metal:3594:30699076,30701684:metal:3594:30701833,30703956:metal:3594:30704115,30722571:metal:3594:30722799,30740247:metal:3594:30740646,30742331:metal:3594:30742545,30770705:metal:3594:30770987,30772702:metal:3594:30772893,30773666:metal:3594:30773930,30785184:metal:3594:30786521,30788263:metal:3594:30788706'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.054498667328698125, 'nb_photo': 4708, 'list_port_cont': '30592722,30593810,30598630,30599037,30610673,30612785,30621652,30623610,30633657,30646735,30651504,30660659,30661046,30662620,30691796,30693982,30700217,30700373,30700701,30702836,30703110,30708224,30711368,30712658,30714291,30722643,30726253,30737057,30740500,30743124,30767374,30767459,30770896,30780434,30783574,30787089,30793370,30795888,30799934,30807186,30811957,30813638,30814063,30820833,30831492,30852728,30861291,30861504,30863645,30868144,30874322,30877134', 'assoc_port': '30592643:30592722,30593708:30593810,30598618:30598630,30598948:30599037,30610474:30610673,30612752:30612785,30621589:30621652,30623556:30623610,30628402:30633657,30646536:30646735,30651375:30651504,30659651:30661046,30660619:30660659,30662522:30662620,30691698:30691796,30693892:30693982,30700041:30700217,30700325:30700373,30700630:30700701,30702695:30702836,30703020:30703110,30708193:30708224,30711330:30711368,30712488:30712658,30714264:30714291,30722608:30722643,30726241:30726253,30736995:30737057,30740250:30740500,30742941:30743124,30767185:30767459,30767190:30767374,30770715:30770896,30780306:30780434,30783382:30783574,30787016:30787089,30793123:30793370,30795753:30795888,30799843:30799934,30807073:30807186,30811806:30811957,30813479:30813638,30813960:30814063,30820630:30820833,30827848:30831492,30852458:30852728,30861080:30861504,30861085:30861291,30862824:30863645,30867718:30868144,30874161:30874322,30876993:30877134', 'assoc_mat': '30592643:papier:4205:30592722,30593708:papier:4205:30593810,30598618:papier:4205:30598630,30598948:papier:4205:30599037,30610474:papier:4205:30610673,30612752:papier:4205:30612785,30621589:papier:4205:30621652,30623556:papier:4205:30623610,30628402:papier:4205:30633657,30646536:papier:4205:30646735,30651375:papier:4205:30651504,30659651:papier:4205:30661046,30660619:papier:4205:30660659,30662522:papier:4205:30662620,30691698:papier:4205:30691796,30693892:papier:4205:30693982,30700041:papier:4205:30700217,30700325:papier:4205:30700373,30700630:papier:4205:30700701,30702695:papier:4205:30702836,30703020:papier:4205:30703110,30708193:papier:4205:30708224,30711330:papier:4205:30711368,30712488:papier:4205:30712658,30714264:papier:4205:30714291,30722608:papier:4205:30722643,30726241:papier:4205:30726253,30736995:papier:4205:30737057,30740250:papier:4205:30740500,30742941:papier:4205:30743124,30767185:papier:4205:30767459,30767190:papier:4205:30767374,30770715:papier:4205:30770896,30780306:papier:4205:30780434,3078'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.052962802104523886, 'nb_photo': 14325, 'list_port_cont': '30591930,30595541,30597477,30598823,30599385,30608761,30611330,30622054,30623462,30628849,30629383,30643390,30647957,30648967,30650228,30651839,30659282,30661933,30664023,30666979,30691471,30692600,30693026,30694567,30694679,30698514,30699875,30702127,30703224,30707588,30709239,30717612,30717651,30720747,30722821,30725960,30727677,30737700,30739959,30742399,30767669,30769301,30774055,30781995,30785509,30787503,30794676,30797311,30799831,30801396,30807928,30812090,30815311,30818199,30820175,30825457,30828619,30849757,30853059,30856002,30862574,30866285,30868473,30869137,30874830,30879267,30879513,30881247,30886685', 'assoc_port': '30591562:30591930,30594827:30595541,30597286:30597477,30598610:30598823,30599179:30599385,30607874:30608761,30610940:30611330,30621580:30622054,30622991:30623462,30628387:30628849,30628870:30629383,30642803:30643390,30642825:30647957,30645336:30648967,30649858:30650228,30651385:30651839,30659035:30659282,30661736:30661933,30663787:30664023,30666717:30666979,30691353:30691471,30692285:30692600,30692850:30693026,30694347:30694567,30694607:30694679,30698409:30698514,30699530:30699875,30701688:30702127,30703024:30703224,30707474:30707588,30709226:30709239,30716912:30717651,30716916:30717612,30720606:30720747,30722607:30722821,30725593:30725960,30727243:30727677,30736977:30737700,30739558:30739959,30741935:30742399,30767182:30767669,30769118:30769301,30773667:30774055,30781690:30781995,30785189:30785509,30787323:30787503,30794321:30794676,30796900:30797311,30799460:30799831,30801207:30801396,30807776:30807928,30809644:30812090,30812453:30815311,30818014:30818199,30819805:30820175,30824843:30825457,30828247:3082861', 'assoc_mat': '30591562:papier:4203:30591930,30594827:papier:4203:30595541,30597286:papier:4203:30597477,30598610:papier:4203:30598823,30599179:papier:4203:30599385,30607874:papier:4203:30608761,30610940:papier:4203:30611330,30621580:papier:4203:30622054,30622991:papier:4203:30623462,30628387:papier:4203:30628849,30628870:papier:4203:30629383,30642803:papier:4203:30643390,30642825:papier:4203:30647957,30645336:papier:4203:30648967,30649858:papier:4203:30650228,30651385:papier:4203:30651839,30659035:papier:4203:30659282,30661736:papier:4203:30661933,30663787:papier:4203:30664023,30666717:papier:4203:30666979,30691353:papier:4203:30691471,30692285:papier:4203:30692600,30692850:papier:4203:30693026,30694347:papier:4203:30694567,30694607:papier:4203:30694679,30698409:papier:4203:30698514,30699530:papier:4203:30699875,30701688:papier:4203:30702127,30703024:papier:4203:30703224,30707474:papier:4203:30707588,30709226:papier:4203:30709239,30716912:papier:4203:30717651,30716916:papier:4203:30717612,30720606:papier:4203:30720747,3072'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.05855643625051912, 'nb_photo': 27984, 'list_port_cont': '30589107,30590716,30591370,30594951,30594973,30595023,30595054,30595147,30595166,30595186,30595267,30595770,30596230,30598356,30598395,30598971,30599016,30601411,30601434,30606944,30606960,30607093,30610522,30610571,30610576,30610645,30611028,30612347,30612368,30612395,30612425,30612487,30615837,30615962,30615988,30616460,30618863,30619391,30619967,30620665,30621671,30621688,30621708,30621754,30623035,30623057,30623576,30624426,30625561,30626097,30626130,30628489,30628949,30629091,30629199,30639000,30642852,30642931,30642990,30643092,30643913,30643927,30645474,30646698,30647602,30647617,30647920,30649240,30650562,30650625,30651221,30651406,30651426,30652255,30652306,30652426,30653292,30655964,30658436,30659710,30659726,30659783,30659817,30660411,30660420,30661658,30661791,30661852,30662128,30663948,30666743,30666770,30666809,30666869,30690282,30690797,30690831,30690841,30691066,30691127,30691376,30691739,30691749,30691843,30692321,30692357,30692369,30692962,30692973,30693245,30693908,30694382,30694404,3069476', 'assoc_port': '30589033:30589107,30590637:30590716,30590643:30591370,30594759:30595186,30594760:30595267,30594764:30595166,30594777:30595147,30594792:30595023,30594823:30595054,30594828:30594951,30594833:30594973,30595731:30595770,30595998:30596230,30598325:30598395,30598330:30598356,30598950:30599016,30598953:30598971,30601356:30601434,30601358:30601411,30606831:30607093,30606847:30606960,30606862:30606944,30610468:30610645,30610473:30610576,30610476:30610571,30610477:30610522,30610921:30611028,30612250:30612425,30612251:30612487,30612254:30612395,30612283:30612368,30612297:30612347,30612738:30616460,30615486:30615962,30615488:30615988,30615490:30615837,30618815:30618863,30619328:30619391,30619914:30619967,30620571:30620665,30621577:30621708,30621579:30621754,30621583:30621688,30621586:30621671,30622903:30623057,30622908:30623035,30622970:30624426,30623557:30623576,30625481:30625561,30625966:30626130,30625977:30626097,30628404:30628489,30628852:30629199,30628854:30629091,30628861:30639000,30628873:30628949,30642797:3064309', 'assoc_mat': '30589033:papier:4207:30589107,30590637:papier:4207:30590716,30590643:papier:4207:30591370,30594759:papier:4207:30595186,30594760:papier:4207:30595267,30594764:papier:4207:30595166,30594777:papier:4207:30595147,30594792:papier:4207:30595023,30594823:papier:4207:30595054,30594828:papier:4207:30594951,30594833:papier:4207:30594973,30595731:papier:4207:30595770,30595998:papier:4207:30596230,30598325:papier:4207:30598395,30598330:papier:4207:30598356,30598950:papier:4207:30599016,30598953:papier:4207:30598971,30601356:papier:4207:30601434,30601358:papier:4207:30601411,30606831:papier:4207:30607093,30606847:papier:4207:30606960,30606862:papier:4207:30606944,30610468:papier:4207:30610645,30610473:papier:4207:30610576,30610476:papier:4207:30610571,30610477:papier:4207:30610522,30610921:papier:4207:30611028,30612250:papier:4207:30612425,30612251:papier:4207:30612487,30612254:papier:4207:30612395,30612283:papier:4207:30612368,30612297:papier:4207:30612347,30612738:papier:4207:30616460,30615486:papier:4207:30615962,3061'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13913364392889296, 'nb_photo': 26634, 'list_port_cont': '30595094,30595193,30595363,30595799,30596468,30598361,30598442,30599062,30601465,30607115,30610687,30610831,30612432,30612507,30616069,30619498,30620710,30621727,30623069,30623153,30625625,30626192,30629026,30629138,30642893,30642938,30643154,30645489,30649275,30649304,30650657,30652326,30652384,30653626,30659739,30659785,30659847,30660450,30666786,30666879,30666941,30690859,30690889,30691767,30691866,30692414,30692887,30693994,30694445,30694841,30698112,30699398,30700402,30700433,30700725,30701875,30702896,30703119,30704022,30704971,30707681,30708273,30710137,30710169,30717165,30717340,30717388,30717481,30717552,30721694,30721851,30722688,30723938,30724327,30724513,30725710,30725733,30729510,30732235,30736076,30736154,30737103,30737838,30741503,30741538,30742023,30744363,30766584,30767428,30767754,30769221,30770736,30770852,30771248,30775874,30775953,30779814,30780193,30782449,30786333,30786381,30786489,30787116,30788528,30794816,30794856,30795853,30796988,30798058,30799584,30799957,30800757,30800786,3080726', 'assoc_port': '30594758:30595363,30594763:30595193,30594796:30595094,30594829:30595799,30595997:30596468,30598328:30598361,30598332:30598442,30598957:30599062,30601361:30601465,30606833:30607115,30610463:30610831,30610469:30610687,30610478:30612432,30612253:30612507,30615489:30616069,30619326:30619498,30620568:30620710,30621582:30621727,30622904:30623153,30622928:30623069,30625444:30625625,30625969:30626192,30628855:30629138,30628860:30629026,30642793:30643154,30642815:30642893,30642829:30642938,30645333:30645489,30647557:30649304,30649171:30649275,30650440:30650657,30652151:30652384,30652163:30652326,30653102:30653626,30659624:30659847,30659645:30659785,30659655:30659739,30660279:30660450,30661737:30666941,30666709:30666786,30666716:30666879,30690722:30690889,30690733:30690859,30691688:30691866,30691703:30691767,30692293:30692414,30692847:30692887,30693891:30693994,30694343:30694445,30694746:30694841,30698013:30698112,30699321:30699398,30700321:30700433,30700324:30700402,30700637:30700725,30701692:30701875,30702696:3070289', 'assoc_mat': '30594758:papier:4461:30595363,30594763:papier:4461:30595193,30594796:papier:4461:30595094,30594829:papier:4461:30595799,30595997:papier:4461:30596468,30598328:papier:4461:30598361,30598332:papier:4461:30598442,30598957:papier:4461:30599062,30601361:papier:4461:30601465,30606833:papier:4461:30607115,30610463:papier:4461:30610831,30610469:papier:4461:30610687,30610478:papier:4461:30612432,30612253:papier:4461:30612507,30615489:papier:4461:30616069,30619326:papier:4461:30619498,30620568:papier:4461:30620710,30621582:papier:4461:30621727,30622904:papier:4461:30623153,30622928:papier:4461:30623069,30625444:papier:4461:30625625,30625969:papier:4461:30626192,30628855:papier:4461:30629138,30628860:papier:4461:30629026,30642793:papier:4461:30643154,30642815:papier:4461:30642893,30642829:papier:4461:30642938,30645333:papier:4461:30645489,30647557:papier:4461:30649304,30649171:papier:4461:30649275,30650440:papier:4461:30650657,30652151:papier:4461:30652384,30652163:papier:4461:30652326,30653102:papier:4461:30653626,3065'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.012090550930586523, 'nb_photo': 3027, 'list_port_cont': '30589150,30590664,30590693,30591712,30591728,30592575,30595031,30595234,30595840,30596280,30598427,30598702,30598984,30599243,30601676,30606615,30607078,30607939,30608010,30609456,30611540,30611764,30612483,30612939,30612945,30618984,30619544,30620343,30621902,30623086,30623125,30623732,30624081,30626176,30628573,30628972,30628987,30629216,30629334,30643056,30643273,30643961,30645449,30646716,30647023,30647637,30649991,30652288,30652417,30652443,30652469,30653550,30659265,30660222,30660693,30661068,30661128,30661836,30662587,30662718,30663914,30690311,30691108,30691429,30691831,30692393,30692447,30692856,30692877,30692946,30693017,30693963,30694495,30694627,30694813,30698298,30698857,30698960,30699648,30699825,30700159,30700716,30701805,30701934,30702805,30702857,30704005,30704070,30704604,30707675,30707719,30708220,30709899,30710095,30710947,30711233,30711402,30712568,30712634,30712699,30713787,30714861,30717216,30720649,30721643,30721672,30722724,30723374,30723894,30724257,30724320,30725685,30726299,3072717', 'assoc_port': '30589034:30589150,30590639:30590664,30590640:30590693,30591564:30591712,30591565:30591728,30592446:30592575,30594820:30595234,30594832:30595031,30595730:30595840,30595999:30596280,30598329:30598427,30598609:30598702,30598617:30601676,30598951:30598984,30599177:30599243,30606399:30606615,30606828:30607078,30607877:30608010,30607884:30607939,30609185:30611540,30609199:30609456,30610949:30611764,30612256:30612483,30612739:30612945,30612745:30612939,30618812:30618984,30619329:30619544,30620242:30620343,30621578:30621902,30621588:30623732,30622905:30623125,30622989:30623086,30623745:30624081,30625963:30626176,30628388:30628573,30628832:30629334,30628858:30629216,30628869:30628987,30628872:30628972,30642795:30643273,30642811:30643056,30642821:30647023,30643845:30643961,30645323:30645449,30646532:30646716,30647576:30647637,30649848:30652443,30649862:30649991,30652140:30652469,30652157:30652417,30652176:30652288,30653103:30653550,30659029:30659265,30659641:30660222,30659648:30661128,30659658:30661068,30660618:3066069', 'assoc_mat': '30589034:papier:4200:30589150,30590639:papier:4200:30590664,30590640:papier:4200:30590693,30591564:papier:4200:30591712,30591565:papier:4200:30591728,30592446:papier:4200:30592575,30594820:papier:4200:30595234,30594832:papier:4200:30595031,30595730:papier:4200:30595840,30595999:papier:4200:30596280,30598329:papier:4200:30598427,30598609:papier:4200:30598702,30598617:papier:4200:30601676,30598951:papier:4200:30598984,30599177:papier:4200:30599243,30606399:papier:4200:30606615,30606828:papier:4200:30607078,30607877:papier:4200:30608010,30607884:papier:4200:30607939,30609185:papier:4200:30611540,30609199:papier:4200:30609456,30610949:papier:4200:30611764,30612256:papier:4200:30612483,30612739:papier:4200:30612945,30612745:papier:4200:30612939,30618812:papier:4200:30618984,30619329:papier:4200:30619544,30620242:papier:4200:30620343,30621578:papier:4200:30621902,30621588:papier:4200:30623732,30622905:papier:4200:30623125,30622989:papier:4200:30623086,30623745:papier:4200:30624081,30625963:papier:4200:30626176,3062'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9491804500982897, 'nb_photo': 72156, 'list_port_cont': '30590844,30595001,30595082,30599088,30609505,30610717,30612556,30616212,30620212,30621873,30623198,30629286,30639152,30643051,30646870,30650743,30653683,30660475,30661691,30661875,30663032,30663056,30666840,30690766,30691874,30692304,30692389,30693431,30694658,30701856,30703177,30710045,30710985,30717302,30722272,30723902,30723923,30724399,30724934,30725772,30725807,30727737,30738459,30740491,30767416,30770092,30770970,30780767,30782890,30785336,30786407,30789677,30795368,30795962,30798731,30799616,30801349,30807239,30808637,30809658,30810476,30812013,30815181,30815933,30819968,30820380,30820884,30827499,30827513,30828513,30833806,30850310,30852721,30856538,30859840,30859942,30859997,30861198,30861213,30861264,30861352,30861384,30861555,30861581,30863911,30864601,30866159,30866166,30873673,30873799,30874775,30875370,30877017,30878659,30881185,30881533,30886628', 'assoc_port': '30590646:30590844,30594791:30595001,30594835:30595082,30598956:30599088,30609192:30609505,30610467:30610717,30612295:30612556,30615492:30616212,30619912:30620212,30621587:30621873,30622992:30623198,30628835:30629286,30638945:30639152,30642827:30643051,30646535:30646870,30650439:30650743,30652165:30653683,30659642:30661691,30660278:30660475,30661742:30661875,30662986:30663056,30662987:30663032,30666722:30666840,30690730:30690766,30691692:30691874,30692288:30692304,30692289:30692389,30693199:30693431,30694604:30694658,30701682:30701856,30703021:30703177,30709801:30710045,30710836:30710985,30716925:30717302,30721604:30722272,30723827:30723902,30723828:30723923,30724085:30724399,30724754:30724934,30725591:30725772,30725598:30725807,30727649:30727737,30738354:30738459,30740248:30740491,30767184:30767416,30769897:30770092,30770717:30770970,30780580:30780767,30782760:30782890,30785185:30785336,30786232:30786407,30786233:30789677,30794742:30795368,30795766:30795962,30798185:30798731,30799463:30799616,30800661:3080134', 'assoc_mat': '30590646:papier:4209:30590844,30594791:papier:4209:30595001,30594835:papier:4209:30595082,30598956:papier:4209:30599088,30609192:papier:4209:30609505,30610467:papier:4209:30610717,30612295:papier:4209:30612556,30615492:papier:4209:30616212,30619912:papier:4209:30620212,30621587:papier:4209:30621873,30622992:papier:4209:30623198,30628835:papier:4209:30629286,30638945:papier:4209:30639152,30642827:papier:4209:30643051,30646535:papier:4209:30646870,30650439:papier:4209:30650743,30652165:papier:4209:30653683,30659642:papier:4209:30661691,30660278:papier:4209:30660475,30661742:papier:4209:30661875,30662986:papier:4209:30663056,30662987:papier:4209:30663032,30666722:papier:4209:30666840,30690730:papier:4209:30690766,30691692:papier:4209:30691874,30692288:papier:4209:30692304,30692289:papier:4209:30692389,30693199:papier:4209:30693431,30694604:papier:4209:30694658,30701682:papier:4209:30701856,30703021:papier:4209:30703177,30709801:papier:4209:30710045,30710836:papier:4209:30710985,30716925:papier:4209:30717302,3072'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009042849976964092, 'nb_photo': 17436, 'list_port_cont': '30589611,30590808,30590828,30592588,30595067,30595251,30595288,30595455,30595875,30596557,30598482,30598809,30600404,30601499,30606662,30606682,30608038,30609572,30610736,30613045,30613390,30616346,30616551,30619595,30620086,30621773,30621912,30622036,30623267,30624577,30625686,30626604,30628630,30629272,30629520,30640349,30643025,30643102,30643137,30644056,30645714,30646925,30647676,30648041,30650061,30650126,30651688,30653072,30653773,30656022,30659208,30659886,30659894,30660503,30660763,30661365,30661888,30662750,30662815,30663965,30667069,30690934,30690948,30691077,30691189,30691907,30691940,30692004,30692471,30692480,30692501,30692998,30694025,30694050,30694484,30694511,30695336,30695399,30698082,30698444,30698907,30698941,30699093,30700242,30700467,30700758,30700775,30701968,30702881,30702925,30702956,30704104,30704346,30705366,30707746,30708319,30708350,30709439,30709461,30710621,30710987,30711012,30712679,30712734,30713042,30713861,30714934,30719480,30720529,30720552,30721796,30721819,30722762,3072278', 'assoc_port': '30589032:30589611,30590638:30590828,30590648:30590808,30592445:30592588,30594761:30595067,30594794:30595455,30594826:30595288,30594830:30595251,30595732:30595875,30596000:30596557,30598331:30598482,30598615:30598809,30599916:30600404,30601360:30601499,30606396:30606682,30606405:30606662,30607881:30608038,30609189:30609572,30610481:30610736,30610942:30613390,30612298:30616346,30612740:30613045,30612744:30616551,30619330:30619595,30619915:30620086,30621576:30622036,30621584:30621912,30621590:30621773,30622906:30623267,30622948:30625686,30624349:30624577,30625962:30626604,30628395:30628630,30628830:30629520,30628859:30629272,30639891:30640349,30642806:30643137,30642816:30643102,30642828:30643025,30643827:30644056,30645322:30645714,30646527:30646925,30647575:30647676,30647880:30648041,30649850:30650126,30649884:30650061,30651380:30651688,30652166:30653072,30652181:30656022,30653104:30653773,30659037:30659208,30659638:30659894,30659647:30659886,30659654:30661365,30660274:30660503,30660621:30660763,30661740:3066188', 'assoc_mat': '30589032:papier:4211:30589611,30590638:papier:4211:30590828,30590648:papier:4211:30590808,30592445:papier:4211:30592588,30594761:papier:4211:30595067,30594794:papier:4211:30595455,30594826:papier:4211:30595288,30594830:papier:4211:30595251,30595732:papier:4211:30595875,30596000:papier:4211:30596557,30598331:papier:4211:30598482,30598615:papier:4211:30598809,30599916:papier:4211:30600404,30601360:papier:4211:30601499,30606396:papier:4211:30606682,30606405:papier:4211:30606662,30607881:papier:4211:30608038,30609189:papier:4211:30609572,30610481:papier:4211:30610736,30610942:papier:4211:30613390,30612298:papier:4211:30616346,30612740:papier:4211:30613045,30612744:papier:4211:30616551,30619330:papier:4211:30619595,30619915:papier:4211:30620086,30621576:papier:4211:30622036,30621584:papier:4211:30621912,30621590:papier:4211:30621773,30622906:papier:4211:30623267,30622948:papier:4211:30625686,30624349:papier:4211:30624577,30625962:papier:4211:30626604,30628395:papier:4211:30628630,30628830:papier:4211:30629520,3062'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.043780943999081244, 'nb_photo': 10189, 'list_port_cont': '30590884,30590908,30591843,30592750,30593922,30595419,30595602,30596728,30598568,30599131,30601523,30601644,30601732,30606746,30607191,30607225,30607244,30608122,30608347,30610787,30610803,30610930,30611169,30612562,30612592,30612671,30612890,30616298,30616367,30619018,30619644,30620119,30620795,30621943,30621974,30623247,30623805,30624735,30625810,30626311,30628767,30629312,30629416,30629481,30643230,30643243,30644155,30644170,30645805,30645897,30647721,30647759,30649164,30650840,30651315,30652708,30654337,30654355,30659251,30659937,30659951,30659982,30660546,30660826,30660909,30660929,30661969,30667001,30667020,30667048,30690413,30690438,30690996,30691144,30691165,30691209,30691929,30691960,30692023,30692802,30693046,30693173,30694103,30694541,30694909,30695445,30699445,30699464,30699477,30699816,30700485,30700793,30700823,30702075,30703238,30703276,30703405,30704167,30704193,30707774,30707900,30708392,30708663,30709545,30710656,30710667,30711886,30712750,30712826,30712909,30712983,30714109,30714397,3071753', 'assoc_port': '30590636:30590884,30590647:30590908,30591563:30591843,30592444:30592750,30593705:30593922,30594790:30595602,30594825:30595419,30595729:30601732,30595995:30596728,30598327:30598568,30598952:30599131,30601357:30601523,30601359:30601644,30606397:30606746,30606829:30607225,30606834:30607191,30606861:30607244,30607873:30608347,30607883:30608122,30610470:30610930,30610475:30610787,30610479:30610803,30610944:30611169,30612248:30612562,30612252:30612671,30612296:30612592,30612746:30612890,30615485:30616298,30615487:30616367,30618813:30619018,30619327:30619644,30619913:30620119,30620570:30620795,30621581:30621943,30621585:30621974,30622901:30623805,30622907:30623247,30624345:30624735,30625489:30625810,30625973:30626311,30628403:30628767,30628853:30629416,30628862:30629481,30628874:30629312,30642799:30643243,30642814:30643230,30642819:30644155,30643810:30644170,30645304:30645897,30645334:30645805,30646524:30647759,30647572:30647721,30648603:30649164,30650433:30651315,30650437:30650840,30652137:30654355,30652161:3065270', 'assoc_mat': '30590636:papier:3327:30590884,30590647:papier:3327:30590908,30591563:papier:3327:30591843,30592444:papier:3327:30592750,30593705:papier:3327:30593922,30594790:papier:3327:30595602,30594825:papier:3327:30595419,30595729:papier:3327:30601732,30595995:papier:3327:30596728,30598327:papier:3327:30598568,30598952:papier:3327:30599131,30601357:papier:3327:30601523,30601359:papier:3327:30601644,30606397:papier:3327:30606746,30606829:papier:3327:30607225,30606834:papier:3327:30607191,30606861:papier:3327:30607244,30607873:papier:3327:30608347,30607883:papier:3327:30608122,30610470:papier:3327:30610930,30610475:papier:3327:30610787,30610479:papier:3327:30610803,30610944:papier:3327:30611169,30612248:papier:3327:30612562,30612252:papier:3327:30612671,30612296:papier:3327:30612592,30612746:papier:3327:30612890,30615485:papier:3327:30616298,30615487:papier:3327:30616367,30618813:papier:3327:30619018,30619327:papier:3327:30619644,30619913:papier:3327:30620119,30620570:papier:3327:30620795,30621581:papier:3327:30621943,3062'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.17083720438553662, 'nb_photo': 8330, 'list_port_cont': '30666973,30691813,30699074,30700231,30701831,30704117,30717285,30722801,30740654,30742540,30770793,30770981,30772892,30773938,30786523,30788710', 'assoc_port': '30666723:30666973,30691694:30691813,30699021:30699074,30700040:30700231,30701684:30701831,30703956:30704117,30716924:30717285,30722571:30722801,30740247:30740654,30742331:30742540,30770705:30770981,30770708:30770793,30772702:30772892,30773666:30773938,30785184:30786523,30788263:30788710', 'assoc_mat': '30666723:papier:3594:30666973,30691694:papier:3594:30691813,30699021:papier:3594:30699074,30700040:papier:3594:30700231,30701684:papier:3594:30701831,30703956:papier:3594:30704117,30716924:papier:3594:30717285,30722571:papier:3594:30722801,30740247:papier:3594:30740654,30742331:papier:3594:30742540,30770705:papier:3594:30770981,30770708:papier:3594:30770793,30772702:papier:3594:30772892,30773666:papier:3594:30773938,30785184:papier:3594:30786523,30788263:papier:3594:30788710'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0020243259130700865, 'nb_photo': 13, 'list_port_cont': '30599034,30633666,30661054,30693983,30702826,30708227,30740497,30743125,30780443,30795893,30799930,30811944', 'assoc_port': '30598948:30599034,30628402:30633666,30659651:30661054,30693892:30693983,30702695:30702826,30708193:30708227,30740250:30740497,30742941:30743125,30780306:30780443,30795753:30795893,30799843:30799930,30811806:30811944', 'assoc_mat': '30598948:pehd:4205:30599034,30628402:pehd:4205:30633666,30659651:pehd:4205:30661054,30693892:pehd:4205:30693983,30702695:pehd:4205:30702826,30708193:pehd:4205:30708227,30740250:pehd:4205:30740497,30742941:pehd:4205:30743125,30780306:pehd:4205:30780443,30795753:pehd:4205:30795893,30799843:pehd:4205:30799930,30811806:pehd:4205:30811944'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.000832556108669463, 'nb_photo': 42, 'list_port_cont': '30597478,30598821,30608757,30611325,30628840,30629376,30647956,30651837,30659288,30661926,30664020,30692595,30694575,30694682,30699886,30717653,30722817,30727681,30737702,30742401,30767662,30769295,30781990,30787501,30797304,30799838,30812084,30828620,30862571,30868471,30869145,30874829,30879256,30879519,30881246', 'assoc_port': '30597286:30597478,30598610:30598821,30607874:30608757,30610940:30611325,30628387:30628840,30628870:30629376,30642825:30647956,30651385:30651837,30659035:30659288,30661736:30661926,30663787:30664020,30692285:30692595,30694347:30694575,30694607:30694682,30699530:30699886,30716912:30717653,30722607:30722817,30727243:30727681,30736977:30737702,30741935:30742401,30767182:30767662,30769118:30769295,30781690:30781990,30787323:30787501,30796900:30797304,30799460:30799838,30809644:30812084,30828247:30828620,30862442:30862571,30867732:30868471,30868894:30869145,30874663:30874829,30877011:30879519,30879136:30879256,30880943:30881246', 'assoc_mat': '30597286:pehd:4203:30597478,30598610:pehd:4203:30598821,30607874:pehd:4203:30608757,30610940:pehd:4203:30611325,30628387:pehd:4203:30628840,30628870:pehd:4203:30629376,30642825:pehd:4203:30647956,30651385:pehd:4203:30651837,30659035:pehd:4203:30659288,30661736:pehd:4203:30661926,30663787:pehd:4203:30664020,30692285:pehd:4203:30692595,30694347:pehd:4203:30694575,30694607:pehd:4203:30694682,30699530:pehd:4203:30699886,30716912:pehd:4203:30717653,30722607:pehd:4203:30722817,30727243:pehd:4203:30727681,30736977:pehd:4203:30737702,30741935:pehd:4203:30742401,30767182:pehd:4203:30767662,30769118:pehd:4203:30769295,30781690:pehd:4203:30781990,30787323:pehd:4203:30787501,30796900:pehd:4203:30797304,30799460:pehd:4203:30799838,30809644:pehd:4203:30812084,30828247:pehd:4203:30828620,30862442:pehd:4203:30862571,30867732:pehd:4203:30868471,30868894:pehd:4203:30869145,30874663:pehd:4203:30874829,30877011:pehd:4203:30879519,30879136:pehd:4203:30879256,30880943:pehd:4203:30881246'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.007755472399358995, 'nb_photo': 18, 'list_port_cont': '30626090,30642922,30647930,30651212,30694791,30699620,30703153,30703192,30704673,30717317,30741972,30744136,30770815,30770877,30868090,30874302', 'assoc_port': '30625977:30626090,30642812:30642922,30647877:30647930,30650442:30651212,30694744:30694791,30699528:30699620,30701680:30703192,30703014:30703153,30704603:30704673,30716913:30717317,30741952:30741972,30742328:30744136,30770713:30770877,30770718:30770815,30867731:30868090,30874160:30874302', 'assoc_mat': '30625977:pehd:4207:30626090,30642812:pehd:4207:30642922,30647877:pehd:4207:30647930,30650442:pehd:4207:30651212,30694744:pehd:4207:30694791,30699528:pehd:4207:30699620,30701680:pehd:4207:30703192,30703014:pehd:4207:30703153,30704603:pehd:4207:30704673,30716913:pehd:4207:30717317,30741952:pehd:4207:30741972,30742328:pehd:4207:30744136,30770713:pehd:4207:30770877,30770718:pehd:4207:30770815,30867731:pehd:4207:30868090,30874160:pehd:4207:30874302'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004901634370682441, 'nb_photo': 5, 'list_port_cont': '30643153,30699405,30722692,30796986,30807700', 'assoc_port': '30642793:30643153,30699321:30699405,30722577:30722692,30796901:30796986,30807503:30807700', 'assoc_mat': '30642793:pehd:4461:30643153,30699321:pehd:4461:30699405,30722577:pehd:4461:30722692,30796901:pehd:4461:30796986,30807503:pehd:4461:30807700'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0056695966390130775, 'nb_photo': 140, 'list_port_cont': '30590687,30591702,30598431,30599249,30606606,30612942,30621906,30623138,30623738,30626191,30628582,30643052,30643958,30645442,30646720,30652293,30652414,30653551,30659269,30662720,30663907,30691430,30691829,30692396,30692444,30692855,30692879,30693006,30694502,30694624,30694814,30698291,30698970,30699834,30700162,30700722,30702800,30702871,30708209,30710088,30712697,30714849,30717220,30720638,30721667,30722718,30723882,30726285,30731302,30737206,30737784,30739277,30739662,30739672,30739693,30742058,30766510,30767396,30767746,30769177,30770937,30771935,30772846,30781788,30783683,30785873,30786015,30786450,30794520,30796972,30798093,30798328,30798611,30799923,30803565,30807261,30812539,30812645,30813605,30813629,30818604,30819940,30820850,30824961,30825016,30827457,30828361,30851096,30852773,30855603,30862537,30862912,30864136,30864469,30868962,30873604,30874368,30874738,30877098,30878584,30879168,30886391,30886969,30891362', 'assoc_port': '30590640:30590687,30591564:30591702,30598329:30598431,30599177:30599249,30606399:30606606,30612739:30612942,30621578:30621906,30621588:30623738,30622905:30623138,30625963:30626191,30628388:30628582,30642811:30643052,30643845:30643958,30645323:30645442,30646532:30646720,30652157:30652414,30652176:30652293,30653103:30653551,30659029:30659269,30662516:30662720,30663807:30663907,30691352:30691430,30691695:30691829,30691702:30692855,30692284:30692444,30692292:30692396,30692844:30693006,30692853:30692879,30694344:30694502,30694606:30694624,30694747:30694814,30698011:30698291,30698742:30698970,30699523:30699834,30700044:30700162,30700634:30700722,30702694:30702871,30702699:30702800,30708196:30708209,30709796:30710088,30712484:30712697,30714826:30714849,30716918:30717220,30720607:30720638,30721592:30721667,30722573:30722718,30723829:30723882,30726238:30726285,30727245:30731302,30736986:30737206,30736996:30739277,30737692:30737784,30739556:30739693,30739569:30739672,30739575:30739662,30741937:30742058,30766358:3076651', 'assoc_mat': '30590640:pehd:4200:30590687,30591564:pehd:4200:30591702,30598329:pehd:4200:30598431,30599177:pehd:4200:30599249,30606399:pehd:4200:30606606,30612739:pehd:4200:30612942,30621578:pehd:4200:30621906,30621588:pehd:4200:30623738,30622905:pehd:4200:30623138,30625963:pehd:4200:30626191,30628388:pehd:4200:30628582,30642811:pehd:4200:30643052,30643845:pehd:4200:30643958,30645323:pehd:4200:30645442,30646532:pehd:4200:30646720,30652157:pehd:4200:30652414,30652176:pehd:4200:30652293,30653103:pehd:4200:30653551,30659029:pehd:4200:30659269,30662516:pehd:4200:30662720,30663807:pehd:4200:30663907,30691352:pehd:4200:30691430,30691695:pehd:4200:30691829,30691702:pehd:4200:30692855,30692284:pehd:4200:30692444,30692292:pehd:4200:30692396,30692844:pehd:4200:30693006,30692853:pehd:4200:30692879,30694344:pehd:4200:30694502,30694606:pehd:4200:30694624,30694747:pehd:4200:30694814,30698011:pehd:4200:30698291,30698742:pehd:4200:30698970,30699523:pehd:4200:30699834,30700044:pehd:4200:30700162,30700634:pehd:4200:30700722,30702694:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016479799139220669, 'nb_photo': 18, 'list_port_cont': '30595103,30609508,30639146,30693430,30701847,30703176,30808629,30812009,30815170,30819979,30833801,30850302,30861341,30861579,30866149,30873670,30874786', 'assoc_port': '30594835:30595103,30609192:30609508,30638945:30639146,30693199:30693430,30701682:30701847,30703021:30703176,30808487:30808629,30811812:30812009,30814541:30815170,30819800:30819979,30833647:30833801,30850093:30850302,30861071:30861579,30861092:30861341,30865611:30866149,30873537:30873670,30874659:30874786', 'assoc_mat': '30594835:pehd:4209:30595103,30609192:pehd:4209:30609508,30638945:pehd:4209:30639146,30693199:pehd:4209:30693430,30701682:pehd:4209:30701847,30703021:pehd:4209:30703176,30808487:pehd:4209:30808629,30811812:pehd:4209:30812009,30814541:pehd:4209:30815170,30819800:pehd:4209:30819979,30833647:pehd:4209:30833801,30850093:pehd:4209:30850302,30861071:pehd:4209:30861579,30861092:pehd:4209:30861341,30865611:pehd:4209:30866149,30873537:pehd:4209:30873670,30874659:pehd:4209:30874786'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9023026541191765, 'nb_photo': 1078, 'list_port_cont': '30589597,30590797,30590817,30592591,30595068,30595252,30595297,30595449,30595879,30596555,30598483,30598795,30600394,30601492,30606663,30606673,30608024,30609575,30610733,30613046,30613385,30616355,30616558,30619584,30620087,30621780,30621913,30622035,30623276,30624586,30625693,30626601,30628629,30629282,30629527,30640342,30643023,30643101,30643138,30644047,30645711,30646923,30647672,30648045,30650068,30650122,30651682,30653085,30653764,30656036,30659204,30659883,30659887,30660501,30660774,30661374,30661896,30662759,30662810,30663966,30667065,30690931,30690954,30691179,30691912,30691950,30692005,30692461,30692481,30692499,30692996,30694033,30694038,30694483,30694518,30695333,30695405,30698091,30698458,30698923,30698927,30699088,30700255,30700466,30700762,30700788,30701963,30702885,30702934,30702948,30704098,30704344,30705374,30707738,30708313,30708339,30709444,30709457,30710623,30710990,30711013,30712686,30712738,30713040,30713865,30714930,30719477,30720533,30720550,30721809,30721821,30722768,30722787,3072363', 'assoc_port': '30589032:30589597,30590638:30590817,30590648:30590797,30592445:30592591,30594761:30595068,30594794:30595449,30594826:30595297,30594830:30595252,30595732:30595879,30596000:30596555,30598331:30598483,30598615:30598795,30599916:30600394,30601360:30601492,30606396:30606673,30606405:30606663,30607881:30608024,30609189:30609575,30610481:30610733,30610942:30613385,30612298:30616355,30612740:30613046,30612744:30616558,30619330:30619584,30619915:30620087,30621576:30622035,30621584:30621913,30621590:30621780,30622906:30623276,30622948:30625693,30624349:30624586,30625962:30626601,30628395:30628629,30628830:30629527,30628859:30629282,30639891:30640342,30642806:30643138,30642816:30643101,30642828:30643023,30643827:30644047,30645322:30645711,30646527:30646923,30647575:30647672,30647880:30648045,30649850:30650122,30649884:30650068,30651380:30651682,30652166:30653085,30652181:30656036,30653104:30653764,30659037:30659204,30659638:30659887,30659647:30659883,30659654:30661374,30660274:30660501,30660621:30660774,30661740:3066189', 'assoc_mat': '30589032:pehd:4211:30589597,30590638:pehd:4211:30590817,30590648:pehd:4211:30590797,30592445:pehd:4211:30592591,30594761:pehd:4211:30595068,30594794:pehd:4211:30595449,30594826:pehd:4211:30595297,30594830:pehd:4211:30595252,30595732:pehd:4211:30595879,30596000:pehd:4211:30596555,30598331:pehd:4211:30598483,30598615:pehd:4211:30598795,30599916:pehd:4211:30600394,30601360:pehd:4211:30601492,30606396:pehd:4211:30606673,30606405:pehd:4211:30606663,30607881:pehd:4211:30608024,30609189:pehd:4211:30609575,30610481:pehd:4211:30610733,30610942:pehd:4211:30613385,30612298:pehd:4211:30616355,30612740:pehd:4211:30613046,30612744:pehd:4211:30616558,30619330:pehd:4211:30619584,30619915:pehd:4211:30620087,30621576:pehd:4211:30622035,30621584:pehd:4211:30621913,30621590:pehd:4211:30621780,30622906:pehd:4211:30623276,30622948:pehd:4211:30625693,30624349:pehd:4211:30624586,30625962:pehd:4211:30626601,30628395:pehd:4211:30628629,30628830:pehd:4211:30629527,30628859:pehd:4211:30629282,30639891:pehd:4211:30640342,30642806:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024419119986249017, 'nb_photo': 378, 'list_port_cont': '30590887,30592755,30593927,30595420,30598562,30599127,30601640,30601731,30606743,30607188,30607238,30608345,30610809,30611163,30612561,30612681,30616366,30619021,30620116,30620799,30621971,30624742,30625813,30628760,30629314,30629420,30643235,30644142,30644178,30645810,30645892,30647714,30647755,30649170,30650844,30651307,30652702,30654346,30654358,30659249,30659931,30659954,30660545,30660907,30660924,30661973,30667032,30667047,30690993,30691152,30691214,30691959,30692025,30693048,30693175,30694099,30694548,30694907,30695448,30699439,30699457,30699479,30699809,30700824,30703236,30703274,30703393,30704160,30704189,30707770,30707908,30708393,30708671,30709546,30710650,30710663,30711873,30712755,30712842,30712919,30712977,30714111,30717533,30720619,30720682,30721900,30721943,30722843,30722914,30724645,30725249,30725869,30726346,30727654,30734982,30735272,30736138,30737296,30737365,30738501,30739862,30740766,30742245,30742627,30767856,30769273,30769334,30771100,30771279,30772917,30776584,30780829,30781951,3078224', 'assoc_port': '30590636:30590887,30592444:30592755,30593705:30593927,30594825:30595420,30595729:30601731,30598327:30598562,30598952:30599127,30601359:30601640,30606397:30606743,30606834:30607188,30606861:30607238,30607873:30608345,30610479:30610809,30610944:30611163,30612248:30612561,30612252:30612681,30615487:30616366,30618813:30619021,30619913:30620116,30620570:30620799,30621585:30621971,30624345:30624742,30625489:30625813,30628403:30628760,30628853:30629420,30628874:30629314,30642799:30643235,30642819:30644142,30643810:30644178,30645304:30645892,30645334:30645810,30646524:30647755,30647572:30647714,30648603:30649170,30650433:30651307,30650437:30650844,30652137:30654358,30652161:30652702,30652178:30654346,30659033:30659249,30659637:30659954,30659646:30659931,30659652:30660907,30659656:30660924,30660277:30660545,30661738:30661973,30666707:30667047,30666715:30667032,30690729:30690993,30691040:30691214,30691046:30691152,30691689:30692025,30691697:30691959,30692290:30693175,30692846:30693048,30693853:30694099,30694345:3069454', 'assoc_mat': '30590636:pehd:3327:30590887,30592444:pehd:3327:30592755,30593705:pehd:3327:30593927,30594825:pehd:3327:30595420,30595729:pehd:3327:30601731,30598327:pehd:3327:30598562,30598952:pehd:3327:30599127,30601359:pehd:3327:30601640,30606397:pehd:3327:30606743,30606834:pehd:3327:30607188,30606861:pehd:3327:30607238,30607873:pehd:3327:30608345,30610479:pehd:3327:30610809,30610944:pehd:3327:30611163,30612248:pehd:3327:30612561,30612252:pehd:3327:30612681,30615487:pehd:3327:30616366,30618813:pehd:3327:30619021,30619913:pehd:3327:30620116,30620570:pehd:3327:30620799,30621585:pehd:3327:30621971,30624345:pehd:3327:30624742,30625489:pehd:3327:30625813,30628403:pehd:3327:30628760,30628853:pehd:3327:30629420,30628874:pehd:3327:30629314,30642799:pehd:3327:30643235,30642819:pehd:3327:30644142,30643810:pehd:3327:30644178,30645304:pehd:3327:30645892,30645334:pehd:3327:30645810,30646524:pehd:3327:30647755,30647572:pehd:3327:30647714,30648603:pehd:3327:30649170,30650433:pehd:3327:30651307,30650437:pehd:3327:30650844,30652137:pehd:33'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006041359377352456, 'nb_photo': 16, 'list_port_cont': '30691811,30699072,30700237,30704114,30717288,30722796,30742544,30770986', 'assoc_port': '30691694:30691811,30699021:30699072,30700040:30700237,30703956:30704114,30716924:30717288,30722571:30722796,30742331:30742544,30770705:30770986', 'assoc_mat': '30691694:pehd:3594:30691811,30699021:pehd:3594:30699072,30700040:pehd:3594:30700237,30703956:pehd:3594:30704114,30716924:pehd:3594:30717288,30722571:pehd:3594:30722796,30742331:pehd:3594:30742544,30770705:pehd:3594:30770986'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005211699874772414, 'nb_photo': 75, 'list_port_cont': '30593814,30598627,30621649,30646738,30651524,30660660,30661048,30691798,30702827,30711358,30712654,30714281,30726258,30737060,30743127,30770889,30780433,30793368,30795897,30799925,30807194,30811948,30813646,30814065,30820838,30831497,30852741,30861297,30863634,30868155,30874312,30877132', 'assoc_port': '30593708:30593814,30598618:30598627,30621589:30621649,30646536:30646738,30651375:30651524,30659651:30661048,30660619:30660660,30691698:30691798,30702695:30702827,30711330:30711358,30712488:30712654,30714264:30714281,30726241:30726258,30736995:30737060,30742941:30743127,30770715:30770889,30780306:30780433,30793123:30793368,30795753:30795897,30799843:30799925,30807073:30807194,30811806:30811948,30813479:30813646,30813960:30814065,30820630:30820838,30827848:30831497,30852458:30852741,30861085:30861297,30862824:30863634,30867718:30868155,30874161:30874312,30876993:30877132', 'assoc_mat': '30593708:pet_clair:4205:30593814,30598618:pet_clair:4205:30598627,30621589:pet_clair:4205:30621649,30646536:pet_clair:4205:30646738,30651375:pet_clair:4205:30651524,30659651:pet_clair:4205:30661048,30660619:pet_clair:4205:30660660,30691698:pet_clair:4205:30691798,30702695:pet_clair:4205:30702827,30711330:pet_clair:4205:30711358,30712488:pet_clair:4205:30712654,30714264:pet_clair:4205:30714281,30726241:pet_clair:4205:30726258,30736995:pet_clair:4205:30737060,30742941:pet_clair:4205:30743127,30770715:pet_clair:4205:30770889,30780306:pet_clair:4205:30780433,30793123:pet_clair:4205:30793368,30795753:pet_clair:4205:30795897,30799843:pet_clair:4205:30799925,30807073:pet_clair:4205:30807194,30811806:pet_clair:4205:30811948,30813479:pet_clair:4205:30813646,30813960:pet_clair:4205:30814065,30820630:pet_clair:4205:30820838,30827848:pet_clair:4205:30831497,30852458:pet_clair:4205:30852741,30861085:pet_clair:4205:30861297,30862824:pet_clair:4205:30863634,30867718:pet_clair:4205:30868155,30874161:pet_clair:4205:30874312,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007645875708997105, 'nb_photo': 992, 'list_port_cont': '30591932,30595542,30597483,30598820,30599383,30608764,30611322,30622042,30623454,30628841,30629387,30643376,30647958,30648960,30650230,30651846,30659290,30661921,30664022,30666989,30691459,30692605,30693038,30694577,30694680,30698523,30699885,30702126,30703223,30707581,30709242,30717616,30717657,30720751,30722827,30725953,30727676,30737701,30739964,30742388,30767674,30769302,30774068,30781992,30785513,30787490,30794674,30797309,30799835,30801391,30807926,30812089,30815307,30818190,30820182,30825448,30828612,30849749,30853061,30855999,30862575,30866295,30868462,30869133,30874834,30879261,30879509,30881245,30886681', 'assoc_port': '30591562:30591932,30594827:30595542,30597286:30597483,30598610:30598820,30599179:30599383,30607874:30608764,30610940:30611322,30621580:30622042,30622991:30623454,30628387:30628841,30628870:30629387,30642803:30643376,30642825:30647958,30645336:30648960,30649858:30650230,30651385:30651846,30659035:30659290,30661736:30661921,30663787:30664022,30666717:30666989,30691353:30691459,30692285:30692605,30692850:30693038,30694347:30694577,30694607:30694680,30698409:30698523,30699530:30699885,30701688:30702126,30703024:30703223,30707474:30707581,30709226:30709242,30716912:30717657,30716916:30717616,30720606:30720751,30722607:30722827,30725593:30725953,30727243:30727676,30736977:30737701,30739558:30739964,30741935:30742388,30767182:30767674,30769118:30769302,30773667:30774068,30781690:30781992,30785189:30785513,30787323:30787490,30794321:30794674,30796900:30797309,30799460:30799835,30801207:30801391,30807776:30807926,30809644:30812089,30812453:30815307,30818014:30818190,30819805:30820182,30824843:30825448,30828247:3082861', 'assoc_mat': '30591562:pet_clair:4203:30591932,30594827:pet_clair:4203:30595542,30597286:pet_clair:4203:30597483,30598610:pet_clair:4203:30598820,30599179:pet_clair:4203:30599383,30607874:pet_clair:4203:30608764,30610940:pet_clair:4203:30611322,30621580:pet_clair:4203:30622042,30622991:pet_clair:4203:30623454,30628387:pet_clair:4203:30628841,30628870:pet_clair:4203:30629387,30642803:pet_clair:4203:30643376,30642825:pet_clair:4203:30647958,30645336:pet_clair:4203:30648960,30649858:pet_clair:4203:30650230,30651385:pet_clair:4203:30651846,30659035:pet_clair:4203:30659290,30661736:pet_clair:4203:30661921,30663787:pet_clair:4203:30664022,30666717:pet_clair:4203:30666989,30691353:pet_clair:4203:30691459,30692285:pet_clair:4203:30692605,30692850:pet_clair:4203:30693038,30694347:pet_clair:4203:30694577,30694607:pet_clair:4203:30694680,30698409:pet_clair:4203:30698523,30699530:pet_clair:4203:30699885,30701688:pet_clair:4203:30702126,30703024:pet_clair:4203:30703223,30707474:pet_clair:4203:30707581,30709226:pet_clair:4203:30709242,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017511682068006844, 'nb_photo': 112, 'list_port_cont': '30589110,30594959,30598967,30611029,30612353,30612493,30615839,30615965,30619402,30623032,30624421,30626093,30626131,30642989,30646694,30647604,30649234,30650558,30652317,30658447,30660434,30666857,30690284,30690795,30691128,30691848,30692948,30692975,30701753,30703156,30709824,30709834,30709877,30717415,30721628,30721717,30722259,30722612,30723868,30724602,30725663,30731170,30736029,30737166,30738368,30739601,30739639,30741960,30742428,30744140,30770807,30770909,30772003,30775823,30782852,30785283,30786354,30794795,30797742,30797753,30799485,30801274,30803542,30807585,30808760,30808787,30811870,30811890,30812576,30820256,30820270,30820309,30824631,30828291,30828326,30852694,30862862,30862905,30865872,30868104,30873573,30874734,30875214,30875700,30877035,30877116,30879151,30880536,30881088,30881127,30881480,30887044', 'assoc_port': '30589033:30589110,30594833:30594959,30598953:30598967,30610921:30611029,30612251:30612493,30612297:30612353,30615486:30615965,30615490:30615839,30619328:30619402,30622908:30623032,30622970:30624421,30625966:30626131,30625977:30626093,30642801:30642989,30646539:30646694,30647574:30647604,30649156:30649234,30650438:30650558,30652153:30652317,30658409:30658447,30660273:30660434,30666713:30666857,30690242:30690284,30690731:30690795,30691039:30691128,30691690:30691848,30692845:30692948,30692848:30692975,30699330:30701753,30703014:30703156,30709803:30709877,30709805:30709824,30709807:30709834,30716909:30717415,30721563:30721717,30721591:30722259,30721601:30721628,30722580:30722612,30723824:30723868,30724601:30724602,30725600:30725663,30727240:30731170,30736015:30736029,30736980:30737166,30738358:30738368,30739567:30739639,30739571:30739601,30741952:30741960,30742328:30744140,30742350:30742428,30769877:30772003,30770711:30770909,30770718:30770807,30772707:30775823,30782763:30782852,30785190:30785283,30786199:3078635', 'assoc_mat': '30589033:pet_clair:4207:30589110,30594833:pet_clair:4207:30594959,30598953:pet_clair:4207:30598967,30610921:pet_clair:4207:30611029,30612251:pet_clair:4207:30612493,30612297:pet_clair:4207:30612353,30615486:pet_clair:4207:30615965,30615490:pet_clair:4207:30615839,30619328:pet_clair:4207:30619402,30622908:pet_clair:4207:30623032,30622970:pet_clair:4207:30624421,30625966:pet_clair:4207:30626131,30625977:pet_clair:4207:30626093,30642801:pet_clair:4207:30642989,30646539:pet_clair:4207:30646694,30647574:pet_clair:4207:30647604,30649156:pet_clair:4207:30649234,30650438:pet_clair:4207:30650558,30652153:pet_clair:4207:30652317,30658409:pet_clair:4207:30658447,30660273:pet_clair:4207:30660434,30666713:pet_clair:4207:30666857,30690242:pet_clair:4207:30690284,30690731:pet_clair:4207:30690795,30691039:pet_clair:4207:30691128,30691690:pet_clair:4207:30691848,30692845:pet_clair:4207:30692948,30692848:pet_clair:4207:30692975,30699330:pet_clair:4207:30701753,30703014:pet_clair:4207:30703156,30709803:pet_clair:4207:30709877,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003950146685958588, 'nb_photo': 8, 'list_port_cont': '30616075,30741547,30787115,30794811,30811979,30866114', 'assoc_port': '30615489:30616075,30739559:30741547,30787015:30787115,30794746:30794811,30811807:30811979,30865613:30866114', 'assoc_mat': '30615489:pet_clair:4461:30616075,30739559:pet_clair:4461:30741547,30787015:pet_clair:4461:30787115,30794746:pet_clair:4461:30794811,30811807:pet_clair:4461:30811979,30865613:pet_clair:4461:30866114'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009489325104458187, 'nb_photo': 889, 'list_port_cont': '30589138,30590666,30590688,30591717,30592571,30595036,30595237,30595846,30596282,30598428,30598701,30598985,30599241,30601683,30606619,30607065,30607948,30608008,30609449,30611536,30611763,30612477,30612929,30612952,30618973,30619537,30620347,30621892,30623085,30623133,30623737,30624078,30626177,30628583,30628969,30628984,30629224,30629319,30643058,30643281,30643959,30645450,30646721,30647024,30647635,30649994,30652280,30652410,30652452,30652474,30653557,30659258,30660232,30660704,30661075,30661125,30661843,30662584,30662730,30663912,30691110,30691434,30691830,30692406,30692443,30692866,30692878,30693010,30693959,30694490,30694634,30694806,30698292,30698861,30698964,30699643,30699828,30700160,30700719,30701798,30701927,30702797,30702867,30704069,30704614,30707671,30707724,30708206,30709908,30710093,30710952,30711245,30711394,30712580,30712648,30712695,30713789,30714860,30717219,30720640,30721657,30721673,30722723,30723368,30723889,30724253,30725693,30726288,30727176,30727547,30731306,30734814,30735225,3073604', 'assoc_port': '30589034:30589138,30590639:30590666,30590640:30590688,30591565:30591717,30592446:30592571,30594820:30595237,30594832:30595036,30595730:30595846,30595999:30596282,30598329:30598428,30598609:30598701,30598617:30601683,30598951:30598985,30599177:30599241,30606399:30606619,30606828:30607065,30607877:30608008,30607884:30607948,30609185:30611536,30609199:30609449,30610949:30611763,30612256:30612477,30612739:30612952,30612745:30612929,30618812:30618973,30619329:30619537,30620242:30620347,30621578:30621892,30621588:30623737,30622905:30623133,30622989:30623085,30623745:30624078,30625963:30626177,30628388:30628583,30628832:30629319,30628858:30629224,30628869:30628984,30628872:30628969,30642795:30643281,30642811:30643058,30642821:30647024,30643845:30643959,30645323:30645450,30646532:30646721,30647576:30647635,30649848:30652452,30649862:30649994,30652140:30652474,30652157:30652410,30652176:30652280,30653103:30653557,30659029:30659258,30659641:30660232,30659648:30661125,30659658:30661075,30660618:30660704,30661735:3066184', 'assoc_mat': '30589034:pet_clair:4200:30589138,30590639:pet_clair:4200:30590666,30590640:pet_clair:4200:30590688,30591565:pet_clair:4200:30591717,30592446:pet_clair:4200:30592571,30594820:pet_clair:4200:30595237,30594832:pet_clair:4200:30595036,30595730:pet_clair:4200:30595846,30595999:pet_clair:4200:30596282,30598329:pet_clair:4200:30598428,30598609:pet_clair:4200:30598701,30598617:pet_clair:4200:30601683,30598951:pet_clair:4200:30598985,30599177:pet_clair:4200:30599241,30606399:pet_clair:4200:30606619,30606828:pet_clair:4200:30607065,30607877:pet_clair:4200:30608008,30607884:pet_clair:4200:30607948,30609185:pet_clair:4200:30611536,30609199:pet_clair:4200:30609449,30610949:pet_clair:4200:30611763,30612256:pet_clair:4200:30612477,30612739:pet_clair:4200:30612952,30612745:pet_clair:4200:30612929,30618812:pet_clair:4200:30618973,30619329:pet_clair:4200:30619537,30620242:pet_clair:4200:30620347,30621578:pet_clair:4200:30621892,30621588:pet_clair:4200:30623737,30622905:pet_clair:4200:30623133,30622989:pet_clair:4200:30623085,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0021689250301938565, 'nb_photo': 30, 'list_port_cont': '30639150,30643063,30660482,30666843,30703170,30724397,30724925,30725780,30725799,30740479,30786406,30801341,30815171,30819969,30827514,30850299,30856539,30861265,30861567,30864602,30873683,30877028,30881525', 'assoc_port': '30638945:30639150,30642827:30643063,30660278:30660482,30666722:30666843,30703021:30703170,30724085:30724397,30724754:30724925,30725591:30725780,30725598:30725799,30740248:30740479,30786232:30786406,30800661:30801341,30814541:30815171,30819800:30819969,30827163:30827514,30850093:30850299,30856471:30856539,30861071:30861567,30861094:30861265,30864415:30864602,30873537:30873683,30876981:30877028,30881365:30881525', 'assoc_mat': '30638945:pet_clair:4209:30639150,30642827:pet_clair:4209:30643063,30660278:pet_clair:4209:30660482,30666722:pet_clair:4209:30666843,30703021:pet_clair:4209:30703170,30724085:pet_clair:4209:30724397,30724754:pet_clair:4209:30724925,30725591:pet_clair:4209:30725780,30725598:pet_clair:4209:30725799,30740248:pet_clair:4209:30740479,30786232:pet_clair:4209:30786406,30800661:pet_clair:4209:30801341,30814541:pet_clair:4209:30815171,30819800:pet_clair:4209:30819969,30827163:pet_clair:4209:30827514,30850093:pet_clair:4209:30850299,30856471:pet_clair:4209:30856539,30861071:pet_clair:4209:30861567,30861094:pet_clair:4209:30861265,30864415:pet_clair:4209:30864602,30873537:pet_clair:4209:30873683,30876981:pet_clair:4209:30877028,30881365:pet_clair:4209:30881525'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012234545259827826, 'nb_photo': 860, 'list_port_cont': '30590805,30590819,30592596,30595069,30595255,30595299,30595877,30596562,30598477,30598794,30600400,30601490,30606661,30606683,30608035,30609585,30610744,30613041,30613389,30616361,30616547,30619593,30620074,30621767,30621909,30622034,30623275,30624579,30625680,30626614,30628624,30629266,30629531,30640336,30643016,30643112,30643131,30644057,30645712,30646931,30648036,30650073,30650116,30651683,30653075,30653772,30656023,30659214,30659873,30659895,30660505,30660764,30661381,30661890,30662745,30662812,30663953,30667056,30690924,30690943,30691080,30691186,30691910,30691944,30692013,30692469,30692487,30692510,30692989,30694018,30694051,30694471,30694507,30695347,30695406,30698083,30698456,30698914,30698940,30699082,30700243,30700459,30700760,30701964,30702877,30702928,30702943,30704101,30704332,30705376,30707753,30708311,30708352,30709433,30709450,30710624,30711002,30711014,30712688,30713039,30714938,30719469,30720518,30720548,30721805,30721816,30722766,30722779,30723642,30724007,30724372,30724412,30724425,3072582', 'assoc_port': '30590638:30590819,30590648:30590805,30592445:30592596,30594761:30595069,30594826:30595299,30594830:30595255,30595732:30595877,30596000:30596562,30598331:30598477,30598615:30598794,30599916:30600400,30601360:30601490,30606396:30606683,30606405:30606661,30607881:30608035,30609189:30609585,30610481:30610744,30610942:30613389,30612298:30616361,30612740:30613041,30612744:30616547,30619330:30619593,30619915:30620074,30621576:30622034,30621584:30621909,30621590:30621767,30622906:30623275,30622948:30625680,30624349:30624579,30625962:30626614,30628395:30628624,30628830:30629531,30628859:30629266,30639891:30640336,30642806:30643131,30642816:30643112,30642828:30643016,30643827:30644057,30645322:30645712,30646527:30646931,30647880:30648036,30649850:30650116,30649884:30650073,30651380:30651683,30652166:30653075,30652181:30656023,30653104:30653772,30659037:30659214,30659638:30659895,30659647:30659873,30659654:30661381,30660274:30660505,30660621:30660764,30661740:30661890,30661744:30667056,30662517:30662812,30662525:3066274', 'assoc_mat': '30590638:pet_clair:4211:30590819,30590648:pet_clair:4211:30590805,30592445:pet_clair:4211:30592596,30594761:pet_clair:4211:30595069,30594826:pet_clair:4211:30595299,30594830:pet_clair:4211:30595255,30595732:pet_clair:4211:30595877,30596000:pet_clair:4211:30596562,30598331:pet_clair:4211:30598477,30598615:pet_clair:4211:30598794,30599916:pet_clair:4211:30600400,30601360:pet_clair:4211:30601490,30606396:pet_clair:4211:30606683,30606405:pet_clair:4211:30606661,30607881:pet_clair:4211:30608035,30609189:pet_clair:4211:30609585,30610481:pet_clair:4211:30610744,30610942:pet_clair:4211:30613389,30612298:pet_clair:4211:30616361,30612740:pet_clair:4211:30613041,30612744:pet_clair:4211:30616547,30619330:pet_clair:4211:30619593,30619915:pet_clair:4211:30620074,30621576:pet_clair:4211:30622034,30621584:pet_clair:4211:30621909,30621590:pet_clair:4211:30621767,30622906:pet_clair:4211:30623275,30622948:pet_clair:4211:30625680,30624349:pet_clair:4211:30624579,30625962:pet_clair:4211:30626614,30628395:pet_clair:4211:30628624,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9020829083700274, 'nb_photo': 106078, 'list_port_cont': '30590890,30590909,30591842,30592752,30593932,30595416,30595593,30596725,30598564,30599124,30601519,30601641,30601734,30606752,30607198,30607217,30607234,30608123,30608352,30610791,30610812,30610932,30611165,30612564,30612591,30612678,30612889,30616305,30616374,30619014,30619643,30620106,30620800,30621939,30621985,30623251,30623799,30624729,30625814,30626308,30628756,30629308,30629408,30629487,30643225,30643246,30644143,30644174,30645807,30645905,30647710,30647764,30649163,30650845,30651310,30652707,30654333,30654348,30659238,30659935,30659952,30659977,30660548,30660820,30660912,30660930,30661970,30667000,30667028,30667044,30690406,30690433,30690988,30691148,30691171,30691206,30691933,30691966,30692019,30692797,30693049,30693171,30694100,30694542,30694911,30695446,30699450,30699463,30699470,30699810,30700480,30700792,30700830,30702079,30703247,30703284,30703395,30704161,30704195,30707778,30707905,30708389,30708669,30709541,30710651,30710674,30711876,30712744,30712838,30712918,30712984,30714108,30714394,3071753', 'assoc_port': '30590636:30590890,30590647:30590909,30591563:30591842,30592444:30592752,30593705:30593932,30594790:30595593,30594825:30595416,30595729:30601734,30595995:30596725,30598327:30598564,30598952:30599124,30601357:30601519,30601359:30601641,30606397:30606752,30606829:30607217,30606834:30607198,30606861:30607234,30607873:30608352,30607883:30608123,30610470:30610932,30610475:30610791,30610479:30610812,30610944:30611165,30612248:30612564,30612252:30612678,30612296:30612591,30612746:30612889,30615485:30616305,30615487:30616374,30618813:30619014,30619327:30619643,30619913:30620106,30620570:30620800,30621581:30621939,30621585:30621985,30622901:30623799,30622907:30623251,30624345:30624729,30625489:30625814,30625973:30626308,30628403:30628756,30628853:30629408,30628862:30629487,30628874:30629308,30642799:30643246,30642814:30643225,30642819:30644143,30643810:30644174,30645304:30645905,30645334:30645807,30646524:30647764,30647572:30647710,30648603:30649163,30650433:30651310,30650437:30650845,30652137:30654348,30652161:3065270', 'assoc_mat': '30590636:pet_clair:3327:30590890,30590647:pet_clair:3327:30590909,30591563:pet_clair:3327:30591842,30592444:pet_clair:3327:30592752,30593705:pet_clair:3327:30593932,30594790:pet_clair:3327:30595593,30594825:pet_clair:3327:30595416,30595729:pet_clair:3327:30601734,30595995:pet_clair:3327:30596725,30598327:pet_clair:3327:30598564,30598952:pet_clair:3327:30599124,30601357:pet_clair:3327:30601519,30601359:pet_clair:3327:30601641,30606397:pet_clair:3327:30606752,30606829:pet_clair:3327:30607217,30606834:pet_clair:3327:30607198,30606861:pet_clair:3327:30607234,30607873:pet_clair:3327:30608352,30607883:pet_clair:3327:30608123,30610470:pet_clair:3327:30610932,30610475:pet_clair:3327:30610791,30610479:pet_clair:3327:30610812,30610944:pet_clair:3327:30611165,30612248:pet_clair:3327:30612564,30612252:pet_clair:3327:30612678,30612296:pet_clair:3327:30612591,30612746:pet_clair:3327:30612889,30615485:pet_clair:3327:30616305,30615487:pet_clair:3327:30616374,30618813:pet_clair:3327:30619014,30619327:pet_clair:3327:30619643,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0021680157361144156, 'nb_photo': 37, 'list_port_cont': '30666971,30691809,30699073,30701840,30722803,30740647,30742539,30770789,30770988,30772896,30786524,30788708', 'assoc_port': '30666723:30666971,30691694:30691809,30699021:30699073,30701684:30701840,30722571:30722803,30740247:30740647,30742331:30742539,30770705:30770988,30770708:30770789,30772702:30772896,30785184:30786524,30788263:30788708', 'assoc_mat': '30666723:pet_clair:3594:30666971,30691694:pet_clair:3594:30691809,30699021:pet_clair:3594:30699073,30701684:pet_clair:3594:30701840,30722571:pet_clair:3594:30722803,30740247:pet_clair:3594:30740647,30742331:pet_clair:3594:30742539,30770705:pet_clair:3594:30770988,30770708:pet_clair:3594:30770789,30772702:pet_clair:3594:30772896,30785184:pet_clair:3594:30786524,30788263:pet_clair:3594:30788708'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0019298762201070624, 'nb_photo': 17, 'list_port_cont': '30598636,30623611,30662628,30700376,30726260,30740496,30770898,30780441,30783578,30787091,30811949,30863635,30874323,30877136', 'assoc_port': '30598618:30598636,30623556:30623611,30662522:30662628,30700325:30700376,30726241:30726260,30740250:30740496,30770715:30770898,30780306:30780441,30783382:30783578,30787016:30787091,30811806:30811949,30862824:30863635,30874161:30874323,30876993:30877136', 'assoc_mat': '30598618:pet_fonce:4205:30598636,30623556:pet_fonce:4205:30623611,30662522:pet_fonce:4205:30662628,30700325:pet_fonce:4205:30700376,30726241:pet_fonce:4205:30726260,30740250:pet_fonce:4205:30740496,30770715:pet_fonce:4205:30770898,30780306:pet_fonce:4205:30780441,30783382:pet_fonce:4205:30783578,30787016:pet_fonce:4205:30787091,30811806:pet_fonce:4205:30811949,30862824:pet_fonce:4205:30863635,30874161:pet_fonce:4205:30874323,30876993:pet_fonce:4205:30877136'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0064185023969356055, 'nb_photo': 948, 'list_port_cont': '30591926,30595549,30597476,30598828,30599387,30608759,30611331,30622040,30623460,30628842,30629377,30643380,30647959,30648970,30650231,30651838,30659283,30661923,30664034,30666984,30691468,30692606,30693036,30694571,30694675,30698518,30699876,30702135,30703232,30707585,30717622,30717654,30720750,30722818,30725955,30727682,30737710,30739954,30742392,30767670,30769300,30774051,30781993,30785506,30787505,30794678,30797310,30799826,30801381,30807930,30812093,30815309,30818198,30820180,30825449,30828613,30849748,30853054,30856001,30862576,30866284,30868476,30869148,30874835,30879269,30879514,30881241,30886687', 'assoc_port': '30591562:30591926,30594827:30595549,30597286:30597476,30598610:30598828,30599179:30599387,30607874:30608759,30610940:30611331,30621580:30622040,30622991:30623460,30628387:30628842,30628870:30629377,30642803:30643380,30642825:30647959,30645336:30648970,30649858:30650231,30651385:30651838,30659035:30659283,30661736:30661923,30663787:30664034,30666717:30666984,30691353:30691468,30692285:30692606,30692850:30693036,30694347:30694571,30694607:30694675,30698409:30698518,30699530:30699876,30701688:30702135,30703024:30703232,30707474:30707585,30716912:30717654,30716916:30717622,30720606:30720750,30722607:30722818,30725593:30725955,30727243:30727682,30736977:30737710,30739558:30739954,30741935:30742392,30767182:30767670,30769118:30769300,30773667:30774051,30781690:30781993,30785189:30785506,30787323:30787505,30794321:30794678,30796900:30797310,30799460:30799826,30801207:30801381,30807776:30807930,30809644:30812093,30812453:30815309,30818014:30818198,30819805:30820180,30824843:30825449,30828247:30828613,30849653:3084974', 'assoc_mat': '30591562:pet_fonce:4203:30591926,30594827:pet_fonce:4203:30595549,30597286:pet_fonce:4203:30597476,30598610:pet_fonce:4203:30598828,30599179:pet_fonce:4203:30599387,30607874:pet_fonce:4203:30608759,30610940:pet_fonce:4203:30611331,30621580:pet_fonce:4203:30622040,30622991:pet_fonce:4203:30623460,30628387:pet_fonce:4203:30628842,30628870:pet_fonce:4203:30629377,30642803:pet_fonce:4203:30643380,30642825:pet_fonce:4203:30647959,30645336:pet_fonce:4203:30648970,30649858:pet_fonce:4203:30650231,30651385:pet_fonce:4203:30651838,30659035:pet_fonce:4203:30659283,30661736:pet_fonce:4203:30661923,30663787:pet_fonce:4203:30664034,30666717:pet_fonce:4203:30666984,30691353:pet_fonce:4203:30691468,30692285:pet_fonce:4203:30692606,30692850:pet_fonce:4203:30693036,30694347:pet_fonce:4203:30694571,30694607:pet_fonce:4203:30694675,30698409:pet_fonce:4203:30698518,30699530:pet_fonce:4203:30699876,30701688:pet_fonce:4203:30702135,30703024:pet_fonce:4203:30703232,30707474:pet_fonce:4203:30707585,30716912:pet_fonce:4203:30717654,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033807908238721687, 'nb_photo': 61, 'list_port_cont': '30595046,30595772,30601414,30610656,30615836,30619395,30623053,30629097,30647589,30650635,30652308,30659705,30659714,30660414,30661657,30661785,30666859,30691366,30691751,30692316,30694387,30695315,30699614,30700677,30701760,30703036,30709868,30710112,30717321,30724235,30726537,30737165,30741968,30742430,30768448,30772765,30795774,30795882,30798300,30801267,30808962,30827290,30855586,30855610,30865998,30868099,30879139,30881478,30887048', 'assoc_port': '30594823:30595046,30595731:30595772,30601358:30601414,30610468:30610656,30615490:30615836,30619328:30619395,30622903:30623053,30628854:30629097,30647574:30647589,30650434:30650635,30652153:30652308,30659643:30661657,30659649:30659714,30659653:30659705,30660276:30660414,30661739:30661785,30666713:30666859,30691354:30691366,30691700:30691751,30692295:30692316,30693893:30695315,30694349:30694387,30699330:30701760,30699528:30699614,30700632:30700677,30703026:30703036,30709797:30710112,30709803:30709868,30716913:30717321,30724114:30724235,30726457:30726537,30736980:30737165,30741952:30741968,30742350:30742430,30767626:30768448,30772710:30772765,30795750:30795882,30795762:30795774,30798186:30798300,30801223:30801267,30807067:30808962,30827186:30827290,30855346:30855586,30855402:30855610,30865618:30865998,30867731:30868099,30879131:30879139,30881364:30881478,30887036:30887048', 'assoc_mat': '30594823:pet_fonce:4207:30595046,30595731:pet_fonce:4207:30595772,30601358:pet_fonce:4207:30601414,30610468:pet_fonce:4207:30610656,30615490:pet_fonce:4207:30615836,30619328:pet_fonce:4207:30619395,30622903:pet_fonce:4207:30623053,30628854:pet_fonce:4207:30629097,30647574:pet_fonce:4207:30647589,30650434:pet_fonce:4207:30650635,30652153:pet_fonce:4207:30652308,30659643:pet_fonce:4207:30661657,30659649:pet_fonce:4207:30659714,30659653:pet_fonce:4207:30659705,30660276:pet_fonce:4207:30660414,30661739:pet_fonce:4207:30661785,30666713:pet_fonce:4207:30666859,30691354:pet_fonce:4207:30691366,30691700:pet_fonce:4207:30691751,30692295:pet_fonce:4207:30692316,30693893:pet_fonce:4207:30695315,30694349:pet_fonce:4207:30694387,30699330:pet_fonce:4207:30701760,30699528:pet_fonce:4207:30699614,30700632:pet_fonce:4207:30700677,30703026:pet_fonce:4207:30703036,30709797:pet_fonce:4207:30710112,30709803:pet_fonce:4207:30709868,30716913:pet_fonce:4207:30717321,30724114:pet_fonce:4207:30724235,30726457:pet_fonce:4207:30726537,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00351542292773819, 'nb_photo': 57, 'list_port_cont': '30607107,30610832,30612442,30619499,30626209,30629028,30642948,30659743,30666930,30691865,30692418,30699410,30710159,30717344,30723937,30725711,30725741,30729505,30732245,30736071,30736155,30737115,30744371,30766597,30767759,30770839,30782451,30787106,30795847,30808841,30818999,30827474,30828416,30828432,30833737,30862952,30863039,30866054,30873746,30874333,30874683,30878628,30881144,30886419', 'assoc_port': '30606833:30607107,30610463:30610832,30610478:30612442,30619326:30619499,30625969:30626209,30628860:30629028,30642829:30642948,30659655:30659743,30661737:30666930,30691688:30691865,30692293:30692418,30699321:30699410,30709806:30710159,30716919:30717344,30723825:30723937,30725590:30725741,30725602:30725711,30726458:30729505,30727247:30732245,30736013:30736155,30736017:30736071,30736991:30737115,30741934:30744371,30766357:30766597,30767628:30767759,30770723:30770839,30781684:30782451,30787015:30787106,30795759:30795847,30808736:30808841,30818835:30818999,30824546:30827474,30828244:30833737,30828257:30828432,30828262:30828416,30862816:30863039,30862821:30862952,30865620:30866054,30873532:30873746,30873535:30874683,30874165:30874333,30876982:30878628,30880946:30881144,30886280:30886419', 'assoc_mat': '30606833:pet_fonce:4461:30607107,30610463:pet_fonce:4461:30610832,30610478:pet_fonce:4461:30612442,30619326:pet_fonce:4461:30619499,30625969:pet_fonce:4461:30626209,30628860:pet_fonce:4461:30629028,30642829:pet_fonce:4461:30642948,30659655:pet_fonce:4461:30659743,30661737:pet_fonce:4461:30666930,30691688:pet_fonce:4461:30691865,30692293:pet_fonce:4461:30692418,30699321:pet_fonce:4461:30699410,30709806:pet_fonce:4461:30710159,30716919:pet_fonce:4461:30717344,30723825:pet_fonce:4461:30723937,30725590:pet_fonce:4461:30725741,30725602:pet_fonce:4461:30725711,30726458:pet_fonce:4461:30729505,30727247:pet_fonce:4461:30732245,30736013:pet_fonce:4461:30736155,30736017:pet_fonce:4461:30736071,30736991:pet_fonce:4461:30737115,30741934:pet_fonce:4461:30744371,30766357:pet_fonce:4461:30766597,30767628:pet_fonce:4461:30767759,30770723:pet_fonce:4461:30770839,30781684:pet_fonce:4461:30782451,30787015:pet_fonce:4461:30787106,30795759:pet_fonce:4461:30795847,30808736:pet_fonce:4461:30808841,30818835:pet_fonce:4461:30818999,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8357923610722421, 'nb_photo': 125, 'list_port_cont': '30592564,30595030,30598706,30601673,30611542,30618978,30619542,30621893,30623084,30623729,30626175,30628577,30629329,30643035,30643284,30643967,30645443,30647640,30652285,30652447,30659260,30660226,30661061,30661122,30662726,30663913,30690318,30691112,30692398,30692860,30692939,30694500,30694808,30698293,30698963,30699657,30699821,30700163,30701925,30704080,30707672,30709909,30710958,30712572,30712696,30713781,30714852,30724258,30731295,30736048,30739655,30766509,30770926,30771938,30772333,30772849,30773748,30780752,30786448,30787074,30788484,30794927,30795936,30796961,30797219,30798605,30799909,30808805,30809787,30812690,30813599,30814098,30818690,30819950,30820855,30821348,30824966,30827444,30828348,30851270,30853094,30855596,30862921,30864131,30864479,30868452,30868959,30878549,30881103,30886187', 'assoc_port': '30592446:30592564,30594832:30595030,30598609:30598706,30598617:30601673,30609185:30611542,30618812:30618978,30619329:30619542,30621578:30621893,30621588:30623729,30622989:30623084,30625963:30626175,30628388:30628577,30628832:30629329,30642795:30643284,30642811:30643035,30643845:30643967,30645323:30645443,30647576:30647640,30649848:30652447,30652176:30652285,30659029:30659260,30659641:30660226,30659648:30661122,30659658:30661061,30662516:30662726,30663807:30663913,30690244:30690318,30691043:30691112,30691702:30692860,30692292:30692398,30692852:30692939,30694344:30694500,30694747:30694808,30698011:30698293,30698742:30698963,30699523:30699821,30699527:30699657,30700044:30700163,30701674:30701925,30703952:30704080,30707631:30707672,30709804:30709909,30710834:30710958,30712484:30712696,30712497:30712572,30713708:30713781,30714826:30714852,30724117:30724258,30727245:30731295,30736016:30736048,30739575:30739655,30766358:30766509,30769905:30771938,30770716:30770926,30772286:30772333,30772704:30772849,30773665:3077374', 'assoc_mat': '30592446:pet_fonce:4200:30592564,30594832:pet_fonce:4200:30595030,30598609:pet_fonce:4200:30598706,30598617:pet_fonce:4200:30601673,30609185:pet_fonce:4200:30611542,30618812:pet_fonce:4200:30618978,30619329:pet_fonce:4200:30619542,30621578:pet_fonce:4200:30621893,30621588:pet_fonce:4200:30623729,30622989:pet_fonce:4200:30623084,30625963:pet_fonce:4200:30626175,30628388:pet_fonce:4200:30628577,30628832:pet_fonce:4200:30629329,30642795:pet_fonce:4200:30643284,30642811:pet_fonce:4200:30643035,30643845:pet_fonce:4200:30643967,30645323:pet_fonce:4200:30645443,30647576:pet_fonce:4200:30647640,30649848:pet_fonce:4200:30652447,30652176:pet_fonce:4200:30652285,30659029:pet_fonce:4200:30659260,30659641:pet_fonce:4200:30660226,30659648:pet_fonce:4200:30661122,30659658:pet_fonce:4200:30661061,30662516:pet_fonce:4200:30662726,30663807:pet_fonce:4200:30663913,30690244:pet_fonce:4200:30690318,30691043:pet_fonce:4200:30691112,30691702:pet_fonce:4200:30692860,30692292:pet_fonce:4200:30692398,30692852:pet_fonce:4200:30692939,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006215470265942418, 'nb_photo': 60, 'list_port_cont': '30609514,30621883,30629295,30643043,30646869,30660487,30663058,30693441,30694659,30701851,30710983,30722275,30723922,30725775,30770081,30795380,30798739,30807242,30808623,30810475,30815178,30819980,30827507,30827522,30833812,30852718,30861220,30866163,30866177,30873795,30874777,30875369,30877019', 'assoc_port': '30609192:30609514,30621587:30621883,30628835:30629295,30642827:30643043,30646535:30646869,30660278:30660487,30662986:30663058,30693199:30693441,30694604:30694659,30701682:30701851,30710836:30710983,30721604:30722275,30723828:30723922,30725591:30725775,30769897:30770081,30794742:30795380,30798185:30798739,30807062:30807242,30808487:30808623,30809645:30810475,30814541:30815178,30819800:30819980,30827163:30827522,30827188:30827507,30833647:30833812,30852420:30852718,30861093:30861220,30865611:30866163,30865659:30866177,30873528:30873795,30874659:30874777,30875106:30875369,30876981:30877019', 'assoc_mat': '30609192:pet_fonce:4209:30609514,30621587:pet_fonce:4209:30621883,30628835:pet_fonce:4209:30629295,30642827:pet_fonce:4209:30643043,30646535:pet_fonce:4209:30646869,30660278:pet_fonce:4209:30660487,30662986:pet_fonce:4209:30663058,30693199:pet_fonce:4209:30693441,30694604:pet_fonce:4209:30694659,30701682:pet_fonce:4209:30701851,30710836:pet_fonce:4209:30710983,30721604:pet_fonce:4209:30722275,30723828:pet_fonce:4209:30723922,30725591:pet_fonce:4209:30725775,30769897:pet_fonce:4209:30770081,30794742:pet_fonce:4209:30795380,30798185:pet_fonce:4209:30798739,30807062:pet_fonce:4209:30807242,30808487:pet_fonce:4209:30808623,30809645:pet_fonce:4209:30810475,30814541:pet_fonce:4209:30815178,30819800:pet_fonce:4209:30819980,30827163:pet_fonce:4209:30827522,30827188:pet_fonce:4209:30827507,30833647:pet_fonce:4209:30833812,30852420:pet_fonce:4209:30852718,30861093:pet_fonce:4209:30861220,30865611:pet_fonce:4209:30866163,30865659:pet_fonce:4209:30866177,30873528:pet_fonce:4209:30873795,30874659:pet_fonce:4209:30874777,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007676677545719702, 'nb_photo': 594, 'list_port_cont': '30589602,30590806,30590827,30592598,30595065,30595250,30595290,30595443,30595872,30598472,30598807,30600396,30601496,30606679,30608031,30609580,30610743,30613036,30613391,30616357,30616548,30619581,30620081,30621774,30621916,30622023,30623272,30624593,30625682,30626603,30628631,30629532,30640347,30643019,30643140,30644048,30645708,30646928,30647678,30648042,30650071,30650114,30651697,30653073,30656030,30659213,30659875,30659892,30660507,30660775,30661882,30662748,30662814,30663956,30667064,30690927,30690944,30691082,30691180,30691945,30692473,30692503,30692997,30694034,30694036,30694485,30694506,30695337,30695393,30698093,30698448,30698933,30699078,30700252,30700457,30700767,30700773,30701969,30702937,30702954,30704107,30704340,30707744,30708309,30708344,30709441,30710627,30710998,30711018,30712741,30713036,30713854,30714928,30719478,30720525,30720538,30721804,30722770,30722780,30723633,30724013,30724375,30724404,30725822,30726315,30726593,30727470,30733881,30735323,30735680,30737277,30737322,30738444,3074062', 'assoc_port': '30589032:30589602,30590638:30590827,30590648:30590806,30592445:30592598,30594761:30595065,30594794:30595443,30594826:30595290,30594830:30595250,30595732:30595872,30598331:30598472,30598615:30598807,30599916:30600396,30601360:30601496,30606396:30606679,30607881:30608031,30609189:30609580,30610481:30610743,30610942:30613391,30612298:30616357,30612740:30613036,30612744:30616548,30619330:30619581,30619915:30620081,30621576:30622023,30621584:30621916,30621590:30621774,30622906:30623272,30622948:30625682,30624349:30624593,30625962:30626603,30628395:30628631,30628830:30629532,30639891:30640347,30642806:30643140,30642828:30643019,30643827:30644048,30645322:30645708,30646527:30646928,30647575:30647678,30647880:30648042,30649850:30650114,30649884:30650071,30651380:30651697,30652166:30653073,30652181:30656030,30659037:30659213,30659638:30659892,30659647:30659875,30660274:30660507,30660621:30660775,30661740:30661882,30661744:30667064,30662517:30662814,30662525:30662748,30663768:30663956,30690724:30690944,30690734:3069092', 'assoc_mat': '30589032:pet_fonce:4211:30589602,30590638:pet_fonce:4211:30590827,30590648:pet_fonce:4211:30590806,30592445:pet_fonce:4211:30592598,30594761:pet_fonce:4211:30595065,30594794:pet_fonce:4211:30595443,30594826:pet_fonce:4211:30595290,30594830:pet_fonce:4211:30595250,30595732:pet_fonce:4211:30595872,30598331:pet_fonce:4211:30598472,30598615:pet_fonce:4211:30598807,30599916:pet_fonce:4211:30600396,30601360:pet_fonce:4211:30601496,30606396:pet_fonce:4211:30606679,30607881:pet_fonce:4211:30608031,30609189:pet_fonce:4211:30609580,30610481:pet_fonce:4211:30610743,30610942:pet_fonce:4211:30613391,30612298:pet_fonce:4211:30616357,30612740:pet_fonce:4211:30613036,30612744:pet_fonce:4211:30616548,30619330:pet_fonce:4211:30619581,30619915:pet_fonce:4211:30620081,30621576:pet_fonce:4211:30622023,30621584:pet_fonce:4211:30621916,30621590:pet_fonce:4211:30621774,30622906:pet_fonce:4211:30623272,30622948:pet_fonce:4211:30625682,30624349:pet_fonce:4211:30624593,30625962:pet_fonce:4211:30626603,30628395:pet_fonce:4211:30628631,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.019888167258772266, 'nb_photo': 3034, 'list_port_cont': '30590891,30590907,30591835,30592758,30593931,30595428,30595595,30596726,30598563,30599134,30601520,30601648,30601741,30606739,30607199,30607228,30607232,30608130,30608349,30610778,30610808,30610923,30611166,30612567,30612579,30612677,30612881,30616299,30616364,30619022,30619649,30620118,30620803,30621936,30621979,30623241,30623810,30624734,30625802,30626302,30628763,30629305,30629412,30629489,30643218,30643249,30644149,30644176,30645798,30645903,30647708,30647761,30649162,30650837,30651311,30652700,30654342,30654360,30659240,30659940,30659959,30659976,30660555,30660817,30660916,30660923,30661967,30667008,30667023,30667042,30690403,30690439,30690998,30691143,30691167,30691207,30691920,30691964,30692028,30692798,30693055,30693177,30694098,30694538,30694914,30695444,30699446,30699456,30699481,30699806,30700484,30700790,30700822,30702084,30703243,30703286,30703406,30704172,30704197,30707776,30707898,30708387,30708666,30709548,30710655,30710664,30711877,30712756,30712845,30712916,30712979,30714107,30714389,3071753', 'assoc_port': '30590636:30590891,30590647:30590907,30591563:30591835,30592444:30592758,30593705:30593931,30594790:30595595,30594825:30595428,30595729:30601741,30595995:30596726,30598327:30598563,30598952:30599134,30601357:30601520,30601359:30601648,30606397:30606739,30606829:30607228,30606834:30607199,30606861:30607232,30607873:30608349,30607883:30608130,30610470:30610923,30610475:30610778,30610479:30610808,30610944:30611166,30612248:30612567,30612252:30612677,30612296:30612579,30612746:30612881,30615485:30616299,30615487:30616364,30618813:30619022,30619327:30619649,30619913:30620118,30620570:30620803,30621581:30621936,30621585:30621979,30622901:30623810,30622907:30623241,30624345:30624734,30625489:30625802,30625973:30626302,30628403:30628763,30628853:30629412,30628862:30629489,30628874:30629305,30642799:30643249,30642814:30643218,30642819:30644149,30643810:30644176,30645304:30645903,30645334:30645798,30646524:30647761,30647572:30647708,30648603:30649162,30650433:30651311,30650437:30650837,30652137:30654360,30652161:3065270', 'assoc_mat': '30590636:pet_fonce:3327:30590891,30590647:pet_fonce:3327:30590907,30591563:pet_fonce:3327:30591835,30592444:pet_fonce:3327:30592758,30593705:pet_fonce:3327:30593931,30594790:pet_fonce:3327:30595595,30594825:pet_fonce:3327:30595428,30595729:pet_fonce:3327:30601741,30595995:pet_fonce:3327:30596726,30598327:pet_fonce:3327:30598563,30598952:pet_fonce:3327:30599134,30601357:pet_fonce:3327:30601520,30601359:pet_fonce:3327:30601648,30606397:pet_fonce:3327:30606739,30606829:pet_fonce:3327:30607228,30606834:pet_fonce:3327:30607199,30606861:pet_fonce:3327:30607232,30607873:pet_fonce:3327:30608349,30607883:pet_fonce:3327:30608130,30610470:pet_fonce:3327:30610923,30610475:pet_fonce:3327:30610778,30610479:pet_fonce:3327:30610808,30610944:pet_fonce:3327:30611166,30612248:pet_fonce:3327:30612567,30612252:pet_fonce:3327:30612677,30612296:pet_fonce:3327:30612579,30612746:pet_fonce:3327:30612881,30615485:pet_fonce:3327:30616299,30615487:pet_fonce:3327:30616364,30618813:pet_fonce:3327:30619022,30619327:pet_fonce:3327:30619649,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0018330781953828832, 'nb_photo': 23, 'list_port_cont': '30666975,30699069,30700239,30701832,30704118,30717287,30740645,30770795,30770985,30772894,30773932,30788714', 'assoc_port': '30666723:30666975,30699021:30699069,30700040:30700239,30701684:30701832,30703956:30704118,30716924:30717287,30740247:30740645,30770705:30770985,30770708:30770795,30772702:30772894,30773666:30773932,30788263:30788714', 'assoc_mat': '30666723:pet_fonce:3594:30666975,30699021:pet_fonce:3594:30699069,30700040:pet_fonce:3594:30700239,30701684:pet_fonce:3594:30701832,30703956:pet_fonce:3594:30704118,30716924:pet_fonce:3594:30717287,30740247:pet_fonce:3594:30740645,30770705:pet_fonce:3594:30770985,30770708:pet_fonce:3594:30770795,30772702:pet_fonce:3594:30772894,30773666:pet_fonce:3594:30773932,30788263:pet_fonce:3594:30788714'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007157548278570072, 'nb_photo': 208, 'list_port_cont': '30593805,30598640,30599032,30610675,30612782,30621642,30623598,30633659,30646730,30651512,30660661,30661049,30662621,30691799,30693980,30700219,30700375,30702834,30708229,30711370,30712663,30714300,30722628,30726259,30737063,30740505,30743128,30767388,30767464,30770894,30780438,30783583,30787094,30793369,30795899,30799928,30807179,30811946,30813636,30814069,30820830,30831489,30852727,30861293,30861508,30863639,30868149,30874313,30877135', 'assoc_port': '30593708:30593805,30598618:30598640,30598948:30599032,30610474:30610675,30612752:30612782,30621589:30621642,30623556:30623598,30628402:30633659,30646536:30646730,30651375:30651512,30659651:30661049,30660619:30660661,30662522:30662621,30691698:30691799,30693892:30693980,30700041:30700219,30700325:30700375,30702695:30702834,30708193:30708229,30711330:30711370,30712488:30712663,30714264:30714300,30722608:30722628,30726241:30726259,30736995:30737063,30740250:30740505,30742941:30743128,30767185:30767464,30767190:30767388,30770715:30770894,30780306:30780438,30783382:30783583,30787016:30787094,30793123:30793369,30795753:30795899,30799843:30799928,30807073:30807179,30811806:30811946,30813479:30813636,30813960:30814069,30820630:30820830,30827848:30831489,30852458:30852727,30861080:30861508,30861085:30861293,30862824:30863639,30867718:30868149,30874161:30874313,30876993:30877135', 'assoc_mat': '30593708:pet_opaque:4205:30593805,30598618:pet_opaque:4205:30598640,30598948:pet_opaque:4205:30599032,30610474:pet_opaque:4205:30610675,30612752:pet_opaque:4205:30612782,30621589:pet_opaque:4205:30621642,30623556:pet_opaque:4205:30623598,30628402:pet_opaque:4205:30633659,30646536:pet_opaque:4205:30646730,30651375:pet_opaque:4205:30651512,30659651:pet_opaque:4205:30661049,30660619:pet_opaque:4205:30660661,30662522:pet_opaque:4205:30662621,30691698:pet_opaque:4205:30691799,30693892:pet_opaque:4205:30693980,30700041:pet_opaque:4205:30700219,30700325:pet_opaque:4205:30700375,30702695:pet_opaque:4205:30702834,30708193:pet_opaque:4205:30708229,30711330:pet_opaque:4205:30711370,30712488:pet_opaque:4205:30712663,30714264:pet_opaque:4205:30714300,30722608:pet_opaque:4205:30722628,30726241:pet_opaque:4205:30726259,30736995:pet_opaque:4205:30737063,30740250:pet_opaque:4205:30740505,30742941:pet_opaque:4205:30743128,30767185:pet_opaque:4205:30767464,30767190:pet_opaque:4205:30767388,30770715:pet_opaque:4205:30770894,3078'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01081293624548295, 'nb_photo': 1677, 'list_port_cont': '30591927,30595543,30597479,30598815,30599388,30608762,30611327,30622052,30623457,30628843,30629384,30643377,30647953,30648971,30650225,30651843,30659280,30661931,30664021,30666990,30691466,30692602,30693027,30694568,30694678,30698517,30699883,30702140,30703222,30707580,30709249,30717618,30717645,30720741,30722820,30725968,30727674,30737711,30739952,30742389,30767675,30769297,30774065,30781994,30785503,30787493,30794677,30797317,30799836,30801393,30807938,30812087,30815313,30818200,30820188,30825455,30828626,30849756,30853055,30855997,30862562,30866286,30868470,30869136,30874821,30879260,30879510,30881236,30886682', 'assoc_port': '30591562:30591927,30594827:30595543,30597286:30597479,30598610:30598815,30599179:30599388,30607874:30608762,30610940:30611327,30621580:30622052,30622991:30623457,30628387:30628843,30628870:30629384,30642803:30643377,30642825:30647953,30645336:30648971,30649858:30650225,30651385:30651843,30659035:30659280,30661736:30661931,30663787:30664021,30666717:30666990,30691353:30691466,30692285:30692602,30692850:30693027,30694347:30694568,30694607:30694678,30698409:30698517,30699530:30699883,30701688:30702140,30703024:30703222,30707474:30707580,30709226:30709249,30716912:30717645,30716916:30717618,30720606:30720741,30722607:30722820,30725593:30725968,30727243:30727674,30736977:30737711,30739558:30739952,30741935:30742389,30767182:30767675,30769118:30769297,30773667:30774065,30781690:30781994,30785189:30785503,30787323:30787493,30794321:30794677,30796900:30797317,30799460:30799836,30801207:30801393,30807776:30807938,30809644:30812087,30812453:30815313,30818014:30818200,30819805:30820188,30824843:30825455,30828247:3082862', 'assoc_mat': '30591562:pet_opaque:4203:30591927,30594827:pet_opaque:4203:30595543,30597286:pet_opaque:4203:30597479,30598610:pet_opaque:4203:30598815,30599179:pet_opaque:4203:30599388,30607874:pet_opaque:4203:30608762,30610940:pet_opaque:4203:30611327,30621580:pet_opaque:4203:30622052,30622991:pet_opaque:4203:30623457,30628387:pet_opaque:4203:30628843,30628870:pet_opaque:4203:30629384,30642803:pet_opaque:4203:30643377,30642825:pet_opaque:4203:30647953,30645336:pet_opaque:4203:30648971,30649858:pet_opaque:4203:30650225,30651385:pet_opaque:4203:30651843,30659035:pet_opaque:4203:30659280,30661736:pet_opaque:4203:30661931,30663787:pet_opaque:4203:30664021,30666717:pet_opaque:4203:30666990,30691353:pet_opaque:4203:30691466,30692285:pet_opaque:4203:30692602,30692850:pet_opaque:4203:30693027,30694347:pet_opaque:4203:30694568,30694607:pet_opaque:4203:30694678,30698409:pet_opaque:4203:30698517,30699530:pet_opaque:4203:30699883,30701688:pet_opaque:4203:30702140,30703024:pet_opaque:4203:30703222,30707474:pet_opaque:4203:30707580,3070'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0036319706220216425, 'nb_photo': 319, 'list_port_cont': '30589098,30591367,30594946,30594960,30595017,30595149,30595156,30595273,30595767,30598352,30598406,30599014,30601409,30601422,30606930,30607090,30610595,30611035,30612362,30612419,30612494,30615848,30615992,30619392,30619981,30620666,30621660,30621685,30621763,30623037,30623046,30624432,30625571,30626132,30628486,30628940,30629089,30629201,30639008,30642860,30642921,30643094,30643934,30646695,30647592,30647918,30649228,30650629,30651207,30651433,30652427,30653294,30655965,30659698,30659825,30660413,30661793,30662134,30666742,30666807,30666860,30690285,30690794,30690829,30691067,30691130,30691744,30692363,30692967,30693906,30694384,30694398,30694772,30694785,30695318,30698078,30698412,30699362,30699619,30700337,30700660,30703063,30703148,30703200,30704675,30708248,30709823,30709836,30709982,30712554,30713317,30716975,30716991,30717243,30717322,30717419,30719257,30722251,30722626,30722655,30722672,30723874,30724232,30724604,30724814,30725657,30726529,30727381,30727704,30727871,30735206,30737087,30737738,3073836', 'assoc_port': '30589033:30589098,30590643:30591367,30594760:30595273,30594764:30595156,30594777:30595149,30594792:30595017,30594828:30594946,30594833:30594960,30595731:30595767,30598325:30598406,30598330:30598352,30598950:30599014,30601356:30601422,30601358:30601409,30606831:30607090,30606862:30606930,30610473:30610595,30610921:30611035,30612250:30612419,30612251:30612494,30612283:30612362,30615488:30615992,30615490:30615848,30619328:30619392,30619914:30619981,30620571:30620666,30621579:30621763,30621583:30621685,30621586:30621660,30622903:30623046,30622908:30623037,30622970:30624432,30625481:30625571,30625966:30626132,30628404:30628486,30628852:30629201,30628854:30629089,30628861:30639008,30628873:30628940,30642797:30643094,30642812:30642921,30642818:30642860,30643846:30643934,30646539:30646695,30647574:30647592,30647877:30647918,30649156:30649228,30650434:30650629,30650442:30651207,30651384:30651433,30652146:30652427,30652173:30653294,30652186:30655965,30659611:30659825,30659653:30659698,30660276:30660413,30660620:3066213', 'assoc_mat': '30589033:pet_opaque:4207:30589098,30590643:pet_opaque:4207:30591367,30594760:pet_opaque:4207:30595273,30594764:pet_opaque:4207:30595156,30594777:pet_opaque:4207:30595149,30594792:pet_opaque:4207:30595017,30594828:pet_opaque:4207:30594946,30594833:pet_opaque:4207:30594960,30595731:pet_opaque:4207:30595767,30598325:pet_opaque:4207:30598406,30598330:pet_opaque:4207:30598352,30598950:pet_opaque:4207:30599014,30601356:pet_opaque:4207:30601422,30601358:pet_opaque:4207:30601409,30606831:pet_opaque:4207:30607090,30606862:pet_opaque:4207:30606930,30610473:pet_opaque:4207:30610595,30610921:pet_opaque:4207:30611035,30612250:pet_opaque:4207:30612419,30612251:pet_opaque:4207:30612494,30612283:pet_opaque:4207:30612362,30615488:pet_opaque:4207:30615992,30615490:pet_opaque:4207:30615848,30619328:pet_opaque:4207:30619392,30619914:pet_opaque:4207:30619981,30620571:pet_opaque:4207:30620666,30621579:pet_opaque:4207:30621763,30621583:pet_opaque:4207:30621685,30621586:pet_opaque:4207:30621660,30622903:pet_opaque:4207:30623046,3062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008586067366429556, 'nb_photo': 372, 'list_port_cont': '30595106,30595367,30595790,30596465,30598359,30598445,30599054,30601459,30607109,30610829,30612511,30616068,30619510,30620721,30621723,30623077,30623146,30625623,30626204,30629027,30629131,30642882,30642945,30643165,30645490,30649276,30649297,30650662,30652327,30653623,30659741,30659789,30659848,30660445,30666780,30666873,30666926,30690866,30690888,30691770,30692422,30693990,30694447,30694835,30698109,30699407,30700391,30700426,30701877,30703129,30704972,30707688,30708286,30710133,30710160,30717154,30717385,30717485,30717553,30721692,30721850,30722678,30723941,30724325,30724508,30725700,30729513,30732240,30736147,30737108,30737837,30741546,30742037,30744367,30766588,30767434,30767756,30769214,30770849,30771253,30775871,30775946,30779823,30782458,30786332,30786382,30786499,30787113,30788543,30794822,30796982,30798050,30799590,30800755,30800789,30807276,30807697,30808836,30810505,30811977,30812609,30814107,30814148,30818996,30820330,30824699,30827306,30827364,30828431,30855650,30861442,30861588,30861997,3086295', 'assoc_port': '30594758:30595367,30594796:30595106,30594829:30595790,30595997:30596465,30598328:30598359,30598332:30598445,30598957:30599054,30601361:30601459,30606833:30607109,30610463:30610829,30612253:30612511,30615489:30616068,30619326:30619510,30620568:30620721,30621582:30621723,30622904:30623146,30622928:30623077,30625444:30625623,30625969:30626204,30628855:30629131,30628860:30629027,30642793:30643165,30642815:30642882,30642829:30642945,30645333:30645490,30647557:30649297,30649171:30649276,30650440:30650662,30652163:30652327,30653102:30653623,30659624:30659848,30659645:30659789,30659655:30659741,30660279:30660445,30661737:30666926,30666709:30666780,30666716:30666873,30690722:30690888,30690733:30690866,30691703:30691770,30692293:30692422,30693891:30693990,30694343:30694447,30694746:30694835,30698013:30698109,30699321:30699407,30700321:30700426,30700324:30700391,30701692:30701877,30703025:30703129,30703950:30704972,30707626:30707688,30708195:30708286,30709799:30710133,30709806:30710160,30710838:30717553,30716911:3071748', 'assoc_mat': '30594758:pet_opaque:4461:30595367,30594796:pet_opaque:4461:30595106,30594829:pet_opaque:4461:30595790,30595997:pet_opaque:4461:30596465,30598328:pet_opaque:4461:30598359,30598332:pet_opaque:4461:30598445,30598957:pet_opaque:4461:30599054,30601361:pet_opaque:4461:30601459,30606833:pet_opaque:4461:30607109,30610463:pet_opaque:4461:30610829,30612253:pet_opaque:4461:30612511,30615489:pet_opaque:4461:30616068,30619326:pet_opaque:4461:30619510,30620568:pet_opaque:4461:30620721,30621582:pet_opaque:4461:30621723,30622904:pet_opaque:4461:30623146,30622928:pet_opaque:4461:30623077,30625444:pet_opaque:4461:30625623,30625969:pet_opaque:4461:30626204,30628855:pet_opaque:4461:30629131,30628860:pet_opaque:4461:30629027,30642793:pet_opaque:4461:30643165,30642815:pet_opaque:4461:30642882,30642829:pet_opaque:4461:30642945,30645333:pet_opaque:4461:30645490,30647557:pet_opaque:4461:30649297,30649171:pet_opaque:4461:30649276,30650440:pet_opaque:4461:30650662,30652163:pet_opaque:4461:30652327,30653102:pet_opaque:4461:30653623,3065'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.019596926315127397, 'nb_photo': 4804, 'list_port_cont': '30589143,30590672,30590690,30591710,30591719,30592560,30595034,30595238,30595847,30596290,30598433,30598693,30598989,30599246,30601681,30606609,30607070,30607944,30608006,30609457,30611524,30611754,30612481,30612930,30612944,30618977,30619541,30620344,30621903,30623089,30623139,30623736,30624080,30626180,30628576,30628965,30628985,30629219,30629321,30643037,30643283,30643966,30645454,30646724,30647013,30647647,30649989,30652286,30652411,30652451,30652468,30653559,30659261,30660229,30660692,30661073,30661113,30661833,30662597,30662712,30663903,30690314,30691114,30691432,30691833,30692394,30692450,30692858,30692873,30692935,30693015,30693953,30694503,30694633,30694802,30698301,30698871,30698955,30699651,30699823,30700168,30700709,30701811,30701928,30702806,30702864,30703991,30704072,30704620,30707670,30707726,30708217,30709911,30710101,30710957,30711232,30711400,30712569,30712639,30712703,30713783,30714862,30717223,30720651,30721651,30721668,30722727,30723375,30723890,30724263,30724321,30725682,30726290,3072717', 'assoc_port': '30589034:30589143,30590639:30590672,30590640:30590690,30591564:30591710,30591565:30591719,30592446:30592560,30594820:30595238,30594832:30595034,30595730:30595847,30595999:30596290,30598329:30598433,30598609:30598693,30598617:30601681,30598951:30598989,30599177:30599246,30606399:30606609,30606828:30607070,30607877:30608006,30607884:30607944,30609185:30611524,30609199:30609457,30610949:30611754,30612256:30612481,30612739:30612944,30612745:30612930,30618812:30618977,30619329:30619541,30620242:30620344,30621578:30621903,30621588:30623736,30622905:30623139,30622989:30623089,30623745:30624080,30625963:30626180,30628388:30628576,30628832:30629321,30628858:30629219,30628869:30628985,30628872:30628965,30642795:30643283,30642811:30643037,30642821:30647013,30643845:30643966,30645323:30645454,30646532:30646724,30647576:30647647,30649848:30652451,30649862:30649989,30652140:30652468,30652157:30652411,30652176:30652286,30653103:30653559,30659029:30659261,30659641:30660229,30659648:30661113,30659658:30661073,30660618:3066069', 'assoc_mat': '30589034:pet_opaque:4200:30589143,30590639:pet_opaque:4200:30590672,30590640:pet_opaque:4200:30590690,30591564:pet_opaque:4200:30591710,30591565:pet_opaque:4200:30591719,30592446:pet_opaque:4200:30592560,30594820:pet_opaque:4200:30595238,30594832:pet_opaque:4200:30595034,30595730:pet_opaque:4200:30595847,30595999:pet_opaque:4200:30596290,30598329:pet_opaque:4200:30598433,30598609:pet_opaque:4200:30598693,30598617:pet_opaque:4200:30601681,30598951:pet_opaque:4200:30598989,30599177:pet_opaque:4200:30599246,30606399:pet_opaque:4200:30606609,30606828:pet_opaque:4200:30607070,30607877:pet_opaque:4200:30608006,30607884:pet_opaque:4200:30607944,30609185:pet_opaque:4200:30611524,30609199:pet_opaque:4200:30609457,30610949:pet_opaque:4200:30611754,30612256:pet_opaque:4200:30612481,30612739:pet_opaque:4200:30612944,30612745:pet_opaque:4200:30612930,30618812:pet_opaque:4200:30618977,30619329:pet_opaque:4200:30619541,30620242:pet_opaque:4200:30620344,30621578:pet_opaque:4200:30621903,30621588:pet_opaque:4200:30623736,3062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007415061923855886, 'nb_photo': 340, 'list_port_cont': '30590845,30595007,30595093,30599102,30609507,30610729,30612543,30616211,30620208,30621885,30623200,30629291,30639154,30643059,30646878,30650742,30653674,30660480,30661681,30661877,30666851,30691878,30692303,30692377,30693438,30694665,30701852,30703172,30710047,30710981,30717304,30722271,30723898,30723930,30724385,30724932,30725777,30725798,30727743,30738466,30770091,30770973,30780771,30782888,30785326,30789681,30795369,30795963,30798733,30799625,30801345,30807231,30808625,30809660,30810481,30812011,30815167,30815929,30819977,30820376,30820889,30827494,30827520,30828516,30833804,30850308,30852717,30856547,30859943,30859995,30861196,30861219,30861263,30861339,30861382,30861556,30861569,30863912,30864599,30866150,30866171,30873681,30873788,30874779,30875373,30877016,30878668,30881198,30881537,30886630', 'assoc_port': '30590646:30590845,30594791:30595007,30594835:30595093,30598956:30599102,30609192:30609507,30610467:30610729,30612295:30612543,30615492:30616211,30619912:30620208,30621587:30621885,30622992:30623200,30628835:30629291,30638945:30639154,30642827:30643059,30646535:30646878,30650439:30650742,30652165:30653674,30659642:30661681,30660278:30660480,30661742:30661877,30666722:30666851,30691692:30691878,30692288:30692303,30692289:30692377,30693199:30693438,30694604:30694665,30701682:30701852,30703021:30703172,30709801:30710047,30710836:30710981,30716925:30717304,30721604:30722271,30723827:30723898,30723828:30723930,30724085:30724385,30724754:30724932,30725591:30725777,30725598:30725798,30727649:30727743,30738354:30738466,30769897:30770091,30770717:30770973,30780580:30780771,30782760:30782888,30785185:30785326,30786233:30789681,30794742:30795369,30795766:30795963,30798185:30798733,30799463:30799625,30800661:30801345,30807062:30807231,30808487:30808625,30809633:30809660,30809645:30810481,30811812:30812011,30813476:3081592', 'assoc_mat': '30590646:pet_opaque:4209:30590845,30594791:pet_opaque:4209:30595007,30594835:pet_opaque:4209:30595093,30598956:pet_opaque:4209:30599102,30609192:pet_opaque:4209:30609507,30610467:pet_opaque:4209:30610729,30612295:pet_opaque:4209:30612543,30615492:pet_opaque:4209:30616211,30619912:pet_opaque:4209:30620208,30621587:pet_opaque:4209:30621885,30622992:pet_opaque:4209:30623200,30628835:pet_opaque:4209:30629291,30638945:pet_opaque:4209:30639154,30642827:pet_opaque:4209:30643059,30646535:pet_opaque:4209:30646878,30650439:pet_opaque:4209:30650742,30652165:pet_opaque:4209:30653674,30659642:pet_opaque:4209:30661681,30660278:pet_opaque:4209:30660480,30661742:pet_opaque:4209:30661877,30666722:pet_opaque:4209:30666851,30691692:pet_opaque:4209:30691878,30692288:pet_opaque:4209:30692303,30692289:pet_opaque:4209:30692377,30693199:pet_opaque:4209:30693438,30694604:pet_opaque:4209:30694665,30701682:pet_opaque:4209:30701852,30703021:pet_opaque:4209:30703172,30709801:pet_opaque:4209:30710047,30710836:pet_opaque:4209:30710981,3071'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003827650031049561, 'nb_photo': 6285, 'list_port_cont': '30589599,30590799,30590829,30592599,30595063,30595249,30595292,30595451,30595885,30596561,30598474,30598797,30600393,30601501,30606664,30606675,30608027,30609577,30610734,30613038,30613400,30616347,30616561,30619597,30620084,30621778,30621915,30622033,30623270,30624578,30625681,30626616,30628632,30629281,30629534,30640343,30643012,30643104,30643124,30644059,30645709,30646916,30647680,30648043,30650075,30650113,30651692,30653087,30653778,30656024,30659219,30659880,30659900,30660510,30660769,30661377,30661885,30662744,30662804,30663958,30667061,30690926,30690952,30691078,30691178,30691903,30691949,30692001,30692463,30692485,30692506,30692993,30694021,30694045,30694476,30694520,30695342,30695395,30698092,30698447,30698919,30698930,30699087,30700241,30700463,30700765,30700778,30701972,30702878,30702926,30702955,30704095,30704345,30705377,30707749,30708321,30708343,30709429,30709445,30710632,30710994,30711016,30712674,30712742,30713034,30713859,30714926,30719470,30720524,30720551,30721810,30721815,30722777,3072278', 'assoc_port': '30589032:30589599,30590638:30590829,30590648:30590799,30592445:30592599,30594761:30595063,30594794:30595451,30594826:30595292,30594830:30595249,30595732:30595885,30596000:30596561,30598331:30598474,30598615:30598797,30599916:30600393,30601360:30601501,30606396:30606675,30606405:30606664,30607881:30608027,30609189:30609577,30610481:30610734,30610942:30613400,30612298:30616347,30612740:30613038,30612744:30616561,30619330:30619597,30619915:30620084,30621576:30622033,30621584:30621915,30621590:30621778,30622906:30623270,30622948:30625681,30624349:30624578,30625962:30626616,30628395:30628632,30628830:30629534,30628859:30629281,30639891:30640343,30642806:30643124,30642816:30643104,30642828:30643012,30643827:30644059,30645322:30645709,30646527:30646916,30647575:30647680,30647880:30648043,30649850:30650113,30649884:30650075,30651380:30651692,30652166:30653087,30652181:30656024,30653104:30653778,30659037:30659219,30659638:30659900,30659647:30659880,30659654:30661377,30660274:30660510,30660621:30660769,30661740:3066188', 'assoc_mat': '30589032:pet_opaque:4211:30589599,30590638:pet_opaque:4211:30590829,30590648:pet_opaque:4211:30590799,30592445:pet_opaque:4211:30592599,30594761:pet_opaque:4211:30595063,30594794:pet_opaque:4211:30595451,30594826:pet_opaque:4211:30595292,30594830:pet_opaque:4211:30595249,30595732:pet_opaque:4211:30595885,30596000:pet_opaque:4211:30596561,30598331:pet_opaque:4211:30598474,30598615:pet_opaque:4211:30598797,30599916:pet_opaque:4211:30600393,30601360:pet_opaque:4211:30601501,30606396:pet_opaque:4211:30606675,30606405:pet_opaque:4211:30606664,30607881:pet_opaque:4211:30608027,30609189:pet_opaque:4211:30609577,30610481:pet_opaque:4211:30610734,30610942:pet_opaque:4211:30613400,30612298:pet_opaque:4211:30616347,30612740:pet_opaque:4211:30613038,30612744:pet_opaque:4211:30616561,30619330:pet_opaque:4211:30619597,30619915:pet_opaque:4211:30620084,30621576:pet_opaque:4211:30622033,30621584:pet_opaque:4211:30621915,30621590:pet_opaque:4211:30621778,30622906:pet_opaque:4211:30623270,30622948:pet_opaque:4211:30625681,3062'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006404401284085454, 'nb_photo': 1364, 'list_port_cont': '30589077,30594980,30595830,30601438,30605129,30606980,30610596,30612411,30615786,30618885,30620742,30623017,30624500,30625541,30628919,30629008,30646606,30649223,30650654,30652367,30653507,30658063,30660396,30661776,30661803,30666756,30666832,30666914,30690816,30692334,30692913,30694365,30695350,30698429,30700152,30700358,30700370,30702571,30704006,30710078,30710929,30710933,30716575,30717064,30717233,30720509,30723290,30723841,30726300,30726508,30729340,30737000,30737094,30737221,30738412,30740730,30742825,30769172,30770823,30772739,30773704,30781887,30782813,30783487,30786264,30786304,30793198,30796949,30797670,30797676,30799899,30800717,30807118,30808387,30809725,30810401,30811877,30813536,30814080,30818521,30819961,30824609,30827346,30827439,30828376,30851223,30853387,30859795,30859810,30859819,30859867,30859915,30861128,30861156,30861334,30861389,30861419,30862132,30865939,30865973,30867248,30873592,30877081,30878539,30881052,30881116', 'assoc_port': '30589036:30589077,30594793:30595830,30594831:30594980,30601354:30601438,30605112:30605129,30606832:30606980,30610471:30610596,30610483:30612411,30615491:30615786,30618814:30618885,30620569:30620742,30622909:30624500,30622951:30623017,30625485:30625541,30628857:30629008,30628868:30628919,30646530:30646606,30649154:30649223,30650436:30650654,30652148:30652367,30652168:30653507,30658013:30658063,30660275:30660396,30661731:30661803,30661741:30661776,30666710:30666914,30666712:30666832,30666718:30666756,30690726:30690816,30692287:30692334,30692849:30692913,30694350:30694365,30695302:30695350,30698407:30698429,30700038:30700152,30700326:30700370,30700327:30700358,30701677:30702571,30703949:30704006,30709798:30710078,30710833:30710933,30710841:30710929,30716568:30716575,30716915:30717233,30716921:30717064,30720436:30720509,30722578:30723290,30723832:30723841,30725596:30726300,30726459:30726508,30727238:30729340,30736976:30737221,30736984:30737094,30736994:30737000,30738355:30738412,30739570:30740730,30741941:3074282', 'assoc_mat': '30589036:plastique:3726:30589077,30594793:plastique:3726:30595830,30594831:plastique:3726:30594980,30601354:plastique:3726:30601438,30605112:plastique:3726:30605129,30606832:plastique:3726:30606980,30610471:plastique:3726:30610596,30610483:plastique:3726:30612411,30615491:plastique:3726:30615786,30618814:plastique:3726:30618885,30620569:plastique:3726:30620742,30622909:plastique:3726:30624500,30622951:plastique:3726:30623017,30625485:plastique:3726:30625541,30628857:plastique:3726:30629008,30628868:plastique:3726:30628919,30646530:plastique:3726:30646606,30649154:plastique:3726:30649223,30650436:plastique:3726:30650654,30652148:plastique:3726:30652367,30652168:plastique:3726:30653507,30658013:plastique:3726:30658063,30660275:plastique:3726:30660396,30661731:plastique:3726:30661803,30661741:plastique:3726:30661776,30666710:plastique:3726:30666914,30666712:plastique:3726:30666832,30666718:plastique:3726:30666756,30690726:plastique:3726:30690816,30692287:plastique:3726:30692334,30692849:plastique:3726:30692913,3'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00670509435302798, 'nb_photo': 2492, 'list_port_cont': '30589076,30594984,30595828,30601446,30605137,30606978,30610603,30612404,30615789,30618886,30620739,30623021,30624495,30625534,30628925,30629010,30646611,30649217,30650650,30652362,30653498,30660392,30661772,30661802,30666753,30666833,30666913,30690819,30692342,30692911,30694370,30695354,30698433,30700154,30700357,30700362,30702573,30704015,30710077,30710928,30710937,30716577,30717062,30717239,30720507,30723289,30723843,30726303,30726509,30729346,30737003,30737090,30737214,30738413,30740729,30742832,30769165,30770831,30772730,30773701,30781885,30782818,30783491,30786271,30786305,30793201,30796945,30797662,30797686,30799893,30800712,30807114,30808391,30809722,30810399,30811876,30813535,30814075,30818528,30819957,30824615,30827351,30827433,30828372,30849675,30851222,30852617,30853392,30859802,30859809,30859827,30859869,30859912,30861133,30861158,30861247,30861393,30861425,30862139,30865942,30865968,30867254,30873600,30877083,30878533,30881050,30881110', 'assoc_port': '30589036:30589076,30594793:30595828,30594831:30594984,30601354:30601446,30605112:30605137,30606832:30606978,30610471:30610603,30610483:30612404,30615491:30615789,30618814:30618886,30620569:30620739,30622909:30624495,30622951:30623021,30625485:30625534,30628857:30629010,30628868:30628925,30646530:30646611,30649154:30649217,30650436:30650650,30652148:30652362,30652168:30653498,30660275:30660392,30661731:30661802,30661741:30661772,30666710:30666913,30666712:30666833,30666718:30666753,30690726:30690819,30692287:30692342,30692849:30692911,30694350:30694370,30695302:30695354,30698407:30698433,30700038:30700154,30700326:30700362,30700327:30700357,30701677:30702573,30703949:30704015,30709798:30710077,30710833:30710937,30710841:30710928,30716568:30716577,30716915:30717239,30716921:30717062,30720436:30720507,30722578:30723289,30723832:30723843,30725596:30726303,30726459:30726509,30727238:30729346,30736976:30737214,30736984:30737090,30736994:30737003,30738355:30738413,30739570:30740729,30741941:30742832,30769116:3076916', 'assoc_mat': '30589036:Teint_Dans_La_Masse:3726:30589076,30594793:Teint_Dans_La_Masse:3726:30595828,30594831:Teint_Dans_La_Masse:3726:30594984,30601354:Teint_Dans_La_Masse:3726:30601446,30605112:Teint_Dans_La_Masse:3726:30605137,30606832:Teint_Dans_La_Masse:3726:30606978,30610471:Teint_Dans_La_Masse:3726:30610603,30610483:Teint_Dans_La_Masse:3726:30612404,30615491:Teint_Dans_La_Masse:3726:30615789,30618814:Teint_Dans_La_Masse:3726:30618886,30620569:Teint_Dans_La_Masse:3726:30620739,30622909:Teint_Dans_La_Masse:3726:30624495,30622951:Teint_Dans_La_Masse:3726:30623021,30625485:Teint_Dans_La_Masse:3726:30625534,30628857:Teint_Dans_La_Masse:3726:30629010,30628868:Teint_Dans_La_Masse:3726:30628925,30646530:Teint_Dans_La_Masse:3726:30646611,30649154:Teint_Dans_La_Masse:3726:30649217,30650436:Teint_Dans_La_Masse:3726:30650650,30652148:Teint_Dans_La_Masse:3726:30652362,30652168:Teint_Dans_La_Masse:3726:30653498,30660275:Teint_Dans_La_Masse:3726:30660392,30661731:Teint_Dans_La_Masse:3726:30661802,30661741:Teint_Dans_La_Masse:3726:3'}) select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(2935278,2936866,2938542,2941213,2943886,2944892,2945905,2945947,2946695,2947719,2949142,2950501,2951925,2952891,2953670,2955219,2956723,2958331,2959970,2962018,2962998,2963773,2965432,2966951,2968506,2968979,2969730,2970820,2971018,2971704,2972085)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842257, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590892,30590906,30591844,30592757,30593930,30595423,30595601,30596730,30598555,30599130,30601516,30601653,30601739,30606742,30607195,30607229,30607243,30608131,30608342,30610785,30610810,30610936,30611167,30612566,30612590,30612676,30612891,30616296,30616369,30619013,30619648,30620111,30620802,30621938,30621983,30623249,30623808,30624737,30625806,30626301,30628764,30629311,30629414,30629482,30643229,30643239,30644146,30644179,30645801,30645902,30647715,30647752,30649165,30650841,30651320,30652695,30654341,30654357,30659247,30659929,30659960,30659975,30660549,30660824,30660906,30660933,30661976,30667011,30667029,30667051,30690412,30690427,30690999,30691145,30691211,30691921,30691958,30692020,30692796,30693054,30693172,30694107,30694543,30694916,30695442,30699444,30699459,30699480,30699813,30700486,30700800,30700826,30702073,30703249,30703281,30703398,30704166,30704196,30707769,30707906,30708384,30708674,30709543,30710653,30710671,30711883,30712748,30712836,30712910,30712981,30714113,30714386,30717536,3072061 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842258, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30666976,30699068,30701841,30704113,30717284,30722806,30740653,30742537,30770797,30770984,30772891,30773934,30786528,30788709 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842259, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589086,30594988,30595835,30601442,30605128,30606976,30610585,30612414,30615795,30618878,30620747,30623012,30624496,30625540,30628928,30629003,30646616,30649222,30650651,30652368,30653501,30658061,30659685,30660402,30661774,30661796,30666751,30666828,30666911,30668646,30690810,30692339,30692904,30694367,30695356,30698436,30700146,30700351,30700363,30702563,30704011,30710079,30710926,30710941,30716570,30717070,30717235,30720511,30723287,30723839,30726304,30726503,30729339,30737009,30737091,30737215,30738411,30740722,30742833,30769163,30770827,30772728,30773710,30781892,30782812,30783485,30786268,30786310,30793196,30796947,30797664,30797683,30799892,30800719,30807115,30808383,30809727,30810405,30811882,30813530,30814078,30818531,30819960,30824612,30827353,30827431,30828368,30849684,30851220,30852615,30853394,30859798,30859805,30859830,30859872,30861131,30861161,30861252,30861330,30861388,30861422,30862137,30865943,30865964,30867250,30873601,30877089,30878541,30881045,30881111 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842260, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590888,30590899,30591838,30592749,30593926,30595424,30595598,30596727,30598560,30599125,30601525,30601649,30601742,30606745,30607190,30607227,30607239,30608132,30608340,30610783,30610816,30610934,30611172,30612572,30612580,30612680,30612887,30616301,30616376,30619017,30619656,30620117,30620805,30621942,30621984,30623252,30623804,30624732,30625803,30626304,30628754,30629306,30629411,30629490,30643226,30643236,30644147,30644180,30645800,30645894,30647711,30647757,30649159,30650832,30651308,30652696,30654336,30654361,30659242,30659941,30659953,30660553,30660815,30660918,30660928,30661971,30667007,30667019,30667046,30690407,30690435,30691000,30691150,30691161,30691213,30691927,30691956,30692022,30692805,30693053,30693169,30694102,30694536,30694908,30695438,30699447,30699454,30699478,30699817,30700474,30700799,30700828,30702074,30703240,30703275,30703396,30704169,30704185,30707775,30707899,30708381,30708673,30709542,30710645,30710670,30711885,30712752,30712840,30712911,30712987,30714114,30714396,30717545,3072062 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842261, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592723,30593817,30598637,30599044,30610667,30612792,30621641,30623603,30633660,30646732,30651506,30660656,30661051,30662634,30691808,30693969,30700210,30700386,30700694,30702830,30703099,30708225,30711360,30712660,30714272,30722642,30726251,30737065,30740504,30743135,30767382,30767471,30770897,30780437,30783577,30787086,30793377,30795902,30799926,30807187,30811955,30813642,30814057,30820843,30831491,30852733,30861301,30861507,30863646,30868145,30874321,30877133 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842262, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591924,30595538,30597482,30598814,30599382,30608769,30611326,30622044,30623464,30628844,30629372,30643384,30647966,30648968,30650217,30651847,30659289,30661929,30664028,30666978,30691462,30692596,30693030,30694566,30694685,30698512,30699878,30702139,30703234,30707577,30709243,30717627,30717656,30720752,30722819,30725959,30727678,30737706,30739966,30742387,30767666,30769304,30774064,30781981,30785500,30787495,30794680,30797305,30799834,30801384,30807937,30812097,30815304,30818187,30820184,30825444,30828622,30849753,30853052,30856004,30862563,30866294,30868474,30869147,30874833,30879257,30879515,30881239,30886678 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842263, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589099,30590717,30591366,30594943,30594962,30595020,30595058,30595144,30595165,30595175,30595261,30595769,30596229,30598396,30598970,30599012,30601405,30601435,30606937,30606966,30607095,30610560,30610599,30610649,30612402,30612421,30612489,30615841,30615963,30615979,30618854,30619401,30619982,30620658,30621658,30621692,30621698,30621765,30623028,30623049,30623586,30624428,30625567,30626104,30626134,30628493,30628942,30629088,30639003,30642861,30642920,30642987,30643083,30643908,30643929,30645478,30646699,30647606,30647924,30649241,30650559,30650627,30651215,30651400,30652258,30652434,30653290,30655969,30658449,30659706,30659723,30659781,30659821,30660406,30660431,30661654,30661794,30661851,30662135,30663943,30666737,30666760,30666864,30690294,30690792,30690822,30690838,30691065,30691118,30691377,30691733,30691753,30691842,30692324,30692351,30692364,30692971,30693248,30693900,30694383,30694411,30694790,30695304,30698072,30698419,30699361,30699381,30699617,30700334,30700666,30700685,30701746,30703031,3070306 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842264, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30596484,30619496,30621721,30629016,30642897,30643159,30645502,30649262,30649306,30652331,30652382,30653624,30660439,30690898,30691854,30698108,30700425,30703120,30707687,30717160,30721684,30724329,30725706,30729511,30741514,30741550,30767431,30770742,30770843,30775877,30779822,30794845,30800795,30807696,30808834,30811974,30812605,30814144,30824720,30827302,30828436,30861455,30861529,30861986,30866105,30867283,30878607,30879199,30886413,30891631 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842265, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589144,30590674,30590689,30591706,30591715,30592573,30595035,30595225,30595851,30596287,30598425,30598696,30598990,30599250,30601677,30606611,30607075,30607946,30608015,30609453,30611538,30611761,30612469,30612934,30612946,30618982,30619531,30620336,30621905,30623087,30623135,30623735,30624086,30626174,30628578,30628974,30628986,30629215,30629332,30643054,30643282,30643963,30645451,30646718,30647018,30647643,30649999,30652284,30652415,30652448,30652472,30653548,30659267,30660220,30660706,30661064,30661114,30661830,30662592,30662724,30663902,30690321,30691103,30691433,30691826,30692401,30692456,30692869,30692874,30692942,30693013,30693956,30694497,30694623,30694804,30698300,30698869,30698969,30699645,30699826,30700165,30700723,30701801,30701931,30702792,30702862,30704066,30704610,30707664,30707717,30708213,30709904,30710100,30710948,30711236,30711405,30712579,30712644,30712692,30713791,30714857,30717214,30720647,30721653,30721665,30722725,30723373,30723886,30724250,30724317,30725684,30726298,30727181,3072754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842266, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590841,30594998,30595091,30599094,30609517,30610719,30616218,30620204,30621879,30623196,30629300,30639155,30643057,30646874,30650737,30653680,30660485,30661683,30661873,30663041,30691883,30692308,30692375,30693429,30694668,30701845,30703164,30710052,30710975,30717294,30722270,30723897,30723920,30724395,30724936,30725781,30725809,30727741,30738457,30767425,30770096,30770975,30780780,30782895,30786412,30789676,30795366,30795971,30798737,30799617,30801348,30807240,30808631,30809663,30810488,30812008,30815166,30819972,30820379,30820881,30827501,30827510,30828511,30833807,30850307,30852724,30856550,30859836,30861193,30861222,30861272,30861343,30861559,30861578,30863918,30864596,30866152,30866173,30873793,30874781,30875361,30877025,30878663,30881189,30881523,30886633 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842267, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589610,30590809,30590830,30592595,30595064,30595246,30595285,30595454,30595887,30596568,30598481,30598800,30600395,30601500,30606668,30606672,30608039,30609584,30610747,30613050,30613396,30616351,30616560,30619587,30620072,30621777,30621917,30622021,30623266,30624582,30625691,30626605,30628623,30629270,30629529,30640346,30643015,30643111,30643135,30644053,30645706,30646917,30647682,30648031,30650077,30650125,30651686,30653078,30653775,30656027,30659205,30659874,30659889,30660516,30660766,30661380,30661891,30662756,30662801,30663963,30667066,30690929,30690949,30691090,30691187,30691918,30691947,30692002,30692458,30692490,30692505,30693000,30694024,30694043,30694474,30694513,30695339,30695394,30698084,30698453,30698912,30698928,30699080,30700244,30700470,30700761,30700774,30701970,30702875,30702939,30702941,30704108,30704333,30705369,30707750,30708315,30708353,30709437,30709460,30710622,30711000,30711020,30712676,30712740,30713032,30713857,30714941,30719472,30720522,30720547,30721795,30721824,30722761,3072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842268, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590886,30590898,30591837,30592760,30593928,30595414,30595603,30596732,30598566,30599132,30601526,30601643,30601730,30606749,30607196,30607223,30607237,30608127,30608350,30610780,30610811,30610933,30611173,30612570,30612584,30612682,30612886,30616308,30616363,30619011,30619653,30620113,30620794,30621932,30621981,30623803,30624730,30625809,30626309,30628758,30629415,30629478,30643220,30643241,30644144,30644181,30645802,30645898,30647717,30647754,30649169,30650835,30651317,30652698,30654345,30654352,30659244,30659930,30659964,30659972,30660542,30660821,30660919,30661968,30667012,30667025,30667053,30690405,30690431,30690995,30691155,30691160,30691205,30691931,30691955,30692024,30692804,30693051,30693165,30694094,30694540,30694918,30695447,30699440,30699462,30699468,30699815,30700479,30700797,30700833,30702083,30703246,30703277,30703402,30704163,30704184,30707771,30707909,30708382,30708672,30709550,30710652,30710666,30711878,30712757,30712847,30712920,30712986,30714110,30714385,30717541,30720616,30721898,3072190 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842269, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592718,30593815,30598635,30610660,30612793,30621646,30623604,30633671,30646742,30651534,30661047,30662623,30691806,30693970,30700216,30700379,30702832,30703103,30708226,30711363,30712666,30714298,30722640,30726255,30737055,30740495,30743137,30767385,30767463,30770888,30780435,30783582,30787087,30793373,30795891,30799932,30807181,30811947,30813650,30814068,30820829,30831490,30852734,30861303,30861499,30863643,30868142,30874315,30877130 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842270, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591931,30595545,30597471,30598817,30599384,30608758,30611319,30622051,30623466,30628851,30629374,30643391,30647951,30648962,30650226,30651836,30659278,30661924,30664018,30666982,30691467,30692598,30693034,30694574,30694673,30698522,30699879,30702138,30703221,30707576,30709246,30717613,30717649,30720742,30722825,30725966,30727675,30737712,30739963,30742396,30767664,30769303,30774069,30781984,30785507,30787491,30794683,30797315,30799840,30801392,30807941,30812085,30815303,30818195,30820185,30825454,30828614,30849750,30853058,30856000,30862570,30866292,30868475,30869149,30874820,30879265,30879520,30881232,30886689 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842271, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590722,30591359,30594941,30594964,30595016,30595060,30595148,30595159,30595176,30595268,30595762,30596222,30598357,30598408,30598968,30599018,30601427,30606931,30606957,30607087,30610528,30610569,30610584,30610658,30611038,30612346,30612372,30612392,30612431,30612492,30615845,30615959,30615993,30618865,30619400,30619971,30620662,30621669,30621687,30621713,30621749,30623026,30623054,30623587,30624433,30625569,30626094,30626138,30628496,30628948,30629098,30639002,30642862,30642930,30642997,30643096,30643918,30643920,30645473,30646703,30647593,30647615,30647928,30649237,30650565,30650637,30651210,30651407,30651423,30652261,30652316,30652437,30653301,30658435,30659709,30659721,30659775,30659819,30660403,30660426,30661663,30661784,30661853,30662123,30663942,30666734,30666762,30666811,30666861,30690293,30690793,30690827,30690837,30691059,30691132,30691378,30691729,30691754,30691851,30692323,30692349,30692368,30692957,30692969,30693247,30693909,30694394,30694401,30695305,30698074,30698417,30699057,30699371,3069939 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842272, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595100,30595200,30595360,30595788,30596480,30598370,30598438,30599063,30601455,30607113,30610684,30610824,30612446,30612513,30616074,30619508,30620720,30621724,30623079,30623156,30625630,30626198,30629015,30629133,30642891,30642944,30643155,30645495,30649271,30649295,30650667,30652328,30652378,30653630,30659733,30659797,30659843,30660441,30666790,30666874,30666934,30690857,30690897,30691775,30691862,30692424,30692898,30693989,30694448,30694843,30698113,30699406,30700405,30700431,30700727,30701865,30702905,30703125,30704018,30704973,30707692,30708285,30710122,30710162,30717151,30717331,30717381,30717492,30717564,30721689,30721862,30722686,30723935,30724332,30724509,30725697,30725738,30729504,30732241,30736065,30736142,30737111,30737825,30741506,30741551,30742034,30744359,30766598,30767440,30767768,30769213,30770730,30770853,30771251,30775879,30775957,30779813,30780199,30782455,30786322,30786378,30786486,30787110,30788542,30794812,30794842,30795838,30796992,30798053,30799577,30799960,30800765,30800793,3080727 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842273, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589140,30590668,30590696,30591697,30591718,30592566,30595040,30595228,30595854,30596283,30598430,30598710,30598996,30599256,30601678,30606608,30607074,30607945,30608017,30609452,30611530,30611767,30612480,30612940,30612956,30618981,30619538,30620338,30621896,30623093,30623129,30623733,30624083,30626190,30628584,30628968,30628983,30629218,30629320,30643048,30643285,30643971,30645444,30646722,30647016,30647636,30649987,30652290,30652419,30652456,30652482,30653553,30659264,30660221,30660690,30661069,30661116,30661832,30662591,30662713,30663915,30690310,30691107,30691441,30691827,30692403,30692448,30692859,30692880,30692945,30693018,30693964,30694501,30694628,30694803,30698290,30698868,30698966,30699641,30699831,30700164,30700712,30701813,30701937,30702802,30702863,30704075,30704606,30707668,30707725,30708207,30709916,30710091,30710954,30711244,30711399,30712567,30712635,30712706,30713782,30714847,30717217,30720645,30721656,30721659,30722714,30723377,30723896,30724255,30724316,30725689,30726295,30727180,3072754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842274, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590855,30595006,30595105,30599096,30609511,30610732,30612548,30616215,30620211,30623199,30629296,30639144,30643047,30646873,30650738,30653672,30660478,30661678,30661871,30663031,30663066,30666844,30691884,30692387,30693436,30694663,30701854,30710048,30717295,30722276,30723926,30724392,30724931,30725773,30725796,30727744,30738460,30770086,30770966,30780766,30782886,30785324,30786403,30789673,30795378,30795961,30798730,30799621,30801343,30807244,30808626,30809661,30810482,30812010,30815169,30815935,30819970,30820372,30820892,30827498,30827517,30828517,30833814,30850309,30852711,30856536,30859839,30861268,30861383,30861552,30861571,30863917,30864604,30866156,30866168,30873672,30873787,30874789,30875376,30877027,30878667,30881197,30881522,30886629 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842275, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589595,30590798,30590831,30592592,30595079,30595257,30595286,30595445,30595886,30596563,30598470,30598803,30600397,30601486,30606667,30606677,30608025,30609576,30610742,30613042,30613386,30616352,30619590,30620075,30621771,30621911,30622030,30623265,30624591,30625690,30626609,30628618,30629278,30629524,30640337,30643028,30643114,30643136,30644054,30645715,30646922,30647671,30648047,30650067,30650119,30651689,30653081,30653763,30656035,30659206,30659879,30659899,30660499,30660761,30661376,30661889,30662752,30662811,30663967,30667063,30690933,30690955,30691088,30691184,30691905,30691936,30691999,30692467,30692486,30692508,30692986,30694022,30694044,30694472,30694510,30695348,30695404,30698085,30698460,30698916,30698939,30699084,30700247,30700455,30700763,30700786,30701978,30702889,30702930,30702945,30704100,30704331,30705364,30707751,30708324,30708342,30709430,30709448,30710633,30710991,30711009,30712677,30712730,30713037,30713867,30714940,30719475,30720527,30720539,30721798,30721817,30722763,30722784,3072364 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842276, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590894,30590904,30591833,30592753,30593920,30595422,30595596,30596719,30598565,30599133,30601518,30601646,30601738,30606750,30607187,30607218,30607240,30608125,30608348,30610782,30610814,30610929,30611174,30612560,30612583,30612679,30612879,30616307,30616368,30619012,30619650,30620108,30620801,30621931,30621973,30623239,30623807,30624741,30625811,30626305,30628766,30629313,30629407,30629483,30643219,30643247,30644151,30644177,30645806,30645904,30647712,30647763,30649160,30650834,30651316,30652705,30654343,30654349,30659243,30659934,30659956,30659973,30660543,30660825,30660914,30660921,30661975,30667010,30667022,30667043,30690402,30690436,30690987,30691151,30691164,30691212,30691924,30691963,30692021,30692799,30693047,30693167,30694095,30694545,30694915,30695439,30699443,30699460,30699474,30699814,30700477,30700796,30700825,30702080,30703242,30703285,30703399,30704162,30704192,30707777,30707902,30708390,30708664,30709539,30710648,30710668,30711880,30712749,30712832,30712908,30712982,30714115,30714393,3071753 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842277, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30666972,30691812,30699071,30700234,30701836,30704109,30717280,30722805,30740649,30742541,30770796,30770979,30772898,30773936,30786519,30788712 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842278, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589078,30594983,30595826,30601445,30605135,30606979,30610600,30612405,30615785,30618882,30620741,30623019,30624501,30625536,30628918,30629001,30646612,30649213,30650652,30652365,30653500,30659688,30660393,30661778,30661795,30666757,30666826,30666906,30668639,30690815,30692331,30692908,30694369,30695352,30698431,30700151,30700354,30700367,30702567,30704007,30710085,30710930,30710934,30717063,30717237,30720502,30723283,30723845,30726302,30726502,30729344,30737007,30737096,30737222,30738415,30740725,30742824,30769164,30770829,30772734,30773698,30781883,30782816,30783492,30786269,30786312,30793207,30796944,30797668,30797680,30799898,30800721,30807112,30808384,30809728,30810403,30811885,30813528,30814079,30818532,30819966,30824614,30827345,30827432,30828367,30849681,30851224,30852622,30853388,30859796,30859825,30859866,30861127,30861250,30861325,30861395,30861423,30862133,30865945,30865963,30867255,30873602,30877087,30878534,30881044,30881107 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842279, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589088,30594981,30595833,30601443,30605138,30606973,30610581,30612410,30615794,30618884,30620740,30623020,30624494,30625537,30628926,30629009,30646617,30649214,30650643,30652359,30653502,30658066,30659682,30660397,30661768,30661806,30666758,30666827,30666910,30668645,30690812,30692335,30692907,30694366,30695355,30698438,30700149,30700348,30700360,30702565,30704008,30710082,30710923,30710932,30716573,30717073,30717238,30720504,30723292,30723837,30726308,30726506,30729341,30737004,30737099,30737217,30738409,30740721,30742826,30769174,30770832,30772736,30773700,30781894,30782811,30783496,30786274,30786308,30793205,30796951,30797669,30797677,30799896,30800720,30807119,30808390,30809717,30810404,30811878,30813529,30814082,30818530,30819955,30824616,30827352,30827438,30828370,30849683,30851219,30852613,30853385,30859797,30859812,30859824,30859865,30859909,30861125,30861163,30861249,30861327,30861385,30861415,30862131,30865938,30865966,30867253,30873599,30877084,30878536,30881051,30881118 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842280, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589079,30594989,30595827,30601444,30605130,30606969,30610583,30612408,30615787,30618877,30620745,30623013,30624499,30625538,30628924,30629006,30646608,30649215,30650647,30652360,30653506,30658056,30659683,30660401,30661769,30661800,30666748,30666836,30666905,30668640,30690814,30692332,30692903,30694368,30695361,30698430,30700147,30700350,30700361,30702564,30704014,30710075,30710924,30710935,30716569,30717067,30717232,30720505,30723288,30723835,30726309,30726504,30729342,30736998,30737089,30737219,30738414,30740727,30742828,30769166,30770825,30772732,30773708,30781886,30782809,30783493,30786270,30786315,30793202,30796952,30797666,30797684,30799895,30800714,30807111,30808386,30809720,30810407,30811886,30813531,30814076,30818527,30819965,30824617,30827354,30827436,30828366,30849673,30851221,30852616,30853390,30859794,30859804,30859828,30859873,30861124,30861154,30861257,30861329,30861396,30861418,30862141,30865935,30865969,30867258,30873597,30877085,30878540,30881047,30881115 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842281, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592726,30593818,30598629,30599039,30610665,30612787,30621647,30623606,30633670,30646734,30651515,30660670,30661045,30662626,30693979,30700371,30700693,30702835,30703100,30708232,30711369,30712656,30714271,30722631,30726263,30737054,30740508,30743134,30767377,30767467,30770895,30780444,30783588,30787083,30793374,30795901,30799940,30807190,30811958,30813640,30814059,30820835,30831485,30852731,30861294,30861513,30863640,30868151,30874317,30877129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842282, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591922,30595546,30597484,30599389,30608763,30611316,30622050,30623455,30628845,30643378,30648964,30650220,30651848,30659284,30661918,30664025,30691469,30692591,30693037,30694565,30694684,30698524,30699880,30702130,30703231,30707578,30717615,30717643,30720749,30722830,30725958,30727680,30737709,30739960,30742394,30767667,30769299,30774045,30781980,30785501,30787504,30794675,30797318,30799830,30801390,30807940,30812086,30815314,30818196,30820187,30825446,30828618,30849747,30853048,30855998,30862569,30866299,30868468,30869140,30874826,30879266,30879511,30881234,30886688 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842283, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591361,30594940,30595272,30598346,30598979,30599026,30601432,30606954,30607092,30610565,30610648,30612429,30615973,30615980,30620659,30621661,30621753,30623031,30623577,30626105,30626128,30628944,30639009,30642850,30642993,30643088,30643924,30645472,30647600,30649242,30650632,30652430,30653298,30659720,30659770,30660405,30660419,30661666,30661781,30662126,30666867,30690803,30690821,30690850,30691069,30691758,30692345,30692961,30693243,30694379,30694778,30699360,30699388,30699621,30700345,30700665,30700679,30703073,30703161,30703185,30703984,30704060,30709832,30710912,30717408,30719250,30721634,30722234,30722250,30722662,30723852,30724222,30725626,30727698,30734779,30736030,30737080,30737127,30737225,30738377,30738394,30739597,30740389,30741484,30741963,30744132,30745865,30767369,30767702,30768450,30769204,30770912,30770952,30773725,30775816,30780722,30781834,30781901,30782828,30782844,30785242,30785280,30785309,30786285,30786362,30787043,30787588,30794776,30795874,30797692,30799496,30799522,30799567,3080074 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842284, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30649309,30701873,30710125,30722687,30725699,30741510,30744358,30796979,30798062,30807274,30808840,30812612,30886578 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842285, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589151,30591713,30592569,30595032,30595231,30595852,30596279,30598694,30598983,30599251,30601688,30606621,30607947,30609454,30612479,30612928,30620339,30621900,30623094,30623743,30628990,30629223,30629328,30643962,30646717,30647012,30647639,30649992,30652282,30652422,30652449,30653547,30659254,30660223,30660697,30661119,30661831,30662723,30691105,30691426,30691832,30692405,30692455,30694496,30699653,30700171,30700721,30701804,30702795,30702860,30704616,30707662,30709907,30710096,30711235,30712576,30712701,30713778,30714855,30717222,30721649,30721664,30722713,30723895,30734813,30735227,30736052,30737208,30737781,30739280,30739669,30739674,30739694,30766498,30767522,30769176,30770031,30772842,30773778,30779932,30780748,30781777,30781819,30783680,30785874,30788487,30795924,30796969,30798101,30798317,30800833,30801288,30807606,30807825,30807848,30808808,30809776,30809793,30813598,30814092,30819943,30824963,30825019,30827338,30827452,30849735,30850136,30852768,30853932,30855601,30855639,30862475,30862526,3086446 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842286, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590848,30595087,30609518,30610721,30612545,30616217,30620205,30621882,30623192,30629301,30639153,30643041,30646866,30650735,30653685,30660486,30661687,30661878,30663070,30666853,30691882,30692381,30693442,30701858,30703171,30710984,30717308,30722274,30723911,30723919,30724388,30725801,30740480,30767424,30770088,30770971,30780779,30782881,30785327,30786416,30795372,30795960,30798727,30799622,30807233,30808634,30810489,30812000,30815168,30815932,30819971,30820373,30820879,30827502,30827508,30828512,30833809,30850298,30852716,30856544,30859835,30861560,30863922,30864607,30866165,30873679,30873790,30874783,30875371,30877014,30878673,30881193,30881534,30886622 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842287, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589601,30590812,30590825,30592589,30595070,30595245,30595289,30595442,30595881,30596560,30598468,30598805,30600401,30601489,30606654,30606688,30608023,30609574,30610745,30613044,30613399,30616358,30616552,30619582,30620082,30621768,30621910,30622026,30623271,30624592,30625683,30626607,30628616,30629269,30629521,30640348,30643014,30643113,30643127,30644049,30645702,30646926,30647674,30648030,30650070,30650118,30651695,30653080,30653767,30656031,30659217,30659884,30659901,30660514,30660771,30661372,30661883,30662755,30662809,30663955,30667062,30690938,30690956,30691079,30691182,30691902,30691948,30692003,30692472,30692479,30692509,30692985,30694019,30694042,30694481,30694519,30695345,30695407,30698087,30698454,30698922,30698934,30699079,30700246,30700462,30700757,30700784,30701971,30702884,30702935,30702947,30704103,30704334,30705367,30707740,30708322,30708340,30709436,30709449,30710629,30710995,30711008,30712689,30712727,30713041,30713869,30714927,30719484,30720528,30720549,30721806,30721822,30722772,3072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842288, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592719,30593808,30598638,30599043,30610666,30612795,30621645,30623600,30633668,30646741,30651535,30660668,30661059,30662627,30691800,30693978,30700221,30700374,30700703,30702831,30708236,30711359,30712665,30714269,30722639,30726254,30737053,30740499,30743132,30767375,30767465,30770902,30780445,30783581,30787092,30793366,30795903,30799935,30807192,30811952,30813635,30814058,30820840,30831484,30852737,30861306,30861506,30863632,30868143,30874316,30877131 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842289, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591929,30595551,30597474,30598827,30599386,30608770,30611320,30622046,30623458,30628839,30629380,30643389,30647961,30648957,30650229,30651845,30659279,30661922,30664031,30666981,30691461,30692597,30693029,30694580,30694671,30698516,30699881,30702134,30703219,30707592,30709247,30717620,30717652,30720755,30722822,30725963,30727672,30737705,30739961,30742386,30767671,30769289,30774047,30781988,30785504,30787494,30794673,30797314,30799839,30801394,30807934,30812096,30815302,30818186,30820183,30825452,30828615,30849760,30853051,30855994,30862565,30866289,30868463,30869141,30874828,30879268,30879522,30881244,30886680 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842290, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589101,30594944,30594967,30595013,30595049,30595138,30595155,30595188,30596228,30598355,30598401,30598966,30606935,30607094,30610579,30610657,30612345,30612388,30612435,30612491,30615844,30618866,30619405,30619975,30620657,30621666,30621689,30621707,30621751,30623029,30623050,30623591,30624435,30625562,30626098,30626126,30628497,30628936,30629100,30642858,30642998,30643932,30645480,30646701,30647590,30647927,30650569,30650638,30651206,30651431,30653304,30659695,30659776,30659830,30660433,30661664,30661847,30662132,30666819,30666870,30690286,30691121,30691374,30691737,30691755,30692371,30693912,30694766,30698069,30699369,30699384,30699612,30700661,30700674,30701759,30703086,30703154,30703196,30703989,30704064,30707656,30709810,30709830,30709881,30710116,30710240,30710911,30712562,30712925,30713315,30716976,30717100,30717254,30717267,30717320,30717416,30721631,30721722,30722236,30722253,30722625,30722667,30723857,30723875,30724236,30725634,30725655,30726542,30727371,30727708,30734784,30735204,30736040,3073712 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842291, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595199,30595365,30595800,30598436,30599057,30601462,30607116,30612428,30612518,30619509,30620706,30621733,30623068,30625622,30629017,30642952,30643156,30645497,30649310,30650671,30652325,30659740,30659796,30659850,30660444,30666775,30666883,30690890,30691855,30692416,30694443,30699411,30700389,30700427,30700724,30701872,30702906,30703116,30704979,30707693,30708274,30710154,30717335,30717563,30721690,30721864,30722677,30723944,30725703,30725744,30732238,30736068,30736148,30737826,30741507,30741549,30744362,30766585,30767427,30767761,30779819,30780190,30782459,30786326,30786365,30786485,30787104,30788526,30794814,30794855,30796978,30799588,30800766,30807273,30809730,30810513,30814108,30814150,30819001,30827304,30827360,30828447,30833743,30850102,30855651,30861598,30862949,30866062,30873639,30873705,30874340,30874675,30875306,30875711,30879192,30881153,30886412,30886580,30891636 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842292, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589153,30590671,30590695,30591708,30591720,30592562,30595042,30595232,30595850,30596278,30598419,30598712,30598993,30599255,30601686,30606607,30607063,30607954,30608020,30609451,30611529,30611753,30612478,30612926,30612947,30618983,30619540,30620342,30621891,30623076,30623126,30623739,30624088,30626188,30628587,30628962,30628982,30629230,30629331,30643038,30643279,30643960,30645456,30646710,30647011,30647646,30649998,30652287,30652413,30652442,30652471,30653560,30659263,30660231,30660694,30661067,30661117,30661838,30662585,30662722,30663906,30690323,30691113,30691431,30691821,30692397,30692453,30692857,30692876,30692931,30693016,30693960,30694491,30694630,30694812,30698302,30698865,30698968,30699647,30699833,30700170,30700718,30701812,30701935,30702796,30702858,30704076,30704626,30707669,30707727,30708212,30709915,30710090,30710956,30711237,30711392,30712565,30712641,30712700,30713790,30714848,30717227,30720644,30721650,30721674,30722721,30723372,30723881,30724252,30724322,30725686,30726284,30727552,3073129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842293, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590851,30595009,30595095,30599092,30609506,30610722,30612546,30616223,30620203,30621886,30623190,30629293,30639157,30643039,30646871,30650734,30653678,30660484,30661692,30661879,30663028,30663063,30666845,30690770,30691877,30692311,30692376,30693427,30694667,30701860,30703169,30710043,30710974,30717306,30722280,30723905,30723933,30724391,30724929,30725771,30725800,30727740,30738453,30740485,30767420,30770093,30770962,30780773,30782885,30785323,30786408,30789683,30795371,30795965,30798729,30799618,30801347,30807237,30808622,30809666,30810486,30812004,30815180,30815930,30819974,30820371,30820882,30827500,30827519,30828522,30833811,30850303,30852713,30856541,30859847,30859947,30859994,30861203,30861269,30861344,30861373,30861561,30861577,30863921,30864605,30866154,30866178,30873676,30873798,30874787,30875364,30877024,30878671,30881200,30881530,30886636 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842294, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589608,30590807,30590823,30592587,30595077,30595247,30595293,30595452,30595884,30596559,30598471,30598808,30600389,30601502,30606666,30606685,30608029,30609582,30610748,30613047,30613395,30616348,30616556,30619583,30620080,30621782,30621920,30622029,30623277,30624590,30625694,30626606,30628620,30629280,30629528,30640339,30643017,30643109,30643125,30644050,30645713,30646929,30647681,30648032,30650065,30650127,30651693,30653082,30653766,30656026,30659203,30659871,30659902,30660504,30660760,30661371,30661886,30662757,30662807,30663962,30667071,30690928,30690950,30691086,30691188,30691916,30691937,30692011,30692466,30692491,30692502,30692995,30694032,30694040,30694480,30694509,30695334,30695403,30698089,30698459,30698918,30698931,30699083,30700250,30700464,30700770,30700783,30701966,30702890,30702927,30702953,30704097,30704336,30705365,30707747,30708323,30708346,30709434,30709446,30710630,30711001,30711005,30712685,30712731,30713031,30713860,30714939,30719481,30720531,30720540,30721800,30721826,30722776,3072279 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842295, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590882,30591841,30592759,30593921,30595427,30595594,30596720,30598559,30599122,30601517,30601651,30606744,30607189,30607221,30607236,30608124,30610784,30610813,30610924,30611164,30612673,30616365,30619010,30619655,30620114,30620792,30621941,30621970,30623246,30623811,30624733,30628755,30629419,30629477,30643242,30644182,30645803,30647720,30647758,30649158,30650836,30651312,30652706,30654335,30654359,30659942,30659961,30660827,30660911,30660927,30661964,30667009,30667021,30667054,30690430,30691149,30691215,30691922,30691954,30692018,30693050,30693170,30694104,30694910,30695437,30699442,30699458,30699808,30700476,30702081,30703239,30703273,30704171,30704191,30707897,30708388,30708675,30709549,30710672,30712830,30712914,30712985,30714106,30714384,30717546,30720687,30721888,30721908,30721939,30725866,30726357,30727630,30737260,30737298,30737368,30738481,30740765,30742622,30766660,30767859,30769274,30769343,30771289,30772909,30776572,30780210,30780823,30781952,30782239,30783002,30786455,30786745,30786775,3078751 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842296, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592724,30593804,30598633,30599041,30610668,30612783,30621653,30623596,30633663,30646728,30651518,30660665,30661050,30662629,30691802,30693971,30700380,30700702,30702825,30703106,30708228,30711364,30712662,30714295,30722634,30726265,30737056,30740510,30743133,30767378,30770893,30780431,30783589,30787096,30795892,30799929,30807189,30811943,30814061,30820839,30831496,30852729,30861302,30861505,30863636,30868140,30874324,30877124 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842297, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591933,30595548,30597480,30598826,30599397,30608760,30611318,30622047,30623456,30628848,30629385,30643383,30647960,30648973,30650223,30651840,30659276,30661925,30664029,30666980,30691473,30692594,30693024,30694569,30694683,30698513,30699874,30702129,30703233,30707586,30709241,30717614,30717648,30720753,30722828,30725957,30727667,30737704,30739958,30742400,30767668,30769294,30774053,30781983,30785511,30787500,30794686,30797313,30799833,30801386,30807933,30812095,30815315,30818197,30820189,30825456,30828627,30849754,30853049,30856008,30862572,30866290,30868469,30869134,30874831,30879264,30879516,30881243,30886692 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842298, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589109,30591368,30594945,30594972,30595026,30595050,30595145,30595161,30595262,30595774,30596234,30598353,30598404,30599027,30601419,30606934,30606953,30607089,30610524,30610590,30610651,30611032,30612354,30612367,30612399,30612439,30612486,30615847,30615961,30615986,30619970,30620651,30621662,30621762,30623034,30623061,30623581,30624422,30625568,30626129,30628491,30628945,30629093,30642851,30642994,30643098,30643912,30645464,30646690,30647610,30647613,30647925,30649239,30650557,30650628,30651217,30651422,30652257,30652318,30653302,30655955,30658440,30659708,30659718,30659823,30660415,30660429,30661783,30661857,30662131,30663944,30666767,30666818,30666865,30690296,30690799,30690824,30690836,30691070,30691371,30691730,30691748,30691849,30692315,30692346,30692374,30692977,30693910,30694391,30694408,30694770,30694792,30698079,30699359,30699376,30699613,30700339,30700686,30701747,30703039,30703053,30703074,30703090,30703158,30703190,30703977,30704056,30708238,30709815,30709827,30709875,30709987,30710072,3071011 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842299, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595108,30595191,30595361,30595798,30596470,30598369,30598440,30599055,30601466,30607108,30610685,30610823,30612430,30612519,30616067,30619507,30620717,30621726,30623081,30623143,30625616,30626208,30629018,30629144,30642889,30642937,30643161,30645494,30649265,30649311,30650661,30652337,30652376,30653622,30659736,30659793,30659849,30660437,30666777,30666875,30666939,30690856,30690894,30691776,30691868,30692421,30692888,30693996,30694444,30694832,30698102,30699401,30700390,30700424,30700736,30701864,30702902,30703117,30704030,30704980,30707685,30708277,30710129,30710158,30717167,30717338,30717373,30717495,30717555,30721695,30721856,30722690,30723939,30724336,30724516,30725696,30725743,30729517,30732233,30736078,30736157,30737105,30737827,30741516,30741544,30742035,30744370,30766583,30767426,30767767,30769210,30770729,30770844,30771242,30775882,30775944,30779821,30780189,30782447,30786323,30786380,30786487,30787111,30788538,30794817,30794847,30795839,30796985,30798061,30799586,30799956,30800758,30800785,3080728 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842300, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589148,30590676,30590697,30591700,30591714,30592574,30595033,30595230,30595842,30596288,30598423,30598700,30598986,30599247,30601684,30606617,30607076,30607940,30608011,30609445,30611525,30611756,30612474,30612933,30612957,30618980,30619546,30620350,30621894,30623083,30623130,30623741,30624082,30626182,30628580,30628976,30628994,30629227,30629327,30643050,30643274,30643965,30645447,30646713,30647014,30647641,30649988,30652291,30652420,30652454,30652477,30653554,30659259,30660218,30660696,30661066,30661123,30661845,30662593,30662716,30663916,30690309,30691106,30691439,30691836,30692395,30692454,30692861,30692886,30692943,30693005,30693954,30694499,30694626,30694809,30698296,30698860,30698959,30699659,30699824,30700166,30700715,30701810,30701932,30702799,30702869,30704003,30704074,30704618,30707663,30707729,30708214,30709910,30710089,30710955,30711241,30711391,30712566,30712637,30712704,30713780,30714850,30717215,30720637,30721652,30721660,30722715,30723382,30723888,30724259,30724312,30725692,30726287,3072718 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842301, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590849,30595084,30612553,30616210,30620206,30621878,30623191,30629290,30639143,30643055,30646867,30650729,30653676,30660473,30661682,30663038,30693440,30694664,30703178,30710972,30722269,30723910,30723931,30725774,30725802,30727745,30738468,30740486,30782892,30785333,30786401,30789679,30795968,30798734,30799620,30801350,30808632,30810474,30812007,30815173,30819981,30820374,30820883,30827492,30827518,30828525,30833808,30850296,30860001,30861195,30861381,30861549,30861574,30863914,30864598,30866151,30866174,30873682,30873796,30874780,30875365,30877026,30878662,30881194,30881531,30886626 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842302, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589600,30590796,30590815,30592600,30595076,30595253,30595287,30595448,30595878,30596554,30598469,30598802,30600402,30601488,30606656,30606674,30608032,30609581,30610738,30613043,30613384,30616353,30616549,30619585,30620073,30621772,30621919,30622027,30623268,30624587,30625684,30626600,30628622,30629268,30629530,30640341,30643027,30643099,30643133,30644062,30645710,30646918,30647670,30648044,30650062,30650120,30651685,30653074,30653777,30656037,30659212,30659872,30659891,30660512,30660765,30661379,30661892,30662747,30662802,30663954,30667059,30690940,30690958,30691087,30691173,30691906,30691934,30692007,30692474,30692484,30692504,30692988,30694026,30694041,30694475,30694514,30695335,30695400,30698096,30698446,30698908,30698935,30699085,30700240,30700471,30700766,30700785,30701977,30702887,30702929,30702946,30704094,30704343,30705375,30707739,30708318,30708341,30709438,30709456,30710631,30710997,30711006,30712673,30712737,30713035,30713858,30714933,30719471,30720517,30720544,30721801,30721814,30722769,3072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842303, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30651533,30691794,30708235,30787084 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842304, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30650232,30698521,30787492,30807927,30812098,30818188 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842305, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589104,30615984,30621683,30623580,30626091,30643905,30643925,30652311,30659772,30690800,30691846,30699618,30710252,30725628,30737226,30742439,30770882,30799499,30800734,30812502,30813579,30828330,30850191,30875217 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842306, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30623080,30819987,30873906 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842307, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589084,30594986,30595829,30601449,30605127,30606977,30610587,30612409,30615791,30618880,30620749,30623015,30624492,30625546,30628921,30629012,30646607,30649225,30650653,30652369,30653503,30659681,30660399,30661777,30661798,30666750,30666834,30666907,30690813,30692338,30692914,30694364,30695357,30698439,30700353,30700368,30702572,30704012,30710084,30710922,30710943,30717065,30717231,30723281,30723834,30726306,30726507,30729347,30737001,30737095,30737218,30738416,30740723,30742834,30769167,30770821,30772737,30773699,30781884,30782819,30783494,30786263,30786306,30793199,30796946,30797667,30797678,30799901,30800715,30807120,30808392,30809718,30810397,30811884,30813533,30814077,30818522,30819958,30824610,30827344,30827430,30828373,30849677,30851218,30852614,30853395,30859799,30859822,30859864,30861132,30861162,30861256,30861394,30861424,30862136,30865940,30865970,30867251,30873591,30877079,30878537,30881055,30881109 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842308, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30643110,30662808,30692984,30771064,30785985,30864201 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842309, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592717,30593816,30598631,30599042,30610663,30612786,30621648,30623605,30633656,30646740,30651537,30660666,30661053,30662622,30691805,30693972,30700385,30702828,30703111,30708233,30711372,30714301,30722638,30726250,30737050,30740502,30743130,30767380,30770900,30780432,30783585,30787088,30793371,30795896,30799939,30807191,30811953,30814064,30820832,30831487,30852730,30861509,30863631,30868148,30877126 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842310, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591935,30595540,30597475,30598818,30599390,30608772,30611332,30622048,30623465,30628836,30629386,30643379,30647954,30648965,30650219,30651849,30659277,30661930,30664027,30666983,30691474,30692601,30693025,30694573,30694676,30698515,30699884,30702141,30703227,30707587,30709237,30717626,30717646,30720745,30722826,30725962,30727673,30737707,30739953,30742391,30767660,30769290,30774067,30781985,30785514,30787496,30794684,30797312,30799827,30801388,30807932,30812092,30815305,30818191,30820179,30825458,30828625,30849755,30853046,30855995,30862568,30866291,30868464,30869143,30874827,30879263,30879512,30881235,30886684 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842311, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589097,30595146,30595157,30595771,30598345,30598393,30601428,30606943,30610566,30610650,30612390,30612497,30615838,30615981,30619390,30619973,30620654,30621693,30623036,30623589,30626127,30628490,30628939,30629085,30642854,30642995,30643931,30647598,30647931,30649238,30650626,30651209,30651395,30652428,30658448,30659728,30659769,30660409,30660427,30662124,30663937,30666735,30666771,30690826,30690844,30691063,30691122,30691738,30691756,30691847,30692352,30692966,30693244,30693899,30694385,30694759,30694786,30699372,30700341,30700670,30701745,30703054,30703195,30704058,30704672,30707645,30709839,30710106,30710250,30710913,30713309,30716977,30717097,30717245,30717262,30717312,30721728,30722232,30722256,30722620,30723851,30724227,30724612,30725654,30726532,30727378,30727870,30736027,30737124,30737163,30737191,30737220,30739645,30740411,30741485,30741967,30741991,30767350,30767482,30767701,30773718,30781836,30781903,30782842,30785243,30785293,30786246,30787032,30787045,30794794,30795797,30795834,30797689,3079776 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842312, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595198,30598447,30642885,30645498,30666932,30691763,30691863,30692410,30694844,30717489,30722684,30723942,30737833,30741545,30779816,30782456,30786379,30799578,30827300,30827465,30855653,30862946,30873637,30873742,30875292,30878597,30886573 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842313, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589147,30590663,30590686,30591701,30592570,30595038,30595239,30595853,30596292,30598432,30598992,30599242,30601685,30606614,30607077,30607953,30608012,30609455,30611534,30611758,30612471,30612936,30612953,30618985,30619533,30620335,30621898,30623082,30623128,30623742,30624079,30626185,30628581,30628975,30628992,30629229,30629326,30643060,30643278,30643956,30645453,30646712,30647022,30647633,30649997,30652289,30652409,30652446,30652473,30653552,30659262,30660225,30660695,30661076,30661126,30661844,30662596,30662728,30663911,30690313,30691116,30691440,30691828,30692399,30692451,30692867,30692881,30692941,30693008,30693958,30694498,30694636,30694805,30698287,30698863,30698956,30699655,30699822,30700167,30700710,30701799,30701929,30702803,30702870,30704067,30704628,30707677,30707728,30708221,30709917,30710087,30710944,30711243,30711393,30712574,30712642,30712705,30713793,30714856,30721655,30721663,30722717,30723367,30723891,30724264,30724311,30725680,30726291,30727541,30731296,30734809,30735219,30736059,3073720 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842314, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30599091,30610723,30612544,30616222,30620216,30629294,30639149,30643064,30653675,30660476,30661677,30661866,30663034,30663064,30666849,30691870,30692306,30692379,30693433,30701850,30703175,30710977,30717297,30722279,30723912,30724394,30725783,30725797,30727750,30738463,30740492,30767423,30770974,30780777,30782882,30789682,30795374,30795966,30798738,30799623,30801337,30807232,30809655,30810477,30812005,30815177,30815925,30819967,30820381,30827521,30828518,30833816,30856545,30859843,30859999,30861209,30861261,30861346,30861380,30861548,30861575,30863920,30864606,30866148,30873680,30873794,30874788,30875367,30881199,30881524,30886632 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842315, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30612407,30618888,30623022,30624497,30661770,30668647,30710919,30717230,30723836,30769171,30781888,30797663,30800711,30827348,30859801,30878538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842316, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589603,30590811,30590826,30592586,30595066,30595243,30595298,30595458,30595880,30596564,30598473,30598810,30600403,30601494,30606660,30606678,30608026,30609587,30610735,30613034,30613388,30616359,30616545,30619596,30620077,30621781,30621914,30622024,30623264,30624581,30625679,30626610,30628619,30629274,30629533,30640335,30643024,30643100,30643132,30644058,30645716,30646920,30647669,30648038,30650069,30650121,30651687,30653077,30653769,30656034,30659218,30659876,30659888,30660500,30660762,30661368,30661898,30662751,30662803,30663964,30667055,30690930,30690951,30691092,30691177,30691904,30691939,30692000,30692470,30692492,30692498,30692999,30694027,30694039,30694486,30694516,30695341,30695391,30698094,30698920,30698938,30699081,30700249,30700465,30700764,30700779,30701973,30702880,30702931,30702950,30704102,30704338,30705368,30707741,30708316,30708338,30709432,30709451,30710634,30710989,30711011,30712675,30712736,30713033,30713868,30714931,30719485,30720523,30720541,30721803,30721813,30722775,30722791,3072364 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590901,30593923,30595425,30595604,30598561,30599126,30612588,30616306,30625812,30628765,30643227,30644145,30652703,30659963,30660910,30661972,30690990,30692800,30694096,30694917,30699473,30703245,30703401,30708385,30712915,30712980,30733904,30739863,30742246,30742632,30769275,30771292,30776579,30780209,30782247,30783005,30796132,30797170,30810147,30810535,30814209,30856148 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842318, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30699076,30701833,30704115,30722799,30740646,30742545,30770987,30772893,30773930,30786521,30788706 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842319, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592722,30593810,30598630,30599037,30610673,30612785,30621652,30623610,30633657,30646735,30651504,30660659,30661046,30662620,30691796,30693982,30700217,30700373,30700701,30702836,30703110,30708224,30711368,30712658,30714291,30722643,30726253,30737057,30740500,30743124,30767374,30767459,30770896,30780434,30783574,30787089,30793370,30795888,30799934,30807186,30811957,30813638,30814063,30820833,30831492,30852728,30861291,30861504,30863645,30868144,30874322,30877134 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842320, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591930,30595541,30597477,30598823,30599385,30608761,30611330,30622054,30623462,30628849,30629383,30643390,30647957,30648967,30650228,30651839,30659282,30661933,30664023,30666979,30691471,30692600,30693026,30694567,30694679,30698514,30699875,30702127,30703224,30707588,30709239,30717612,30717651,30720747,30722821,30725960,30727677,30737700,30739959,30742399,30767669,30769301,30774055,30781995,30785509,30787503,30794676,30797311,30799831,30801396,30807928,30812090,30815311,30818199,30820175,30825457,30828619,30849757,30853059,30856002,30862574,30866285,30868473,30869137,30874830,30879267,30879513,30881247,30886685 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842321, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589107,30590716,30591370,30594951,30594973,30595023,30595054,30595147,30595166,30595186,30595267,30595770,30596230,30598356,30598395,30598971,30599016,30601411,30601434,30606944,30606960,30607093,30610522,30610571,30610576,30610645,30611028,30612347,30612368,30612395,30612425,30612487,30615837,30615962,30615988,30616460,30618863,30619391,30619967,30620665,30621671,30621688,30621708,30621754,30623035,30623057,30623576,30624426,30625561,30626097,30626130,30628489,30628949,30629091,30629199,30639000,30642852,30642931,30642990,30643092,30643913,30643927,30645474,30646698,30647602,30647617,30647920,30649240,30650562,30650625,30651221,30651406,30651426,30652255,30652306,30652426,30653292,30655964,30658436,30659710,30659726,30659783,30659817,30660411,30660420,30661658,30661791,30661852,30662128,30663948,30666743,30666770,30666809,30666869,30690282,30690797,30690831,30690841,30691066,30691127,30691376,30691739,30691749,30691843,30692321,30692357,30692369,30692962,30692973,30693245,30693908,30694382,30694404,3069476 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842322, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595094,30595193,30595363,30595799,30596468,30598361,30598442,30599062,30601465,30607115,30610687,30610831,30612432,30612507,30616069,30619498,30620710,30621727,30623069,30623153,30625625,30626192,30629026,30629138,30642893,30642938,30643154,30645489,30649275,30649304,30650657,30652326,30652384,30653626,30659739,30659785,30659847,30660450,30666786,30666879,30666941,30690859,30690889,30691767,30691866,30692414,30692887,30693994,30694445,30694841,30698112,30699398,30700402,30700433,30700725,30701875,30702896,30703119,30704022,30704971,30707681,30708273,30710137,30710169,30717165,30717340,30717388,30717481,30717552,30721694,30721851,30722688,30723938,30724327,30724513,30725710,30725733,30729510,30732235,30736076,30736154,30737103,30737838,30741503,30741538,30742023,30744363,30766584,30767428,30767754,30769221,30770736,30770852,30771248,30775874,30775953,30779814,30780193,30782449,30786333,30786381,30786489,30787116,30788528,30794816,30794856,30795853,30796988,30798058,30799584,30799957,30800757,30800786,3080726 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842323, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589150,30590664,30590693,30591712,30591728,30592575,30595031,30595234,30595840,30596280,30598427,30598702,30598984,30599243,30601676,30606615,30607078,30607939,30608010,30609456,30611540,30611764,30612483,30612939,30612945,30618984,30619544,30620343,30621902,30623086,30623125,30623732,30624081,30626176,30628573,30628972,30628987,30629216,30629334,30643056,30643273,30643961,30645449,30646716,30647023,30647637,30649991,30652288,30652417,30652443,30652469,30653550,30659265,30660222,30660693,30661068,30661128,30661836,30662587,30662718,30663914,30690311,30691108,30691429,30691831,30692393,30692447,30692856,30692877,30692946,30693017,30693963,30694495,30694627,30694813,30698298,30698857,30698960,30699648,30699825,30700159,30700716,30701805,30701934,30702805,30702857,30704005,30704070,30704604,30707675,30707719,30708220,30709899,30710095,30710947,30711233,30711402,30712568,30712634,30712699,30713787,30714861,30717216,30720649,30721643,30721672,30722724,30723374,30723894,30724257,30724320,30725685,30726299,3072717 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842324, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590844,30595001,30595082,30599088,30609505,30610717,30612556,30616212,30620212,30621873,30623198,30629286,30639152,30643051,30646870,30650743,30653683,30660475,30661691,30661875,30663032,30663056,30666840,30690766,30691874,30692304,30692389,30693431,30694658,30701856,30703177,30710045,30710985,30717302,30722272,30723902,30723923,30724399,30724934,30725772,30725807,30727737,30738459,30740491,30767416,30770092,30770970,30780767,30782890,30785336,30786407,30789677,30795368,30795962,30798731,30799616,30801349,30807239,30808637,30809658,30810476,30812013,30815181,30815933,30819968,30820380,30820884,30827499,30827513,30828513,30833806,30850310,30852721,30856538,30859840,30859942,30859997,30861198,30861213,30861264,30861352,30861384,30861555,30861581,30863911,30864601,30866159,30866166,30873673,30873799,30874775,30875370,30877017,30878659,30881185,30881533,30886628 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842325, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589611,30590808,30590828,30592588,30595067,30595251,30595288,30595455,30595875,30596557,30598482,30598809,30600404,30601499,30606662,30606682,30608038,30609572,30610736,30613045,30613390,30616346,30616551,30619595,30620086,30621773,30621912,30622036,30623267,30624577,30625686,30626604,30628630,30629272,30629520,30640349,30643025,30643102,30643137,30644056,30645714,30646925,30647676,30648041,30650061,30650126,30651688,30653072,30653773,30656022,30659208,30659886,30659894,30660503,30660763,30661365,30661888,30662750,30662815,30663965,30667069,30690934,30690948,30691077,30691189,30691907,30691940,30692004,30692471,30692480,30692501,30692998,30694025,30694050,30694484,30694511,30695336,30695399,30698082,30698444,30698907,30698941,30699093,30700242,30700467,30700758,30700775,30701968,30702881,30702925,30702956,30704104,30704346,30705366,30707746,30708319,30708350,30709439,30709461,30710621,30710987,30711012,30712679,30712734,30713042,30713861,30714934,30719480,30720529,30720552,30721796,30721819,30722762,3072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842326, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590884,30590908,30591843,30592750,30593922,30595419,30595602,30596728,30598568,30599131,30601523,30601644,30601732,30606746,30607191,30607225,30607244,30608122,30608347,30610787,30610803,30610930,30611169,30612562,30612592,30612671,30612890,30616298,30616367,30619018,30619644,30620119,30620795,30621943,30621974,30623247,30623805,30624735,30625810,30626311,30628767,30629312,30629416,30629481,30643230,30643243,30644155,30644170,30645805,30645897,30647721,30647759,30649164,30650840,30651315,30652708,30654337,30654355,30659251,30659937,30659951,30659982,30660546,30660826,30660909,30660929,30661969,30667001,30667020,30667048,30690413,30690438,30690996,30691144,30691165,30691209,30691929,30691960,30692023,30692802,30693046,30693173,30694103,30694541,30694909,30695445,30699445,30699464,30699477,30699816,30700485,30700793,30700823,30702075,30703238,30703276,30703405,30704167,30704193,30707774,30707900,30708392,30708663,30709545,30710656,30710667,30711886,30712750,30712826,30712909,30712983,30714109,30714397,3071753 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842327, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30666973,30691813,30699074,30700231,30701831,30704117,30717285,30722801,30740654,30742540,30770793,30770981,30772892,30773938,30786523,30788710 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842328, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30599034,30633666,30661054,30693983,30702826,30708227,30740497,30743125,30780443,30795893,30799930,30811944 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842329, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30597478,30598821,30608757,30611325,30628840,30629376,30647956,30651837,30659288,30661926,30664020,30692595,30694575,30694682,30699886,30717653,30722817,30727681,30737702,30742401,30767662,30769295,30781990,30787501,30797304,30799838,30812084,30828620,30862571,30868471,30869145,30874829,30879256,30879519,30881246 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842330, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30626090,30642922,30647930,30651212,30694791,30699620,30703153,30703192,30704673,30717317,30741972,30744136,30770815,30770877,30868090,30874302 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842331, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30643153,30699405,30722692,30796986,30807700 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842332, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590687,30591702,30598431,30599249,30606606,30612942,30621906,30623138,30623738,30626191,30628582,30643052,30643958,30645442,30646720,30652293,30652414,30653551,30659269,30662720,30663907,30691430,30691829,30692396,30692444,30692855,30692879,30693006,30694502,30694624,30694814,30698291,30698970,30699834,30700162,30700722,30702800,30702871,30708209,30710088,30712697,30714849,30717220,30720638,30721667,30722718,30723882,30726285,30731302,30737206,30737784,30739277,30739662,30739672,30739693,30742058,30766510,30767396,30767746,30769177,30770937,30771935,30772846,30781788,30783683,30785873,30786015,30786450,30794520,30796972,30798093,30798328,30798611,30799923,30803565,30807261,30812539,30812645,30813605,30813629,30818604,30819940,30820850,30824961,30825016,30827457,30828361,30851096,30852773,30855603,30862537,30862912,30864136,30864469,30868962,30873604,30874368,30874738,30877098,30878584,30879168,30886391,30886969,30891362 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842333, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595103,30609508,30639146,30693430,30701847,30703176,30808629,30812009,30815170,30819979,30833801,30850302,30861341,30861579,30866149,30873670,30874786 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589597,30590797,30590817,30592591,30595068,30595252,30595297,30595449,30595879,30596555,30598483,30598795,30600394,30601492,30606663,30606673,30608024,30609575,30610733,30613046,30613385,30616355,30616558,30619584,30620087,30621780,30621913,30622035,30623276,30624586,30625693,30626601,30628629,30629282,30629527,30640342,30643023,30643101,30643138,30644047,30645711,30646923,30647672,30648045,30650068,30650122,30651682,30653085,30653764,30656036,30659204,30659883,30659887,30660501,30660774,30661374,30661896,30662759,30662810,30663966,30667065,30690931,30690954,30691179,30691912,30691950,30692005,30692461,30692481,30692499,30692996,30694033,30694038,30694483,30694518,30695333,30695405,30698091,30698458,30698923,30698927,30699088,30700255,30700466,30700762,30700788,30701963,30702885,30702934,30702948,30704098,30704344,30705374,30707738,30708313,30708339,30709444,30709457,30710623,30710990,30711013,30712686,30712738,30713040,30713865,30714930,30719477,30720533,30720550,30721809,30721821,30722768,30722787,3072363 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842335, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590887,30592755,30593927,30595420,30598562,30599127,30601640,30601731,30606743,30607188,30607238,30608345,30610809,30611163,30612561,30612681,30616366,30619021,30620116,30620799,30621971,30624742,30625813,30628760,30629314,30629420,30643235,30644142,30644178,30645810,30645892,30647714,30647755,30649170,30650844,30651307,30652702,30654346,30654358,30659249,30659931,30659954,30660545,30660907,30660924,30661973,30667032,30667047,30690993,30691152,30691214,30691959,30692025,30693048,30693175,30694099,30694548,30694907,30695448,30699439,30699457,30699479,30699809,30700824,30703236,30703274,30703393,30704160,30704189,30707770,30707908,30708393,30708671,30709546,30710650,30710663,30711873,30712755,30712842,30712919,30712977,30714111,30717533,30720619,30720682,30721900,30721943,30722843,30722914,30724645,30725249,30725869,30726346,30727654,30734982,30735272,30736138,30737296,30737365,30738501,30739862,30740766,30742245,30742627,30767856,30769273,30769334,30771100,30771279,30772917,30776584,30780829,30781951,3078224 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842336, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30691811,30699072,30700237,30704114,30717288,30722796,30742544,30770986 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842337, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30593814,30598627,30621649,30646738,30651524,30660660,30661048,30691798,30702827,30711358,30712654,30714281,30726258,30737060,30743127,30770889,30780433,30793368,30795897,30799925,30807194,30811948,30813646,30814065,30820838,30831497,30852741,30861297,30863634,30868155,30874312,30877132 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842338, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591932,30595542,30597483,30598820,30599383,30608764,30611322,30622042,30623454,30628841,30629387,30643376,30647958,30648960,30650230,30651846,30659290,30661921,30664022,30666989,30691459,30692605,30693038,30694577,30694680,30698523,30699885,30702126,30703223,30707581,30709242,30717616,30717657,30720751,30722827,30725953,30727676,30737701,30739964,30742388,30767674,30769302,30774068,30781992,30785513,30787490,30794674,30797309,30799835,30801391,30807926,30812089,30815307,30818190,30820182,30825448,30828612,30849749,30853061,30855999,30862575,30866295,30868462,30869133,30874834,30879261,30879509,30881245,30886681 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842339, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589110,30594959,30598967,30611029,30612353,30612493,30615839,30615965,30619402,30623032,30624421,30626093,30626131,30642989,30646694,30647604,30649234,30650558,30652317,30658447,30660434,30666857,30690284,30690795,30691128,30691848,30692948,30692975,30701753,30703156,30709824,30709834,30709877,30717415,30721628,30721717,30722259,30722612,30723868,30724602,30725663,30731170,30736029,30737166,30738368,30739601,30739639,30741960,30742428,30744140,30770807,30770909,30772003,30775823,30782852,30785283,30786354,30794795,30797742,30797753,30799485,30801274,30803542,30807585,30808760,30808787,30811870,30811890,30812576,30820256,30820270,30820309,30824631,30828291,30828326,30852694,30862862,30862905,30865872,30868104,30873573,30874734,30875214,30875700,30877035,30877116,30879151,30880536,30881088,30881127,30881480,30887044 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842340, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30616075,30741547,30787115,30794811,30811979,30866114 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842341, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589138,30590666,30590688,30591717,30592571,30595036,30595237,30595846,30596282,30598428,30598701,30598985,30599241,30601683,30606619,30607065,30607948,30608008,30609449,30611536,30611763,30612477,30612929,30612952,30618973,30619537,30620347,30621892,30623085,30623133,30623737,30624078,30626177,30628583,30628969,30628984,30629224,30629319,30643058,30643281,30643959,30645450,30646721,30647024,30647635,30649994,30652280,30652410,30652452,30652474,30653557,30659258,30660232,30660704,30661075,30661125,30661843,30662584,30662730,30663912,30691110,30691434,30691830,30692406,30692443,30692866,30692878,30693010,30693959,30694490,30694634,30694806,30698292,30698861,30698964,30699643,30699828,30700160,30700719,30701798,30701927,30702797,30702867,30704069,30704614,30707671,30707724,30708206,30709908,30710093,30710952,30711245,30711394,30712580,30712648,30712695,30713789,30714860,30717219,30720640,30721657,30721673,30722723,30723368,30723889,30724253,30725693,30726288,30727176,30727547,30731306,30734814,30735225,3073604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842342, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30639150,30643063,30660482,30666843,30703170,30724397,30724925,30725780,30725799,30740479,30786406,30801341,30815171,30819969,30827514,30850299,30856539,30861265,30861567,30864602,30873683,30877028,30881525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842343, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590805,30590819,30592596,30595069,30595255,30595299,30595877,30596562,30598477,30598794,30600400,30601490,30606661,30606683,30608035,30609585,30610744,30613041,30613389,30616361,30616547,30619593,30620074,30621767,30621909,30622034,30623275,30624579,30625680,30626614,30628624,30629266,30629531,30640336,30643016,30643112,30643131,30644057,30645712,30646931,30648036,30650073,30650116,30651683,30653075,30653772,30656023,30659214,30659873,30659895,30660505,30660764,30661381,30661890,30662745,30662812,30663953,30667056,30690924,30690943,30691080,30691186,30691910,30691944,30692013,30692469,30692487,30692510,30692989,30694018,30694051,30694471,30694507,30695347,30695406,30698083,30698456,30698914,30698940,30699082,30700243,30700459,30700760,30701964,30702877,30702928,30702943,30704101,30704332,30705376,30707753,30708311,30708352,30709433,30709450,30710624,30711002,30711014,30712688,30713039,30714938,30719469,30720518,30720548,30721805,30721816,30722766,30722779,30723642,30724007,30724372,30724412,30724425,3072582 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842344, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590890,30590909,30591842,30592752,30593932,30595416,30595593,30596725,30598564,30599124,30601519,30601641,30601734,30606752,30607198,30607217,30607234,30608123,30608352,30610791,30610812,30610932,30611165,30612564,30612591,30612678,30612889,30616305,30616374,30619014,30619643,30620106,30620800,30621939,30621985,30623251,30623799,30624729,30625814,30626308,30628756,30629308,30629408,30629487,30643225,30643246,30644143,30644174,30645807,30645905,30647710,30647764,30649163,30650845,30651310,30652707,30654333,30654348,30659238,30659935,30659952,30659977,30660548,30660820,30660912,30660930,30661970,30667000,30667028,30667044,30690406,30690433,30690988,30691148,30691171,30691206,30691933,30691966,30692019,30692797,30693049,30693171,30694100,30694542,30694911,30695446,30699450,30699463,30699470,30699810,30700480,30700792,30700830,30702079,30703247,30703284,30703395,30704161,30704195,30707778,30707905,30708389,30708669,30709541,30710651,30710674,30711876,30712744,30712838,30712918,30712984,30714108,30714394,3071753 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842345, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30666971,30691809,30699073,30701840,30722803,30740647,30742539,30770789,30770988,30772896,30786524,30788708 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842346, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30598636,30623611,30662628,30700376,30726260,30740496,30770898,30780441,30783578,30787091,30811949,30863635,30874323,30877136 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591926,30595549,30597476,30598828,30599387,30608759,30611331,30622040,30623460,30628842,30629377,30643380,30647959,30648970,30650231,30651838,30659283,30661923,30664034,30666984,30691468,30692606,30693036,30694571,30694675,30698518,30699876,30702135,30703232,30707585,30717622,30717654,30720750,30722818,30725955,30727682,30737710,30739954,30742392,30767670,30769300,30774051,30781993,30785506,30787505,30794678,30797310,30799826,30801381,30807930,30812093,30815309,30818198,30820180,30825449,30828613,30849748,30853054,30856001,30862576,30866284,30868476,30869148,30874835,30879269,30879514,30881241,30886687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842348, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595046,30595772,30601414,30610656,30615836,30619395,30623053,30629097,30647589,30650635,30652308,30659705,30659714,30660414,30661657,30661785,30666859,30691366,30691751,30692316,30694387,30695315,30699614,30700677,30701760,30703036,30709868,30710112,30717321,30724235,30726537,30737165,30741968,30742430,30768448,30772765,30795774,30795882,30798300,30801267,30808962,30827290,30855586,30855610,30865998,30868099,30879139,30881478,30887048 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842349, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30607107,30610832,30612442,30619499,30626209,30629028,30642948,30659743,30666930,30691865,30692418,30699410,30710159,30717344,30723937,30725711,30725741,30729505,30732245,30736071,30736155,30737115,30744371,30766597,30767759,30770839,30782451,30787106,30795847,30808841,30818999,30827474,30828416,30828432,30833737,30862952,30863039,30866054,30873746,30874333,30874683,30878628,30881144,30886419 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842350, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30592564,30595030,30598706,30601673,30611542,30618978,30619542,30621893,30623084,30623729,30626175,30628577,30629329,30643035,30643284,30643967,30645443,30647640,30652285,30652447,30659260,30660226,30661061,30661122,30662726,30663913,30690318,30691112,30692398,30692860,30692939,30694500,30694808,30698293,30698963,30699657,30699821,30700163,30701925,30704080,30707672,30709909,30710958,30712572,30712696,30713781,30714852,30724258,30731295,30736048,30739655,30766509,30770926,30771938,30772333,30772849,30773748,30780752,30786448,30787074,30788484,30794927,30795936,30796961,30797219,30798605,30799909,30808805,30809787,30812690,30813599,30814098,30818690,30819950,30820855,30821348,30824966,30827444,30828348,30851270,30853094,30855596,30862921,30864131,30864479,30868452,30868959,30878549,30881103,30886187 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842351, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30609514,30621883,30629295,30643043,30646869,30660487,30663058,30693441,30694659,30701851,30710983,30722275,30723922,30725775,30770081,30795380,30798739,30807242,30808623,30810475,30815178,30819980,30827507,30827522,30833812,30852718,30861220,30866163,30866177,30873795,30874777,30875369,30877019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842352, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589602,30590806,30590827,30592598,30595065,30595250,30595290,30595443,30595872,30598472,30598807,30600396,30601496,30606679,30608031,30609580,30610743,30613036,30613391,30616357,30616548,30619581,30620081,30621774,30621916,30622023,30623272,30624593,30625682,30626603,30628631,30629532,30640347,30643019,30643140,30644048,30645708,30646928,30647678,30648042,30650071,30650114,30651697,30653073,30656030,30659213,30659875,30659892,30660507,30660775,30661882,30662748,30662814,30663956,30667064,30690927,30690944,30691082,30691180,30691945,30692473,30692503,30692997,30694034,30694036,30694485,30694506,30695337,30695393,30698093,30698448,30698933,30699078,30700252,30700457,30700767,30700773,30701969,30702937,30702954,30704107,30704340,30707744,30708309,30708344,30709441,30710627,30710998,30711018,30712741,30713036,30713854,30714928,30719478,30720525,30720538,30721804,30722770,30722780,30723633,30724013,30724375,30724404,30725822,30726315,30726593,30727470,30733881,30735323,30735680,30737277,30737322,30738444,3074062 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842353, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590891,30590907,30591835,30592758,30593931,30595428,30595595,30596726,30598563,30599134,30601520,30601648,30601741,30606739,30607199,30607228,30607232,30608130,30608349,30610778,30610808,30610923,30611166,30612567,30612579,30612677,30612881,30616299,30616364,30619022,30619649,30620118,30620803,30621936,30621979,30623241,30623810,30624734,30625802,30626302,30628763,30629305,30629412,30629489,30643218,30643249,30644149,30644176,30645798,30645903,30647708,30647761,30649162,30650837,30651311,30652700,30654342,30654360,30659240,30659940,30659959,30659976,30660555,30660817,30660916,30660923,30661967,30667008,30667023,30667042,30690403,30690439,30690998,30691143,30691167,30691207,30691920,30691964,30692028,30692798,30693055,30693177,30694098,30694538,30694914,30695444,30699446,30699456,30699481,30699806,30700484,30700790,30700822,30702084,30703243,30703286,30703406,30704172,30704197,30707776,30707898,30708387,30708666,30709548,30710655,30710664,30711877,30712756,30712845,30712916,30712979,30714107,30714389,3071753 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842354, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30666975,30699069,30700239,30701832,30704118,30717287,30740645,30770795,30770985,30772894,30773932,30788714 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842355, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30593805,30598640,30599032,30610675,30612782,30621642,30623598,30633659,30646730,30651512,30660661,30661049,30662621,30691799,30693980,30700219,30700375,30702834,30708229,30711370,30712663,30714300,30722628,30726259,30737063,30740505,30743128,30767388,30767464,30770894,30780438,30783583,30787094,30793369,30795899,30799928,30807179,30811946,30813636,30814069,30820830,30831489,30852727,30861293,30861508,30863639,30868149,30874313,30877135 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842356, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30591927,30595543,30597479,30598815,30599388,30608762,30611327,30622052,30623457,30628843,30629384,30643377,30647953,30648971,30650225,30651843,30659280,30661931,30664021,30666990,30691466,30692602,30693027,30694568,30694678,30698517,30699883,30702140,30703222,30707580,30709249,30717618,30717645,30720741,30722820,30725968,30727674,30737711,30739952,30742389,30767675,30769297,30774065,30781994,30785503,30787493,30794677,30797317,30799836,30801393,30807938,30812087,30815313,30818200,30820188,30825455,30828626,30849756,30853055,30855997,30862562,30866286,30868470,30869136,30874821,30879260,30879510,30881236,30886682 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842357, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589098,30591367,30594946,30594960,30595017,30595149,30595156,30595273,30595767,30598352,30598406,30599014,30601409,30601422,30606930,30607090,30610595,30611035,30612362,30612419,30612494,30615848,30615992,30619392,30619981,30620666,30621660,30621685,30621763,30623037,30623046,30624432,30625571,30626132,30628486,30628940,30629089,30629201,30639008,30642860,30642921,30643094,30643934,30646695,30647592,30647918,30649228,30650629,30651207,30651433,30652427,30653294,30655965,30659698,30659825,30660413,30661793,30662134,30666742,30666807,30666860,30690285,30690794,30690829,30691067,30691130,30691744,30692363,30692967,30693906,30694384,30694398,30694772,30694785,30695318,30698078,30698412,30699362,30699619,30700337,30700660,30703063,30703148,30703200,30704675,30708248,30709823,30709836,30709982,30712554,30713317,30716975,30716991,30717243,30717322,30717419,30719257,30722251,30722626,30722655,30722672,30723874,30724232,30724604,30724814,30725657,30726529,30727381,30727704,30727871,30735206,30737087,30737738,3073836 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842358, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30595106,30595367,30595790,30596465,30598359,30598445,30599054,30601459,30607109,30610829,30612511,30616068,30619510,30620721,30621723,30623077,30623146,30625623,30626204,30629027,30629131,30642882,30642945,30643165,30645490,30649276,30649297,30650662,30652327,30653623,30659741,30659789,30659848,30660445,30666780,30666873,30666926,30690866,30690888,30691770,30692422,30693990,30694447,30694835,30698109,30699407,30700391,30700426,30701877,30703129,30704972,30707688,30708286,30710133,30710160,30717154,30717385,30717485,30717553,30721692,30721850,30722678,30723941,30724325,30724508,30725700,30729513,30732240,30736147,30737108,30737837,30741546,30742037,30744367,30766588,30767434,30767756,30769214,30770849,30771253,30775871,30775946,30779823,30782458,30786332,30786382,30786499,30787113,30788543,30794822,30796982,30798050,30799590,30800755,30800789,30807276,30807697,30808836,30810505,30811977,30812609,30814107,30814148,30818996,30820330,30824699,30827306,30827364,30828431,30855650,30861442,30861588,30861997,3086295 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842359, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589143,30590672,30590690,30591710,30591719,30592560,30595034,30595238,30595847,30596290,30598433,30598693,30598989,30599246,30601681,30606609,30607070,30607944,30608006,30609457,30611524,30611754,30612481,30612930,30612944,30618977,30619541,30620344,30621903,30623089,30623139,30623736,30624080,30626180,30628576,30628965,30628985,30629219,30629321,30643037,30643283,30643966,30645454,30646724,30647013,30647647,30649989,30652286,30652411,30652451,30652468,30653559,30659261,30660229,30660692,30661073,30661113,30661833,30662597,30662712,30663903,30690314,30691114,30691432,30691833,30692394,30692450,30692858,30692873,30692935,30693015,30693953,30694503,30694633,30694802,30698301,30698871,30698955,30699651,30699823,30700168,30700709,30701811,30701928,30702806,30702864,30703991,30704072,30704620,30707670,30707726,30708217,30709911,30710101,30710957,30711232,30711400,30712569,30712639,30712703,30713783,30714862,30717223,30720651,30721651,30721668,30722727,30723375,30723890,30724263,30724321,30725682,30726290,3072717 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842360, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30590845,30595007,30595093,30599102,30609507,30610729,30612543,30616211,30620208,30621885,30623200,30629291,30639154,30643059,30646878,30650742,30653674,30660480,30661681,30661877,30666851,30691878,30692303,30692377,30693438,30694665,30701852,30703172,30710047,30710981,30717304,30722271,30723898,30723930,30724385,30724932,30725777,30725798,30727743,30738466,30770091,30770973,30780771,30782888,30785326,30789681,30795369,30795963,30798733,30799625,30801345,30807231,30808625,30809660,30810481,30812011,30815167,30815929,30819977,30820376,30820889,30827494,30827520,30828516,30833804,30850308,30852717,30856547,30859943,30859995,30861196,30861219,30861263,30861339,30861382,30861556,30861569,30863912,30864599,30866150,30866171,30873681,30873788,30874779,30875373,30877016,30878668,30881198,30881537,30886630 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842361, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589599,30590799,30590829,30592599,30595063,30595249,30595292,30595451,30595885,30596561,30598474,30598797,30600393,30601501,30606664,30606675,30608027,30609577,30610734,30613038,30613400,30616347,30616561,30619597,30620084,30621778,30621915,30622033,30623270,30624578,30625681,30626616,30628632,30629281,30629534,30640343,30643012,30643104,30643124,30644059,30645709,30646916,30647680,30648043,30650075,30650113,30651692,30653087,30653778,30656024,30659219,30659880,30659900,30660510,30660769,30661377,30661885,30662744,30662804,30663958,30667061,30690926,30690952,30691078,30691178,30691903,30691949,30692001,30692463,30692485,30692506,30692993,30694021,30694045,30694476,30694520,30695342,30695395,30698092,30698447,30698919,30698930,30699087,30700241,30700463,30700765,30700778,30701972,30702878,30702926,30702955,30704095,30704345,30705377,30707749,30708321,30708343,30709429,30709445,30710632,30710994,30711016,30712674,30712742,30713034,30713859,30714926,30719470,30720524,30720551,30721810,30721815,30722777,3072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842362, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589077,30594980,30595830,30601438,30605129,30606980,30610596,30612411,30615786,30618885,30620742,30623017,30624500,30625541,30628919,30629008,30646606,30649223,30650654,30652367,30653507,30658063,30660396,30661776,30661803,30666756,30666832,30666914,30690816,30692334,30692913,30694365,30695350,30698429,30700152,30700358,30700370,30702571,30704006,30710078,30710929,30710933,30716575,30717064,30717233,30720509,30723290,30723841,30726300,30726508,30729340,30737000,30737094,30737221,30738412,30740730,30742825,30769172,30770823,30772739,30773704,30781887,30782813,30783487,30786264,30786304,30793198,30796949,30797670,30797676,30799899,30800717,30807118,30808387,30809725,30810401,30811877,30813536,30814080,30818521,30819961,30824609,30827346,30827439,30828376,30851223,30853387,30859795,30859810,30859819,30859867,30859915,30861128,30861156,30861334,30861389,30861419,30862132,30865939,30865973,30867248,30873592,30877081,30878539,30881052,30881116 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30842363, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30589076,30594984,30595828,30601446,30605137,30606978,30610603,30612404,30615789,30618886,30620739,30623021,30624495,30625534,30628925,30629010,30646611,30649217,30650650,30652362,30653498,30660392,30661772,30661802,30666753,30666833,30666913,30690819,30692342,30692911,30694370,30695354,30698433,30700154,30700357,30700362,30702573,30704015,30710077,30710928,30710937,30716577,30717062,30717239,30720507,30723289,30723843,30726303,30726509,30729346,30737003,30737090,30737214,30738413,30740729,30742832,30769165,30770831,30772730,30773701,30781885,30782818,30783491,30786271,30786305,30793201,30796945,30797662,30797686,30799893,30800712,30807114,30808391,30809722,30810399,30811876,30813535,30814075,30818528,30819957,30824615,30827351,30827433,30828372,30849675,30851222,30852617,30853392,30859802,30859809,30859827,30859869,30859912,30861133,30861158,30861247,30861393,30861425,30862139,30865942,30865968,30867254,30873600,30877083,30878533,30881050,30881110 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30842257,30842260,30842268,30842276,30842295,30842317,30842326,30842335,30842344,30842353?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30842258,30842277,30842318,30842327,30842336,30842345,30842354?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30842259,30842278,30842279,30842280,30842307,30842315,30842362,30842363?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30842261,30842269,30842281,30842288,30842296,30842303,30842309,30842319,30842328,30842337,30842346,30842355?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30842262,30842270,30842282,30842289,30842297,30842304,30842310,30842320,30842329,30842338,30842347,30842356?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30842263,30842271,30842283,30842290,30842298,30842305,30842311,30842321,30842330,30842339,30842348,30842357?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30842264,30842272,30842284,30842291,30842299,30842312,30842322,30842331,30842340,30842349,30842358?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30842265,30842273,30842285,30842292,30842300,30842306,30842313,30842323,30842332,30842341,30842350,30842359?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30842266,30842274,30842286,30842293,30842301,30842314,30842324,30842333,30842342,30842351,30842360?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30842267,30842275,30842287,30842294,30842302,30842308,30842316,30842325,30842334,30842343,30842352,30842361?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-03-01' and date <= '2026-03-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((31527,),), 'unwanted_material_monthly_percentage': ((0.10200029406823775,),), 'material_repartition': (('pet_clair', 5249), ('pehd_pp', 4833), ('emr', 4610), ('flux_dev', 4473), ('film_pedb', 4431), ('jrm', 3847), ('gm', 1864), ('ela', 1458), ('aluminium', 586), ('refus', 176)), 'material_dict': {'pet_clair': 5249, 'pehd_pp': 4833, 'emr': 4610, 'flux_dev': 4473, 'film_pedb': 4431, 'jrm': 3847, 'gm': 1864, 'autres': 2220}, 'coverage_data': (('2026/03/31/', 1.0), ('2026/03/30/', 1.0), ('2026/03/28/', 1.0), ('2026/03/27/', 1.0), ('2026/03/26/', 1.0), ('2026/03/25/', 0.0), ('2026/03/24/', 1.0), ('2026/03/23/', 1.0), ('2026/03/21/', 1.0), ('2026/03/20/', 1.0), ('2026/03/19/', 1.0), ('2026/03/18/', 1.0), ('2026/03/17/', 1.0), ('2026/03/16/', 1.0), ('2026/03/14/', 1.0), ('2026/03/13/', 1.0), ('2026/03/12/', 1.0), ('2026/03/11/', 1.0), ('2026/03/10/', 1.0), ('2026/03/09/', 1.0), ('2026/03/07/', 1.0), ('2026/03/06/', 1.0), ('2026/03/05/', 1.0), ('2026/03/04/', 1.0), ('2026/03/03/', 1.0), ('2026/03/02/', 1.0)), 'impurety_average_data': ((datetime.date(2026, 3, 2), 0.10782918698528945, 14), (datetime.date(2026, 3, 3), 0.10040442158116852, 14), (datetime.date(2026, 3, 4), 0.10680562718911932, 22), (datetime.date(2026, 3, 5), 0.10800038860576312, 32), (datetime.date(2026, 3, 6), 0.10647752258581503, 5), (datetime.date(2026, 3, 9), 0.10134617411772182, 10), (datetime.date(2026, 3, 10), 0.10405285905148887, 13), (datetime.date(2026, 3, 11), 0.09715137686558024, 21), (datetime.date(2026, 3, 12), 0.10256465668667603, 18), (datetime.date(2026, 3, 13), 0.11197693228536233, 10), (datetime.date(2026, 3, 16), 0.10369824938794113, 35), (datetime.date(2026, 3, 17), 0.09981926360346052, 34), (datetime.date(2026, 3, 18), 0.09939596407697232, 12), (datetime.date(2026, 3, 19), 0.10000143068242323, 20), (datetime.date(2026, 3, 20), 0.09962793969653748, 20), (datetime.date(2026, 3, 23), 0.09577370111262402, 15), (datetime.date(2026, 3, 24), 0.0961003673972678, 27), (datetime.date(2026, 3, 25), 0.0882421751330873, 18), (datetime.date(2026, 3, 26), 0.11297888823817433, 35), (datetime.date(2026, 3, 31), 0.19361651935575433, 6)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2026, 3, 2), 0.09413121449288085, 14), (datetime.date(2026, 3, 3), 0.08926969884455009, 12), (datetime.date(2026, 3, 4), 0.09629216131213877, 22), (datetime.date(2026, 3, 5), 0.09829555243851389, 32), (datetime.date(2026, 3, 6), 0.08952535324642108, 20), (datetime.date(2026, 3, 9), 0.08409380305215092, 16), (datetime.date(2026, 3, 10), 0.08749518279797143, 13), (datetime.date(2026, 3, 11), 0.09974193480777101, 17), (datetime.date(2026, 3, 12), 0.09730521524049858, 18), (datetime.date(2026, 3, 13), 0.10006222985698923, 15), (datetime.date(2026, 3, 16), 0.09932302322387038, 32), (datetime.date(2026, 3, 17), 0.09949222762014326, 17), (datetime.date(2026, 3, 18), 0.09342274177175824, 16), (datetime.date(2026, 3, 19), 0.10157682344515385, 18), (datetime.date(2026, 3, 20), 0.08889361242496878, 16), (datetime.date(2026, 3, 23), 0.09951361865063817, 15), (datetime.date(2026, 3, 24), 0.08851005541774061, 18), (datetime.date(2026, 3, 25), 0.08967619856680657, 15), (datetime.date(2026, 3, 26), 0.096171096506562, 16)), 'emr': ((datetime.date(2026, 3, 2), 0.07889681435577581, 11), (datetime.date(2026, 3, 3), 0.08319076559101081, 12), (datetime.date(2026, 3, 4), 0.08000423071092934, 14), (datetime.date(2026, 3, 5), 0.07710545172449368, 22), (datetime.date(2026, 3, 6), 0.08443555103672429, 16), (datetime.date(2026, 3, 9), 0.09068904319198824, 19), (datetime.date(2026, 3, 10), 0.07214917364132764, 12), (datetime.date(2026, 3, 11), 0.07228573653359069, 13), (datetime.date(2026, 3, 12), 0.07002766514900935, 17), (datetime.date(2026, 3, 13), 0.07410095591811179, 10), (datetime.date(2026, 3, 16), 0.0687184370294537, 5), (datetime.date(2026, 3, 17), 0.062064723063263987, 16), (datetime.date(2026, 3, 18), 0.07091301527299333, 18), (datetime.date(2026, 3, 19), 0.062464069010567405, 19), (datetime.date(2026, 3, 20), 0.07083124375259683, 15), (datetime.date(2026, 3, 23), 0.06915224875879285, 18), (datetime.date(2026, 3, 24), 0.06561799386357724, 15), (datetime.date(2026, 3, 25), 0.06254386804186933, 14), (datetime.date(2026, 3, 26), 0.0641000592013629, 22)), 'flux_dev': ((datetime.date(2026, 3, 2), 0.17303711780064224, 17), (datetime.date(2026, 3, 3), 0.1599471610938467, 21), (datetime.date(2026, 3, 4), 0.1741624031751659, 22), (datetime.date(2026, 3, 5), 0.18225042224764249, 23), (datetime.date(2026, 3, 6), 0.14763787839835688, 18), (datetime.date(2026, 3, 9), 0.1442278703440612, 17), (datetime.date(2026, 3, 10), 0.1512483391813435, 21), (datetime.date(2026, 3, 11), 0.16241691078095083, 21), (datetime.date(2026, 3, 12), 0.1579487488639968, 6), (datetime.date(2026, 3, 13), 0.15574430874495604, 25), (datetime.date(2026, 3, 16), 0.15601079430299086, 20), (datetime.date(2026, 3, 17), 0.16495307713277305, 22), (datetime.date(2026, 3, 18), 0.1515727939793989, 21), (datetime.date(2026, 3, 19), 0.17475172848490678, 23), (datetime.date(2026, 3, 20), 0.1441005593872777, 19), (datetime.date(2026, 3, 23), 0.1384318302150604, 18), (datetime.date(2026, 3, 24), 0.15410927440601013, 17), (datetime.date(2026, 3, 25), 0.13213458447735188, 18), (datetime.date(2026, 3, 26), 0.17846584289991338, 12)), 'jrm': ((datetime.date(2026, 3, 2), 0.07617645600393186, 20), (datetime.date(2026, 3, 3), 0.07804264129437959, 14), (datetime.date(2026, 3, 4), 0.06593723339630092, 26), (datetime.date(2026, 3, 5), 0.06407763211456054, 30), (datetime.date(2026, 3, 6), 0.08056242484261773, 5), (datetime.date(2026, 3, 9), 0.0708452692979675, 41), (datetime.date(2026, 3, 10), 0.0687859098884635, 14), (datetime.date(2026, 3, 11), 0.07458949888492546, 37), (datetime.date(2026, 3, 12), 0.07040177776158495, 20), (datetime.date(2026, 3, 13), 0.08459460590901827, 30), (datetime.date(2026, 3, 16), 0.08299826933324017, 79), (datetime.date(2026, 3, 17), 0.07531346547052924, 34), (datetime.date(2026, 3, 18), 0.05620274548057515, 36), (datetime.date(2026, 3, 19), 0.05385991565186182, 23), (datetime.date(2026, 3, 20), 0.0698765131688151, 25), (datetime.date(2026, 3, 23), 0.08239758100713028, 10), (datetime.date(2026, 3, 24), 0.061009877180662836, 27), (datetime.date(2026, 3, 25), 0.0630020999523701, 47)), 'pet_clair': ((datetime.date(2026, 3, 2), 0.09013632418578277, 14), (datetime.date(2026, 3, 3), 0.07886263240484169, 6), (datetime.date(2026, 3, 4), 0.08964610908178546, 13), (datetime.date(2026, 3, 5), 0.0871890187587721, 14), (datetime.date(2026, 3, 6), 0.09192731990708326, 10), (datetime.date(2026, 3, 9), 0.0920706024437019, 10), (datetime.date(2026, 3, 10), 0.08669401199619026, 21), (datetime.date(2026, 3, 11), 0.07407139040470205, 19), (datetime.date(2026, 3, 12), 0.07795859715718667, 14), (datetime.date(2026, 3, 13), 0.1010913036222098, 15), (datetime.date(2026, 3, 16), 0.07920309395548818, 20), (datetime.date(2026, 3, 17), 0.08239211387831769, 17), (datetime.date(2026, 3, 18), 0.09652602664910497, 12), (datetime.date(2026, 3, 19), 0.09092810103850504, 20), (datetime.date(2026, 3, 20), 0.07902907653776164, 5), (datetime.date(2026, 3, 23), 0.06746878832724434, 12), (datetime.date(2026, 3, 24), 0.07098585104270176, 12), (datetime.date(2026, 3, 25), 0.08501087246348496, 14), (datetime.date(2026, 3, 26), 0.11855228344046043, 5)), 'gm': ((datetime.date(2026, 3, 2), 0.04623105999901866, 20), (datetime.date(2026, 3, 3), 0.06861428673565657, 18), (datetime.date(2026, 3, 4), 0.05758417349693498, 23), (datetime.date(2026, 3, 5), 0.05538017506936168, 27), (datetime.date(2026, 3, 6), 0.06258389883133757, 19), (datetime.date(2026, 3, 9), 0.04312458709847505, 22), (datetime.date(2026, 3, 10), 0.0866270803507409, 12), (datetime.date(2026, 3, 11), 0.03305122303333555, 8), (datetime.date(2026, 3, 12), 0.09281852514665265, 23), (datetime.date(2026, 3, 13), 0.05865724565411947, 19), (datetime.date(2026, 3, 16), 0.03895072968126502, 6), (datetime.date(2026, 3, 17), 0.03589354513791401, 24), (datetime.date(2026, 3, 18), 0.04903179664654682, 22), (datetime.date(2026, 3, 19), 0.049444913268295455, 16), (datetime.date(2026, 3, 20), 0.05947988041451807, 23), (datetime.date(2026, 3, 23), 0.05304822491074197, 24), (datetime.date(2026, 3, 24), 0.030825841036351963, 21), (datetime.date(2026, 3, 25), 0.03825544816622605, 27), (datetime.date(2026, 3, 26), 0.050101160512273674, 31)), 'film_pedb': ((datetime.date(2026, 3, 2), 0.17139026235688656, 21), (datetime.date(2026, 3, 3), 0.1647566032087982, 25), (datetime.date(2026, 3, 4), 0.16587009149010554, 35), (datetime.date(2026, 3, 5), 0.16383969912003987, 33), (datetime.date(2026, 3, 6), 0.17652837525958825, 34), (datetime.date(2026, 3, 9), 0.15200732198461703, 32), (datetime.date(2026, 3, 10), 0.16861323354017052, 31), (datetime.date(2026, 3, 11), 0.15127270058808748, 23), (datetime.date(2026, 3, 12), 0.16513221406764045, 37), (datetime.date(2026, 3, 13), 0.18591554822784648, 41), (datetime.date(2026, 3, 16), 0.16376532845615194, 35), (datetime.date(2026, 3, 17), 0.14443232958152497, 34), (datetime.date(2026, 3, 18), 0.15736156943499655, 35), (datetime.date(2026, 3, 19), 0.1619335271993902, 21), (datetime.date(2026, 3, 20), 0.1701454901214409, 18), (datetime.date(2026, 3, 23), 0.1725533600040602, 20), (datetime.date(2026, 3, 24), 0.1862833420200397, 23), (datetime.date(2026, 3, 25), 0.1418245196147903, 33), (datetime.date(2026, 3, 26), 0.15975560835411415, 35), (datetime.date(2026, 3, 31), 0.19361651935575433, 6)), 'ela': ((datetime.date(2026, 3, 2), 0.1402225327236221, 21), (datetime.date(2026, 3, 3), 0.12900796406486564, 25), (datetime.date(2026, 3, 4), 0.16709289091969662, 21), (datetime.date(2026, 3, 5), 0.1626417854118485, 21), (datetime.date(2026, 3, 6), 0.159994311181199, 19), (datetime.date(2026, 3, 9), 0.160680767023438, 25), (datetime.date(2026, 3, 10), 0.11890371390606612, 19), (datetime.date(2026, 3, 11), 0.09107122828747102, 21), (datetime.date(2026, 3, 12), 0.1299010458977663, 22), (datetime.date(2026, 3, 13), 0.15845389566613177, 22), (datetime.date(2026, 3, 16), 0.110747339841833, 20), (datetime.date(2026, 3, 17), 0.16292630024924395, 24), (datetime.date(2026, 3, 18), 0.15062774106332946, 19), (datetime.date(2026, 3, 19), 0.15936573393021713, 26), (datetime.date(2026, 3, 20), 0.15797358337487571, 20), (datetime.date(2026, 3, 23), 0.13995337079428768, 22), (datetime.date(2026, 3, 24), 0.14431796644273207, 24), (datetime.date(2026, 3, 25), 0.17322190736446386, 20), (datetime.date(2026, 3, 26), 0.12296621784722708, 23)), 'aluminium': ((datetime.date(2026, 3, 2), 0.10315409832117366, 9), (datetime.date(2026, 3, 3), 0.07339158064253043, 13), (datetime.date(2026, 3, 4), 0.07540251758195549, 13), (datetime.date(2026, 3, 5), 0.07690751191911488, 12), (datetime.date(2026, 3, 6), 0.06850121910513828, 12), (datetime.date(2026, 3, 9), 0.08224958647974306, 11), (datetime.date(2026, 3, 10), 0.10004266917252938, 13), (datetime.date(2026, 3, 11), 0.06627300815914063, 13), (datetime.date(2026, 3, 12), 0.07250266146815562, 13), (datetime.date(2026, 3, 13), 0.08253938907208881, 14), (datetime.date(2026, 3, 16), 0.11912212257670332, 5), (datetime.date(2026, 3, 17), 0.10990916582746496, 14), (datetime.date(2026, 3, 18), 0.09903493376645872, 8), (datetime.date(2026, 3, 19), 0.10008425626639893, 15), (datetime.date(2026, 3, 20), 0.13599956263757854, 11), (datetime.date(2026, 3, 23), 0.10211507644333827, 12), (datetime.date(2026, 3, 24), 0.12033438984912437, 11), (datetime.date(2026, 3, 25), 0.11762887420307981, 10)), 'refus': ((datetime.date(2026, 3, 6), 0.2486530499063051, 7), (datetime.date(2026, 3, 9), 0.1996882434735082, 6), (datetime.date(2026, 3, 10), 0.20877483603395064, 7), (datetime.date(2026, 3, 11), 0.22565045392071756, 8), (datetime.date(2026, 3, 12), 0.2381727551118828, 10), (datetime.date(2026, 3, 13), 0.21135035979002992, 14), (datetime.date(2026, 3, 16), 0.1871883044480364, 18), (datetime.date(2026, 3, 17), 0.20570178784371496, 11))}, 'quality_array': [['-4.5639338357281805', '02032026'], ['-4.517020593184318', '03032026'], ['-4.604607899438027', '04032026'], ['-4.632146280010625', '05032026'], ['-4.6298870767326274', '06032026'], ['-4.583283009229073', '09032026'], ['-4.496244622774335', '10032026'], ['-4.3266250302120675', '11032026'], ['-4.4433967271573644', '12032026'], ['-4.425939364458687', '13032026'], ['-4.398894481413076', '16032026'], ['-4.428050771038913', '17032026'], ['-4.44296849005308', '18032026'], ['-4.5231083091491575', '19032026'], ['-3.896240937011588', '20032026'], ['-3.9640323589030237', '23032026'], ['-3.947814179629454', '24032026'], ['-4.023522329915095', '25032026'], ['-4.026576817610845', '26032026'], ['-3.6323012762057325', '31032026']], 'number_of_batch': ((1935,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009379605145460834, 'nb_photo': 1274, 'list_port_cont': '30590892,30590906,30591844,30592757,30593930,30595423,30595601,30596730,30598555,30599130,30601516,30601653,30601739,30606742,30607195,30607229,30607243,30608131,30608342,30610785,30610810,30610936,30611167,30612566,30612590,30612676,30612891,30616296,30616369,30619013,30619648,30620111,30620802,30621938,30621983,30623249,30623808,30624737,30625806,30626301,30628764,30629311,30629414,30629482,30643229,30643239,30644146,30644179,30645801,30645902,30647715,30647752,30649165,30650841,30651320,30652695,30654341,30654357,30659247,30659929,30659960,30659975,30660549,30660824,30660906,30660933,30661976,30667011,30667029,30667051,30690412,30690427,30690999,30691145,30691211,30691921,30691958,30692020,30692796,30693054,30693172,30694107,30694543,30694916,30695442,30699444,30699459,30699480,30699813,30700486,30700800,30700826,30702073,30703249,30703281,30703398,30704166,30704196,30707769,30707906,30708384,30708674,30709543,30710653,30710671,30711883,30712748,30712836,30712910,30712981,30714113,30714386,30717536,3072061', 'assoc_port': '30590636:30590892,30590647:30590906,30591563:30591844,30592444:30592757,30593705:30593930,30594790:30595601,30594825:30595423,30595729:30601739,30595995:30596730,30598327:30598555,30598952:30599130,30601357:30601516,30601359:30601653,30606397:30606742,30606829:30607229,30606834:30607195,30606861:30607243,30607873:30608342,30607883:30608131,30610470:30610936,30610475:30610785,30610479:30610810,30610944:30611167,30612248:30612566,30612252:30612676,30612296:30612590,30612746:30612891,30615485:30616296,30615487:30616369,30618813:30619013,30619327:30619648,30619913:30620111,30620570:30620802,30621581:30621938,30621585:30621983,30622901:30623808,30622907:30623249,30624345:30624737,30625489:30625806,30625973:30626301,30628403:30628764,30628853:30629414,30628862:30629482,30628874:30629311,30642799:30643239,30642814:30643229,30642819:30644146,30643810:30644179,30645304:30645902,30645334:30645801,30646524:30647752,30647572:30647715,30648603:30649165,30650433:30651320,30650437:30650841,30652137:30654357,30652161:3065269', 'assoc_mat': '30590636:autre:3327:30590892,30590647:autre:3327:30590906,30591563:autre:3327:30591844,30592444:autre:3327:30592757,30593705:autre:3327:30593930,30594790:autre:3327:30595601,30594825:autre:3327:30595423,30595729:autre:3327:30601739,30595995:autre:3327:30596730,30598327:autre:3327:30598555,30598952:autre:3327:30599130,30601357:autre:3327:30601516,30601359:autre:3327:30601653,30606397:autre:3327:30606742,30606829:autre:3327:30607229,30606834:autre:3327:30607195,30606861:autre:3327:30607243,30607873:autre:3327:30608342,30607883:autre:3327:30608131,30610470:autre:3327:30610936,30610475:autre:3327:30610785,30610479:autre:3327:30610810,30610944:autre:3327:30611167,30612248:autre:3327:30612566,30612252:autre:3327:30612676,30612296:autre:3327:30612590,30612746:autre:3327:30612891,30615485:autre:3327:30616296,30615487:autre:3327:30616369,30618813:autre:3327:30619013,30619327:autre:3327:30619648,30619913:autre:3327:30620111,30620570:autre:3327:30620802,30621581:autre:3327:30621938,30621585:autre:3327:30621983,30622901:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011281769581330133, 'nb_photo': 81, 'list_port_cont': '30666976,30699068,30701841,30704113,30717284,30722806,30740653,30742537,30770797,30770984,30772891,30773934,30786528,30788709', 'assoc_port': '30666723:30666976,30699021:30699068,30701684:30701841,30703956:30704113,30716924:30717284,30722571:30722806,30740247:30740653,30742331:30742537,30770705:30770984,30770708:30770797,30772702:30772891,30773666:30773934,30785184:30786528,30788263:30788709', 'assoc_mat': '30666723:autre:3594:30666976,30699021:autre:3594:30699068,30701684:autre:3594:30701841,30703956:autre:3594:30704113,30716924:autre:3594:30717284,30722571:autre:3594:30722806,30740247:autre:3594:30740653,30742331:autre:3594:30742537,30770705:autre:3594:30770984,30770708:autre:3594:30770797,30772702:autre:3594:30772891,30773666:autre:3594:30773934,30785184:autre:3594:30786528,30788263:autre:3594:30788709'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.029144125937215305, 'nb_photo': 2818, 'list_port_cont': '30589086,30594988,30595835,30601442,30605128,30606976,30610585,30612414,30615795,30618878,30620747,30623012,30624496,30625540,30628928,30629003,30646616,30649222,30650651,30652368,30653501,30658061,30659685,30660402,30661774,30661796,30666751,30666828,30666911,30668646,30690810,30692339,30692904,30694367,30695356,30698436,30700146,30700351,30700363,30702563,30704011,30710079,30710926,30710941,30716570,30717070,30717235,30720511,30723287,30723839,30726304,30726503,30729339,30737009,30737091,30737215,30738411,30740722,30742833,30769163,30770827,30772728,30773710,30781892,30782812,30783485,30786268,30786310,30793196,30796947,30797664,30797683,30799892,30800719,30807115,30808383,30809727,30810405,30811882,30813530,30814078,30818531,30819960,30824612,30827353,30827431,30828368,30849684,30851220,30852615,30853394,30859798,30859805,30859830,30859872,30861131,30861161,30861252,30861330,30861388,30861422,30862137,30865943,30865964,30867250,30873601,30877089,30878541,30881045,30881111', 'assoc_port': '30589036:30589086,30594793:30595835,30594831:30594988,30601354:30601442,30605112:30605128,30606832:30606976,30610471:30610585,30610483:30612414,30615491:30615795,30618814:30618878,30620569:30620747,30622909:30624496,30622951:30623012,30625485:30625540,30628857:30629003,30628868:30628928,30646530:30646616,30649154:30649222,30650436:30650651,30652148:30652368,30652168:30653501,30658013:30658061,30659609:30659685,30660275:30660402,30661731:30661796,30661741:30661774,30666710:30666911,30666712:30666828,30666718:30666751,30666719:30668646,30690726:30690810,30692287:30692339,30692849:30692904,30694350:30694367,30695302:30695356,30698407:30698436,30700038:30700146,30700326:30700363,30700327:30700351,30701677:30702563,30703949:30704011,30709798:30710079,30710833:30710941,30710841:30710926,30716568:30716570,30716915:30717235,30716921:30717070,30720436:30720511,30722578:30723287,30723832:30723839,30725596:30726304,30726459:30726503,30727238:30729339,30736976:30737215,30736984:30737091,30736994:30737009,30738355:3073841', 'assoc_mat': '30589036:autre_refus:3726:30589086,30594793:autre_refus:3726:30595835,30594831:autre_refus:3726:30594988,30601354:autre_refus:3726:30601442,30605112:autre_refus:3726:30605128,30606832:autre_refus:3726:30606976,30610471:autre_refus:3726:30610585,30610483:autre_refus:3726:30612414,30615491:autre_refus:3726:30615795,30618814:autre_refus:3726:30618878,30620569:autre_refus:3726:30620747,30622909:autre_refus:3726:30624496,30622951:autre_refus:3726:30623012,30625485:autre_refus:3726:30625540,30628857:autre_refus:3726:30629003,30628868:autre_refus:3726:30628928,30646530:autre_refus:3726:30646616,30649154:autre_refus:3726:30649222,30650436:autre_refus:3726:30650651,30652148:autre_refus:3726:30652368,30652168:autre_refus:3726:30653501,30658013:autre_refus:3726:30658061,30659609:autre_refus:3726:30659685,30660275:autre_refus:3726:30660402,30661731:autre_refus:3726:30661796,30661741:autre_refus:3726:30661774,30666710:autre_refus:3726:30666911,30666712:autre_refus:3726:30666828,30666718:autre_refus:3726:30666751,30666719:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009768882715712522, 'nb_photo': 1683, 'list_port_cont': '30590888,30590899,30591838,30592749,30593926,30595424,30595598,30596727,30598560,30599125,30601525,30601649,30601742,30606745,30607190,30607227,30607239,30608132,30608340,30610783,30610816,30610934,30611172,30612572,30612580,30612680,30612887,30616301,30616376,30619017,30619656,30620117,30620805,30621942,30621984,30623252,30623804,30624732,30625803,30626304,30628754,30629306,30629411,30629490,30643226,30643236,30644147,30644180,30645800,30645894,30647711,30647757,30649159,30650832,30651308,30652696,30654336,30654361,30659242,30659941,30659953,30660553,30660815,30660918,30660928,30661971,30667007,30667019,30667046,30690407,30690435,30691000,30691150,30691161,30691213,30691927,30691956,30692022,30692805,30693053,30693169,30694102,30694536,30694908,30695438,30699447,30699454,30699478,30699817,30700474,30700799,30700828,30702074,30703240,30703275,30703396,30704169,30704185,30707775,30707899,30708381,30708673,30709542,30710645,30710670,30711885,30712752,30712840,30712911,30712987,30714114,30714396,30717545,3072062', 'assoc_port': '30590636:30590888,30590647:30590899,30591563:30591838,30592444:30592749,30593705:30593926,30594790:30595598,30594825:30595424,30595729:30601742,30595995:30596727,30598327:30598560,30598952:30599125,30601357:30601525,30601359:30601649,30606397:30606745,30606829:30607227,30606834:30607190,30606861:30607239,30607873:30608340,30607883:30608132,30610470:30610934,30610475:30610783,30610479:30610816,30610944:30611172,30612248:30612572,30612252:30612680,30612296:30612580,30612746:30612887,30615485:30616301,30615487:30616376,30618813:30619017,30619327:30619656,30619913:30620117,30620570:30620805,30621581:30621942,30621585:30621984,30622901:30623804,30622907:30623252,30624345:30624732,30625489:30625803,30625973:30626304,30628403:30628754,30628853:30629411,30628862:30629490,30628874:30629306,30642799:30643236,30642814:30643226,30642819:30644147,30643810:30644180,30645304:30645894,30645334:30645800,30646524:30647757,30647572:30647711,30648603:30649159,30650433:30651308,30650437:30650832,30652137:30654361,30652161:3065269', 'assoc_mat': '30590636:barquette_avec_film:3327:30590888,30590647:barquette_avec_film:3327:30590899,30591563:barquette_avec_film:3327:30591838,30592444:barquette_avec_film:3327:30592749,30593705:barquette_avec_film:3327:30593926,30594790:barquette_avec_film:3327:30595598,30594825:barquette_avec_film:3327:30595424,30595729:barquette_avec_film:3327:30601742,30595995:barquette_avec_film:3327:30596727,30598327:barquette_avec_film:3327:30598560,30598952:barquette_avec_film:3327:30599125,30601357:barquette_avec_film:3327:30601525,30601359:barquette_avec_film:3327:30601649,30606397:barquette_avec_film:3327:30606745,30606829:barquette_avec_film:3327:30607227,30606834:barquette_avec_film:3327:30607190,30606861:barquette_avec_film:3327:30607239,30607873:barquette_avec_film:3327:30608340,30607883:barquette_avec_film:3327:30608132,30610470:barquette_avec_film:3327:30610934,30610475:barquette_avec_film:3327:30610783,30610479:barquette_avec_film:3327:30610816,30610944:barquette_avec_film:3327:30611172,30612248:barquette_avec_film:3327:3'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0049236780361780474, 'nb_photo': 522, 'list_port_cont': '30592723,30593817,30598637,30599044,30610667,30612792,30621641,30623603,30633660,30646732,30651506,30660656,30661051,30662634,30691808,30693969,30700210,30700386,30700694,30702830,30703099,30708225,30711360,30712660,30714272,30722642,30726251,30737065,30740504,30743135,30767382,30767471,30770897,30780437,30783577,30787086,30793377,30795902,30799926,30807187,30811955,30813642,30814057,30820843,30831491,30852733,30861301,30861507,30863646,30868145,30874321,30877133', 'assoc_port': '30592643:30592723,30593708:30593817,30598618:30598637,30598948:30599044,30610474:30610667,30612752:30612792,30621589:30621641,30623556:30623603,30628402:30633660,30646536:30646732,30651375:30651506,30659651:30661051,30660619:30660656,30662522:30662634,30691698:30691808,30693892:30693969,30700041:30700210,30700325:30700386,30700630:30700694,30702695:30702830,30703020:30703099,30708193:30708225,30711330:30711360,30712488:30712660,30714264:30714272,30722608:30722642,30726241:30726251,30736995:30737065,30740250:30740504,30742941:30743135,30767185:30767471,30767190:30767382,30770715:30770897,30780306:30780437,30783382:30783577,30787016:30787086,30793123:30793377,30795753:30795902,30799843:30799926,30807073:30807187,30811806:30811955,30813479:30813642,30813960:30814057,30820630:30820843,30827848:30831491,30852458:30852733,30861080:30861507,30861085:30861301,30862824:30863646,30867718:30868145,30874161:30874321,30876993:30877133', 'assoc_mat': '30592643:barquette_opaque:4205:30592723,30593708:barquette_opaque:4205:30593817,30598618:barquette_opaque:4205:30598637,30598948:barquette_opaque:4205:30599044,30610474:barquette_opaque:4205:30610667,30612752:barquette_opaque:4205:30612792,30621589:barquette_opaque:4205:30621641,30623556:barquette_opaque:4205:30623603,30628402:barquette_opaque:4205:30633660,30646536:barquette_opaque:4205:30646732,30651375:barquette_opaque:4205:30651506,30659651:barquette_opaque:4205:30661051,30660619:barquette_opaque:4205:30660656,30662522:barquette_opaque:4205:30662634,30691698:barquette_opaque:4205:30691808,30693892:barquette_opaque:4205:30693969,30700041:barquette_opaque:4205:30700210,30700325:barquette_opaque:4205:30700386,30700630:barquette_opaque:4205:30700694,30702695:barquette_opaque:4205:30702830,30703020:barquette_opaque:4205:30703099,30708193:barquette_opaque:4205:30708225,30711330:barquette_opaque:4205:30711360,30712488:barquette_opaque:4205:30712660,30714264:barquette_opaque:4205:30714272,30722608:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0240385503129029, 'nb_photo': 5871, 'list_port_cont': '30591924,30595538,30597482,30598814,30599382,30608769,30611326,30622044,30623464,30628844,30629372,30643384,30647966,30648968,30650217,30651847,30659289,30661929,30664028,30666978,30691462,30692596,30693030,30694566,30694685,30698512,30699878,30702139,30703234,30707577,30709243,30717627,30717656,30720752,30722819,30725959,30727678,30737706,30739966,30742387,30767666,30769304,30774064,30781981,30785500,30787495,30794680,30797305,30799834,30801384,30807937,30812097,30815304,30818187,30820184,30825444,30828622,30849753,30853052,30856004,30862563,30866294,30868474,30869147,30874833,30879257,30879515,30881239,30886678', 'assoc_port': '30591562:30591924,30594827:30595538,30597286:30597482,30598610:30598814,30599179:30599382,30607874:30608769,30610940:30611326,30621580:30622044,30622991:30623464,30628387:30628844,30628870:30629372,30642803:30643384,30642825:30647966,30645336:30648968,30649858:30650217,30651385:30651847,30659035:30659289,30661736:30661929,30663787:30664028,30666717:30666978,30691353:30691462,30692285:30692596,30692850:30693030,30694347:30694566,30694607:30694685,30698409:30698512,30699530:30699878,30701688:30702139,30703024:30703234,30707474:30707577,30709226:30709243,30716912:30717656,30716916:30717627,30720606:30720752,30722607:30722819,30725593:30725959,30727243:30727678,30736977:30737706,30739558:30739966,30741935:30742387,30767182:30767666,30769118:30769304,30773667:30774064,30781690:30781981,30785189:30785500,30787323:30787495,30794321:30794680,30796900:30797305,30799460:30799834,30801207:30801384,30807776:30807937,30809644:30812097,30812453:30815304,30818014:30818187,30819805:30820184,30824843:30825444,30828247:3082862', 'assoc_mat': '30591562:barquette_opaque:4203:30591924,30594827:barquette_opaque:4203:30595538,30597286:barquette_opaque:4203:30597482,30598610:barquette_opaque:4203:30598814,30599179:barquette_opaque:4203:30599382,30607874:barquette_opaque:4203:30608769,30610940:barquette_opaque:4203:30611326,30621580:barquette_opaque:4203:30622044,30622991:barquette_opaque:4203:30623464,30628387:barquette_opaque:4203:30628844,30628870:barquette_opaque:4203:30629372,30642803:barquette_opaque:4203:30643384,30642825:barquette_opaque:4203:30647966,30645336:barquette_opaque:4203:30648968,30649858:barquette_opaque:4203:30650217,30651385:barquette_opaque:4203:30651847,30659035:barquette_opaque:4203:30659289,30661736:barquette_opaque:4203:30661929,30663787:barquette_opaque:4203:30664028,30666717:barquette_opaque:4203:30666978,30691353:barquette_opaque:4203:30691462,30692285:barquette_opaque:4203:30692596,30692850:barquette_opaque:4203:30693030,30694347:barquette_opaque:4203:30694566,30694607:barquette_opaque:4203:30694685,30698409:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00294428748668162, 'nb_photo': 958, 'list_port_cont': '30589099,30590717,30591366,30594943,30594962,30595020,30595058,30595144,30595165,30595175,30595261,30595769,30596229,30598396,30598970,30599012,30601405,30601435,30606937,30606966,30607095,30610560,30610599,30610649,30612402,30612421,30612489,30615841,30615963,30615979,30618854,30619401,30619982,30620658,30621658,30621692,30621698,30621765,30623028,30623049,30623586,30624428,30625567,30626104,30626134,30628493,30628942,30629088,30639003,30642861,30642920,30642987,30643083,30643908,30643929,30645478,30646699,30647606,30647924,30649241,30650559,30650627,30651215,30651400,30652258,30652434,30653290,30655969,30658449,30659706,30659723,30659781,30659821,30660406,30660431,30661654,30661794,30661851,30662135,30663943,30666737,30666760,30666864,30690294,30690792,30690822,30690838,30691065,30691118,30691377,30691733,30691753,30691842,30692324,30692351,30692364,30692971,30693248,30693900,30694383,30694411,30694790,30695304,30698072,30698419,30699361,30699381,30699617,30700334,30700666,30700685,30701746,30703031,3070306', 'assoc_port': '30589033:30589099,30590637:30590717,30590643:30591366,30594759:30595175,30594760:30595261,30594764:30595165,30594777:30595144,30594792:30595020,30594823:30595058,30594828:30594943,30594833:30594962,30595731:30595769,30595998:30596229,30598325:30598396,30598950:30599012,30598953:30598970,30601356:30601435,30601358:30601405,30606831:30607095,30606847:30606966,30606862:30606937,30610468:30610649,30610473:30610599,30610476:30610560,30612250:30612421,30612251:30612489,30612254:30612402,30615486:30615963,30615488:30615979,30615490:30615841,30618815:30618854,30619328:30619401,30619914:30619982,30620571:30620658,30621577:30621698,30621579:30621765,30621583:30621692,30621586:30621658,30622903:30623049,30622908:30623028,30622970:30624428,30623557:30623586,30625481:30625567,30625966:30626134,30625977:30626104,30628404:30628493,30628854:30629088,30628861:30639003,30628873:30628942,30642797:30643083,30642801:30642987,30642812:30642920,30642818:30642861,30643808:30643908,30643846:30643929,30645329:30645478,30646539:3064669', 'assoc_mat': '30589033:barquette_opaque:4207:30589099,30590637:barquette_opaque:4207:30590717,30590643:barquette_opaque:4207:30591366,30594759:barquette_opaque:4207:30595175,30594760:barquette_opaque:4207:30595261,30594764:barquette_opaque:4207:30595165,30594777:barquette_opaque:4207:30595144,30594792:barquette_opaque:4207:30595020,30594823:barquette_opaque:4207:30595058,30594828:barquette_opaque:4207:30594943,30594833:barquette_opaque:4207:30594962,30595731:barquette_opaque:4207:30595769,30595998:barquette_opaque:4207:30596229,30598325:barquette_opaque:4207:30598396,30598950:barquette_opaque:4207:30599012,30598953:barquette_opaque:4207:30598970,30601356:barquette_opaque:4207:30601435,30601358:barquette_opaque:4207:30601405,30606831:barquette_opaque:4207:30607095,30606847:barquette_opaque:4207:30606966,30606862:barquette_opaque:4207:30606937,30610468:barquette_opaque:4207:30610649,30610473:barquette_opaque:4207:30610599,30610476:barquette_opaque:4207:30610560,30612250:barquette_opaque:4207:30612421,30612251:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053670860162535455, 'nb_photo': 65, 'list_port_cont': '30596484,30619496,30621721,30629016,30642897,30643159,30645502,30649262,30649306,30652331,30652382,30653624,30660439,30690898,30691854,30698108,30700425,30703120,30707687,30717160,30721684,30724329,30725706,30729511,30741514,30741550,30767431,30770742,30770843,30775877,30779822,30794845,30800795,30807696,30808834,30811974,30812605,30814144,30824720,30827302,30828436,30861455,30861529,30861986,30866105,30867283,30878607,30879199,30886413,30891631', 'assoc_port': '30595997:30596484,30619326:30619496,30621582:30621721,30628860:30629016,30642793:30643159,30642815:30642897,30645333:30645502,30647557:30649306,30649171:30649262,30652151:30652382,30652163:30652331,30653102:30653624,30660279:30660439,30690722:30690898,30691688:30691854,30698013:30698108,30700321:30700425,30703025:30703120,30707626:30707687,30716928:30717160,30721598:30721684,30724115:30724329,30725602:30725706,30726458:30729511,30739559:30741550,30739573:30741514,30767181:30767431,30770714:30770742,30770723:30770843,30772711:30775877,30779768:30779822,30794739:30794845,30800657:30800795,30807503:30807696,30808736:30808834,30811807:30811974,30811817:30812605,30813477:30814144,30824526:30824720,30827185:30827302,30828257:30828436,30861072:30861529,30861078:30861455,30861087:30861986,30865613:30866105,30867185:30867283,30878497:30878607,30879132:30879199,30886280:30886413,30887033:30891631', 'assoc_mat': '30595997:barquette_opaque:4461:30596484,30619326:barquette_opaque:4461:30619496,30621582:barquette_opaque:4461:30621721,30628860:barquette_opaque:4461:30629016,30642793:barquette_opaque:4461:30643159,30642815:barquette_opaque:4461:30642897,30645333:barquette_opaque:4461:30645502,30647557:barquette_opaque:4461:30649306,30649171:barquette_opaque:4461:30649262,30652151:barquette_opaque:4461:30652382,30652163:barquette_opaque:4461:30652331,30653102:barquette_opaque:4461:30653624,30660279:barquette_opaque:4461:30660439,30690722:barquette_opaque:4461:30690898,30691688:barquette_opaque:4461:30691854,30698013:barquette_opaque:4461:30698108,30700321:barquette_opaque:4461:30700425,30703025:barquette_opaque:4461:30703120,30707626:barquette_opaque:4461:30707687,30716928:barquette_opaque:4461:30717160,30721598:barquette_opaque:4461:30721684,30724115:barquette_opaque:4461:30724329,30725602:barquette_opaque:4461:30725706,30726458:barquette_opaque:4461:30729511,30739559:barquette_opaque:4461:30741550,30739573:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.023657451143547382, 'nb_photo': 4465, 'list_port_cont': '30589144,30590674,30590689,30591706,30591715,30592573,30595035,30595225,30595851,30596287,30598425,30598696,30598990,30599250,30601677,30606611,30607075,30607946,30608015,30609453,30611538,30611761,30612469,30612934,30612946,30618982,30619531,30620336,30621905,30623087,30623135,30623735,30624086,30626174,30628578,30628974,30628986,30629215,30629332,30643054,30643282,30643963,30645451,30646718,30647018,30647643,30649999,30652284,30652415,30652448,30652472,30653548,30659267,30660220,30660706,30661064,30661114,30661830,30662592,30662724,30663902,30690321,30691103,30691433,30691826,30692401,30692456,30692869,30692874,30692942,30693013,30693956,30694497,30694623,30694804,30698300,30698869,30698969,30699645,30699826,30700165,30700723,30701801,30701931,30702792,30702862,30704066,30704610,30707664,30707717,30708213,30709904,30710100,30710948,30711236,30711405,30712579,30712644,30712692,30713791,30714857,30717214,30720647,30721653,30721665,30722725,30723373,30723886,30724250,30724317,30725684,30726298,30727181,3072754', 'assoc_port': '30589034:30589144,30590639:30590674,30590640:30590689,30591564:30591706,30591565:30591715,30592446:30592573,30594820:30595225,30594832:30595035,30595730:30595851,30595999:30596287,30598329:30598425,30598609:30598696,30598617:30601677,30598951:30598990,30599177:30599250,30606399:30606611,30606828:30607075,30607877:30608015,30607884:30607946,30609185:30611538,30609199:30609453,30610949:30611761,30612256:30612469,30612739:30612946,30612745:30612934,30618812:30618982,30619329:30619531,30620242:30620336,30621578:30621905,30621588:30623735,30622905:30623135,30622989:30623087,30623745:30624086,30625963:30626174,30628388:30628578,30628832:30629332,30628858:30629215,30628869:30628986,30628872:30628974,30642795:30643282,30642811:30643054,30642821:30647018,30643845:30643963,30645323:30645451,30646532:30646718,30647576:30647643,30649848:30652448,30649862:30649999,30652140:30652472,30652157:30652415,30652176:30652284,30653103:30653548,30659029:30659267,30659641:30660220,30659648:30661114,30659658:30661064,30660618:3066070', 'assoc_mat': '30589034:barquette_opaque:4200:30589144,30590639:barquette_opaque:4200:30590674,30590640:barquette_opaque:4200:30590689,30591564:barquette_opaque:4200:30591706,30591565:barquette_opaque:4200:30591715,30592446:barquette_opaque:4200:30592573,30594820:barquette_opaque:4200:30595225,30594832:barquette_opaque:4200:30595035,30595730:barquette_opaque:4200:30595851,30595999:barquette_opaque:4200:30596287,30598329:barquette_opaque:4200:30598425,30598609:barquette_opaque:4200:30598696,30598617:barquette_opaque:4200:30601677,30598951:barquette_opaque:4200:30598990,30599177:barquette_opaque:4200:30599250,30606399:barquette_opaque:4200:30606611,30606828:barquette_opaque:4200:30607075,30607877:barquette_opaque:4200:30608015,30607884:barquette_opaque:4200:30607946,30609185:barquette_opaque:4200:30611538,30609199:barquette_opaque:4200:30609453,30610949:barquette_opaque:4200:30611761,30612256:barquette_opaque:4200:30612469,30612739:barquette_opaque:4200:30612946,30612745:barquette_opaque:4200:30612934,30618812:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006388721982533386, 'nb_photo': 279, 'list_port_cont': '30590841,30594998,30595091,30599094,30609517,30610719,30616218,30620204,30621879,30623196,30629300,30639155,30643057,30646874,30650737,30653680,30660485,30661683,30661873,30663041,30691883,30692308,30692375,30693429,30694668,30701845,30703164,30710052,30710975,30717294,30722270,30723897,30723920,30724395,30724936,30725781,30725809,30727741,30738457,30767425,30770096,30770975,30780780,30782895,30786412,30789676,30795366,30795971,30798737,30799617,30801348,30807240,30808631,30809663,30810488,30812008,30815166,30819972,30820379,30820881,30827501,30827510,30828511,30833807,30850307,30852724,30856550,30859836,30861193,30861222,30861272,30861343,30861559,30861578,30863918,30864596,30866152,30866173,30873793,30874781,30875361,30877025,30878663,30881189,30881523,30886633', 'assoc_port': '30590646:30590841,30594791:30594998,30594835:30595091,30598956:30599094,30609192:30609517,30610467:30610719,30615492:30616218,30619912:30620204,30621587:30621879,30622992:30623196,30628835:30629300,30638945:30639155,30642827:30643057,30646535:30646874,30650439:30650737,30652165:30653680,30659642:30661683,30660278:30660485,30661742:30661873,30662987:30663041,30691692:30691883,30692288:30692308,30692289:30692375,30693199:30693429,30694604:30694668,30701682:30701845,30703021:30703164,30709801:30710052,30710836:30710975,30716925:30717294,30721604:30722270,30723827:30723897,30723828:30723920,30724085:30724395,30724754:30724936,30725591:30725781,30725598:30725809,30727649:30727741,30738354:30738457,30767184:30767425,30769897:30770096,30770717:30770975,30780580:30780780,30782760:30782895,30786232:30786412,30786233:30789676,30794742:30795366,30795766:30795971,30798185:30798737,30799463:30799617,30800661:30801348,30807062:30807240,30808487:30808631,30809633:30809663,30809645:30810488,30811812:30812008,30814541:3081516', 'assoc_mat': '30590646:barquette_opaque:4209:30590841,30594791:barquette_opaque:4209:30594998,30594835:barquette_opaque:4209:30595091,30598956:barquette_opaque:4209:30599094,30609192:barquette_opaque:4209:30609517,30610467:barquette_opaque:4209:30610719,30615492:barquette_opaque:4209:30616218,30619912:barquette_opaque:4209:30620204,30621587:barquette_opaque:4209:30621879,30622992:barquette_opaque:4209:30623196,30628835:barquette_opaque:4209:30629300,30638945:barquette_opaque:4209:30639155,30642827:barquette_opaque:4209:30643057,30646535:barquette_opaque:4209:30646874,30650439:barquette_opaque:4209:30650737,30652165:barquette_opaque:4209:30653680,30659642:barquette_opaque:4209:30661683,30660278:barquette_opaque:4209:30660485,30661742:barquette_opaque:4209:30661873,30662987:barquette_opaque:4209:30663041,30691692:barquette_opaque:4209:30691883,30692288:barquette_opaque:4209:30692308,30692289:barquette_opaque:4209:30692375,30693199:barquette_opaque:4209:30693429,30694604:barquette_opaque:4209:30694668,30701682:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.07129338836359056, 'nb_photo': 45472, 'list_port_cont': '30589610,30590809,30590830,30592595,30595064,30595246,30595285,30595454,30595887,30596568,30598481,30598800,30600395,30601500,30606668,30606672,30608039,30609584,30610747,30613050,30613396,30616351,30616560,30619587,30620072,30621777,30621917,30622021,30623266,30624582,30625691,30626605,30628623,30629270,30629529,30640346,30643015,30643111,30643135,30644053,30645706,30646917,30647682,30648031,30650077,30650125,30651686,30653078,30653775,30656027,30659205,30659874,30659889,30660516,30660766,30661380,30661891,30662756,30662801,30663963,30667066,30690929,30690949,30691090,30691187,30691918,30691947,30692002,30692458,30692490,30692505,30693000,30694024,30694043,30694474,30694513,30695339,30695394,30698084,30698453,30698912,30698928,30699080,30700244,30700470,30700761,30700774,30701970,30702875,30702939,30702941,30704108,30704333,30705369,30707750,30708315,30708353,30709437,30709460,30710622,30711000,30711020,30712676,30712740,30713032,30713857,30714941,30719472,30720522,30720547,30721795,30721824,30722761,3072278', 'assoc_port': '30589032:30589610,30590638:30590830,30590648:30590809,30592445:30592595,30594761:30595064,30594794:30595454,30594826:30595285,30594830:30595246,30595732:30595887,30596000:30596568,30598331:30598481,30598615:30598800,30599916:30600395,30601360:30601500,30606396:30606672,30606405:30606668,30607881:30608039,30609189:30609584,30610481:30610747,30610942:30613396,30612298:30616351,30612740:30613050,30612744:30616560,30619330:30619587,30619915:30620072,30621576:30622021,30621584:30621917,30621590:30621777,30622906:30623266,30622948:30625691,30624349:30624582,30625962:30626605,30628395:30628623,30628830:30629529,30628859:30629270,30639891:30640346,30642806:30643135,30642816:30643111,30642828:30643015,30643827:30644053,30645322:30645706,30646527:30646917,30647575:30647682,30647880:30648031,30649850:30650125,30649884:30650077,30651380:30651686,30652166:30653078,30652181:30656027,30653104:30653775,30659037:30659205,30659638:30659889,30659647:30659874,30659654:30661380,30660274:30660516,30660621:30660766,30661740:3066189', 'assoc_mat': '30589032:barquette_opaque:4211:30589610,30590638:barquette_opaque:4211:30590830,30590648:barquette_opaque:4211:30590809,30592445:barquette_opaque:4211:30592595,30594761:barquette_opaque:4211:30595064,30594794:barquette_opaque:4211:30595454,30594826:barquette_opaque:4211:30595285,30594830:barquette_opaque:4211:30595246,30595732:barquette_opaque:4211:30595887,30596000:barquette_opaque:4211:30596568,30598331:barquette_opaque:4211:30598481,30598615:barquette_opaque:4211:30598800,30599916:barquette_opaque:4211:30600395,30601360:barquette_opaque:4211:30601500,30606396:barquette_opaque:4211:30606672,30606405:barquette_opaque:4211:30606668,30607881:barquette_opaque:4211:30608039,30609189:barquette_opaque:4211:30609584,30610481:barquette_opaque:4211:30610747,30610942:barquette_opaque:4211:30613396,30612298:barquette_opaque:4211:30616351,30612740:barquette_opaque:4211:30613050,30612744:barquette_opaque:4211:30616560,30619330:barquette_opaque:4211:30619587,30619915:barquette_opaque:4211:30620072,30621576:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.001963251203655536, 'nb_photo': 737, 'list_port_cont': '30590886,30590898,30591837,30592760,30593928,30595414,30595603,30596732,30598566,30599132,30601526,30601643,30601730,30606749,30607196,30607223,30607237,30608127,30608350,30610780,30610811,30610933,30611173,30612570,30612584,30612682,30612886,30616308,30616363,30619011,30619653,30620113,30620794,30621932,30621981,30623803,30624730,30625809,30626309,30628758,30629415,30629478,30643220,30643241,30644144,30644181,30645802,30645898,30647717,30647754,30649169,30650835,30651317,30652698,30654345,30654352,30659244,30659930,30659964,30659972,30660542,30660821,30660919,30661968,30667012,30667025,30667053,30690405,30690431,30690995,30691155,30691160,30691205,30691931,30691955,30692024,30692804,30693051,30693165,30694094,30694540,30694918,30695447,30699440,30699462,30699468,30699815,30700479,30700797,30700833,30702083,30703246,30703277,30703402,30704163,30704184,30707771,30707909,30708382,30708672,30709550,30710652,30710666,30711878,30712757,30712847,30712920,30712986,30714110,30714385,30717541,30720616,30721898,3072190', 'assoc_port': '30590636:30590886,30590647:30590898,30591563:30591837,30592444:30592760,30593705:30593928,30594790:30595603,30594825:30595414,30595729:30601730,30595995:30596732,30598327:30598566,30598952:30599132,30601357:30601526,30601359:30601643,30606397:30606749,30606829:30607223,30606834:30607196,30606861:30607237,30607873:30608350,30607883:30608127,30610470:30610933,30610475:30610780,30610479:30610811,30610944:30611173,30612248:30612570,30612252:30612682,30612296:30612584,30612746:30612886,30615485:30616308,30615487:30616363,30618813:30619011,30619327:30619653,30619913:30620113,30620570:30620794,30621581:30621932,30621585:30621981,30622901:30623803,30624345:30624730,30625489:30625809,30625973:30626309,30628403:30628758,30628853:30629415,30628862:30629478,30642799:30643241,30642814:30643220,30642819:30644144,30643810:30644181,30645304:30645898,30645334:30645802,30646524:30647754,30647572:30647717,30648603:30649169,30650433:30651317,30650437:30650835,30652137:30654352,30652161:30652698,30652178:30654345,30659033:3065924', 'assoc_mat': '30590636:bouchon:3327:30590886,30590647:bouchon:3327:30590898,30591563:bouchon:3327:30591837,30592444:bouchon:3327:30592760,30593705:bouchon:3327:30593928,30594790:bouchon:3327:30595603,30594825:bouchon:3327:30595414,30595729:bouchon:3327:30601730,30595995:bouchon:3327:30596732,30598327:bouchon:3327:30598566,30598952:bouchon:3327:30599132,30601357:bouchon:3327:30601526,30601359:bouchon:3327:30601643,30606397:bouchon:3327:30606749,30606829:bouchon:3327:30607223,30606834:bouchon:3327:30607196,30606861:bouchon:3327:30607237,30607873:bouchon:3327:30608350,30607883:bouchon:3327:30608127,30610470:bouchon:3327:30610933,30610475:bouchon:3327:30610780,30610479:bouchon:3327:30610811,30610944:bouchon:3327:30611173,30612248:bouchon:3327:30612570,30612252:bouchon:3327:30612682,30612296:bouchon:3327:30612584,30612746:bouchon:3327:30612886,30615485:bouchon:3327:30616308,30615487:bouchon:3327:30616363,30618813:bouchon:3327:30619011,30619327:bouchon:3327:30619653,30619913:bouchon:3327:30620113,30620570:bouchon:3327:30620794,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013260483265370573, 'nb_photo': 538, 'list_port_cont': '30592718,30593815,30598635,30610660,30612793,30621646,30623604,30633671,30646742,30651534,30661047,30662623,30691806,30693970,30700216,30700379,30702832,30703103,30708226,30711363,30712666,30714298,30722640,30726255,30737055,30740495,30743137,30767385,30767463,30770888,30780435,30783582,30787087,30793373,30795891,30799932,30807181,30811947,30813650,30814068,30820829,30831490,30852734,30861303,30861499,30863643,30868142,30874315,30877130', 'assoc_port': '30592643:30592718,30593708:30593815,30598618:30598635,30610474:30610660,30612752:30612793,30621589:30621646,30623556:30623604,30628402:30633671,30646536:30646742,30651375:30651534,30659651:30661047,30662522:30662623,30691698:30691806,30693892:30693970,30700041:30700216,30700325:30700379,30702695:30702832,30703020:30703103,30708193:30708226,30711330:30711363,30712488:30712666,30714264:30714298,30722608:30722640,30726241:30726255,30736995:30737055,30740250:30740495,30742941:30743137,30767185:30767463,30767190:30767385,30770715:30770888,30780306:30780435,30783382:30783582,30787016:30787087,30793123:30793373,30795753:30795891,30799843:30799932,30807073:30807181,30811806:30811947,30813479:30813650,30813960:30814068,30820630:30820829,30827848:30831490,30852458:30852734,30861080:30861499,30861085:30861303,30862824:30863643,30867718:30868142,30874161:30874315,30876993:30877130', 'assoc_mat': '30592643:carton:4205:30592718,30593708:carton:4205:30593815,30598618:carton:4205:30598635,30610474:carton:4205:30610660,30612752:carton:4205:30612793,30621589:carton:4205:30621646,30623556:carton:4205:30623604,30628402:carton:4205:30633671,30646536:carton:4205:30646742,30651375:carton:4205:30651534,30659651:carton:4205:30661047,30662522:carton:4205:30662623,30691698:carton:4205:30691806,30693892:carton:4205:30693970,30700041:carton:4205:30700216,30700325:carton:4205:30700379,30702695:carton:4205:30702832,30703020:carton:4205:30703103,30708193:carton:4205:30708226,30711330:carton:4205:30711363,30712488:carton:4205:30712666,30714264:carton:4205:30714298,30722608:carton:4205:30722640,30726241:carton:4205:30726255,30736995:carton:4205:30737055,30740250:carton:4205:30740495,30742941:carton:4205:30743137,30767185:carton:4205:30767463,30767190:carton:4205:30767385,30770715:carton:4205:30770888,30780306:carton:4205:30780435,30783382:carton:4205:30783582,30787016:carton:4205:30787087,30793123:carton:4205:30793373,3079'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.008953189690073478, 'nb_photo': 1710, 'list_port_cont': '30591931,30595545,30597471,30598817,30599384,30608758,30611319,30622051,30623466,30628851,30629374,30643391,30647951,30648962,30650226,30651836,30659278,30661924,30664018,30666982,30691467,30692598,30693034,30694574,30694673,30698522,30699879,30702138,30703221,30707576,30709246,30717613,30717649,30720742,30722825,30725966,30727675,30737712,30739963,30742396,30767664,30769303,30774069,30781984,30785507,30787491,30794683,30797315,30799840,30801392,30807941,30812085,30815303,30818195,30820185,30825454,30828614,30849750,30853058,30856000,30862570,30866292,30868475,30869149,30874820,30879265,30879520,30881232,30886689', 'assoc_port': '30591562:30591931,30594827:30595545,30597286:30597471,30598610:30598817,30599179:30599384,30607874:30608758,30610940:30611319,30621580:30622051,30622991:30623466,30628387:30628851,30628870:30629374,30642803:30643391,30642825:30647951,30645336:30648962,30649858:30650226,30651385:30651836,30659035:30659278,30661736:30661924,30663787:30664018,30666717:30666982,30691353:30691467,30692285:30692598,30692850:30693034,30694347:30694574,30694607:30694673,30698409:30698522,30699530:30699879,30701688:30702138,30703024:30703221,30707474:30707576,30709226:30709246,30716912:30717649,30716916:30717613,30720606:30720742,30722607:30722825,30725593:30725966,30727243:30727675,30736977:30737712,30739558:30739963,30741935:30742396,30767182:30767664,30769118:30769303,30773667:30774069,30781690:30781984,30785189:30785507,30787323:30787491,30794321:30794683,30796900:30797315,30799460:30799840,30801207:30801392,30807776:30807941,30809644:30812085,30812453:30815303,30818014:30818195,30819805:30820185,30824843:30825454,30828247:3082861', 'assoc_mat': '30591562:carton:4203:30591931,30594827:carton:4203:30595545,30597286:carton:4203:30597471,30598610:carton:4203:30598817,30599179:carton:4203:30599384,30607874:carton:4203:30608758,30610940:carton:4203:30611319,30621580:carton:4203:30622051,30622991:carton:4203:30623466,30628387:carton:4203:30628851,30628870:carton:4203:30629374,30642803:carton:4203:30643391,30642825:carton:4203:30647951,30645336:carton:4203:30648962,30649858:carton:4203:30650226,30651385:carton:4203:30651836,30659035:carton:4203:30659278,30661736:carton:4203:30661924,30663787:carton:4203:30664018,30666717:carton:4203:30666982,30691353:carton:4203:30691467,30692285:carton:4203:30692598,30692850:carton:4203:30693034,30694347:carton:4203:30694574,30694607:carton:4203:30694673,30698409:carton:4203:30698522,30699530:carton:4203:30699879,30701688:carton:4203:30702138,30703024:carton:4203:30703221,30707474:carton:4203:30707576,30709226:carton:4203:30709246,30716912:carton:4203:30717649,30716916:carton:4203:30717613,30720606:carton:4203:30720742,3072'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9266442655653445, 'nb_photo': 1119, 'list_port_cont': '30590722,30591359,30594941,30594964,30595016,30595060,30595148,30595159,30595176,30595268,30595762,30596222,30598357,30598408,30598968,30599018,30601427,30606931,30606957,30607087,30610528,30610569,30610584,30610658,30611038,30612346,30612372,30612392,30612431,30612492,30615845,30615959,30615993,30618865,30619400,30619971,30620662,30621669,30621687,30621713,30621749,30623026,30623054,30623587,30624433,30625569,30626094,30626138,30628496,30628948,30629098,30639002,30642862,30642930,30642997,30643096,30643918,30643920,30645473,30646703,30647593,30647615,30647928,30649237,30650565,30650637,30651210,30651407,30651423,30652261,30652316,30652437,30653301,30658435,30659709,30659721,30659775,30659819,30660403,30660426,30661663,30661784,30661853,30662123,30663942,30666734,30666762,30666811,30666861,30690293,30690793,30690827,30690837,30691059,30691132,30691378,30691729,30691754,30691851,30692323,30692349,30692368,30692957,30692969,30693247,30693909,30694394,30694401,30695305,30698074,30698417,30699057,30699371,3069939', 'assoc_port': '30590637:30590722,30590643:30591359,30594759:30595176,30594760:30595268,30594764:30595159,30594777:30595148,30594792:30595016,30594823:30595060,30594828:30594941,30594833:30594964,30595731:30595762,30595998:30596222,30598325:30598408,30598330:30598357,30598950:30599018,30598953:30598968,30601356:30601427,30606831:30607087,30606847:30606957,30606862:30606931,30610468:30610658,30610473:30610584,30610476:30610569,30610477:30610528,30610921:30611038,30612250:30612431,30612251:30612492,30612254:30612392,30612283:30612372,30612297:30612346,30615486:30615959,30615488:30615993,30615490:30615845,30618815:30618865,30619328:30619400,30619914:30619971,30620571:30620662,30621577:30621713,30621579:30621749,30621583:30621687,30621586:30621669,30622903:30623054,30622908:30623026,30622970:30624433,30623557:30623587,30625481:30625569,30625966:30626138,30625977:30626094,30628404:30628496,30628854:30629098,30628861:30639002,30628873:30628948,30642797:30643096,30642801:30642997,30642812:30642930,30642818:30642862,30643808:3064391', 'assoc_mat': '30590637:carton:4207:30590722,30590643:carton:4207:30591359,30594759:carton:4207:30595176,30594760:carton:4207:30595268,30594764:carton:4207:30595159,30594777:carton:4207:30595148,30594792:carton:4207:30595016,30594823:carton:4207:30595060,30594828:carton:4207:30594941,30594833:carton:4207:30594964,30595731:carton:4207:30595762,30595998:carton:4207:30596222,30598325:carton:4207:30598408,30598330:carton:4207:30598357,30598950:carton:4207:30599018,30598953:carton:4207:30598968,30601356:carton:4207:30601427,30606831:carton:4207:30607087,30606847:carton:4207:30606957,30606862:carton:4207:30606931,30610468:carton:4207:30610658,30610473:carton:4207:30610584,30610476:carton:4207:30610569,30610477:carton:4207:30610528,30610921:carton:4207:30611038,30612250:carton:4207:30612431,30612251:carton:4207:30612492,30612254:carton:4207:30612392,30612283:carton:4207:30612372,30612297:carton:4207:30612346,30615486:carton:4207:30615959,30615488:carton:4207:30615993,30615490:carton:4207:30615845,30618815:carton:4207:30618865,3061'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.019253123334324038, 'nb_photo': 4603, 'list_port_cont': '30595100,30595200,30595360,30595788,30596480,30598370,30598438,30599063,30601455,30607113,30610684,30610824,30612446,30612513,30616074,30619508,30620720,30621724,30623079,30623156,30625630,30626198,30629015,30629133,30642891,30642944,30643155,30645495,30649271,30649295,30650667,30652328,30652378,30653630,30659733,30659797,30659843,30660441,30666790,30666874,30666934,30690857,30690897,30691775,30691862,30692424,30692898,30693989,30694448,30694843,30698113,30699406,30700405,30700431,30700727,30701865,30702905,30703125,30704018,30704973,30707692,30708285,30710122,30710162,30717151,30717331,30717381,30717492,30717564,30721689,30721862,30722686,30723935,30724332,30724509,30725697,30725738,30729504,30732241,30736065,30736142,30737111,30737825,30741506,30741551,30742034,30744359,30766598,30767440,30767768,30769213,30770730,30770853,30771251,30775879,30775957,30779813,30780199,30782455,30786322,30786378,30786486,30787110,30788542,30794812,30794842,30795838,30796992,30798053,30799577,30799960,30800765,30800793,3080727', 'assoc_port': '30594758:30595360,30594763:30595200,30594796:30595100,30594829:30595788,30595997:30596480,30598328:30598370,30598332:30598438,30598957:30599063,30601361:30601455,30606833:30607113,30610463:30610824,30610469:30610684,30610478:30612446,30612253:30612513,30615489:30616074,30619326:30619508,30620568:30620720,30621582:30621724,30622904:30623156,30622928:30623079,30625444:30625630,30625969:30626198,30628855:30629133,30628860:30629015,30642793:30643155,30642815:30642891,30642829:30642944,30645333:30645495,30647557:30649295,30649171:30649271,30650440:30650667,30652151:30652378,30652163:30652328,30653102:30653630,30659624:30659843,30659645:30659797,30659655:30659733,30660279:30660441,30661737:30666934,30666709:30666790,30666716:30666874,30690722:30690897,30690733:30690857,30691688:30691862,30691703:30691775,30692293:30692424,30692847:30692898,30693891:30693989,30694343:30694448,30694746:30694843,30698013:30698113,30699321:30699406,30700321:30700431,30700324:30700405,30700637:30700727,30701692:30701865,30702696:3070290', 'assoc_mat': '30594758:carton:4461:30595360,30594763:carton:4461:30595200,30594796:carton:4461:30595100,30594829:carton:4461:30595788,30595997:carton:4461:30596480,30598328:carton:4461:30598370,30598332:carton:4461:30598438,30598957:carton:4461:30599063,30601361:carton:4461:30601455,30606833:carton:4461:30607113,30610463:carton:4461:30610824,30610469:carton:4461:30610684,30610478:carton:4461:30612446,30612253:carton:4461:30612513,30615489:carton:4461:30616074,30619326:carton:4461:30619508,30620568:carton:4461:30620720,30621582:carton:4461:30621724,30622904:carton:4461:30623156,30622928:carton:4461:30623079,30625444:carton:4461:30625630,30625969:carton:4461:30626198,30628855:carton:4461:30629133,30628860:carton:4461:30629015,30642793:carton:4461:30643155,30642815:carton:4461:30642891,30642829:carton:4461:30642944,30645333:carton:4461:30645495,30647557:carton:4461:30649295,30649171:carton:4461:30649271,30650440:carton:4461:30650667,30652151:carton:4461:30652378,30652163:carton:4461:30652328,30653102:carton:4461:30653630,3065'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.029376376416398613, 'nb_photo': 1581, 'list_port_cont': '30589140,30590668,30590696,30591697,30591718,30592566,30595040,30595228,30595854,30596283,30598430,30598710,30598996,30599256,30601678,30606608,30607074,30607945,30608017,30609452,30611530,30611767,30612480,30612940,30612956,30618981,30619538,30620338,30621896,30623093,30623129,30623733,30624083,30626190,30628584,30628968,30628983,30629218,30629320,30643048,30643285,30643971,30645444,30646722,30647016,30647636,30649987,30652290,30652419,30652456,30652482,30653553,30659264,30660221,30660690,30661069,30661116,30661832,30662591,30662713,30663915,30690310,30691107,30691441,30691827,30692403,30692448,30692859,30692880,30692945,30693018,30693964,30694501,30694628,30694803,30698290,30698868,30698966,30699641,30699831,30700164,30700712,30701813,30701937,30702802,30702863,30704075,30704606,30707668,30707725,30708207,30709916,30710091,30710954,30711244,30711399,30712567,30712635,30712706,30713782,30714847,30717217,30720645,30721656,30721659,30722714,30723377,30723896,30724255,30724316,30725689,30726295,30727180,3072754', 'assoc_port': '30589034:30589140,30590639:30590668,30590640:30590696,30591564:30591697,30591565:30591718,30592446:30592566,30594820:30595228,30594832:30595040,30595730:30595854,30595999:30596283,30598329:30598430,30598609:30598710,30598617:30601678,30598951:30598996,30599177:30599256,30606399:30606608,30606828:30607074,30607877:30608017,30607884:30607945,30609185:30611530,30609199:30609452,30610949:30611767,30612256:30612480,30612739:30612956,30612745:30612940,30618812:30618981,30619329:30619538,30620242:30620338,30621578:30621896,30621588:30623733,30622905:30623129,30622989:30623093,30623745:30624083,30625963:30626190,30628388:30628584,30628832:30629320,30628858:30629218,30628869:30628983,30628872:30628968,30642795:30643285,30642811:30643048,30642821:30647016,30643845:30643971,30645323:30645444,30646532:30646722,30647576:30647636,30649848:30652456,30649862:30649987,30652140:30652482,30652157:30652419,30652176:30652290,30653103:30653553,30659029:30659264,30659641:30660221,30659648:30661116,30659658:30661069,30660618:3066069', 'assoc_mat': '30589034:carton:4200:30589140,30590639:carton:4200:30590668,30590640:carton:4200:30590696,30591564:carton:4200:30591697,30591565:carton:4200:30591718,30592446:carton:4200:30592566,30594820:carton:4200:30595228,30594832:carton:4200:30595040,30595730:carton:4200:30595854,30595999:carton:4200:30596283,30598329:carton:4200:30598430,30598609:carton:4200:30598710,30598617:carton:4200:30601678,30598951:carton:4200:30598996,30599177:carton:4200:30599256,30606399:carton:4200:30606608,30606828:carton:4200:30607074,30607877:carton:4200:30608017,30607884:carton:4200:30607945,30609185:carton:4200:30611530,30609199:carton:4200:30609452,30610949:carton:4200:30611767,30612256:carton:4200:30612480,30612739:carton:4200:30612956,30612745:carton:4200:30612940,30618812:carton:4200:30618981,30619329:carton:4200:30619538,30620242:carton:4200:30620338,30621578:carton:4200:30621896,30621588:carton:4200:30623733,30622905:carton:4200:30623129,30622989:carton:4200:30623093,30623745:carton:4200:30624083,30625963:carton:4200:30626190,3062'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010839899013517798, 'nb_photo': 333, 'list_port_cont': '30590855,30595006,30595105,30599096,30609511,30610732,30612548,30616215,30620211,30623199,30629296,30639144,30643047,30646873,30650738,30653672,30660478,30661678,30661871,30663031,30663066,30666844,30691884,30692387,30693436,30694663,30701854,30710048,30717295,30722276,30723926,30724392,30724931,30725773,30725796,30727744,30738460,30770086,30770966,30780766,30782886,30785324,30786403,30789673,30795378,30795961,30798730,30799621,30801343,30807244,30808626,30809661,30810482,30812010,30815169,30815935,30819970,30820372,30820892,30827498,30827517,30828517,30833814,30850309,30852711,30856536,30859839,30861268,30861383,30861552,30861571,30863917,30864604,30866156,30866168,30873672,30873787,30874789,30875376,30877027,30878667,30881197,30881522,30886629', 'assoc_port': '30590646:30590855,30594791:30595006,30594835:30595105,30598956:30599096,30609192:30609511,30610467:30610732,30612295:30612548,30615492:30616215,30619912:30620211,30622992:30623199,30628835:30629296,30638945:30639144,30642827:30643047,30646535:30646873,30650439:30650738,30652165:30653672,30659642:30661678,30660278:30660478,30661742:30661871,30662986:30663066,30662987:30663031,30666722:30666844,30691692:30691884,30692289:30692387,30693199:30693436,30694604:30694663,30701682:30701854,30709801:30710048,30716925:30717295,30721604:30722276,30723828:30723926,30724085:30724392,30724754:30724931,30725591:30725773,30725598:30725796,30727649:30727744,30738354:30738460,30769897:30770086,30770717:30770966,30780580:30780766,30782760:30782886,30785185:30785324,30786232:30786403,30786233:30789673,30794742:30795378,30795766:30795961,30798185:30798730,30799463:30799621,30800661:30801343,30807062:30807244,30808487:30808626,30809633:30809661,30809645:30810482,30811812:30812010,30813476:30815935,30814541:30815169,30819800:3081997', 'assoc_mat': '30590646:carton:4209:30590855,30594791:carton:4209:30595006,30594835:carton:4209:30595105,30598956:carton:4209:30599096,30609192:carton:4209:30609511,30610467:carton:4209:30610732,30612295:carton:4209:30612548,30615492:carton:4209:30616215,30619912:carton:4209:30620211,30622992:carton:4209:30623199,30628835:carton:4209:30629296,30638945:carton:4209:30639144,30642827:carton:4209:30643047,30646535:carton:4209:30646873,30650439:carton:4209:30650738,30652165:carton:4209:30653672,30659642:carton:4209:30661678,30660278:carton:4209:30660478,30661742:carton:4209:30661871,30662986:carton:4209:30663066,30662987:carton:4209:30663031,30666722:carton:4209:30666844,30691692:carton:4209:30691884,30692289:carton:4209:30692387,30693199:carton:4209:30693436,30694604:carton:4209:30694663,30701682:carton:4209:30701854,30709801:carton:4209:30710048,30716925:carton:4209:30717295,30721604:carton:4209:30722276,30723828:carton:4209:30723926,30724085:carton:4209:30724392,30724754:carton:4209:30724931,30725591:carton:4209:30725773,3072'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0017997224366063875, 'nb_photo': 2349, 'list_port_cont': '30589595,30590798,30590831,30592592,30595079,30595257,30595286,30595445,30595886,30596563,30598470,30598803,30600397,30601486,30606667,30606677,30608025,30609576,30610742,30613042,30613386,30616352,30619590,30620075,30621771,30621911,30622030,30623265,30624591,30625690,30626609,30628618,30629278,30629524,30640337,30643028,30643114,30643136,30644054,30645715,30646922,30647671,30648047,30650067,30650119,30651689,30653081,30653763,30656035,30659206,30659879,30659899,30660499,30660761,30661376,30661889,30662752,30662811,30663967,30667063,30690933,30690955,30691088,30691184,30691905,30691936,30691999,30692467,30692486,30692508,30692986,30694022,30694044,30694472,30694510,30695348,30695404,30698085,30698460,30698916,30698939,30699084,30700247,30700455,30700763,30700786,30701978,30702889,30702930,30702945,30704100,30704331,30705364,30707751,30708324,30708342,30709430,30709448,30710633,30710991,30711009,30712677,30712730,30713037,30713867,30714940,30719475,30720527,30720539,30721798,30721817,30722763,30722784,3072364', 'assoc_port': '30589032:30589595,30590638:30590831,30590648:30590798,30592445:30592592,30594761:30595079,30594794:30595445,30594826:30595286,30594830:30595257,30595732:30595886,30596000:30596563,30598331:30598470,30598615:30598803,30599916:30600397,30601360:30601486,30606396:30606677,30606405:30606667,30607881:30608025,30609189:30609576,30610481:30610742,30610942:30613386,30612298:30616352,30612740:30613042,30619330:30619590,30619915:30620075,30621576:30622030,30621584:30621911,30621590:30621771,30622906:30623265,30622948:30625690,30624349:30624591,30625962:30626609,30628395:30628618,30628830:30629524,30628859:30629278,30639891:30640337,30642806:30643136,30642816:30643114,30642828:30643028,30643827:30644054,30645322:30645715,30646527:30646922,30647575:30647671,30647880:30648047,30649850:30650119,30649884:30650067,30651380:30651689,30652166:30653081,30652181:30656035,30653104:30653763,30659037:30659206,30659638:30659899,30659647:30659879,30659654:30661376,30660274:30660499,30660621:30660761,30661740:30661889,30661744:3066706', 'assoc_mat': '30589032:carton:4211:30589595,30590638:carton:4211:30590831,30590648:carton:4211:30590798,30592445:carton:4211:30592592,30594761:carton:4211:30595079,30594794:carton:4211:30595445,30594826:carton:4211:30595286,30594830:carton:4211:30595257,30595732:carton:4211:30595886,30596000:carton:4211:30596563,30598331:carton:4211:30598470,30598615:carton:4211:30598803,30599916:carton:4211:30600397,30601360:carton:4211:30601486,30606396:carton:4211:30606677,30606405:carton:4211:30606667,30607881:carton:4211:30608025,30609189:carton:4211:30609576,30610481:carton:4211:30610742,30610942:carton:4211:30613386,30612298:carton:4211:30616352,30612740:carton:4211:30613042,30619330:carton:4211:30619590,30619915:carton:4211:30620075,30621576:carton:4211:30622030,30621584:carton:4211:30621911,30621590:carton:4211:30621771,30622906:carton:4211:30623265,30622948:carton:4211:30625690,30624349:carton:4211:30624591,30625962:carton:4211:30626609,30628395:carton:4211:30628618,30628830:carton:4211:30629524,30628859:carton:4211:30629278,3063'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.019041417980118686, 'nb_photo': 2728, 'list_port_cont': '30590894,30590904,30591833,30592753,30593920,30595422,30595596,30596719,30598565,30599133,30601518,30601646,30601738,30606750,30607187,30607218,30607240,30608125,30608348,30610782,30610814,30610929,30611174,30612560,30612583,30612679,30612879,30616307,30616368,30619012,30619650,30620108,30620801,30621931,30621973,30623239,30623807,30624741,30625811,30626305,30628766,30629313,30629407,30629483,30643219,30643247,30644151,30644177,30645806,30645904,30647712,30647763,30649160,30650834,30651316,30652705,30654343,30654349,30659243,30659934,30659956,30659973,30660543,30660825,30660914,30660921,30661975,30667010,30667022,30667043,30690402,30690436,30690987,30691151,30691164,30691212,30691924,30691963,30692021,30692799,30693047,30693167,30694095,30694545,30694915,30695439,30699443,30699460,30699474,30699814,30700477,30700796,30700825,30702080,30703242,30703285,30703399,30704162,30704192,30707777,30707902,30708390,30708664,30709539,30710648,30710668,30711880,30712749,30712832,30712908,30712982,30714115,30714393,3071753', 'assoc_port': '30590636:30590894,30590647:30590904,30591563:30591833,30592444:30592753,30593705:30593920,30594790:30595596,30594825:30595422,30595729:30601738,30595995:30596719,30598327:30598565,30598952:30599133,30601357:30601518,30601359:30601646,30606397:30606750,30606829:30607218,30606834:30607187,30606861:30607240,30607873:30608348,30607883:30608125,30610470:30610929,30610475:30610782,30610479:30610814,30610944:30611174,30612248:30612560,30612252:30612679,30612296:30612583,30612746:30612879,30615485:30616307,30615487:30616368,30618813:30619012,30619327:30619650,30619913:30620108,30620570:30620801,30621581:30621931,30621585:30621973,30622901:30623807,30622907:30623239,30624345:30624741,30625489:30625811,30625973:30626305,30628403:30628766,30628853:30629407,30628862:30629483,30628874:30629313,30642799:30643247,30642814:30643219,30642819:30644151,30643810:30644177,30645304:30645904,30645334:30645806,30646524:30647763,30647572:30647712,30648603:30649160,30650433:30651316,30650437:30650834,30652137:30654349,30652161:3065270', 'assoc_mat': '30590636:carton:3327:30590894,30590647:carton:3327:30590904,30591563:carton:3327:30591833,30592444:carton:3327:30592753,30593705:carton:3327:30593920,30594790:carton:3327:30595596,30594825:carton:3327:30595422,30595729:carton:3327:30601738,30595995:carton:3327:30596719,30598327:carton:3327:30598565,30598952:carton:3327:30599133,30601357:carton:3327:30601518,30601359:carton:3327:30601646,30606397:carton:3327:30606750,30606829:carton:3327:30607218,30606834:carton:3327:30607187,30606861:carton:3327:30607240,30607873:carton:3327:30608348,30607883:carton:3327:30608125,30610470:carton:3327:30610929,30610475:carton:3327:30610782,30610479:carton:3327:30610814,30610944:carton:3327:30611174,30612248:carton:3327:30612560,30612252:carton:3327:30612679,30612296:carton:3327:30612583,30612746:carton:3327:30612879,30615485:carton:3327:30616307,30615487:carton:3327:30616368,30618813:carton:3327:30619012,30619327:carton:3327:30619650,30619913:carton:3327:30620108,30620570:carton:3327:30620801,30621581:carton:3327:30621931,3062'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.027316608480368647, 'nb_photo': 1752, 'list_port_cont': '30666972,30691812,30699071,30700234,30701836,30704109,30717280,30722805,30740649,30742541,30770796,30770979,30772898,30773936,30786519,30788712', 'assoc_port': '30666723:30666972,30691694:30691812,30699021:30699071,30700040:30700234,30701684:30701836,30703956:30704109,30716924:30717280,30722571:30722805,30740247:30740649,30742331:30742541,30770705:30770979,30770708:30770796,30772702:30772898,30773666:30773936,30785184:30786519,30788263:30788712', 'assoc_mat': '30666723:carton:3594:30666972,30691694:carton:3594:30691812,30699021:carton:3594:30699071,30700040:carton:3594:30700234,30701684:carton:3594:30701836,30703956:carton:3594:30704109,30716924:carton:3594:30717280,30722571:carton:3594:30722805,30740247:carton:3594:30740649,30742331:carton:3594:30742541,30770705:carton:3594:30770979,30770708:carton:3594:30770796,30772702:carton:3594:30772898,30773666:carton:3594:30773936,30785184:carton:3594:30786519,30788263:carton:3594:30788712'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.003449411096859744, 'nb_photo': 937, 'list_port_cont': '30589078,30594983,30595826,30601445,30605135,30606979,30610600,30612405,30615785,30618882,30620741,30623019,30624501,30625536,30628918,30629001,30646612,30649213,30650652,30652365,30653500,30659688,30660393,30661778,30661795,30666757,30666826,30666906,30668639,30690815,30692331,30692908,30694369,30695352,30698431,30700151,30700354,30700367,30702567,30704007,30710085,30710930,30710934,30717063,30717237,30720502,30723283,30723845,30726302,30726502,30729344,30737007,30737096,30737222,30738415,30740725,30742824,30769164,30770829,30772734,30773698,30781883,30782816,30783492,30786269,30786312,30793207,30796944,30797668,30797680,30799898,30800721,30807112,30808384,30809728,30810403,30811885,30813528,30814079,30818532,30819966,30824614,30827345,30827432,30828367,30849681,30851224,30852622,30853388,30859796,30859825,30859866,30861127,30861250,30861325,30861395,30861423,30862133,30865945,30865963,30867255,30873602,30877087,30878534,30881044,30881107', 'assoc_port': '30589036:30589078,30594793:30595826,30594831:30594983,30601354:30601445,30605112:30605135,30606832:30606979,30610471:30610600,30610483:30612405,30615491:30615785,30618814:30618882,30620569:30620741,30622909:30624501,30622951:30623019,30625485:30625536,30628857:30629001,30628868:30628918,30646530:30646612,30649154:30649213,30650436:30650652,30652148:30652365,30652168:30653500,30659609:30659688,30660275:30660393,30661731:30661795,30661741:30661778,30666710:30666906,30666712:30666826,30666718:30666757,30666719:30668639,30690726:30690815,30692287:30692331,30692849:30692908,30694350:30694369,30695302:30695352,30698407:30698431,30700038:30700151,30700326:30700367,30700327:30700354,30701677:30702567,30703949:30704007,30709798:30710085,30710833:30710934,30710841:30710930,30716915:30717237,30716921:30717063,30720436:30720502,30722578:30723283,30723832:30723845,30725596:30726302,30726459:30726502,30727238:30729344,30736976:30737222,30736984:30737096,30736994:30737007,30738355:30738415,30739570:30740725,30741941:3074282', 'assoc_mat': '30589036:cartonnette:3726:30589078,30594793:cartonnette:3726:30595826,30594831:cartonnette:3726:30594983,30601354:cartonnette:3726:30601445,30605112:cartonnette:3726:30605135,30606832:cartonnette:3726:30606979,30610471:cartonnette:3726:30610600,30610483:cartonnette:3726:30612405,30615491:cartonnette:3726:30615785,30618814:cartonnette:3726:30618882,30620569:cartonnette:3726:30620741,30622909:cartonnette:3726:30624501,30622951:cartonnette:3726:30623019,30625485:cartonnette:3726:30625536,30628857:cartonnette:3726:30629001,30628868:cartonnette:3726:30628918,30646530:cartonnette:3726:30646612,30649154:cartonnette:3726:30649213,30650436:cartonnette:3726:30650652,30652148:cartonnette:3726:30652365,30652168:cartonnette:3726:30653500,30659609:cartonnette:3726:30659688,30660275:cartonnette:3726:30660393,30661731:cartonnette:3726:30661795,30661741:cartonnette:3726:30661778,30666710:cartonnette:3726:30666906,30666712:cartonnette:3726:30666826,30666718:cartonnette:3726:30666757,30666719:cartonnette:3726:30668639,30690726:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.017714022334897675, 'nb_photo': 2778, 'list_port_cont': '30589088,30594981,30595833,30601443,30605138,30606973,30610581,30612410,30615794,30618884,30620740,30623020,30624494,30625537,30628926,30629009,30646617,30649214,30650643,30652359,30653502,30658066,30659682,30660397,30661768,30661806,30666758,30666827,30666910,30668645,30690812,30692335,30692907,30694366,30695355,30698438,30700149,30700348,30700360,30702565,30704008,30710082,30710923,30710932,30716573,30717073,30717238,30720504,30723292,30723837,30726308,30726506,30729341,30737004,30737099,30737217,30738409,30740721,30742826,30769174,30770832,30772736,30773700,30781894,30782811,30783496,30786274,30786308,30793205,30796951,30797669,30797677,30799896,30800720,30807119,30808390,30809717,30810404,30811878,30813529,30814082,30818530,30819955,30824616,30827352,30827438,30828370,30849683,30851219,30852613,30853385,30859797,30859812,30859824,30859865,30859909,30861125,30861163,30861249,30861327,30861385,30861415,30862131,30865938,30865966,30867253,30873599,30877084,30878536,30881051,30881118', 'assoc_port': '30589036:30589088,30594793:30595833,30594831:30594981,30601354:30601443,30605112:30605138,30606832:30606973,30610471:30610581,30610483:30612410,30615491:30615794,30618814:30618884,30620569:30620740,30622909:30624494,30622951:30623020,30625485:30625537,30628857:30629009,30628868:30628926,30646530:30646617,30649154:30649214,30650436:30650643,30652148:30652359,30652168:30653502,30658013:30658066,30659609:30659682,30660275:30660397,30661731:30661806,30661741:30661768,30666710:30666910,30666712:30666827,30666718:30666758,30666719:30668645,30690726:30690812,30692287:30692335,30692849:30692907,30694350:30694366,30695302:30695355,30698407:30698438,30700038:30700149,30700326:30700360,30700327:30700348,30701677:30702565,30703949:30704008,30709798:30710082,30710833:30710932,30710841:30710923,30716568:30716573,30716915:30717238,30716921:30717073,30720436:30720504,30722578:30723292,30723832:30723837,30725596:30726308,30726459:30726506,30727238:30729341,30736976:30737217,30736984:30737099,30736994:30737004,30738355:3073840', 'assoc_mat': '30589036:Carton_brun:3726:30589088,30594793:Carton_brun:3726:30595833,30594831:Carton_brun:3726:30594981,30601354:Carton_brun:3726:30601443,30605112:Carton_brun:3726:30605138,30606832:Carton_brun:3726:30606973,30610471:Carton_brun:3726:30610581,30610483:Carton_brun:3726:30612410,30615491:Carton_brun:3726:30615794,30618814:Carton_brun:3726:30618884,30620569:Carton_brun:3726:30620740,30622909:Carton_brun:3726:30624494,30622951:Carton_brun:3726:30623020,30625485:Carton_brun:3726:30625537,30628857:Carton_brun:3726:30629009,30628868:Carton_brun:3726:30628926,30646530:Carton_brun:3726:30646617,30649154:Carton_brun:3726:30649214,30650436:Carton_brun:3726:30650643,30652148:Carton_brun:3726:30652359,30652168:Carton_brun:3726:30653502,30658013:Carton_brun:3726:30658066,30659609:Carton_brun:3726:30659682,30660275:Carton_brun:3726:30660397,30661731:Carton_brun:3726:30661806,30661741:Carton_brun:3726:30661768,30666710:Carton_brun:3726:30666910,30666712:Carton_brun:3726:30666827,30666718:Carton_brun:3726:30666758,30666719:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009439172438230612, 'nb_photo': 1849, 'list_port_cont': '30589079,30594989,30595827,30601444,30605130,30606969,30610583,30612408,30615787,30618877,30620745,30623013,30624499,30625538,30628924,30629006,30646608,30649215,30650647,30652360,30653506,30658056,30659683,30660401,30661769,30661800,30666748,30666836,30666905,30668640,30690814,30692332,30692903,30694368,30695361,30698430,30700147,30700350,30700361,30702564,30704014,30710075,30710924,30710935,30716569,30717067,30717232,30720505,30723288,30723835,30726309,30726504,30729342,30736998,30737089,30737219,30738414,30740727,30742828,30769166,30770825,30772732,30773708,30781886,30782809,30783493,30786270,30786315,30793202,30796952,30797666,30797684,30799895,30800714,30807111,30808386,30809720,30810407,30811886,30813531,30814076,30818527,30819965,30824617,30827354,30827436,30828366,30849673,30851221,30852616,30853390,30859794,30859804,30859828,30859873,30861124,30861154,30861257,30861329,30861396,30861418,30862141,30865935,30865969,30867258,30873597,30877085,30878540,30881047,30881115', 'assoc_port': '30589036:30589079,30594793:30595827,30594831:30594989,30601354:30601444,30605112:30605130,30606832:30606969,30610471:30610583,30610483:30612408,30615491:30615787,30618814:30618877,30620569:30620745,30622909:30624499,30622951:30623013,30625485:30625538,30628857:30629006,30628868:30628924,30646530:30646608,30649154:30649215,30650436:30650647,30652148:30652360,30652168:30653506,30658013:30658056,30659609:30659683,30660275:30660401,30661731:30661800,30661741:30661769,30666710:30666905,30666712:30666836,30666718:30666748,30666719:30668640,30690726:30690814,30692287:30692332,30692849:30692903,30694350:30694368,30695302:30695361,30698407:30698430,30700038:30700147,30700326:30700361,30700327:30700350,30701677:30702564,30703949:30704014,30709798:30710075,30710833:30710935,30710841:30710924,30716568:30716569,30716915:30717232,30716921:30717067,30720436:30720505,30722578:30723288,30723832:30723835,30725596:30726309,30726459:30726504,30727238:30729342,30736976:30737219,30736984:30737089,30736994:30736998,30738355:3073841', 'assoc_mat': '30589036:Carton_gris:3726:30589079,30594793:Carton_gris:3726:30595827,30594831:Carton_gris:3726:30594989,30601354:Carton_gris:3726:30601444,30605112:Carton_gris:3726:30605130,30606832:Carton_gris:3726:30606969,30610471:Carton_gris:3726:30610583,30610483:Carton_gris:3726:30612408,30615491:Carton_gris:3726:30615787,30618814:Carton_gris:3726:30618877,30620569:Carton_gris:3726:30620745,30622909:Carton_gris:3726:30624499,30622951:Carton_gris:3726:30623013,30625485:Carton_gris:3726:30625538,30628857:Carton_gris:3726:30629006,30628868:Carton_gris:3726:30628924,30646530:Carton_gris:3726:30646608,30649154:Carton_gris:3726:30649215,30650436:Carton_gris:3726:30650647,30652148:Carton_gris:3726:30652360,30652168:Carton_gris:3726:30653506,30658013:Carton_gris:3726:30658056,30659609:Carton_gris:3726:30659683,30660275:Carton_gris:3726:30660401,30661731:Carton_gris:3726:30661800,30661741:Carton_gris:3726:30661769,30666710:Carton_gris:3726:30666905,30666712:Carton_gris:3726:30666836,30666718:Carton_gris:3726:30666748,30666719:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005899814050117819, 'nb_photo': 214, 'list_port_cont': '30592726,30593818,30598629,30599039,30610665,30612787,30621647,30623606,30633670,30646734,30651515,30660670,30661045,30662626,30693979,30700371,30700693,30702835,30703100,30708232,30711369,30712656,30714271,30722631,30726263,30737054,30740508,30743134,30767377,30767467,30770895,30780444,30783588,30787083,30793374,30795901,30799940,30807190,30811958,30813640,30814059,30820835,30831485,30852731,30861294,30861513,30863640,30868151,30874317,30877129', 'assoc_port': '30592643:30592726,30593708:30593818,30598618:30598629,30598948:30599039,30610474:30610665,30612752:30612787,30621589:30621647,30623556:30623606,30628402:30633670,30646536:30646734,30651375:30651515,30659651:30661045,30660619:30660670,30662522:30662626,30693892:30693979,30700325:30700371,30700630:30700693,30702695:30702835,30703020:30703100,30708193:30708232,30711330:30711369,30712488:30712656,30714264:30714271,30722608:30722631,30726241:30726263,30736995:30737054,30740250:30740508,30742941:30743134,30767185:30767467,30767190:30767377,30770715:30770895,30780306:30780444,30783382:30783588,30787016:30787083,30793123:30793374,30795753:30795901,30799843:30799940,30807073:30807190,30811806:30811958,30813479:30813640,30813960:30814059,30820630:30820835,30827848:30831485,30852458:30852731,30861080:30861513,30861085:30861294,30862824:30863640,30867718:30868151,30874161:30874317,30876993:30877129', 'assoc_mat': '30592643:ela:4205:30592726,30593708:ela:4205:30593818,30598618:ela:4205:30598629,30598948:ela:4205:30599039,30610474:ela:4205:30610665,30612752:ela:4205:30612787,30621589:ela:4205:30621647,30623556:ela:4205:30623606,30628402:ela:4205:30633670,30646536:ela:4205:30646734,30651375:ela:4205:30651515,30659651:ela:4205:30661045,30660619:ela:4205:30660670,30662522:ela:4205:30662626,30693892:ela:4205:30693979,30700325:ela:4205:30700371,30700630:ela:4205:30700693,30702695:ela:4205:30702835,30703020:ela:4205:30703100,30708193:ela:4205:30708232,30711330:ela:4205:30711369,30712488:ela:4205:30712656,30714264:ela:4205:30714271,30722608:ela:4205:30722631,30726241:ela:4205:30726263,30736995:ela:4205:30737054,30740250:ela:4205:30740508,30742941:ela:4205:30743134,30767185:ela:4205:30767467,30767190:ela:4205:30767377,30770715:ela:4205:30770895,30780306:ela:4205:30780444,30783382:ela:4205:30783588,30787016:ela:4205:30787083,30793123:ela:4205:30793374,30795753:ela:4205:30795901,30799843:ela:4205:30799940,30807073:ela:4205:3080719'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.8621249452576338, 'nb_photo': 549, 'list_port_cont': '30591922,30595546,30597484,30599389,30608763,30611316,30622050,30623455,30628845,30643378,30648964,30650220,30651848,30659284,30661918,30664025,30691469,30692591,30693037,30694565,30694684,30698524,30699880,30702130,30703231,30707578,30717615,30717643,30720749,30722830,30725958,30727680,30737709,30739960,30742394,30767667,30769299,30774045,30781980,30785501,30787504,30794675,30797318,30799830,30801390,30807940,30812086,30815314,30818196,30820187,30825446,30828618,30849747,30853048,30855998,30862569,30866299,30868468,30869140,30874826,30879266,30879511,30881234,30886688', 'assoc_port': '30591562:30591922,30594827:30595546,30597286:30597484,30599179:30599389,30607874:30608763,30610940:30611316,30621580:30622050,30622991:30623455,30628387:30628845,30642803:30643378,30645336:30648964,30649858:30650220,30651385:30651848,30659035:30659284,30661736:30661918,30663787:30664025,30691353:30691469,30692285:30692591,30692850:30693037,30694347:30694565,30694607:30694684,30698409:30698524,30699530:30699880,30701688:30702130,30703024:30703231,30707474:30707578,30716912:30717643,30716916:30717615,30720606:30720749,30722607:30722830,30725593:30725958,30727243:30727680,30736977:30737709,30739558:30739960,30741935:30742394,30767182:30767667,30769118:30769299,30773667:30774045,30781690:30781980,30785189:30785501,30787323:30787504,30794321:30794675,30796900:30797318,30799460:30799830,30801207:30801390,30807776:30807940,30809644:30812086,30812453:30815314,30818014:30818196,30819805:30820187,30824843:30825446,30828247:30828618,30849653:30849747,30852500:30853048,30855366:30855998,30862442:30862569,30865617:3086629', 'assoc_mat': '30591562:ela:4203:30591922,30594827:ela:4203:30595546,30597286:ela:4203:30597484,30599179:ela:4203:30599389,30607874:ela:4203:30608763,30610940:ela:4203:30611316,30621580:ela:4203:30622050,30622991:ela:4203:30623455,30628387:ela:4203:30628845,30642803:ela:4203:30643378,30645336:ela:4203:30648964,30649858:ela:4203:30650220,30651385:ela:4203:30651848,30659035:ela:4203:30659284,30661736:ela:4203:30661918,30663787:ela:4203:30664025,30691353:ela:4203:30691469,30692285:ela:4203:30692591,30692850:ela:4203:30693037,30694347:ela:4203:30694565,30694607:ela:4203:30694684,30698409:ela:4203:30698524,30699530:ela:4203:30699880,30701688:ela:4203:30702130,30703024:ela:4203:30703231,30707474:ela:4203:30707578,30716912:ela:4203:30717643,30716916:ela:4203:30717615,30720606:ela:4203:30720749,30722607:ela:4203:30722830,30725593:ela:4203:30725958,30727243:ela:4203:30727680,30736977:ela:4203:30737709,30739558:ela:4203:30739960,30741935:ela:4203:30742394,30767182:ela:4203:30767667,30769118:ela:4203:30769299,30773667:ela:4203:3077404'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013918910385605156, 'nb_photo': 226, 'list_port_cont': '30591361,30594940,30595272,30598346,30598979,30599026,30601432,30606954,30607092,30610565,30610648,30612429,30615973,30615980,30620659,30621661,30621753,30623031,30623577,30626105,30626128,30628944,30639009,30642850,30642993,30643088,30643924,30645472,30647600,30649242,30650632,30652430,30653298,30659720,30659770,30660405,30660419,30661666,30661781,30662126,30666867,30690803,30690821,30690850,30691069,30691758,30692345,30692961,30693243,30694379,30694778,30699360,30699388,30699621,30700345,30700665,30700679,30703073,30703161,30703185,30703984,30704060,30709832,30710912,30717408,30719250,30721634,30722234,30722250,30722662,30723852,30724222,30725626,30727698,30734779,30736030,30737080,30737127,30737225,30738377,30738394,30739597,30740389,30741484,30741963,30744132,30745865,30767369,30767702,30768450,30769204,30770912,30770952,30773725,30775816,30780722,30781834,30781901,30782828,30782844,30785242,30785280,30785309,30786285,30786362,30787043,30787588,30794776,30795874,30797692,30799496,30799522,30799567,3080074', 'assoc_port': '30590643:30591361,30594760:30595272,30594828:30594940,30598330:30598346,30598950:30599026,30598953:30598979,30601356:30601432,30606831:30607092,30606847:30606954,30610468:30610648,30610476:30610565,30612250:30612429,30615486:30615973,30615488:30615980,30620571:30620659,30621579:30621753,30621586:30621661,30622908:30623031,30623557:30623577,30625966:30626128,30625977:30626105,30628861:30639009,30628873:30628944,30642797:30643088,30642801:30642993,30642818:30642850,30643846:30643924,30645329:30645472,30647574:30647600,30649156:30649242,30650434:30650632,30652146:30652430,30652173:30653298,30659640:30659770,30659643:30661666,30659649:30659720,30660273:30660419,30660276:30660405,30660620:30662126,30661739:30661781,30666713:30666867,30690723:30690850,30690728:30690821,30690731:30690803,30691044:30691069,30691700:30691758,30692291:30692345,30692845:30692961,30693200:30693243,30694349:30694379,30694744:30694778,30699315:30699388,30699332:30699360,30699528:30699621,30700328:30700345,30700632:30700679,30700636:3070066', 'assoc_mat': '30590643:ela:4207:30591361,30594760:ela:4207:30595272,30594828:ela:4207:30594940,30598330:ela:4207:30598346,30598950:ela:4207:30599026,30598953:ela:4207:30598979,30601356:ela:4207:30601432,30606831:ela:4207:30607092,30606847:ela:4207:30606954,30610468:ela:4207:30610648,30610476:ela:4207:30610565,30612250:ela:4207:30612429,30615486:ela:4207:30615973,30615488:ela:4207:30615980,30620571:ela:4207:30620659,30621579:ela:4207:30621753,30621586:ela:4207:30621661,30622908:ela:4207:30623031,30623557:ela:4207:30623577,30625966:ela:4207:30626128,30625977:ela:4207:30626105,30628861:ela:4207:30639009,30628873:ela:4207:30628944,30642797:ela:4207:30643088,30642801:ela:4207:30642993,30642818:ela:4207:30642850,30643846:ela:4207:30643924,30645329:ela:4207:30645472,30647574:ela:4207:30647600,30649156:ela:4207:30649242,30650434:ela:4207:30650632,30652146:ela:4207:30652430,30652173:ela:4207:30653298,30659640:ela:4207:30659770,30659643:ela:4207:30661666,30659649:ela:4207:30659720,30660273:ela:4207:30660419,30660276:ela:4207:3066040'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005095429236315569, 'nb_photo': 16, 'list_port_cont': '30649309,30701873,30710125,30722687,30725699,30741510,30744358,30796979,30798062,30807274,30808840,30812612,30886578', 'assoc_port': '30647557:30649309,30701692:30701873,30709799:30710125,30722577:30722687,30725602:30725699,30739573:30741510,30741934:30744358,30796901:30796979,30797924:30798062,30807058:30807274,30808736:30808840,30811817:30812612,30886472:30886578', 'assoc_mat': '30647557:ela:4461:30649309,30701692:ela:4461:30701873,30709799:ela:4461:30710125,30722577:ela:4461:30722687,30725602:ela:4461:30725699,30739573:ela:4461:30741510,30741934:ela:4461:30744358,30796901:ela:4461:30796979,30797924:ela:4461:30798062,30807058:ela:4461:30807274,30808736:ela:4461:30808840,30811817:ela:4461:30812612,30886472:ela:4461:30886578'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0013832698649807382, 'nb_photo': 189, 'list_port_cont': '30589151,30591713,30592569,30595032,30595231,30595852,30596279,30598694,30598983,30599251,30601688,30606621,30607947,30609454,30612479,30612928,30620339,30621900,30623094,30623743,30628990,30629223,30629328,30643962,30646717,30647012,30647639,30649992,30652282,30652422,30652449,30653547,30659254,30660223,30660697,30661119,30661831,30662723,30691105,30691426,30691832,30692405,30692455,30694496,30699653,30700171,30700721,30701804,30702795,30702860,30704616,30707662,30709907,30710096,30711235,30712576,30712701,30713778,30714855,30717222,30721649,30721664,30722713,30723895,30734813,30735227,30736052,30737208,30737781,30739280,30739669,30739674,30739694,30766498,30767522,30769176,30770031,30772842,30773778,30779932,30780748,30781777,30781819,30783680,30785874,30788487,30795924,30796969,30798101,30798317,30800833,30801288,30807606,30807825,30807848,30808808,30809776,30809793,30813598,30814092,30819943,30824963,30825019,30827338,30827452,30849735,30850136,30852768,30853932,30855601,30855639,30862475,30862526,3086446', 'assoc_port': '30589034:30589151,30591565:30591713,30592446:30592569,30594820:30595231,30594832:30595032,30595730:30595852,30595999:30596279,30598609:30598694,30598617:30601688,30598951:30598983,30599177:30599251,30606399:30606621,30607884:30607947,30609199:30609454,30612256:30612479,30612745:30612928,30620242:30620339,30621578:30621900,30621588:30623743,30622989:30623094,30628832:30629328,30628858:30629223,30628869:30628990,30642821:30647012,30643845:30643962,30646532:30646717,30647576:30647639,30649848:30652449,30649862:30649992,30652157:30652422,30652176:30652282,30653103:30653547,30659029:30659254,30659641:30660223,30659648:30661119,30660618:30660697,30661735:30661831,30662516:30662723,30691043:30691105,30691352:30691426,30691695:30691832,30692284:30692455,30692292:30692405,30694344:30694496,30699527:30699653,30700044:30700171,30700634:30700721,30701694:30701804,30702694:30702860,30702699:30702795,30703023:30704616,30707631:30707662,30709796:30710096,30709804:30709907,30710839:30711235,30712484:30712701,30712497:3071257', 'assoc_mat': '30589034:ela:4200:30589151,30591565:ela:4200:30591713,30592446:ela:4200:30592569,30594820:ela:4200:30595231,30594832:ela:4200:30595032,30595730:ela:4200:30595852,30595999:ela:4200:30596279,30598609:ela:4200:30598694,30598617:ela:4200:30601688,30598951:ela:4200:30598983,30599177:ela:4200:30599251,30606399:ela:4200:30606621,30607884:ela:4200:30607947,30609199:ela:4200:30609454,30612256:ela:4200:30612479,30612745:ela:4200:30612928,30620242:ela:4200:30620339,30621578:ela:4200:30621900,30621588:ela:4200:30623743,30622989:ela:4200:30623094,30628832:ela:4200:30629328,30628858:ela:4200:30629223,30628869:ela:4200:30628990,30642821:ela:4200:30647012,30643845:ela:4200:30643962,30646532:ela:4200:30646717,30647576:ela:4200:30647639,30649848:ela:4200:30652449,30649862:ela:4200:30649992,30652157:ela:4200:30652422,30652176:ela:4200:30652282,30653103:ela:4200:30653547,30659029:ela:4200:30659254,30659641:ela:4200:30660223,30659648:ela:4200:30661119,30660618:ela:4200:30660697,30661735:ela:4200:30661831,30662516:ela:4200:3066272'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032482105294197707, 'nb_photo': 200, 'list_port_cont': '30590848,30595087,30609518,30610721,30612545,30616217,30620205,30621882,30623192,30629301,30639153,30643041,30646866,30650735,30653685,30660486,30661687,30661878,30663070,30666853,30691882,30692381,30693442,30701858,30703171,30710984,30717308,30722274,30723911,30723919,30724388,30725801,30740480,30767424,30770088,30770971,30780779,30782881,30785327,30786416,30795372,30795960,30798727,30799622,30807233,30808634,30810489,30812000,30815168,30815932,30819971,30820373,30820879,30827502,30827508,30828512,30833809,30850298,30852716,30856544,30859835,30861560,30863922,30864607,30866165,30873679,30873790,30874783,30875371,30877014,30878673,30881193,30881534,30886622', 'assoc_port': '30590646:30590848,30594835:30595087,30609192:30609518,30610467:30610721,30612295:30612545,30615492:30616217,30619912:30620205,30621587:30621882,30622992:30623192,30628835:30629301,30638945:30639153,30642827:30643041,30646535:30646866,30650439:30650735,30652165:30653685,30659642:30661687,30660278:30660486,30661742:30661878,30662986:30663070,30666722:30666853,30691692:30691882,30692289:30692381,30693199:30693442,30701682:30701858,30703021:30703171,30710836:30710984,30716925:30717308,30721604:30722274,30723827:30723911,30723828:30723919,30724085:30724388,30725598:30725801,30740248:30740480,30767184:30767424,30769897:30770088,30770717:30770971,30780580:30780779,30782760:30782881,30785185:30785327,30786232:30786416,30794742:30795372,30795766:30795960,30798185:30798727,30799463:30799622,30807062:30807233,30808487:30808634,30809645:30810489,30811812:30812000,30813476:30815932,30814541:30815168,30819800:30819971,30820204:30820373,30820556:30820879,30827163:30827508,30827188:30827502,30828254:30828512,30833647:3083380', 'assoc_mat': '30590646:ela:4209:30590848,30594835:ela:4209:30595087,30609192:ela:4209:30609518,30610467:ela:4209:30610721,30612295:ela:4209:30612545,30615492:ela:4209:30616217,30619912:ela:4209:30620205,30621587:ela:4209:30621882,30622992:ela:4209:30623192,30628835:ela:4209:30629301,30638945:ela:4209:30639153,30642827:ela:4209:30643041,30646535:ela:4209:30646866,30650439:ela:4209:30650735,30652165:ela:4209:30653685,30659642:ela:4209:30661687,30660278:ela:4209:30660486,30661742:ela:4209:30661878,30662986:ela:4209:30663070,30666722:ela:4209:30666853,30691692:ela:4209:30691882,30692289:ela:4209:30692381,30693199:ela:4209:30693442,30701682:ela:4209:30701858,30703021:ela:4209:30703171,30710836:ela:4209:30710984,30716925:ela:4209:30717308,30721604:ela:4209:30722274,30723827:ela:4209:30723911,30723828:ela:4209:30723919,30724085:ela:4209:30724388,30725598:ela:4209:30725801,30740248:ela:4209:30740480,30767184:ela:4209:30767424,30769897:ela:4209:30770088,30770717:ela:4209:30770971,30780580:ela:4209:30780779,30782760:ela:4209:3078288'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010003444913024191, 'nb_photo': 1484, 'list_port_cont': '30589601,30590812,30590825,30592589,30595070,30595245,30595289,30595442,30595881,30596560,30598468,30598805,30600401,30601489,30606654,30606688,30608023,30609574,30610745,30613044,30613399,30616358,30616552,30619582,30620082,30621768,30621910,30622026,30623271,30624592,30625683,30626607,30628616,30629269,30629521,30640348,30643014,30643113,30643127,30644049,30645702,30646926,30647674,30648030,30650070,30650118,30651695,30653080,30653767,30656031,30659217,30659884,30659901,30660514,30660771,30661372,30661883,30662755,30662809,30663955,30667062,30690938,30690956,30691079,30691182,30691902,30691948,30692003,30692472,30692479,30692509,30692985,30694019,30694042,30694481,30694519,30695345,30695407,30698087,30698454,30698922,30698934,30699079,30700246,30700462,30700757,30700784,30701971,30702884,30702935,30702947,30704103,30704334,30705367,30707740,30708322,30708340,30709436,30709449,30710629,30710995,30711008,30712689,30712727,30713041,30713869,30714927,30719484,30720528,30720549,30721806,30721822,30722772,3072278', 'assoc_port': '30589032:30589601,30590638:30590825,30590648:30590812,30592445:30592589,30594761:30595070,30594794:30595442,30594826:30595289,30594830:30595245,30595732:30595881,30596000:30596560,30598331:30598468,30598615:30598805,30599916:30600401,30601360:30601489,30606396:30606688,30606405:30606654,30607881:30608023,30609189:30609574,30610481:30610745,30610942:30613399,30612298:30616358,30612740:30613044,30612744:30616552,30619330:30619582,30619915:30620082,30621576:30622026,30621584:30621910,30621590:30621768,30622906:30623271,30622948:30625683,30624349:30624592,30625962:30626607,30628395:30628616,30628830:30629521,30628859:30629269,30639891:30640348,30642806:30643127,30642816:30643113,30642828:30643014,30643827:30644049,30645322:30645702,30646527:30646926,30647575:30647674,30647880:30648030,30649850:30650118,30649884:30650070,30651380:30651695,30652166:30653080,30652181:30656031,30653104:30653767,30659037:30659217,30659638:30659901,30659647:30659884,30659654:30661372,30660274:30660514,30660621:30660771,30661740:3066188', 'assoc_mat': '30589032:ela:4211:30589601,30590638:ela:4211:30590825,30590648:ela:4211:30590812,30592445:ela:4211:30592589,30594761:ela:4211:30595070,30594794:ela:4211:30595442,30594826:ela:4211:30595289,30594830:ela:4211:30595245,30595732:ela:4211:30595881,30596000:ela:4211:30596560,30598331:ela:4211:30598468,30598615:ela:4211:30598805,30599916:ela:4211:30600401,30601360:ela:4211:30601489,30606396:ela:4211:30606688,30606405:ela:4211:30606654,30607881:ela:4211:30608023,30609189:ela:4211:30609574,30610481:ela:4211:30610745,30610942:ela:4211:30613399,30612298:ela:4211:30616358,30612740:ela:4211:30613044,30612744:ela:4211:30616552,30619330:ela:4211:30619582,30619915:ela:4211:30620082,30621576:ela:4211:30622026,30621584:ela:4211:30621910,30621590:ela:4211:30621768,30622906:ela:4211:30623271,30622948:ela:4211:30625683,30624349:ela:4211:30624592,30625962:ela:4211:30626607,30628395:ela:4211:30628616,30628830:ela:4211:30629521,30628859:ela:4211:30629269,30639891:ela:4211:30640348,30642806:ela:4211:30643127,30642816:ela:4211:3064311'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0039283303824808515, 'nb_photo': 417, 'list_port_cont': '30592719,30593808,30598638,30599043,30610666,30612795,30621645,30623600,30633668,30646741,30651535,30660668,30661059,30662627,30691800,30693978,30700221,30700374,30700703,30702831,30708236,30711359,30712665,30714269,30722639,30726254,30737053,30740499,30743132,30767375,30767465,30770902,30780445,30783581,30787092,30793366,30795903,30799935,30807192,30811952,30813635,30814058,30820840,30831484,30852737,30861306,30861506,30863632,30868143,30874316,30877131', 'assoc_port': '30592643:30592719,30593708:30593808,30598618:30598638,30598948:30599043,30610474:30610666,30612752:30612795,30621589:30621645,30623556:30623600,30628402:30633668,30646536:30646741,30651375:30651535,30659651:30661059,30660619:30660668,30662522:30662627,30691698:30691800,30693892:30693978,30700041:30700221,30700325:30700374,30700630:30700703,30702695:30702831,30708193:30708236,30711330:30711359,30712488:30712665,30714264:30714269,30722608:30722639,30726241:30726254,30736995:30737053,30740250:30740499,30742941:30743132,30767185:30767465,30767190:30767375,30770715:30770902,30780306:30780445,30783382:30783581,30787016:30787092,30793123:30793366,30795753:30795903,30799843:30799935,30807073:30807192,30811806:30811952,30813479:30813635,30813960:30814058,30820630:30820840,30827848:30831484,30852458:30852737,30861080:30861506,30861085:30861306,30862824:30863632,30867718:30868143,30874161:30874316,30876993:30877131', 'assoc_mat': '30592643:etiquette:4205:30592719,30593708:etiquette:4205:30593808,30598618:etiquette:4205:30598638,30598948:etiquette:4205:30599043,30610474:etiquette:4205:30610666,30612752:etiquette:4205:30612795,30621589:etiquette:4205:30621645,30623556:etiquette:4205:30623600,30628402:etiquette:4205:30633668,30646536:etiquette:4205:30646741,30651375:etiquette:4205:30651535,30659651:etiquette:4205:30661059,30660619:etiquette:4205:30660668,30662522:etiquette:4205:30662627,30691698:etiquette:4205:30691800,30693892:etiquette:4205:30693978,30700041:etiquette:4205:30700221,30700325:etiquette:4205:30700374,30700630:etiquette:4205:30700703,30702695:etiquette:4205:30702831,30708193:etiquette:4205:30708236,30711330:etiquette:4205:30711359,30712488:etiquette:4205:30712665,30714264:etiquette:4205:30714269,30722608:etiquette:4205:30722639,30726241:etiquette:4205:30726254,30736995:etiquette:4205:30737053,30740250:etiquette:4205:30740499,30742941:etiquette:4205:30743132,30767185:etiquette:4205:30767465,30767190:etiquette:4205:30767375,3'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00981625691135923, 'nb_photo': 8258, 'list_port_cont': '30591929,30595551,30597474,30598827,30599386,30608770,30611320,30622046,30623458,30628839,30629380,30643389,30647961,30648957,30650229,30651845,30659279,30661922,30664031,30666981,30691461,30692597,30693029,30694580,30694671,30698516,30699881,30702134,30703219,30707592,30709247,30717620,30717652,30720755,30722822,30725963,30727672,30737705,30739961,30742386,30767671,30769289,30774047,30781988,30785504,30787494,30794673,30797314,30799839,30801394,30807934,30812096,30815302,30818186,30820183,30825452,30828615,30849760,30853051,30855994,30862565,30866289,30868463,30869141,30874828,30879268,30879522,30881244,30886680', 'assoc_port': '30591562:30591929,30594827:30595551,30597286:30597474,30598610:30598827,30599179:30599386,30607874:30608770,30610940:30611320,30621580:30622046,30622991:30623458,30628387:30628839,30628870:30629380,30642803:30643389,30642825:30647961,30645336:30648957,30649858:30650229,30651385:30651845,30659035:30659279,30661736:30661922,30663787:30664031,30666717:30666981,30691353:30691461,30692285:30692597,30692850:30693029,30694347:30694580,30694607:30694671,30698409:30698516,30699530:30699881,30701688:30702134,30703024:30703219,30707474:30707592,30709226:30709247,30716912:30717652,30716916:30717620,30720606:30720755,30722607:30722822,30725593:30725963,30727243:30727672,30736977:30737705,30739558:30739961,30741935:30742386,30767182:30767671,30769118:30769289,30773667:30774047,30781690:30781988,30785189:30785504,30787323:30787494,30794321:30794673,30796900:30797314,30799460:30799839,30801207:30801394,30807776:30807934,30809644:30812096,30812453:30815302,30818014:30818186,30819805:30820183,30824843:30825452,30828247:3082861', 'assoc_mat': '30591562:etiquette:4203:30591929,30594827:etiquette:4203:30595551,30597286:etiquette:4203:30597474,30598610:etiquette:4203:30598827,30599179:etiquette:4203:30599386,30607874:etiquette:4203:30608770,30610940:etiquette:4203:30611320,30621580:etiquette:4203:30622046,30622991:etiquette:4203:30623458,30628387:etiquette:4203:30628839,30628870:etiquette:4203:30629380,30642803:etiquette:4203:30643389,30642825:etiquette:4203:30647961,30645336:etiquette:4203:30648957,30649858:etiquette:4203:30650229,30651385:etiquette:4203:30651845,30659035:etiquette:4203:30659279,30661736:etiquette:4203:30661922,30663787:etiquette:4203:30664031,30666717:etiquette:4203:30666981,30691353:etiquette:4203:30691461,30692285:etiquette:4203:30692597,30692850:etiquette:4203:30693029,30694347:etiquette:4203:30694580,30694607:etiquette:4203:30694671,30698409:etiquette:4203:30698516,30699530:etiquette:4203:30699881,30701688:etiquette:4203:30702134,30703024:etiquette:4203:30703219,30707474:etiquette:4203:30707592,30709226:etiquette:4203:30709247,3'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009257053984917041, 'nb_photo': 343, 'list_port_cont': '30589101,30594944,30594967,30595013,30595049,30595138,30595155,30595188,30596228,30598355,30598401,30598966,30606935,30607094,30610579,30610657,30612345,30612388,30612435,30612491,30615844,30618866,30619405,30619975,30620657,30621666,30621689,30621707,30621751,30623029,30623050,30623591,30624435,30625562,30626098,30626126,30628497,30628936,30629100,30642858,30642998,30643932,30645480,30646701,30647590,30647927,30650569,30650638,30651206,30651431,30653304,30659695,30659776,30659830,30660433,30661664,30661847,30662132,30666819,30666870,30690286,30691121,30691374,30691737,30691755,30692371,30693912,30694766,30698069,30699369,30699384,30699612,30700661,30700674,30701759,30703086,30703154,30703196,30703989,30704064,30707656,30709810,30709830,30709881,30710116,30710240,30710911,30712562,30712925,30713315,30716976,30717100,30717254,30717267,30717320,30717416,30721631,30721722,30722236,30722253,30722625,30722667,30723857,30723875,30724236,30725634,30725655,30726542,30727371,30727708,30734784,30735204,30736040,3073712', 'assoc_port': '30589033:30589101,30594759:30595188,30594764:30595155,30594777:30595138,30594792:30595013,30594823:30595049,30594828:30594944,30594833:30594967,30595998:30596228,30598325:30598401,30598330:30598355,30598953:30598966,30606831:30607094,30606862:30606935,30610468:30610657,30610473:30610579,30612250:30612435,30612251:30612491,30612254:30612388,30612297:30612345,30615490:30615844,30618815:30618866,30619328:30619405,30619914:30619975,30620571:30620657,30621577:30621707,30621579:30621751,30621583:30621689,30621586:30621666,30622903:30623050,30622908:30623029,30622970:30624435,30623557:30623591,30625481:30625562,30625966:30626126,30625977:30626098,30628404:30628497,30628854:30629100,30628873:30628936,30642801:30642998,30642818:30642858,30643846:30643932,30645329:30645480,30646539:30646701,30647574:30647590,30647877:30647927,30650434:30650638,30650438:30650569,30650442:30651206,30651384:30651431,30652173:30653304,30659611:30659830,30659640:30659776,30659643:30661664,30659653:30659695,30660273:30660433,30660620:3066213', 'assoc_mat': '30589033:etiquette:4207:30589101,30594759:etiquette:4207:30595188,30594764:etiquette:4207:30595155,30594777:etiquette:4207:30595138,30594792:etiquette:4207:30595013,30594823:etiquette:4207:30595049,30594828:etiquette:4207:30594944,30594833:etiquette:4207:30594967,30595998:etiquette:4207:30596228,30598325:etiquette:4207:30598401,30598330:etiquette:4207:30598355,30598953:etiquette:4207:30598966,30606831:etiquette:4207:30607094,30606862:etiquette:4207:30606935,30610468:etiquette:4207:30610657,30610473:etiquette:4207:30610579,30612250:etiquette:4207:30612435,30612251:etiquette:4207:30612491,30612254:etiquette:4207:30612388,30612297:etiquette:4207:30612345,30615490:etiquette:4207:30615844,30618815:etiquette:4207:30618866,30619328:etiquette:4207:30619405,30619914:etiquette:4207:30619975,30620571:etiquette:4207:30620657,30621577:etiquette:4207:30621707,30621579:etiquette:4207:30621751,30621583:etiquette:4207:30621689,30621586:etiquette:4207:30621666,30622903:etiquette:4207:30623050,30622908:etiquette:4207:30623029,3'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0006801421373502553, 'nb_photo': 184, 'list_port_cont': '30595199,30595365,30595800,30598436,30599057,30601462,30607116,30612428,30612518,30619509,30620706,30621733,30623068,30625622,30629017,30642952,30643156,30645497,30649310,30650671,30652325,30659740,30659796,30659850,30660444,30666775,30666883,30690890,30691855,30692416,30694443,30699411,30700389,30700427,30700724,30701872,30702906,30703116,30704979,30707693,30708274,30710154,30717335,30717563,30721690,30721864,30722677,30723944,30725703,30725744,30732238,30736068,30736148,30737826,30741507,30741549,30744362,30766585,30767427,30767761,30779819,30780190,30782459,30786326,30786365,30786485,30787104,30788526,30794814,30794855,30796978,30799588,30800766,30807273,30809730,30810513,30814108,30814150,30819001,30827304,30827360,30828447,30833743,30850102,30855651,30861598,30862949,30866062,30873639,30873705,30874340,30874675,30875306,30875711,30879192,30881153,30886412,30886580,30891636', 'assoc_port': '30594758:30595365,30594763:30595199,30594829:30595800,30598332:30598436,30598957:30599057,30601361:30601462,30606833:30607116,30610478:30612428,30612253:30612518,30619326:30619509,30620568:30620706,30621582:30621733,30622928:30623068,30625444:30625622,30628860:30629017,30642793:30643156,30642829:30642952,30645333:30645497,30647557:30649310,30650440:30650671,30652163:30652325,30659624:30659850,30659645:30659796,30659655:30659740,30660279:30660444,30666709:30666775,30666716:30666883,30690722:30690890,30691688:30691855,30692293:30692416,30694343:30694443,30699321:30699411,30700321:30700427,30700324:30700389,30700637:30700724,30701692:30701872,30702696:30702906,30703025:30703116,30703950:30704979,30707626:30707693,30708195:30708274,30709806:30710154,30710838:30717563,30716919:30717335,30721562:30721864,30721598:30721690,30722577:30722677,30723825:30723944,30725590:30725744,30725602:30725703,30727247:30732238,30736013:30736148,30736017:30736068,30737699:30737826,30739559:30741549,30739573:30741507,30741934:3074436', 'assoc_mat': '30594758:etiquette:4461:30595365,30594763:etiquette:4461:30595199,30594829:etiquette:4461:30595800,30598332:etiquette:4461:30598436,30598957:etiquette:4461:30599057,30601361:etiquette:4461:30601462,30606833:etiquette:4461:30607116,30610478:etiquette:4461:30612428,30612253:etiquette:4461:30612518,30619326:etiquette:4461:30619509,30620568:etiquette:4461:30620706,30621582:etiquette:4461:30621733,30622928:etiquette:4461:30623068,30625444:etiquette:4461:30625622,30628860:etiquette:4461:30629017,30642793:etiquette:4461:30643156,30642829:etiquette:4461:30642952,30645333:etiquette:4461:30645497,30647557:etiquette:4461:30649310,30650440:etiquette:4461:30650671,30652163:etiquette:4461:30652325,30659624:etiquette:4461:30659850,30659645:etiquette:4461:30659796,30659655:etiquette:4461:30659740,30660279:etiquette:4461:30660444,30666709:etiquette:4461:30666775,30666716:etiquette:4461:30666883,30690722:etiquette:4461:30690890,30691688:etiquette:4461:30691855,30692293:etiquette:4461:30692416,30694343:etiquette:4461:30694443,3'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0031331834889865564, 'nb_photo': 1176, 'list_port_cont': '30589153,30590671,30590695,30591708,30591720,30592562,30595042,30595232,30595850,30596278,30598419,30598712,30598993,30599255,30601686,30606607,30607063,30607954,30608020,30609451,30611529,30611753,30612478,30612926,30612947,30618983,30619540,30620342,30621891,30623076,30623126,30623739,30624088,30626188,30628587,30628962,30628982,30629230,30629331,30643038,30643279,30643960,30645456,30646710,30647011,30647646,30649998,30652287,30652413,30652442,30652471,30653560,30659263,30660231,30660694,30661067,30661117,30661838,30662585,30662722,30663906,30690323,30691113,30691431,30691821,30692397,30692453,30692857,30692876,30692931,30693016,30693960,30694491,30694630,30694812,30698302,30698865,30698968,30699647,30699833,30700170,30700718,30701812,30701935,30702796,30702858,30704076,30704626,30707669,30707727,30708212,30709915,30710090,30710956,30711237,30711392,30712565,30712641,30712700,30713790,30714848,30717227,30720644,30721650,30721674,30722721,30723372,30723881,30724252,30724322,30725686,30726284,30727552,3073129', 'assoc_port': '30589034:30589153,30590639:30590671,30590640:30590695,30591564:30591708,30591565:30591720,30592446:30592562,30594820:30595232,30594832:30595042,30595730:30595850,30595999:30596278,30598329:30598419,30598609:30598712,30598617:30601686,30598951:30598993,30599177:30599255,30606399:30606607,30606828:30607063,30607877:30608020,30607884:30607954,30609185:30611529,30609199:30609451,30610949:30611753,30612256:30612478,30612739:30612947,30612745:30612926,30618812:30618983,30619329:30619540,30620242:30620342,30621578:30621891,30621588:30623739,30622905:30623126,30622989:30623076,30623745:30624088,30625963:30626188,30628388:30628587,30628832:30629331,30628858:30629230,30628869:30628982,30628872:30628962,30642795:30643279,30642811:30643038,30642821:30647011,30643845:30643960,30645323:30645456,30646532:30646710,30647576:30647646,30649848:30652442,30649862:30649998,30652140:30652471,30652157:30652413,30652176:30652287,30653103:30653560,30659029:30659263,30659641:30660231,30659648:30661117,30659658:30661067,30660618:3066069', 'assoc_mat': '30589034:etiquette:4200:30589153,30590639:etiquette:4200:30590671,30590640:etiquette:4200:30590695,30591564:etiquette:4200:30591708,30591565:etiquette:4200:30591720,30592446:etiquette:4200:30592562,30594820:etiquette:4200:30595232,30594832:etiquette:4200:30595042,30595730:etiquette:4200:30595850,30595999:etiquette:4200:30596278,30598329:etiquette:4200:30598419,30598609:etiquette:4200:30598712,30598617:etiquette:4200:30601686,30598951:etiquette:4200:30598993,30599177:etiquette:4200:30599255,30606399:etiquette:4200:30606607,30606828:etiquette:4200:30607063,30607877:etiquette:4200:30608020,30607884:etiquette:4200:30607954,30609185:etiquette:4200:30611529,30609199:etiquette:4200:30609451,30610949:etiquette:4200:30611753,30612256:etiquette:4200:30612478,30612739:etiquette:4200:30612947,30612745:etiquette:4200:30612926,30618812:etiquette:4200:30618983,30619329:etiquette:4200:30619540,30620242:etiquette:4200:30620342,30621578:etiquette:4200:30621891,30621588:etiquette:4200:30623739,30622905:etiquette:4200:30623126,3'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008735356201145487, 'nb_photo': 1675, 'list_port_cont': '30590851,30595009,30595095,30599092,30609506,30610722,30612546,30616223,30620203,30621886,30623190,30629293,30639157,30643039,30646871,30650734,30653678,30660484,30661692,30661879,30663028,30663063,30666845,30690770,30691877,30692311,30692376,30693427,30694667,30701860,30703169,30710043,30710974,30717306,30722280,30723905,30723933,30724391,30724929,30725771,30725800,30727740,30738453,30740485,30767420,30770093,30770962,30780773,30782885,30785323,30786408,30789683,30795371,30795965,30798729,30799618,30801347,30807237,30808622,30809666,30810486,30812004,30815180,30815930,30819974,30820371,30820882,30827500,30827519,30828522,30833811,30850303,30852713,30856541,30859847,30859947,30859994,30861203,30861269,30861344,30861373,30861561,30861577,30863921,30864605,30866154,30866178,30873676,30873798,30874787,30875364,30877024,30878671,30881200,30881530,30886636', 'assoc_port': '30590646:30590851,30594791:30595009,30594835:30595095,30598956:30599092,30609192:30609506,30610467:30610722,30612295:30612546,30615492:30616223,30619912:30620203,30621587:30621886,30622992:30623190,30628835:30629293,30638945:30639157,30642827:30643039,30646535:30646871,30650439:30650734,30652165:30653678,30659642:30661692,30660278:30660484,30661742:30661879,30662986:30663063,30662987:30663028,30666722:30666845,30690730:30690770,30691692:30691877,30692288:30692311,30692289:30692376,30693199:30693427,30694604:30694667,30701682:30701860,30703021:30703169,30709801:30710043,30710836:30710974,30716925:30717306,30721604:30722280,30723827:30723905,30723828:30723933,30724085:30724391,30724754:30724929,30725591:30725771,30725598:30725800,30727649:30727740,30738354:30738453,30740248:30740485,30767184:30767420,30769897:30770093,30770717:30770962,30780580:30780773,30782760:30782885,30785185:30785323,30786232:30786408,30786233:30789683,30794742:30795371,30795766:30795965,30798185:30798729,30799463:30799618,30800661:3080134', 'assoc_mat': '30590646:etiquette:4209:30590851,30594791:etiquette:4209:30595009,30594835:etiquette:4209:30595095,30598956:etiquette:4209:30599092,30609192:etiquette:4209:30609506,30610467:etiquette:4209:30610722,30612295:etiquette:4209:30612546,30615492:etiquette:4209:30616223,30619912:etiquette:4209:30620203,30621587:etiquette:4209:30621886,30622992:etiquette:4209:30623190,30628835:etiquette:4209:30629293,30638945:etiquette:4209:30639157,30642827:etiquette:4209:30643039,30646535:etiquette:4209:30646871,30650439:etiquette:4209:30650734,30652165:etiquette:4209:30653678,30659642:etiquette:4209:30661692,30660278:etiquette:4209:30660484,30661742:etiquette:4209:30661879,30662986:etiquette:4209:30663063,30662987:etiquette:4209:30663028,30666722:etiquette:4209:30666845,30690730:etiquette:4209:30690770,30691692:etiquette:4209:30691877,30692288:etiquette:4209:30692311,30692289:etiquette:4209:30692376,30693199:etiquette:4209:30693427,30694604:etiquette:4209:30694667,30701682:etiquette:4209:30701860,30703021:etiquette:4209:30703169,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0017902156695731532, 'nb_photo': 17617, 'list_port_cont': '30589608,30590807,30590823,30592587,30595077,30595247,30595293,30595452,30595884,30596559,30598471,30598808,30600389,30601502,30606666,30606685,30608029,30609582,30610748,30613047,30613395,30616348,30616556,30619583,30620080,30621782,30621920,30622029,30623277,30624590,30625694,30626606,30628620,30629280,30629528,30640339,30643017,30643109,30643125,30644050,30645713,30646929,30647681,30648032,30650065,30650127,30651693,30653082,30653766,30656026,30659203,30659871,30659902,30660504,30660760,30661371,30661886,30662757,30662807,30663962,30667071,30690928,30690950,30691086,30691188,30691916,30691937,30692011,30692466,30692491,30692502,30692995,30694032,30694040,30694480,30694509,30695334,30695403,30698089,30698459,30698918,30698931,30699083,30700250,30700464,30700770,30700783,30701966,30702890,30702927,30702953,30704097,30704336,30705365,30707747,30708323,30708346,30709434,30709446,30710630,30711001,30711005,30712685,30712731,30713031,30713860,30714939,30719481,30720531,30720540,30721800,30721826,30722776,3072279', 'assoc_port': '30589032:30589608,30590638:30590823,30590648:30590807,30592445:30592587,30594761:30595077,30594794:30595452,30594826:30595293,30594830:30595247,30595732:30595884,30596000:30596559,30598331:30598471,30598615:30598808,30599916:30600389,30601360:30601502,30606396:30606685,30606405:30606666,30607881:30608029,30609189:30609582,30610481:30610748,30610942:30613395,30612298:30616348,30612740:30613047,30612744:30616556,30619330:30619583,30619915:30620080,30621576:30622029,30621584:30621920,30621590:30621782,30622906:30623277,30622948:30625694,30624349:30624590,30625962:30626606,30628395:30628620,30628830:30629528,30628859:30629280,30639891:30640339,30642806:30643125,30642816:30643109,30642828:30643017,30643827:30644050,30645322:30645713,30646527:30646929,30647575:30647681,30647880:30648032,30649850:30650127,30649884:30650065,30651380:30651693,30652166:30653082,30652181:30656026,30653104:30653766,30659037:30659203,30659638:30659902,30659647:30659871,30659654:30661371,30660274:30660504,30660621:30660760,30661740:3066188', 'assoc_mat': '30589032:etiquette:4211:30589608,30590638:etiquette:4211:30590823,30590648:etiquette:4211:30590807,30592445:etiquette:4211:30592587,30594761:etiquette:4211:30595077,30594794:etiquette:4211:30595452,30594826:etiquette:4211:30595293,30594830:etiquette:4211:30595247,30595732:etiquette:4211:30595884,30596000:etiquette:4211:30596559,30598331:etiquette:4211:30598471,30598615:etiquette:4211:30598808,30599916:etiquette:4211:30600389,30601360:etiquette:4211:30601502,30606396:etiquette:4211:30606685,30606405:etiquette:4211:30606666,30607881:etiquette:4211:30608029,30609189:etiquette:4211:30609582,30610481:etiquette:4211:30610748,30610942:etiquette:4211:30613395,30612298:etiquette:4211:30616348,30612740:etiquette:4211:30613047,30612744:etiquette:4211:30616556,30619330:etiquette:4211:30619583,30619915:etiquette:4211:30620080,30621576:etiquette:4211:30622029,30621584:etiquette:4211:30621920,30621590:etiquette:4211:30621782,30622906:etiquette:4211:30623277,30622948:etiquette:4211:30625694,30624349:etiquette:4211:30624590,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0017035647114918857, 'nb_photo': 303, 'list_port_cont': '30590882,30591841,30592759,30593921,30595427,30595594,30596720,30598559,30599122,30601517,30601651,30606744,30607189,30607221,30607236,30608124,30610784,30610813,30610924,30611164,30612673,30616365,30619010,30619655,30620114,30620792,30621941,30621970,30623246,30623811,30624733,30628755,30629419,30629477,30643242,30644182,30645803,30647720,30647758,30649158,30650836,30651312,30652706,30654335,30654359,30659942,30659961,30660827,30660911,30660927,30661964,30667009,30667021,30667054,30690430,30691149,30691215,30691922,30691954,30692018,30693050,30693170,30694104,30694910,30695437,30699442,30699458,30699808,30700476,30702081,30703239,30703273,30704171,30704191,30707897,30708388,30708675,30709549,30710672,30712830,30712914,30712985,30714106,30714384,30717546,30720687,30721888,30721908,30721939,30725866,30726357,30727630,30737260,30737298,30737368,30738481,30740765,30742622,30766660,30767859,30769274,30769343,30771289,30772909,30776572,30780210,30780823,30781952,30782239,30783002,30786455,30786745,30786775,3078751', 'assoc_port': '30590636:30590882,30591563:30591841,30592444:30592759,30593705:30593921,30594790:30595594,30594825:30595427,30595995:30596720,30598327:30598559,30598952:30599122,30601357:30601517,30601359:30601651,30606397:30606744,30606829:30607221,30606834:30607189,30606861:30607236,30607883:30608124,30610470:30610924,30610475:30610784,30610479:30610813,30610944:30611164,30612252:30612673,30615487:30616365,30618813:30619010,30619327:30619655,30619913:30620114,30620570:30620792,30621581:30621941,30621585:30621970,30622901:30623811,30622907:30623246,30624345:30624733,30628403:30628755,30628853:30629419,30628862:30629477,30642799:30643242,30643810:30644182,30645334:30645803,30646524:30647758,30647572:30647720,30648603:30649158,30650433:30651312,30650437:30650836,30652137:30654359,30652161:30652706,30652178:30654335,30659637:30659961,30659646:30659942,30659652:30660911,30659656:30660927,30660622:30660827,30661738:30661964,30666707:30667054,30666715:30667021,30666720:30667009,30690383:30690430,30691040:30691215,30691046:3069114', 'assoc_mat': '30590636:etiquette:3327:30590882,30591563:etiquette:3327:30591841,30592444:etiquette:3327:30592759,30593705:etiquette:3327:30593921,30594790:etiquette:3327:30595594,30594825:etiquette:3327:30595427,30595995:etiquette:3327:30596720,30598327:etiquette:3327:30598559,30598952:etiquette:3327:30599122,30601357:etiquette:3327:30601517,30601359:etiquette:3327:30601651,30606397:etiquette:3327:30606744,30606829:etiquette:3327:30607221,30606834:etiquette:3327:30607189,30606861:etiquette:3327:30607236,30607883:etiquette:3327:30608124,30610470:etiquette:3327:30610924,30610475:etiquette:3327:30610784,30610479:etiquette:3327:30610813,30610944:etiquette:3327:30611164,30612252:etiquette:3327:30612673,30615487:etiquette:3327:30616365,30618813:etiquette:3327:30619010,30619327:etiquette:3327:30619655,30619913:etiquette:3327:30620114,30620570:etiquette:3327:30620792,30621581:etiquette:3327:30621941,30621585:etiquette:3327:30621970,30622901:etiquette:3327:30623811,30622907:etiquette:3327:30623246,30624345:etiquette:3327:30624733,3'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02066783180328476, 'nb_photo': 426, 'list_port_cont': '30592724,30593804,30598633,30599041,30610668,30612783,30621653,30623596,30633663,30646728,30651518,30660665,30661050,30662629,30691802,30693971,30700380,30700702,30702825,30703106,30708228,30711364,30712662,30714295,30722634,30726265,30737056,30740510,30743133,30767378,30770893,30780431,30783589,30787096,30795892,30799929,30807189,30811943,30814061,30820839,30831496,30852729,30861302,30861505,30863636,30868140,30874324,30877124', 'assoc_port': '30592643:30592724,30593708:30593804,30598618:30598633,30598948:30599041,30610474:30610668,30612752:30612783,30621589:30621653,30623556:30623596,30628402:30633663,30646536:30646728,30651375:30651518,30659651:30661050,30660619:30660665,30662522:30662629,30691698:30691802,30693892:30693971,30700325:30700380,30700630:30700702,30702695:30702825,30703020:30703106,30708193:30708228,30711330:30711364,30712488:30712662,30714264:30714295,30722608:30722634,30726241:30726265,30736995:30737056,30740250:30740510,30742941:30743133,30767190:30767378,30770715:30770893,30780306:30780431,30783382:30783589,30787016:30787096,30795753:30795892,30799843:30799929,30807073:30807189,30811806:30811943,30813960:30814061,30820630:30820839,30827848:30831496,30852458:30852729,30861080:30861505,30861085:30861302,30862824:30863636,30867718:30868140,30874161:30874324,30876993:30877124', 'assoc_mat': '30592643:film_plastique:4205:30592724,30593708:film_plastique:4205:30593804,30598618:film_plastique:4205:30598633,30598948:film_plastique:4205:30599041,30610474:film_plastique:4205:30610668,30612752:film_plastique:4205:30612783,30621589:film_plastique:4205:30621653,30623556:film_plastique:4205:30623596,30628402:film_plastique:4205:30633663,30646536:film_plastique:4205:30646728,30651375:film_plastique:4205:30651518,30659651:film_plastique:4205:30661050,30660619:film_plastique:4205:30660665,30662522:film_plastique:4205:30662629,30691698:film_plastique:4205:30691802,30693892:film_plastique:4205:30693971,30700325:film_plastique:4205:30700380,30700630:film_plastique:4205:30700702,30702695:film_plastique:4205:30702825,30703020:film_plastique:4205:30703106,30708193:film_plastique:4205:30708228,30711330:film_plastique:4205:30711364,30712488:film_plastique:4205:30712662,30714264:film_plastique:4205:30714295,30722608:film_plastique:4205:30722634,30726241:film_plastique:4205:30726265,30736995:film_plastique:4205:3073705'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.022714207681924923, 'nb_photo': 3721, 'list_port_cont': '30591933,30595548,30597480,30598826,30599397,30608760,30611318,30622047,30623456,30628848,30629385,30643383,30647960,30648973,30650223,30651840,30659276,30661925,30664029,30666980,30691473,30692594,30693024,30694569,30694683,30698513,30699874,30702129,30703233,30707586,30709241,30717614,30717648,30720753,30722828,30725957,30727667,30737704,30739958,30742400,30767668,30769294,30774053,30781983,30785511,30787500,30794686,30797313,30799833,30801386,30807933,30812095,30815315,30818197,30820189,30825456,30828627,30849754,30853049,30856008,30862572,30866290,30868469,30869134,30874831,30879264,30879516,30881243,30886692', 'assoc_port': '30591562:30591933,30594827:30595548,30597286:30597480,30598610:30598826,30599179:30599397,30607874:30608760,30610940:30611318,30621580:30622047,30622991:30623456,30628387:30628848,30628870:30629385,30642803:30643383,30642825:30647960,30645336:30648973,30649858:30650223,30651385:30651840,30659035:30659276,30661736:30661925,30663787:30664029,30666717:30666980,30691353:30691473,30692285:30692594,30692850:30693024,30694347:30694569,30694607:30694683,30698409:30698513,30699530:30699874,30701688:30702129,30703024:30703233,30707474:30707586,30709226:30709241,30716912:30717648,30716916:30717614,30720606:30720753,30722607:30722828,30725593:30725957,30727243:30727667,30736977:30737704,30739558:30739958,30741935:30742400,30767182:30767668,30769118:30769294,30773667:30774053,30781690:30781983,30785189:30785511,30787323:30787500,30794321:30794686,30796900:30797313,30799460:30799833,30801207:30801386,30807776:30807933,30809644:30812095,30812453:30815315,30818014:30818197,30819805:30820189,30824843:30825456,30828247:3082862', 'assoc_mat': '30591562:film_plastique:4203:30591933,30594827:film_plastique:4203:30595548,30597286:film_plastique:4203:30597480,30598610:film_plastique:4203:30598826,30599179:film_plastique:4203:30599397,30607874:film_plastique:4203:30608760,30610940:film_plastique:4203:30611318,30621580:film_plastique:4203:30622047,30622991:film_plastique:4203:30623456,30628387:film_plastique:4203:30628848,30628870:film_plastique:4203:30629385,30642803:film_plastique:4203:30643383,30642825:film_plastique:4203:30647960,30645336:film_plastique:4203:30648973,30649858:film_plastique:4203:30650223,30651385:film_plastique:4203:30651840,30659035:film_plastique:4203:30659276,30661736:film_plastique:4203:30661925,30663787:film_plastique:4203:30664029,30666717:film_plastique:4203:30666980,30691353:film_plastique:4203:30691473,30692285:film_plastique:4203:30692594,30692850:film_plastique:4203:30693024,30694347:film_plastique:4203:30694569,30694607:film_plastique:4203:30694683,30698409:film_plastique:4203:30698513,30699530:film_plastique:4203:3069987'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020250029710407597, 'nb_photo': 720, 'list_port_cont': '30589109,30591368,30594945,30594972,30595026,30595050,30595145,30595161,30595262,30595774,30596234,30598353,30598404,30599027,30601419,30606934,30606953,30607089,30610524,30610590,30610651,30611032,30612354,30612367,30612399,30612439,30612486,30615847,30615961,30615986,30619970,30620651,30621662,30621762,30623034,30623061,30623581,30624422,30625568,30626129,30628491,30628945,30629093,30642851,30642994,30643098,30643912,30645464,30646690,30647610,30647613,30647925,30649239,30650557,30650628,30651217,30651422,30652257,30652318,30653302,30655955,30658440,30659708,30659718,30659823,30660415,30660429,30661783,30661857,30662131,30663944,30666767,30666818,30666865,30690296,30690799,30690824,30690836,30691070,30691371,30691730,30691748,30691849,30692315,30692346,30692374,30692977,30693910,30694391,30694408,30694770,30694792,30698079,30699359,30699376,30699613,30700339,30700686,30701747,30703039,30703053,30703074,30703090,30703158,30703190,30703977,30704056,30708238,30709815,30709827,30709875,30709987,30710072,3071011', 'assoc_port': '30589033:30589109,30590643:30591368,30594760:30595262,30594764:30595161,30594777:30595145,30594792:30595026,30594823:30595050,30594828:30594945,30594833:30594972,30595731:30595774,30595998:30596234,30598325:30598404,30598330:30598353,30598950:30599027,30601358:30601419,30606831:30607089,30606847:30606953,30606862:30606934,30610468:30610651,30610473:30610590,30610477:30610524,30610921:30611032,30612250:30612439,30612251:30612486,30612254:30612399,30612283:30612367,30612297:30612354,30615486:30615961,30615488:30615986,30615490:30615847,30619914:30619970,30620571:30620651,30621579:30621762,30621586:30621662,30622903:30623061,30622908:30623034,30622970:30624422,30623557:30623581,30625481:30625568,30625966:30626129,30628404:30628491,30628854:30629093,30628873:30628945,30642797:30643098,30642801:30642994,30642818:30642851,30643808:30643912,30645329:30645464,30645335:30647613,30646539:30646690,30647574:30647610,30647877:30647925,30649156:30649239,30650434:30650628,30650438:30650557,30650442:30651217,30651384:3065142', 'assoc_mat': '30589033:film_plastique:4207:30589109,30590643:film_plastique:4207:30591368,30594760:film_plastique:4207:30595262,30594764:film_plastique:4207:30595161,30594777:film_plastique:4207:30595145,30594792:film_plastique:4207:30595026,30594823:film_plastique:4207:30595050,30594828:film_plastique:4207:30594945,30594833:film_plastique:4207:30594972,30595731:film_plastique:4207:30595774,30595998:film_plastique:4207:30596234,30598325:film_plastique:4207:30598404,30598330:film_plastique:4207:30598353,30598950:film_plastique:4207:30599027,30601358:film_plastique:4207:30601419,30606831:film_plastique:4207:30607089,30606847:film_plastique:4207:30606953,30606862:film_plastique:4207:30606934,30610468:film_plastique:4207:30610651,30610473:film_plastique:4207:30610590,30610477:film_plastique:4207:30610524,30610921:film_plastique:4207:30611032,30612250:film_plastique:4207:30612439,30612251:film_plastique:4207:30612486,30612254:film_plastique:4207:30612399,30612283:film_plastique:4207:30612367,30612297:film_plastique:4207:3061235'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8297221821731787, 'nb_photo': 4722, 'list_port_cont': '30595108,30595191,30595361,30595798,30596470,30598369,30598440,30599055,30601466,30607108,30610685,30610823,30612430,30612519,30616067,30619507,30620717,30621726,30623081,30623143,30625616,30626208,30629018,30629144,30642889,30642937,30643161,30645494,30649265,30649311,30650661,30652337,30652376,30653622,30659736,30659793,30659849,30660437,30666777,30666875,30666939,30690856,30690894,30691776,30691868,30692421,30692888,30693996,30694444,30694832,30698102,30699401,30700390,30700424,30700736,30701864,30702902,30703117,30704030,30704980,30707685,30708277,30710129,30710158,30717167,30717338,30717373,30717495,30717555,30721695,30721856,30722690,30723939,30724336,30724516,30725696,30725743,30729517,30732233,30736078,30736157,30737105,30737827,30741516,30741544,30742035,30744370,30766583,30767426,30767767,30769210,30770729,30770844,30771242,30775882,30775944,30779821,30780189,30782447,30786323,30786380,30786487,30787111,30788538,30794817,30794847,30795839,30796985,30798061,30799586,30799956,30800758,30800785,3080728', 'assoc_port': '30594758:30595361,30594763:30595191,30594796:30595108,30594829:30595798,30595997:30596470,30598328:30598369,30598332:30598440,30598957:30599055,30601361:30601466,30606833:30607108,30610463:30610823,30610469:30610685,30610478:30612430,30612253:30612519,30615489:30616067,30619326:30619507,30620568:30620717,30621582:30621726,30622904:30623143,30622928:30623081,30625444:30625616,30625969:30626208,30628855:30629144,30628860:30629018,30642793:30643161,30642815:30642889,30642829:30642937,30645333:30645494,30647557:30649311,30649171:30649265,30650440:30650661,30652151:30652376,30652163:30652337,30653102:30653622,30659624:30659849,30659645:30659793,30659655:30659736,30660279:30660437,30661737:30666939,30666709:30666777,30666716:30666875,30690722:30690894,30690733:30690856,30691688:30691868,30691703:30691776,30692293:30692421,30692847:30692888,30693891:30693996,30694343:30694444,30694746:30694832,30698013:30698102,30699321:30699401,30700321:30700424,30700324:30700390,30700637:30700736,30701692:30701864,30702696:3070290', 'assoc_mat': '30594758:film_plastique:4461:30595361,30594763:film_plastique:4461:30595191,30594796:film_plastique:4461:30595108,30594829:film_plastique:4461:30595798,30595997:film_plastique:4461:30596470,30598328:film_plastique:4461:30598369,30598332:film_plastique:4461:30598440,30598957:film_plastique:4461:30599055,30601361:film_plastique:4461:30601466,30606833:film_plastique:4461:30607108,30610463:film_plastique:4461:30610823,30610469:film_plastique:4461:30610685,30610478:film_plastique:4461:30612430,30612253:film_plastique:4461:30612519,30615489:film_plastique:4461:30616067,30619326:film_plastique:4461:30619507,30620568:film_plastique:4461:30620717,30621582:film_plastique:4461:30621726,30622904:film_plastique:4461:30623143,30622928:film_plastique:4461:30623081,30625444:film_plastique:4461:30625616,30625969:film_plastique:4461:30626208,30628855:film_plastique:4461:30629144,30628860:film_plastique:4461:30629018,30642793:film_plastique:4461:30643161,30642815:film_plastique:4461:30642889,30642829:film_plastique:4461:3064293'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.048841609143080986, 'nb_photo': 7371, 'list_port_cont': '30589148,30590676,30590697,30591700,30591714,30592574,30595033,30595230,30595842,30596288,30598423,30598700,30598986,30599247,30601684,30606617,30607076,30607940,30608011,30609445,30611525,30611756,30612474,30612933,30612957,30618980,30619546,30620350,30621894,30623083,30623130,30623741,30624082,30626182,30628580,30628976,30628994,30629227,30629327,30643050,30643274,30643965,30645447,30646713,30647014,30647641,30649988,30652291,30652420,30652454,30652477,30653554,30659259,30660218,30660696,30661066,30661123,30661845,30662593,30662716,30663916,30690309,30691106,30691439,30691836,30692395,30692454,30692861,30692886,30692943,30693005,30693954,30694499,30694626,30694809,30698296,30698860,30698959,30699659,30699824,30700166,30700715,30701810,30701932,30702799,30702869,30704003,30704074,30704618,30707663,30707729,30708214,30709910,30710089,30710955,30711241,30711391,30712566,30712637,30712704,30713780,30714850,30717215,30720637,30721652,30721660,30722715,30723382,30723888,30724259,30724312,30725692,30726287,3072718', 'assoc_port': '30589034:30589148,30590639:30590676,30590640:30590697,30591564:30591700,30591565:30591714,30592446:30592574,30594820:30595230,30594832:30595033,30595730:30595842,30595999:30596288,30598329:30598423,30598609:30598700,30598617:30601684,30598951:30598986,30599177:30599247,30606399:30606617,30606828:30607076,30607877:30608011,30607884:30607940,30609185:30611525,30609199:30609445,30610949:30611756,30612256:30612474,30612739:30612957,30612745:30612933,30618812:30618980,30619329:30619546,30620242:30620350,30621578:30621894,30621588:30623741,30622905:30623130,30622989:30623083,30623745:30624082,30625963:30626182,30628388:30628580,30628832:30629327,30628858:30629227,30628869:30628994,30628872:30628976,30642795:30643274,30642811:30643050,30642821:30647014,30643845:30643965,30645323:30645447,30646532:30646713,30647576:30647641,30649848:30652454,30649862:30649988,30652140:30652477,30652157:30652420,30652176:30652291,30653103:30653554,30659029:30659259,30659641:30660218,30659648:30661123,30659658:30661066,30660618:3066069', 'assoc_mat': '30589034:film_plastique:4200:30589148,30590639:film_plastique:4200:30590676,30590640:film_plastique:4200:30590697,30591564:film_plastique:4200:30591700,30591565:film_plastique:4200:30591714,30592446:film_plastique:4200:30592574,30594820:film_plastique:4200:30595230,30594832:film_plastique:4200:30595033,30595730:film_plastique:4200:30595842,30595999:film_plastique:4200:30596288,30598329:film_plastique:4200:30598423,30598609:film_plastique:4200:30598700,30598617:film_plastique:4200:30601684,30598951:film_plastique:4200:30598986,30599177:film_plastique:4200:30599247,30606399:film_plastique:4200:30606617,30606828:film_plastique:4200:30607076,30607877:film_plastique:4200:30608011,30607884:film_plastique:4200:30607940,30609185:film_plastique:4200:30611525,30609199:film_plastique:4200:30609445,30610949:film_plastique:4200:30611756,30612256:film_plastique:4200:30612474,30612739:film_plastique:4200:30612957,30612745:film_plastique:4200:30612933,30618812:film_plastique:4200:30618980,30619329:film_plastique:4200:3061954'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008755692716048324, 'nb_photo': 131, 'list_port_cont': '30590849,30595084,30612553,30616210,30620206,30621878,30623191,30629290,30639143,30643055,30646867,30650729,30653676,30660473,30661682,30663038,30693440,30694664,30703178,30710972,30722269,30723910,30723931,30725774,30725802,30727745,30738468,30740486,30782892,30785333,30786401,30789679,30795968,30798734,30799620,30801350,30808632,30810474,30812007,30815173,30819981,30820374,30820883,30827492,30827518,30828525,30833808,30850296,30860001,30861195,30861381,30861549,30861574,30863914,30864598,30866151,30866174,30873682,30873796,30874780,30875365,30877026,30878662,30881194,30881531,30886626', 'assoc_port': '30590646:30590849,30594835:30595084,30612295:30612553,30615492:30616210,30619912:30620206,30621587:30621878,30622992:30623191,30628835:30629290,30638945:30639143,30642827:30643055,30646535:30646867,30650439:30650729,30652165:30653676,30659642:30661682,30660278:30660473,30662987:30663038,30693199:30693440,30694604:30694664,30703021:30703178,30710836:30710972,30721604:30722269,30723827:30723910,30723828:30723931,30725591:30725774,30725598:30725802,30727649:30727745,30738354:30738468,30740248:30740486,30782760:30782892,30785185:30785333,30786232:30786401,30786233:30789679,30795766:30795968,30798185:30798734,30799463:30799620,30800661:30801350,30808487:30808632,30809645:30810474,30811812:30812007,30814541:30815173,30819800:30819981,30820204:30820374,30820556:30820883,30827163:30827518,30827188:30827492,30828254:30828525,30833647:30833808,30850093:30850296,30859750:30860001,30861071:30861574,30861081:30861549,30861095:30861195,30861096:30861381,30862819:30863914,30864415:30864598,30865611:30866151,30865659:3086617', 'assoc_mat': '30590646:film_plastique:4209:30590849,30594835:film_plastique:4209:30595084,30612295:film_plastique:4209:30612553,30615492:film_plastique:4209:30616210,30619912:film_plastique:4209:30620206,30621587:film_plastique:4209:30621878,30622992:film_plastique:4209:30623191,30628835:film_plastique:4209:30629290,30638945:film_plastique:4209:30639143,30642827:film_plastique:4209:30643055,30646535:film_plastique:4209:30646867,30650439:film_plastique:4209:30650729,30652165:film_plastique:4209:30653676,30659642:film_plastique:4209:30661682,30660278:film_plastique:4209:30660473,30662987:film_plastique:4209:30663038,30693199:film_plastique:4209:30693440,30694604:film_plastique:4209:30694664,30703021:film_plastique:4209:30703178,30710836:film_plastique:4209:30710972,30721604:film_plastique:4209:30722269,30723827:film_plastique:4209:30723910,30723828:film_plastique:4209:30723931,30725591:film_plastique:4209:30725774,30725598:film_plastique:4209:30725802,30727649:film_plastique:4209:30727745,30738354:film_plastique:4209:3073846'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0018343140859616667, 'nb_photo': 4824, 'list_port_cont': '30589600,30590796,30590815,30592600,30595076,30595253,30595287,30595448,30595878,30596554,30598469,30598802,30600402,30601488,30606656,30606674,30608032,30609581,30610738,30613043,30613384,30616353,30616549,30619585,30620073,30621772,30621919,30622027,30623268,30624587,30625684,30626600,30628622,30629268,30629530,30640341,30643027,30643099,30643133,30644062,30645710,30646918,30647670,30648044,30650062,30650120,30651685,30653074,30653777,30656037,30659212,30659872,30659891,30660512,30660765,30661379,30661892,30662747,30662802,30663954,30667059,30690940,30690958,30691087,30691173,30691906,30691934,30692007,30692474,30692484,30692504,30692988,30694026,30694041,30694475,30694514,30695335,30695400,30698096,30698446,30698908,30698935,30699085,30700240,30700471,30700766,30700785,30701977,30702887,30702929,30702946,30704094,30704343,30705375,30707739,30708318,30708341,30709438,30709456,30710631,30710997,30711006,30712673,30712737,30713035,30713858,30714933,30719471,30720517,30720544,30721801,30721814,30722769,3072278', 'assoc_port': '30589032:30589600,30590638:30590815,30590648:30590796,30592445:30592600,30594761:30595076,30594794:30595448,30594826:30595287,30594830:30595253,30595732:30595878,30596000:30596554,30598331:30598469,30598615:30598802,30599916:30600402,30601360:30601488,30606396:30606674,30606405:30606656,30607881:30608032,30609189:30609581,30610481:30610738,30610942:30613384,30612298:30616353,30612740:30613043,30612744:30616549,30619330:30619585,30619915:30620073,30621576:30622027,30621584:30621919,30621590:30621772,30622906:30623268,30622948:30625684,30624349:30624587,30625962:30626600,30628395:30628622,30628830:30629530,30628859:30629268,30639891:30640341,30642806:30643133,30642816:30643099,30642828:30643027,30643827:30644062,30645322:30645710,30646527:30646918,30647575:30647670,30647880:30648044,30649850:30650120,30649884:30650062,30651380:30651685,30652166:30653074,30652181:30656037,30653104:30653777,30659037:30659212,30659638:30659891,30659647:30659872,30659654:30661379,30660274:30660512,30660621:30660765,30661740:3066189', 'assoc_mat': '30589032:film_plastique:4211:30589600,30590638:film_plastique:4211:30590815,30590648:film_plastique:4211:30590796,30592445:film_plastique:4211:30592600,30594761:film_plastique:4211:30595076,30594794:film_plastique:4211:30595448,30594826:film_plastique:4211:30595287,30594830:film_plastique:4211:30595253,30595732:film_plastique:4211:30595878,30596000:film_plastique:4211:30596554,30598331:film_plastique:4211:30598469,30598615:film_plastique:4211:30598802,30599916:film_plastique:4211:30600402,30601360:film_plastique:4211:30601488,30606396:film_plastique:4211:30606674,30606405:film_plastique:4211:30606656,30607881:film_plastique:4211:30608032,30609189:film_plastique:4211:30609581,30610481:film_plastique:4211:30610738,30610942:film_plastique:4211:30613384,30612298:film_plastique:4211:30616353,30612740:film_plastique:4211:30613043,30612744:film_plastique:4211:30616549,30619330:film_plastique:4211:30619585,30619915:film_plastique:4211:30620073,30621576:film_plastique:4211:30622027,30621584:film_plastique:4211:3062191'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009156327602929006, 'nb_photo': 4, 'list_port_cont': '30651533,30691794,30708235,30787084', 'assoc_port': '30651375:30651533,30691698:30691794,30708193:30708235,30787016:30787084', 'assoc_mat': '30651375:kraft:4205:30651533,30691698:kraft:4205:30691794,30708193:kraft:4205:30708235,30787016:kraft:4205:30787084'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004028274040287735, 'nb_photo': 6, 'list_port_cont': '30650232,30698521,30787492,30807927,30812098,30818188', 'assoc_port': '30649858:30650232,30698409:30698521,30787323:30787492,30807776:30807927,30809644:30812098,30818014:30818188', 'assoc_mat': '30649858:kraft:4203:30650232,30698409:kraft:4203:30698521,30787323:kraft:4203:30787492,30807776:kraft:4203:30807927,30809644:kraft:4203:30812098,30818014:kraft:4203:30818188'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019436830788875533, 'nb_photo': 28, 'list_port_cont': '30589104,30615984,30621683,30623580,30626091,30643905,30643925,30652311,30659772,30690800,30691846,30699618,30710252,30725628,30737226,30742439,30770882,30799499,30800734,30812502,30813579,30828330,30850191,30875217', 'assoc_port': '30589033:30589104,30615488:30615984,30621583:30621683,30623557:30623580,30625977:30626091,30643808:30643905,30643846:30643925,30652153:30652311,30659640:30659772,30690731:30690800,30691690:30691846,30699528:30699618,30708197:30710252,30725594:30725628,30736978:30737226,30742350:30742439,30770713:30770882,30799464:30799499,30800618:30800734,30812454:30812502,30813474:30813579,30828255:30828330,30850053:30850191,30875104:30875217', 'assoc_mat': '30589033:kraft:4207:30589104,30615488:kraft:4207:30615984,30621583:kraft:4207:30621683,30623557:kraft:4207:30623580,30625977:kraft:4207:30626091,30643808:kraft:4207:30643905,30643846:kraft:4207:30643925,30652153:kraft:4207:30652311,30659640:kraft:4207:30659772,30690731:kraft:4207:30690800,30691690:kraft:4207:30691846,30699528:kraft:4207:30699618,30708197:kraft:4207:30710252,30725594:kraft:4207:30725628,30736978:kraft:4207:30737226,30742350:kraft:4207:30742439,30770713:kraft:4207:30770882,30799464:kraft:4207:30799499,30800618:kraft:4207:30800734,30812454:kraft:4207:30812502,30813474:kraft:4207:30813579,30828255:kraft:4207:30828330,30850053:kraft:4207:30850191,30875104:kraft:4207:30875217'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.000647279305230489, 'nb_photo': 3, 'list_port_cont': '30623080,30819987,30873906', 'assoc_port': '30622989:30623080,30819801:30819987,30873836:30873906', 'assoc_mat': '30622989:kraft:4200:30623080,30819801:kraft:4200:30819987,30873836:kraft:4200:30873906'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004643100563442813, 'nb_photo': 1166, 'list_port_cont': '30589084,30594986,30595829,30601449,30605127,30606977,30610587,30612409,30615791,30618880,30620749,30623015,30624492,30625546,30628921,30629012,30646607,30649225,30650653,30652369,30653503,30659681,30660399,30661777,30661798,30666750,30666834,30666907,30690813,30692338,30692914,30694364,30695357,30698439,30700353,30700368,30702572,30704012,30710084,30710922,30710943,30717065,30717231,30723281,30723834,30726306,30726507,30729347,30737001,30737095,30737218,30738416,30740723,30742834,30769167,30770821,30772737,30773699,30781884,30782819,30783494,30786263,30786306,30793199,30796946,30797667,30797678,30799901,30800715,30807120,30808392,30809718,30810397,30811884,30813533,30814077,30818522,30819958,30824610,30827344,30827430,30828373,30849677,30851218,30852614,30853395,30859799,30859822,30859864,30861132,30861162,30861256,30861394,30861424,30862136,30865940,30865970,30867251,30873591,30877079,30878537,30881055,30881109', 'assoc_port': '30589036:30589084,30594793:30595829,30594831:30594986,30601354:30601449,30605112:30605127,30606832:30606977,30610471:30610587,30610483:30612409,30615491:30615791,30618814:30618880,30620569:30620749,30622909:30624492,30622951:30623015,30625485:30625546,30628857:30629012,30628868:30628921,30646530:30646607,30649154:30649225,30650436:30650653,30652148:30652369,30652168:30653503,30659609:30659681,30660275:30660399,30661731:30661798,30661741:30661777,30666710:30666907,30666712:30666834,30666718:30666750,30690726:30690813,30692287:30692338,30692849:30692914,30694350:30694364,30695302:30695357,30698407:30698439,30700326:30700368,30700327:30700353,30701677:30702572,30703949:30704012,30709798:30710084,30710833:30710943,30710841:30710922,30716915:30717231,30716921:30717065,30722578:30723281,30723832:30723834,30725596:30726306,30726459:30726507,30727238:30729347,30736976:30737218,30736984:30737095,30736994:30737001,30738355:30738416,30739570:30740723,30741941:30742834,30769116:30769167,30770710:30770821,30772703:3077273', 'assoc_mat': '30589036:kraft:3726:30589084,30594793:kraft:3726:30595829,30594831:kraft:3726:30594986,30601354:kraft:3726:30601449,30605112:kraft:3726:30605127,30606832:kraft:3726:30606977,30610471:kraft:3726:30610587,30610483:kraft:3726:30612409,30615491:kraft:3726:30615791,30618814:kraft:3726:30618880,30620569:kraft:3726:30620749,30622909:kraft:3726:30624492,30622951:kraft:3726:30623015,30625485:kraft:3726:30625546,30628857:kraft:3726:30629012,30628868:kraft:3726:30628921,30646530:kraft:3726:30646607,30649154:kraft:3726:30649225,30650436:kraft:3726:30650653,30652148:kraft:3726:30652369,30652168:kraft:3726:30653503,30659609:kraft:3726:30659681,30660275:kraft:3726:30660399,30661731:kraft:3726:30661798,30661741:kraft:3726:30661777,30666710:kraft:3726:30666907,30666712:kraft:3726:30666834,30666718:kraft:3726:30666750,30690726:kraft:3726:30690813,30692287:kraft:3726:30692338,30692849:kraft:3726:30692914,30694350:kraft:3726:30694364,30695302:kraft:3726:30695357,30698407:kraft:3726:30698439,30700326:kraft:3726:30700368,30700327:'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00010034405366507333, 'nb_photo': 6, 'list_port_cont': '30643110,30662808,30692984,30771064,30785985,30864201', 'assoc_port': '30642816:30643110,30662517:30662808,30692851:30692984,30770706:30771064,30785706:30785985,30864046:30864201', 'assoc_mat': '30642816:kraft:4211:30643110,30662517:kraft:4211:30662808,30692851:kraft:4211:30692984,30770706:kraft:4211:30771064,30785706:kraft:4211:30785985,30864046:kraft:4211:30864201'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9056857689214313, 'nb_photo': 131, 'list_port_cont': '30592717,30593816,30598631,30599042,30610663,30612786,30621648,30623605,30633656,30646740,30651537,30660666,30661053,30662622,30691805,30693972,30700385,30702828,30703111,30708233,30711372,30714301,30722638,30726250,30737050,30740502,30743130,30767380,30770900,30780432,30783585,30787088,30793371,30795896,30799939,30807191,30811953,30814064,30820832,30831487,30852730,30861509,30863631,30868148,30877126', 'assoc_port': '30592643:30592717,30593708:30593816,30598618:30598631,30598948:30599042,30610474:30610663,30612752:30612786,30621589:30621648,30623556:30623605,30628402:30633656,30646536:30646740,30651375:30651537,30659651:30661053,30660619:30660666,30662522:30662622,30691698:30691805,30693892:30693972,30700325:30700385,30702695:30702828,30703020:30703111,30708193:30708233,30711330:30711372,30714264:30714301,30722608:30722638,30726241:30726250,30736995:30737050,30740250:30740502,30742941:30743130,30767190:30767380,30770715:30770900,30780306:30780432,30783382:30783585,30787016:30787088,30793123:30793371,30795753:30795896,30799843:30799939,30807073:30807191,30811806:30811953,30813960:30814064,30820630:30820832,30827848:30831487,30852458:30852730,30861080:30861509,30862824:30863631,30867718:30868148,30876993:30877126', 'assoc_mat': '30592643:metal:4205:30592717,30593708:metal:4205:30593816,30598618:metal:4205:30598631,30598948:metal:4205:30599042,30610474:metal:4205:30610663,30612752:metal:4205:30612786,30621589:metal:4205:30621648,30623556:metal:4205:30623605,30628402:metal:4205:30633656,30646536:metal:4205:30646740,30651375:metal:4205:30651537,30659651:metal:4205:30661053,30660619:metal:4205:30660666,30662522:metal:4205:30662622,30691698:metal:4205:30691805,30693892:metal:4205:30693972,30700325:metal:4205:30700385,30702695:metal:4205:30702828,30703020:metal:4205:30703111,30708193:metal:4205:30708233,30711330:metal:4205:30711372,30714264:metal:4205:30714301,30722608:metal:4205:30722638,30726241:metal:4205:30726250,30736995:metal:4205:30737050,30740250:metal:4205:30740502,30742941:metal:4205:30743130,30767190:metal:4205:30767380,30770715:metal:4205:30770900,30780306:metal:4205:30780432,30783382:metal:4205:30783585,30787016:metal:4205:30787088,30793123:metal:4205:30793371,30795753:metal:4205:30795896,30799843:metal:4205:30799939,30807073:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012351288104469466, 'nb_photo': 2354, 'list_port_cont': '30591935,30595540,30597475,30598818,30599390,30608772,30611332,30622048,30623465,30628836,30629386,30643379,30647954,30648965,30650219,30651849,30659277,30661930,30664027,30666983,30691474,30692601,30693025,30694573,30694676,30698515,30699884,30702141,30703227,30707587,30709237,30717626,30717646,30720745,30722826,30725962,30727673,30737707,30739953,30742391,30767660,30769290,30774067,30781985,30785514,30787496,30794684,30797312,30799827,30801388,30807932,30812092,30815305,30818191,30820179,30825458,30828625,30849755,30853046,30855995,30862568,30866291,30868464,30869143,30874827,30879263,30879512,30881235,30886684', 'assoc_port': '30591562:30591935,30594827:30595540,30597286:30597475,30598610:30598818,30599179:30599390,30607874:30608772,30610940:30611332,30621580:30622048,30622991:30623465,30628387:30628836,30628870:30629386,30642803:30643379,30642825:30647954,30645336:30648965,30649858:30650219,30651385:30651849,30659035:30659277,30661736:30661930,30663787:30664027,30666717:30666983,30691353:30691474,30692285:30692601,30692850:30693025,30694347:30694573,30694607:30694676,30698409:30698515,30699530:30699884,30701688:30702141,30703024:30703227,30707474:30707587,30709226:30709237,30716912:30717646,30716916:30717626,30720606:30720745,30722607:30722826,30725593:30725962,30727243:30727673,30736977:30737707,30739558:30739953,30741935:30742391,30767182:30767660,30769118:30769290,30773667:30774067,30781690:30781985,30785189:30785514,30787323:30787496,30794321:30794684,30796900:30797312,30799460:30799827,30801207:30801388,30807776:30807932,30809644:30812092,30812453:30815305,30818014:30818191,30819805:30820179,30824843:30825458,30828247:3082862', 'assoc_mat': '30591562:metal:4203:30591935,30594827:metal:4203:30595540,30597286:metal:4203:30597475,30598610:metal:4203:30598818,30599179:metal:4203:30599390,30607874:metal:4203:30608772,30610940:metal:4203:30611332,30621580:metal:4203:30622048,30622991:metal:4203:30623465,30628387:metal:4203:30628836,30628870:metal:4203:30629386,30642803:metal:4203:30643379,30642825:metal:4203:30647954,30645336:metal:4203:30648965,30649858:metal:4203:30650219,30651385:metal:4203:30651849,30659035:metal:4203:30659277,30661736:metal:4203:30661930,30663787:metal:4203:30664027,30666717:metal:4203:30666983,30691353:metal:4203:30691474,30692285:metal:4203:30692601,30692850:metal:4203:30693025,30694347:metal:4203:30694573,30694607:metal:4203:30694676,30698409:metal:4203:30698515,30699530:metal:4203:30699884,30701688:metal:4203:30702141,30703024:metal:4203:30703227,30707474:metal:4203:30707587,30709226:metal:4203:30709237,30716912:metal:4203:30717646,30716916:metal:4203:30717626,30720606:metal:4203:30720745,30722607:metal:4203:30722826,30725593:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.009840655841419833, 'nb_photo': 211, 'list_port_cont': '30589097,30595146,30595157,30595771,30598345,30598393,30601428,30606943,30610566,30610650,30612390,30612497,30615838,30615981,30619390,30619973,30620654,30621693,30623036,30623589,30626127,30628490,30628939,30629085,30642854,30642995,30643931,30647598,30647931,30649238,30650626,30651209,30651395,30652428,30658448,30659728,30659769,30660409,30660427,30662124,30663937,30666735,30666771,30690826,30690844,30691063,30691122,30691738,30691756,30691847,30692352,30692966,30693244,30693899,30694385,30694759,30694786,30699372,30700341,30700670,30701745,30703054,30703195,30704058,30704672,30707645,30709839,30710106,30710250,30710913,30713309,30716977,30717097,30717245,30717262,30717312,30721728,30722232,30722256,30722620,30723851,30724227,30724612,30725654,30726532,30727378,30727870,30736027,30737124,30737163,30737191,30737220,30739645,30740411,30741485,30741967,30741991,30767350,30767482,30767701,30773718,30781836,30781903,30782842,30785243,30785293,30786246,30787032,30787045,30794794,30795797,30795834,30797689,3079776', 'assoc_port': '30589033:30589097,30594764:30595157,30594777:30595146,30595731:30595771,30598325:30598393,30598330:30598345,30601356:30601428,30606862:30606943,30610468:30610650,30610476:30610566,30612251:30612497,30612254:30612390,30615488:30615981,30615490:30615838,30619328:30619390,30619914:30619973,30620571:30620654,30621583:30621693,30622908:30623036,30623557:30623589,30625966:30626127,30628404:30628490,30628854:30629085,30628873:30628939,30642801:30642995,30642818:30642854,30643846:30643931,30647574:30647598,30647877:30647931,30649156:30649238,30650434:30650626,30650442:30651209,30651381:30651395,30652146:30652428,30658409:30658448,30659640:30659769,30659649:30659728,30660273:30660427,30660276:30660409,30660620:30662124,30663766:30663937,30666714:30666771,30666721:30666735,30690723:30690844,30690728:30690826,30691039:30691122,30691044:30691063,30691690:30691847,30691700:30691756,30691704:30691738,30692291:30692352,30692848:30692966,30693200:30693244,30693896:30693899,30694349:30694385,30694744:30694786,30694748:3069475', 'assoc_mat': '30589033:metal:4207:30589097,30594764:metal:4207:30595157,30594777:metal:4207:30595146,30595731:metal:4207:30595771,30598325:metal:4207:30598393,30598330:metal:4207:30598345,30601356:metal:4207:30601428,30606862:metal:4207:30606943,30610468:metal:4207:30610650,30610476:metal:4207:30610566,30612251:metal:4207:30612497,30612254:metal:4207:30612390,30615488:metal:4207:30615981,30615490:metal:4207:30615838,30619328:metal:4207:30619390,30619914:metal:4207:30619973,30620571:metal:4207:30620654,30621583:metal:4207:30621693,30622908:metal:4207:30623036,30623557:metal:4207:30623589,30625966:metal:4207:30626127,30628404:metal:4207:30628490,30628854:metal:4207:30629085,30628873:metal:4207:30628939,30642801:metal:4207:30642995,30642818:metal:4207:30642854,30643846:metal:4207:30643931,30647574:metal:4207:30647598,30647877:metal:4207:30647931,30649156:metal:4207:30649238,30650434:metal:4207:30650626,30650442:metal:4207:30651209,30651381:metal:4207:30651395,30652146:metal:4207:30652428,30658409:metal:4207:30658448,30659640:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010972369990194929, 'nb_photo': 33, 'list_port_cont': '30595198,30598447,30642885,30645498,30666932,30691763,30691863,30692410,30694844,30717489,30722684,30723942,30737833,30741545,30779816,30782456,30786379,30799578,30827300,30827465,30855653,30862946,30873637,30873742,30875292,30878597,30886573', 'assoc_port': '30594763:30595198,30598332:30598447,30642815:30642885,30645333:30645498,30661737:30666932,30691688:30691863,30691703:30691763,30692293:30692410,30694746:30694844,30716911:30717489,30722577:30722684,30723825:30723942,30737699:30737833,30739559:30741545,30779768:30779816,30781684:30782456,30785193:30786379,30799457:30799578,30824546:30827465,30827185:30827300,30855386:30855653,30862821:30862946,30873532:30873742,30873539:30873637,30875102:30875292,30878497:30878597,30886472:30886573', 'assoc_mat': '30594763:metal:4461:30595198,30598332:metal:4461:30598447,30642815:metal:4461:30642885,30645333:metal:4461:30645498,30661737:metal:4461:30666932,30691688:metal:4461:30691863,30691703:metal:4461:30691763,30692293:metal:4461:30692410,30694746:metal:4461:30694844,30716911:metal:4461:30717489,30722577:metal:4461:30722684,30723825:metal:4461:30723942,30737699:metal:4461:30737833,30739559:metal:4461:30741545,30779768:metal:4461:30779816,30781684:metal:4461:30782456,30785193:metal:4461:30786379,30799457:metal:4461:30799578,30824546:metal:4461:30827465,30827185:metal:4461:30827300,30855386:metal:4461:30855653,30862821:metal:4461:30862946,30873532:metal:4461:30873742,30873539:metal:4461:30873637,30875102:metal:4461:30875292,30878497:metal:4461:30878597,30886472:metal:4461:30886573'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024930520288134184, 'nb_photo': 668, 'list_port_cont': '30589147,30590663,30590686,30591701,30592570,30595038,30595239,30595853,30596292,30598432,30598992,30599242,30601685,30606614,30607077,30607953,30608012,30609455,30611534,30611758,30612471,30612936,30612953,30618985,30619533,30620335,30621898,30623082,30623128,30623742,30624079,30626185,30628581,30628975,30628992,30629229,30629326,30643060,30643278,30643956,30645453,30646712,30647022,30647633,30649997,30652289,30652409,30652446,30652473,30653552,30659262,30660225,30660695,30661076,30661126,30661844,30662596,30662728,30663911,30690313,30691116,30691440,30691828,30692399,30692451,30692867,30692881,30692941,30693008,30693958,30694498,30694636,30694805,30698287,30698863,30698956,30699655,30699822,30700167,30700710,30701799,30701929,30702803,30702870,30704067,30704628,30707677,30707728,30708221,30709917,30710087,30710944,30711243,30711393,30712574,30712642,30712705,30713793,30714856,30721655,30721663,30722717,30723367,30723891,30724264,30724311,30725680,30726291,30727541,30731296,30734809,30735219,30736059,3073720', 'assoc_port': '30589034:30589147,30590639:30590663,30590640:30590686,30591564:30591701,30592446:30592570,30594820:30595239,30594832:30595038,30595730:30595853,30595999:30596292,30598329:30598432,30598617:30601685,30598951:30598992,30599177:30599242,30606399:30606614,30606828:30607077,30607877:30608012,30607884:30607953,30609185:30611534,30609199:30609455,30610949:30611758,30612256:30612471,30612739:30612953,30612745:30612936,30618812:30618985,30619329:30619533,30620242:30620335,30621578:30621898,30621588:30623742,30622905:30623128,30622989:30623082,30623745:30624079,30625963:30626185,30628388:30628581,30628832:30629326,30628858:30629229,30628869:30628992,30628872:30628975,30642795:30643278,30642811:30643060,30642821:30647022,30643845:30643956,30645323:30645453,30646532:30646712,30647576:30647633,30649848:30652446,30649862:30649997,30652140:30652473,30652157:30652409,30652176:30652289,30653103:30653552,30659029:30659262,30659641:30660225,30659648:30661126,30659658:30661076,30660618:30660695,30661735:30661844,30662516:3066272', 'assoc_mat': '30589034:metal:4200:30589147,30590639:metal:4200:30590663,30590640:metal:4200:30590686,30591564:metal:4200:30591701,30592446:metal:4200:30592570,30594820:metal:4200:30595239,30594832:metal:4200:30595038,30595730:metal:4200:30595853,30595999:metal:4200:30596292,30598329:metal:4200:30598432,30598617:metal:4200:30601685,30598951:metal:4200:30598992,30599177:metal:4200:30599242,30606399:metal:4200:30606614,30606828:metal:4200:30607077,30607877:metal:4200:30608012,30607884:metal:4200:30607953,30609185:metal:4200:30611534,30609199:metal:4200:30609455,30610949:metal:4200:30611758,30612256:metal:4200:30612471,30612739:metal:4200:30612953,30612745:metal:4200:30612936,30618812:metal:4200:30618985,30619329:metal:4200:30619533,30620242:metal:4200:30620335,30621578:metal:4200:30621898,30621588:metal:4200:30623742,30622905:metal:4200:30623128,30622989:metal:4200:30623082,30623745:metal:4200:30624079,30625963:metal:4200:30626185,30628388:metal:4200:30628581,30628832:metal:4200:30629326,30628858:metal:4200:30629229,30628869:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026676935212052458, 'nb_photo': 150, 'list_port_cont': '30599091,30610723,30612544,30616222,30620216,30629294,30639149,30643064,30653675,30660476,30661677,30661866,30663034,30663064,30666849,30691870,30692306,30692379,30693433,30701850,30703175,30710977,30717297,30722279,30723912,30724394,30725783,30725797,30727750,30738463,30740492,30767423,30770974,30780777,30782882,30789682,30795374,30795966,30798738,30799623,30801337,30807232,30809655,30810477,30812005,30815177,30815925,30819967,30820381,30827521,30828518,30833816,30856545,30859843,30859999,30861209,30861261,30861346,30861380,30861548,30861575,30863920,30864606,30866148,30873680,30873794,30874788,30875367,30881199,30881524,30886632', 'assoc_port': '30598956:30599091,30610467:30610723,30612295:30612544,30615492:30616222,30619912:30620216,30628835:30629294,30638945:30639149,30642827:30643064,30652165:30653675,30659642:30661677,30660278:30660476,30661742:30661866,30662986:30663064,30662987:30663034,30666722:30666849,30691692:30691870,30692288:30692306,30692289:30692379,30693199:30693433,30701682:30701850,30703021:30703175,30710836:30710977,30716925:30717297,30721604:30722279,30723827:30723912,30724085:30724394,30725591:30725783,30725598:30725797,30727649:30727750,30738354:30738463,30740248:30740492,30767184:30767423,30770717:30770974,30780580:30780777,30782760:30782882,30786233:30789682,30794742:30795374,30795766:30795966,30798185:30798738,30799463:30799623,30800661:30801337,30807062:30807232,30809633:30809655,30809645:30810477,30811812:30812005,30813476:30815925,30814541:30815177,30819800:30819967,30820204:30820381,30827163:30827521,30828254:30828518,30833647:30833816,30856471:30856545,30859750:30859999,30859761:30859843,30861071:30861575,30861081:3086154', 'assoc_mat': '30598956:metal:4209:30599091,30610467:metal:4209:30610723,30612295:metal:4209:30612544,30615492:metal:4209:30616222,30619912:metal:4209:30620216,30628835:metal:4209:30629294,30638945:metal:4209:30639149,30642827:metal:4209:30643064,30652165:metal:4209:30653675,30659642:metal:4209:30661677,30660278:metal:4209:30660476,30661742:metal:4209:30661866,30662986:metal:4209:30663064,30662987:metal:4209:30663034,30666722:metal:4209:30666849,30691692:metal:4209:30691870,30692288:metal:4209:30692306,30692289:metal:4209:30692379,30693199:metal:4209:30693433,30701682:metal:4209:30701850,30703021:metal:4209:30703175,30710836:metal:4209:30710977,30716925:metal:4209:30717297,30721604:metal:4209:30722279,30723827:metal:4209:30723912,30724085:metal:4209:30724394,30725591:metal:4209:30725783,30725598:metal:4209:30725797,30727649:metal:4209:30727750,30738354:metal:4209:30738463,30740248:metal:4209:30740492,30767184:metal:4209:30767423,30770717:metal:4209:30770974,30780580:metal:4209:30780777,30782760:metal:4209:30782882,30786233:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0006404735366656688, 'nb_photo': 26, 'list_port_cont': '30612407,30618888,30623022,30624497,30661770,30668647,30710919,30717230,30723836,30769171,30781888,30797663,30800711,30827348,30859801,30878538', 'assoc_port': '30610483:30612407,30618814:30618888,30622909:30624497,30622951:30623022,30661741:30661770,30666719:30668647,30710841:30710919,30716915:30717230,30723832:30723836,30769116:30769171,30781683:30781888,30797601:30797663,30800660:30800711,30827184:30827348,30859762:30859801,30878495:30878538', 'assoc_mat': '30610483:metal:3726:30612407,30618814:metal:3726:30618888,30622909:metal:3726:30624497,30622951:metal:3726:30623022,30661741:metal:3726:30661770,30666719:metal:3726:30668647,30710841:metal:3726:30710919,30716915:metal:3726:30717230,30723832:metal:3726:30723836,30769116:metal:3726:30769171,30781683:metal:3726:30781888,30797601:metal:3726:30797663,30800660:metal:3726:30800711,30827184:metal:3726:30827348,30859762:metal:3726:30859801,30878495:metal:3726:30878538'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007986536509852538, 'nb_photo': 1774, 'list_port_cont': '30589603,30590811,30590826,30592586,30595066,30595243,30595298,30595458,30595880,30596564,30598473,30598810,30600403,30601494,30606660,30606678,30608026,30609587,30610735,30613034,30613388,30616359,30616545,30619596,30620077,30621781,30621914,30622024,30623264,30624581,30625679,30626610,30628619,30629274,30629533,30640335,30643024,30643100,30643132,30644058,30645716,30646920,30647669,30648038,30650069,30650121,30651687,30653077,30653769,30656034,30659218,30659876,30659888,30660500,30660762,30661368,30661898,30662751,30662803,30663964,30667055,30690930,30690951,30691092,30691177,30691904,30691939,30692000,30692470,30692492,30692498,30692999,30694027,30694039,30694486,30694516,30695341,30695391,30698094,30698920,30698938,30699081,30700249,30700465,30700764,30700779,30701973,30702880,30702931,30702950,30704102,30704338,30705368,30707741,30708316,30708338,30709432,30709451,30710634,30710989,30711011,30712675,30712736,30713033,30713868,30714931,30719485,30720523,30720541,30721803,30721813,30722775,30722791,3072364', 'assoc_port': '30589032:30589603,30590638:30590826,30590648:30590811,30592445:30592586,30594761:30595066,30594794:30595458,30594826:30595298,30594830:30595243,30595732:30595880,30596000:30596564,30598331:30598473,30598615:30598810,30599916:30600403,30601360:30601494,30606396:30606678,30606405:30606660,30607881:30608026,30609189:30609587,30610481:30610735,30610942:30613388,30612298:30616359,30612740:30613034,30612744:30616545,30619330:30619596,30619915:30620077,30621576:30622024,30621584:30621914,30621590:30621781,30622906:30623264,30622948:30625679,30624349:30624581,30625962:30626610,30628395:30628619,30628830:30629533,30628859:30629274,30639891:30640335,30642806:30643132,30642816:30643100,30642828:30643024,30643827:30644058,30645322:30645716,30646527:30646920,30647575:30647669,30647880:30648038,30649850:30650121,30649884:30650069,30651380:30651687,30652166:30653077,30652181:30656034,30653104:30653769,30659037:30659218,30659638:30659888,30659647:30659876,30659654:30661368,30660274:30660500,30660621:30660762,30661740:3066189', 'assoc_mat': '30589032:metal:4211:30589603,30590638:metal:4211:30590826,30590648:metal:4211:30590811,30592445:metal:4211:30592586,30594761:metal:4211:30595066,30594794:metal:4211:30595458,30594826:metal:4211:30595298,30594830:metal:4211:30595243,30595732:metal:4211:30595880,30596000:metal:4211:30596564,30598331:metal:4211:30598473,30598615:metal:4211:30598810,30599916:metal:4211:30600403,30601360:metal:4211:30601494,30606396:metal:4211:30606678,30606405:metal:4211:30606660,30607881:metal:4211:30608026,30609189:metal:4211:30609587,30610481:metal:4211:30610735,30610942:metal:4211:30613388,30612298:metal:4211:30616359,30612740:metal:4211:30613034,30612744:metal:4211:30616545,30619330:metal:4211:30619596,30619915:metal:4211:30620077,30621576:metal:4211:30622024,30621584:metal:4211:30621914,30621590:metal:4211:30621781,30622906:metal:4211:30623264,30622948:metal:4211:30625679,30624349:metal:4211:30624581,30625962:metal:4211:30626610,30628395:metal:4211:30628619,30628830:metal:4211:30629533,30628859:metal:4211:30629274,30639891:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006412654598796183, 'nb_photo': 48, 'list_port_cont': '30590901,30593923,30595425,30595604,30598561,30599126,30612588,30616306,30625812,30628765,30643227,30644145,30652703,30659963,30660910,30661972,30690990,30692800,30694096,30694917,30699473,30703245,30703401,30708385,30712915,30712980,30733904,30739863,30742246,30742632,30769275,30771292,30776579,30780209,30782247,30783005,30796132,30797170,30810147,30810535,30814209,30856148', 'assoc_port': '30590647:30590901,30593705:30593923,30594790:30595604,30594825:30595425,30598327:30598561,30598952:30599126,30612296:30612588,30615485:30616306,30625489:30625812,30628403:30628765,30642814:30643227,30642819:30644145,30652161:30652703,30659637:30659963,30659652:30660910,30661738:30661972,30690729:30690990,30692282:30692800,30693853:30694096,30694745:30694917,30699331:30699473,30703015:30703401,30703019:30703245,30708198:30708385,30712482:30712980,30712485:30712915,30733783:30733904,30739560:30739863,30741933:30742246,30742330:30742632,30769120:30769275,30770712:30771292,30773664:30776579,30779757:30780209,30781682:30782247,30782762:30783005,30795763:30796132,30796899:30797170,30809634:30810147,30810392:30810535,30813953:30814209,30854590:30856148', 'assoc_mat': '30590647:metal:3327:30590901,30593705:metal:3327:30593923,30594790:metal:3327:30595604,30594825:metal:3327:30595425,30598327:metal:3327:30598561,30598952:metal:3327:30599126,30612296:metal:3327:30612588,30615485:metal:3327:30616306,30625489:metal:3327:30625812,30628403:metal:3327:30628765,30642814:metal:3327:30643227,30642819:metal:3327:30644145,30652161:metal:3327:30652703,30659637:metal:3327:30659963,30659652:metal:3327:30660910,30661738:metal:3327:30661972,30690729:metal:3327:30690990,30692282:metal:3327:30692800,30693853:metal:3327:30694096,30694745:metal:3327:30694917,30699331:metal:3327:30699473,30703015:metal:3327:30703401,30703019:metal:3327:30703245,30708198:metal:3327:30708385,30712482:metal:3327:30712980,30712485:metal:3327:30712915,30733783:metal:3327:30733904,30739560:metal:3327:30739863,30741933:metal:3327:30742246,30742330:metal:3327:30742632,30769120:metal:3327:30769275,30770712:metal:3327:30771292,30773664:metal:3327:30776579,30779757:metal:3327:30780209,30781682:metal:3327:30782247,30782762:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000253208457539524, 'nb_photo': 23, 'list_port_cont': '30699076,30701833,30704115,30722799,30740646,30742545,30770987,30772893,30773930,30786521,30788706', 'assoc_port': '30699021:30699076,30701684:30701833,30703956:30704115,30722571:30722799,30740247:30740646,30742331:30742545,30770705:30770987,30772702:30772893,30773666:30773930,30785184:30786521,30788263:30788706', 'assoc_mat': '30699021:metal:3594:30699076,30701684:metal:3594:30701833,30703956:metal:3594:30704115,30722571:metal:3594:30722799,30740247:metal:3594:30740646,30742331:metal:3594:30742545,30770705:metal:3594:30770987,30772702:metal:3594:30772893,30773666:metal:3594:30773930,30785184:metal:3594:30786521,30788263:metal:3594:30788706'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.054498667328698125, 'nb_photo': 4708, 'list_port_cont': '30592722,30593810,30598630,30599037,30610673,30612785,30621652,30623610,30633657,30646735,30651504,30660659,30661046,30662620,30691796,30693982,30700217,30700373,30700701,30702836,30703110,30708224,30711368,30712658,30714291,30722643,30726253,30737057,30740500,30743124,30767374,30767459,30770896,30780434,30783574,30787089,30793370,30795888,30799934,30807186,30811957,30813638,30814063,30820833,30831492,30852728,30861291,30861504,30863645,30868144,30874322,30877134', 'assoc_port': '30592643:30592722,30593708:30593810,30598618:30598630,30598948:30599037,30610474:30610673,30612752:30612785,30621589:30621652,30623556:30623610,30628402:30633657,30646536:30646735,30651375:30651504,30659651:30661046,30660619:30660659,30662522:30662620,30691698:30691796,30693892:30693982,30700041:30700217,30700325:30700373,30700630:30700701,30702695:30702836,30703020:30703110,30708193:30708224,30711330:30711368,30712488:30712658,30714264:30714291,30722608:30722643,30726241:30726253,30736995:30737057,30740250:30740500,30742941:30743124,30767185:30767459,30767190:30767374,30770715:30770896,30780306:30780434,30783382:30783574,30787016:30787089,30793123:30793370,30795753:30795888,30799843:30799934,30807073:30807186,30811806:30811957,30813479:30813638,30813960:30814063,30820630:30820833,30827848:30831492,30852458:30852728,30861080:30861504,30861085:30861291,30862824:30863645,30867718:30868144,30874161:30874322,30876993:30877134', 'assoc_mat': '30592643:papier:4205:30592722,30593708:papier:4205:30593810,30598618:papier:4205:30598630,30598948:papier:4205:30599037,30610474:papier:4205:30610673,30612752:papier:4205:30612785,30621589:papier:4205:30621652,30623556:papier:4205:30623610,30628402:papier:4205:30633657,30646536:papier:4205:30646735,30651375:papier:4205:30651504,30659651:papier:4205:30661046,30660619:papier:4205:30660659,30662522:papier:4205:30662620,30691698:papier:4205:30691796,30693892:papier:4205:30693982,30700041:papier:4205:30700217,30700325:papier:4205:30700373,30700630:papier:4205:30700701,30702695:papier:4205:30702836,30703020:papier:4205:30703110,30708193:papier:4205:30708224,30711330:papier:4205:30711368,30712488:papier:4205:30712658,30714264:papier:4205:30714291,30722608:papier:4205:30722643,30726241:papier:4205:30726253,30736995:papier:4205:30737057,30740250:papier:4205:30740500,30742941:papier:4205:30743124,30767185:papier:4205:30767459,30767190:papier:4205:30767374,30770715:papier:4205:30770896,30780306:papier:4205:30780434,3078'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.052962802104523886, 'nb_photo': 14325, 'list_port_cont': '30591930,30595541,30597477,30598823,30599385,30608761,30611330,30622054,30623462,30628849,30629383,30643390,30647957,30648967,30650228,30651839,30659282,30661933,30664023,30666979,30691471,30692600,30693026,30694567,30694679,30698514,30699875,30702127,30703224,30707588,30709239,30717612,30717651,30720747,30722821,30725960,30727677,30737700,30739959,30742399,30767669,30769301,30774055,30781995,30785509,30787503,30794676,30797311,30799831,30801396,30807928,30812090,30815311,30818199,30820175,30825457,30828619,30849757,30853059,30856002,30862574,30866285,30868473,30869137,30874830,30879267,30879513,30881247,30886685', 'assoc_port': '30591562:30591930,30594827:30595541,30597286:30597477,30598610:30598823,30599179:30599385,30607874:30608761,30610940:30611330,30621580:30622054,30622991:30623462,30628387:30628849,30628870:30629383,30642803:30643390,30642825:30647957,30645336:30648967,30649858:30650228,30651385:30651839,30659035:30659282,30661736:30661933,30663787:30664023,30666717:30666979,30691353:30691471,30692285:30692600,30692850:30693026,30694347:30694567,30694607:30694679,30698409:30698514,30699530:30699875,30701688:30702127,30703024:30703224,30707474:30707588,30709226:30709239,30716912:30717651,30716916:30717612,30720606:30720747,30722607:30722821,30725593:30725960,30727243:30727677,30736977:30737700,30739558:30739959,30741935:30742399,30767182:30767669,30769118:30769301,30773667:30774055,30781690:30781995,30785189:30785509,30787323:30787503,30794321:30794676,30796900:30797311,30799460:30799831,30801207:30801396,30807776:30807928,30809644:30812090,30812453:30815311,30818014:30818199,30819805:30820175,30824843:30825457,30828247:3082861', 'assoc_mat': '30591562:papier:4203:30591930,30594827:papier:4203:30595541,30597286:papier:4203:30597477,30598610:papier:4203:30598823,30599179:papier:4203:30599385,30607874:papier:4203:30608761,30610940:papier:4203:30611330,30621580:papier:4203:30622054,30622991:papier:4203:30623462,30628387:papier:4203:30628849,30628870:papier:4203:30629383,30642803:papier:4203:30643390,30642825:papier:4203:30647957,30645336:papier:4203:30648967,30649858:papier:4203:30650228,30651385:papier:4203:30651839,30659035:papier:4203:30659282,30661736:papier:4203:30661933,30663787:papier:4203:30664023,30666717:papier:4203:30666979,30691353:papier:4203:30691471,30692285:papier:4203:30692600,30692850:papier:4203:30693026,30694347:papier:4203:30694567,30694607:papier:4203:30694679,30698409:papier:4203:30698514,30699530:papier:4203:30699875,30701688:papier:4203:30702127,30703024:papier:4203:30703224,30707474:papier:4203:30707588,30709226:papier:4203:30709239,30716912:papier:4203:30717651,30716916:papier:4203:30717612,30720606:papier:4203:30720747,3072'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.05855643625051912, 'nb_photo': 27984, 'list_port_cont': '30589107,30590716,30591370,30594951,30594973,30595023,30595054,30595147,30595166,30595186,30595267,30595770,30596230,30598356,30598395,30598971,30599016,30601411,30601434,30606944,30606960,30607093,30610522,30610571,30610576,30610645,30611028,30612347,30612368,30612395,30612425,30612487,30615837,30615962,30615988,30616460,30618863,30619391,30619967,30620665,30621671,30621688,30621708,30621754,30623035,30623057,30623576,30624426,30625561,30626097,30626130,30628489,30628949,30629091,30629199,30639000,30642852,30642931,30642990,30643092,30643913,30643927,30645474,30646698,30647602,30647617,30647920,30649240,30650562,30650625,30651221,30651406,30651426,30652255,30652306,30652426,30653292,30655964,30658436,30659710,30659726,30659783,30659817,30660411,30660420,30661658,30661791,30661852,30662128,30663948,30666743,30666770,30666809,30666869,30690282,30690797,30690831,30690841,30691066,30691127,30691376,30691739,30691749,30691843,30692321,30692357,30692369,30692962,30692973,30693245,30693908,30694382,30694404,3069476', 'assoc_port': '30589033:30589107,30590637:30590716,30590643:30591370,30594759:30595186,30594760:30595267,30594764:30595166,30594777:30595147,30594792:30595023,30594823:30595054,30594828:30594951,30594833:30594973,30595731:30595770,30595998:30596230,30598325:30598395,30598330:30598356,30598950:30599016,30598953:30598971,30601356:30601434,30601358:30601411,30606831:30607093,30606847:30606960,30606862:30606944,30610468:30610645,30610473:30610576,30610476:30610571,30610477:30610522,30610921:30611028,30612250:30612425,30612251:30612487,30612254:30612395,30612283:30612368,30612297:30612347,30612738:30616460,30615486:30615962,30615488:30615988,30615490:30615837,30618815:30618863,30619328:30619391,30619914:30619967,30620571:30620665,30621577:30621708,30621579:30621754,30621583:30621688,30621586:30621671,30622903:30623057,30622908:30623035,30622970:30624426,30623557:30623576,30625481:30625561,30625966:30626130,30625977:30626097,30628404:30628489,30628852:30629199,30628854:30629091,30628861:30639000,30628873:30628949,30642797:3064309', 'assoc_mat': '30589033:papier:4207:30589107,30590637:papier:4207:30590716,30590643:papier:4207:30591370,30594759:papier:4207:30595186,30594760:papier:4207:30595267,30594764:papier:4207:30595166,30594777:papier:4207:30595147,30594792:papier:4207:30595023,30594823:papier:4207:30595054,30594828:papier:4207:30594951,30594833:papier:4207:30594973,30595731:papier:4207:30595770,30595998:papier:4207:30596230,30598325:papier:4207:30598395,30598330:papier:4207:30598356,30598950:papier:4207:30599016,30598953:papier:4207:30598971,30601356:papier:4207:30601434,30601358:papier:4207:30601411,30606831:papier:4207:30607093,30606847:papier:4207:30606960,30606862:papier:4207:30606944,30610468:papier:4207:30610645,30610473:papier:4207:30610576,30610476:papier:4207:30610571,30610477:papier:4207:30610522,30610921:papier:4207:30611028,30612250:papier:4207:30612425,30612251:papier:4207:30612487,30612254:papier:4207:30612395,30612283:papier:4207:30612368,30612297:papier:4207:30612347,30612738:papier:4207:30616460,30615486:papier:4207:30615962,3061'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13913364392889296, 'nb_photo': 26634, 'list_port_cont': '30595094,30595193,30595363,30595799,30596468,30598361,30598442,30599062,30601465,30607115,30610687,30610831,30612432,30612507,30616069,30619498,30620710,30621727,30623069,30623153,30625625,30626192,30629026,30629138,30642893,30642938,30643154,30645489,30649275,30649304,30650657,30652326,30652384,30653626,30659739,30659785,30659847,30660450,30666786,30666879,30666941,30690859,30690889,30691767,30691866,30692414,30692887,30693994,30694445,30694841,30698112,30699398,30700402,30700433,30700725,30701875,30702896,30703119,30704022,30704971,30707681,30708273,30710137,30710169,30717165,30717340,30717388,30717481,30717552,30721694,30721851,30722688,30723938,30724327,30724513,30725710,30725733,30729510,30732235,30736076,30736154,30737103,30737838,30741503,30741538,30742023,30744363,30766584,30767428,30767754,30769221,30770736,30770852,30771248,30775874,30775953,30779814,30780193,30782449,30786333,30786381,30786489,30787116,30788528,30794816,30794856,30795853,30796988,30798058,30799584,30799957,30800757,30800786,3080726', 'assoc_port': '30594758:30595363,30594763:30595193,30594796:30595094,30594829:30595799,30595997:30596468,30598328:30598361,30598332:30598442,30598957:30599062,30601361:30601465,30606833:30607115,30610463:30610831,30610469:30610687,30610478:30612432,30612253:30612507,30615489:30616069,30619326:30619498,30620568:30620710,30621582:30621727,30622904:30623153,30622928:30623069,30625444:30625625,30625969:30626192,30628855:30629138,30628860:30629026,30642793:30643154,30642815:30642893,30642829:30642938,30645333:30645489,30647557:30649304,30649171:30649275,30650440:30650657,30652151:30652384,30652163:30652326,30653102:30653626,30659624:30659847,30659645:30659785,30659655:30659739,30660279:30660450,30661737:30666941,30666709:30666786,30666716:30666879,30690722:30690889,30690733:30690859,30691688:30691866,30691703:30691767,30692293:30692414,30692847:30692887,30693891:30693994,30694343:30694445,30694746:30694841,30698013:30698112,30699321:30699398,30700321:30700433,30700324:30700402,30700637:30700725,30701692:30701875,30702696:3070289', 'assoc_mat': '30594758:papier:4461:30595363,30594763:papier:4461:30595193,30594796:papier:4461:30595094,30594829:papier:4461:30595799,30595997:papier:4461:30596468,30598328:papier:4461:30598361,30598332:papier:4461:30598442,30598957:papier:4461:30599062,30601361:papier:4461:30601465,30606833:papier:4461:30607115,30610463:papier:4461:30610831,30610469:papier:4461:30610687,30610478:papier:4461:30612432,30612253:papier:4461:30612507,30615489:papier:4461:30616069,30619326:papier:4461:30619498,30620568:papier:4461:30620710,30621582:papier:4461:30621727,30622904:papier:4461:30623153,30622928:papier:4461:30623069,30625444:papier:4461:30625625,30625969:papier:4461:30626192,30628855:papier:4461:30629138,30628860:papier:4461:30629026,30642793:papier:4461:30643154,30642815:papier:4461:30642893,30642829:papier:4461:30642938,30645333:papier:4461:30645489,30647557:papier:4461:30649304,30649171:papier:4461:30649275,30650440:papier:4461:30650657,30652151:papier:4461:30652384,30652163:papier:4461:30652326,30653102:papier:4461:30653626,3065'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.012090550930586523, 'nb_photo': 3027, 'list_port_cont': '30589150,30590664,30590693,30591712,30591728,30592575,30595031,30595234,30595840,30596280,30598427,30598702,30598984,30599243,30601676,30606615,30607078,30607939,30608010,30609456,30611540,30611764,30612483,30612939,30612945,30618984,30619544,30620343,30621902,30623086,30623125,30623732,30624081,30626176,30628573,30628972,30628987,30629216,30629334,30643056,30643273,30643961,30645449,30646716,30647023,30647637,30649991,30652288,30652417,30652443,30652469,30653550,30659265,30660222,30660693,30661068,30661128,30661836,30662587,30662718,30663914,30690311,30691108,30691429,30691831,30692393,30692447,30692856,30692877,30692946,30693017,30693963,30694495,30694627,30694813,30698298,30698857,30698960,30699648,30699825,30700159,30700716,30701805,30701934,30702805,30702857,30704005,30704070,30704604,30707675,30707719,30708220,30709899,30710095,30710947,30711233,30711402,30712568,30712634,30712699,30713787,30714861,30717216,30720649,30721643,30721672,30722724,30723374,30723894,30724257,30724320,30725685,30726299,3072717', 'assoc_port': '30589034:30589150,30590639:30590664,30590640:30590693,30591564:30591712,30591565:30591728,30592446:30592575,30594820:30595234,30594832:30595031,30595730:30595840,30595999:30596280,30598329:30598427,30598609:30598702,30598617:30601676,30598951:30598984,30599177:30599243,30606399:30606615,30606828:30607078,30607877:30608010,30607884:30607939,30609185:30611540,30609199:30609456,30610949:30611764,30612256:30612483,30612739:30612945,30612745:30612939,30618812:30618984,30619329:30619544,30620242:30620343,30621578:30621902,30621588:30623732,30622905:30623125,30622989:30623086,30623745:30624081,30625963:30626176,30628388:30628573,30628832:30629334,30628858:30629216,30628869:30628987,30628872:30628972,30642795:30643273,30642811:30643056,30642821:30647023,30643845:30643961,30645323:30645449,30646532:30646716,30647576:30647637,30649848:30652443,30649862:30649991,30652140:30652469,30652157:30652417,30652176:30652288,30653103:30653550,30659029:30659265,30659641:30660222,30659648:30661128,30659658:30661068,30660618:3066069', 'assoc_mat': '30589034:papier:4200:30589150,30590639:papier:4200:30590664,30590640:papier:4200:30590693,30591564:papier:4200:30591712,30591565:papier:4200:30591728,30592446:papier:4200:30592575,30594820:papier:4200:30595234,30594832:papier:4200:30595031,30595730:papier:4200:30595840,30595999:papier:4200:30596280,30598329:papier:4200:30598427,30598609:papier:4200:30598702,30598617:papier:4200:30601676,30598951:papier:4200:30598984,30599177:papier:4200:30599243,30606399:papier:4200:30606615,30606828:papier:4200:30607078,30607877:papier:4200:30608010,30607884:papier:4200:30607939,30609185:papier:4200:30611540,30609199:papier:4200:30609456,30610949:papier:4200:30611764,30612256:papier:4200:30612483,30612739:papier:4200:30612945,30612745:papier:4200:30612939,30618812:papier:4200:30618984,30619329:papier:4200:30619544,30620242:papier:4200:30620343,30621578:papier:4200:30621902,30621588:papier:4200:30623732,30622905:papier:4200:30623125,30622989:papier:4200:30623086,30623745:papier:4200:30624081,30625963:papier:4200:30626176,3062'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9491804500982897, 'nb_photo': 72156, 'list_port_cont': '30590844,30595001,30595082,30599088,30609505,30610717,30612556,30616212,30620212,30621873,30623198,30629286,30639152,30643051,30646870,30650743,30653683,30660475,30661691,30661875,30663032,30663056,30666840,30690766,30691874,30692304,30692389,30693431,30694658,30701856,30703177,30710045,30710985,30717302,30722272,30723902,30723923,30724399,30724934,30725772,30725807,30727737,30738459,30740491,30767416,30770092,30770970,30780767,30782890,30785336,30786407,30789677,30795368,30795962,30798731,30799616,30801349,30807239,30808637,30809658,30810476,30812013,30815181,30815933,30819968,30820380,30820884,30827499,30827513,30828513,30833806,30850310,30852721,30856538,30859840,30859942,30859997,30861198,30861213,30861264,30861352,30861384,30861555,30861581,30863911,30864601,30866159,30866166,30873673,30873799,30874775,30875370,30877017,30878659,30881185,30881533,30886628', 'assoc_port': '30590646:30590844,30594791:30595001,30594835:30595082,30598956:30599088,30609192:30609505,30610467:30610717,30612295:30612556,30615492:30616212,30619912:30620212,30621587:30621873,30622992:30623198,30628835:30629286,30638945:30639152,30642827:30643051,30646535:30646870,30650439:30650743,30652165:30653683,30659642:30661691,30660278:30660475,30661742:30661875,30662986:30663056,30662987:30663032,30666722:30666840,30690730:30690766,30691692:30691874,30692288:30692304,30692289:30692389,30693199:30693431,30694604:30694658,30701682:30701856,30703021:30703177,30709801:30710045,30710836:30710985,30716925:30717302,30721604:30722272,30723827:30723902,30723828:30723923,30724085:30724399,30724754:30724934,30725591:30725772,30725598:30725807,30727649:30727737,30738354:30738459,30740248:30740491,30767184:30767416,30769897:30770092,30770717:30770970,30780580:30780767,30782760:30782890,30785185:30785336,30786232:30786407,30786233:30789677,30794742:30795368,30795766:30795962,30798185:30798731,30799463:30799616,30800661:3080134', 'assoc_mat': '30590646:papier:4209:30590844,30594791:papier:4209:30595001,30594835:papier:4209:30595082,30598956:papier:4209:30599088,30609192:papier:4209:30609505,30610467:papier:4209:30610717,30612295:papier:4209:30612556,30615492:papier:4209:30616212,30619912:papier:4209:30620212,30621587:papier:4209:30621873,30622992:papier:4209:30623198,30628835:papier:4209:30629286,30638945:papier:4209:30639152,30642827:papier:4209:30643051,30646535:papier:4209:30646870,30650439:papier:4209:30650743,30652165:papier:4209:30653683,30659642:papier:4209:30661691,30660278:papier:4209:30660475,30661742:papier:4209:30661875,30662986:papier:4209:30663056,30662987:papier:4209:30663032,30666722:papier:4209:30666840,30690730:papier:4209:30690766,30691692:papier:4209:30691874,30692288:papier:4209:30692304,30692289:papier:4209:30692389,30693199:papier:4209:30693431,30694604:papier:4209:30694658,30701682:papier:4209:30701856,30703021:papier:4209:30703177,30709801:papier:4209:30710045,30710836:papier:4209:30710985,30716925:papier:4209:30717302,3072'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009042849976964092, 'nb_photo': 17436, 'list_port_cont': '30589611,30590808,30590828,30592588,30595067,30595251,30595288,30595455,30595875,30596557,30598482,30598809,30600404,30601499,30606662,30606682,30608038,30609572,30610736,30613045,30613390,30616346,30616551,30619595,30620086,30621773,30621912,30622036,30623267,30624577,30625686,30626604,30628630,30629272,30629520,30640349,30643025,30643102,30643137,30644056,30645714,30646925,30647676,30648041,30650061,30650126,30651688,30653072,30653773,30656022,30659208,30659886,30659894,30660503,30660763,30661365,30661888,30662750,30662815,30663965,30667069,30690934,30690948,30691077,30691189,30691907,30691940,30692004,30692471,30692480,30692501,30692998,30694025,30694050,30694484,30694511,30695336,30695399,30698082,30698444,30698907,30698941,30699093,30700242,30700467,30700758,30700775,30701968,30702881,30702925,30702956,30704104,30704346,30705366,30707746,30708319,30708350,30709439,30709461,30710621,30710987,30711012,30712679,30712734,30713042,30713861,30714934,30719480,30720529,30720552,30721796,30721819,30722762,3072278', 'assoc_port': '30589032:30589611,30590638:30590828,30590648:30590808,30592445:30592588,30594761:30595067,30594794:30595455,30594826:30595288,30594830:30595251,30595732:30595875,30596000:30596557,30598331:30598482,30598615:30598809,30599916:30600404,30601360:30601499,30606396:30606682,30606405:30606662,30607881:30608038,30609189:30609572,30610481:30610736,30610942:30613390,30612298:30616346,30612740:30613045,30612744:30616551,30619330:30619595,30619915:30620086,30621576:30622036,30621584:30621912,30621590:30621773,30622906:30623267,30622948:30625686,30624349:30624577,30625962:30626604,30628395:30628630,30628830:30629520,30628859:30629272,30639891:30640349,30642806:30643137,30642816:30643102,30642828:30643025,30643827:30644056,30645322:30645714,30646527:30646925,30647575:30647676,30647880:30648041,30649850:30650126,30649884:30650061,30651380:30651688,30652166:30653072,30652181:30656022,30653104:30653773,30659037:30659208,30659638:30659894,30659647:30659886,30659654:30661365,30660274:30660503,30660621:30660763,30661740:3066188', 'assoc_mat': '30589032:papier:4211:30589611,30590638:papier:4211:30590828,30590648:papier:4211:30590808,30592445:papier:4211:30592588,30594761:papier:4211:30595067,30594794:papier:4211:30595455,30594826:papier:4211:30595288,30594830:papier:4211:30595251,30595732:papier:4211:30595875,30596000:papier:4211:30596557,30598331:papier:4211:30598482,30598615:papier:4211:30598809,30599916:papier:4211:30600404,30601360:papier:4211:30601499,30606396:papier:4211:30606682,30606405:papier:4211:30606662,30607881:papier:4211:30608038,30609189:papier:4211:30609572,30610481:papier:4211:30610736,30610942:papier:4211:30613390,30612298:papier:4211:30616346,30612740:papier:4211:30613045,30612744:papier:4211:30616551,30619330:papier:4211:30619595,30619915:papier:4211:30620086,30621576:papier:4211:30622036,30621584:papier:4211:30621912,30621590:papier:4211:30621773,30622906:papier:4211:30623267,30622948:papier:4211:30625686,30624349:papier:4211:30624577,30625962:papier:4211:30626604,30628395:papier:4211:30628630,30628830:papier:4211:30629520,3062'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.043780943999081244, 'nb_photo': 10189, 'list_port_cont': '30590884,30590908,30591843,30592750,30593922,30595419,30595602,30596728,30598568,30599131,30601523,30601644,30601732,30606746,30607191,30607225,30607244,30608122,30608347,30610787,30610803,30610930,30611169,30612562,30612592,30612671,30612890,30616298,30616367,30619018,30619644,30620119,30620795,30621943,30621974,30623247,30623805,30624735,30625810,30626311,30628767,30629312,30629416,30629481,30643230,30643243,30644155,30644170,30645805,30645897,30647721,30647759,30649164,30650840,30651315,30652708,30654337,30654355,30659251,30659937,30659951,30659982,30660546,30660826,30660909,30660929,30661969,30667001,30667020,30667048,30690413,30690438,30690996,30691144,30691165,30691209,30691929,30691960,30692023,30692802,30693046,30693173,30694103,30694541,30694909,30695445,30699445,30699464,30699477,30699816,30700485,30700793,30700823,30702075,30703238,30703276,30703405,30704167,30704193,30707774,30707900,30708392,30708663,30709545,30710656,30710667,30711886,30712750,30712826,30712909,30712983,30714109,30714397,3071753', 'assoc_port': '30590636:30590884,30590647:30590908,30591563:30591843,30592444:30592750,30593705:30593922,30594790:30595602,30594825:30595419,30595729:30601732,30595995:30596728,30598327:30598568,30598952:30599131,30601357:30601523,30601359:30601644,30606397:30606746,30606829:30607225,30606834:30607191,30606861:30607244,30607873:30608347,30607883:30608122,30610470:30610930,30610475:30610787,30610479:30610803,30610944:30611169,30612248:30612562,30612252:30612671,30612296:30612592,30612746:30612890,30615485:30616298,30615487:30616367,30618813:30619018,30619327:30619644,30619913:30620119,30620570:30620795,30621581:30621943,30621585:30621974,30622901:30623805,30622907:30623247,30624345:30624735,30625489:30625810,30625973:30626311,30628403:30628767,30628853:30629416,30628862:30629481,30628874:30629312,30642799:30643243,30642814:30643230,30642819:30644155,30643810:30644170,30645304:30645897,30645334:30645805,30646524:30647759,30647572:30647721,30648603:30649164,30650433:30651315,30650437:30650840,30652137:30654355,30652161:3065270', 'assoc_mat': '30590636:papier:3327:30590884,30590647:papier:3327:30590908,30591563:papier:3327:30591843,30592444:papier:3327:30592750,30593705:papier:3327:30593922,30594790:papier:3327:30595602,30594825:papier:3327:30595419,30595729:papier:3327:30601732,30595995:papier:3327:30596728,30598327:papier:3327:30598568,30598952:papier:3327:30599131,30601357:papier:3327:30601523,30601359:papier:3327:30601644,30606397:papier:3327:30606746,30606829:papier:3327:30607225,30606834:papier:3327:30607191,30606861:papier:3327:30607244,30607873:papier:3327:30608347,30607883:papier:3327:30608122,30610470:papier:3327:30610930,30610475:papier:3327:30610787,30610479:papier:3327:30610803,30610944:papier:3327:30611169,30612248:papier:3327:30612562,30612252:papier:3327:30612671,30612296:papier:3327:30612592,30612746:papier:3327:30612890,30615485:papier:3327:30616298,30615487:papier:3327:30616367,30618813:papier:3327:30619018,30619327:papier:3327:30619644,30619913:papier:3327:30620119,30620570:papier:3327:30620795,30621581:papier:3327:30621943,3062'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.17083720438553662, 'nb_photo': 8330, 'list_port_cont': '30666973,30691813,30699074,30700231,30701831,30704117,30717285,30722801,30740654,30742540,30770793,30770981,30772892,30773938,30786523,30788710', 'assoc_port': '30666723:30666973,30691694:30691813,30699021:30699074,30700040:30700231,30701684:30701831,30703956:30704117,30716924:30717285,30722571:30722801,30740247:30740654,30742331:30742540,30770705:30770981,30770708:30770793,30772702:30772892,30773666:30773938,30785184:30786523,30788263:30788710', 'assoc_mat': '30666723:papier:3594:30666973,30691694:papier:3594:30691813,30699021:papier:3594:30699074,30700040:papier:3594:30700231,30701684:papier:3594:30701831,30703956:papier:3594:30704117,30716924:papier:3594:30717285,30722571:papier:3594:30722801,30740247:papier:3594:30740654,30742331:papier:3594:30742540,30770705:papier:3594:30770981,30770708:papier:3594:30770793,30772702:papier:3594:30772892,30773666:papier:3594:30773938,30785184:papier:3594:30786523,30788263:papier:3594:30788710'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0020243259130700865, 'nb_photo': 13, 'list_port_cont': '30599034,30633666,30661054,30693983,30702826,30708227,30740497,30743125,30780443,30795893,30799930,30811944', 'assoc_port': '30598948:30599034,30628402:30633666,30659651:30661054,30693892:30693983,30702695:30702826,30708193:30708227,30740250:30740497,30742941:30743125,30780306:30780443,30795753:30795893,30799843:30799930,30811806:30811944', 'assoc_mat': '30598948:pehd:4205:30599034,30628402:pehd:4205:30633666,30659651:pehd:4205:30661054,30693892:pehd:4205:30693983,30702695:pehd:4205:30702826,30708193:pehd:4205:30708227,30740250:pehd:4205:30740497,30742941:pehd:4205:30743125,30780306:pehd:4205:30780443,30795753:pehd:4205:30795893,30799843:pehd:4205:30799930,30811806:pehd:4205:30811944'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.000832556108669463, 'nb_photo': 42, 'list_port_cont': '30597478,30598821,30608757,30611325,30628840,30629376,30647956,30651837,30659288,30661926,30664020,30692595,30694575,30694682,30699886,30717653,30722817,30727681,30737702,30742401,30767662,30769295,30781990,30787501,30797304,30799838,30812084,30828620,30862571,30868471,30869145,30874829,30879256,30879519,30881246', 'assoc_port': '30597286:30597478,30598610:30598821,30607874:30608757,30610940:30611325,30628387:30628840,30628870:30629376,30642825:30647956,30651385:30651837,30659035:30659288,30661736:30661926,30663787:30664020,30692285:30692595,30694347:30694575,30694607:30694682,30699530:30699886,30716912:30717653,30722607:30722817,30727243:30727681,30736977:30737702,30741935:30742401,30767182:30767662,30769118:30769295,30781690:30781990,30787323:30787501,30796900:30797304,30799460:30799838,30809644:30812084,30828247:30828620,30862442:30862571,30867732:30868471,30868894:30869145,30874663:30874829,30877011:30879519,30879136:30879256,30880943:30881246', 'assoc_mat': '30597286:pehd:4203:30597478,30598610:pehd:4203:30598821,30607874:pehd:4203:30608757,30610940:pehd:4203:30611325,30628387:pehd:4203:30628840,30628870:pehd:4203:30629376,30642825:pehd:4203:30647956,30651385:pehd:4203:30651837,30659035:pehd:4203:30659288,30661736:pehd:4203:30661926,30663787:pehd:4203:30664020,30692285:pehd:4203:30692595,30694347:pehd:4203:30694575,30694607:pehd:4203:30694682,30699530:pehd:4203:30699886,30716912:pehd:4203:30717653,30722607:pehd:4203:30722817,30727243:pehd:4203:30727681,30736977:pehd:4203:30737702,30741935:pehd:4203:30742401,30767182:pehd:4203:30767662,30769118:pehd:4203:30769295,30781690:pehd:4203:30781990,30787323:pehd:4203:30787501,30796900:pehd:4203:30797304,30799460:pehd:4203:30799838,30809644:pehd:4203:30812084,30828247:pehd:4203:30828620,30862442:pehd:4203:30862571,30867732:pehd:4203:30868471,30868894:pehd:4203:30869145,30874663:pehd:4203:30874829,30877011:pehd:4203:30879519,30879136:pehd:4203:30879256,30880943:pehd:4203:30881246'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.007755472399358995, 'nb_photo': 18, 'list_port_cont': '30626090,30642922,30647930,30651212,30694791,30699620,30703153,30703192,30704673,30717317,30741972,30744136,30770815,30770877,30868090,30874302', 'assoc_port': '30625977:30626090,30642812:30642922,30647877:30647930,30650442:30651212,30694744:30694791,30699528:30699620,30701680:30703192,30703014:30703153,30704603:30704673,30716913:30717317,30741952:30741972,30742328:30744136,30770713:30770877,30770718:30770815,30867731:30868090,30874160:30874302', 'assoc_mat': '30625977:pehd:4207:30626090,30642812:pehd:4207:30642922,30647877:pehd:4207:30647930,30650442:pehd:4207:30651212,30694744:pehd:4207:30694791,30699528:pehd:4207:30699620,30701680:pehd:4207:30703192,30703014:pehd:4207:30703153,30704603:pehd:4207:30704673,30716913:pehd:4207:30717317,30741952:pehd:4207:30741972,30742328:pehd:4207:30744136,30770713:pehd:4207:30770877,30770718:pehd:4207:30770815,30867731:pehd:4207:30868090,30874160:pehd:4207:30874302'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004901634370682441, 'nb_photo': 5, 'list_port_cont': '30643153,30699405,30722692,30796986,30807700', 'assoc_port': '30642793:30643153,30699321:30699405,30722577:30722692,30796901:30796986,30807503:30807700', 'assoc_mat': '30642793:pehd:4461:30643153,30699321:pehd:4461:30699405,30722577:pehd:4461:30722692,30796901:pehd:4461:30796986,30807503:pehd:4461:30807700'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0056695966390130775, 'nb_photo': 140, 'list_port_cont': '30590687,30591702,30598431,30599249,30606606,30612942,30621906,30623138,30623738,30626191,30628582,30643052,30643958,30645442,30646720,30652293,30652414,30653551,30659269,30662720,30663907,30691430,30691829,30692396,30692444,30692855,30692879,30693006,30694502,30694624,30694814,30698291,30698970,30699834,30700162,30700722,30702800,30702871,30708209,30710088,30712697,30714849,30717220,30720638,30721667,30722718,30723882,30726285,30731302,30737206,30737784,30739277,30739662,30739672,30739693,30742058,30766510,30767396,30767746,30769177,30770937,30771935,30772846,30781788,30783683,30785873,30786015,30786450,30794520,30796972,30798093,30798328,30798611,30799923,30803565,30807261,30812539,30812645,30813605,30813629,30818604,30819940,30820850,30824961,30825016,30827457,30828361,30851096,30852773,30855603,30862537,30862912,30864136,30864469,30868962,30873604,30874368,30874738,30877098,30878584,30879168,30886391,30886969,30891362', 'assoc_port': '30590640:30590687,30591564:30591702,30598329:30598431,30599177:30599249,30606399:30606606,30612739:30612942,30621578:30621906,30621588:30623738,30622905:30623138,30625963:30626191,30628388:30628582,30642811:30643052,30643845:30643958,30645323:30645442,30646532:30646720,30652157:30652414,30652176:30652293,30653103:30653551,30659029:30659269,30662516:30662720,30663807:30663907,30691352:30691430,30691695:30691829,30691702:30692855,30692284:30692444,30692292:30692396,30692844:30693006,30692853:30692879,30694344:30694502,30694606:30694624,30694747:30694814,30698011:30698291,30698742:30698970,30699523:30699834,30700044:30700162,30700634:30700722,30702694:30702871,30702699:30702800,30708196:30708209,30709796:30710088,30712484:30712697,30714826:30714849,30716918:30717220,30720607:30720638,30721592:30721667,30722573:30722718,30723829:30723882,30726238:30726285,30727245:30731302,30736986:30737206,30736996:30739277,30737692:30737784,30739556:30739693,30739569:30739672,30739575:30739662,30741937:30742058,30766358:3076651', 'assoc_mat': '30590640:pehd:4200:30590687,30591564:pehd:4200:30591702,30598329:pehd:4200:30598431,30599177:pehd:4200:30599249,30606399:pehd:4200:30606606,30612739:pehd:4200:30612942,30621578:pehd:4200:30621906,30621588:pehd:4200:30623738,30622905:pehd:4200:30623138,30625963:pehd:4200:30626191,30628388:pehd:4200:30628582,30642811:pehd:4200:30643052,30643845:pehd:4200:30643958,30645323:pehd:4200:30645442,30646532:pehd:4200:30646720,30652157:pehd:4200:30652414,30652176:pehd:4200:30652293,30653103:pehd:4200:30653551,30659029:pehd:4200:30659269,30662516:pehd:4200:30662720,30663807:pehd:4200:30663907,30691352:pehd:4200:30691430,30691695:pehd:4200:30691829,30691702:pehd:4200:30692855,30692284:pehd:4200:30692444,30692292:pehd:4200:30692396,30692844:pehd:4200:30693006,30692853:pehd:4200:30692879,30694344:pehd:4200:30694502,30694606:pehd:4200:30694624,30694747:pehd:4200:30694814,30698011:pehd:4200:30698291,30698742:pehd:4200:30698970,30699523:pehd:4200:30699834,30700044:pehd:4200:30700162,30700634:pehd:4200:30700722,30702694:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016479799139220669, 'nb_photo': 18, 'list_port_cont': '30595103,30609508,30639146,30693430,30701847,30703176,30808629,30812009,30815170,30819979,30833801,30850302,30861341,30861579,30866149,30873670,30874786', 'assoc_port': '30594835:30595103,30609192:30609508,30638945:30639146,30693199:30693430,30701682:30701847,30703021:30703176,30808487:30808629,30811812:30812009,30814541:30815170,30819800:30819979,30833647:30833801,30850093:30850302,30861071:30861579,30861092:30861341,30865611:30866149,30873537:30873670,30874659:30874786', 'assoc_mat': '30594835:pehd:4209:30595103,30609192:pehd:4209:30609508,30638945:pehd:4209:30639146,30693199:pehd:4209:30693430,30701682:pehd:4209:30701847,30703021:pehd:4209:30703176,30808487:pehd:4209:30808629,30811812:pehd:4209:30812009,30814541:pehd:4209:30815170,30819800:pehd:4209:30819979,30833647:pehd:4209:30833801,30850093:pehd:4209:30850302,30861071:pehd:4209:30861579,30861092:pehd:4209:30861341,30865611:pehd:4209:30866149,30873537:pehd:4209:30873670,30874659:pehd:4209:30874786'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9023026541191765, 'nb_photo': 1078, 'list_port_cont': '30589597,30590797,30590817,30592591,30595068,30595252,30595297,30595449,30595879,30596555,30598483,30598795,30600394,30601492,30606663,30606673,30608024,30609575,30610733,30613046,30613385,30616355,30616558,30619584,30620087,30621780,30621913,30622035,30623276,30624586,30625693,30626601,30628629,30629282,30629527,30640342,30643023,30643101,30643138,30644047,30645711,30646923,30647672,30648045,30650068,30650122,30651682,30653085,30653764,30656036,30659204,30659883,30659887,30660501,30660774,30661374,30661896,30662759,30662810,30663966,30667065,30690931,30690954,30691179,30691912,30691950,30692005,30692461,30692481,30692499,30692996,30694033,30694038,30694483,30694518,30695333,30695405,30698091,30698458,30698923,30698927,30699088,30700255,30700466,30700762,30700788,30701963,30702885,30702934,30702948,30704098,30704344,30705374,30707738,30708313,30708339,30709444,30709457,30710623,30710990,30711013,30712686,30712738,30713040,30713865,30714930,30719477,30720533,30720550,30721809,30721821,30722768,30722787,3072363', 'assoc_port': '30589032:30589597,30590638:30590817,30590648:30590797,30592445:30592591,30594761:30595068,30594794:30595449,30594826:30595297,30594830:30595252,30595732:30595879,30596000:30596555,30598331:30598483,30598615:30598795,30599916:30600394,30601360:30601492,30606396:30606673,30606405:30606663,30607881:30608024,30609189:30609575,30610481:30610733,30610942:30613385,30612298:30616355,30612740:30613046,30612744:30616558,30619330:30619584,30619915:30620087,30621576:30622035,30621584:30621913,30621590:30621780,30622906:30623276,30622948:30625693,30624349:30624586,30625962:30626601,30628395:30628629,30628830:30629527,30628859:30629282,30639891:30640342,30642806:30643138,30642816:30643101,30642828:30643023,30643827:30644047,30645322:30645711,30646527:30646923,30647575:30647672,30647880:30648045,30649850:30650122,30649884:30650068,30651380:30651682,30652166:30653085,30652181:30656036,30653104:30653764,30659037:30659204,30659638:30659887,30659647:30659883,30659654:30661374,30660274:30660501,30660621:30660774,30661740:3066189', 'assoc_mat': '30589032:pehd:4211:30589597,30590638:pehd:4211:30590817,30590648:pehd:4211:30590797,30592445:pehd:4211:30592591,30594761:pehd:4211:30595068,30594794:pehd:4211:30595449,30594826:pehd:4211:30595297,30594830:pehd:4211:30595252,30595732:pehd:4211:30595879,30596000:pehd:4211:30596555,30598331:pehd:4211:30598483,30598615:pehd:4211:30598795,30599916:pehd:4211:30600394,30601360:pehd:4211:30601492,30606396:pehd:4211:30606673,30606405:pehd:4211:30606663,30607881:pehd:4211:30608024,30609189:pehd:4211:30609575,30610481:pehd:4211:30610733,30610942:pehd:4211:30613385,30612298:pehd:4211:30616355,30612740:pehd:4211:30613046,30612744:pehd:4211:30616558,30619330:pehd:4211:30619584,30619915:pehd:4211:30620087,30621576:pehd:4211:30622035,30621584:pehd:4211:30621913,30621590:pehd:4211:30621780,30622906:pehd:4211:30623276,30622948:pehd:4211:30625693,30624349:pehd:4211:30624586,30625962:pehd:4211:30626601,30628395:pehd:4211:30628629,30628830:pehd:4211:30629527,30628859:pehd:4211:30629282,30639891:pehd:4211:30640342,30642806:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024419119986249017, 'nb_photo': 378, 'list_port_cont': '30590887,30592755,30593927,30595420,30598562,30599127,30601640,30601731,30606743,30607188,30607238,30608345,30610809,30611163,30612561,30612681,30616366,30619021,30620116,30620799,30621971,30624742,30625813,30628760,30629314,30629420,30643235,30644142,30644178,30645810,30645892,30647714,30647755,30649170,30650844,30651307,30652702,30654346,30654358,30659249,30659931,30659954,30660545,30660907,30660924,30661973,30667032,30667047,30690993,30691152,30691214,30691959,30692025,30693048,30693175,30694099,30694548,30694907,30695448,30699439,30699457,30699479,30699809,30700824,30703236,30703274,30703393,30704160,30704189,30707770,30707908,30708393,30708671,30709546,30710650,30710663,30711873,30712755,30712842,30712919,30712977,30714111,30717533,30720619,30720682,30721900,30721943,30722843,30722914,30724645,30725249,30725869,30726346,30727654,30734982,30735272,30736138,30737296,30737365,30738501,30739862,30740766,30742245,30742627,30767856,30769273,30769334,30771100,30771279,30772917,30776584,30780829,30781951,3078224', 'assoc_port': '30590636:30590887,30592444:30592755,30593705:30593927,30594825:30595420,30595729:30601731,30598327:30598562,30598952:30599127,30601359:30601640,30606397:30606743,30606834:30607188,30606861:30607238,30607873:30608345,30610479:30610809,30610944:30611163,30612248:30612561,30612252:30612681,30615487:30616366,30618813:30619021,30619913:30620116,30620570:30620799,30621585:30621971,30624345:30624742,30625489:30625813,30628403:30628760,30628853:30629420,30628874:30629314,30642799:30643235,30642819:30644142,30643810:30644178,30645304:30645892,30645334:30645810,30646524:30647755,30647572:30647714,30648603:30649170,30650433:30651307,30650437:30650844,30652137:30654358,30652161:30652702,30652178:30654346,30659033:30659249,30659637:30659954,30659646:30659931,30659652:30660907,30659656:30660924,30660277:30660545,30661738:30661973,30666707:30667047,30666715:30667032,30690729:30690993,30691040:30691214,30691046:30691152,30691689:30692025,30691697:30691959,30692290:30693175,30692846:30693048,30693853:30694099,30694345:3069454', 'assoc_mat': '30590636:pehd:3327:30590887,30592444:pehd:3327:30592755,30593705:pehd:3327:30593927,30594825:pehd:3327:30595420,30595729:pehd:3327:30601731,30598327:pehd:3327:30598562,30598952:pehd:3327:30599127,30601359:pehd:3327:30601640,30606397:pehd:3327:30606743,30606834:pehd:3327:30607188,30606861:pehd:3327:30607238,30607873:pehd:3327:30608345,30610479:pehd:3327:30610809,30610944:pehd:3327:30611163,30612248:pehd:3327:30612561,30612252:pehd:3327:30612681,30615487:pehd:3327:30616366,30618813:pehd:3327:30619021,30619913:pehd:3327:30620116,30620570:pehd:3327:30620799,30621585:pehd:3327:30621971,30624345:pehd:3327:30624742,30625489:pehd:3327:30625813,30628403:pehd:3327:30628760,30628853:pehd:3327:30629420,30628874:pehd:3327:30629314,30642799:pehd:3327:30643235,30642819:pehd:3327:30644142,30643810:pehd:3327:30644178,30645304:pehd:3327:30645892,30645334:pehd:3327:30645810,30646524:pehd:3327:30647755,30647572:pehd:3327:30647714,30648603:pehd:3327:30649170,30650433:pehd:3327:30651307,30650437:pehd:3327:30650844,30652137:pehd:33'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006041359377352456, 'nb_photo': 16, 'list_port_cont': '30691811,30699072,30700237,30704114,30717288,30722796,30742544,30770986', 'assoc_port': '30691694:30691811,30699021:30699072,30700040:30700237,30703956:30704114,30716924:30717288,30722571:30722796,30742331:30742544,30770705:30770986', 'assoc_mat': '30691694:pehd:3594:30691811,30699021:pehd:3594:30699072,30700040:pehd:3594:30700237,30703956:pehd:3594:30704114,30716924:pehd:3594:30717288,30722571:pehd:3594:30722796,30742331:pehd:3594:30742544,30770705:pehd:3594:30770986'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005211699874772414, 'nb_photo': 75, 'list_port_cont': '30593814,30598627,30621649,30646738,30651524,30660660,30661048,30691798,30702827,30711358,30712654,30714281,30726258,30737060,30743127,30770889,30780433,30793368,30795897,30799925,30807194,30811948,30813646,30814065,30820838,30831497,30852741,30861297,30863634,30868155,30874312,30877132', 'assoc_port': '30593708:30593814,30598618:30598627,30621589:30621649,30646536:30646738,30651375:30651524,30659651:30661048,30660619:30660660,30691698:30691798,30702695:30702827,30711330:30711358,30712488:30712654,30714264:30714281,30726241:30726258,30736995:30737060,30742941:30743127,30770715:30770889,30780306:30780433,30793123:30793368,30795753:30795897,30799843:30799925,30807073:30807194,30811806:30811948,30813479:30813646,30813960:30814065,30820630:30820838,30827848:30831497,30852458:30852741,30861085:30861297,30862824:30863634,30867718:30868155,30874161:30874312,30876993:30877132', 'assoc_mat': '30593708:pet_clair:4205:30593814,30598618:pet_clair:4205:30598627,30621589:pet_clair:4205:30621649,30646536:pet_clair:4205:30646738,30651375:pet_clair:4205:30651524,30659651:pet_clair:4205:30661048,30660619:pet_clair:4205:30660660,30691698:pet_clair:4205:30691798,30702695:pet_clair:4205:30702827,30711330:pet_clair:4205:30711358,30712488:pet_clair:4205:30712654,30714264:pet_clair:4205:30714281,30726241:pet_clair:4205:30726258,30736995:pet_clair:4205:30737060,30742941:pet_clair:4205:30743127,30770715:pet_clair:4205:30770889,30780306:pet_clair:4205:30780433,30793123:pet_clair:4205:30793368,30795753:pet_clair:4205:30795897,30799843:pet_clair:4205:30799925,30807073:pet_clair:4205:30807194,30811806:pet_clair:4205:30811948,30813479:pet_clair:4205:30813646,30813960:pet_clair:4205:30814065,30820630:pet_clair:4205:30820838,30827848:pet_clair:4205:30831497,30852458:pet_clair:4205:30852741,30861085:pet_clair:4205:30861297,30862824:pet_clair:4205:30863634,30867718:pet_clair:4205:30868155,30874161:pet_clair:4205:30874312,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007645875708997105, 'nb_photo': 992, 'list_port_cont': '30591932,30595542,30597483,30598820,30599383,30608764,30611322,30622042,30623454,30628841,30629387,30643376,30647958,30648960,30650230,30651846,30659290,30661921,30664022,30666989,30691459,30692605,30693038,30694577,30694680,30698523,30699885,30702126,30703223,30707581,30709242,30717616,30717657,30720751,30722827,30725953,30727676,30737701,30739964,30742388,30767674,30769302,30774068,30781992,30785513,30787490,30794674,30797309,30799835,30801391,30807926,30812089,30815307,30818190,30820182,30825448,30828612,30849749,30853061,30855999,30862575,30866295,30868462,30869133,30874834,30879261,30879509,30881245,30886681', 'assoc_port': '30591562:30591932,30594827:30595542,30597286:30597483,30598610:30598820,30599179:30599383,30607874:30608764,30610940:30611322,30621580:30622042,30622991:30623454,30628387:30628841,30628870:30629387,30642803:30643376,30642825:30647958,30645336:30648960,30649858:30650230,30651385:30651846,30659035:30659290,30661736:30661921,30663787:30664022,30666717:30666989,30691353:30691459,30692285:30692605,30692850:30693038,30694347:30694577,30694607:30694680,30698409:30698523,30699530:30699885,30701688:30702126,30703024:30703223,30707474:30707581,30709226:30709242,30716912:30717657,30716916:30717616,30720606:30720751,30722607:30722827,30725593:30725953,30727243:30727676,30736977:30737701,30739558:30739964,30741935:30742388,30767182:30767674,30769118:30769302,30773667:30774068,30781690:30781992,30785189:30785513,30787323:30787490,30794321:30794674,30796900:30797309,30799460:30799835,30801207:30801391,30807776:30807926,30809644:30812089,30812453:30815307,30818014:30818190,30819805:30820182,30824843:30825448,30828247:3082861', 'assoc_mat': '30591562:pet_clair:4203:30591932,30594827:pet_clair:4203:30595542,30597286:pet_clair:4203:30597483,30598610:pet_clair:4203:30598820,30599179:pet_clair:4203:30599383,30607874:pet_clair:4203:30608764,30610940:pet_clair:4203:30611322,30621580:pet_clair:4203:30622042,30622991:pet_clair:4203:30623454,30628387:pet_clair:4203:30628841,30628870:pet_clair:4203:30629387,30642803:pet_clair:4203:30643376,30642825:pet_clair:4203:30647958,30645336:pet_clair:4203:30648960,30649858:pet_clair:4203:30650230,30651385:pet_clair:4203:30651846,30659035:pet_clair:4203:30659290,30661736:pet_clair:4203:30661921,30663787:pet_clair:4203:30664022,30666717:pet_clair:4203:30666989,30691353:pet_clair:4203:30691459,30692285:pet_clair:4203:30692605,30692850:pet_clair:4203:30693038,30694347:pet_clair:4203:30694577,30694607:pet_clair:4203:30694680,30698409:pet_clair:4203:30698523,30699530:pet_clair:4203:30699885,30701688:pet_clair:4203:30702126,30703024:pet_clair:4203:30703223,30707474:pet_clair:4203:30707581,30709226:pet_clair:4203:30709242,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017511682068006844, 'nb_photo': 112, 'list_port_cont': '30589110,30594959,30598967,30611029,30612353,30612493,30615839,30615965,30619402,30623032,30624421,30626093,30626131,30642989,30646694,30647604,30649234,30650558,30652317,30658447,30660434,30666857,30690284,30690795,30691128,30691848,30692948,30692975,30701753,30703156,30709824,30709834,30709877,30717415,30721628,30721717,30722259,30722612,30723868,30724602,30725663,30731170,30736029,30737166,30738368,30739601,30739639,30741960,30742428,30744140,30770807,30770909,30772003,30775823,30782852,30785283,30786354,30794795,30797742,30797753,30799485,30801274,30803542,30807585,30808760,30808787,30811870,30811890,30812576,30820256,30820270,30820309,30824631,30828291,30828326,30852694,30862862,30862905,30865872,30868104,30873573,30874734,30875214,30875700,30877035,30877116,30879151,30880536,30881088,30881127,30881480,30887044', 'assoc_port': '30589033:30589110,30594833:30594959,30598953:30598967,30610921:30611029,30612251:30612493,30612297:30612353,30615486:30615965,30615490:30615839,30619328:30619402,30622908:30623032,30622970:30624421,30625966:30626131,30625977:30626093,30642801:30642989,30646539:30646694,30647574:30647604,30649156:30649234,30650438:30650558,30652153:30652317,30658409:30658447,30660273:30660434,30666713:30666857,30690242:30690284,30690731:30690795,30691039:30691128,30691690:30691848,30692845:30692948,30692848:30692975,30699330:30701753,30703014:30703156,30709803:30709877,30709805:30709824,30709807:30709834,30716909:30717415,30721563:30721717,30721591:30722259,30721601:30721628,30722580:30722612,30723824:30723868,30724601:30724602,30725600:30725663,30727240:30731170,30736015:30736029,30736980:30737166,30738358:30738368,30739567:30739639,30739571:30739601,30741952:30741960,30742328:30744140,30742350:30742428,30769877:30772003,30770711:30770909,30770718:30770807,30772707:30775823,30782763:30782852,30785190:30785283,30786199:3078635', 'assoc_mat': '30589033:pet_clair:4207:30589110,30594833:pet_clair:4207:30594959,30598953:pet_clair:4207:30598967,30610921:pet_clair:4207:30611029,30612251:pet_clair:4207:30612493,30612297:pet_clair:4207:30612353,30615486:pet_clair:4207:30615965,30615490:pet_clair:4207:30615839,30619328:pet_clair:4207:30619402,30622908:pet_clair:4207:30623032,30622970:pet_clair:4207:30624421,30625966:pet_clair:4207:30626131,30625977:pet_clair:4207:30626093,30642801:pet_clair:4207:30642989,30646539:pet_clair:4207:30646694,30647574:pet_clair:4207:30647604,30649156:pet_clair:4207:30649234,30650438:pet_clair:4207:30650558,30652153:pet_clair:4207:30652317,30658409:pet_clair:4207:30658447,30660273:pet_clair:4207:30660434,30666713:pet_clair:4207:30666857,30690242:pet_clair:4207:30690284,30690731:pet_clair:4207:30690795,30691039:pet_clair:4207:30691128,30691690:pet_clair:4207:30691848,30692845:pet_clair:4207:30692948,30692848:pet_clair:4207:30692975,30699330:pet_clair:4207:30701753,30703014:pet_clair:4207:30703156,30709803:pet_clair:4207:30709877,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003950146685958588, 'nb_photo': 8, 'list_port_cont': '30616075,30741547,30787115,30794811,30811979,30866114', 'assoc_port': '30615489:30616075,30739559:30741547,30787015:30787115,30794746:30794811,30811807:30811979,30865613:30866114', 'assoc_mat': '30615489:pet_clair:4461:30616075,30739559:pet_clair:4461:30741547,30787015:pet_clair:4461:30787115,30794746:pet_clair:4461:30794811,30811807:pet_clair:4461:30811979,30865613:pet_clair:4461:30866114'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009489325104458187, 'nb_photo': 889, 'list_port_cont': '30589138,30590666,30590688,30591717,30592571,30595036,30595237,30595846,30596282,30598428,30598701,30598985,30599241,30601683,30606619,30607065,30607948,30608008,30609449,30611536,30611763,30612477,30612929,30612952,30618973,30619537,30620347,30621892,30623085,30623133,30623737,30624078,30626177,30628583,30628969,30628984,30629224,30629319,30643058,30643281,30643959,30645450,30646721,30647024,30647635,30649994,30652280,30652410,30652452,30652474,30653557,30659258,30660232,30660704,30661075,30661125,30661843,30662584,30662730,30663912,30691110,30691434,30691830,30692406,30692443,30692866,30692878,30693010,30693959,30694490,30694634,30694806,30698292,30698861,30698964,30699643,30699828,30700160,30700719,30701798,30701927,30702797,30702867,30704069,30704614,30707671,30707724,30708206,30709908,30710093,30710952,30711245,30711394,30712580,30712648,30712695,30713789,30714860,30717219,30720640,30721657,30721673,30722723,30723368,30723889,30724253,30725693,30726288,30727176,30727547,30731306,30734814,30735225,3073604', 'assoc_port': '30589034:30589138,30590639:30590666,30590640:30590688,30591565:30591717,30592446:30592571,30594820:30595237,30594832:30595036,30595730:30595846,30595999:30596282,30598329:30598428,30598609:30598701,30598617:30601683,30598951:30598985,30599177:30599241,30606399:30606619,30606828:30607065,30607877:30608008,30607884:30607948,30609185:30611536,30609199:30609449,30610949:30611763,30612256:30612477,30612739:30612952,30612745:30612929,30618812:30618973,30619329:30619537,30620242:30620347,30621578:30621892,30621588:30623737,30622905:30623133,30622989:30623085,30623745:30624078,30625963:30626177,30628388:30628583,30628832:30629319,30628858:30629224,30628869:30628984,30628872:30628969,30642795:30643281,30642811:30643058,30642821:30647024,30643845:30643959,30645323:30645450,30646532:30646721,30647576:30647635,30649848:30652452,30649862:30649994,30652140:30652474,30652157:30652410,30652176:30652280,30653103:30653557,30659029:30659258,30659641:30660232,30659648:30661125,30659658:30661075,30660618:30660704,30661735:3066184', 'assoc_mat': '30589034:pet_clair:4200:30589138,30590639:pet_clair:4200:30590666,30590640:pet_clair:4200:30590688,30591565:pet_clair:4200:30591717,30592446:pet_clair:4200:30592571,30594820:pet_clair:4200:30595237,30594832:pet_clair:4200:30595036,30595730:pet_clair:4200:30595846,30595999:pet_clair:4200:30596282,30598329:pet_clair:4200:30598428,30598609:pet_clair:4200:30598701,30598617:pet_clair:4200:30601683,30598951:pet_clair:4200:30598985,30599177:pet_clair:4200:30599241,30606399:pet_clair:4200:30606619,30606828:pet_clair:4200:30607065,30607877:pet_clair:4200:30608008,30607884:pet_clair:4200:30607948,30609185:pet_clair:4200:30611536,30609199:pet_clair:4200:30609449,30610949:pet_clair:4200:30611763,30612256:pet_clair:4200:30612477,30612739:pet_clair:4200:30612952,30612745:pet_clair:4200:30612929,30618812:pet_clair:4200:30618973,30619329:pet_clair:4200:30619537,30620242:pet_clair:4200:30620347,30621578:pet_clair:4200:30621892,30621588:pet_clair:4200:30623737,30622905:pet_clair:4200:30623133,30622989:pet_clair:4200:30623085,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0021689250301938565, 'nb_photo': 30, 'list_port_cont': '30639150,30643063,30660482,30666843,30703170,30724397,30724925,30725780,30725799,30740479,30786406,30801341,30815171,30819969,30827514,30850299,30856539,30861265,30861567,30864602,30873683,30877028,30881525', 'assoc_port': '30638945:30639150,30642827:30643063,30660278:30660482,30666722:30666843,30703021:30703170,30724085:30724397,30724754:30724925,30725591:30725780,30725598:30725799,30740248:30740479,30786232:30786406,30800661:30801341,30814541:30815171,30819800:30819969,30827163:30827514,30850093:30850299,30856471:30856539,30861071:30861567,30861094:30861265,30864415:30864602,30873537:30873683,30876981:30877028,30881365:30881525', 'assoc_mat': '30638945:pet_clair:4209:30639150,30642827:pet_clair:4209:30643063,30660278:pet_clair:4209:30660482,30666722:pet_clair:4209:30666843,30703021:pet_clair:4209:30703170,30724085:pet_clair:4209:30724397,30724754:pet_clair:4209:30724925,30725591:pet_clair:4209:30725780,30725598:pet_clair:4209:30725799,30740248:pet_clair:4209:30740479,30786232:pet_clair:4209:30786406,30800661:pet_clair:4209:30801341,30814541:pet_clair:4209:30815171,30819800:pet_clair:4209:30819969,30827163:pet_clair:4209:30827514,30850093:pet_clair:4209:30850299,30856471:pet_clair:4209:30856539,30861071:pet_clair:4209:30861567,30861094:pet_clair:4209:30861265,30864415:pet_clair:4209:30864602,30873537:pet_clair:4209:30873683,30876981:pet_clair:4209:30877028,30881365:pet_clair:4209:30881525'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012234545259827826, 'nb_photo': 860, 'list_port_cont': '30590805,30590819,30592596,30595069,30595255,30595299,30595877,30596562,30598477,30598794,30600400,30601490,30606661,30606683,30608035,30609585,30610744,30613041,30613389,30616361,30616547,30619593,30620074,30621767,30621909,30622034,30623275,30624579,30625680,30626614,30628624,30629266,30629531,30640336,30643016,30643112,30643131,30644057,30645712,30646931,30648036,30650073,30650116,30651683,30653075,30653772,30656023,30659214,30659873,30659895,30660505,30660764,30661381,30661890,30662745,30662812,30663953,30667056,30690924,30690943,30691080,30691186,30691910,30691944,30692013,30692469,30692487,30692510,30692989,30694018,30694051,30694471,30694507,30695347,30695406,30698083,30698456,30698914,30698940,30699082,30700243,30700459,30700760,30701964,30702877,30702928,30702943,30704101,30704332,30705376,30707753,30708311,30708352,30709433,30709450,30710624,30711002,30711014,30712688,30713039,30714938,30719469,30720518,30720548,30721805,30721816,30722766,30722779,30723642,30724007,30724372,30724412,30724425,3072582', 'assoc_port': '30590638:30590819,30590648:30590805,30592445:30592596,30594761:30595069,30594826:30595299,30594830:30595255,30595732:30595877,30596000:30596562,30598331:30598477,30598615:30598794,30599916:30600400,30601360:30601490,30606396:30606683,30606405:30606661,30607881:30608035,30609189:30609585,30610481:30610744,30610942:30613389,30612298:30616361,30612740:30613041,30612744:30616547,30619330:30619593,30619915:30620074,30621576:30622034,30621584:30621909,30621590:30621767,30622906:30623275,30622948:30625680,30624349:30624579,30625962:30626614,30628395:30628624,30628830:30629531,30628859:30629266,30639891:30640336,30642806:30643131,30642816:30643112,30642828:30643016,30643827:30644057,30645322:30645712,30646527:30646931,30647880:30648036,30649850:30650116,30649884:30650073,30651380:30651683,30652166:30653075,30652181:30656023,30653104:30653772,30659037:30659214,30659638:30659895,30659647:30659873,30659654:30661381,30660274:30660505,30660621:30660764,30661740:30661890,30661744:30667056,30662517:30662812,30662525:3066274', 'assoc_mat': '30590638:pet_clair:4211:30590819,30590648:pet_clair:4211:30590805,30592445:pet_clair:4211:30592596,30594761:pet_clair:4211:30595069,30594826:pet_clair:4211:30595299,30594830:pet_clair:4211:30595255,30595732:pet_clair:4211:30595877,30596000:pet_clair:4211:30596562,30598331:pet_clair:4211:30598477,30598615:pet_clair:4211:30598794,30599916:pet_clair:4211:30600400,30601360:pet_clair:4211:30601490,30606396:pet_clair:4211:30606683,30606405:pet_clair:4211:30606661,30607881:pet_clair:4211:30608035,30609189:pet_clair:4211:30609585,30610481:pet_clair:4211:30610744,30610942:pet_clair:4211:30613389,30612298:pet_clair:4211:30616361,30612740:pet_clair:4211:30613041,30612744:pet_clair:4211:30616547,30619330:pet_clair:4211:30619593,30619915:pet_clair:4211:30620074,30621576:pet_clair:4211:30622034,30621584:pet_clair:4211:30621909,30621590:pet_clair:4211:30621767,30622906:pet_clair:4211:30623275,30622948:pet_clair:4211:30625680,30624349:pet_clair:4211:30624579,30625962:pet_clair:4211:30626614,30628395:pet_clair:4211:30628624,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9020829083700274, 'nb_photo': 106078, 'list_port_cont': '30590890,30590909,30591842,30592752,30593932,30595416,30595593,30596725,30598564,30599124,30601519,30601641,30601734,30606752,30607198,30607217,30607234,30608123,30608352,30610791,30610812,30610932,30611165,30612564,30612591,30612678,30612889,30616305,30616374,30619014,30619643,30620106,30620800,30621939,30621985,30623251,30623799,30624729,30625814,30626308,30628756,30629308,30629408,30629487,30643225,30643246,30644143,30644174,30645807,30645905,30647710,30647764,30649163,30650845,30651310,30652707,30654333,30654348,30659238,30659935,30659952,30659977,30660548,30660820,30660912,30660930,30661970,30667000,30667028,30667044,30690406,30690433,30690988,30691148,30691171,30691206,30691933,30691966,30692019,30692797,30693049,30693171,30694100,30694542,30694911,30695446,30699450,30699463,30699470,30699810,30700480,30700792,30700830,30702079,30703247,30703284,30703395,30704161,30704195,30707778,30707905,30708389,30708669,30709541,30710651,30710674,30711876,30712744,30712838,30712918,30712984,30714108,30714394,3071753', 'assoc_port': '30590636:30590890,30590647:30590909,30591563:30591842,30592444:30592752,30593705:30593932,30594790:30595593,30594825:30595416,30595729:30601734,30595995:30596725,30598327:30598564,30598952:30599124,30601357:30601519,30601359:30601641,30606397:30606752,30606829:30607217,30606834:30607198,30606861:30607234,30607873:30608352,30607883:30608123,30610470:30610932,30610475:30610791,30610479:30610812,30610944:30611165,30612248:30612564,30612252:30612678,30612296:30612591,30612746:30612889,30615485:30616305,30615487:30616374,30618813:30619014,30619327:30619643,30619913:30620106,30620570:30620800,30621581:30621939,30621585:30621985,30622901:30623799,30622907:30623251,30624345:30624729,30625489:30625814,30625973:30626308,30628403:30628756,30628853:30629408,30628862:30629487,30628874:30629308,30642799:30643246,30642814:30643225,30642819:30644143,30643810:30644174,30645304:30645905,30645334:30645807,30646524:30647764,30647572:30647710,30648603:30649163,30650433:30651310,30650437:30650845,30652137:30654348,30652161:3065270', 'assoc_mat': '30590636:pet_clair:3327:30590890,30590647:pet_clair:3327:30590909,30591563:pet_clair:3327:30591842,30592444:pet_clair:3327:30592752,30593705:pet_clair:3327:30593932,30594790:pet_clair:3327:30595593,30594825:pet_clair:3327:30595416,30595729:pet_clair:3327:30601734,30595995:pet_clair:3327:30596725,30598327:pet_clair:3327:30598564,30598952:pet_clair:3327:30599124,30601357:pet_clair:3327:30601519,30601359:pet_clair:3327:30601641,30606397:pet_clair:3327:30606752,30606829:pet_clair:3327:30607217,30606834:pet_clair:3327:30607198,30606861:pet_clair:3327:30607234,30607873:pet_clair:3327:30608352,30607883:pet_clair:3327:30608123,30610470:pet_clair:3327:30610932,30610475:pet_clair:3327:30610791,30610479:pet_clair:3327:30610812,30610944:pet_clair:3327:30611165,30612248:pet_clair:3327:30612564,30612252:pet_clair:3327:30612678,30612296:pet_clair:3327:30612591,30612746:pet_clair:3327:30612889,30615485:pet_clair:3327:30616305,30615487:pet_clair:3327:30616374,30618813:pet_clair:3327:30619014,30619327:pet_clair:3327:30619643,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0021680157361144156, 'nb_photo': 37, 'list_port_cont': '30666971,30691809,30699073,30701840,30722803,30740647,30742539,30770789,30770988,30772896,30786524,30788708', 'assoc_port': '30666723:30666971,30691694:30691809,30699021:30699073,30701684:30701840,30722571:30722803,30740247:30740647,30742331:30742539,30770705:30770988,30770708:30770789,30772702:30772896,30785184:30786524,30788263:30788708', 'assoc_mat': '30666723:pet_clair:3594:30666971,30691694:pet_clair:3594:30691809,30699021:pet_clair:3594:30699073,30701684:pet_clair:3594:30701840,30722571:pet_clair:3594:30722803,30740247:pet_clair:3594:30740647,30742331:pet_clair:3594:30742539,30770705:pet_clair:3594:30770988,30770708:pet_clair:3594:30770789,30772702:pet_clair:3594:30772896,30785184:pet_clair:3594:30786524,30788263:pet_clair:3594:30788708'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0019298762201070624, 'nb_photo': 17, 'list_port_cont': '30598636,30623611,30662628,30700376,30726260,30740496,30770898,30780441,30783578,30787091,30811949,30863635,30874323,30877136', 'assoc_port': '30598618:30598636,30623556:30623611,30662522:30662628,30700325:30700376,30726241:30726260,30740250:30740496,30770715:30770898,30780306:30780441,30783382:30783578,30787016:30787091,30811806:30811949,30862824:30863635,30874161:30874323,30876993:30877136', 'assoc_mat': '30598618:pet_fonce:4205:30598636,30623556:pet_fonce:4205:30623611,30662522:pet_fonce:4205:30662628,30700325:pet_fonce:4205:30700376,30726241:pet_fonce:4205:30726260,30740250:pet_fonce:4205:30740496,30770715:pet_fonce:4205:30770898,30780306:pet_fonce:4205:30780441,30783382:pet_fonce:4205:30783578,30787016:pet_fonce:4205:30787091,30811806:pet_fonce:4205:30811949,30862824:pet_fonce:4205:30863635,30874161:pet_fonce:4205:30874323,30876993:pet_fonce:4205:30877136'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0064185023969356055, 'nb_photo': 948, 'list_port_cont': '30591926,30595549,30597476,30598828,30599387,30608759,30611331,30622040,30623460,30628842,30629377,30643380,30647959,30648970,30650231,30651838,30659283,30661923,30664034,30666984,30691468,30692606,30693036,30694571,30694675,30698518,30699876,30702135,30703232,30707585,30717622,30717654,30720750,30722818,30725955,30727682,30737710,30739954,30742392,30767670,30769300,30774051,30781993,30785506,30787505,30794678,30797310,30799826,30801381,30807930,30812093,30815309,30818198,30820180,30825449,30828613,30849748,30853054,30856001,30862576,30866284,30868476,30869148,30874835,30879269,30879514,30881241,30886687', 'assoc_port': '30591562:30591926,30594827:30595549,30597286:30597476,30598610:30598828,30599179:30599387,30607874:30608759,30610940:30611331,30621580:30622040,30622991:30623460,30628387:30628842,30628870:30629377,30642803:30643380,30642825:30647959,30645336:30648970,30649858:30650231,30651385:30651838,30659035:30659283,30661736:30661923,30663787:30664034,30666717:30666984,30691353:30691468,30692285:30692606,30692850:30693036,30694347:30694571,30694607:30694675,30698409:30698518,30699530:30699876,30701688:30702135,30703024:30703232,30707474:30707585,30716912:30717654,30716916:30717622,30720606:30720750,30722607:30722818,30725593:30725955,30727243:30727682,30736977:30737710,30739558:30739954,30741935:30742392,30767182:30767670,30769118:30769300,30773667:30774051,30781690:30781993,30785189:30785506,30787323:30787505,30794321:30794678,30796900:30797310,30799460:30799826,30801207:30801381,30807776:30807930,30809644:30812093,30812453:30815309,30818014:30818198,30819805:30820180,30824843:30825449,30828247:30828613,30849653:3084974', 'assoc_mat': '30591562:pet_fonce:4203:30591926,30594827:pet_fonce:4203:30595549,30597286:pet_fonce:4203:30597476,30598610:pet_fonce:4203:30598828,30599179:pet_fonce:4203:30599387,30607874:pet_fonce:4203:30608759,30610940:pet_fonce:4203:30611331,30621580:pet_fonce:4203:30622040,30622991:pet_fonce:4203:30623460,30628387:pet_fonce:4203:30628842,30628870:pet_fonce:4203:30629377,30642803:pet_fonce:4203:30643380,30642825:pet_fonce:4203:30647959,30645336:pet_fonce:4203:30648970,30649858:pet_fonce:4203:30650231,30651385:pet_fonce:4203:30651838,30659035:pet_fonce:4203:30659283,30661736:pet_fonce:4203:30661923,30663787:pet_fonce:4203:30664034,30666717:pet_fonce:4203:30666984,30691353:pet_fonce:4203:30691468,30692285:pet_fonce:4203:30692606,30692850:pet_fonce:4203:30693036,30694347:pet_fonce:4203:30694571,30694607:pet_fonce:4203:30694675,30698409:pet_fonce:4203:30698518,30699530:pet_fonce:4203:30699876,30701688:pet_fonce:4203:30702135,30703024:pet_fonce:4203:30703232,30707474:pet_fonce:4203:30707585,30716912:pet_fonce:4203:30717654,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033807908238721687, 'nb_photo': 61, 'list_port_cont': '30595046,30595772,30601414,30610656,30615836,30619395,30623053,30629097,30647589,30650635,30652308,30659705,30659714,30660414,30661657,30661785,30666859,30691366,30691751,30692316,30694387,30695315,30699614,30700677,30701760,30703036,30709868,30710112,30717321,30724235,30726537,30737165,30741968,30742430,30768448,30772765,30795774,30795882,30798300,30801267,30808962,30827290,30855586,30855610,30865998,30868099,30879139,30881478,30887048', 'assoc_port': '30594823:30595046,30595731:30595772,30601358:30601414,30610468:30610656,30615490:30615836,30619328:30619395,30622903:30623053,30628854:30629097,30647574:30647589,30650434:30650635,30652153:30652308,30659643:30661657,30659649:30659714,30659653:30659705,30660276:30660414,30661739:30661785,30666713:30666859,30691354:30691366,30691700:30691751,30692295:30692316,30693893:30695315,30694349:30694387,30699330:30701760,30699528:30699614,30700632:30700677,30703026:30703036,30709797:30710112,30709803:30709868,30716913:30717321,30724114:30724235,30726457:30726537,30736980:30737165,30741952:30741968,30742350:30742430,30767626:30768448,30772710:30772765,30795750:30795882,30795762:30795774,30798186:30798300,30801223:30801267,30807067:30808962,30827186:30827290,30855346:30855586,30855402:30855610,30865618:30865998,30867731:30868099,30879131:30879139,30881364:30881478,30887036:30887048', 'assoc_mat': '30594823:pet_fonce:4207:30595046,30595731:pet_fonce:4207:30595772,30601358:pet_fonce:4207:30601414,30610468:pet_fonce:4207:30610656,30615490:pet_fonce:4207:30615836,30619328:pet_fonce:4207:30619395,30622903:pet_fonce:4207:30623053,30628854:pet_fonce:4207:30629097,30647574:pet_fonce:4207:30647589,30650434:pet_fonce:4207:30650635,30652153:pet_fonce:4207:30652308,30659643:pet_fonce:4207:30661657,30659649:pet_fonce:4207:30659714,30659653:pet_fonce:4207:30659705,30660276:pet_fonce:4207:30660414,30661739:pet_fonce:4207:30661785,30666713:pet_fonce:4207:30666859,30691354:pet_fonce:4207:30691366,30691700:pet_fonce:4207:30691751,30692295:pet_fonce:4207:30692316,30693893:pet_fonce:4207:30695315,30694349:pet_fonce:4207:30694387,30699330:pet_fonce:4207:30701760,30699528:pet_fonce:4207:30699614,30700632:pet_fonce:4207:30700677,30703026:pet_fonce:4207:30703036,30709797:pet_fonce:4207:30710112,30709803:pet_fonce:4207:30709868,30716913:pet_fonce:4207:30717321,30724114:pet_fonce:4207:30724235,30726457:pet_fonce:4207:30726537,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00351542292773819, 'nb_photo': 57, 'list_port_cont': '30607107,30610832,30612442,30619499,30626209,30629028,30642948,30659743,30666930,30691865,30692418,30699410,30710159,30717344,30723937,30725711,30725741,30729505,30732245,30736071,30736155,30737115,30744371,30766597,30767759,30770839,30782451,30787106,30795847,30808841,30818999,30827474,30828416,30828432,30833737,30862952,30863039,30866054,30873746,30874333,30874683,30878628,30881144,30886419', 'assoc_port': '30606833:30607107,30610463:30610832,30610478:30612442,30619326:30619499,30625969:30626209,30628860:30629028,30642829:30642948,30659655:30659743,30661737:30666930,30691688:30691865,30692293:30692418,30699321:30699410,30709806:30710159,30716919:30717344,30723825:30723937,30725590:30725741,30725602:30725711,30726458:30729505,30727247:30732245,30736013:30736155,30736017:30736071,30736991:30737115,30741934:30744371,30766357:30766597,30767628:30767759,30770723:30770839,30781684:30782451,30787015:30787106,30795759:30795847,30808736:30808841,30818835:30818999,30824546:30827474,30828244:30833737,30828257:30828432,30828262:30828416,30862816:30863039,30862821:30862952,30865620:30866054,30873532:30873746,30873535:30874683,30874165:30874333,30876982:30878628,30880946:30881144,30886280:30886419', 'assoc_mat': '30606833:pet_fonce:4461:30607107,30610463:pet_fonce:4461:30610832,30610478:pet_fonce:4461:30612442,30619326:pet_fonce:4461:30619499,30625969:pet_fonce:4461:30626209,30628860:pet_fonce:4461:30629028,30642829:pet_fonce:4461:30642948,30659655:pet_fonce:4461:30659743,30661737:pet_fonce:4461:30666930,30691688:pet_fonce:4461:30691865,30692293:pet_fonce:4461:30692418,30699321:pet_fonce:4461:30699410,30709806:pet_fonce:4461:30710159,30716919:pet_fonce:4461:30717344,30723825:pet_fonce:4461:30723937,30725590:pet_fonce:4461:30725741,30725602:pet_fonce:4461:30725711,30726458:pet_fonce:4461:30729505,30727247:pet_fonce:4461:30732245,30736013:pet_fonce:4461:30736155,30736017:pet_fonce:4461:30736071,30736991:pet_fonce:4461:30737115,30741934:pet_fonce:4461:30744371,30766357:pet_fonce:4461:30766597,30767628:pet_fonce:4461:30767759,30770723:pet_fonce:4461:30770839,30781684:pet_fonce:4461:30782451,30787015:pet_fonce:4461:30787106,30795759:pet_fonce:4461:30795847,30808736:pet_fonce:4461:30808841,30818835:pet_fonce:4461:30818999,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8357923610722421, 'nb_photo': 125, 'list_port_cont': '30592564,30595030,30598706,30601673,30611542,30618978,30619542,30621893,30623084,30623729,30626175,30628577,30629329,30643035,30643284,30643967,30645443,30647640,30652285,30652447,30659260,30660226,30661061,30661122,30662726,30663913,30690318,30691112,30692398,30692860,30692939,30694500,30694808,30698293,30698963,30699657,30699821,30700163,30701925,30704080,30707672,30709909,30710958,30712572,30712696,30713781,30714852,30724258,30731295,30736048,30739655,30766509,30770926,30771938,30772333,30772849,30773748,30780752,30786448,30787074,30788484,30794927,30795936,30796961,30797219,30798605,30799909,30808805,30809787,30812690,30813599,30814098,30818690,30819950,30820855,30821348,30824966,30827444,30828348,30851270,30853094,30855596,30862921,30864131,30864479,30868452,30868959,30878549,30881103,30886187', 'assoc_port': '30592446:30592564,30594832:30595030,30598609:30598706,30598617:30601673,30609185:30611542,30618812:30618978,30619329:30619542,30621578:30621893,30621588:30623729,30622989:30623084,30625963:30626175,30628388:30628577,30628832:30629329,30642795:30643284,30642811:30643035,30643845:30643967,30645323:30645443,30647576:30647640,30649848:30652447,30652176:30652285,30659029:30659260,30659641:30660226,30659648:30661122,30659658:30661061,30662516:30662726,30663807:30663913,30690244:30690318,30691043:30691112,30691702:30692860,30692292:30692398,30692852:30692939,30694344:30694500,30694747:30694808,30698011:30698293,30698742:30698963,30699523:30699821,30699527:30699657,30700044:30700163,30701674:30701925,30703952:30704080,30707631:30707672,30709804:30709909,30710834:30710958,30712484:30712696,30712497:30712572,30713708:30713781,30714826:30714852,30724117:30724258,30727245:30731295,30736016:30736048,30739575:30739655,30766358:30766509,30769905:30771938,30770716:30770926,30772286:30772333,30772704:30772849,30773665:3077374', 'assoc_mat': '30592446:pet_fonce:4200:30592564,30594832:pet_fonce:4200:30595030,30598609:pet_fonce:4200:30598706,30598617:pet_fonce:4200:30601673,30609185:pet_fonce:4200:30611542,30618812:pet_fonce:4200:30618978,30619329:pet_fonce:4200:30619542,30621578:pet_fonce:4200:30621893,30621588:pet_fonce:4200:30623729,30622989:pet_fonce:4200:30623084,30625963:pet_fonce:4200:30626175,30628388:pet_fonce:4200:30628577,30628832:pet_fonce:4200:30629329,30642795:pet_fonce:4200:30643284,30642811:pet_fonce:4200:30643035,30643845:pet_fonce:4200:30643967,30645323:pet_fonce:4200:30645443,30647576:pet_fonce:4200:30647640,30649848:pet_fonce:4200:30652447,30652176:pet_fonce:4200:30652285,30659029:pet_fonce:4200:30659260,30659641:pet_fonce:4200:30660226,30659648:pet_fonce:4200:30661122,30659658:pet_fonce:4200:30661061,30662516:pet_fonce:4200:30662726,30663807:pet_fonce:4200:30663913,30690244:pet_fonce:4200:30690318,30691043:pet_fonce:4200:30691112,30691702:pet_fonce:4200:30692860,30692292:pet_fonce:4200:30692398,30692852:pet_fonce:4200:30692939,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006215470265942418, 'nb_photo': 60, 'list_port_cont': '30609514,30621883,30629295,30643043,30646869,30660487,30663058,30693441,30694659,30701851,30710983,30722275,30723922,30725775,30770081,30795380,30798739,30807242,30808623,30810475,30815178,30819980,30827507,30827522,30833812,30852718,30861220,30866163,30866177,30873795,30874777,30875369,30877019', 'assoc_port': '30609192:30609514,30621587:30621883,30628835:30629295,30642827:30643043,30646535:30646869,30660278:30660487,30662986:30663058,30693199:30693441,30694604:30694659,30701682:30701851,30710836:30710983,30721604:30722275,30723828:30723922,30725591:30725775,30769897:30770081,30794742:30795380,30798185:30798739,30807062:30807242,30808487:30808623,30809645:30810475,30814541:30815178,30819800:30819980,30827163:30827522,30827188:30827507,30833647:30833812,30852420:30852718,30861093:30861220,30865611:30866163,30865659:30866177,30873528:30873795,30874659:30874777,30875106:30875369,30876981:30877019', 'assoc_mat': '30609192:pet_fonce:4209:30609514,30621587:pet_fonce:4209:30621883,30628835:pet_fonce:4209:30629295,30642827:pet_fonce:4209:30643043,30646535:pet_fonce:4209:30646869,30660278:pet_fonce:4209:30660487,30662986:pet_fonce:4209:30663058,30693199:pet_fonce:4209:30693441,30694604:pet_fonce:4209:30694659,30701682:pet_fonce:4209:30701851,30710836:pet_fonce:4209:30710983,30721604:pet_fonce:4209:30722275,30723828:pet_fonce:4209:30723922,30725591:pet_fonce:4209:30725775,30769897:pet_fonce:4209:30770081,30794742:pet_fonce:4209:30795380,30798185:pet_fonce:4209:30798739,30807062:pet_fonce:4209:30807242,30808487:pet_fonce:4209:30808623,30809645:pet_fonce:4209:30810475,30814541:pet_fonce:4209:30815178,30819800:pet_fonce:4209:30819980,30827163:pet_fonce:4209:30827522,30827188:pet_fonce:4209:30827507,30833647:pet_fonce:4209:30833812,30852420:pet_fonce:4209:30852718,30861093:pet_fonce:4209:30861220,30865611:pet_fonce:4209:30866163,30865659:pet_fonce:4209:30866177,30873528:pet_fonce:4209:30873795,30874659:pet_fonce:4209:30874777,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007676677545719702, 'nb_photo': 594, 'list_port_cont': '30589602,30590806,30590827,30592598,30595065,30595250,30595290,30595443,30595872,30598472,30598807,30600396,30601496,30606679,30608031,30609580,30610743,30613036,30613391,30616357,30616548,30619581,30620081,30621774,30621916,30622023,30623272,30624593,30625682,30626603,30628631,30629532,30640347,30643019,30643140,30644048,30645708,30646928,30647678,30648042,30650071,30650114,30651697,30653073,30656030,30659213,30659875,30659892,30660507,30660775,30661882,30662748,30662814,30663956,30667064,30690927,30690944,30691082,30691180,30691945,30692473,30692503,30692997,30694034,30694036,30694485,30694506,30695337,30695393,30698093,30698448,30698933,30699078,30700252,30700457,30700767,30700773,30701969,30702937,30702954,30704107,30704340,30707744,30708309,30708344,30709441,30710627,30710998,30711018,30712741,30713036,30713854,30714928,30719478,30720525,30720538,30721804,30722770,30722780,30723633,30724013,30724375,30724404,30725822,30726315,30726593,30727470,30733881,30735323,30735680,30737277,30737322,30738444,3074062', 'assoc_port': '30589032:30589602,30590638:30590827,30590648:30590806,30592445:30592598,30594761:30595065,30594794:30595443,30594826:30595290,30594830:30595250,30595732:30595872,30598331:30598472,30598615:30598807,30599916:30600396,30601360:30601496,30606396:30606679,30607881:30608031,30609189:30609580,30610481:30610743,30610942:30613391,30612298:30616357,30612740:30613036,30612744:30616548,30619330:30619581,30619915:30620081,30621576:30622023,30621584:30621916,30621590:30621774,30622906:30623272,30622948:30625682,30624349:30624593,30625962:30626603,30628395:30628631,30628830:30629532,30639891:30640347,30642806:30643140,30642828:30643019,30643827:30644048,30645322:30645708,30646527:30646928,30647575:30647678,30647880:30648042,30649850:30650114,30649884:30650071,30651380:30651697,30652166:30653073,30652181:30656030,30659037:30659213,30659638:30659892,30659647:30659875,30660274:30660507,30660621:30660775,30661740:30661882,30661744:30667064,30662517:30662814,30662525:30662748,30663768:30663956,30690724:30690944,30690734:3069092', 'assoc_mat': '30589032:pet_fonce:4211:30589602,30590638:pet_fonce:4211:30590827,30590648:pet_fonce:4211:30590806,30592445:pet_fonce:4211:30592598,30594761:pet_fonce:4211:30595065,30594794:pet_fonce:4211:30595443,30594826:pet_fonce:4211:30595290,30594830:pet_fonce:4211:30595250,30595732:pet_fonce:4211:30595872,30598331:pet_fonce:4211:30598472,30598615:pet_fonce:4211:30598807,30599916:pet_fonce:4211:30600396,30601360:pet_fonce:4211:30601496,30606396:pet_fonce:4211:30606679,30607881:pet_fonce:4211:30608031,30609189:pet_fonce:4211:30609580,30610481:pet_fonce:4211:30610743,30610942:pet_fonce:4211:30613391,30612298:pet_fonce:4211:30616357,30612740:pet_fonce:4211:30613036,30612744:pet_fonce:4211:30616548,30619330:pet_fonce:4211:30619581,30619915:pet_fonce:4211:30620081,30621576:pet_fonce:4211:30622023,30621584:pet_fonce:4211:30621916,30621590:pet_fonce:4211:30621774,30622906:pet_fonce:4211:30623272,30622948:pet_fonce:4211:30625682,30624349:pet_fonce:4211:30624593,30625962:pet_fonce:4211:30626603,30628395:pet_fonce:4211:30628631,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.019888167258772266, 'nb_photo': 3034, 'list_port_cont': '30590891,30590907,30591835,30592758,30593931,30595428,30595595,30596726,30598563,30599134,30601520,30601648,30601741,30606739,30607199,30607228,30607232,30608130,30608349,30610778,30610808,30610923,30611166,30612567,30612579,30612677,30612881,30616299,30616364,30619022,30619649,30620118,30620803,30621936,30621979,30623241,30623810,30624734,30625802,30626302,30628763,30629305,30629412,30629489,30643218,30643249,30644149,30644176,30645798,30645903,30647708,30647761,30649162,30650837,30651311,30652700,30654342,30654360,30659240,30659940,30659959,30659976,30660555,30660817,30660916,30660923,30661967,30667008,30667023,30667042,30690403,30690439,30690998,30691143,30691167,30691207,30691920,30691964,30692028,30692798,30693055,30693177,30694098,30694538,30694914,30695444,30699446,30699456,30699481,30699806,30700484,30700790,30700822,30702084,30703243,30703286,30703406,30704172,30704197,30707776,30707898,30708387,30708666,30709548,30710655,30710664,30711877,30712756,30712845,30712916,30712979,30714107,30714389,3071753', 'assoc_port': '30590636:30590891,30590647:30590907,30591563:30591835,30592444:30592758,30593705:30593931,30594790:30595595,30594825:30595428,30595729:30601741,30595995:30596726,30598327:30598563,30598952:30599134,30601357:30601520,30601359:30601648,30606397:30606739,30606829:30607228,30606834:30607199,30606861:30607232,30607873:30608349,30607883:30608130,30610470:30610923,30610475:30610778,30610479:30610808,30610944:30611166,30612248:30612567,30612252:30612677,30612296:30612579,30612746:30612881,30615485:30616299,30615487:30616364,30618813:30619022,30619327:30619649,30619913:30620118,30620570:30620803,30621581:30621936,30621585:30621979,30622901:30623810,30622907:30623241,30624345:30624734,30625489:30625802,30625973:30626302,30628403:30628763,30628853:30629412,30628862:30629489,30628874:30629305,30642799:30643249,30642814:30643218,30642819:30644149,30643810:30644176,30645304:30645903,30645334:30645798,30646524:30647761,30647572:30647708,30648603:30649162,30650433:30651311,30650437:30650837,30652137:30654360,30652161:3065270', 'assoc_mat': '30590636:pet_fonce:3327:30590891,30590647:pet_fonce:3327:30590907,30591563:pet_fonce:3327:30591835,30592444:pet_fonce:3327:30592758,30593705:pet_fonce:3327:30593931,30594790:pet_fonce:3327:30595595,30594825:pet_fonce:3327:30595428,30595729:pet_fonce:3327:30601741,30595995:pet_fonce:3327:30596726,30598327:pet_fonce:3327:30598563,30598952:pet_fonce:3327:30599134,30601357:pet_fonce:3327:30601520,30601359:pet_fonce:3327:30601648,30606397:pet_fonce:3327:30606739,30606829:pet_fonce:3327:30607228,30606834:pet_fonce:3327:30607199,30606861:pet_fonce:3327:30607232,30607873:pet_fonce:3327:30608349,30607883:pet_fonce:3327:30608130,30610470:pet_fonce:3327:30610923,30610475:pet_fonce:3327:30610778,30610479:pet_fonce:3327:30610808,30610944:pet_fonce:3327:30611166,30612248:pet_fonce:3327:30612567,30612252:pet_fonce:3327:30612677,30612296:pet_fonce:3327:30612579,30612746:pet_fonce:3327:30612881,30615485:pet_fonce:3327:30616299,30615487:pet_fonce:3327:30616364,30618813:pet_fonce:3327:30619022,30619327:pet_fonce:3327:30619649,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0018330781953828832, 'nb_photo': 23, 'list_port_cont': '30666975,30699069,30700239,30701832,30704118,30717287,30740645,30770795,30770985,30772894,30773932,30788714', 'assoc_port': '30666723:30666975,30699021:30699069,30700040:30700239,30701684:30701832,30703956:30704118,30716924:30717287,30740247:30740645,30770705:30770985,30770708:30770795,30772702:30772894,30773666:30773932,30788263:30788714', 'assoc_mat': '30666723:pet_fonce:3594:30666975,30699021:pet_fonce:3594:30699069,30700040:pet_fonce:3594:30700239,30701684:pet_fonce:3594:30701832,30703956:pet_fonce:3594:30704118,30716924:pet_fonce:3594:30717287,30740247:pet_fonce:3594:30740645,30770705:pet_fonce:3594:30770985,30770708:pet_fonce:3594:30770795,30772702:pet_fonce:3594:30772894,30773666:pet_fonce:3594:30773932,30788263:pet_fonce:3594:30788714'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007157548278570072, 'nb_photo': 208, 'list_port_cont': '30593805,30598640,30599032,30610675,30612782,30621642,30623598,30633659,30646730,30651512,30660661,30661049,30662621,30691799,30693980,30700219,30700375,30702834,30708229,30711370,30712663,30714300,30722628,30726259,30737063,30740505,30743128,30767388,30767464,30770894,30780438,30783583,30787094,30793369,30795899,30799928,30807179,30811946,30813636,30814069,30820830,30831489,30852727,30861293,30861508,30863639,30868149,30874313,30877135', 'assoc_port': '30593708:30593805,30598618:30598640,30598948:30599032,30610474:30610675,30612752:30612782,30621589:30621642,30623556:30623598,30628402:30633659,30646536:30646730,30651375:30651512,30659651:30661049,30660619:30660661,30662522:30662621,30691698:30691799,30693892:30693980,30700041:30700219,30700325:30700375,30702695:30702834,30708193:30708229,30711330:30711370,30712488:30712663,30714264:30714300,30722608:30722628,30726241:30726259,30736995:30737063,30740250:30740505,30742941:30743128,30767185:30767464,30767190:30767388,30770715:30770894,30780306:30780438,30783382:30783583,30787016:30787094,30793123:30793369,30795753:30795899,30799843:30799928,30807073:30807179,30811806:30811946,30813479:30813636,30813960:30814069,30820630:30820830,30827848:30831489,30852458:30852727,30861080:30861508,30861085:30861293,30862824:30863639,30867718:30868149,30874161:30874313,30876993:30877135', 'assoc_mat': '30593708:pet_opaque:4205:30593805,30598618:pet_opaque:4205:30598640,30598948:pet_opaque:4205:30599032,30610474:pet_opaque:4205:30610675,30612752:pet_opaque:4205:30612782,30621589:pet_opaque:4205:30621642,30623556:pet_opaque:4205:30623598,30628402:pet_opaque:4205:30633659,30646536:pet_opaque:4205:30646730,30651375:pet_opaque:4205:30651512,30659651:pet_opaque:4205:30661049,30660619:pet_opaque:4205:30660661,30662522:pet_opaque:4205:30662621,30691698:pet_opaque:4205:30691799,30693892:pet_opaque:4205:30693980,30700041:pet_opaque:4205:30700219,30700325:pet_opaque:4205:30700375,30702695:pet_opaque:4205:30702834,30708193:pet_opaque:4205:30708229,30711330:pet_opaque:4205:30711370,30712488:pet_opaque:4205:30712663,30714264:pet_opaque:4205:30714300,30722608:pet_opaque:4205:30722628,30726241:pet_opaque:4205:30726259,30736995:pet_opaque:4205:30737063,30740250:pet_opaque:4205:30740505,30742941:pet_opaque:4205:30743128,30767185:pet_opaque:4205:30767464,30767190:pet_opaque:4205:30767388,30770715:pet_opaque:4205:30770894,3078'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01081293624548295, 'nb_photo': 1677, 'list_port_cont': '30591927,30595543,30597479,30598815,30599388,30608762,30611327,30622052,30623457,30628843,30629384,30643377,30647953,30648971,30650225,30651843,30659280,30661931,30664021,30666990,30691466,30692602,30693027,30694568,30694678,30698517,30699883,30702140,30703222,30707580,30709249,30717618,30717645,30720741,30722820,30725968,30727674,30737711,30739952,30742389,30767675,30769297,30774065,30781994,30785503,30787493,30794677,30797317,30799836,30801393,30807938,30812087,30815313,30818200,30820188,30825455,30828626,30849756,30853055,30855997,30862562,30866286,30868470,30869136,30874821,30879260,30879510,30881236,30886682', 'assoc_port': '30591562:30591927,30594827:30595543,30597286:30597479,30598610:30598815,30599179:30599388,30607874:30608762,30610940:30611327,30621580:30622052,30622991:30623457,30628387:30628843,30628870:30629384,30642803:30643377,30642825:30647953,30645336:30648971,30649858:30650225,30651385:30651843,30659035:30659280,30661736:30661931,30663787:30664021,30666717:30666990,30691353:30691466,30692285:30692602,30692850:30693027,30694347:30694568,30694607:30694678,30698409:30698517,30699530:30699883,30701688:30702140,30703024:30703222,30707474:30707580,30709226:30709249,30716912:30717645,30716916:30717618,30720606:30720741,30722607:30722820,30725593:30725968,30727243:30727674,30736977:30737711,30739558:30739952,30741935:30742389,30767182:30767675,30769118:30769297,30773667:30774065,30781690:30781994,30785189:30785503,30787323:30787493,30794321:30794677,30796900:30797317,30799460:30799836,30801207:30801393,30807776:30807938,30809644:30812087,30812453:30815313,30818014:30818200,30819805:30820188,30824843:30825455,30828247:3082862', 'assoc_mat': '30591562:pet_opaque:4203:30591927,30594827:pet_opaque:4203:30595543,30597286:pet_opaque:4203:30597479,30598610:pet_opaque:4203:30598815,30599179:pet_opaque:4203:30599388,30607874:pet_opaque:4203:30608762,30610940:pet_opaque:4203:30611327,30621580:pet_opaque:4203:30622052,30622991:pet_opaque:4203:30623457,30628387:pet_opaque:4203:30628843,30628870:pet_opaque:4203:30629384,30642803:pet_opaque:4203:30643377,30642825:pet_opaque:4203:30647953,30645336:pet_opaque:4203:30648971,30649858:pet_opaque:4203:30650225,30651385:pet_opaque:4203:30651843,30659035:pet_opaque:4203:30659280,30661736:pet_opaque:4203:30661931,30663787:pet_opaque:4203:30664021,30666717:pet_opaque:4203:30666990,30691353:pet_opaque:4203:30691466,30692285:pet_opaque:4203:30692602,30692850:pet_opaque:4203:30693027,30694347:pet_opaque:4203:30694568,30694607:pet_opaque:4203:30694678,30698409:pet_opaque:4203:30698517,30699530:pet_opaque:4203:30699883,30701688:pet_opaque:4203:30702140,30703024:pet_opaque:4203:30703222,30707474:pet_opaque:4203:30707580,3070'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0036319706220216425, 'nb_photo': 319, 'list_port_cont': '30589098,30591367,30594946,30594960,30595017,30595149,30595156,30595273,30595767,30598352,30598406,30599014,30601409,30601422,30606930,30607090,30610595,30611035,30612362,30612419,30612494,30615848,30615992,30619392,30619981,30620666,30621660,30621685,30621763,30623037,30623046,30624432,30625571,30626132,30628486,30628940,30629089,30629201,30639008,30642860,30642921,30643094,30643934,30646695,30647592,30647918,30649228,30650629,30651207,30651433,30652427,30653294,30655965,30659698,30659825,30660413,30661793,30662134,30666742,30666807,30666860,30690285,30690794,30690829,30691067,30691130,30691744,30692363,30692967,30693906,30694384,30694398,30694772,30694785,30695318,30698078,30698412,30699362,30699619,30700337,30700660,30703063,30703148,30703200,30704675,30708248,30709823,30709836,30709982,30712554,30713317,30716975,30716991,30717243,30717322,30717419,30719257,30722251,30722626,30722655,30722672,30723874,30724232,30724604,30724814,30725657,30726529,30727381,30727704,30727871,30735206,30737087,30737738,3073836', 'assoc_port': '30589033:30589098,30590643:30591367,30594760:30595273,30594764:30595156,30594777:30595149,30594792:30595017,30594828:30594946,30594833:30594960,30595731:30595767,30598325:30598406,30598330:30598352,30598950:30599014,30601356:30601422,30601358:30601409,30606831:30607090,30606862:30606930,30610473:30610595,30610921:30611035,30612250:30612419,30612251:30612494,30612283:30612362,30615488:30615992,30615490:30615848,30619328:30619392,30619914:30619981,30620571:30620666,30621579:30621763,30621583:30621685,30621586:30621660,30622903:30623046,30622908:30623037,30622970:30624432,30625481:30625571,30625966:30626132,30628404:30628486,30628852:30629201,30628854:30629089,30628861:30639008,30628873:30628940,30642797:30643094,30642812:30642921,30642818:30642860,30643846:30643934,30646539:30646695,30647574:30647592,30647877:30647918,30649156:30649228,30650434:30650629,30650442:30651207,30651384:30651433,30652146:30652427,30652173:30653294,30652186:30655965,30659611:30659825,30659653:30659698,30660276:30660413,30660620:3066213', 'assoc_mat': '30589033:pet_opaque:4207:30589098,30590643:pet_opaque:4207:30591367,30594760:pet_opaque:4207:30595273,30594764:pet_opaque:4207:30595156,30594777:pet_opaque:4207:30595149,30594792:pet_opaque:4207:30595017,30594828:pet_opaque:4207:30594946,30594833:pet_opaque:4207:30594960,30595731:pet_opaque:4207:30595767,30598325:pet_opaque:4207:30598406,30598330:pet_opaque:4207:30598352,30598950:pet_opaque:4207:30599014,30601356:pet_opaque:4207:30601422,30601358:pet_opaque:4207:30601409,30606831:pet_opaque:4207:30607090,30606862:pet_opaque:4207:30606930,30610473:pet_opaque:4207:30610595,30610921:pet_opaque:4207:30611035,30612250:pet_opaque:4207:30612419,30612251:pet_opaque:4207:30612494,30612283:pet_opaque:4207:30612362,30615488:pet_opaque:4207:30615992,30615490:pet_opaque:4207:30615848,30619328:pet_opaque:4207:30619392,30619914:pet_opaque:4207:30619981,30620571:pet_opaque:4207:30620666,30621579:pet_opaque:4207:30621763,30621583:pet_opaque:4207:30621685,30621586:pet_opaque:4207:30621660,30622903:pet_opaque:4207:30623046,3062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008586067366429556, 'nb_photo': 372, 'list_port_cont': '30595106,30595367,30595790,30596465,30598359,30598445,30599054,30601459,30607109,30610829,30612511,30616068,30619510,30620721,30621723,30623077,30623146,30625623,30626204,30629027,30629131,30642882,30642945,30643165,30645490,30649276,30649297,30650662,30652327,30653623,30659741,30659789,30659848,30660445,30666780,30666873,30666926,30690866,30690888,30691770,30692422,30693990,30694447,30694835,30698109,30699407,30700391,30700426,30701877,30703129,30704972,30707688,30708286,30710133,30710160,30717154,30717385,30717485,30717553,30721692,30721850,30722678,30723941,30724325,30724508,30725700,30729513,30732240,30736147,30737108,30737837,30741546,30742037,30744367,30766588,30767434,30767756,30769214,30770849,30771253,30775871,30775946,30779823,30782458,30786332,30786382,30786499,30787113,30788543,30794822,30796982,30798050,30799590,30800755,30800789,30807276,30807697,30808836,30810505,30811977,30812609,30814107,30814148,30818996,30820330,30824699,30827306,30827364,30828431,30855650,30861442,30861588,30861997,3086295', 'assoc_port': '30594758:30595367,30594796:30595106,30594829:30595790,30595997:30596465,30598328:30598359,30598332:30598445,30598957:30599054,30601361:30601459,30606833:30607109,30610463:30610829,30612253:30612511,30615489:30616068,30619326:30619510,30620568:30620721,30621582:30621723,30622904:30623146,30622928:30623077,30625444:30625623,30625969:30626204,30628855:30629131,30628860:30629027,30642793:30643165,30642815:30642882,30642829:30642945,30645333:30645490,30647557:30649297,30649171:30649276,30650440:30650662,30652163:30652327,30653102:30653623,30659624:30659848,30659645:30659789,30659655:30659741,30660279:30660445,30661737:30666926,30666709:30666780,30666716:30666873,30690722:30690888,30690733:30690866,30691703:30691770,30692293:30692422,30693891:30693990,30694343:30694447,30694746:30694835,30698013:30698109,30699321:30699407,30700321:30700426,30700324:30700391,30701692:30701877,30703025:30703129,30703950:30704972,30707626:30707688,30708195:30708286,30709799:30710133,30709806:30710160,30710838:30717553,30716911:3071748', 'assoc_mat': '30594758:pet_opaque:4461:30595367,30594796:pet_opaque:4461:30595106,30594829:pet_opaque:4461:30595790,30595997:pet_opaque:4461:30596465,30598328:pet_opaque:4461:30598359,30598332:pet_opaque:4461:30598445,30598957:pet_opaque:4461:30599054,30601361:pet_opaque:4461:30601459,30606833:pet_opaque:4461:30607109,30610463:pet_opaque:4461:30610829,30612253:pet_opaque:4461:30612511,30615489:pet_opaque:4461:30616068,30619326:pet_opaque:4461:30619510,30620568:pet_opaque:4461:30620721,30621582:pet_opaque:4461:30621723,30622904:pet_opaque:4461:30623146,30622928:pet_opaque:4461:30623077,30625444:pet_opaque:4461:30625623,30625969:pet_opaque:4461:30626204,30628855:pet_opaque:4461:30629131,30628860:pet_opaque:4461:30629027,30642793:pet_opaque:4461:30643165,30642815:pet_opaque:4461:30642882,30642829:pet_opaque:4461:30642945,30645333:pet_opaque:4461:30645490,30647557:pet_opaque:4461:30649297,30649171:pet_opaque:4461:30649276,30650440:pet_opaque:4461:30650662,30652163:pet_opaque:4461:30652327,30653102:pet_opaque:4461:30653623,3065'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.019596926315127397, 'nb_photo': 4804, 'list_port_cont': '30589143,30590672,30590690,30591710,30591719,30592560,30595034,30595238,30595847,30596290,30598433,30598693,30598989,30599246,30601681,30606609,30607070,30607944,30608006,30609457,30611524,30611754,30612481,30612930,30612944,30618977,30619541,30620344,30621903,30623089,30623139,30623736,30624080,30626180,30628576,30628965,30628985,30629219,30629321,30643037,30643283,30643966,30645454,30646724,30647013,30647647,30649989,30652286,30652411,30652451,30652468,30653559,30659261,30660229,30660692,30661073,30661113,30661833,30662597,30662712,30663903,30690314,30691114,30691432,30691833,30692394,30692450,30692858,30692873,30692935,30693015,30693953,30694503,30694633,30694802,30698301,30698871,30698955,30699651,30699823,30700168,30700709,30701811,30701928,30702806,30702864,30703991,30704072,30704620,30707670,30707726,30708217,30709911,30710101,30710957,30711232,30711400,30712569,30712639,30712703,30713783,30714862,30717223,30720651,30721651,30721668,30722727,30723375,30723890,30724263,30724321,30725682,30726290,3072717', 'assoc_port': '30589034:30589143,30590639:30590672,30590640:30590690,30591564:30591710,30591565:30591719,30592446:30592560,30594820:30595238,30594832:30595034,30595730:30595847,30595999:30596290,30598329:30598433,30598609:30598693,30598617:30601681,30598951:30598989,30599177:30599246,30606399:30606609,30606828:30607070,30607877:30608006,30607884:30607944,30609185:30611524,30609199:30609457,30610949:30611754,30612256:30612481,30612739:30612944,30612745:30612930,30618812:30618977,30619329:30619541,30620242:30620344,30621578:30621903,30621588:30623736,30622905:30623139,30622989:30623089,30623745:30624080,30625963:30626180,30628388:30628576,30628832:30629321,30628858:30629219,30628869:30628985,30628872:30628965,30642795:30643283,30642811:30643037,30642821:30647013,30643845:30643966,30645323:30645454,30646532:30646724,30647576:30647647,30649848:30652451,30649862:30649989,30652140:30652468,30652157:30652411,30652176:30652286,30653103:30653559,30659029:30659261,30659641:30660229,30659648:30661113,30659658:30661073,30660618:3066069', 'assoc_mat': '30589034:pet_opaque:4200:30589143,30590639:pet_opaque:4200:30590672,30590640:pet_opaque:4200:30590690,30591564:pet_opaque:4200:30591710,30591565:pet_opaque:4200:30591719,30592446:pet_opaque:4200:30592560,30594820:pet_opaque:4200:30595238,30594832:pet_opaque:4200:30595034,30595730:pet_opaque:4200:30595847,30595999:pet_opaque:4200:30596290,30598329:pet_opaque:4200:30598433,30598609:pet_opaque:4200:30598693,30598617:pet_opaque:4200:30601681,30598951:pet_opaque:4200:30598989,30599177:pet_opaque:4200:30599246,30606399:pet_opaque:4200:30606609,30606828:pet_opaque:4200:30607070,30607877:pet_opaque:4200:30608006,30607884:pet_opaque:4200:30607944,30609185:pet_opaque:4200:30611524,30609199:pet_opaque:4200:30609457,30610949:pet_opaque:4200:30611754,30612256:pet_opaque:4200:30612481,30612739:pet_opaque:4200:30612944,30612745:pet_opaque:4200:30612930,30618812:pet_opaque:4200:30618977,30619329:pet_opaque:4200:30619541,30620242:pet_opaque:4200:30620344,30621578:pet_opaque:4200:30621903,30621588:pet_opaque:4200:30623736,3062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007415061923855886, 'nb_photo': 340, 'list_port_cont': '30590845,30595007,30595093,30599102,30609507,30610729,30612543,30616211,30620208,30621885,30623200,30629291,30639154,30643059,30646878,30650742,30653674,30660480,30661681,30661877,30666851,30691878,30692303,30692377,30693438,30694665,30701852,30703172,30710047,30710981,30717304,30722271,30723898,30723930,30724385,30724932,30725777,30725798,30727743,30738466,30770091,30770973,30780771,30782888,30785326,30789681,30795369,30795963,30798733,30799625,30801345,30807231,30808625,30809660,30810481,30812011,30815167,30815929,30819977,30820376,30820889,30827494,30827520,30828516,30833804,30850308,30852717,30856547,30859943,30859995,30861196,30861219,30861263,30861339,30861382,30861556,30861569,30863912,30864599,30866150,30866171,30873681,30873788,30874779,30875373,30877016,30878668,30881198,30881537,30886630', 'assoc_port': '30590646:30590845,30594791:30595007,30594835:30595093,30598956:30599102,30609192:30609507,30610467:30610729,30612295:30612543,30615492:30616211,30619912:30620208,30621587:30621885,30622992:30623200,30628835:30629291,30638945:30639154,30642827:30643059,30646535:30646878,30650439:30650742,30652165:30653674,30659642:30661681,30660278:30660480,30661742:30661877,30666722:30666851,30691692:30691878,30692288:30692303,30692289:30692377,30693199:30693438,30694604:30694665,30701682:30701852,30703021:30703172,30709801:30710047,30710836:30710981,30716925:30717304,30721604:30722271,30723827:30723898,30723828:30723930,30724085:30724385,30724754:30724932,30725591:30725777,30725598:30725798,30727649:30727743,30738354:30738466,30769897:30770091,30770717:30770973,30780580:30780771,30782760:30782888,30785185:30785326,30786233:30789681,30794742:30795369,30795766:30795963,30798185:30798733,30799463:30799625,30800661:30801345,30807062:30807231,30808487:30808625,30809633:30809660,30809645:30810481,30811812:30812011,30813476:3081592', 'assoc_mat': '30590646:pet_opaque:4209:30590845,30594791:pet_opaque:4209:30595007,30594835:pet_opaque:4209:30595093,30598956:pet_opaque:4209:30599102,30609192:pet_opaque:4209:30609507,30610467:pet_opaque:4209:30610729,30612295:pet_opaque:4209:30612543,30615492:pet_opaque:4209:30616211,30619912:pet_opaque:4209:30620208,30621587:pet_opaque:4209:30621885,30622992:pet_opaque:4209:30623200,30628835:pet_opaque:4209:30629291,30638945:pet_opaque:4209:30639154,30642827:pet_opaque:4209:30643059,30646535:pet_opaque:4209:30646878,30650439:pet_opaque:4209:30650742,30652165:pet_opaque:4209:30653674,30659642:pet_opaque:4209:30661681,30660278:pet_opaque:4209:30660480,30661742:pet_opaque:4209:30661877,30666722:pet_opaque:4209:30666851,30691692:pet_opaque:4209:30691878,30692288:pet_opaque:4209:30692303,30692289:pet_opaque:4209:30692377,30693199:pet_opaque:4209:30693438,30694604:pet_opaque:4209:30694665,30701682:pet_opaque:4209:30701852,30703021:pet_opaque:4209:30703172,30709801:pet_opaque:4209:30710047,30710836:pet_opaque:4209:30710981,3071'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003827650031049561, 'nb_photo': 6285, 'list_port_cont': '30589599,30590799,30590829,30592599,30595063,30595249,30595292,30595451,30595885,30596561,30598474,30598797,30600393,30601501,30606664,30606675,30608027,30609577,30610734,30613038,30613400,30616347,30616561,30619597,30620084,30621778,30621915,30622033,30623270,30624578,30625681,30626616,30628632,30629281,30629534,30640343,30643012,30643104,30643124,30644059,30645709,30646916,30647680,30648043,30650075,30650113,30651692,30653087,30653778,30656024,30659219,30659880,30659900,30660510,30660769,30661377,30661885,30662744,30662804,30663958,30667061,30690926,30690952,30691078,30691178,30691903,30691949,30692001,30692463,30692485,30692506,30692993,30694021,30694045,30694476,30694520,30695342,30695395,30698092,30698447,30698919,30698930,30699087,30700241,30700463,30700765,30700778,30701972,30702878,30702926,30702955,30704095,30704345,30705377,30707749,30708321,30708343,30709429,30709445,30710632,30710994,30711016,30712674,30712742,30713034,30713859,30714926,30719470,30720524,30720551,30721810,30721815,30722777,3072278', 'assoc_port': '30589032:30589599,30590638:30590829,30590648:30590799,30592445:30592599,30594761:30595063,30594794:30595451,30594826:30595292,30594830:30595249,30595732:30595885,30596000:30596561,30598331:30598474,30598615:30598797,30599916:30600393,30601360:30601501,30606396:30606675,30606405:30606664,30607881:30608027,30609189:30609577,30610481:30610734,30610942:30613400,30612298:30616347,30612740:30613038,30612744:30616561,30619330:30619597,30619915:30620084,30621576:30622033,30621584:30621915,30621590:30621778,30622906:30623270,30622948:30625681,30624349:30624578,30625962:30626616,30628395:30628632,30628830:30629534,30628859:30629281,30639891:30640343,30642806:30643124,30642816:30643104,30642828:30643012,30643827:30644059,30645322:30645709,30646527:30646916,30647575:30647680,30647880:30648043,30649850:30650113,30649884:30650075,30651380:30651692,30652166:30653087,30652181:30656024,30653104:30653778,30659037:30659219,30659638:30659900,30659647:30659880,30659654:30661377,30660274:30660510,30660621:30660769,30661740:3066188', 'assoc_mat': '30589032:pet_opaque:4211:30589599,30590638:pet_opaque:4211:30590829,30590648:pet_opaque:4211:30590799,30592445:pet_opaque:4211:30592599,30594761:pet_opaque:4211:30595063,30594794:pet_opaque:4211:30595451,30594826:pet_opaque:4211:30595292,30594830:pet_opaque:4211:30595249,30595732:pet_opaque:4211:30595885,30596000:pet_opaque:4211:30596561,30598331:pet_opaque:4211:30598474,30598615:pet_opaque:4211:30598797,30599916:pet_opaque:4211:30600393,30601360:pet_opaque:4211:30601501,30606396:pet_opaque:4211:30606675,30606405:pet_opaque:4211:30606664,30607881:pet_opaque:4211:30608027,30609189:pet_opaque:4211:30609577,30610481:pet_opaque:4211:30610734,30610942:pet_opaque:4211:30613400,30612298:pet_opaque:4211:30616347,30612740:pet_opaque:4211:30613038,30612744:pet_opaque:4211:30616561,30619330:pet_opaque:4211:30619597,30619915:pet_opaque:4211:30620084,30621576:pet_opaque:4211:30622033,30621584:pet_opaque:4211:30621915,30621590:pet_opaque:4211:30621778,30622906:pet_opaque:4211:30623270,30622948:pet_opaque:4211:30625681,3062'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006404401284085454, 'nb_photo': 1364, 'list_port_cont': '30589077,30594980,30595830,30601438,30605129,30606980,30610596,30612411,30615786,30618885,30620742,30623017,30624500,30625541,30628919,30629008,30646606,30649223,30650654,30652367,30653507,30658063,30660396,30661776,30661803,30666756,30666832,30666914,30690816,30692334,30692913,30694365,30695350,30698429,30700152,30700358,30700370,30702571,30704006,30710078,30710929,30710933,30716575,30717064,30717233,30720509,30723290,30723841,30726300,30726508,30729340,30737000,30737094,30737221,30738412,30740730,30742825,30769172,30770823,30772739,30773704,30781887,30782813,30783487,30786264,30786304,30793198,30796949,30797670,30797676,30799899,30800717,30807118,30808387,30809725,30810401,30811877,30813536,30814080,30818521,30819961,30824609,30827346,30827439,30828376,30851223,30853387,30859795,30859810,30859819,30859867,30859915,30861128,30861156,30861334,30861389,30861419,30862132,30865939,30865973,30867248,30873592,30877081,30878539,30881052,30881116', 'assoc_port': '30589036:30589077,30594793:30595830,30594831:30594980,30601354:30601438,30605112:30605129,30606832:30606980,30610471:30610596,30610483:30612411,30615491:30615786,30618814:30618885,30620569:30620742,30622909:30624500,30622951:30623017,30625485:30625541,30628857:30629008,30628868:30628919,30646530:30646606,30649154:30649223,30650436:30650654,30652148:30652367,30652168:30653507,30658013:30658063,30660275:30660396,30661731:30661803,30661741:30661776,30666710:30666914,30666712:30666832,30666718:30666756,30690726:30690816,30692287:30692334,30692849:30692913,30694350:30694365,30695302:30695350,30698407:30698429,30700038:30700152,30700326:30700370,30700327:30700358,30701677:30702571,30703949:30704006,30709798:30710078,30710833:30710933,30710841:30710929,30716568:30716575,30716915:30717233,30716921:30717064,30720436:30720509,30722578:30723290,30723832:30723841,30725596:30726300,30726459:30726508,30727238:30729340,30736976:30737221,30736984:30737094,30736994:30737000,30738355:30738412,30739570:30740730,30741941:3074282', 'assoc_mat': '30589036:plastique:3726:30589077,30594793:plastique:3726:30595830,30594831:plastique:3726:30594980,30601354:plastique:3726:30601438,30605112:plastique:3726:30605129,30606832:plastique:3726:30606980,30610471:plastique:3726:30610596,30610483:plastique:3726:30612411,30615491:plastique:3726:30615786,30618814:plastique:3726:30618885,30620569:plastique:3726:30620742,30622909:plastique:3726:30624500,30622951:plastique:3726:30623017,30625485:plastique:3726:30625541,30628857:plastique:3726:30629008,30628868:plastique:3726:30628919,30646530:plastique:3726:30646606,30649154:plastique:3726:30649223,30650436:plastique:3726:30650654,30652148:plastique:3726:30652367,30652168:plastique:3726:30653507,30658013:plastique:3726:30658063,30660275:plastique:3726:30660396,30661731:plastique:3726:30661803,30661741:plastique:3726:30661776,30666710:plastique:3726:30666914,30666712:plastique:3726:30666832,30666718:plastique:3726:30666756,30690726:plastique:3726:30690816,30692287:plastique:3726:30692334,30692849:plastique:3726:30692913,3'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00670509435302798, 'nb_photo': 2492, 'list_port_cont': '30589076,30594984,30595828,30601446,30605137,30606978,30610603,30612404,30615789,30618886,30620739,30623021,30624495,30625534,30628925,30629010,30646611,30649217,30650650,30652362,30653498,30660392,30661772,30661802,30666753,30666833,30666913,30690819,30692342,30692911,30694370,30695354,30698433,30700154,30700357,30700362,30702573,30704015,30710077,30710928,30710937,30716577,30717062,30717239,30720507,30723289,30723843,30726303,30726509,30729346,30737003,30737090,30737214,30738413,30740729,30742832,30769165,30770831,30772730,30773701,30781885,30782818,30783491,30786271,30786305,30793201,30796945,30797662,30797686,30799893,30800712,30807114,30808391,30809722,30810399,30811876,30813535,30814075,30818528,30819957,30824615,30827351,30827433,30828372,30849675,30851222,30852617,30853392,30859802,30859809,30859827,30859869,30859912,30861133,30861158,30861247,30861393,30861425,30862139,30865942,30865968,30867254,30873600,30877083,30878533,30881050,30881110', 'assoc_port': '30589036:30589076,30594793:30595828,30594831:30594984,30601354:30601446,30605112:30605137,30606832:30606978,30610471:30610603,30610483:30612404,30615491:30615789,30618814:30618886,30620569:30620739,30622909:30624495,30622951:30623021,30625485:30625534,30628857:30629010,30628868:30628925,30646530:30646611,30649154:30649217,30650436:30650650,30652148:30652362,30652168:30653498,30660275:30660392,30661731:30661802,30661741:30661772,30666710:30666913,30666712:30666833,30666718:30666753,30690726:30690819,30692287:30692342,30692849:30692911,30694350:30694370,30695302:30695354,30698407:30698433,30700038:30700154,30700326:30700362,30700327:30700357,30701677:30702573,30703949:30704015,30709798:30710077,30710833:30710937,30710841:30710928,30716568:30716577,30716915:30717239,30716921:30717062,30720436:30720507,30722578:30723289,30723832:30723843,30725596:30726303,30726459:30726509,30727238:30729346,30736976:30737214,30736984:30737090,30736994:30737003,30738355:30738413,30739570:30740729,30741941:30742832,30769116:3076916', 'assoc_mat': '30589036:Teint_Dans_La_Masse:3726:30589076,30594793:Teint_Dans_La_Masse:3726:30595828,30594831:Teint_Dans_La_Masse:3726:30594984,30601354:Teint_Dans_La_Masse:3726:30601446,30605112:Teint_Dans_La_Masse:3726:30605137,30606832:Teint_Dans_La_Masse:3726:30606978,30610471:Teint_Dans_La_Masse:3726:30610603,30610483:Teint_Dans_La_Masse:3726:30612404,30615491:Teint_Dans_La_Masse:3726:30615789,30618814:Teint_Dans_La_Masse:3726:30618886,30620569:Teint_Dans_La_Masse:3726:30620739,30622909:Teint_Dans_La_Masse:3726:30624495,30622951:Teint_Dans_La_Masse:3726:30623021,30625485:Teint_Dans_La_Masse:3726:30625534,30628857:Teint_Dans_La_Masse:3726:30629010,30628868:Teint_Dans_La_Masse:3726:30628925,30646530:Teint_Dans_La_Masse:3726:30646611,30649154:Teint_Dans_La_Masse:3726:30649217,30650436:Teint_Dans_La_Masse:3726:30650650,30652148:Teint_Dans_La_Masse:3726:30652362,30652168:Teint_Dans_La_Masse:3726:30653498,30660275:Teint_Dans_La_Masse:3726:30660392,30661731:Teint_Dans_La_Masse:3726:30661802,30661741:Teint_Dans_La_Masse:3726:3'}), 'main_stat': {'nb_photos': 31527}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30842257,30842260,30842268,30842276,30842295,30842317,30842326,30842335,30842344,30842353?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30842258,30842277,30842318,30842327,30842336,30842345,30842354?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30842259,30842278,30842279,30842280,30842307,30842315,30842362,30842363?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30842261,30842269,30842281,30842288,30842296,30842303,30842309,30842319,30842328,30842337,30842346,30842355?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30842262,30842270,30842282,30842289,30842297,30842304,30842310,30842320,30842329,30842338,30842347,30842356?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30842263,30842271,30842283,30842290,30842298,30842305,30842311,30842321,30842330,30842339,30842348,30842357?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30842264,30842272,30842284,30842291,30842299,30842312,30842322,30842331,30842340,30842349,30842358?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30842265,30842273,30842285,30842292,30842300,30842306,30842313,30842323,30842332,30842341,30842350,30842359?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30842266,30842274,30842286,30842293,30842301,30842314,30842324,30842333,30842342,30842351,30842360?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30842267,30842275,30842287,30842294,30842302,30842308,30842316,30842325,30842334,30842343,30842352,30842361?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pehd_pp', '2026-03', 0.09433032287965268),), (('emr', '2026-03', 0.07283224263127072),), (('flux_dev', '2026-03', 0.15818484940947036),), (('jrm', '2026-03', 0.07069169839828127),), (('pet_clair', '2026-03', 0.08638026249922617),), (('gm', '2026-03', 0.0523334815598006),), (('film_pedb', '2026-03', 0.1638361718638523),), (('ela', '2026-03', 0.14454226967344075),), (('aluminium', '2026-03', 0.09426184343275196),), (('refus', '2026-03', 0.20547357732599433),)]} VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier {'number_of_analysed_photos': ((31527,),), 'unwanted_material_monthly_percentage': ((0.10200029406823775,),), 'material_repartition': (('pet_clair', 5249), ('pehd_pp', 4833), ('emr', 4610), ('flux_dev', 4473), ('film_pedb', 4431), ('jrm', 3847), ('gm', 1864), ('ela', 1458), ('aluminium', 586), ('refus', 176)), 'material_dict': {'pet_clair': 5249, 'pehd_pp': 4833, 'emr': 4610, 'flux_dev': 4473, 'film_pedb': 4431, 'jrm': 3847, 'gm': 1864, 'autres': 2220}, 'coverage_data': (('2026/03/31/', 1.0), ('2026/03/30/', 1.0), ('2026/03/28/', 1.0), ('2026/03/27/', 1.0), ('2026/03/26/', 1.0), ('2026/03/25/', 0.0), ('2026/03/24/', 1.0), ('2026/03/23/', 1.0), ('2026/03/21/', 1.0), ('2026/03/20/', 1.0), ('2026/03/19/', 1.0), ('2026/03/18/', 1.0), ('2026/03/17/', 1.0), ('2026/03/16/', 1.0), ('2026/03/14/', 1.0), ('2026/03/13/', 1.0), ('2026/03/12/', 1.0), ('2026/03/11/', 1.0), ('2026/03/10/', 1.0), ('2026/03/09/', 1.0), ('2026/03/07/', 1.0), ('2026/03/06/', 1.0), ('2026/03/05/', 1.0), ('2026/03/04/', 1.0), ('2026/03/03/', 1.0), ('2026/03/02/', 1.0)), 'impurety_average_data': ((datetime.date(2026, 3, 2), 0.10782918698528945, 14), (datetime.date(2026, 3, 3), 0.10040442158116852, 14), (datetime.date(2026, 3, 4), 0.10680562718911932, 22), (datetime.date(2026, 3, 5), 0.10800038860576312, 32), (datetime.date(2026, 3, 6), 0.10647752258581503, 5), (datetime.date(2026, 3, 9), 0.10134617411772182, 10), (datetime.date(2026, 3, 10), 0.10405285905148887, 13), (datetime.date(2026, 3, 11), 0.09715137686558024, 21), (datetime.date(2026, 3, 12), 0.10256465668667603, 18), (datetime.date(2026, 3, 13), 0.11197693228536233, 10), (datetime.date(2026, 3, 16), 0.10369824938794113, 35), (datetime.date(2026, 3, 17), 0.09981926360346052, 34), (datetime.date(2026, 3, 18), 0.09939596407697232, 12), (datetime.date(2026, 3, 19), 0.10000143068242323, 20), (datetime.date(2026, 3, 20), 0.09962793969653748, 20), (datetime.date(2026, 3, 23), 0.09577370111262402, 15), (datetime.date(2026, 3, 24), 0.0961003673972678, 27), (datetime.date(2026, 3, 25), 0.0882421751330873, 18), (datetime.date(2026, 3, 26), 0.11297888823817433, 35), (datetime.date(2026, 3, 31), 0.19361651935575433, 6)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2026, 3, 2), 0.09413121449288085, 14), (datetime.date(2026, 3, 3), 0.08926969884455009, 12), (datetime.date(2026, 3, 4), 0.09629216131213877, 22), (datetime.date(2026, 3, 5), 0.09829555243851389, 32), (datetime.date(2026, 3, 6), 0.08952535324642108, 20), (datetime.date(2026, 3, 9), 0.08409380305215092, 16), (datetime.date(2026, 3, 10), 0.08749518279797143, 13), (datetime.date(2026, 3, 11), 0.09974193480777101, 17), (datetime.date(2026, 3, 12), 0.09730521524049858, 18), (datetime.date(2026, 3, 13), 0.10006222985698923, 15), (datetime.date(2026, 3, 16), 0.09932302322387038, 32), (datetime.date(2026, 3, 17), 0.09949222762014326, 17), (datetime.date(2026, 3, 18), 0.09342274177175824, 16), (datetime.date(2026, 3, 19), 0.10157682344515385, 18), (datetime.date(2026, 3, 20), 0.08889361242496878, 16), (datetime.date(2026, 3, 23), 0.09951361865063817, 15), (datetime.date(2026, 3, 24), 0.08851005541774061, 18), (datetime.date(2026, 3, 25), 0.08967619856680657, 15), (datetime.date(2026, 3, 26), 0.096171096506562, 16)), 'emr': ((datetime.date(2026, 3, 2), 0.07889681435577581, 11), (datetime.date(2026, 3, 3), 0.08319076559101081, 12), (datetime.date(2026, 3, 4), 0.08000423071092934, 14), (datetime.date(2026, 3, 5), 0.07710545172449368, 22), (datetime.date(2026, 3, 6), 0.08443555103672429, 16), (datetime.date(2026, 3, 9), 0.09068904319198824, 19), (datetime.date(2026, 3, 10), 0.07214917364132764, 12), (datetime.date(2026, 3, 11), 0.07228573653359069, 13), (datetime.date(2026, 3, 12), 0.07002766514900935, 17), (datetime.date(2026, 3, 13), 0.07410095591811179, 10), (datetime.date(2026, 3, 16), 0.0687184370294537, 5), (datetime.date(2026, 3, 17), 0.062064723063263987, 16), (datetime.date(2026, 3, 18), 0.07091301527299333, 18), (datetime.date(2026, 3, 19), 0.062464069010567405, 19), (datetime.date(2026, 3, 20), 0.07083124375259683, 15), (datetime.date(2026, 3, 23), 0.06915224875879285, 18), (datetime.date(2026, 3, 24), 0.06561799386357724, 15), (datetime.date(2026, 3, 25), 0.06254386804186933, 14), (datetime.date(2026, 3, 26), 0.0641000592013629, 22)), 'flux_dev': ((datetime.date(2026, 3, 2), 0.17303711780064224, 17), (datetime.date(2026, 3, 3), 0.1599471610938467, 21), (datetime.date(2026, 3, 4), 0.1741624031751659, 22), (datetime.date(2026, 3, 5), 0.18225042224764249, 23), (datetime.date(2026, 3, 6), 0.14763787839835688, 18), (datetime.date(2026, 3, 9), 0.1442278703440612, 17), (datetime.date(2026, 3, 10), 0.1512483391813435, 21), (datetime.date(2026, 3, 11), 0.16241691078095083, 21), (datetime.date(2026, 3, 12), 0.1579487488639968, 6), (datetime.date(2026, 3, 13), 0.15574430874495604, 25), (datetime.date(2026, 3, 16), 0.15601079430299086, 20), (datetime.date(2026, 3, 17), 0.16495307713277305, 22), (datetime.date(2026, 3, 18), 0.1515727939793989, 21), (datetime.date(2026, 3, 19), 0.17475172848490678, 23), (datetime.date(2026, 3, 20), 0.1441005593872777, 19), (datetime.date(2026, 3, 23), 0.1384318302150604, 18), (datetime.date(2026, 3, 24), 0.15410927440601013, 17), (datetime.date(2026, 3, 25), 0.13213458447735188, 18), (datetime.date(2026, 3, 26), 0.17846584289991338, 12)), 'jrm': ((datetime.date(2026, 3, 2), 0.07617645600393186, 20), (datetime.date(2026, 3, 3), 0.07804264129437959, 14), (datetime.date(2026, 3, 4), 0.06593723339630092, 26), (datetime.date(2026, 3, 5), 0.06407763211456054, 30), (datetime.date(2026, 3, 6), 0.08056242484261773, 5), (datetime.date(2026, 3, 9), 0.0708452692979675, 41), (datetime.date(2026, 3, 10), 0.0687859098884635, 14), (datetime.date(2026, 3, 11), 0.07458949888492546, 37), (datetime.date(2026, 3, 12), 0.07040177776158495, 20), (datetime.date(2026, 3, 13), 0.08459460590901827, 30), (datetime.date(2026, 3, 16), 0.08299826933324017, 79), (datetime.date(2026, 3, 17), 0.07531346547052924, 34), (datetime.date(2026, 3, 18), 0.05620274548057515, 36), (datetime.date(2026, 3, 19), 0.05385991565186182, 23), (datetime.date(2026, 3, 20), 0.0698765131688151, 25), (datetime.date(2026, 3, 23), 0.08239758100713028, 10), (datetime.date(2026, 3, 24), 0.061009877180662836, 27), (datetime.date(2026, 3, 25), 0.0630020999523701, 47)), 'pet_clair': ((datetime.date(2026, 3, 2), 0.09013632418578277, 14), (datetime.date(2026, 3, 3), 0.07886263240484169, 6), (datetime.date(2026, 3, 4), 0.08964610908178546, 13), (datetime.date(2026, 3, 5), 0.0871890187587721, 14), (datetime.date(2026, 3, 6), 0.09192731990708326, 10), (datetime.date(2026, 3, 9), 0.0920706024437019, 10), (datetime.date(2026, 3, 10), 0.08669401199619026, 21), (datetime.date(2026, 3, 11), 0.07407139040470205, 19), (datetime.date(2026, 3, 12), 0.07795859715718667, 14), (datetime.date(2026, 3, 13), 0.1010913036222098, 15), (datetime.date(2026, 3, 16), 0.07920309395548818, 20), (datetime.date(2026, 3, 17), 0.08239211387831769, 17), (datetime.date(2026, 3, 18), 0.09652602664910497, 12), (datetime.date(2026, 3, 19), 0.09092810103850504, 20), (datetime.date(2026, 3, 20), 0.07902907653776164, 5), (datetime.date(2026, 3, 23), 0.06746878832724434, 12), (datetime.date(2026, 3, 24), 0.07098585104270176, 12), (datetime.date(2026, 3, 25), 0.08501087246348496, 14), (datetime.date(2026, 3, 26), 0.11855228344046043, 5)), 'gm': ((datetime.date(2026, 3, 2), 0.04623105999901866, 20), (datetime.date(2026, 3, 3), 0.06861428673565657, 18), (datetime.date(2026, 3, 4), 0.05758417349693498, 23), (datetime.date(2026, 3, 5), 0.05538017506936168, 27), (datetime.date(2026, 3, 6), 0.06258389883133757, 19), (datetime.date(2026, 3, 9), 0.04312458709847505, 22), (datetime.date(2026, 3, 10), 0.0866270803507409, 12), (datetime.date(2026, 3, 11), 0.03305122303333555, 8), (datetime.date(2026, 3, 12), 0.09281852514665265, 23), (datetime.date(2026, 3, 13), 0.05865724565411947, 19), (datetime.date(2026, 3, 16), 0.03895072968126502, 6), (datetime.date(2026, 3, 17), 0.03589354513791401, 24), (datetime.date(2026, 3, 18), 0.04903179664654682, 22), (datetime.date(2026, 3, 19), 0.049444913268295455, 16), (datetime.date(2026, 3, 20), 0.05947988041451807, 23), (datetime.date(2026, 3, 23), 0.05304822491074197, 24), (datetime.date(2026, 3, 24), 0.030825841036351963, 21), (datetime.date(2026, 3, 25), 0.03825544816622605, 27), (datetime.date(2026, 3, 26), 0.050101160512273674, 31)), 'film_pedb': ((datetime.date(2026, 3, 2), 0.17139026235688656, 21), (datetime.date(2026, 3, 3), 0.1647566032087982, 25), (datetime.date(2026, 3, 4), 0.16587009149010554, 35), (datetime.date(2026, 3, 5), 0.16383969912003987, 33), (datetime.date(2026, 3, 6), 0.17652837525958825, 34), (datetime.date(2026, 3, 9), 0.15200732198461703, 32), (datetime.date(2026, 3, 10), 0.16861323354017052, 31), (datetime.date(2026, 3, 11), 0.15127270058808748, 23), (datetime.date(2026, 3, 12), 0.16513221406764045, 37), (datetime.date(2026, 3, 13), 0.18591554822784648, 41), (datetime.date(2026, 3, 16), 0.16376532845615194, 35), (datetime.date(2026, 3, 17), 0.14443232958152497, 34), (datetime.date(2026, 3, 18), 0.15736156943499655, 35), (datetime.date(2026, 3, 19), 0.1619335271993902, 21), (datetime.date(2026, 3, 20), 0.1701454901214409, 18), (datetime.date(2026, 3, 23), 0.1725533600040602, 20), (datetime.date(2026, 3, 24), 0.1862833420200397, 23), (datetime.date(2026, 3, 25), 0.1418245196147903, 33), (datetime.date(2026, 3, 26), 0.15975560835411415, 35), (datetime.date(2026, 3, 31), 0.19361651935575433, 6)), 'ela': ((datetime.date(2026, 3, 2), 0.1402225327236221, 21), (datetime.date(2026, 3, 3), 0.12900796406486564, 25), (datetime.date(2026, 3, 4), 0.16709289091969662, 21), (datetime.date(2026, 3, 5), 0.1626417854118485, 21), (datetime.date(2026, 3, 6), 0.159994311181199, 19), (datetime.date(2026, 3, 9), 0.160680767023438, 25), (datetime.date(2026, 3, 10), 0.11890371390606612, 19), (datetime.date(2026, 3, 11), 0.09107122828747102, 21), (datetime.date(2026, 3, 12), 0.1299010458977663, 22), (datetime.date(2026, 3, 13), 0.15845389566613177, 22), (datetime.date(2026, 3, 16), 0.110747339841833, 20), (datetime.date(2026, 3, 17), 0.16292630024924395, 24), (datetime.date(2026, 3, 18), 0.15062774106332946, 19), (datetime.date(2026, 3, 19), 0.15936573393021713, 26), (datetime.date(2026, 3, 20), 0.15797358337487571, 20), (datetime.date(2026, 3, 23), 0.13995337079428768, 22), (datetime.date(2026, 3, 24), 0.14431796644273207, 24), (datetime.date(2026, 3, 25), 0.17322190736446386, 20), (datetime.date(2026, 3, 26), 0.12296621784722708, 23)), 'aluminium': ((datetime.date(2026, 3, 2), 0.10315409832117366, 9), (datetime.date(2026, 3, 3), 0.07339158064253043, 13), (datetime.date(2026, 3, 4), 0.07540251758195549, 13), (datetime.date(2026, 3, 5), 0.07690751191911488, 12), (datetime.date(2026, 3, 6), 0.06850121910513828, 12), (datetime.date(2026, 3, 9), 0.08224958647974306, 11), (datetime.date(2026, 3, 10), 0.10004266917252938, 13), (datetime.date(2026, 3, 11), 0.06627300815914063, 13), (datetime.date(2026, 3, 12), 0.07250266146815562, 13), (datetime.date(2026, 3, 13), 0.08253938907208881, 14), (datetime.date(2026, 3, 16), 0.11912212257670332, 5), (datetime.date(2026, 3, 17), 0.10990916582746496, 14), (datetime.date(2026, 3, 18), 0.09903493376645872, 8), (datetime.date(2026, 3, 19), 0.10008425626639893, 15), (datetime.date(2026, 3, 20), 0.13599956263757854, 11), (datetime.date(2026, 3, 23), 0.10211507644333827, 12), (datetime.date(2026, 3, 24), 0.12033438984912437, 11), (datetime.date(2026, 3, 25), 0.11762887420307981, 10)), 'refus': ((datetime.date(2026, 3, 6), 0.2486530499063051, 7), (datetime.date(2026, 3, 9), 0.1996882434735082, 6), (datetime.date(2026, 3, 10), 0.20877483603395064, 7), (datetime.date(2026, 3, 11), 0.22565045392071756, 8), (datetime.date(2026, 3, 12), 0.2381727551118828, 10), (datetime.date(2026, 3, 13), 0.21135035979002992, 14), (datetime.date(2026, 3, 16), 0.1871883044480364, 18), (datetime.date(2026, 3, 17), 0.20570178784371496, 11))}, 'quality_array': [['-4.5639338357281805', '02032026'], ['-4.517020593184318', '03032026'], ['-4.604607899438027', '04032026'], ['-4.632146280010625', '05032026'], ['-4.6298870767326274', '06032026'], ['-4.583283009229073', '09032026'], ['-4.496244622774335', '10032026'], ['-4.3266250302120675', '11032026'], ['-4.4433967271573644', '12032026'], ['-4.425939364458687', '13032026'], ['-4.398894481413076', '16032026'], ['-4.428050771038913', '17032026'], ['-4.44296849005308', '18032026'], ['-4.5231083091491575', '19032026'], ['-3.896240937011588', '20032026'], ['-3.9640323589030237', '23032026'], ['-3.947814179629454', '24032026'], ['-4.023522329915095', '25032026'], ['-4.026576817610845', '26032026'], ['-3.6323012762057325', '31032026']], 'number_of_batch': ((1935,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009379605145460834, 'nb_photo': 1274, 'list_port_cont': '30590892,30590906,30591844,30592757,30593930,30595423,30595601,30596730,30598555,30599130,30601516,30601653,30601739,30606742,30607195,30607229,30607243,30608131,30608342,30610785,30610810,30610936,30611167,30612566,30612590,30612676,30612891,30616296,30616369,30619013,30619648,30620111,30620802,30621938,30621983,30623249,30623808,30624737,30625806,30626301,30628764,30629311,30629414,30629482,30643229,30643239,30644146,30644179,30645801,30645902,30647715,30647752,30649165,30650841,30651320,30652695,30654341,30654357,30659247,30659929,30659960,30659975,30660549,30660824,30660906,30660933,30661976,30667011,30667029,30667051,30690412,30690427,30690999,30691145,30691211,30691921,30691958,30692020,30692796,30693054,30693172,30694107,30694543,30694916,30695442,30699444,30699459,30699480,30699813,30700486,30700800,30700826,30702073,30703249,30703281,30703398,30704166,30704196,30707769,30707906,30708384,30708674,30709543,30710653,30710671,30711883,30712748,30712836,30712910,30712981,30714113,30714386,30717536,3072061', 'assoc_port': '30590636:30590892,30590647:30590906,30591563:30591844,30592444:30592757,30593705:30593930,30594790:30595601,30594825:30595423,30595729:30601739,30595995:30596730,30598327:30598555,30598952:30599130,30601357:30601516,30601359:30601653,30606397:30606742,30606829:30607229,30606834:30607195,30606861:30607243,30607873:30608342,30607883:30608131,30610470:30610936,30610475:30610785,30610479:30610810,30610944:30611167,30612248:30612566,30612252:30612676,30612296:30612590,30612746:30612891,30615485:30616296,30615487:30616369,30618813:30619013,30619327:30619648,30619913:30620111,30620570:30620802,30621581:30621938,30621585:30621983,30622901:30623808,30622907:30623249,30624345:30624737,30625489:30625806,30625973:30626301,30628403:30628764,30628853:30629414,30628862:30629482,30628874:30629311,30642799:30643239,30642814:30643229,30642819:30644146,30643810:30644179,30645304:30645902,30645334:30645801,30646524:30647752,30647572:30647715,30648603:30649165,30650433:30651320,30650437:30650841,30652137:30654357,30652161:3065269', 'assoc_mat': '30590636:autre:3327:30590892,30590647:autre:3327:30590906,30591563:autre:3327:30591844,30592444:autre:3327:30592757,30593705:autre:3327:30593930,30594790:autre:3327:30595601,30594825:autre:3327:30595423,30595729:autre:3327:30601739,30595995:autre:3327:30596730,30598327:autre:3327:30598555,30598952:autre:3327:30599130,30601357:autre:3327:30601516,30601359:autre:3327:30601653,30606397:autre:3327:30606742,30606829:autre:3327:30607229,30606834:autre:3327:30607195,30606861:autre:3327:30607243,30607873:autre:3327:30608342,30607883:autre:3327:30608131,30610470:autre:3327:30610936,30610475:autre:3327:30610785,30610479:autre:3327:30610810,30610944:autre:3327:30611167,30612248:autre:3327:30612566,30612252:autre:3327:30612676,30612296:autre:3327:30612590,30612746:autre:3327:30612891,30615485:autre:3327:30616296,30615487:autre:3327:30616369,30618813:autre:3327:30619013,30619327:autre:3327:30619648,30619913:autre:3327:30620111,30620570:autre:3327:30620802,30621581:autre:3327:30621938,30621585:autre:3327:30621983,30622901:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011281769581330133, 'nb_photo': 81, 'list_port_cont': '30666976,30699068,30701841,30704113,30717284,30722806,30740653,30742537,30770797,30770984,30772891,30773934,30786528,30788709', 'assoc_port': '30666723:30666976,30699021:30699068,30701684:30701841,30703956:30704113,30716924:30717284,30722571:30722806,30740247:30740653,30742331:30742537,30770705:30770984,30770708:30770797,30772702:30772891,30773666:30773934,30785184:30786528,30788263:30788709', 'assoc_mat': '30666723:autre:3594:30666976,30699021:autre:3594:30699068,30701684:autre:3594:30701841,30703956:autre:3594:30704113,30716924:autre:3594:30717284,30722571:autre:3594:30722806,30740247:autre:3594:30740653,30742331:autre:3594:30742537,30770705:autre:3594:30770984,30770708:autre:3594:30770797,30772702:autre:3594:30772891,30773666:autre:3594:30773934,30785184:autre:3594:30786528,30788263:autre:3594:30788709'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.029144125937215305, 'nb_photo': 2818, 'list_port_cont': '30589086,30594988,30595835,30601442,30605128,30606976,30610585,30612414,30615795,30618878,30620747,30623012,30624496,30625540,30628928,30629003,30646616,30649222,30650651,30652368,30653501,30658061,30659685,30660402,30661774,30661796,30666751,30666828,30666911,30668646,30690810,30692339,30692904,30694367,30695356,30698436,30700146,30700351,30700363,30702563,30704011,30710079,30710926,30710941,30716570,30717070,30717235,30720511,30723287,30723839,30726304,30726503,30729339,30737009,30737091,30737215,30738411,30740722,30742833,30769163,30770827,30772728,30773710,30781892,30782812,30783485,30786268,30786310,30793196,30796947,30797664,30797683,30799892,30800719,30807115,30808383,30809727,30810405,30811882,30813530,30814078,30818531,30819960,30824612,30827353,30827431,30828368,30849684,30851220,30852615,30853394,30859798,30859805,30859830,30859872,30861131,30861161,30861252,30861330,30861388,30861422,30862137,30865943,30865964,30867250,30873601,30877089,30878541,30881045,30881111', 'assoc_port': '30589036:30589086,30594793:30595835,30594831:30594988,30601354:30601442,30605112:30605128,30606832:30606976,30610471:30610585,30610483:30612414,30615491:30615795,30618814:30618878,30620569:30620747,30622909:30624496,30622951:30623012,30625485:30625540,30628857:30629003,30628868:30628928,30646530:30646616,30649154:30649222,30650436:30650651,30652148:30652368,30652168:30653501,30658013:30658061,30659609:30659685,30660275:30660402,30661731:30661796,30661741:30661774,30666710:30666911,30666712:30666828,30666718:30666751,30666719:30668646,30690726:30690810,30692287:30692339,30692849:30692904,30694350:30694367,30695302:30695356,30698407:30698436,30700038:30700146,30700326:30700363,30700327:30700351,30701677:30702563,30703949:30704011,30709798:30710079,30710833:30710941,30710841:30710926,30716568:30716570,30716915:30717235,30716921:30717070,30720436:30720511,30722578:30723287,30723832:30723839,30725596:30726304,30726459:30726503,30727238:30729339,30736976:30737215,30736984:30737091,30736994:30737009,30738355:3073841', 'assoc_mat': '30589036:autre_refus:3726:30589086,30594793:autre_refus:3726:30595835,30594831:autre_refus:3726:30594988,30601354:autre_refus:3726:30601442,30605112:autre_refus:3726:30605128,30606832:autre_refus:3726:30606976,30610471:autre_refus:3726:30610585,30610483:autre_refus:3726:30612414,30615491:autre_refus:3726:30615795,30618814:autre_refus:3726:30618878,30620569:autre_refus:3726:30620747,30622909:autre_refus:3726:30624496,30622951:autre_refus:3726:30623012,30625485:autre_refus:3726:30625540,30628857:autre_refus:3726:30629003,30628868:autre_refus:3726:30628928,30646530:autre_refus:3726:30646616,30649154:autre_refus:3726:30649222,30650436:autre_refus:3726:30650651,30652148:autre_refus:3726:30652368,30652168:autre_refus:3726:30653501,30658013:autre_refus:3726:30658061,30659609:autre_refus:3726:30659685,30660275:autre_refus:3726:30660402,30661731:autre_refus:3726:30661796,30661741:autre_refus:3726:30661774,30666710:autre_refus:3726:30666911,30666712:autre_refus:3726:30666828,30666718:autre_refus:3726:30666751,30666719:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.009768882715712522, 'nb_photo': 1683, 'list_port_cont': '30590888,30590899,30591838,30592749,30593926,30595424,30595598,30596727,30598560,30599125,30601525,30601649,30601742,30606745,30607190,30607227,30607239,30608132,30608340,30610783,30610816,30610934,30611172,30612572,30612580,30612680,30612887,30616301,30616376,30619017,30619656,30620117,30620805,30621942,30621984,30623252,30623804,30624732,30625803,30626304,30628754,30629306,30629411,30629490,30643226,30643236,30644147,30644180,30645800,30645894,30647711,30647757,30649159,30650832,30651308,30652696,30654336,30654361,30659242,30659941,30659953,30660553,30660815,30660918,30660928,30661971,30667007,30667019,30667046,30690407,30690435,30691000,30691150,30691161,30691213,30691927,30691956,30692022,30692805,30693053,30693169,30694102,30694536,30694908,30695438,30699447,30699454,30699478,30699817,30700474,30700799,30700828,30702074,30703240,30703275,30703396,30704169,30704185,30707775,30707899,30708381,30708673,30709542,30710645,30710670,30711885,30712752,30712840,30712911,30712987,30714114,30714396,30717545,3072062', 'assoc_port': '30590636:30590888,30590647:30590899,30591563:30591838,30592444:30592749,30593705:30593926,30594790:30595598,30594825:30595424,30595729:30601742,30595995:30596727,30598327:30598560,30598952:30599125,30601357:30601525,30601359:30601649,30606397:30606745,30606829:30607227,30606834:30607190,30606861:30607239,30607873:30608340,30607883:30608132,30610470:30610934,30610475:30610783,30610479:30610816,30610944:30611172,30612248:30612572,30612252:30612680,30612296:30612580,30612746:30612887,30615485:30616301,30615487:30616376,30618813:30619017,30619327:30619656,30619913:30620117,30620570:30620805,30621581:30621942,30621585:30621984,30622901:30623804,30622907:30623252,30624345:30624732,30625489:30625803,30625973:30626304,30628403:30628754,30628853:30629411,30628862:30629490,30628874:30629306,30642799:30643236,30642814:30643226,30642819:30644147,30643810:30644180,30645304:30645894,30645334:30645800,30646524:30647757,30647572:30647711,30648603:30649159,30650433:30651308,30650437:30650832,30652137:30654361,30652161:3065269', 'assoc_mat': '30590636:barquette_avec_film:3327:30590888,30590647:barquette_avec_film:3327:30590899,30591563:barquette_avec_film:3327:30591838,30592444:barquette_avec_film:3327:30592749,30593705:barquette_avec_film:3327:30593926,30594790:barquette_avec_film:3327:30595598,30594825:barquette_avec_film:3327:30595424,30595729:barquette_avec_film:3327:30601742,30595995:barquette_avec_film:3327:30596727,30598327:barquette_avec_film:3327:30598560,30598952:barquette_avec_film:3327:30599125,30601357:barquette_avec_film:3327:30601525,30601359:barquette_avec_film:3327:30601649,30606397:barquette_avec_film:3327:30606745,30606829:barquette_avec_film:3327:30607227,30606834:barquette_avec_film:3327:30607190,30606861:barquette_avec_film:3327:30607239,30607873:barquette_avec_film:3327:30608340,30607883:barquette_avec_film:3327:30608132,30610470:barquette_avec_film:3327:30610934,30610475:barquette_avec_film:3327:30610783,30610479:barquette_avec_film:3327:30610816,30610944:barquette_avec_film:3327:30611172,30612248:barquette_avec_film:3327:3'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0049236780361780474, 'nb_photo': 522, 'list_port_cont': '30592723,30593817,30598637,30599044,30610667,30612792,30621641,30623603,30633660,30646732,30651506,30660656,30661051,30662634,30691808,30693969,30700210,30700386,30700694,30702830,30703099,30708225,30711360,30712660,30714272,30722642,30726251,30737065,30740504,30743135,30767382,30767471,30770897,30780437,30783577,30787086,30793377,30795902,30799926,30807187,30811955,30813642,30814057,30820843,30831491,30852733,30861301,30861507,30863646,30868145,30874321,30877133', 'assoc_port': '30592643:30592723,30593708:30593817,30598618:30598637,30598948:30599044,30610474:30610667,30612752:30612792,30621589:30621641,30623556:30623603,30628402:30633660,30646536:30646732,30651375:30651506,30659651:30661051,30660619:30660656,30662522:30662634,30691698:30691808,30693892:30693969,30700041:30700210,30700325:30700386,30700630:30700694,30702695:30702830,30703020:30703099,30708193:30708225,30711330:30711360,30712488:30712660,30714264:30714272,30722608:30722642,30726241:30726251,30736995:30737065,30740250:30740504,30742941:30743135,30767185:30767471,30767190:30767382,30770715:30770897,30780306:30780437,30783382:30783577,30787016:30787086,30793123:30793377,30795753:30795902,30799843:30799926,30807073:30807187,30811806:30811955,30813479:30813642,30813960:30814057,30820630:30820843,30827848:30831491,30852458:30852733,30861080:30861507,30861085:30861301,30862824:30863646,30867718:30868145,30874161:30874321,30876993:30877133', 'assoc_mat': '30592643:barquette_opaque:4205:30592723,30593708:barquette_opaque:4205:30593817,30598618:barquette_opaque:4205:30598637,30598948:barquette_opaque:4205:30599044,30610474:barquette_opaque:4205:30610667,30612752:barquette_opaque:4205:30612792,30621589:barquette_opaque:4205:30621641,30623556:barquette_opaque:4205:30623603,30628402:barquette_opaque:4205:30633660,30646536:barquette_opaque:4205:30646732,30651375:barquette_opaque:4205:30651506,30659651:barquette_opaque:4205:30661051,30660619:barquette_opaque:4205:30660656,30662522:barquette_opaque:4205:30662634,30691698:barquette_opaque:4205:30691808,30693892:barquette_opaque:4205:30693969,30700041:barquette_opaque:4205:30700210,30700325:barquette_opaque:4205:30700386,30700630:barquette_opaque:4205:30700694,30702695:barquette_opaque:4205:30702830,30703020:barquette_opaque:4205:30703099,30708193:barquette_opaque:4205:30708225,30711330:barquette_opaque:4205:30711360,30712488:barquette_opaque:4205:30712660,30714264:barquette_opaque:4205:30714272,30722608:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0240385503129029, 'nb_photo': 5871, 'list_port_cont': '30591924,30595538,30597482,30598814,30599382,30608769,30611326,30622044,30623464,30628844,30629372,30643384,30647966,30648968,30650217,30651847,30659289,30661929,30664028,30666978,30691462,30692596,30693030,30694566,30694685,30698512,30699878,30702139,30703234,30707577,30709243,30717627,30717656,30720752,30722819,30725959,30727678,30737706,30739966,30742387,30767666,30769304,30774064,30781981,30785500,30787495,30794680,30797305,30799834,30801384,30807937,30812097,30815304,30818187,30820184,30825444,30828622,30849753,30853052,30856004,30862563,30866294,30868474,30869147,30874833,30879257,30879515,30881239,30886678', 'assoc_port': '30591562:30591924,30594827:30595538,30597286:30597482,30598610:30598814,30599179:30599382,30607874:30608769,30610940:30611326,30621580:30622044,30622991:30623464,30628387:30628844,30628870:30629372,30642803:30643384,30642825:30647966,30645336:30648968,30649858:30650217,30651385:30651847,30659035:30659289,30661736:30661929,30663787:30664028,30666717:30666978,30691353:30691462,30692285:30692596,30692850:30693030,30694347:30694566,30694607:30694685,30698409:30698512,30699530:30699878,30701688:30702139,30703024:30703234,30707474:30707577,30709226:30709243,30716912:30717656,30716916:30717627,30720606:30720752,30722607:30722819,30725593:30725959,30727243:30727678,30736977:30737706,30739558:30739966,30741935:30742387,30767182:30767666,30769118:30769304,30773667:30774064,30781690:30781981,30785189:30785500,30787323:30787495,30794321:30794680,30796900:30797305,30799460:30799834,30801207:30801384,30807776:30807937,30809644:30812097,30812453:30815304,30818014:30818187,30819805:30820184,30824843:30825444,30828247:3082862', 'assoc_mat': '30591562:barquette_opaque:4203:30591924,30594827:barquette_opaque:4203:30595538,30597286:barquette_opaque:4203:30597482,30598610:barquette_opaque:4203:30598814,30599179:barquette_opaque:4203:30599382,30607874:barquette_opaque:4203:30608769,30610940:barquette_opaque:4203:30611326,30621580:barquette_opaque:4203:30622044,30622991:barquette_opaque:4203:30623464,30628387:barquette_opaque:4203:30628844,30628870:barquette_opaque:4203:30629372,30642803:barquette_opaque:4203:30643384,30642825:barquette_opaque:4203:30647966,30645336:barquette_opaque:4203:30648968,30649858:barquette_opaque:4203:30650217,30651385:barquette_opaque:4203:30651847,30659035:barquette_opaque:4203:30659289,30661736:barquette_opaque:4203:30661929,30663787:barquette_opaque:4203:30664028,30666717:barquette_opaque:4203:30666978,30691353:barquette_opaque:4203:30691462,30692285:barquette_opaque:4203:30692596,30692850:barquette_opaque:4203:30693030,30694347:barquette_opaque:4203:30694566,30694607:barquette_opaque:4203:30694685,30698409:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00294428748668162, 'nb_photo': 958, 'list_port_cont': '30589099,30590717,30591366,30594943,30594962,30595020,30595058,30595144,30595165,30595175,30595261,30595769,30596229,30598396,30598970,30599012,30601405,30601435,30606937,30606966,30607095,30610560,30610599,30610649,30612402,30612421,30612489,30615841,30615963,30615979,30618854,30619401,30619982,30620658,30621658,30621692,30621698,30621765,30623028,30623049,30623586,30624428,30625567,30626104,30626134,30628493,30628942,30629088,30639003,30642861,30642920,30642987,30643083,30643908,30643929,30645478,30646699,30647606,30647924,30649241,30650559,30650627,30651215,30651400,30652258,30652434,30653290,30655969,30658449,30659706,30659723,30659781,30659821,30660406,30660431,30661654,30661794,30661851,30662135,30663943,30666737,30666760,30666864,30690294,30690792,30690822,30690838,30691065,30691118,30691377,30691733,30691753,30691842,30692324,30692351,30692364,30692971,30693248,30693900,30694383,30694411,30694790,30695304,30698072,30698419,30699361,30699381,30699617,30700334,30700666,30700685,30701746,30703031,3070306', 'assoc_port': '30589033:30589099,30590637:30590717,30590643:30591366,30594759:30595175,30594760:30595261,30594764:30595165,30594777:30595144,30594792:30595020,30594823:30595058,30594828:30594943,30594833:30594962,30595731:30595769,30595998:30596229,30598325:30598396,30598950:30599012,30598953:30598970,30601356:30601435,30601358:30601405,30606831:30607095,30606847:30606966,30606862:30606937,30610468:30610649,30610473:30610599,30610476:30610560,30612250:30612421,30612251:30612489,30612254:30612402,30615486:30615963,30615488:30615979,30615490:30615841,30618815:30618854,30619328:30619401,30619914:30619982,30620571:30620658,30621577:30621698,30621579:30621765,30621583:30621692,30621586:30621658,30622903:30623049,30622908:30623028,30622970:30624428,30623557:30623586,30625481:30625567,30625966:30626134,30625977:30626104,30628404:30628493,30628854:30629088,30628861:30639003,30628873:30628942,30642797:30643083,30642801:30642987,30642812:30642920,30642818:30642861,30643808:30643908,30643846:30643929,30645329:30645478,30646539:3064669', 'assoc_mat': '30589033:barquette_opaque:4207:30589099,30590637:barquette_opaque:4207:30590717,30590643:barquette_opaque:4207:30591366,30594759:barquette_opaque:4207:30595175,30594760:barquette_opaque:4207:30595261,30594764:barquette_opaque:4207:30595165,30594777:barquette_opaque:4207:30595144,30594792:barquette_opaque:4207:30595020,30594823:barquette_opaque:4207:30595058,30594828:barquette_opaque:4207:30594943,30594833:barquette_opaque:4207:30594962,30595731:barquette_opaque:4207:30595769,30595998:barquette_opaque:4207:30596229,30598325:barquette_opaque:4207:30598396,30598950:barquette_opaque:4207:30599012,30598953:barquette_opaque:4207:30598970,30601356:barquette_opaque:4207:30601435,30601358:barquette_opaque:4207:30601405,30606831:barquette_opaque:4207:30607095,30606847:barquette_opaque:4207:30606966,30606862:barquette_opaque:4207:30606937,30610468:barquette_opaque:4207:30610649,30610473:barquette_opaque:4207:30610599,30610476:barquette_opaque:4207:30610560,30612250:barquette_opaque:4207:30612421,30612251:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053670860162535455, 'nb_photo': 65, 'list_port_cont': '30596484,30619496,30621721,30629016,30642897,30643159,30645502,30649262,30649306,30652331,30652382,30653624,30660439,30690898,30691854,30698108,30700425,30703120,30707687,30717160,30721684,30724329,30725706,30729511,30741514,30741550,30767431,30770742,30770843,30775877,30779822,30794845,30800795,30807696,30808834,30811974,30812605,30814144,30824720,30827302,30828436,30861455,30861529,30861986,30866105,30867283,30878607,30879199,30886413,30891631', 'assoc_port': '30595997:30596484,30619326:30619496,30621582:30621721,30628860:30629016,30642793:30643159,30642815:30642897,30645333:30645502,30647557:30649306,30649171:30649262,30652151:30652382,30652163:30652331,30653102:30653624,30660279:30660439,30690722:30690898,30691688:30691854,30698013:30698108,30700321:30700425,30703025:30703120,30707626:30707687,30716928:30717160,30721598:30721684,30724115:30724329,30725602:30725706,30726458:30729511,30739559:30741550,30739573:30741514,30767181:30767431,30770714:30770742,30770723:30770843,30772711:30775877,30779768:30779822,30794739:30794845,30800657:30800795,30807503:30807696,30808736:30808834,30811807:30811974,30811817:30812605,30813477:30814144,30824526:30824720,30827185:30827302,30828257:30828436,30861072:30861529,30861078:30861455,30861087:30861986,30865613:30866105,30867185:30867283,30878497:30878607,30879132:30879199,30886280:30886413,30887033:30891631', 'assoc_mat': '30595997:barquette_opaque:4461:30596484,30619326:barquette_opaque:4461:30619496,30621582:barquette_opaque:4461:30621721,30628860:barquette_opaque:4461:30629016,30642793:barquette_opaque:4461:30643159,30642815:barquette_opaque:4461:30642897,30645333:barquette_opaque:4461:30645502,30647557:barquette_opaque:4461:30649306,30649171:barquette_opaque:4461:30649262,30652151:barquette_opaque:4461:30652382,30652163:barquette_opaque:4461:30652331,30653102:barquette_opaque:4461:30653624,30660279:barquette_opaque:4461:30660439,30690722:barquette_opaque:4461:30690898,30691688:barquette_opaque:4461:30691854,30698013:barquette_opaque:4461:30698108,30700321:barquette_opaque:4461:30700425,30703025:barquette_opaque:4461:30703120,30707626:barquette_opaque:4461:30707687,30716928:barquette_opaque:4461:30717160,30721598:barquette_opaque:4461:30721684,30724115:barquette_opaque:4461:30724329,30725602:barquette_opaque:4461:30725706,30726458:barquette_opaque:4461:30729511,30739559:barquette_opaque:4461:30741550,30739573:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.023657451143547382, 'nb_photo': 4465, 'list_port_cont': '30589144,30590674,30590689,30591706,30591715,30592573,30595035,30595225,30595851,30596287,30598425,30598696,30598990,30599250,30601677,30606611,30607075,30607946,30608015,30609453,30611538,30611761,30612469,30612934,30612946,30618982,30619531,30620336,30621905,30623087,30623135,30623735,30624086,30626174,30628578,30628974,30628986,30629215,30629332,30643054,30643282,30643963,30645451,30646718,30647018,30647643,30649999,30652284,30652415,30652448,30652472,30653548,30659267,30660220,30660706,30661064,30661114,30661830,30662592,30662724,30663902,30690321,30691103,30691433,30691826,30692401,30692456,30692869,30692874,30692942,30693013,30693956,30694497,30694623,30694804,30698300,30698869,30698969,30699645,30699826,30700165,30700723,30701801,30701931,30702792,30702862,30704066,30704610,30707664,30707717,30708213,30709904,30710100,30710948,30711236,30711405,30712579,30712644,30712692,30713791,30714857,30717214,30720647,30721653,30721665,30722725,30723373,30723886,30724250,30724317,30725684,30726298,30727181,3072754', 'assoc_port': '30589034:30589144,30590639:30590674,30590640:30590689,30591564:30591706,30591565:30591715,30592446:30592573,30594820:30595225,30594832:30595035,30595730:30595851,30595999:30596287,30598329:30598425,30598609:30598696,30598617:30601677,30598951:30598990,30599177:30599250,30606399:30606611,30606828:30607075,30607877:30608015,30607884:30607946,30609185:30611538,30609199:30609453,30610949:30611761,30612256:30612469,30612739:30612946,30612745:30612934,30618812:30618982,30619329:30619531,30620242:30620336,30621578:30621905,30621588:30623735,30622905:30623135,30622989:30623087,30623745:30624086,30625963:30626174,30628388:30628578,30628832:30629332,30628858:30629215,30628869:30628986,30628872:30628974,30642795:30643282,30642811:30643054,30642821:30647018,30643845:30643963,30645323:30645451,30646532:30646718,30647576:30647643,30649848:30652448,30649862:30649999,30652140:30652472,30652157:30652415,30652176:30652284,30653103:30653548,30659029:30659267,30659641:30660220,30659648:30661114,30659658:30661064,30660618:3066070', 'assoc_mat': '30589034:barquette_opaque:4200:30589144,30590639:barquette_opaque:4200:30590674,30590640:barquette_opaque:4200:30590689,30591564:barquette_opaque:4200:30591706,30591565:barquette_opaque:4200:30591715,30592446:barquette_opaque:4200:30592573,30594820:barquette_opaque:4200:30595225,30594832:barquette_opaque:4200:30595035,30595730:barquette_opaque:4200:30595851,30595999:barquette_opaque:4200:30596287,30598329:barquette_opaque:4200:30598425,30598609:barquette_opaque:4200:30598696,30598617:barquette_opaque:4200:30601677,30598951:barquette_opaque:4200:30598990,30599177:barquette_opaque:4200:30599250,30606399:barquette_opaque:4200:30606611,30606828:barquette_opaque:4200:30607075,30607877:barquette_opaque:4200:30608015,30607884:barquette_opaque:4200:30607946,30609185:barquette_opaque:4200:30611538,30609199:barquette_opaque:4200:30609453,30610949:barquette_opaque:4200:30611761,30612256:barquette_opaque:4200:30612469,30612739:barquette_opaque:4200:30612946,30612745:barquette_opaque:4200:30612934,30618812:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006388721982533386, 'nb_photo': 279, 'list_port_cont': '30590841,30594998,30595091,30599094,30609517,30610719,30616218,30620204,30621879,30623196,30629300,30639155,30643057,30646874,30650737,30653680,30660485,30661683,30661873,30663041,30691883,30692308,30692375,30693429,30694668,30701845,30703164,30710052,30710975,30717294,30722270,30723897,30723920,30724395,30724936,30725781,30725809,30727741,30738457,30767425,30770096,30770975,30780780,30782895,30786412,30789676,30795366,30795971,30798737,30799617,30801348,30807240,30808631,30809663,30810488,30812008,30815166,30819972,30820379,30820881,30827501,30827510,30828511,30833807,30850307,30852724,30856550,30859836,30861193,30861222,30861272,30861343,30861559,30861578,30863918,30864596,30866152,30866173,30873793,30874781,30875361,30877025,30878663,30881189,30881523,30886633', 'assoc_port': '30590646:30590841,30594791:30594998,30594835:30595091,30598956:30599094,30609192:30609517,30610467:30610719,30615492:30616218,30619912:30620204,30621587:30621879,30622992:30623196,30628835:30629300,30638945:30639155,30642827:30643057,30646535:30646874,30650439:30650737,30652165:30653680,30659642:30661683,30660278:30660485,30661742:30661873,30662987:30663041,30691692:30691883,30692288:30692308,30692289:30692375,30693199:30693429,30694604:30694668,30701682:30701845,30703021:30703164,30709801:30710052,30710836:30710975,30716925:30717294,30721604:30722270,30723827:30723897,30723828:30723920,30724085:30724395,30724754:30724936,30725591:30725781,30725598:30725809,30727649:30727741,30738354:30738457,30767184:30767425,30769897:30770096,30770717:30770975,30780580:30780780,30782760:30782895,30786232:30786412,30786233:30789676,30794742:30795366,30795766:30795971,30798185:30798737,30799463:30799617,30800661:30801348,30807062:30807240,30808487:30808631,30809633:30809663,30809645:30810488,30811812:30812008,30814541:3081516', 'assoc_mat': '30590646:barquette_opaque:4209:30590841,30594791:barquette_opaque:4209:30594998,30594835:barquette_opaque:4209:30595091,30598956:barquette_opaque:4209:30599094,30609192:barquette_opaque:4209:30609517,30610467:barquette_opaque:4209:30610719,30615492:barquette_opaque:4209:30616218,30619912:barquette_opaque:4209:30620204,30621587:barquette_opaque:4209:30621879,30622992:barquette_opaque:4209:30623196,30628835:barquette_opaque:4209:30629300,30638945:barquette_opaque:4209:30639155,30642827:barquette_opaque:4209:30643057,30646535:barquette_opaque:4209:30646874,30650439:barquette_opaque:4209:30650737,30652165:barquette_opaque:4209:30653680,30659642:barquette_opaque:4209:30661683,30660278:barquette_opaque:4209:30660485,30661742:barquette_opaque:4209:30661873,30662987:barquette_opaque:4209:30663041,30691692:barquette_opaque:4209:30691883,30692288:barquette_opaque:4209:30692308,30692289:barquette_opaque:4209:30692375,30693199:barquette_opaque:4209:30693429,30694604:barquette_opaque:4209:30694668,30701682:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.07129338836359056, 'nb_photo': 45472, 'list_port_cont': '30589610,30590809,30590830,30592595,30595064,30595246,30595285,30595454,30595887,30596568,30598481,30598800,30600395,30601500,30606668,30606672,30608039,30609584,30610747,30613050,30613396,30616351,30616560,30619587,30620072,30621777,30621917,30622021,30623266,30624582,30625691,30626605,30628623,30629270,30629529,30640346,30643015,30643111,30643135,30644053,30645706,30646917,30647682,30648031,30650077,30650125,30651686,30653078,30653775,30656027,30659205,30659874,30659889,30660516,30660766,30661380,30661891,30662756,30662801,30663963,30667066,30690929,30690949,30691090,30691187,30691918,30691947,30692002,30692458,30692490,30692505,30693000,30694024,30694043,30694474,30694513,30695339,30695394,30698084,30698453,30698912,30698928,30699080,30700244,30700470,30700761,30700774,30701970,30702875,30702939,30702941,30704108,30704333,30705369,30707750,30708315,30708353,30709437,30709460,30710622,30711000,30711020,30712676,30712740,30713032,30713857,30714941,30719472,30720522,30720547,30721795,30721824,30722761,3072278', 'assoc_port': '30589032:30589610,30590638:30590830,30590648:30590809,30592445:30592595,30594761:30595064,30594794:30595454,30594826:30595285,30594830:30595246,30595732:30595887,30596000:30596568,30598331:30598481,30598615:30598800,30599916:30600395,30601360:30601500,30606396:30606672,30606405:30606668,30607881:30608039,30609189:30609584,30610481:30610747,30610942:30613396,30612298:30616351,30612740:30613050,30612744:30616560,30619330:30619587,30619915:30620072,30621576:30622021,30621584:30621917,30621590:30621777,30622906:30623266,30622948:30625691,30624349:30624582,30625962:30626605,30628395:30628623,30628830:30629529,30628859:30629270,30639891:30640346,30642806:30643135,30642816:30643111,30642828:30643015,30643827:30644053,30645322:30645706,30646527:30646917,30647575:30647682,30647880:30648031,30649850:30650125,30649884:30650077,30651380:30651686,30652166:30653078,30652181:30656027,30653104:30653775,30659037:30659205,30659638:30659889,30659647:30659874,30659654:30661380,30660274:30660516,30660621:30660766,30661740:3066189', 'assoc_mat': '30589032:barquette_opaque:4211:30589610,30590638:barquette_opaque:4211:30590830,30590648:barquette_opaque:4211:30590809,30592445:barquette_opaque:4211:30592595,30594761:barquette_opaque:4211:30595064,30594794:barquette_opaque:4211:30595454,30594826:barquette_opaque:4211:30595285,30594830:barquette_opaque:4211:30595246,30595732:barquette_opaque:4211:30595887,30596000:barquette_opaque:4211:30596568,30598331:barquette_opaque:4211:30598481,30598615:barquette_opaque:4211:30598800,30599916:barquette_opaque:4211:30600395,30601360:barquette_opaque:4211:30601500,30606396:barquette_opaque:4211:30606672,30606405:barquette_opaque:4211:30606668,30607881:barquette_opaque:4211:30608039,30609189:barquette_opaque:4211:30609584,30610481:barquette_opaque:4211:30610747,30610942:barquette_opaque:4211:30613396,30612298:barquette_opaque:4211:30616351,30612740:barquette_opaque:4211:30613050,30612744:barquette_opaque:4211:30616560,30619330:barquette_opaque:4211:30619587,30619915:barquette_opaque:4211:30620072,30621576:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.001963251203655536, 'nb_photo': 737, 'list_port_cont': '30590886,30590898,30591837,30592760,30593928,30595414,30595603,30596732,30598566,30599132,30601526,30601643,30601730,30606749,30607196,30607223,30607237,30608127,30608350,30610780,30610811,30610933,30611173,30612570,30612584,30612682,30612886,30616308,30616363,30619011,30619653,30620113,30620794,30621932,30621981,30623803,30624730,30625809,30626309,30628758,30629415,30629478,30643220,30643241,30644144,30644181,30645802,30645898,30647717,30647754,30649169,30650835,30651317,30652698,30654345,30654352,30659244,30659930,30659964,30659972,30660542,30660821,30660919,30661968,30667012,30667025,30667053,30690405,30690431,30690995,30691155,30691160,30691205,30691931,30691955,30692024,30692804,30693051,30693165,30694094,30694540,30694918,30695447,30699440,30699462,30699468,30699815,30700479,30700797,30700833,30702083,30703246,30703277,30703402,30704163,30704184,30707771,30707909,30708382,30708672,30709550,30710652,30710666,30711878,30712757,30712847,30712920,30712986,30714110,30714385,30717541,30720616,30721898,3072190', 'assoc_port': '30590636:30590886,30590647:30590898,30591563:30591837,30592444:30592760,30593705:30593928,30594790:30595603,30594825:30595414,30595729:30601730,30595995:30596732,30598327:30598566,30598952:30599132,30601357:30601526,30601359:30601643,30606397:30606749,30606829:30607223,30606834:30607196,30606861:30607237,30607873:30608350,30607883:30608127,30610470:30610933,30610475:30610780,30610479:30610811,30610944:30611173,30612248:30612570,30612252:30612682,30612296:30612584,30612746:30612886,30615485:30616308,30615487:30616363,30618813:30619011,30619327:30619653,30619913:30620113,30620570:30620794,30621581:30621932,30621585:30621981,30622901:30623803,30624345:30624730,30625489:30625809,30625973:30626309,30628403:30628758,30628853:30629415,30628862:30629478,30642799:30643241,30642814:30643220,30642819:30644144,30643810:30644181,30645304:30645898,30645334:30645802,30646524:30647754,30647572:30647717,30648603:30649169,30650433:30651317,30650437:30650835,30652137:30654352,30652161:30652698,30652178:30654345,30659033:3065924', 'assoc_mat': '30590636:bouchon:3327:30590886,30590647:bouchon:3327:30590898,30591563:bouchon:3327:30591837,30592444:bouchon:3327:30592760,30593705:bouchon:3327:30593928,30594790:bouchon:3327:30595603,30594825:bouchon:3327:30595414,30595729:bouchon:3327:30601730,30595995:bouchon:3327:30596732,30598327:bouchon:3327:30598566,30598952:bouchon:3327:30599132,30601357:bouchon:3327:30601526,30601359:bouchon:3327:30601643,30606397:bouchon:3327:30606749,30606829:bouchon:3327:30607223,30606834:bouchon:3327:30607196,30606861:bouchon:3327:30607237,30607873:bouchon:3327:30608350,30607883:bouchon:3327:30608127,30610470:bouchon:3327:30610933,30610475:bouchon:3327:30610780,30610479:bouchon:3327:30610811,30610944:bouchon:3327:30611173,30612248:bouchon:3327:30612570,30612252:bouchon:3327:30612682,30612296:bouchon:3327:30612584,30612746:bouchon:3327:30612886,30615485:bouchon:3327:30616308,30615487:bouchon:3327:30616363,30618813:bouchon:3327:30619011,30619327:bouchon:3327:30619653,30619913:bouchon:3327:30620113,30620570:bouchon:3327:30620794,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013260483265370573, 'nb_photo': 538, 'list_port_cont': '30592718,30593815,30598635,30610660,30612793,30621646,30623604,30633671,30646742,30651534,30661047,30662623,30691806,30693970,30700216,30700379,30702832,30703103,30708226,30711363,30712666,30714298,30722640,30726255,30737055,30740495,30743137,30767385,30767463,30770888,30780435,30783582,30787087,30793373,30795891,30799932,30807181,30811947,30813650,30814068,30820829,30831490,30852734,30861303,30861499,30863643,30868142,30874315,30877130', 'assoc_port': '30592643:30592718,30593708:30593815,30598618:30598635,30610474:30610660,30612752:30612793,30621589:30621646,30623556:30623604,30628402:30633671,30646536:30646742,30651375:30651534,30659651:30661047,30662522:30662623,30691698:30691806,30693892:30693970,30700041:30700216,30700325:30700379,30702695:30702832,30703020:30703103,30708193:30708226,30711330:30711363,30712488:30712666,30714264:30714298,30722608:30722640,30726241:30726255,30736995:30737055,30740250:30740495,30742941:30743137,30767185:30767463,30767190:30767385,30770715:30770888,30780306:30780435,30783382:30783582,30787016:30787087,30793123:30793373,30795753:30795891,30799843:30799932,30807073:30807181,30811806:30811947,30813479:30813650,30813960:30814068,30820630:30820829,30827848:30831490,30852458:30852734,30861080:30861499,30861085:30861303,30862824:30863643,30867718:30868142,30874161:30874315,30876993:30877130', 'assoc_mat': '30592643:carton:4205:30592718,30593708:carton:4205:30593815,30598618:carton:4205:30598635,30610474:carton:4205:30610660,30612752:carton:4205:30612793,30621589:carton:4205:30621646,30623556:carton:4205:30623604,30628402:carton:4205:30633671,30646536:carton:4205:30646742,30651375:carton:4205:30651534,30659651:carton:4205:30661047,30662522:carton:4205:30662623,30691698:carton:4205:30691806,30693892:carton:4205:30693970,30700041:carton:4205:30700216,30700325:carton:4205:30700379,30702695:carton:4205:30702832,30703020:carton:4205:30703103,30708193:carton:4205:30708226,30711330:carton:4205:30711363,30712488:carton:4205:30712666,30714264:carton:4205:30714298,30722608:carton:4205:30722640,30726241:carton:4205:30726255,30736995:carton:4205:30737055,30740250:carton:4205:30740495,30742941:carton:4205:30743137,30767185:carton:4205:30767463,30767190:carton:4205:30767385,30770715:carton:4205:30770888,30780306:carton:4205:30780435,30783382:carton:4205:30783582,30787016:carton:4205:30787087,30793123:carton:4205:30793373,3079'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.008953189690073478, 'nb_photo': 1710, 'list_port_cont': '30591931,30595545,30597471,30598817,30599384,30608758,30611319,30622051,30623466,30628851,30629374,30643391,30647951,30648962,30650226,30651836,30659278,30661924,30664018,30666982,30691467,30692598,30693034,30694574,30694673,30698522,30699879,30702138,30703221,30707576,30709246,30717613,30717649,30720742,30722825,30725966,30727675,30737712,30739963,30742396,30767664,30769303,30774069,30781984,30785507,30787491,30794683,30797315,30799840,30801392,30807941,30812085,30815303,30818195,30820185,30825454,30828614,30849750,30853058,30856000,30862570,30866292,30868475,30869149,30874820,30879265,30879520,30881232,30886689', 'assoc_port': '30591562:30591931,30594827:30595545,30597286:30597471,30598610:30598817,30599179:30599384,30607874:30608758,30610940:30611319,30621580:30622051,30622991:30623466,30628387:30628851,30628870:30629374,30642803:30643391,30642825:30647951,30645336:30648962,30649858:30650226,30651385:30651836,30659035:30659278,30661736:30661924,30663787:30664018,30666717:30666982,30691353:30691467,30692285:30692598,30692850:30693034,30694347:30694574,30694607:30694673,30698409:30698522,30699530:30699879,30701688:30702138,30703024:30703221,30707474:30707576,30709226:30709246,30716912:30717649,30716916:30717613,30720606:30720742,30722607:30722825,30725593:30725966,30727243:30727675,30736977:30737712,30739558:30739963,30741935:30742396,30767182:30767664,30769118:30769303,30773667:30774069,30781690:30781984,30785189:30785507,30787323:30787491,30794321:30794683,30796900:30797315,30799460:30799840,30801207:30801392,30807776:30807941,30809644:30812085,30812453:30815303,30818014:30818195,30819805:30820185,30824843:30825454,30828247:3082861', 'assoc_mat': '30591562:carton:4203:30591931,30594827:carton:4203:30595545,30597286:carton:4203:30597471,30598610:carton:4203:30598817,30599179:carton:4203:30599384,30607874:carton:4203:30608758,30610940:carton:4203:30611319,30621580:carton:4203:30622051,30622991:carton:4203:30623466,30628387:carton:4203:30628851,30628870:carton:4203:30629374,30642803:carton:4203:30643391,30642825:carton:4203:30647951,30645336:carton:4203:30648962,30649858:carton:4203:30650226,30651385:carton:4203:30651836,30659035:carton:4203:30659278,30661736:carton:4203:30661924,30663787:carton:4203:30664018,30666717:carton:4203:30666982,30691353:carton:4203:30691467,30692285:carton:4203:30692598,30692850:carton:4203:30693034,30694347:carton:4203:30694574,30694607:carton:4203:30694673,30698409:carton:4203:30698522,30699530:carton:4203:30699879,30701688:carton:4203:30702138,30703024:carton:4203:30703221,30707474:carton:4203:30707576,30709226:carton:4203:30709246,30716912:carton:4203:30717649,30716916:carton:4203:30717613,30720606:carton:4203:30720742,3072'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9266442655653445, 'nb_photo': 1119, 'list_port_cont': '30590722,30591359,30594941,30594964,30595016,30595060,30595148,30595159,30595176,30595268,30595762,30596222,30598357,30598408,30598968,30599018,30601427,30606931,30606957,30607087,30610528,30610569,30610584,30610658,30611038,30612346,30612372,30612392,30612431,30612492,30615845,30615959,30615993,30618865,30619400,30619971,30620662,30621669,30621687,30621713,30621749,30623026,30623054,30623587,30624433,30625569,30626094,30626138,30628496,30628948,30629098,30639002,30642862,30642930,30642997,30643096,30643918,30643920,30645473,30646703,30647593,30647615,30647928,30649237,30650565,30650637,30651210,30651407,30651423,30652261,30652316,30652437,30653301,30658435,30659709,30659721,30659775,30659819,30660403,30660426,30661663,30661784,30661853,30662123,30663942,30666734,30666762,30666811,30666861,30690293,30690793,30690827,30690837,30691059,30691132,30691378,30691729,30691754,30691851,30692323,30692349,30692368,30692957,30692969,30693247,30693909,30694394,30694401,30695305,30698074,30698417,30699057,30699371,3069939', 'assoc_port': '30590637:30590722,30590643:30591359,30594759:30595176,30594760:30595268,30594764:30595159,30594777:30595148,30594792:30595016,30594823:30595060,30594828:30594941,30594833:30594964,30595731:30595762,30595998:30596222,30598325:30598408,30598330:30598357,30598950:30599018,30598953:30598968,30601356:30601427,30606831:30607087,30606847:30606957,30606862:30606931,30610468:30610658,30610473:30610584,30610476:30610569,30610477:30610528,30610921:30611038,30612250:30612431,30612251:30612492,30612254:30612392,30612283:30612372,30612297:30612346,30615486:30615959,30615488:30615993,30615490:30615845,30618815:30618865,30619328:30619400,30619914:30619971,30620571:30620662,30621577:30621713,30621579:30621749,30621583:30621687,30621586:30621669,30622903:30623054,30622908:30623026,30622970:30624433,30623557:30623587,30625481:30625569,30625966:30626138,30625977:30626094,30628404:30628496,30628854:30629098,30628861:30639002,30628873:30628948,30642797:30643096,30642801:30642997,30642812:30642930,30642818:30642862,30643808:3064391', 'assoc_mat': '30590637:carton:4207:30590722,30590643:carton:4207:30591359,30594759:carton:4207:30595176,30594760:carton:4207:30595268,30594764:carton:4207:30595159,30594777:carton:4207:30595148,30594792:carton:4207:30595016,30594823:carton:4207:30595060,30594828:carton:4207:30594941,30594833:carton:4207:30594964,30595731:carton:4207:30595762,30595998:carton:4207:30596222,30598325:carton:4207:30598408,30598330:carton:4207:30598357,30598950:carton:4207:30599018,30598953:carton:4207:30598968,30601356:carton:4207:30601427,30606831:carton:4207:30607087,30606847:carton:4207:30606957,30606862:carton:4207:30606931,30610468:carton:4207:30610658,30610473:carton:4207:30610584,30610476:carton:4207:30610569,30610477:carton:4207:30610528,30610921:carton:4207:30611038,30612250:carton:4207:30612431,30612251:carton:4207:30612492,30612254:carton:4207:30612392,30612283:carton:4207:30612372,30612297:carton:4207:30612346,30615486:carton:4207:30615959,30615488:carton:4207:30615993,30615490:carton:4207:30615845,30618815:carton:4207:30618865,3061'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.019253123334324038, 'nb_photo': 4603, 'list_port_cont': '30595100,30595200,30595360,30595788,30596480,30598370,30598438,30599063,30601455,30607113,30610684,30610824,30612446,30612513,30616074,30619508,30620720,30621724,30623079,30623156,30625630,30626198,30629015,30629133,30642891,30642944,30643155,30645495,30649271,30649295,30650667,30652328,30652378,30653630,30659733,30659797,30659843,30660441,30666790,30666874,30666934,30690857,30690897,30691775,30691862,30692424,30692898,30693989,30694448,30694843,30698113,30699406,30700405,30700431,30700727,30701865,30702905,30703125,30704018,30704973,30707692,30708285,30710122,30710162,30717151,30717331,30717381,30717492,30717564,30721689,30721862,30722686,30723935,30724332,30724509,30725697,30725738,30729504,30732241,30736065,30736142,30737111,30737825,30741506,30741551,30742034,30744359,30766598,30767440,30767768,30769213,30770730,30770853,30771251,30775879,30775957,30779813,30780199,30782455,30786322,30786378,30786486,30787110,30788542,30794812,30794842,30795838,30796992,30798053,30799577,30799960,30800765,30800793,3080727', 'assoc_port': '30594758:30595360,30594763:30595200,30594796:30595100,30594829:30595788,30595997:30596480,30598328:30598370,30598332:30598438,30598957:30599063,30601361:30601455,30606833:30607113,30610463:30610824,30610469:30610684,30610478:30612446,30612253:30612513,30615489:30616074,30619326:30619508,30620568:30620720,30621582:30621724,30622904:30623156,30622928:30623079,30625444:30625630,30625969:30626198,30628855:30629133,30628860:30629015,30642793:30643155,30642815:30642891,30642829:30642944,30645333:30645495,30647557:30649295,30649171:30649271,30650440:30650667,30652151:30652378,30652163:30652328,30653102:30653630,30659624:30659843,30659645:30659797,30659655:30659733,30660279:30660441,30661737:30666934,30666709:30666790,30666716:30666874,30690722:30690897,30690733:30690857,30691688:30691862,30691703:30691775,30692293:30692424,30692847:30692898,30693891:30693989,30694343:30694448,30694746:30694843,30698013:30698113,30699321:30699406,30700321:30700431,30700324:30700405,30700637:30700727,30701692:30701865,30702696:3070290', 'assoc_mat': '30594758:carton:4461:30595360,30594763:carton:4461:30595200,30594796:carton:4461:30595100,30594829:carton:4461:30595788,30595997:carton:4461:30596480,30598328:carton:4461:30598370,30598332:carton:4461:30598438,30598957:carton:4461:30599063,30601361:carton:4461:30601455,30606833:carton:4461:30607113,30610463:carton:4461:30610824,30610469:carton:4461:30610684,30610478:carton:4461:30612446,30612253:carton:4461:30612513,30615489:carton:4461:30616074,30619326:carton:4461:30619508,30620568:carton:4461:30620720,30621582:carton:4461:30621724,30622904:carton:4461:30623156,30622928:carton:4461:30623079,30625444:carton:4461:30625630,30625969:carton:4461:30626198,30628855:carton:4461:30629133,30628860:carton:4461:30629015,30642793:carton:4461:30643155,30642815:carton:4461:30642891,30642829:carton:4461:30642944,30645333:carton:4461:30645495,30647557:carton:4461:30649295,30649171:carton:4461:30649271,30650440:carton:4461:30650667,30652151:carton:4461:30652378,30652163:carton:4461:30652328,30653102:carton:4461:30653630,3065'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.029376376416398613, 'nb_photo': 1581, 'list_port_cont': '30589140,30590668,30590696,30591697,30591718,30592566,30595040,30595228,30595854,30596283,30598430,30598710,30598996,30599256,30601678,30606608,30607074,30607945,30608017,30609452,30611530,30611767,30612480,30612940,30612956,30618981,30619538,30620338,30621896,30623093,30623129,30623733,30624083,30626190,30628584,30628968,30628983,30629218,30629320,30643048,30643285,30643971,30645444,30646722,30647016,30647636,30649987,30652290,30652419,30652456,30652482,30653553,30659264,30660221,30660690,30661069,30661116,30661832,30662591,30662713,30663915,30690310,30691107,30691441,30691827,30692403,30692448,30692859,30692880,30692945,30693018,30693964,30694501,30694628,30694803,30698290,30698868,30698966,30699641,30699831,30700164,30700712,30701813,30701937,30702802,30702863,30704075,30704606,30707668,30707725,30708207,30709916,30710091,30710954,30711244,30711399,30712567,30712635,30712706,30713782,30714847,30717217,30720645,30721656,30721659,30722714,30723377,30723896,30724255,30724316,30725689,30726295,30727180,3072754', 'assoc_port': '30589034:30589140,30590639:30590668,30590640:30590696,30591564:30591697,30591565:30591718,30592446:30592566,30594820:30595228,30594832:30595040,30595730:30595854,30595999:30596283,30598329:30598430,30598609:30598710,30598617:30601678,30598951:30598996,30599177:30599256,30606399:30606608,30606828:30607074,30607877:30608017,30607884:30607945,30609185:30611530,30609199:30609452,30610949:30611767,30612256:30612480,30612739:30612956,30612745:30612940,30618812:30618981,30619329:30619538,30620242:30620338,30621578:30621896,30621588:30623733,30622905:30623129,30622989:30623093,30623745:30624083,30625963:30626190,30628388:30628584,30628832:30629320,30628858:30629218,30628869:30628983,30628872:30628968,30642795:30643285,30642811:30643048,30642821:30647016,30643845:30643971,30645323:30645444,30646532:30646722,30647576:30647636,30649848:30652456,30649862:30649987,30652140:30652482,30652157:30652419,30652176:30652290,30653103:30653553,30659029:30659264,30659641:30660221,30659648:30661116,30659658:30661069,30660618:3066069', 'assoc_mat': '30589034:carton:4200:30589140,30590639:carton:4200:30590668,30590640:carton:4200:30590696,30591564:carton:4200:30591697,30591565:carton:4200:30591718,30592446:carton:4200:30592566,30594820:carton:4200:30595228,30594832:carton:4200:30595040,30595730:carton:4200:30595854,30595999:carton:4200:30596283,30598329:carton:4200:30598430,30598609:carton:4200:30598710,30598617:carton:4200:30601678,30598951:carton:4200:30598996,30599177:carton:4200:30599256,30606399:carton:4200:30606608,30606828:carton:4200:30607074,30607877:carton:4200:30608017,30607884:carton:4200:30607945,30609185:carton:4200:30611530,30609199:carton:4200:30609452,30610949:carton:4200:30611767,30612256:carton:4200:30612480,30612739:carton:4200:30612956,30612745:carton:4200:30612940,30618812:carton:4200:30618981,30619329:carton:4200:30619538,30620242:carton:4200:30620338,30621578:carton:4200:30621896,30621588:carton:4200:30623733,30622905:carton:4200:30623129,30622989:carton:4200:30623093,30623745:carton:4200:30624083,30625963:carton:4200:30626190,3062'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010839899013517798, 'nb_photo': 333, 'list_port_cont': '30590855,30595006,30595105,30599096,30609511,30610732,30612548,30616215,30620211,30623199,30629296,30639144,30643047,30646873,30650738,30653672,30660478,30661678,30661871,30663031,30663066,30666844,30691884,30692387,30693436,30694663,30701854,30710048,30717295,30722276,30723926,30724392,30724931,30725773,30725796,30727744,30738460,30770086,30770966,30780766,30782886,30785324,30786403,30789673,30795378,30795961,30798730,30799621,30801343,30807244,30808626,30809661,30810482,30812010,30815169,30815935,30819970,30820372,30820892,30827498,30827517,30828517,30833814,30850309,30852711,30856536,30859839,30861268,30861383,30861552,30861571,30863917,30864604,30866156,30866168,30873672,30873787,30874789,30875376,30877027,30878667,30881197,30881522,30886629', 'assoc_port': '30590646:30590855,30594791:30595006,30594835:30595105,30598956:30599096,30609192:30609511,30610467:30610732,30612295:30612548,30615492:30616215,30619912:30620211,30622992:30623199,30628835:30629296,30638945:30639144,30642827:30643047,30646535:30646873,30650439:30650738,30652165:30653672,30659642:30661678,30660278:30660478,30661742:30661871,30662986:30663066,30662987:30663031,30666722:30666844,30691692:30691884,30692289:30692387,30693199:30693436,30694604:30694663,30701682:30701854,30709801:30710048,30716925:30717295,30721604:30722276,30723828:30723926,30724085:30724392,30724754:30724931,30725591:30725773,30725598:30725796,30727649:30727744,30738354:30738460,30769897:30770086,30770717:30770966,30780580:30780766,30782760:30782886,30785185:30785324,30786232:30786403,30786233:30789673,30794742:30795378,30795766:30795961,30798185:30798730,30799463:30799621,30800661:30801343,30807062:30807244,30808487:30808626,30809633:30809661,30809645:30810482,30811812:30812010,30813476:30815935,30814541:30815169,30819800:3081997', 'assoc_mat': '30590646:carton:4209:30590855,30594791:carton:4209:30595006,30594835:carton:4209:30595105,30598956:carton:4209:30599096,30609192:carton:4209:30609511,30610467:carton:4209:30610732,30612295:carton:4209:30612548,30615492:carton:4209:30616215,30619912:carton:4209:30620211,30622992:carton:4209:30623199,30628835:carton:4209:30629296,30638945:carton:4209:30639144,30642827:carton:4209:30643047,30646535:carton:4209:30646873,30650439:carton:4209:30650738,30652165:carton:4209:30653672,30659642:carton:4209:30661678,30660278:carton:4209:30660478,30661742:carton:4209:30661871,30662986:carton:4209:30663066,30662987:carton:4209:30663031,30666722:carton:4209:30666844,30691692:carton:4209:30691884,30692289:carton:4209:30692387,30693199:carton:4209:30693436,30694604:carton:4209:30694663,30701682:carton:4209:30701854,30709801:carton:4209:30710048,30716925:carton:4209:30717295,30721604:carton:4209:30722276,30723828:carton:4209:30723926,30724085:carton:4209:30724392,30724754:carton:4209:30724931,30725591:carton:4209:30725773,3072'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0017997224366063875, 'nb_photo': 2349, 'list_port_cont': '30589595,30590798,30590831,30592592,30595079,30595257,30595286,30595445,30595886,30596563,30598470,30598803,30600397,30601486,30606667,30606677,30608025,30609576,30610742,30613042,30613386,30616352,30619590,30620075,30621771,30621911,30622030,30623265,30624591,30625690,30626609,30628618,30629278,30629524,30640337,30643028,30643114,30643136,30644054,30645715,30646922,30647671,30648047,30650067,30650119,30651689,30653081,30653763,30656035,30659206,30659879,30659899,30660499,30660761,30661376,30661889,30662752,30662811,30663967,30667063,30690933,30690955,30691088,30691184,30691905,30691936,30691999,30692467,30692486,30692508,30692986,30694022,30694044,30694472,30694510,30695348,30695404,30698085,30698460,30698916,30698939,30699084,30700247,30700455,30700763,30700786,30701978,30702889,30702930,30702945,30704100,30704331,30705364,30707751,30708324,30708342,30709430,30709448,30710633,30710991,30711009,30712677,30712730,30713037,30713867,30714940,30719475,30720527,30720539,30721798,30721817,30722763,30722784,3072364', 'assoc_port': '30589032:30589595,30590638:30590831,30590648:30590798,30592445:30592592,30594761:30595079,30594794:30595445,30594826:30595286,30594830:30595257,30595732:30595886,30596000:30596563,30598331:30598470,30598615:30598803,30599916:30600397,30601360:30601486,30606396:30606677,30606405:30606667,30607881:30608025,30609189:30609576,30610481:30610742,30610942:30613386,30612298:30616352,30612740:30613042,30619330:30619590,30619915:30620075,30621576:30622030,30621584:30621911,30621590:30621771,30622906:30623265,30622948:30625690,30624349:30624591,30625962:30626609,30628395:30628618,30628830:30629524,30628859:30629278,30639891:30640337,30642806:30643136,30642816:30643114,30642828:30643028,30643827:30644054,30645322:30645715,30646527:30646922,30647575:30647671,30647880:30648047,30649850:30650119,30649884:30650067,30651380:30651689,30652166:30653081,30652181:30656035,30653104:30653763,30659037:30659206,30659638:30659899,30659647:30659879,30659654:30661376,30660274:30660499,30660621:30660761,30661740:30661889,30661744:3066706', 'assoc_mat': '30589032:carton:4211:30589595,30590638:carton:4211:30590831,30590648:carton:4211:30590798,30592445:carton:4211:30592592,30594761:carton:4211:30595079,30594794:carton:4211:30595445,30594826:carton:4211:30595286,30594830:carton:4211:30595257,30595732:carton:4211:30595886,30596000:carton:4211:30596563,30598331:carton:4211:30598470,30598615:carton:4211:30598803,30599916:carton:4211:30600397,30601360:carton:4211:30601486,30606396:carton:4211:30606677,30606405:carton:4211:30606667,30607881:carton:4211:30608025,30609189:carton:4211:30609576,30610481:carton:4211:30610742,30610942:carton:4211:30613386,30612298:carton:4211:30616352,30612740:carton:4211:30613042,30619330:carton:4211:30619590,30619915:carton:4211:30620075,30621576:carton:4211:30622030,30621584:carton:4211:30621911,30621590:carton:4211:30621771,30622906:carton:4211:30623265,30622948:carton:4211:30625690,30624349:carton:4211:30624591,30625962:carton:4211:30626609,30628395:carton:4211:30628618,30628830:carton:4211:30629524,30628859:carton:4211:30629278,3063'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.019041417980118686, 'nb_photo': 2728, 'list_port_cont': '30590894,30590904,30591833,30592753,30593920,30595422,30595596,30596719,30598565,30599133,30601518,30601646,30601738,30606750,30607187,30607218,30607240,30608125,30608348,30610782,30610814,30610929,30611174,30612560,30612583,30612679,30612879,30616307,30616368,30619012,30619650,30620108,30620801,30621931,30621973,30623239,30623807,30624741,30625811,30626305,30628766,30629313,30629407,30629483,30643219,30643247,30644151,30644177,30645806,30645904,30647712,30647763,30649160,30650834,30651316,30652705,30654343,30654349,30659243,30659934,30659956,30659973,30660543,30660825,30660914,30660921,30661975,30667010,30667022,30667043,30690402,30690436,30690987,30691151,30691164,30691212,30691924,30691963,30692021,30692799,30693047,30693167,30694095,30694545,30694915,30695439,30699443,30699460,30699474,30699814,30700477,30700796,30700825,30702080,30703242,30703285,30703399,30704162,30704192,30707777,30707902,30708390,30708664,30709539,30710648,30710668,30711880,30712749,30712832,30712908,30712982,30714115,30714393,3071753', 'assoc_port': '30590636:30590894,30590647:30590904,30591563:30591833,30592444:30592753,30593705:30593920,30594790:30595596,30594825:30595422,30595729:30601738,30595995:30596719,30598327:30598565,30598952:30599133,30601357:30601518,30601359:30601646,30606397:30606750,30606829:30607218,30606834:30607187,30606861:30607240,30607873:30608348,30607883:30608125,30610470:30610929,30610475:30610782,30610479:30610814,30610944:30611174,30612248:30612560,30612252:30612679,30612296:30612583,30612746:30612879,30615485:30616307,30615487:30616368,30618813:30619012,30619327:30619650,30619913:30620108,30620570:30620801,30621581:30621931,30621585:30621973,30622901:30623807,30622907:30623239,30624345:30624741,30625489:30625811,30625973:30626305,30628403:30628766,30628853:30629407,30628862:30629483,30628874:30629313,30642799:30643247,30642814:30643219,30642819:30644151,30643810:30644177,30645304:30645904,30645334:30645806,30646524:30647763,30647572:30647712,30648603:30649160,30650433:30651316,30650437:30650834,30652137:30654349,30652161:3065270', 'assoc_mat': '30590636:carton:3327:30590894,30590647:carton:3327:30590904,30591563:carton:3327:30591833,30592444:carton:3327:30592753,30593705:carton:3327:30593920,30594790:carton:3327:30595596,30594825:carton:3327:30595422,30595729:carton:3327:30601738,30595995:carton:3327:30596719,30598327:carton:3327:30598565,30598952:carton:3327:30599133,30601357:carton:3327:30601518,30601359:carton:3327:30601646,30606397:carton:3327:30606750,30606829:carton:3327:30607218,30606834:carton:3327:30607187,30606861:carton:3327:30607240,30607873:carton:3327:30608348,30607883:carton:3327:30608125,30610470:carton:3327:30610929,30610475:carton:3327:30610782,30610479:carton:3327:30610814,30610944:carton:3327:30611174,30612248:carton:3327:30612560,30612252:carton:3327:30612679,30612296:carton:3327:30612583,30612746:carton:3327:30612879,30615485:carton:3327:30616307,30615487:carton:3327:30616368,30618813:carton:3327:30619012,30619327:carton:3327:30619650,30619913:carton:3327:30620108,30620570:carton:3327:30620801,30621581:carton:3327:30621931,3062'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.027316608480368647, 'nb_photo': 1752, 'list_port_cont': '30666972,30691812,30699071,30700234,30701836,30704109,30717280,30722805,30740649,30742541,30770796,30770979,30772898,30773936,30786519,30788712', 'assoc_port': '30666723:30666972,30691694:30691812,30699021:30699071,30700040:30700234,30701684:30701836,30703956:30704109,30716924:30717280,30722571:30722805,30740247:30740649,30742331:30742541,30770705:30770979,30770708:30770796,30772702:30772898,30773666:30773936,30785184:30786519,30788263:30788712', 'assoc_mat': '30666723:carton:3594:30666972,30691694:carton:3594:30691812,30699021:carton:3594:30699071,30700040:carton:3594:30700234,30701684:carton:3594:30701836,30703956:carton:3594:30704109,30716924:carton:3594:30717280,30722571:carton:3594:30722805,30740247:carton:3594:30740649,30742331:carton:3594:30742541,30770705:carton:3594:30770979,30770708:carton:3594:30770796,30772702:carton:3594:30772898,30773666:carton:3594:30773936,30785184:carton:3594:30786519,30788263:carton:3594:30788712'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.003449411096859744, 'nb_photo': 937, 'list_port_cont': '30589078,30594983,30595826,30601445,30605135,30606979,30610600,30612405,30615785,30618882,30620741,30623019,30624501,30625536,30628918,30629001,30646612,30649213,30650652,30652365,30653500,30659688,30660393,30661778,30661795,30666757,30666826,30666906,30668639,30690815,30692331,30692908,30694369,30695352,30698431,30700151,30700354,30700367,30702567,30704007,30710085,30710930,30710934,30717063,30717237,30720502,30723283,30723845,30726302,30726502,30729344,30737007,30737096,30737222,30738415,30740725,30742824,30769164,30770829,30772734,30773698,30781883,30782816,30783492,30786269,30786312,30793207,30796944,30797668,30797680,30799898,30800721,30807112,30808384,30809728,30810403,30811885,30813528,30814079,30818532,30819966,30824614,30827345,30827432,30828367,30849681,30851224,30852622,30853388,30859796,30859825,30859866,30861127,30861250,30861325,30861395,30861423,30862133,30865945,30865963,30867255,30873602,30877087,30878534,30881044,30881107', 'assoc_port': '30589036:30589078,30594793:30595826,30594831:30594983,30601354:30601445,30605112:30605135,30606832:30606979,30610471:30610600,30610483:30612405,30615491:30615785,30618814:30618882,30620569:30620741,30622909:30624501,30622951:30623019,30625485:30625536,30628857:30629001,30628868:30628918,30646530:30646612,30649154:30649213,30650436:30650652,30652148:30652365,30652168:30653500,30659609:30659688,30660275:30660393,30661731:30661795,30661741:30661778,30666710:30666906,30666712:30666826,30666718:30666757,30666719:30668639,30690726:30690815,30692287:30692331,30692849:30692908,30694350:30694369,30695302:30695352,30698407:30698431,30700038:30700151,30700326:30700367,30700327:30700354,30701677:30702567,30703949:30704007,30709798:30710085,30710833:30710934,30710841:30710930,30716915:30717237,30716921:30717063,30720436:30720502,30722578:30723283,30723832:30723845,30725596:30726302,30726459:30726502,30727238:30729344,30736976:30737222,30736984:30737096,30736994:30737007,30738355:30738415,30739570:30740725,30741941:3074282', 'assoc_mat': '30589036:cartonnette:3726:30589078,30594793:cartonnette:3726:30595826,30594831:cartonnette:3726:30594983,30601354:cartonnette:3726:30601445,30605112:cartonnette:3726:30605135,30606832:cartonnette:3726:30606979,30610471:cartonnette:3726:30610600,30610483:cartonnette:3726:30612405,30615491:cartonnette:3726:30615785,30618814:cartonnette:3726:30618882,30620569:cartonnette:3726:30620741,30622909:cartonnette:3726:30624501,30622951:cartonnette:3726:30623019,30625485:cartonnette:3726:30625536,30628857:cartonnette:3726:30629001,30628868:cartonnette:3726:30628918,30646530:cartonnette:3726:30646612,30649154:cartonnette:3726:30649213,30650436:cartonnette:3726:30650652,30652148:cartonnette:3726:30652365,30652168:cartonnette:3726:30653500,30659609:cartonnette:3726:30659688,30660275:cartonnette:3726:30660393,30661731:cartonnette:3726:30661795,30661741:cartonnette:3726:30661778,30666710:cartonnette:3726:30666906,30666712:cartonnette:3726:30666826,30666718:cartonnette:3726:30666757,30666719:cartonnette:3726:30668639,30690726:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.017714022334897675, 'nb_photo': 2778, 'list_port_cont': '30589088,30594981,30595833,30601443,30605138,30606973,30610581,30612410,30615794,30618884,30620740,30623020,30624494,30625537,30628926,30629009,30646617,30649214,30650643,30652359,30653502,30658066,30659682,30660397,30661768,30661806,30666758,30666827,30666910,30668645,30690812,30692335,30692907,30694366,30695355,30698438,30700149,30700348,30700360,30702565,30704008,30710082,30710923,30710932,30716573,30717073,30717238,30720504,30723292,30723837,30726308,30726506,30729341,30737004,30737099,30737217,30738409,30740721,30742826,30769174,30770832,30772736,30773700,30781894,30782811,30783496,30786274,30786308,30793205,30796951,30797669,30797677,30799896,30800720,30807119,30808390,30809717,30810404,30811878,30813529,30814082,30818530,30819955,30824616,30827352,30827438,30828370,30849683,30851219,30852613,30853385,30859797,30859812,30859824,30859865,30859909,30861125,30861163,30861249,30861327,30861385,30861415,30862131,30865938,30865966,30867253,30873599,30877084,30878536,30881051,30881118', 'assoc_port': '30589036:30589088,30594793:30595833,30594831:30594981,30601354:30601443,30605112:30605138,30606832:30606973,30610471:30610581,30610483:30612410,30615491:30615794,30618814:30618884,30620569:30620740,30622909:30624494,30622951:30623020,30625485:30625537,30628857:30629009,30628868:30628926,30646530:30646617,30649154:30649214,30650436:30650643,30652148:30652359,30652168:30653502,30658013:30658066,30659609:30659682,30660275:30660397,30661731:30661806,30661741:30661768,30666710:30666910,30666712:30666827,30666718:30666758,30666719:30668645,30690726:30690812,30692287:30692335,30692849:30692907,30694350:30694366,30695302:30695355,30698407:30698438,30700038:30700149,30700326:30700360,30700327:30700348,30701677:30702565,30703949:30704008,30709798:30710082,30710833:30710932,30710841:30710923,30716568:30716573,30716915:30717238,30716921:30717073,30720436:30720504,30722578:30723292,30723832:30723837,30725596:30726308,30726459:30726506,30727238:30729341,30736976:30737217,30736984:30737099,30736994:30737004,30738355:3073840', 'assoc_mat': '30589036:Carton_brun:3726:30589088,30594793:Carton_brun:3726:30595833,30594831:Carton_brun:3726:30594981,30601354:Carton_brun:3726:30601443,30605112:Carton_brun:3726:30605138,30606832:Carton_brun:3726:30606973,30610471:Carton_brun:3726:30610581,30610483:Carton_brun:3726:30612410,30615491:Carton_brun:3726:30615794,30618814:Carton_brun:3726:30618884,30620569:Carton_brun:3726:30620740,30622909:Carton_brun:3726:30624494,30622951:Carton_brun:3726:30623020,30625485:Carton_brun:3726:30625537,30628857:Carton_brun:3726:30629009,30628868:Carton_brun:3726:30628926,30646530:Carton_brun:3726:30646617,30649154:Carton_brun:3726:30649214,30650436:Carton_brun:3726:30650643,30652148:Carton_brun:3726:30652359,30652168:Carton_brun:3726:30653502,30658013:Carton_brun:3726:30658066,30659609:Carton_brun:3726:30659682,30660275:Carton_brun:3726:30660397,30661731:Carton_brun:3726:30661806,30661741:Carton_brun:3726:30661768,30666710:Carton_brun:3726:30666910,30666712:Carton_brun:3726:30666827,30666718:Carton_brun:3726:30666758,30666719:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009439172438230612, 'nb_photo': 1849, 'list_port_cont': '30589079,30594989,30595827,30601444,30605130,30606969,30610583,30612408,30615787,30618877,30620745,30623013,30624499,30625538,30628924,30629006,30646608,30649215,30650647,30652360,30653506,30658056,30659683,30660401,30661769,30661800,30666748,30666836,30666905,30668640,30690814,30692332,30692903,30694368,30695361,30698430,30700147,30700350,30700361,30702564,30704014,30710075,30710924,30710935,30716569,30717067,30717232,30720505,30723288,30723835,30726309,30726504,30729342,30736998,30737089,30737219,30738414,30740727,30742828,30769166,30770825,30772732,30773708,30781886,30782809,30783493,30786270,30786315,30793202,30796952,30797666,30797684,30799895,30800714,30807111,30808386,30809720,30810407,30811886,30813531,30814076,30818527,30819965,30824617,30827354,30827436,30828366,30849673,30851221,30852616,30853390,30859794,30859804,30859828,30859873,30861124,30861154,30861257,30861329,30861396,30861418,30862141,30865935,30865969,30867258,30873597,30877085,30878540,30881047,30881115', 'assoc_port': '30589036:30589079,30594793:30595827,30594831:30594989,30601354:30601444,30605112:30605130,30606832:30606969,30610471:30610583,30610483:30612408,30615491:30615787,30618814:30618877,30620569:30620745,30622909:30624499,30622951:30623013,30625485:30625538,30628857:30629006,30628868:30628924,30646530:30646608,30649154:30649215,30650436:30650647,30652148:30652360,30652168:30653506,30658013:30658056,30659609:30659683,30660275:30660401,30661731:30661800,30661741:30661769,30666710:30666905,30666712:30666836,30666718:30666748,30666719:30668640,30690726:30690814,30692287:30692332,30692849:30692903,30694350:30694368,30695302:30695361,30698407:30698430,30700038:30700147,30700326:30700361,30700327:30700350,30701677:30702564,30703949:30704014,30709798:30710075,30710833:30710935,30710841:30710924,30716568:30716569,30716915:30717232,30716921:30717067,30720436:30720505,30722578:30723288,30723832:30723835,30725596:30726309,30726459:30726504,30727238:30729342,30736976:30737219,30736984:30737089,30736994:30736998,30738355:3073841', 'assoc_mat': '30589036:Carton_gris:3726:30589079,30594793:Carton_gris:3726:30595827,30594831:Carton_gris:3726:30594989,30601354:Carton_gris:3726:30601444,30605112:Carton_gris:3726:30605130,30606832:Carton_gris:3726:30606969,30610471:Carton_gris:3726:30610583,30610483:Carton_gris:3726:30612408,30615491:Carton_gris:3726:30615787,30618814:Carton_gris:3726:30618877,30620569:Carton_gris:3726:30620745,30622909:Carton_gris:3726:30624499,30622951:Carton_gris:3726:30623013,30625485:Carton_gris:3726:30625538,30628857:Carton_gris:3726:30629006,30628868:Carton_gris:3726:30628924,30646530:Carton_gris:3726:30646608,30649154:Carton_gris:3726:30649215,30650436:Carton_gris:3726:30650647,30652148:Carton_gris:3726:30652360,30652168:Carton_gris:3726:30653506,30658013:Carton_gris:3726:30658056,30659609:Carton_gris:3726:30659683,30660275:Carton_gris:3726:30660401,30661731:Carton_gris:3726:30661800,30661741:Carton_gris:3726:30661769,30666710:Carton_gris:3726:30666905,30666712:Carton_gris:3726:30666836,30666718:Carton_gris:3726:30666748,30666719:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005899814050117819, 'nb_photo': 214, 'list_port_cont': '30592726,30593818,30598629,30599039,30610665,30612787,30621647,30623606,30633670,30646734,30651515,30660670,30661045,30662626,30693979,30700371,30700693,30702835,30703100,30708232,30711369,30712656,30714271,30722631,30726263,30737054,30740508,30743134,30767377,30767467,30770895,30780444,30783588,30787083,30793374,30795901,30799940,30807190,30811958,30813640,30814059,30820835,30831485,30852731,30861294,30861513,30863640,30868151,30874317,30877129', 'assoc_port': '30592643:30592726,30593708:30593818,30598618:30598629,30598948:30599039,30610474:30610665,30612752:30612787,30621589:30621647,30623556:30623606,30628402:30633670,30646536:30646734,30651375:30651515,30659651:30661045,30660619:30660670,30662522:30662626,30693892:30693979,30700325:30700371,30700630:30700693,30702695:30702835,30703020:30703100,30708193:30708232,30711330:30711369,30712488:30712656,30714264:30714271,30722608:30722631,30726241:30726263,30736995:30737054,30740250:30740508,30742941:30743134,30767185:30767467,30767190:30767377,30770715:30770895,30780306:30780444,30783382:30783588,30787016:30787083,30793123:30793374,30795753:30795901,30799843:30799940,30807073:30807190,30811806:30811958,30813479:30813640,30813960:30814059,30820630:30820835,30827848:30831485,30852458:30852731,30861080:30861513,30861085:30861294,30862824:30863640,30867718:30868151,30874161:30874317,30876993:30877129', 'assoc_mat': '30592643:ela:4205:30592726,30593708:ela:4205:30593818,30598618:ela:4205:30598629,30598948:ela:4205:30599039,30610474:ela:4205:30610665,30612752:ela:4205:30612787,30621589:ela:4205:30621647,30623556:ela:4205:30623606,30628402:ela:4205:30633670,30646536:ela:4205:30646734,30651375:ela:4205:30651515,30659651:ela:4205:30661045,30660619:ela:4205:30660670,30662522:ela:4205:30662626,30693892:ela:4205:30693979,30700325:ela:4205:30700371,30700630:ela:4205:30700693,30702695:ela:4205:30702835,30703020:ela:4205:30703100,30708193:ela:4205:30708232,30711330:ela:4205:30711369,30712488:ela:4205:30712656,30714264:ela:4205:30714271,30722608:ela:4205:30722631,30726241:ela:4205:30726263,30736995:ela:4205:30737054,30740250:ela:4205:30740508,30742941:ela:4205:30743134,30767185:ela:4205:30767467,30767190:ela:4205:30767377,30770715:ela:4205:30770895,30780306:ela:4205:30780444,30783382:ela:4205:30783588,30787016:ela:4205:30787083,30793123:ela:4205:30793374,30795753:ela:4205:30795901,30799843:ela:4205:30799940,30807073:ela:4205:3080719'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.8621249452576338, 'nb_photo': 549, 'list_port_cont': '30591922,30595546,30597484,30599389,30608763,30611316,30622050,30623455,30628845,30643378,30648964,30650220,30651848,30659284,30661918,30664025,30691469,30692591,30693037,30694565,30694684,30698524,30699880,30702130,30703231,30707578,30717615,30717643,30720749,30722830,30725958,30727680,30737709,30739960,30742394,30767667,30769299,30774045,30781980,30785501,30787504,30794675,30797318,30799830,30801390,30807940,30812086,30815314,30818196,30820187,30825446,30828618,30849747,30853048,30855998,30862569,30866299,30868468,30869140,30874826,30879266,30879511,30881234,30886688', 'assoc_port': '30591562:30591922,30594827:30595546,30597286:30597484,30599179:30599389,30607874:30608763,30610940:30611316,30621580:30622050,30622991:30623455,30628387:30628845,30642803:30643378,30645336:30648964,30649858:30650220,30651385:30651848,30659035:30659284,30661736:30661918,30663787:30664025,30691353:30691469,30692285:30692591,30692850:30693037,30694347:30694565,30694607:30694684,30698409:30698524,30699530:30699880,30701688:30702130,30703024:30703231,30707474:30707578,30716912:30717643,30716916:30717615,30720606:30720749,30722607:30722830,30725593:30725958,30727243:30727680,30736977:30737709,30739558:30739960,30741935:30742394,30767182:30767667,30769118:30769299,30773667:30774045,30781690:30781980,30785189:30785501,30787323:30787504,30794321:30794675,30796900:30797318,30799460:30799830,30801207:30801390,30807776:30807940,30809644:30812086,30812453:30815314,30818014:30818196,30819805:30820187,30824843:30825446,30828247:30828618,30849653:30849747,30852500:30853048,30855366:30855998,30862442:30862569,30865617:3086629', 'assoc_mat': '30591562:ela:4203:30591922,30594827:ela:4203:30595546,30597286:ela:4203:30597484,30599179:ela:4203:30599389,30607874:ela:4203:30608763,30610940:ela:4203:30611316,30621580:ela:4203:30622050,30622991:ela:4203:30623455,30628387:ela:4203:30628845,30642803:ela:4203:30643378,30645336:ela:4203:30648964,30649858:ela:4203:30650220,30651385:ela:4203:30651848,30659035:ela:4203:30659284,30661736:ela:4203:30661918,30663787:ela:4203:30664025,30691353:ela:4203:30691469,30692285:ela:4203:30692591,30692850:ela:4203:30693037,30694347:ela:4203:30694565,30694607:ela:4203:30694684,30698409:ela:4203:30698524,30699530:ela:4203:30699880,30701688:ela:4203:30702130,30703024:ela:4203:30703231,30707474:ela:4203:30707578,30716912:ela:4203:30717643,30716916:ela:4203:30717615,30720606:ela:4203:30720749,30722607:ela:4203:30722830,30725593:ela:4203:30725958,30727243:ela:4203:30727680,30736977:ela:4203:30737709,30739558:ela:4203:30739960,30741935:ela:4203:30742394,30767182:ela:4203:30767667,30769118:ela:4203:30769299,30773667:ela:4203:3077404'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013918910385605156, 'nb_photo': 226, 'list_port_cont': '30591361,30594940,30595272,30598346,30598979,30599026,30601432,30606954,30607092,30610565,30610648,30612429,30615973,30615980,30620659,30621661,30621753,30623031,30623577,30626105,30626128,30628944,30639009,30642850,30642993,30643088,30643924,30645472,30647600,30649242,30650632,30652430,30653298,30659720,30659770,30660405,30660419,30661666,30661781,30662126,30666867,30690803,30690821,30690850,30691069,30691758,30692345,30692961,30693243,30694379,30694778,30699360,30699388,30699621,30700345,30700665,30700679,30703073,30703161,30703185,30703984,30704060,30709832,30710912,30717408,30719250,30721634,30722234,30722250,30722662,30723852,30724222,30725626,30727698,30734779,30736030,30737080,30737127,30737225,30738377,30738394,30739597,30740389,30741484,30741963,30744132,30745865,30767369,30767702,30768450,30769204,30770912,30770952,30773725,30775816,30780722,30781834,30781901,30782828,30782844,30785242,30785280,30785309,30786285,30786362,30787043,30787588,30794776,30795874,30797692,30799496,30799522,30799567,3080074', 'assoc_port': '30590643:30591361,30594760:30595272,30594828:30594940,30598330:30598346,30598950:30599026,30598953:30598979,30601356:30601432,30606831:30607092,30606847:30606954,30610468:30610648,30610476:30610565,30612250:30612429,30615486:30615973,30615488:30615980,30620571:30620659,30621579:30621753,30621586:30621661,30622908:30623031,30623557:30623577,30625966:30626128,30625977:30626105,30628861:30639009,30628873:30628944,30642797:30643088,30642801:30642993,30642818:30642850,30643846:30643924,30645329:30645472,30647574:30647600,30649156:30649242,30650434:30650632,30652146:30652430,30652173:30653298,30659640:30659770,30659643:30661666,30659649:30659720,30660273:30660419,30660276:30660405,30660620:30662126,30661739:30661781,30666713:30666867,30690723:30690850,30690728:30690821,30690731:30690803,30691044:30691069,30691700:30691758,30692291:30692345,30692845:30692961,30693200:30693243,30694349:30694379,30694744:30694778,30699315:30699388,30699332:30699360,30699528:30699621,30700328:30700345,30700632:30700679,30700636:3070066', 'assoc_mat': '30590643:ela:4207:30591361,30594760:ela:4207:30595272,30594828:ela:4207:30594940,30598330:ela:4207:30598346,30598950:ela:4207:30599026,30598953:ela:4207:30598979,30601356:ela:4207:30601432,30606831:ela:4207:30607092,30606847:ela:4207:30606954,30610468:ela:4207:30610648,30610476:ela:4207:30610565,30612250:ela:4207:30612429,30615486:ela:4207:30615973,30615488:ela:4207:30615980,30620571:ela:4207:30620659,30621579:ela:4207:30621753,30621586:ela:4207:30621661,30622908:ela:4207:30623031,30623557:ela:4207:30623577,30625966:ela:4207:30626128,30625977:ela:4207:30626105,30628861:ela:4207:30639009,30628873:ela:4207:30628944,30642797:ela:4207:30643088,30642801:ela:4207:30642993,30642818:ela:4207:30642850,30643846:ela:4207:30643924,30645329:ela:4207:30645472,30647574:ela:4207:30647600,30649156:ela:4207:30649242,30650434:ela:4207:30650632,30652146:ela:4207:30652430,30652173:ela:4207:30653298,30659640:ela:4207:30659770,30659643:ela:4207:30661666,30659649:ela:4207:30659720,30660273:ela:4207:30660419,30660276:ela:4207:3066040'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005095429236315569, 'nb_photo': 16, 'list_port_cont': '30649309,30701873,30710125,30722687,30725699,30741510,30744358,30796979,30798062,30807274,30808840,30812612,30886578', 'assoc_port': '30647557:30649309,30701692:30701873,30709799:30710125,30722577:30722687,30725602:30725699,30739573:30741510,30741934:30744358,30796901:30796979,30797924:30798062,30807058:30807274,30808736:30808840,30811817:30812612,30886472:30886578', 'assoc_mat': '30647557:ela:4461:30649309,30701692:ela:4461:30701873,30709799:ela:4461:30710125,30722577:ela:4461:30722687,30725602:ela:4461:30725699,30739573:ela:4461:30741510,30741934:ela:4461:30744358,30796901:ela:4461:30796979,30797924:ela:4461:30798062,30807058:ela:4461:30807274,30808736:ela:4461:30808840,30811817:ela:4461:30812612,30886472:ela:4461:30886578'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0013832698649807382, 'nb_photo': 189, 'list_port_cont': '30589151,30591713,30592569,30595032,30595231,30595852,30596279,30598694,30598983,30599251,30601688,30606621,30607947,30609454,30612479,30612928,30620339,30621900,30623094,30623743,30628990,30629223,30629328,30643962,30646717,30647012,30647639,30649992,30652282,30652422,30652449,30653547,30659254,30660223,30660697,30661119,30661831,30662723,30691105,30691426,30691832,30692405,30692455,30694496,30699653,30700171,30700721,30701804,30702795,30702860,30704616,30707662,30709907,30710096,30711235,30712576,30712701,30713778,30714855,30717222,30721649,30721664,30722713,30723895,30734813,30735227,30736052,30737208,30737781,30739280,30739669,30739674,30739694,30766498,30767522,30769176,30770031,30772842,30773778,30779932,30780748,30781777,30781819,30783680,30785874,30788487,30795924,30796969,30798101,30798317,30800833,30801288,30807606,30807825,30807848,30808808,30809776,30809793,30813598,30814092,30819943,30824963,30825019,30827338,30827452,30849735,30850136,30852768,30853932,30855601,30855639,30862475,30862526,3086446', 'assoc_port': '30589034:30589151,30591565:30591713,30592446:30592569,30594820:30595231,30594832:30595032,30595730:30595852,30595999:30596279,30598609:30598694,30598617:30601688,30598951:30598983,30599177:30599251,30606399:30606621,30607884:30607947,30609199:30609454,30612256:30612479,30612745:30612928,30620242:30620339,30621578:30621900,30621588:30623743,30622989:30623094,30628832:30629328,30628858:30629223,30628869:30628990,30642821:30647012,30643845:30643962,30646532:30646717,30647576:30647639,30649848:30652449,30649862:30649992,30652157:30652422,30652176:30652282,30653103:30653547,30659029:30659254,30659641:30660223,30659648:30661119,30660618:30660697,30661735:30661831,30662516:30662723,30691043:30691105,30691352:30691426,30691695:30691832,30692284:30692455,30692292:30692405,30694344:30694496,30699527:30699653,30700044:30700171,30700634:30700721,30701694:30701804,30702694:30702860,30702699:30702795,30703023:30704616,30707631:30707662,30709796:30710096,30709804:30709907,30710839:30711235,30712484:30712701,30712497:3071257', 'assoc_mat': '30589034:ela:4200:30589151,30591565:ela:4200:30591713,30592446:ela:4200:30592569,30594820:ela:4200:30595231,30594832:ela:4200:30595032,30595730:ela:4200:30595852,30595999:ela:4200:30596279,30598609:ela:4200:30598694,30598617:ela:4200:30601688,30598951:ela:4200:30598983,30599177:ela:4200:30599251,30606399:ela:4200:30606621,30607884:ela:4200:30607947,30609199:ela:4200:30609454,30612256:ela:4200:30612479,30612745:ela:4200:30612928,30620242:ela:4200:30620339,30621578:ela:4200:30621900,30621588:ela:4200:30623743,30622989:ela:4200:30623094,30628832:ela:4200:30629328,30628858:ela:4200:30629223,30628869:ela:4200:30628990,30642821:ela:4200:30647012,30643845:ela:4200:30643962,30646532:ela:4200:30646717,30647576:ela:4200:30647639,30649848:ela:4200:30652449,30649862:ela:4200:30649992,30652157:ela:4200:30652422,30652176:ela:4200:30652282,30653103:ela:4200:30653547,30659029:ela:4200:30659254,30659641:ela:4200:30660223,30659648:ela:4200:30661119,30660618:ela:4200:30660697,30661735:ela:4200:30661831,30662516:ela:4200:3066272'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032482105294197707, 'nb_photo': 200, 'list_port_cont': '30590848,30595087,30609518,30610721,30612545,30616217,30620205,30621882,30623192,30629301,30639153,30643041,30646866,30650735,30653685,30660486,30661687,30661878,30663070,30666853,30691882,30692381,30693442,30701858,30703171,30710984,30717308,30722274,30723911,30723919,30724388,30725801,30740480,30767424,30770088,30770971,30780779,30782881,30785327,30786416,30795372,30795960,30798727,30799622,30807233,30808634,30810489,30812000,30815168,30815932,30819971,30820373,30820879,30827502,30827508,30828512,30833809,30850298,30852716,30856544,30859835,30861560,30863922,30864607,30866165,30873679,30873790,30874783,30875371,30877014,30878673,30881193,30881534,30886622', 'assoc_port': '30590646:30590848,30594835:30595087,30609192:30609518,30610467:30610721,30612295:30612545,30615492:30616217,30619912:30620205,30621587:30621882,30622992:30623192,30628835:30629301,30638945:30639153,30642827:30643041,30646535:30646866,30650439:30650735,30652165:30653685,30659642:30661687,30660278:30660486,30661742:30661878,30662986:30663070,30666722:30666853,30691692:30691882,30692289:30692381,30693199:30693442,30701682:30701858,30703021:30703171,30710836:30710984,30716925:30717308,30721604:30722274,30723827:30723911,30723828:30723919,30724085:30724388,30725598:30725801,30740248:30740480,30767184:30767424,30769897:30770088,30770717:30770971,30780580:30780779,30782760:30782881,30785185:30785327,30786232:30786416,30794742:30795372,30795766:30795960,30798185:30798727,30799463:30799622,30807062:30807233,30808487:30808634,30809645:30810489,30811812:30812000,30813476:30815932,30814541:30815168,30819800:30819971,30820204:30820373,30820556:30820879,30827163:30827508,30827188:30827502,30828254:30828512,30833647:3083380', 'assoc_mat': '30590646:ela:4209:30590848,30594835:ela:4209:30595087,30609192:ela:4209:30609518,30610467:ela:4209:30610721,30612295:ela:4209:30612545,30615492:ela:4209:30616217,30619912:ela:4209:30620205,30621587:ela:4209:30621882,30622992:ela:4209:30623192,30628835:ela:4209:30629301,30638945:ela:4209:30639153,30642827:ela:4209:30643041,30646535:ela:4209:30646866,30650439:ela:4209:30650735,30652165:ela:4209:30653685,30659642:ela:4209:30661687,30660278:ela:4209:30660486,30661742:ela:4209:30661878,30662986:ela:4209:30663070,30666722:ela:4209:30666853,30691692:ela:4209:30691882,30692289:ela:4209:30692381,30693199:ela:4209:30693442,30701682:ela:4209:30701858,30703021:ela:4209:30703171,30710836:ela:4209:30710984,30716925:ela:4209:30717308,30721604:ela:4209:30722274,30723827:ela:4209:30723911,30723828:ela:4209:30723919,30724085:ela:4209:30724388,30725598:ela:4209:30725801,30740248:ela:4209:30740480,30767184:ela:4209:30767424,30769897:ela:4209:30770088,30770717:ela:4209:30770971,30780580:ela:4209:30780779,30782760:ela:4209:3078288'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010003444913024191, 'nb_photo': 1484, 'list_port_cont': '30589601,30590812,30590825,30592589,30595070,30595245,30595289,30595442,30595881,30596560,30598468,30598805,30600401,30601489,30606654,30606688,30608023,30609574,30610745,30613044,30613399,30616358,30616552,30619582,30620082,30621768,30621910,30622026,30623271,30624592,30625683,30626607,30628616,30629269,30629521,30640348,30643014,30643113,30643127,30644049,30645702,30646926,30647674,30648030,30650070,30650118,30651695,30653080,30653767,30656031,30659217,30659884,30659901,30660514,30660771,30661372,30661883,30662755,30662809,30663955,30667062,30690938,30690956,30691079,30691182,30691902,30691948,30692003,30692472,30692479,30692509,30692985,30694019,30694042,30694481,30694519,30695345,30695407,30698087,30698454,30698922,30698934,30699079,30700246,30700462,30700757,30700784,30701971,30702884,30702935,30702947,30704103,30704334,30705367,30707740,30708322,30708340,30709436,30709449,30710629,30710995,30711008,30712689,30712727,30713041,30713869,30714927,30719484,30720528,30720549,30721806,30721822,30722772,3072278', 'assoc_port': '30589032:30589601,30590638:30590825,30590648:30590812,30592445:30592589,30594761:30595070,30594794:30595442,30594826:30595289,30594830:30595245,30595732:30595881,30596000:30596560,30598331:30598468,30598615:30598805,30599916:30600401,30601360:30601489,30606396:30606688,30606405:30606654,30607881:30608023,30609189:30609574,30610481:30610745,30610942:30613399,30612298:30616358,30612740:30613044,30612744:30616552,30619330:30619582,30619915:30620082,30621576:30622026,30621584:30621910,30621590:30621768,30622906:30623271,30622948:30625683,30624349:30624592,30625962:30626607,30628395:30628616,30628830:30629521,30628859:30629269,30639891:30640348,30642806:30643127,30642816:30643113,30642828:30643014,30643827:30644049,30645322:30645702,30646527:30646926,30647575:30647674,30647880:30648030,30649850:30650118,30649884:30650070,30651380:30651695,30652166:30653080,30652181:30656031,30653104:30653767,30659037:30659217,30659638:30659901,30659647:30659884,30659654:30661372,30660274:30660514,30660621:30660771,30661740:3066188', 'assoc_mat': '30589032:ela:4211:30589601,30590638:ela:4211:30590825,30590648:ela:4211:30590812,30592445:ela:4211:30592589,30594761:ela:4211:30595070,30594794:ela:4211:30595442,30594826:ela:4211:30595289,30594830:ela:4211:30595245,30595732:ela:4211:30595881,30596000:ela:4211:30596560,30598331:ela:4211:30598468,30598615:ela:4211:30598805,30599916:ela:4211:30600401,30601360:ela:4211:30601489,30606396:ela:4211:30606688,30606405:ela:4211:30606654,30607881:ela:4211:30608023,30609189:ela:4211:30609574,30610481:ela:4211:30610745,30610942:ela:4211:30613399,30612298:ela:4211:30616358,30612740:ela:4211:30613044,30612744:ela:4211:30616552,30619330:ela:4211:30619582,30619915:ela:4211:30620082,30621576:ela:4211:30622026,30621584:ela:4211:30621910,30621590:ela:4211:30621768,30622906:ela:4211:30623271,30622948:ela:4211:30625683,30624349:ela:4211:30624592,30625962:ela:4211:30626607,30628395:ela:4211:30628616,30628830:ela:4211:30629521,30628859:ela:4211:30629269,30639891:ela:4211:30640348,30642806:ela:4211:30643127,30642816:ela:4211:3064311'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0039283303824808515, 'nb_photo': 417, 'list_port_cont': '30592719,30593808,30598638,30599043,30610666,30612795,30621645,30623600,30633668,30646741,30651535,30660668,30661059,30662627,30691800,30693978,30700221,30700374,30700703,30702831,30708236,30711359,30712665,30714269,30722639,30726254,30737053,30740499,30743132,30767375,30767465,30770902,30780445,30783581,30787092,30793366,30795903,30799935,30807192,30811952,30813635,30814058,30820840,30831484,30852737,30861306,30861506,30863632,30868143,30874316,30877131', 'assoc_port': '30592643:30592719,30593708:30593808,30598618:30598638,30598948:30599043,30610474:30610666,30612752:30612795,30621589:30621645,30623556:30623600,30628402:30633668,30646536:30646741,30651375:30651535,30659651:30661059,30660619:30660668,30662522:30662627,30691698:30691800,30693892:30693978,30700041:30700221,30700325:30700374,30700630:30700703,30702695:30702831,30708193:30708236,30711330:30711359,30712488:30712665,30714264:30714269,30722608:30722639,30726241:30726254,30736995:30737053,30740250:30740499,30742941:30743132,30767185:30767465,30767190:30767375,30770715:30770902,30780306:30780445,30783382:30783581,30787016:30787092,30793123:30793366,30795753:30795903,30799843:30799935,30807073:30807192,30811806:30811952,30813479:30813635,30813960:30814058,30820630:30820840,30827848:30831484,30852458:30852737,30861080:30861506,30861085:30861306,30862824:30863632,30867718:30868143,30874161:30874316,30876993:30877131', 'assoc_mat': '30592643:etiquette:4205:30592719,30593708:etiquette:4205:30593808,30598618:etiquette:4205:30598638,30598948:etiquette:4205:30599043,30610474:etiquette:4205:30610666,30612752:etiquette:4205:30612795,30621589:etiquette:4205:30621645,30623556:etiquette:4205:30623600,30628402:etiquette:4205:30633668,30646536:etiquette:4205:30646741,30651375:etiquette:4205:30651535,30659651:etiquette:4205:30661059,30660619:etiquette:4205:30660668,30662522:etiquette:4205:30662627,30691698:etiquette:4205:30691800,30693892:etiquette:4205:30693978,30700041:etiquette:4205:30700221,30700325:etiquette:4205:30700374,30700630:etiquette:4205:30700703,30702695:etiquette:4205:30702831,30708193:etiquette:4205:30708236,30711330:etiquette:4205:30711359,30712488:etiquette:4205:30712665,30714264:etiquette:4205:30714269,30722608:etiquette:4205:30722639,30726241:etiquette:4205:30726254,30736995:etiquette:4205:30737053,30740250:etiquette:4205:30740499,30742941:etiquette:4205:30743132,30767185:etiquette:4205:30767465,30767190:etiquette:4205:30767375,3'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00981625691135923, 'nb_photo': 8258, 'list_port_cont': '30591929,30595551,30597474,30598827,30599386,30608770,30611320,30622046,30623458,30628839,30629380,30643389,30647961,30648957,30650229,30651845,30659279,30661922,30664031,30666981,30691461,30692597,30693029,30694580,30694671,30698516,30699881,30702134,30703219,30707592,30709247,30717620,30717652,30720755,30722822,30725963,30727672,30737705,30739961,30742386,30767671,30769289,30774047,30781988,30785504,30787494,30794673,30797314,30799839,30801394,30807934,30812096,30815302,30818186,30820183,30825452,30828615,30849760,30853051,30855994,30862565,30866289,30868463,30869141,30874828,30879268,30879522,30881244,30886680', 'assoc_port': '30591562:30591929,30594827:30595551,30597286:30597474,30598610:30598827,30599179:30599386,30607874:30608770,30610940:30611320,30621580:30622046,30622991:30623458,30628387:30628839,30628870:30629380,30642803:30643389,30642825:30647961,30645336:30648957,30649858:30650229,30651385:30651845,30659035:30659279,30661736:30661922,30663787:30664031,30666717:30666981,30691353:30691461,30692285:30692597,30692850:30693029,30694347:30694580,30694607:30694671,30698409:30698516,30699530:30699881,30701688:30702134,30703024:30703219,30707474:30707592,30709226:30709247,30716912:30717652,30716916:30717620,30720606:30720755,30722607:30722822,30725593:30725963,30727243:30727672,30736977:30737705,30739558:30739961,30741935:30742386,30767182:30767671,30769118:30769289,30773667:30774047,30781690:30781988,30785189:30785504,30787323:30787494,30794321:30794673,30796900:30797314,30799460:30799839,30801207:30801394,30807776:30807934,30809644:30812096,30812453:30815302,30818014:30818186,30819805:30820183,30824843:30825452,30828247:3082861', 'assoc_mat': '30591562:etiquette:4203:30591929,30594827:etiquette:4203:30595551,30597286:etiquette:4203:30597474,30598610:etiquette:4203:30598827,30599179:etiquette:4203:30599386,30607874:etiquette:4203:30608770,30610940:etiquette:4203:30611320,30621580:etiquette:4203:30622046,30622991:etiquette:4203:30623458,30628387:etiquette:4203:30628839,30628870:etiquette:4203:30629380,30642803:etiquette:4203:30643389,30642825:etiquette:4203:30647961,30645336:etiquette:4203:30648957,30649858:etiquette:4203:30650229,30651385:etiquette:4203:30651845,30659035:etiquette:4203:30659279,30661736:etiquette:4203:30661922,30663787:etiquette:4203:30664031,30666717:etiquette:4203:30666981,30691353:etiquette:4203:30691461,30692285:etiquette:4203:30692597,30692850:etiquette:4203:30693029,30694347:etiquette:4203:30694580,30694607:etiquette:4203:30694671,30698409:etiquette:4203:30698516,30699530:etiquette:4203:30699881,30701688:etiquette:4203:30702134,30703024:etiquette:4203:30703219,30707474:etiquette:4203:30707592,30709226:etiquette:4203:30709247,3'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009257053984917041, 'nb_photo': 343, 'list_port_cont': '30589101,30594944,30594967,30595013,30595049,30595138,30595155,30595188,30596228,30598355,30598401,30598966,30606935,30607094,30610579,30610657,30612345,30612388,30612435,30612491,30615844,30618866,30619405,30619975,30620657,30621666,30621689,30621707,30621751,30623029,30623050,30623591,30624435,30625562,30626098,30626126,30628497,30628936,30629100,30642858,30642998,30643932,30645480,30646701,30647590,30647927,30650569,30650638,30651206,30651431,30653304,30659695,30659776,30659830,30660433,30661664,30661847,30662132,30666819,30666870,30690286,30691121,30691374,30691737,30691755,30692371,30693912,30694766,30698069,30699369,30699384,30699612,30700661,30700674,30701759,30703086,30703154,30703196,30703989,30704064,30707656,30709810,30709830,30709881,30710116,30710240,30710911,30712562,30712925,30713315,30716976,30717100,30717254,30717267,30717320,30717416,30721631,30721722,30722236,30722253,30722625,30722667,30723857,30723875,30724236,30725634,30725655,30726542,30727371,30727708,30734784,30735204,30736040,3073712', 'assoc_port': '30589033:30589101,30594759:30595188,30594764:30595155,30594777:30595138,30594792:30595013,30594823:30595049,30594828:30594944,30594833:30594967,30595998:30596228,30598325:30598401,30598330:30598355,30598953:30598966,30606831:30607094,30606862:30606935,30610468:30610657,30610473:30610579,30612250:30612435,30612251:30612491,30612254:30612388,30612297:30612345,30615490:30615844,30618815:30618866,30619328:30619405,30619914:30619975,30620571:30620657,30621577:30621707,30621579:30621751,30621583:30621689,30621586:30621666,30622903:30623050,30622908:30623029,30622970:30624435,30623557:30623591,30625481:30625562,30625966:30626126,30625977:30626098,30628404:30628497,30628854:30629100,30628873:30628936,30642801:30642998,30642818:30642858,30643846:30643932,30645329:30645480,30646539:30646701,30647574:30647590,30647877:30647927,30650434:30650638,30650438:30650569,30650442:30651206,30651384:30651431,30652173:30653304,30659611:30659830,30659640:30659776,30659643:30661664,30659653:30659695,30660273:30660433,30660620:3066213', 'assoc_mat': '30589033:etiquette:4207:30589101,30594759:etiquette:4207:30595188,30594764:etiquette:4207:30595155,30594777:etiquette:4207:30595138,30594792:etiquette:4207:30595013,30594823:etiquette:4207:30595049,30594828:etiquette:4207:30594944,30594833:etiquette:4207:30594967,30595998:etiquette:4207:30596228,30598325:etiquette:4207:30598401,30598330:etiquette:4207:30598355,30598953:etiquette:4207:30598966,30606831:etiquette:4207:30607094,30606862:etiquette:4207:30606935,30610468:etiquette:4207:30610657,30610473:etiquette:4207:30610579,30612250:etiquette:4207:30612435,30612251:etiquette:4207:30612491,30612254:etiquette:4207:30612388,30612297:etiquette:4207:30612345,30615490:etiquette:4207:30615844,30618815:etiquette:4207:30618866,30619328:etiquette:4207:30619405,30619914:etiquette:4207:30619975,30620571:etiquette:4207:30620657,30621577:etiquette:4207:30621707,30621579:etiquette:4207:30621751,30621583:etiquette:4207:30621689,30621586:etiquette:4207:30621666,30622903:etiquette:4207:30623050,30622908:etiquette:4207:30623029,3'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0006801421373502553, 'nb_photo': 184, 'list_port_cont': '30595199,30595365,30595800,30598436,30599057,30601462,30607116,30612428,30612518,30619509,30620706,30621733,30623068,30625622,30629017,30642952,30643156,30645497,30649310,30650671,30652325,30659740,30659796,30659850,30660444,30666775,30666883,30690890,30691855,30692416,30694443,30699411,30700389,30700427,30700724,30701872,30702906,30703116,30704979,30707693,30708274,30710154,30717335,30717563,30721690,30721864,30722677,30723944,30725703,30725744,30732238,30736068,30736148,30737826,30741507,30741549,30744362,30766585,30767427,30767761,30779819,30780190,30782459,30786326,30786365,30786485,30787104,30788526,30794814,30794855,30796978,30799588,30800766,30807273,30809730,30810513,30814108,30814150,30819001,30827304,30827360,30828447,30833743,30850102,30855651,30861598,30862949,30866062,30873639,30873705,30874340,30874675,30875306,30875711,30879192,30881153,30886412,30886580,30891636', 'assoc_port': '30594758:30595365,30594763:30595199,30594829:30595800,30598332:30598436,30598957:30599057,30601361:30601462,30606833:30607116,30610478:30612428,30612253:30612518,30619326:30619509,30620568:30620706,30621582:30621733,30622928:30623068,30625444:30625622,30628860:30629017,30642793:30643156,30642829:30642952,30645333:30645497,30647557:30649310,30650440:30650671,30652163:30652325,30659624:30659850,30659645:30659796,30659655:30659740,30660279:30660444,30666709:30666775,30666716:30666883,30690722:30690890,30691688:30691855,30692293:30692416,30694343:30694443,30699321:30699411,30700321:30700427,30700324:30700389,30700637:30700724,30701692:30701872,30702696:30702906,30703025:30703116,30703950:30704979,30707626:30707693,30708195:30708274,30709806:30710154,30710838:30717563,30716919:30717335,30721562:30721864,30721598:30721690,30722577:30722677,30723825:30723944,30725590:30725744,30725602:30725703,30727247:30732238,30736013:30736148,30736017:30736068,30737699:30737826,30739559:30741549,30739573:30741507,30741934:3074436', 'assoc_mat': '30594758:etiquette:4461:30595365,30594763:etiquette:4461:30595199,30594829:etiquette:4461:30595800,30598332:etiquette:4461:30598436,30598957:etiquette:4461:30599057,30601361:etiquette:4461:30601462,30606833:etiquette:4461:30607116,30610478:etiquette:4461:30612428,30612253:etiquette:4461:30612518,30619326:etiquette:4461:30619509,30620568:etiquette:4461:30620706,30621582:etiquette:4461:30621733,30622928:etiquette:4461:30623068,30625444:etiquette:4461:30625622,30628860:etiquette:4461:30629017,30642793:etiquette:4461:30643156,30642829:etiquette:4461:30642952,30645333:etiquette:4461:30645497,30647557:etiquette:4461:30649310,30650440:etiquette:4461:30650671,30652163:etiquette:4461:30652325,30659624:etiquette:4461:30659850,30659645:etiquette:4461:30659796,30659655:etiquette:4461:30659740,30660279:etiquette:4461:30660444,30666709:etiquette:4461:30666775,30666716:etiquette:4461:30666883,30690722:etiquette:4461:30690890,30691688:etiquette:4461:30691855,30692293:etiquette:4461:30692416,30694343:etiquette:4461:30694443,3'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0031331834889865564, 'nb_photo': 1176, 'list_port_cont': '30589153,30590671,30590695,30591708,30591720,30592562,30595042,30595232,30595850,30596278,30598419,30598712,30598993,30599255,30601686,30606607,30607063,30607954,30608020,30609451,30611529,30611753,30612478,30612926,30612947,30618983,30619540,30620342,30621891,30623076,30623126,30623739,30624088,30626188,30628587,30628962,30628982,30629230,30629331,30643038,30643279,30643960,30645456,30646710,30647011,30647646,30649998,30652287,30652413,30652442,30652471,30653560,30659263,30660231,30660694,30661067,30661117,30661838,30662585,30662722,30663906,30690323,30691113,30691431,30691821,30692397,30692453,30692857,30692876,30692931,30693016,30693960,30694491,30694630,30694812,30698302,30698865,30698968,30699647,30699833,30700170,30700718,30701812,30701935,30702796,30702858,30704076,30704626,30707669,30707727,30708212,30709915,30710090,30710956,30711237,30711392,30712565,30712641,30712700,30713790,30714848,30717227,30720644,30721650,30721674,30722721,30723372,30723881,30724252,30724322,30725686,30726284,30727552,3073129', 'assoc_port': '30589034:30589153,30590639:30590671,30590640:30590695,30591564:30591708,30591565:30591720,30592446:30592562,30594820:30595232,30594832:30595042,30595730:30595850,30595999:30596278,30598329:30598419,30598609:30598712,30598617:30601686,30598951:30598993,30599177:30599255,30606399:30606607,30606828:30607063,30607877:30608020,30607884:30607954,30609185:30611529,30609199:30609451,30610949:30611753,30612256:30612478,30612739:30612947,30612745:30612926,30618812:30618983,30619329:30619540,30620242:30620342,30621578:30621891,30621588:30623739,30622905:30623126,30622989:30623076,30623745:30624088,30625963:30626188,30628388:30628587,30628832:30629331,30628858:30629230,30628869:30628982,30628872:30628962,30642795:30643279,30642811:30643038,30642821:30647011,30643845:30643960,30645323:30645456,30646532:30646710,30647576:30647646,30649848:30652442,30649862:30649998,30652140:30652471,30652157:30652413,30652176:30652287,30653103:30653560,30659029:30659263,30659641:30660231,30659648:30661117,30659658:30661067,30660618:3066069', 'assoc_mat': '30589034:etiquette:4200:30589153,30590639:etiquette:4200:30590671,30590640:etiquette:4200:30590695,30591564:etiquette:4200:30591708,30591565:etiquette:4200:30591720,30592446:etiquette:4200:30592562,30594820:etiquette:4200:30595232,30594832:etiquette:4200:30595042,30595730:etiquette:4200:30595850,30595999:etiquette:4200:30596278,30598329:etiquette:4200:30598419,30598609:etiquette:4200:30598712,30598617:etiquette:4200:30601686,30598951:etiquette:4200:30598993,30599177:etiquette:4200:30599255,30606399:etiquette:4200:30606607,30606828:etiquette:4200:30607063,30607877:etiquette:4200:30608020,30607884:etiquette:4200:30607954,30609185:etiquette:4200:30611529,30609199:etiquette:4200:30609451,30610949:etiquette:4200:30611753,30612256:etiquette:4200:30612478,30612739:etiquette:4200:30612947,30612745:etiquette:4200:30612926,30618812:etiquette:4200:30618983,30619329:etiquette:4200:30619540,30620242:etiquette:4200:30620342,30621578:etiquette:4200:30621891,30621588:etiquette:4200:30623739,30622905:etiquette:4200:30623126,3'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008735356201145487, 'nb_photo': 1675, 'list_port_cont': '30590851,30595009,30595095,30599092,30609506,30610722,30612546,30616223,30620203,30621886,30623190,30629293,30639157,30643039,30646871,30650734,30653678,30660484,30661692,30661879,30663028,30663063,30666845,30690770,30691877,30692311,30692376,30693427,30694667,30701860,30703169,30710043,30710974,30717306,30722280,30723905,30723933,30724391,30724929,30725771,30725800,30727740,30738453,30740485,30767420,30770093,30770962,30780773,30782885,30785323,30786408,30789683,30795371,30795965,30798729,30799618,30801347,30807237,30808622,30809666,30810486,30812004,30815180,30815930,30819974,30820371,30820882,30827500,30827519,30828522,30833811,30850303,30852713,30856541,30859847,30859947,30859994,30861203,30861269,30861344,30861373,30861561,30861577,30863921,30864605,30866154,30866178,30873676,30873798,30874787,30875364,30877024,30878671,30881200,30881530,30886636', 'assoc_port': '30590646:30590851,30594791:30595009,30594835:30595095,30598956:30599092,30609192:30609506,30610467:30610722,30612295:30612546,30615492:30616223,30619912:30620203,30621587:30621886,30622992:30623190,30628835:30629293,30638945:30639157,30642827:30643039,30646535:30646871,30650439:30650734,30652165:30653678,30659642:30661692,30660278:30660484,30661742:30661879,30662986:30663063,30662987:30663028,30666722:30666845,30690730:30690770,30691692:30691877,30692288:30692311,30692289:30692376,30693199:30693427,30694604:30694667,30701682:30701860,30703021:30703169,30709801:30710043,30710836:30710974,30716925:30717306,30721604:30722280,30723827:30723905,30723828:30723933,30724085:30724391,30724754:30724929,30725591:30725771,30725598:30725800,30727649:30727740,30738354:30738453,30740248:30740485,30767184:30767420,30769897:30770093,30770717:30770962,30780580:30780773,30782760:30782885,30785185:30785323,30786232:30786408,30786233:30789683,30794742:30795371,30795766:30795965,30798185:30798729,30799463:30799618,30800661:3080134', 'assoc_mat': '30590646:etiquette:4209:30590851,30594791:etiquette:4209:30595009,30594835:etiquette:4209:30595095,30598956:etiquette:4209:30599092,30609192:etiquette:4209:30609506,30610467:etiquette:4209:30610722,30612295:etiquette:4209:30612546,30615492:etiquette:4209:30616223,30619912:etiquette:4209:30620203,30621587:etiquette:4209:30621886,30622992:etiquette:4209:30623190,30628835:etiquette:4209:30629293,30638945:etiquette:4209:30639157,30642827:etiquette:4209:30643039,30646535:etiquette:4209:30646871,30650439:etiquette:4209:30650734,30652165:etiquette:4209:30653678,30659642:etiquette:4209:30661692,30660278:etiquette:4209:30660484,30661742:etiquette:4209:30661879,30662986:etiquette:4209:30663063,30662987:etiquette:4209:30663028,30666722:etiquette:4209:30666845,30690730:etiquette:4209:30690770,30691692:etiquette:4209:30691877,30692288:etiquette:4209:30692311,30692289:etiquette:4209:30692376,30693199:etiquette:4209:30693427,30694604:etiquette:4209:30694667,30701682:etiquette:4209:30701860,30703021:etiquette:4209:30703169,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0017902156695731532, 'nb_photo': 17617, 'list_port_cont': '30589608,30590807,30590823,30592587,30595077,30595247,30595293,30595452,30595884,30596559,30598471,30598808,30600389,30601502,30606666,30606685,30608029,30609582,30610748,30613047,30613395,30616348,30616556,30619583,30620080,30621782,30621920,30622029,30623277,30624590,30625694,30626606,30628620,30629280,30629528,30640339,30643017,30643109,30643125,30644050,30645713,30646929,30647681,30648032,30650065,30650127,30651693,30653082,30653766,30656026,30659203,30659871,30659902,30660504,30660760,30661371,30661886,30662757,30662807,30663962,30667071,30690928,30690950,30691086,30691188,30691916,30691937,30692011,30692466,30692491,30692502,30692995,30694032,30694040,30694480,30694509,30695334,30695403,30698089,30698459,30698918,30698931,30699083,30700250,30700464,30700770,30700783,30701966,30702890,30702927,30702953,30704097,30704336,30705365,30707747,30708323,30708346,30709434,30709446,30710630,30711001,30711005,30712685,30712731,30713031,30713860,30714939,30719481,30720531,30720540,30721800,30721826,30722776,3072279', 'assoc_port': '30589032:30589608,30590638:30590823,30590648:30590807,30592445:30592587,30594761:30595077,30594794:30595452,30594826:30595293,30594830:30595247,30595732:30595884,30596000:30596559,30598331:30598471,30598615:30598808,30599916:30600389,30601360:30601502,30606396:30606685,30606405:30606666,30607881:30608029,30609189:30609582,30610481:30610748,30610942:30613395,30612298:30616348,30612740:30613047,30612744:30616556,30619330:30619583,30619915:30620080,30621576:30622029,30621584:30621920,30621590:30621782,30622906:30623277,30622948:30625694,30624349:30624590,30625962:30626606,30628395:30628620,30628830:30629528,30628859:30629280,30639891:30640339,30642806:30643125,30642816:30643109,30642828:30643017,30643827:30644050,30645322:30645713,30646527:30646929,30647575:30647681,30647880:30648032,30649850:30650127,30649884:30650065,30651380:30651693,30652166:30653082,30652181:30656026,30653104:30653766,30659037:30659203,30659638:30659902,30659647:30659871,30659654:30661371,30660274:30660504,30660621:30660760,30661740:3066188', 'assoc_mat': '30589032:etiquette:4211:30589608,30590638:etiquette:4211:30590823,30590648:etiquette:4211:30590807,30592445:etiquette:4211:30592587,30594761:etiquette:4211:30595077,30594794:etiquette:4211:30595452,30594826:etiquette:4211:30595293,30594830:etiquette:4211:30595247,30595732:etiquette:4211:30595884,30596000:etiquette:4211:30596559,30598331:etiquette:4211:30598471,30598615:etiquette:4211:30598808,30599916:etiquette:4211:30600389,30601360:etiquette:4211:30601502,30606396:etiquette:4211:30606685,30606405:etiquette:4211:30606666,30607881:etiquette:4211:30608029,30609189:etiquette:4211:30609582,30610481:etiquette:4211:30610748,30610942:etiquette:4211:30613395,30612298:etiquette:4211:30616348,30612740:etiquette:4211:30613047,30612744:etiquette:4211:30616556,30619330:etiquette:4211:30619583,30619915:etiquette:4211:30620080,30621576:etiquette:4211:30622029,30621584:etiquette:4211:30621920,30621590:etiquette:4211:30621782,30622906:etiquette:4211:30623277,30622948:etiquette:4211:30625694,30624349:etiquette:4211:30624590,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0017035647114918857, 'nb_photo': 303, 'list_port_cont': '30590882,30591841,30592759,30593921,30595427,30595594,30596720,30598559,30599122,30601517,30601651,30606744,30607189,30607221,30607236,30608124,30610784,30610813,30610924,30611164,30612673,30616365,30619010,30619655,30620114,30620792,30621941,30621970,30623246,30623811,30624733,30628755,30629419,30629477,30643242,30644182,30645803,30647720,30647758,30649158,30650836,30651312,30652706,30654335,30654359,30659942,30659961,30660827,30660911,30660927,30661964,30667009,30667021,30667054,30690430,30691149,30691215,30691922,30691954,30692018,30693050,30693170,30694104,30694910,30695437,30699442,30699458,30699808,30700476,30702081,30703239,30703273,30704171,30704191,30707897,30708388,30708675,30709549,30710672,30712830,30712914,30712985,30714106,30714384,30717546,30720687,30721888,30721908,30721939,30725866,30726357,30727630,30737260,30737298,30737368,30738481,30740765,30742622,30766660,30767859,30769274,30769343,30771289,30772909,30776572,30780210,30780823,30781952,30782239,30783002,30786455,30786745,30786775,3078751', 'assoc_port': '30590636:30590882,30591563:30591841,30592444:30592759,30593705:30593921,30594790:30595594,30594825:30595427,30595995:30596720,30598327:30598559,30598952:30599122,30601357:30601517,30601359:30601651,30606397:30606744,30606829:30607221,30606834:30607189,30606861:30607236,30607883:30608124,30610470:30610924,30610475:30610784,30610479:30610813,30610944:30611164,30612252:30612673,30615487:30616365,30618813:30619010,30619327:30619655,30619913:30620114,30620570:30620792,30621581:30621941,30621585:30621970,30622901:30623811,30622907:30623246,30624345:30624733,30628403:30628755,30628853:30629419,30628862:30629477,30642799:30643242,30643810:30644182,30645334:30645803,30646524:30647758,30647572:30647720,30648603:30649158,30650433:30651312,30650437:30650836,30652137:30654359,30652161:30652706,30652178:30654335,30659637:30659961,30659646:30659942,30659652:30660911,30659656:30660927,30660622:30660827,30661738:30661964,30666707:30667054,30666715:30667021,30666720:30667009,30690383:30690430,30691040:30691215,30691046:3069114', 'assoc_mat': '30590636:etiquette:3327:30590882,30591563:etiquette:3327:30591841,30592444:etiquette:3327:30592759,30593705:etiquette:3327:30593921,30594790:etiquette:3327:30595594,30594825:etiquette:3327:30595427,30595995:etiquette:3327:30596720,30598327:etiquette:3327:30598559,30598952:etiquette:3327:30599122,30601357:etiquette:3327:30601517,30601359:etiquette:3327:30601651,30606397:etiquette:3327:30606744,30606829:etiquette:3327:30607221,30606834:etiquette:3327:30607189,30606861:etiquette:3327:30607236,30607883:etiquette:3327:30608124,30610470:etiquette:3327:30610924,30610475:etiquette:3327:30610784,30610479:etiquette:3327:30610813,30610944:etiquette:3327:30611164,30612252:etiquette:3327:30612673,30615487:etiquette:3327:30616365,30618813:etiquette:3327:30619010,30619327:etiquette:3327:30619655,30619913:etiquette:3327:30620114,30620570:etiquette:3327:30620792,30621581:etiquette:3327:30621941,30621585:etiquette:3327:30621970,30622901:etiquette:3327:30623811,30622907:etiquette:3327:30623246,30624345:etiquette:3327:30624733,3'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02066783180328476, 'nb_photo': 426, 'list_port_cont': '30592724,30593804,30598633,30599041,30610668,30612783,30621653,30623596,30633663,30646728,30651518,30660665,30661050,30662629,30691802,30693971,30700380,30700702,30702825,30703106,30708228,30711364,30712662,30714295,30722634,30726265,30737056,30740510,30743133,30767378,30770893,30780431,30783589,30787096,30795892,30799929,30807189,30811943,30814061,30820839,30831496,30852729,30861302,30861505,30863636,30868140,30874324,30877124', 'assoc_port': '30592643:30592724,30593708:30593804,30598618:30598633,30598948:30599041,30610474:30610668,30612752:30612783,30621589:30621653,30623556:30623596,30628402:30633663,30646536:30646728,30651375:30651518,30659651:30661050,30660619:30660665,30662522:30662629,30691698:30691802,30693892:30693971,30700325:30700380,30700630:30700702,30702695:30702825,30703020:30703106,30708193:30708228,30711330:30711364,30712488:30712662,30714264:30714295,30722608:30722634,30726241:30726265,30736995:30737056,30740250:30740510,30742941:30743133,30767190:30767378,30770715:30770893,30780306:30780431,30783382:30783589,30787016:30787096,30795753:30795892,30799843:30799929,30807073:30807189,30811806:30811943,30813960:30814061,30820630:30820839,30827848:30831496,30852458:30852729,30861080:30861505,30861085:30861302,30862824:30863636,30867718:30868140,30874161:30874324,30876993:30877124', 'assoc_mat': '30592643:film_plastique:4205:30592724,30593708:film_plastique:4205:30593804,30598618:film_plastique:4205:30598633,30598948:film_plastique:4205:30599041,30610474:film_plastique:4205:30610668,30612752:film_plastique:4205:30612783,30621589:film_plastique:4205:30621653,30623556:film_plastique:4205:30623596,30628402:film_plastique:4205:30633663,30646536:film_plastique:4205:30646728,30651375:film_plastique:4205:30651518,30659651:film_plastique:4205:30661050,30660619:film_plastique:4205:30660665,30662522:film_plastique:4205:30662629,30691698:film_plastique:4205:30691802,30693892:film_plastique:4205:30693971,30700325:film_plastique:4205:30700380,30700630:film_plastique:4205:30700702,30702695:film_plastique:4205:30702825,30703020:film_plastique:4205:30703106,30708193:film_plastique:4205:30708228,30711330:film_plastique:4205:30711364,30712488:film_plastique:4205:30712662,30714264:film_plastique:4205:30714295,30722608:film_plastique:4205:30722634,30726241:film_plastique:4205:30726265,30736995:film_plastique:4205:3073705'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.022714207681924923, 'nb_photo': 3721, 'list_port_cont': '30591933,30595548,30597480,30598826,30599397,30608760,30611318,30622047,30623456,30628848,30629385,30643383,30647960,30648973,30650223,30651840,30659276,30661925,30664029,30666980,30691473,30692594,30693024,30694569,30694683,30698513,30699874,30702129,30703233,30707586,30709241,30717614,30717648,30720753,30722828,30725957,30727667,30737704,30739958,30742400,30767668,30769294,30774053,30781983,30785511,30787500,30794686,30797313,30799833,30801386,30807933,30812095,30815315,30818197,30820189,30825456,30828627,30849754,30853049,30856008,30862572,30866290,30868469,30869134,30874831,30879264,30879516,30881243,30886692', 'assoc_port': '30591562:30591933,30594827:30595548,30597286:30597480,30598610:30598826,30599179:30599397,30607874:30608760,30610940:30611318,30621580:30622047,30622991:30623456,30628387:30628848,30628870:30629385,30642803:30643383,30642825:30647960,30645336:30648973,30649858:30650223,30651385:30651840,30659035:30659276,30661736:30661925,30663787:30664029,30666717:30666980,30691353:30691473,30692285:30692594,30692850:30693024,30694347:30694569,30694607:30694683,30698409:30698513,30699530:30699874,30701688:30702129,30703024:30703233,30707474:30707586,30709226:30709241,30716912:30717648,30716916:30717614,30720606:30720753,30722607:30722828,30725593:30725957,30727243:30727667,30736977:30737704,30739558:30739958,30741935:30742400,30767182:30767668,30769118:30769294,30773667:30774053,30781690:30781983,30785189:30785511,30787323:30787500,30794321:30794686,30796900:30797313,30799460:30799833,30801207:30801386,30807776:30807933,30809644:30812095,30812453:30815315,30818014:30818197,30819805:30820189,30824843:30825456,30828247:3082862', 'assoc_mat': '30591562:film_plastique:4203:30591933,30594827:film_plastique:4203:30595548,30597286:film_plastique:4203:30597480,30598610:film_plastique:4203:30598826,30599179:film_plastique:4203:30599397,30607874:film_plastique:4203:30608760,30610940:film_plastique:4203:30611318,30621580:film_plastique:4203:30622047,30622991:film_plastique:4203:30623456,30628387:film_plastique:4203:30628848,30628870:film_plastique:4203:30629385,30642803:film_plastique:4203:30643383,30642825:film_plastique:4203:30647960,30645336:film_plastique:4203:30648973,30649858:film_plastique:4203:30650223,30651385:film_plastique:4203:30651840,30659035:film_plastique:4203:30659276,30661736:film_plastique:4203:30661925,30663787:film_plastique:4203:30664029,30666717:film_plastique:4203:30666980,30691353:film_plastique:4203:30691473,30692285:film_plastique:4203:30692594,30692850:film_plastique:4203:30693024,30694347:film_plastique:4203:30694569,30694607:film_plastique:4203:30694683,30698409:film_plastique:4203:30698513,30699530:film_plastique:4203:3069987'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020250029710407597, 'nb_photo': 720, 'list_port_cont': '30589109,30591368,30594945,30594972,30595026,30595050,30595145,30595161,30595262,30595774,30596234,30598353,30598404,30599027,30601419,30606934,30606953,30607089,30610524,30610590,30610651,30611032,30612354,30612367,30612399,30612439,30612486,30615847,30615961,30615986,30619970,30620651,30621662,30621762,30623034,30623061,30623581,30624422,30625568,30626129,30628491,30628945,30629093,30642851,30642994,30643098,30643912,30645464,30646690,30647610,30647613,30647925,30649239,30650557,30650628,30651217,30651422,30652257,30652318,30653302,30655955,30658440,30659708,30659718,30659823,30660415,30660429,30661783,30661857,30662131,30663944,30666767,30666818,30666865,30690296,30690799,30690824,30690836,30691070,30691371,30691730,30691748,30691849,30692315,30692346,30692374,30692977,30693910,30694391,30694408,30694770,30694792,30698079,30699359,30699376,30699613,30700339,30700686,30701747,30703039,30703053,30703074,30703090,30703158,30703190,30703977,30704056,30708238,30709815,30709827,30709875,30709987,30710072,3071011', 'assoc_port': '30589033:30589109,30590643:30591368,30594760:30595262,30594764:30595161,30594777:30595145,30594792:30595026,30594823:30595050,30594828:30594945,30594833:30594972,30595731:30595774,30595998:30596234,30598325:30598404,30598330:30598353,30598950:30599027,30601358:30601419,30606831:30607089,30606847:30606953,30606862:30606934,30610468:30610651,30610473:30610590,30610477:30610524,30610921:30611032,30612250:30612439,30612251:30612486,30612254:30612399,30612283:30612367,30612297:30612354,30615486:30615961,30615488:30615986,30615490:30615847,30619914:30619970,30620571:30620651,30621579:30621762,30621586:30621662,30622903:30623061,30622908:30623034,30622970:30624422,30623557:30623581,30625481:30625568,30625966:30626129,30628404:30628491,30628854:30629093,30628873:30628945,30642797:30643098,30642801:30642994,30642818:30642851,30643808:30643912,30645329:30645464,30645335:30647613,30646539:30646690,30647574:30647610,30647877:30647925,30649156:30649239,30650434:30650628,30650438:30650557,30650442:30651217,30651384:3065142', 'assoc_mat': '30589033:film_plastique:4207:30589109,30590643:film_plastique:4207:30591368,30594760:film_plastique:4207:30595262,30594764:film_plastique:4207:30595161,30594777:film_plastique:4207:30595145,30594792:film_plastique:4207:30595026,30594823:film_plastique:4207:30595050,30594828:film_plastique:4207:30594945,30594833:film_plastique:4207:30594972,30595731:film_plastique:4207:30595774,30595998:film_plastique:4207:30596234,30598325:film_plastique:4207:30598404,30598330:film_plastique:4207:30598353,30598950:film_plastique:4207:30599027,30601358:film_plastique:4207:30601419,30606831:film_plastique:4207:30607089,30606847:film_plastique:4207:30606953,30606862:film_plastique:4207:30606934,30610468:film_plastique:4207:30610651,30610473:film_plastique:4207:30610590,30610477:film_plastique:4207:30610524,30610921:film_plastique:4207:30611032,30612250:film_plastique:4207:30612439,30612251:film_plastique:4207:30612486,30612254:film_plastique:4207:30612399,30612283:film_plastique:4207:30612367,30612297:film_plastique:4207:3061235'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8297221821731787, 'nb_photo': 4722, 'list_port_cont': '30595108,30595191,30595361,30595798,30596470,30598369,30598440,30599055,30601466,30607108,30610685,30610823,30612430,30612519,30616067,30619507,30620717,30621726,30623081,30623143,30625616,30626208,30629018,30629144,30642889,30642937,30643161,30645494,30649265,30649311,30650661,30652337,30652376,30653622,30659736,30659793,30659849,30660437,30666777,30666875,30666939,30690856,30690894,30691776,30691868,30692421,30692888,30693996,30694444,30694832,30698102,30699401,30700390,30700424,30700736,30701864,30702902,30703117,30704030,30704980,30707685,30708277,30710129,30710158,30717167,30717338,30717373,30717495,30717555,30721695,30721856,30722690,30723939,30724336,30724516,30725696,30725743,30729517,30732233,30736078,30736157,30737105,30737827,30741516,30741544,30742035,30744370,30766583,30767426,30767767,30769210,30770729,30770844,30771242,30775882,30775944,30779821,30780189,30782447,30786323,30786380,30786487,30787111,30788538,30794817,30794847,30795839,30796985,30798061,30799586,30799956,30800758,30800785,3080728', 'assoc_port': '30594758:30595361,30594763:30595191,30594796:30595108,30594829:30595798,30595997:30596470,30598328:30598369,30598332:30598440,30598957:30599055,30601361:30601466,30606833:30607108,30610463:30610823,30610469:30610685,30610478:30612430,30612253:30612519,30615489:30616067,30619326:30619507,30620568:30620717,30621582:30621726,30622904:30623143,30622928:30623081,30625444:30625616,30625969:30626208,30628855:30629144,30628860:30629018,30642793:30643161,30642815:30642889,30642829:30642937,30645333:30645494,30647557:30649311,30649171:30649265,30650440:30650661,30652151:30652376,30652163:30652337,30653102:30653622,30659624:30659849,30659645:30659793,30659655:30659736,30660279:30660437,30661737:30666939,30666709:30666777,30666716:30666875,30690722:30690894,30690733:30690856,30691688:30691868,30691703:30691776,30692293:30692421,30692847:30692888,30693891:30693996,30694343:30694444,30694746:30694832,30698013:30698102,30699321:30699401,30700321:30700424,30700324:30700390,30700637:30700736,30701692:30701864,30702696:3070290', 'assoc_mat': '30594758:film_plastique:4461:30595361,30594763:film_plastique:4461:30595191,30594796:film_plastique:4461:30595108,30594829:film_plastique:4461:30595798,30595997:film_plastique:4461:30596470,30598328:film_plastique:4461:30598369,30598332:film_plastique:4461:30598440,30598957:film_plastique:4461:30599055,30601361:film_plastique:4461:30601466,30606833:film_plastique:4461:30607108,30610463:film_plastique:4461:30610823,30610469:film_plastique:4461:30610685,30610478:film_plastique:4461:30612430,30612253:film_plastique:4461:30612519,30615489:film_plastique:4461:30616067,30619326:film_plastique:4461:30619507,30620568:film_plastique:4461:30620717,30621582:film_plastique:4461:30621726,30622904:film_plastique:4461:30623143,30622928:film_plastique:4461:30623081,30625444:film_plastique:4461:30625616,30625969:film_plastique:4461:30626208,30628855:film_plastique:4461:30629144,30628860:film_plastique:4461:30629018,30642793:film_plastique:4461:30643161,30642815:film_plastique:4461:30642889,30642829:film_plastique:4461:3064293'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.048841609143080986, 'nb_photo': 7371, 'list_port_cont': '30589148,30590676,30590697,30591700,30591714,30592574,30595033,30595230,30595842,30596288,30598423,30598700,30598986,30599247,30601684,30606617,30607076,30607940,30608011,30609445,30611525,30611756,30612474,30612933,30612957,30618980,30619546,30620350,30621894,30623083,30623130,30623741,30624082,30626182,30628580,30628976,30628994,30629227,30629327,30643050,30643274,30643965,30645447,30646713,30647014,30647641,30649988,30652291,30652420,30652454,30652477,30653554,30659259,30660218,30660696,30661066,30661123,30661845,30662593,30662716,30663916,30690309,30691106,30691439,30691836,30692395,30692454,30692861,30692886,30692943,30693005,30693954,30694499,30694626,30694809,30698296,30698860,30698959,30699659,30699824,30700166,30700715,30701810,30701932,30702799,30702869,30704003,30704074,30704618,30707663,30707729,30708214,30709910,30710089,30710955,30711241,30711391,30712566,30712637,30712704,30713780,30714850,30717215,30720637,30721652,30721660,30722715,30723382,30723888,30724259,30724312,30725692,30726287,3072718', 'assoc_port': '30589034:30589148,30590639:30590676,30590640:30590697,30591564:30591700,30591565:30591714,30592446:30592574,30594820:30595230,30594832:30595033,30595730:30595842,30595999:30596288,30598329:30598423,30598609:30598700,30598617:30601684,30598951:30598986,30599177:30599247,30606399:30606617,30606828:30607076,30607877:30608011,30607884:30607940,30609185:30611525,30609199:30609445,30610949:30611756,30612256:30612474,30612739:30612957,30612745:30612933,30618812:30618980,30619329:30619546,30620242:30620350,30621578:30621894,30621588:30623741,30622905:30623130,30622989:30623083,30623745:30624082,30625963:30626182,30628388:30628580,30628832:30629327,30628858:30629227,30628869:30628994,30628872:30628976,30642795:30643274,30642811:30643050,30642821:30647014,30643845:30643965,30645323:30645447,30646532:30646713,30647576:30647641,30649848:30652454,30649862:30649988,30652140:30652477,30652157:30652420,30652176:30652291,30653103:30653554,30659029:30659259,30659641:30660218,30659648:30661123,30659658:30661066,30660618:3066069', 'assoc_mat': '30589034:film_plastique:4200:30589148,30590639:film_plastique:4200:30590676,30590640:film_plastique:4200:30590697,30591564:film_plastique:4200:30591700,30591565:film_plastique:4200:30591714,30592446:film_plastique:4200:30592574,30594820:film_plastique:4200:30595230,30594832:film_plastique:4200:30595033,30595730:film_plastique:4200:30595842,30595999:film_plastique:4200:30596288,30598329:film_plastique:4200:30598423,30598609:film_plastique:4200:30598700,30598617:film_plastique:4200:30601684,30598951:film_plastique:4200:30598986,30599177:film_plastique:4200:30599247,30606399:film_plastique:4200:30606617,30606828:film_plastique:4200:30607076,30607877:film_plastique:4200:30608011,30607884:film_plastique:4200:30607940,30609185:film_plastique:4200:30611525,30609199:film_plastique:4200:30609445,30610949:film_plastique:4200:30611756,30612256:film_plastique:4200:30612474,30612739:film_plastique:4200:30612957,30612745:film_plastique:4200:30612933,30618812:film_plastique:4200:30618980,30619329:film_plastique:4200:3061954'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008755692716048324, 'nb_photo': 131, 'list_port_cont': '30590849,30595084,30612553,30616210,30620206,30621878,30623191,30629290,30639143,30643055,30646867,30650729,30653676,30660473,30661682,30663038,30693440,30694664,30703178,30710972,30722269,30723910,30723931,30725774,30725802,30727745,30738468,30740486,30782892,30785333,30786401,30789679,30795968,30798734,30799620,30801350,30808632,30810474,30812007,30815173,30819981,30820374,30820883,30827492,30827518,30828525,30833808,30850296,30860001,30861195,30861381,30861549,30861574,30863914,30864598,30866151,30866174,30873682,30873796,30874780,30875365,30877026,30878662,30881194,30881531,30886626', 'assoc_port': '30590646:30590849,30594835:30595084,30612295:30612553,30615492:30616210,30619912:30620206,30621587:30621878,30622992:30623191,30628835:30629290,30638945:30639143,30642827:30643055,30646535:30646867,30650439:30650729,30652165:30653676,30659642:30661682,30660278:30660473,30662987:30663038,30693199:30693440,30694604:30694664,30703021:30703178,30710836:30710972,30721604:30722269,30723827:30723910,30723828:30723931,30725591:30725774,30725598:30725802,30727649:30727745,30738354:30738468,30740248:30740486,30782760:30782892,30785185:30785333,30786232:30786401,30786233:30789679,30795766:30795968,30798185:30798734,30799463:30799620,30800661:30801350,30808487:30808632,30809645:30810474,30811812:30812007,30814541:30815173,30819800:30819981,30820204:30820374,30820556:30820883,30827163:30827518,30827188:30827492,30828254:30828525,30833647:30833808,30850093:30850296,30859750:30860001,30861071:30861574,30861081:30861549,30861095:30861195,30861096:30861381,30862819:30863914,30864415:30864598,30865611:30866151,30865659:3086617', 'assoc_mat': '30590646:film_plastique:4209:30590849,30594835:film_plastique:4209:30595084,30612295:film_plastique:4209:30612553,30615492:film_plastique:4209:30616210,30619912:film_plastique:4209:30620206,30621587:film_plastique:4209:30621878,30622992:film_plastique:4209:30623191,30628835:film_plastique:4209:30629290,30638945:film_plastique:4209:30639143,30642827:film_plastique:4209:30643055,30646535:film_plastique:4209:30646867,30650439:film_plastique:4209:30650729,30652165:film_plastique:4209:30653676,30659642:film_plastique:4209:30661682,30660278:film_plastique:4209:30660473,30662987:film_plastique:4209:30663038,30693199:film_plastique:4209:30693440,30694604:film_plastique:4209:30694664,30703021:film_plastique:4209:30703178,30710836:film_plastique:4209:30710972,30721604:film_plastique:4209:30722269,30723827:film_plastique:4209:30723910,30723828:film_plastique:4209:30723931,30725591:film_plastique:4209:30725774,30725598:film_plastique:4209:30725802,30727649:film_plastique:4209:30727745,30738354:film_plastique:4209:3073846'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0018343140859616667, 'nb_photo': 4824, 'list_port_cont': '30589600,30590796,30590815,30592600,30595076,30595253,30595287,30595448,30595878,30596554,30598469,30598802,30600402,30601488,30606656,30606674,30608032,30609581,30610738,30613043,30613384,30616353,30616549,30619585,30620073,30621772,30621919,30622027,30623268,30624587,30625684,30626600,30628622,30629268,30629530,30640341,30643027,30643099,30643133,30644062,30645710,30646918,30647670,30648044,30650062,30650120,30651685,30653074,30653777,30656037,30659212,30659872,30659891,30660512,30660765,30661379,30661892,30662747,30662802,30663954,30667059,30690940,30690958,30691087,30691173,30691906,30691934,30692007,30692474,30692484,30692504,30692988,30694026,30694041,30694475,30694514,30695335,30695400,30698096,30698446,30698908,30698935,30699085,30700240,30700471,30700766,30700785,30701977,30702887,30702929,30702946,30704094,30704343,30705375,30707739,30708318,30708341,30709438,30709456,30710631,30710997,30711006,30712673,30712737,30713035,30713858,30714933,30719471,30720517,30720544,30721801,30721814,30722769,3072278', 'assoc_port': '30589032:30589600,30590638:30590815,30590648:30590796,30592445:30592600,30594761:30595076,30594794:30595448,30594826:30595287,30594830:30595253,30595732:30595878,30596000:30596554,30598331:30598469,30598615:30598802,30599916:30600402,30601360:30601488,30606396:30606674,30606405:30606656,30607881:30608032,30609189:30609581,30610481:30610738,30610942:30613384,30612298:30616353,30612740:30613043,30612744:30616549,30619330:30619585,30619915:30620073,30621576:30622027,30621584:30621919,30621590:30621772,30622906:30623268,30622948:30625684,30624349:30624587,30625962:30626600,30628395:30628622,30628830:30629530,30628859:30629268,30639891:30640341,30642806:30643133,30642816:30643099,30642828:30643027,30643827:30644062,30645322:30645710,30646527:30646918,30647575:30647670,30647880:30648044,30649850:30650120,30649884:30650062,30651380:30651685,30652166:30653074,30652181:30656037,30653104:30653777,30659037:30659212,30659638:30659891,30659647:30659872,30659654:30661379,30660274:30660512,30660621:30660765,30661740:3066189', 'assoc_mat': '30589032:film_plastique:4211:30589600,30590638:film_plastique:4211:30590815,30590648:film_plastique:4211:30590796,30592445:film_plastique:4211:30592600,30594761:film_plastique:4211:30595076,30594794:film_plastique:4211:30595448,30594826:film_plastique:4211:30595287,30594830:film_plastique:4211:30595253,30595732:film_plastique:4211:30595878,30596000:film_plastique:4211:30596554,30598331:film_plastique:4211:30598469,30598615:film_plastique:4211:30598802,30599916:film_plastique:4211:30600402,30601360:film_plastique:4211:30601488,30606396:film_plastique:4211:30606674,30606405:film_plastique:4211:30606656,30607881:film_plastique:4211:30608032,30609189:film_plastique:4211:30609581,30610481:film_plastique:4211:30610738,30610942:film_plastique:4211:30613384,30612298:film_plastique:4211:30616353,30612740:film_plastique:4211:30613043,30612744:film_plastique:4211:30616549,30619330:film_plastique:4211:30619585,30619915:film_plastique:4211:30620073,30621576:film_plastique:4211:30622027,30621584:film_plastique:4211:3062191'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009156327602929006, 'nb_photo': 4, 'list_port_cont': '30651533,30691794,30708235,30787084', 'assoc_port': '30651375:30651533,30691698:30691794,30708193:30708235,30787016:30787084', 'assoc_mat': '30651375:kraft:4205:30651533,30691698:kraft:4205:30691794,30708193:kraft:4205:30708235,30787016:kraft:4205:30787084'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004028274040287735, 'nb_photo': 6, 'list_port_cont': '30650232,30698521,30787492,30807927,30812098,30818188', 'assoc_port': '30649858:30650232,30698409:30698521,30787323:30787492,30807776:30807927,30809644:30812098,30818014:30818188', 'assoc_mat': '30649858:kraft:4203:30650232,30698409:kraft:4203:30698521,30787323:kraft:4203:30787492,30807776:kraft:4203:30807927,30809644:kraft:4203:30812098,30818014:kraft:4203:30818188'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019436830788875533, 'nb_photo': 28, 'list_port_cont': '30589104,30615984,30621683,30623580,30626091,30643905,30643925,30652311,30659772,30690800,30691846,30699618,30710252,30725628,30737226,30742439,30770882,30799499,30800734,30812502,30813579,30828330,30850191,30875217', 'assoc_port': '30589033:30589104,30615488:30615984,30621583:30621683,30623557:30623580,30625977:30626091,30643808:30643905,30643846:30643925,30652153:30652311,30659640:30659772,30690731:30690800,30691690:30691846,30699528:30699618,30708197:30710252,30725594:30725628,30736978:30737226,30742350:30742439,30770713:30770882,30799464:30799499,30800618:30800734,30812454:30812502,30813474:30813579,30828255:30828330,30850053:30850191,30875104:30875217', 'assoc_mat': '30589033:kraft:4207:30589104,30615488:kraft:4207:30615984,30621583:kraft:4207:30621683,30623557:kraft:4207:30623580,30625977:kraft:4207:30626091,30643808:kraft:4207:30643905,30643846:kraft:4207:30643925,30652153:kraft:4207:30652311,30659640:kraft:4207:30659772,30690731:kraft:4207:30690800,30691690:kraft:4207:30691846,30699528:kraft:4207:30699618,30708197:kraft:4207:30710252,30725594:kraft:4207:30725628,30736978:kraft:4207:30737226,30742350:kraft:4207:30742439,30770713:kraft:4207:30770882,30799464:kraft:4207:30799499,30800618:kraft:4207:30800734,30812454:kraft:4207:30812502,30813474:kraft:4207:30813579,30828255:kraft:4207:30828330,30850053:kraft:4207:30850191,30875104:kraft:4207:30875217'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.000647279305230489, 'nb_photo': 3, 'list_port_cont': '30623080,30819987,30873906', 'assoc_port': '30622989:30623080,30819801:30819987,30873836:30873906', 'assoc_mat': '30622989:kraft:4200:30623080,30819801:kraft:4200:30819987,30873836:kraft:4200:30873906'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004643100563442813, 'nb_photo': 1166, 'list_port_cont': '30589084,30594986,30595829,30601449,30605127,30606977,30610587,30612409,30615791,30618880,30620749,30623015,30624492,30625546,30628921,30629012,30646607,30649225,30650653,30652369,30653503,30659681,30660399,30661777,30661798,30666750,30666834,30666907,30690813,30692338,30692914,30694364,30695357,30698439,30700353,30700368,30702572,30704012,30710084,30710922,30710943,30717065,30717231,30723281,30723834,30726306,30726507,30729347,30737001,30737095,30737218,30738416,30740723,30742834,30769167,30770821,30772737,30773699,30781884,30782819,30783494,30786263,30786306,30793199,30796946,30797667,30797678,30799901,30800715,30807120,30808392,30809718,30810397,30811884,30813533,30814077,30818522,30819958,30824610,30827344,30827430,30828373,30849677,30851218,30852614,30853395,30859799,30859822,30859864,30861132,30861162,30861256,30861394,30861424,30862136,30865940,30865970,30867251,30873591,30877079,30878537,30881055,30881109', 'assoc_port': '30589036:30589084,30594793:30595829,30594831:30594986,30601354:30601449,30605112:30605127,30606832:30606977,30610471:30610587,30610483:30612409,30615491:30615791,30618814:30618880,30620569:30620749,30622909:30624492,30622951:30623015,30625485:30625546,30628857:30629012,30628868:30628921,30646530:30646607,30649154:30649225,30650436:30650653,30652148:30652369,30652168:30653503,30659609:30659681,30660275:30660399,30661731:30661798,30661741:30661777,30666710:30666907,30666712:30666834,30666718:30666750,30690726:30690813,30692287:30692338,30692849:30692914,30694350:30694364,30695302:30695357,30698407:30698439,30700326:30700368,30700327:30700353,30701677:30702572,30703949:30704012,30709798:30710084,30710833:30710943,30710841:30710922,30716915:30717231,30716921:30717065,30722578:30723281,30723832:30723834,30725596:30726306,30726459:30726507,30727238:30729347,30736976:30737218,30736984:30737095,30736994:30737001,30738355:30738416,30739570:30740723,30741941:30742834,30769116:30769167,30770710:30770821,30772703:3077273', 'assoc_mat': '30589036:kraft:3726:30589084,30594793:kraft:3726:30595829,30594831:kraft:3726:30594986,30601354:kraft:3726:30601449,30605112:kraft:3726:30605127,30606832:kraft:3726:30606977,30610471:kraft:3726:30610587,30610483:kraft:3726:30612409,30615491:kraft:3726:30615791,30618814:kraft:3726:30618880,30620569:kraft:3726:30620749,30622909:kraft:3726:30624492,30622951:kraft:3726:30623015,30625485:kraft:3726:30625546,30628857:kraft:3726:30629012,30628868:kraft:3726:30628921,30646530:kraft:3726:30646607,30649154:kraft:3726:30649225,30650436:kraft:3726:30650653,30652148:kraft:3726:30652369,30652168:kraft:3726:30653503,30659609:kraft:3726:30659681,30660275:kraft:3726:30660399,30661731:kraft:3726:30661798,30661741:kraft:3726:30661777,30666710:kraft:3726:30666907,30666712:kraft:3726:30666834,30666718:kraft:3726:30666750,30690726:kraft:3726:30690813,30692287:kraft:3726:30692338,30692849:kraft:3726:30692914,30694350:kraft:3726:30694364,30695302:kraft:3726:30695357,30698407:kraft:3726:30698439,30700326:kraft:3726:30700368,30700327:'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00010034405366507333, 'nb_photo': 6, 'list_port_cont': '30643110,30662808,30692984,30771064,30785985,30864201', 'assoc_port': '30642816:30643110,30662517:30662808,30692851:30692984,30770706:30771064,30785706:30785985,30864046:30864201', 'assoc_mat': '30642816:kraft:4211:30643110,30662517:kraft:4211:30662808,30692851:kraft:4211:30692984,30770706:kraft:4211:30771064,30785706:kraft:4211:30785985,30864046:kraft:4211:30864201'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9056857689214313, 'nb_photo': 131, 'list_port_cont': '30592717,30593816,30598631,30599042,30610663,30612786,30621648,30623605,30633656,30646740,30651537,30660666,30661053,30662622,30691805,30693972,30700385,30702828,30703111,30708233,30711372,30714301,30722638,30726250,30737050,30740502,30743130,30767380,30770900,30780432,30783585,30787088,30793371,30795896,30799939,30807191,30811953,30814064,30820832,30831487,30852730,30861509,30863631,30868148,30877126', 'assoc_port': '30592643:30592717,30593708:30593816,30598618:30598631,30598948:30599042,30610474:30610663,30612752:30612786,30621589:30621648,30623556:30623605,30628402:30633656,30646536:30646740,30651375:30651537,30659651:30661053,30660619:30660666,30662522:30662622,30691698:30691805,30693892:30693972,30700325:30700385,30702695:30702828,30703020:30703111,30708193:30708233,30711330:30711372,30714264:30714301,30722608:30722638,30726241:30726250,30736995:30737050,30740250:30740502,30742941:30743130,30767190:30767380,30770715:30770900,30780306:30780432,30783382:30783585,30787016:30787088,30793123:30793371,30795753:30795896,30799843:30799939,30807073:30807191,30811806:30811953,30813960:30814064,30820630:30820832,30827848:30831487,30852458:30852730,30861080:30861509,30862824:30863631,30867718:30868148,30876993:30877126', 'assoc_mat': '30592643:metal:4205:30592717,30593708:metal:4205:30593816,30598618:metal:4205:30598631,30598948:metal:4205:30599042,30610474:metal:4205:30610663,30612752:metal:4205:30612786,30621589:metal:4205:30621648,30623556:metal:4205:30623605,30628402:metal:4205:30633656,30646536:metal:4205:30646740,30651375:metal:4205:30651537,30659651:metal:4205:30661053,30660619:metal:4205:30660666,30662522:metal:4205:30662622,30691698:metal:4205:30691805,30693892:metal:4205:30693972,30700325:metal:4205:30700385,30702695:metal:4205:30702828,30703020:metal:4205:30703111,30708193:metal:4205:30708233,30711330:metal:4205:30711372,30714264:metal:4205:30714301,30722608:metal:4205:30722638,30726241:metal:4205:30726250,30736995:metal:4205:30737050,30740250:metal:4205:30740502,30742941:metal:4205:30743130,30767190:metal:4205:30767380,30770715:metal:4205:30770900,30780306:metal:4205:30780432,30783382:metal:4205:30783585,30787016:metal:4205:30787088,30793123:metal:4205:30793371,30795753:metal:4205:30795896,30799843:metal:4205:30799939,30807073:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012351288104469466, 'nb_photo': 2354, 'list_port_cont': '30591935,30595540,30597475,30598818,30599390,30608772,30611332,30622048,30623465,30628836,30629386,30643379,30647954,30648965,30650219,30651849,30659277,30661930,30664027,30666983,30691474,30692601,30693025,30694573,30694676,30698515,30699884,30702141,30703227,30707587,30709237,30717626,30717646,30720745,30722826,30725962,30727673,30737707,30739953,30742391,30767660,30769290,30774067,30781985,30785514,30787496,30794684,30797312,30799827,30801388,30807932,30812092,30815305,30818191,30820179,30825458,30828625,30849755,30853046,30855995,30862568,30866291,30868464,30869143,30874827,30879263,30879512,30881235,30886684', 'assoc_port': '30591562:30591935,30594827:30595540,30597286:30597475,30598610:30598818,30599179:30599390,30607874:30608772,30610940:30611332,30621580:30622048,30622991:30623465,30628387:30628836,30628870:30629386,30642803:30643379,30642825:30647954,30645336:30648965,30649858:30650219,30651385:30651849,30659035:30659277,30661736:30661930,30663787:30664027,30666717:30666983,30691353:30691474,30692285:30692601,30692850:30693025,30694347:30694573,30694607:30694676,30698409:30698515,30699530:30699884,30701688:30702141,30703024:30703227,30707474:30707587,30709226:30709237,30716912:30717646,30716916:30717626,30720606:30720745,30722607:30722826,30725593:30725962,30727243:30727673,30736977:30737707,30739558:30739953,30741935:30742391,30767182:30767660,30769118:30769290,30773667:30774067,30781690:30781985,30785189:30785514,30787323:30787496,30794321:30794684,30796900:30797312,30799460:30799827,30801207:30801388,30807776:30807932,30809644:30812092,30812453:30815305,30818014:30818191,30819805:30820179,30824843:30825458,30828247:3082862', 'assoc_mat': '30591562:metal:4203:30591935,30594827:metal:4203:30595540,30597286:metal:4203:30597475,30598610:metal:4203:30598818,30599179:metal:4203:30599390,30607874:metal:4203:30608772,30610940:metal:4203:30611332,30621580:metal:4203:30622048,30622991:metal:4203:30623465,30628387:metal:4203:30628836,30628870:metal:4203:30629386,30642803:metal:4203:30643379,30642825:metal:4203:30647954,30645336:metal:4203:30648965,30649858:metal:4203:30650219,30651385:metal:4203:30651849,30659035:metal:4203:30659277,30661736:metal:4203:30661930,30663787:metal:4203:30664027,30666717:metal:4203:30666983,30691353:metal:4203:30691474,30692285:metal:4203:30692601,30692850:metal:4203:30693025,30694347:metal:4203:30694573,30694607:metal:4203:30694676,30698409:metal:4203:30698515,30699530:metal:4203:30699884,30701688:metal:4203:30702141,30703024:metal:4203:30703227,30707474:metal:4203:30707587,30709226:metal:4203:30709237,30716912:metal:4203:30717646,30716916:metal:4203:30717626,30720606:metal:4203:30720745,30722607:metal:4203:30722826,30725593:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.009840655841419833, 'nb_photo': 211, 'list_port_cont': '30589097,30595146,30595157,30595771,30598345,30598393,30601428,30606943,30610566,30610650,30612390,30612497,30615838,30615981,30619390,30619973,30620654,30621693,30623036,30623589,30626127,30628490,30628939,30629085,30642854,30642995,30643931,30647598,30647931,30649238,30650626,30651209,30651395,30652428,30658448,30659728,30659769,30660409,30660427,30662124,30663937,30666735,30666771,30690826,30690844,30691063,30691122,30691738,30691756,30691847,30692352,30692966,30693244,30693899,30694385,30694759,30694786,30699372,30700341,30700670,30701745,30703054,30703195,30704058,30704672,30707645,30709839,30710106,30710250,30710913,30713309,30716977,30717097,30717245,30717262,30717312,30721728,30722232,30722256,30722620,30723851,30724227,30724612,30725654,30726532,30727378,30727870,30736027,30737124,30737163,30737191,30737220,30739645,30740411,30741485,30741967,30741991,30767350,30767482,30767701,30773718,30781836,30781903,30782842,30785243,30785293,30786246,30787032,30787045,30794794,30795797,30795834,30797689,3079776', 'assoc_port': '30589033:30589097,30594764:30595157,30594777:30595146,30595731:30595771,30598325:30598393,30598330:30598345,30601356:30601428,30606862:30606943,30610468:30610650,30610476:30610566,30612251:30612497,30612254:30612390,30615488:30615981,30615490:30615838,30619328:30619390,30619914:30619973,30620571:30620654,30621583:30621693,30622908:30623036,30623557:30623589,30625966:30626127,30628404:30628490,30628854:30629085,30628873:30628939,30642801:30642995,30642818:30642854,30643846:30643931,30647574:30647598,30647877:30647931,30649156:30649238,30650434:30650626,30650442:30651209,30651381:30651395,30652146:30652428,30658409:30658448,30659640:30659769,30659649:30659728,30660273:30660427,30660276:30660409,30660620:30662124,30663766:30663937,30666714:30666771,30666721:30666735,30690723:30690844,30690728:30690826,30691039:30691122,30691044:30691063,30691690:30691847,30691700:30691756,30691704:30691738,30692291:30692352,30692848:30692966,30693200:30693244,30693896:30693899,30694349:30694385,30694744:30694786,30694748:3069475', 'assoc_mat': '30589033:metal:4207:30589097,30594764:metal:4207:30595157,30594777:metal:4207:30595146,30595731:metal:4207:30595771,30598325:metal:4207:30598393,30598330:metal:4207:30598345,30601356:metal:4207:30601428,30606862:metal:4207:30606943,30610468:metal:4207:30610650,30610476:metal:4207:30610566,30612251:metal:4207:30612497,30612254:metal:4207:30612390,30615488:metal:4207:30615981,30615490:metal:4207:30615838,30619328:metal:4207:30619390,30619914:metal:4207:30619973,30620571:metal:4207:30620654,30621583:metal:4207:30621693,30622908:metal:4207:30623036,30623557:metal:4207:30623589,30625966:metal:4207:30626127,30628404:metal:4207:30628490,30628854:metal:4207:30629085,30628873:metal:4207:30628939,30642801:metal:4207:30642995,30642818:metal:4207:30642854,30643846:metal:4207:30643931,30647574:metal:4207:30647598,30647877:metal:4207:30647931,30649156:metal:4207:30649238,30650434:metal:4207:30650626,30650442:metal:4207:30651209,30651381:metal:4207:30651395,30652146:metal:4207:30652428,30658409:metal:4207:30658448,30659640:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010972369990194929, 'nb_photo': 33, 'list_port_cont': '30595198,30598447,30642885,30645498,30666932,30691763,30691863,30692410,30694844,30717489,30722684,30723942,30737833,30741545,30779816,30782456,30786379,30799578,30827300,30827465,30855653,30862946,30873637,30873742,30875292,30878597,30886573', 'assoc_port': '30594763:30595198,30598332:30598447,30642815:30642885,30645333:30645498,30661737:30666932,30691688:30691863,30691703:30691763,30692293:30692410,30694746:30694844,30716911:30717489,30722577:30722684,30723825:30723942,30737699:30737833,30739559:30741545,30779768:30779816,30781684:30782456,30785193:30786379,30799457:30799578,30824546:30827465,30827185:30827300,30855386:30855653,30862821:30862946,30873532:30873742,30873539:30873637,30875102:30875292,30878497:30878597,30886472:30886573', 'assoc_mat': '30594763:metal:4461:30595198,30598332:metal:4461:30598447,30642815:metal:4461:30642885,30645333:metal:4461:30645498,30661737:metal:4461:30666932,30691688:metal:4461:30691863,30691703:metal:4461:30691763,30692293:metal:4461:30692410,30694746:metal:4461:30694844,30716911:metal:4461:30717489,30722577:metal:4461:30722684,30723825:metal:4461:30723942,30737699:metal:4461:30737833,30739559:metal:4461:30741545,30779768:metal:4461:30779816,30781684:metal:4461:30782456,30785193:metal:4461:30786379,30799457:metal:4461:30799578,30824546:metal:4461:30827465,30827185:metal:4461:30827300,30855386:metal:4461:30855653,30862821:metal:4461:30862946,30873532:metal:4461:30873742,30873539:metal:4461:30873637,30875102:metal:4461:30875292,30878497:metal:4461:30878597,30886472:metal:4461:30886573'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024930520288134184, 'nb_photo': 668, 'list_port_cont': '30589147,30590663,30590686,30591701,30592570,30595038,30595239,30595853,30596292,30598432,30598992,30599242,30601685,30606614,30607077,30607953,30608012,30609455,30611534,30611758,30612471,30612936,30612953,30618985,30619533,30620335,30621898,30623082,30623128,30623742,30624079,30626185,30628581,30628975,30628992,30629229,30629326,30643060,30643278,30643956,30645453,30646712,30647022,30647633,30649997,30652289,30652409,30652446,30652473,30653552,30659262,30660225,30660695,30661076,30661126,30661844,30662596,30662728,30663911,30690313,30691116,30691440,30691828,30692399,30692451,30692867,30692881,30692941,30693008,30693958,30694498,30694636,30694805,30698287,30698863,30698956,30699655,30699822,30700167,30700710,30701799,30701929,30702803,30702870,30704067,30704628,30707677,30707728,30708221,30709917,30710087,30710944,30711243,30711393,30712574,30712642,30712705,30713793,30714856,30721655,30721663,30722717,30723367,30723891,30724264,30724311,30725680,30726291,30727541,30731296,30734809,30735219,30736059,3073720', 'assoc_port': '30589034:30589147,30590639:30590663,30590640:30590686,30591564:30591701,30592446:30592570,30594820:30595239,30594832:30595038,30595730:30595853,30595999:30596292,30598329:30598432,30598617:30601685,30598951:30598992,30599177:30599242,30606399:30606614,30606828:30607077,30607877:30608012,30607884:30607953,30609185:30611534,30609199:30609455,30610949:30611758,30612256:30612471,30612739:30612953,30612745:30612936,30618812:30618985,30619329:30619533,30620242:30620335,30621578:30621898,30621588:30623742,30622905:30623128,30622989:30623082,30623745:30624079,30625963:30626185,30628388:30628581,30628832:30629326,30628858:30629229,30628869:30628992,30628872:30628975,30642795:30643278,30642811:30643060,30642821:30647022,30643845:30643956,30645323:30645453,30646532:30646712,30647576:30647633,30649848:30652446,30649862:30649997,30652140:30652473,30652157:30652409,30652176:30652289,30653103:30653552,30659029:30659262,30659641:30660225,30659648:30661126,30659658:30661076,30660618:30660695,30661735:30661844,30662516:3066272', 'assoc_mat': '30589034:metal:4200:30589147,30590639:metal:4200:30590663,30590640:metal:4200:30590686,30591564:metal:4200:30591701,30592446:metal:4200:30592570,30594820:metal:4200:30595239,30594832:metal:4200:30595038,30595730:metal:4200:30595853,30595999:metal:4200:30596292,30598329:metal:4200:30598432,30598617:metal:4200:30601685,30598951:metal:4200:30598992,30599177:metal:4200:30599242,30606399:metal:4200:30606614,30606828:metal:4200:30607077,30607877:metal:4200:30608012,30607884:metal:4200:30607953,30609185:metal:4200:30611534,30609199:metal:4200:30609455,30610949:metal:4200:30611758,30612256:metal:4200:30612471,30612739:metal:4200:30612953,30612745:metal:4200:30612936,30618812:metal:4200:30618985,30619329:metal:4200:30619533,30620242:metal:4200:30620335,30621578:metal:4200:30621898,30621588:metal:4200:30623742,30622905:metal:4200:30623128,30622989:metal:4200:30623082,30623745:metal:4200:30624079,30625963:metal:4200:30626185,30628388:metal:4200:30628581,30628832:metal:4200:30629326,30628858:metal:4200:30629229,30628869:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026676935212052458, 'nb_photo': 150, 'list_port_cont': '30599091,30610723,30612544,30616222,30620216,30629294,30639149,30643064,30653675,30660476,30661677,30661866,30663034,30663064,30666849,30691870,30692306,30692379,30693433,30701850,30703175,30710977,30717297,30722279,30723912,30724394,30725783,30725797,30727750,30738463,30740492,30767423,30770974,30780777,30782882,30789682,30795374,30795966,30798738,30799623,30801337,30807232,30809655,30810477,30812005,30815177,30815925,30819967,30820381,30827521,30828518,30833816,30856545,30859843,30859999,30861209,30861261,30861346,30861380,30861548,30861575,30863920,30864606,30866148,30873680,30873794,30874788,30875367,30881199,30881524,30886632', 'assoc_port': '30598956:30599091,30610467:30610723,30612295:30612544,30615492:30616222,30619912:30620216,30628835:30629294,30638945:30639149,30642827:30643064,30652165:30653675,30659642:30661677,30660278:30660476,30661742:30661866,30662986:30663064,30662987:30663034,30666722:30666849,30691692:30691870,30692288:30692306,30692289:30692379,30693199:30693433,30701682:30701850,30703021:30703175,30710836:30710977,30716925:30717297,30721604:30722279,30723827:30723912,30724085:30724394,30725591:30725783,30725598:30725797,30727649:30727750,30738354:30738463,30740248:30740492,30767184:30767423,30770717:30770974,30780580:30780777,30782760:30782882,30786233:30789682,30794742:30795374,30795766:30795966,30798185:30798738,30799463:30799623,30800661:30801337,30807062:30807232,30809633:30809655,30809645:30810477,30811812:30812005,30813476:30815925,30814541:30815177,30819800:30819967,30820204:30820381,30827163:30827521,30828254:30828518,30833647:30833816,30856471:30856545,30859750:30859999,30859761:30859843,30861071:30861575,30861081:3086154', 'assoc_mat': '30598956:metal:4209:30599091,30610467:metal:4209:30610723,30612295:metal:4209:30612544,30615492:metal:4209:30616222,30619912:metal:4209:30620216,30628835:metal:4209:30629294,30638945:metal:4209:30639149,30642827:metal:4209:30643064,30652165:metal:4209:30653675,30659642:metal:4209:30661677,30660278:metal:4209:30660476,30661742:metal:4209:30661866,30662986:metal:4209:30663064,30662987:metal:4209:30663034,30666722:metal:4209:30666849,30691692:metal:4209:30691870,30692288:metal:4209:30692306,30692289:metal:4209:30692379,30693199:metal:4209:30693433,30701682:metal:4209:30701850,30703021:metal:4209:30703175,30710836:metal:4209:30710977,30716925:metal:4209:30717297,30721604:metal:4209:30722279,30723827:metal:4209:30723912,30724085:metal:4209:30724394,30725591:metal:4209:30725783,30725598:metal:4209:30725797,30727649:metal:4209:30727750,30738354:metal:4209:30738463,30740248:metal:4209:30740492,30767184:metal:4209:30767423,30770717:metal:4209:30770974,30780580:metal:4209:30780777,30782760:metal:4209:30782882,30786233:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0006404735366656688, 'nb_photo': 26, 'list_port_cont': '30612407,30618888,30623022,30624497,30661770,30668647,30710919,30717230,30723836,30769171,30781888,30797663,30800711,30827348,30859801,30878538', 'assoc_port': '30610483:30612407,30618814:30618888,30622909:30624497,30622951:30623022,30661741:30661770,30666719:30668647,30710841:30710919,30716915:30717230,30723832:30723836,30769116:30769171,30781683:30781888,30797601:30797663,30800660:30800711,30827184:30827348,30859762:30859801,30878495:30878538', 'assoc_mat': '30610483:metal:3726:30612407,30618814:metal:3726:30618888,30622909:metal:3726:30624497,30622951:metal:3726:30623022,30661741:metal:3726:30661770,30666719:metal:3726:30668647,30710841:metal:3726:30710919,30716915:metal:3726:30717230,30723832:metal:3726:30723836,30769116:metal:3726:30769171,30781683:metal:3726:30781888,30797601:metal:3726:30797663,30800660:metal:3726:30800711,30827184:metal:3726:30827348,30859762:metal:3726:30859801,30878495:metal:3726:30878538'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007986536509852538, 'nb_photo': 1774, 'list_port_cont': '30589603,30590811,30590826,30592586,30595066,30595243,30595298,30595458,30595880,30596564,30598473,30598810,30600403,30601494,30606660,30606678,30608026,30609587,30610735,30613034,30613388,30616359,30616545,30619596,30620077,30621781,30621914,30622024,30623264,30624581,30625679,30626610,30628619,30629274,30629533,30640335,30643024,30643100,30643132,30644058,30645716,30646920,30647669,30648038,30650069,30650121,30651687,30653077,30653769,30656034,30659218,30659876,30659888,30660500,30660762,30661368,30661898,30662751,30662803,30663964,30667055,30690930,30690951,30691092,30691177,30691904,30691939,30692000,30692470,30692492,30692498,30692999,30694027,30694039,30694486,30694516,30695341,30695391,30698094,30698920,30698938,30699081,30700249,30700465,30700764,30700779,30701973,30702880,30702931,30702950,30704102,30704338,30705368,30707741,30708316,30708338,30709432,30709451,30710634,30710989,30711011,30712675,30712736,30713033,30713868,30714931,30719485,30720523,30720541,30721803,30721813,30722775,30722791,3072364', 'assoc_port': '30589032:30589603,30590638:30590826,30590648:30590811,30592445:30592586,30594761:30595066,30594794:30595458,30594826:30595298,30594830:30595243,30595732:30595880,30596000:30596564,30598331:30598473,30598615:30598810,30599916:30600403,30601360:30601494,30606396:30606678,30606405:30606660,30607881:30608026,30609189:30609587,30610481:30610735,30610942:30613388,30612298:30616359,30612740:30613034,30612744:30616545,30619330:30619596,30619915:30620077,30621576:30622024,30621584:30621914,30621590:30621781,30622906:30623264,30622948:30625679,30624349:30624581,30625962:30626610,30628395:30628619,30628830:30629533,30628859:30629274,30639891:30640335,30642806:30643132,30642816:30643100,30642828:30643024,30643827:30644058,30645322:30645716,30646527:30646920,30647575:30647669,30647880:30648038,30649850:30650121,30649884:30650069,30651380:30651687,30652166:30653077,30652181:30656034,30653104:30653769,30659037:30659218,30659638:30659888,30659647:30659876,30659654:30661368,30660274:30660500,30660621:30660762,30661740:3066189', 'assoc_mat': '30589032:metal:4211:30589603,30590638:metal:4211:30590826,30590648:metal:4211:30590811,30592445:metal:4211:30592586,30594761:metal:4211:30595066,30594794:metal:4211:30595458,30594826:metal:4211:30595298,30594830:metal:4211:30595243,30595732:metal:4211:30595880,30596000:metal:4211:30596564,30598331:metal:4211:30598473,30598615:metal:4211:30598810,30599916:metal:4211:30600403,30601360:metal:4211:30601494,30606396:metal:4211:30606678,30606405:metal:4211:30606660,30607881:metal:4211:30608026,30609189:metal:4211:30609587,30610481:metal:4211:30610735,30610942:metal:4211:30613388,30612298:metal:4211:30616359,30612740:metal:4211:30613034,30612744:metal:4211:30616545,30619330:metal:4211:30619596,30619915:metal:4211:30620077,30621576:metal:4211:30622024,30621584:metal:4211:30621914,30621590:metal:4211:30621781,30622906:metal:4211:30623264,30622948:metal:4211:30625679,30624349:metal:4211:30624581,30625962:metal:4211:30626610,30628395:metal:4211:30628619,30628830:metal:4211:30629533,30628859:metal:4211:30629274,30639891:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006412654598796183, 'nb_photo': 48, 'list_port_cont': '30590901,30593923,30595425,30595604,30598561,30599126,30612588,30616306,30625812,30628765,30643227,30644145,30652703,30659963,30660910,30661972,30690990,30692800,30694096,30694917,30699473,30703245,30703401,30708385,30712915,30712980,30733904,30739863,30742246,30742632,30769275,30771292,30776579,30780209,30782247,30783005,30796132,30797170,30810147,30810535,30814209,30856148', 'assoc_port': '30590647:30590901,30593705:30593923,30594790:30595604,30594825:30595425,30598327:30598561,30598952:30599126,30612296:30612588,30615485:30616306,30625489:30625812,30628403:30628765,30642814:30643227,30642819:30644145,30652161:30652703,30659637:30659963,30659652:30660910,30661738:30661972,30690729:30690990,30692282:30692800,30693853:30694096,30694745:30694917,30699331:30699473,30703015:30703401,30703019:30703245,30708198:30708385,30712482:30712980,30712485:30712915,30733783:30733904,30739560:30739863,30741933:30742246,30742330:30742632,30769120:30769275,30770712:30771292,30773664:30776579,30779757:30780209,30781682:30782247,30782762:30783005,30795763:30796132,30796899:30797170,30809634:30810147,30810392:30810535,30813953:30814209,30854590:30856148', 'assoc_mat': '30590647:metal:3327:30590901,30593705:metal:3327:30593923,30594790:metal:3327:30595604,30594825:metal:3327:30595425,30598327:metal:3327:30598561,30598952:metal:3327:30599126,30612296:metal:3327:30612588,30615485:metal:3327:30616306,30625489:metal:3327:30625812,30628403:metal:3327:30628765,30642814:metal:3327:30643227,30642819:metal:3327:30644145,30652161:metal:3327:30652703,30659637:metal:3327:30659963,30659652:metal:3327:30660910,30661738:metal:3327:30661972,30690729:metal:3327:30690990,30692282:metal:3327:30692800,30693853:metal:3327:30694096,30694745:metal:3327:30694917,30699331:metal:3327:30699473,30703015:metal:3327:30703401,30703019:metal:3327:30703245,30708198:metal:3327:30708385,30712482:metal:3327:30712980,30712485:metal:3327:30712915,30733783:metal:3327:30733904,30739560:metal:3327:30739863,30741933:metal:3327:30742246,30742330:metal:3327:30742632,30769120:metal:3327:30769275,30770712:metal:3327:30771292,30773664:metal:3327:30776579,30779757:metal:3327:30780209,30781682:metal:3327:30782247,30782762:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000253208457539524, 'nb_photo': 23, 'list_port_cont': '30699076,30701833,30704115,30722799,30740646,30742545,30770987,30772893,30773930,30786521,30788706', 'assoc_port': '30699021:30699076,30701684:30701833,30703956:30704115,30722571:30722799,30740247:30740646,30742331:30742545,30770705:30770987,30772702:30772893,30773666:30773930,30785184:30786521,30788263:30788706', 'assoc_mat': '30699021:metal:3594:30699076,30701684:metal:3594:30701833,30703956:metal:3594:30704115,30722571:metal:3594:30722799,30740247:metal:3594:30740646,30742331:metal:3594:30742545,30770705:metal:3594:30770987,30772702:metal:3594:30772893,30773666:metal:3594:30773930,30785184:metal:3594:30786521,30788263:metal:3594:30788706'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.054498667328698125, 'nb_photo': 4708, 'list_port_cont': '30592722,30593810,30598630,30599037,30610673,30612785,30621652,30623610,30633657,30646735,30651504,30660659,30661046,30662620,30691796,30693982,30700217,30700373,30700701,30702836,30703110,30708224,30711368,30712658,30714291,30722643,30726253,30737057,30740500,30743124,30767374,30767459,30770896,30780434,30783574,30787089,30793370,30795888,30799934,30807186,30811957,30813638,30814063,30820833,30831492,30852728,30861291,30861504,30863645,30868144,30874322,30877134', 'assoc_port': '30592643:30592722,30593708:30593810,30598618:30598630,30598948:30599037,30610474:30610673,30612752:30612785,30621589:30621652,30623556:30623610,30628402:30633657,30646536:30646735,30651375:30651504,30659651:30661046,30660619:30660659,30662522:30662620,30691698:30691796,30693892:30693982,30700041:30700217,30700325:30700373,30700630:30700701,30702695:30702836,30703020:30703110,30708193:30708224,30711330:30711368,30712488:30712658,30714264:30714291,30722608:30722643,30726241:30726253,30736995:30737057,30740250:30740500,30742941:30743124,30767185:30767459,30767190:30767374,30770715:30770896,30780306:30780434,30783382:30783574,30787016:30787089,30793123:30793370,30795753:30795888,30799843:30799934,30807073:30807186,30811806:30811957,30813479:30813638,30813960:30814063,30820630:30820833,30827848:30831492,30852458:30852728,30861080:30861504,30861085:30861291,30862824:30863645,30867718:30868144,30874161:30874322,30876993:30877134', 'assoc_mat': '30592643:papier:4205:30592722,30593708:papier:4205:30593810,30598618:papier:4205:30598630,30598948:papier:4205:30599037,30610474:papier:4205:30610673,30612752:papier:4205:30612785,30621589:papier:4205:30621652,30623556:papier:4205:30623610,30628402:papier:4205:30633657,30646536:papier:4205:30646735,30651375:papier:4205:30651504,30659651:papier:4205:30661046,30660619:papier:4205:30660659,30662522:papier:4205:30662620,30691698:papier:4205:30691796,30693892:papier:4205:30693982,30700041:papier:4205:30700217,30700325:papier:4205:30700373,30700630:papier:4205:30700701,30702695:papier:4205:30702836,30703020:papier:4205:30703110,30708193:papier:4205:30708224,30711330:papier:4205:30711368,30712488:papier:4205:30712658,30714264:papier:4205:30714291,30722608:papier:4205:30722643,30726241:papier:4205:30726253,30736995:papier:4205:30737057,30740250:papier:4205:30740500,30742941:papier:4205:30743124,30767185:papier:4205:30767459,30767190:papier:4205:30767374,30770715:papier:4205:30770896,30780306:papier:4205:30780434,3078'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.052962802104523886, 'nb_photo': 14325, 'list_port_cont': '30591930,30595541,30597477,30598823,30599385,30608761,30611330,30622054,30623462,30628849,30629383,30643390,30647957,30648967,30650228,30651839,30659282,30661933,30664023,30666979,30691471,30692600,30693026,30694567,30694679,30698514,30699875,30702127,30703224,30707588,30709239,30717612,30717651,30720747,30722821,30725960,30727677,30737700,30739959,30742399,30767669,30769301,30774055,30781995,30785509,30787503,30794676,30797311,30799831,30801396,30807928,30812090,30815311,30818199,30820175,30825457,30828619,30849757,30853059,30856002,30862574,30866285,30868473,30869137,30874830,30879267,30879513,30881247,30886685', 'assoc_port': '30591562:30591930,30594827:30595541,30597286:30597477,30598610:30598823,30599179:30599385,30607874:30608761,30610940:30611330,30621580:30622054,30622991:30623462,30628387:30628849,30628870:30629383,30642803:30643390,30642825:30647957,30645336:30648967,30649858:30650228,30651385:30651839,30659035:30659282,30661736:30661933,30663787:30664023,30666717:30666979,30691353:30691471,30692285:30692600,30692850:30693026,30694347:30694567,30694607:30694679,30698409:30698514,30699530:30699875,30701688:30702127,30703024:30703224,30707474:30707588,30709226:30709239,30716912:30717651,30716916:30717612,30720606:30720747,30722607:30722821,30725593:30725960,30727243:30727677,30736977:30737700,30739558:30739959,30741935:30742399,30767182:30767669,30769118:30769301,30773667:30774055,30781690:30781995,30785189:30785509,30787323:30787503,30794321:30794676,30796900:30797311,30799460:30799831,30801207:30801396,30807776:30807928,30809644:30812090,30812453:30815311,30818014:30818199,30819805:30820175,30824843:30825457,30828247:3082861', 'assoc_mat': '30591562:papier:4203:30591930,30594827:papier:4203:30595541,30597286:papier:4203:30597477,30598610:papier:4203:30598823,30599179:papier:4203:30599385,30607874:papier:4203:30608761,30610940:papier:4203:30611330,30621580:papier:4203:30622054,30622991:papier:4203:30623462,30628387:papier:4203:30628849,30628870:papier:4203:30629383,30642803:papier:4203:30643390,30642825:papier:4203:30647957,30645336:papier:4203:30648967,30649858:papier:4203:30650228,30651385:papier:4203:30651839,30659035:papier:4203:30659282,30661736:papier:4203:30661933,30663787:papier:4203:30664023,30666717:papier:4203:30666979,30691353:papier:4203:30691471,30692285:papier:4203:30692600,30692850:papier:4203:30693026,30694347:papier:4203:30694567,30694607:papier:4203:30694679,30698409:papier:4203:30698514,30699530:papier:4203:30699875,30701688:papier:4203:30702127,30703024:papier:4203:30703224,30707474:papier:4203:30707588,30709226:papier:4203:30709239,30716912:papier:4203:30717651,30716916:papier:4203:30717612,30720606:papier:4203:30720747,3072'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.05855643625051912, 'nb_photo': 27984, 'list_port_cont': '30589107,30590716,30591370,30594951,30594973,30595023,30595054,30595147,30595166,30595186,30595267,30595770,30596230,30598356,30598395,30598971,30599016,30601411,30601434,30606944,30606960,30607093,30610522,30610571,30610576,30610645,30611028,30612347,30612368,30612395,30612425,30612487,30615837,30615962,30615988,30616460,30618863,30619391,30619967,30620665,30621671,30621688,30621708,30621754,30623035,30623057,30623576,30624426,30625561,30626097,30626130,30628489,30628949,30629091,30629199,30639000,30642852,30642931,30642990,30643092,30643913,30643927,30645474,30646698,30647602,30647617,30647920,30649240,30650562,30650625,30651221,30651406,30651426,30652255,30652306,30652426,30653292,30655964,30658436,30659710,30659726,30659783,30659817,30660411,30660420,30661658,30661791,30661852,30662128,30663948,30666743,30666770,30666809,30666869,30690282,30690797,30690831,30690841,30691066,30691127,30691376,30691739,30691749,30691843,30692321,30692357,30692369,30692962,30692973,30693245,30693908,30694382,30694404,3069476', 'assoc_port': '30589033:30589107,30590637:30590716,30590643:30591370,30594759:30595186,30594760:30595267,30594764:30595166,30594777:30595147,30594792:30595023,30594823:30595054,30594828:30594951,30594833:30594973,30595731:30595770,30595998:30596230,30598325:30598395,30598330:30598356,30598950:30599016,30598953:30598971,30601356:30601434,30601358:30601411,30606831:30607093,30606847:30606960,30606862:30606944,30610468:30610645,30610473:30610576,30610476:30610571,30610477:30610522,30610921:30611028,30612250:30612425,30612251:30612487,30612254:30612395,30612283:30612368,30612297:30612347,30612738:30616460,30615486:30615962,30615488:30615988,30615490:30615837,30618815:30618863,30619328:30619391,30619914:30619967,30620571:30620665,30621577:30621708,30621579:30621754,30621583:30621688,30621586:30621671,30622903:30623057,30622908:30623035,30622970:30624426,30623557:30623576,30625481:30625561,30625966:30626130,30625977:30626097,30628404:30628489,30628852:30629199,30628854:30629091,30628861:30639000,30628873:30628949,30642797:3064309', 'assoc_mat': '30589033:papier:4207:30589107,30590637:papier:4207:30590716,30590643:papier:4207:30591370,30594759:papier:4207:30595186,30594760:papier:4207:30595267,30594764:papier:4207:30595166,30594777:papier:4207:30595147,30594792:papier:4207:30595023,30594823:papier:4207:30595054,30594828:papier:4207:30594951,30594833:papier:4207:30594973,30595731:papier:4207:30595770,30595998:papier:4207:30596230,30598325:papier:4207:30598395,30598330:papier:4207:30598356,30598950:papier:4207:30599016,30598953:papier:4207:30598971,30601356:papier:4207:30601434,30601358:papier:4207:30601411,30606831:papier:4207:30607093,30606847:papier:4207:30606960,30606862:papier:4207:30606944,30610468:papier:4207:30610645,30610473:papier:4207:30610576,30610476:papier:4207:30610571,30610477:papier:4207:30610522,30610921:papier:4207:30611028,30612250:papier:4207:30612425,30612251:papier:4207:30612487,30612254:papier:4207:30612395,30612283:papier:4207:30612368,30612297:papier:4207:30612347,30612738:papier:4207:30616460,30615486:papier:4207:30615962,3061'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13913364392889296, 'nb_photo': 26634, 'list_port_cont': '30595094,30595193,30595363,30595799,30596468,30598361,30598442,30599062,30601465,30607115,30610687,30610831,30612432,30612507,30616069,30619498,30620710,30621727,30623069,30623153,30625625,30626192,30629026,30629138,30642893,30642938,30643154,30645489,30649275,30649304,30650657,30652326,30652384,30653626,30659739,30659785,30659847,30660450,30666786,30666879,30666941,30690859,30690889,30691767,30691866,30692414,30692887,30693994,30694445,30694841,30698112,30699398,30700402,30700433,30700725,30701875,30702896,30703119,30704022,30704971,30707681,30708273,30710137,30710169,30717165,30717340,30717388,30717481,30717552,30721694,30721851,30722688,30723938,30724327,30724513,30725710,30725733,30729510,30732235,30736076,30736154,30737103,30737838,30741503,30741538,30742023,30744363,30766584,30767428,30767754,30769221,30770736,30770852,30771248,30775874,30775953,30779814,30780193,30782449,30786333,30786381,30786489,30787116,30788528,30794816,30794856,30795853,30796988,30798058,30799584,30799957,30800757,30800786,3080726', 'assoc_port': '30594758:30595363,30594763:30595193,30594796:30595094,30594829:30595799,30595997:30596468,30598328:30598361,30598332:30598442,30598957:30599062,30601361:30601465,30606833:30607115,30610463:30610831,30610469:30610687,30610478:30612432,30612253:30612507,30615489:30616069,30619326:30619498,30620568:30620710,30621582:30621727,30622904:30623153,30622928:30623069,30625444:30625625,30625969:30626192,30628855:30629138,30628860:30629026,30642793:30643154,30642815:30642893,30642829:30642938,30645333:30645489,30647557:30649304,30649171:30649275,30650440:30650657,30652151:30652384,30652163:30652326,30653102:30653626,30659624:30659847,30659645:30659785,30659655:30659739,30660279:30660450,30661737:30666941,30666709:30666786,30666716:30666879,30690722:30690889,30690733:30690859,30691688:30691866,30691703:30691767,30692293:30692414,30692847:30692887,30693891:30693994,30694343:30694445,30694746:30694841,30698013:30698112,30699321:30699398,30700321:30700433,30700324:30700402,30700637:30700725,30701692:30701875,30702696:3070289', 'assoc_mat': '30594758:papier:4461:30595363,30594763:papier:4461:30595193,30594796:papier:4461:30595094,30594829:papier:4461:30595799,30595997:papier:4461:30596468,30598328:papier:4461:30598361,30598332:papier:4461:30598442,30598957:papier:4461:30599062,30601361:papier:4461:30601465,30606833:papier:4461:30607115,30610463:papier:4461:30610831,30610469:papier:4461:30610687,30610478:papier:4461:30612432,30612253:papier:4461:30612507,30615489:papier:4461:30616069,30619326:papier:4461:30619498,30620568:papier:4461:30620710,30621582:papier:4461:30621727,30622904:papier:4461:30623153,30622928:papier:4461:30623069,30625444:papier:4461:30625625,30625969:papier:4461:30626192,30628855:papier:4461:30629138,30628860:papier:4461:30629026,30642793:papier:4461:30643154,30642815:papier:4461:30642893,30642829:papier:4461:30642938,30645333:papier:4461:30645489,30647557:papier:4461:30649304,30649171:papier:4461:30649275,30650440:papier:4461:30650657,30652151:papier:4461:30652384,30652163:papier:4461:30652326,30653102:papier:4461:30653626,3065'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.012090550930586523, 'nb_photo': 3027, 'list_port_cont': '30589150,30590664,30590693,30591712,30591728,30592575,30595031,30595234,30595840,30596280,30598427,30598702,30598984,30599243,30601676,30606615,30607078,30607939,30608010,30609456,30611540,30611764,30612483,30612939,30612945,30618984,30619544,30620343,30621902,30623086,30623125,30623732,30624081,30626176,30628573,30628972,30628987,30629216,30629334,30643056,30643273,30643961,30645449,30646716,30647023,30647637,30649991,30652288,30652417,30652443,30652469,30653550,30659265,30660222,30660693,30661068,30661128,30661836,30662587,30662718,30663914,30690311,30691108,30691429,30691831,30692393,30692447,30692856,30692877,30692946,30693017,30693963,30694495,30694627,30694813,30698298,30698857,30698960,30699648,30699825,30700159,30700716,30701805,30701934,30702805,30702857,30704005,30704070,30704604,30707675,30707719,30708220,30709899,30710095,30710947,30711233,30711402,30712568,30712634,30712699,30713787,30714861,30717216,30720649,30721643,30721672,30722724,30723374,30723894,30724257,30724320,30725685,30726299,3072717', 'assoc_port': '30589034:30589150,30590639:30590664,30590640:30590693,30591564:30591712,30591565:30591728,30592446:30592575,30594820:30595234,30594832:30595031,30595730:30595840,30595999:30596280,30598329:30598427,30598609:30598702,30598617:30601676,30598951:30598984,30599177:30599243,30606399:30606615,30606828:30607078,30607877:30608010,30607884:30607939,30609185:30611540,30609199:30609456,30610949:30611764,30612256:30612483,30612739:30612945,30612745:30612939,30618812:30618984,30619329:30619544,30620242:30620343,30621578:30621902,30621588:30623732,30622905:30623125,30622989:30623086,30623745:30624081,30625963:30626176,30628388:30628573,30628832:30629334,30628858:30629216,30628869:30628987,30628872:30628972,30642795:30643273,30642811:30643056,30642821:30647023,30643845:30643961,30645323:30645449,30646532:30646716,30647576:30647637,30649848:30652443,30649862:30649991,30652140:30652469,30652157:30652417,30652176:30652288,30653103:30653550,30659029:30659265,30659641:30660222,30659648:30661128,30659658:30661068,30660618:3066069', 'assoc_mat': '30589034:papier:4200:30589150,30590639:papier:4200:30590664,30590640:papier:4200:30590693,30591564:papier:4200:30591712,30591565:papier:4200:30591728,30592446:papier:4200:30592575,30594820:papier:4200:30595234,30594832:papier:4200:30595031,30595730:papier:4200:30595840,30595999:papier:4200:30596280,30598329:papier:4200:30598427,30598609:papier:4200:30598702,30598617:papier:4200:30601676,30598951:papier:4200:30598984,30599177:papier:4200:30599243,30606399:papier:4200:30606615,30606828:papier:4200:30607078,30607877:papier:4200:30608010,30607884:papier:4200:30607939,30609185:papier:4200:30611540,30609199:papier:4200:30609456,30610949:papier:4200:30611764,30612256:papier:4200:30612483,30612739:papier:4200:30612945,30612745:papier:4200:30612939,30618812:papier:4200:30618984,30619329:papier:4200:30619544,30620242:papier:4200:30620343,30621578:papier:4200:30621902,30621588:papier:4200:30623732,30622905:papier:4200:30623125,30622989:papier:4200:30623086,30623745:papier:4200:30624081,30625963:papier:4200:30626176,3062'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9491804500982897, 'nb_photo': 72156, 'list_port_cont': '30590844,30595001,30595082,30599088,30609505,30610717,30612556,30616212,30620212,30621873,30623198,30629286,30639152,30643051,30646870,30650743,30653683,30660475,30661691,30661875,30663032,30663056,30666840,30690766,30691874,30692304,30692389,30693431,30694658,30701856,30703177,30710045,30710985,30717302,30722272,30723902,30723923,30724399,30724934,30725772,30725807,30727737,30738459,30740491,30767416,30770092,30770970,30780767,30782890,30785336,30786407,30789677,30795368,30795962,30798731,30799616,30801349,30807239,30808637,30809658,30810476,30812013,30815181,30815933,30819968,30820380,30820884,30827499,30827513,30828513,30833806,30850310,30852721,30856538,30859840,30859942,30859997,30861198,30861213,30861264,30861352,30861384,30861555,30861581,30863911,30864601,30866159,30866166,30873673,30873799,30874775,30875370,30877017,30878659,30881185,30881533,30886628', 'assoc_port': '30590646:30590844,30594791:30595001,30594835:30595082,30598956:30599088,30609192:30609505,30610467:30610717,30612295:30612556,30615492:30616212,30619912:30620212,30621587:30621873,30622992:30623198,30628835:30629286,30638945:30639152,30642827:30643051,30646535:30646870,30650439:30650743,30652165:30653683,30659642:30661691,30660278:30660475,30661742:30661875,30662986:30663056,30662987:30663032,30666722:30666840,30690730:30690766,30691692:30691874,30692288:30692304,30692289:30692389,30693199:30693431,30694604:30694658,30701682:30701856,30703021:30703177,30709801:30710045,30710836:30710985,30716925:30717302,30721604:30722272,30723827:30723902,30723828:30723923,30724085:30724399,30724754:30724934,30725591:30725772,30725598:30725807,30727649:30727737,30738354:30738459,30740248:30740491,30767184:30767416,30769897:30770092,30770717:30770970,30780580:30780767,30782760:30782890,30785185:30785336,30786232:30786407,30786233:30789677,30794742:30795368,30795766:30795962,30798185:30798731,30799463:30799616,30800661:3080134', 'assoc_mat': '30590646:papier:4209:30590844,30594791:papier:4209:30595001,30594835:papier:4209:30595082,30598956:papier:4209:30599088,30609192:papier:4209:30609505,30610467:papier:4209:30610717,30612295:papier:4209:30612556,30615492:papier:4209:30616212,30619912:papier:4209:30620212,30621587:papier:4209:30621873,30622992:papier:4209:30623198,30628835:papier:4209:30629286,30638945:papier:4209:30639152,30642827:papier:4209:30643051,30646535:papier:4209:30646870,30650439:papier:4209:30650743,30652165:papier:4209:30653683,30659642:papier:4209:30661691,30660278:papier:4209:30660475,30661742:papier:4209:30661875,30662986:papier:4209:30663056,30662987:papier:4209:30663032,30666722:papier:4209:30666840,30690730:papier:4209:30690766,30691692:papier:4209:30691874,30692288:papier:4209:30692304,30692289:papier:4209:30692389,30693199:papier:4209:30693431,30694604:papier:4209:30694658,30701682:papier:4209:30701856,30703021:papier:4209:30703177,30709801:papier:4209:30710045,30710836:papier:4209:30710985,30716925:papier:4209:30717302,3072'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009042849976964092, 'nb_photo': 17436, 'list_port_cont': '30589611,30590808,30590828,30592588,30595067,30595251,30595288,30595455,30595875,30596557,30598482,30598809,30600404,30601499,30606662,30606682,30608038,30609572,30610736,30613045,30613390,30616346,30616551,30619595,30620086,30621773,30621912,30622036,30623267,30624577,30625686,30626604,30628630,30629272,30629520,30640349,30643025,30643102,30643137,30644056,30645714,30646925,30647676,30648041,30650061,30650126,30651688,30653072,30653773,30656022,30659208,30659886,30659894,30660503,30660763,30661365,30661888,30662750,30662815,30663965,30667069,30690934,30690948,30691077,30691189,30691907,30691940,30692004,30692471,30692480,30692501,30692998,30694025,30694050,30694484,30694511,30695336,30695399,30698082,30698444,30698907,30698941,30699093,30700242,30700467,30700758,30700775,30701968,30702881,30702925,30702956,30704104,30704346,30705366,30707746,30708319,30708350,30709439,30709461,30710621,30710987,30711012,30712679,30712734,30713042,30713861,30714934,30719480,30720529,30720552,30721796,30721819,30722762,3072278', 'assoc_port': '30589032:30589611,30590638:30590828,30590648:30590808,30592445:30592588,30594761:30595067,30594794:30595455,30594826:30595288,30594830:30595251,30595732:30595875,30596000:30596557,30598331:30598482,30598615:30598809,30599916:30600404,30601360:30601499,30606396:30606682,30606405:30606662,30607881:30608038,30609189:30609572,30610481:30610736,30610942:30613390,30612298:30616346,30612740:30613045,30612744:30616551,30619330:30619595,30619915:30620086,30621576:30622036,30621584:30621912,30621590:30621773,30622906:30623267,30622948:30625686,30624349:30624577,30625962:30626604,30628395:30628630,30628830:30629520,30628859:30629272,30639891:30640349,30642806:30643137,30642816:30643102,30642828:30643025,30643827:30644056,30645322:30645714,30646527:30646925,30647575:30647676,30647880:30648041,30649850:30650126,30649884:30650061,30651380:30651688,30652166:30653072,30652181:30656022,30653104:30653773,30659037:30659208,30659638:30659894,30659647:30659886,30659654:30661365,30660274:30660503,30660621:30660763,30661740:3066188', 'assoc_mat': '30589032:papier:4211:30589611,30590638:papier:4211:30590828,30590648:papier:4211:30590808,30592445:papier:4211:30592588,30594761:papier:4211:30595067,30594794:papier:4211:30595455,30594826:papier:4211:30595288,30594830:papier:4211:30595251,30595732:papier:4211:30595875,30596000:papier:4211:30596557,30598331:papier:4211:30598482,30598615:papier:4211:30598809,30599916:papier:4211:30600404,30601360:papier:4211:30601499,30606396:papier:4211:30606682,30606405:papier:4211:30606662,30607881:papier:4211:30608038,30609189:papier:4211:30609572,30610481:papier:4211:30610736,30610942:papier:4211:30613390,30612298:papier:4211:30616346,30612740:papier:4211:30613045,30612744:papier:4211:30616551,30619330:papier:4211:30619595,30619915:papier:4211:30620086,30621576:papier:4211:30622036,30621584:papier:4211:30621912,30621590:papier:4211:30621773,30622906:papier:4211:30623267,30622948:papier:4211:30625686,30624349:papier:4211:30624577,30625962:papier:4211:30626604,30628395:papier:4211:30628630,30628830:papier:4211:30629520,3062'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.043780943999081244, 'nb_photo': 10189, 'list_port_cont': '30590884,30590908,30591843,30592750,30593922,30595419,30595602,30596728,30598568,30599131,30601523,30601644,30601732,30606746,30607191,30607225,30607244,30608122,30608347,30610787,30610803,30610930,30611169,30612562,30612592,30612671,30612890,30616298,30616367,30619018,30619644,30620119,30620795,30621943,30621974,30623247,30623805,30624735,30625810,30626311,30628767,30629312,30629416,30629481,30643230,30643243,30644155,30644170,30645805,30645897,30647721,30647759,30649164,30650840,30651315,30652708,30654337,30654355,30659251,30659937,30659951,30659982,30660546,30660826,30660909,30660929,30661969,30667001,30667020,30667048,30690413,30690438,30690996,30691144,30691165,30691209,30691929,30691960,30692023,30692802,30693046,30693173,30694103,30694541,30694909,30695445,30699445,30699464,30699477,30699816,30700485,30700793,30700823,30702075,30703238,30703276,30703405,30704167,30704193,30707774,30707900,30708392,30708663,30709545,30710656,30710667,30711886,30712750,30712826,30712909,30712983,30714109,30714397,3071753', 'assoc_port': '30590636:30590884,30590647:30590908,30591563:30591843,30592444:30592750,30593705:30593922,30594790:30595602,30594825:30595419,30595729:30601732,30595995:30596728,30598327:30598568,30598952:30599131,30601357:30601523,30601359:30601644,30606397:30606746,30606829:30607225,30606834:30607191,30606861:30607244,30607873:30608347,30607883:30608122,30610470:30610930,30610475:30610787,30610479:30610803,30610944:30611169,30612248:30612562,30612252:30612671,30612296:30612592,30612746:30612890,30615485:30616298,30615487:30616367,30618813:30619018,30619327:30619644,30619913:30620119,30620570:30620795,30621581:30621943,30621585:30621974,30622901:30623805,30622907:30623247,30624345:30624735,30625489:30625810,30625973:30626311,30628403:30628767,30628853:30629416,30628862:30629481,30628874:30629312,30642799:30643243,30642814:30643230,30642819:30644155,30643810:30644170,30645304:30645897,30645334:30645805,30646524:30647759,30647572:30647721,30648603:30649164,30650433:30651315,30650437:30650840,30652137:30654355,30652161:3065270', 'assoc_mat': '30590636:papier:3327:30590884,30590647:papier:3327:30590908,30591563:papier:3327:30591843,30592444:papier:3327:30592750,30593705:papier:3327:30593922,30594790:papier:3327:30595602,30594825:papier:3327:30595419,30595729:papier:3327:30601732,30595995:papier:3327:30596728,30598327:papier:3327:30598568,30598952:papier:3327:30599131,30601357:papier:3327:30601523,30601359:papier:3327:30601644,30606397:papier:3327:30606746,30606829:papier:3327:30607225,30606834:papier:3327:30607191,30606861:papier:3327:30607244,30607873:papier:3327:30608347,30607883:papier:3327:30608122,30610470:papier:3327:30610930,30610475:papier:3327:30610787,30610479:papier:3327:30610803,30610944:papier:3327:30611169,30612248:papier:3327:30612562,30612252:papier:3327:30612671,30612296:papier:3327:30612592,30612746:papier:3327:30612890,30615485:papier:3327:30616298,30615487:papier:3327:30616367,30618813:papier:3327:30619018,30619327:papier:3327:30619644,30619913:papier:3327:30620119,30620570:papier:3327:30620795,30621581:papier:3327:30621943,3062'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.17083720438553662, 'nb_photo': 8330, 'list_port_cont': '30666973,30691813,30699074,30700231,30701831,30704117,30717285,30722801,30740654,30742540,30770793,30770981,30772892,30773938,30786523,30788710', 'assoc_port': '30666723:30666973,30691694:30691813,30699021:30699074,30700040:30700231,30701684:30701831,30703956:30704117,30716924:30717285,30722571:30722801,30740247:30740654,30742331:30742540,30770705:30770981,30770708:30770793,30772702:30772892,30773666:30773938,30785184:30786523,30788263:30788710', 'assoc_mat': '30666723:papier:3594:30666973,30691694:papier:3594:30691813,30699021:papier:3594:30699074,30700040:papier:3594:30700231,30701684:papier:3594:30701831,30703956:papier:3594:30704117,30716924:papier:3594:30717285,30722571:papier:3594:30722801,30740247:papier:3594:30740654,30742331:papier:3594:30742540,30770705:papier:3594:30770981,30770708:papier:3594:30770793,30772702:papier:3594:30772892,30773666:papier:3594:30773938,30785184:papier:3594:30786523,30788263:papier:3594:30788710'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0020243259130700865, 'nb_photo': 13, 'list_port_cont': '30599034,30633666,30661054,30693983,30702826,30708227,30740497,30743125,30780443,30795893,30799930,30811944', 'assoc_port': '30598948:30599034,30628402:30633666,30659651:30661054,30693892:30693983,30702695:30702826,30708193:30708227,30740250:30740497,30742941:30743125,30780306:30780443,30795753:30795893,30799843:30799930,30811806:30811944', 'assoc_mat': '30598948:pehd:4205:30599034,30628402:pehd:4205:30633666,30659651:pehd:4205:30661054,30693892:pehd:4205:30693983,30702695:pehd:4205:30702826,30708193:pehd:4205:30708227,30740250:pehd:4205:30740497,30742941:pehd:4205:30743125,30780306:pehd:4205:30780443,30795753:pehd:4205:30795893,30799843:pehd:4205:30799930,30811806:pehd:4205:30811944'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.000832556108669463, 'nb_photo': 42, 'list_port_cont': '30597478,30598821,30608757,30611325,30628840,30629376,30647956,30651837,30659288,30661926,30664020,30692595,30694575,30694682,30699886,30717653,30722817,30727681,30737702,30742401,30767662,30769295,30781990,30787501,30797304,30799838,30812084,30828620,30862571,30868471,30869145,30874829,30879256,30879519,30881246', 'assoc_port': '30597286:30597478,30598610:30598821,30607874:30608757,30610940:30611325,30628387:30628840,30628870:30629376,30642825:30647956,30651385:30651837,30659035:30659288,30661736:30661926,30663787:30664020,30692285:30692595,30694347:30694575,30694607:30694682,30699530:30699886,30716912:30717653,30722607:30722817,30727243:30727681,30736977:30737702,30741935:30742401,30767182:30767662,30769118:30769295,30781690:30781990,30787323:30787501,30796900:30797304,30799460:30799838,30809644:30812084,30828247:30828620,30862442:30862571,30867732:30868471,30868894:30869145,30874663:30874829,30877011:30879519,30879136:30879256,30880943:30881246', 'assoc_mat': '30597286:pehd:4203:30597478,30598610:pehd:4203:30598821,30607874:pehd:4203:30608757,30610940:pehd:4203:30611325,30628387:pehd:4203:30628840,30628870:pehd:4203:30629376,30642825:pehd:4203:30647956,30651385:pehd:4203:30651837,30659035:pehd:4203:30659288,30661736:pehd:4203:30661926,30663787:pehd:4203:30664020,30692285:pehd:4203:30692595,30694347:pehd:4203:30694575,30694607:pehd:4203:30694682,30699530:pehd:4203:30699886,30716912:pehd:4203:30717653,30722607:pehd:4203:30722817,30727243:pehd:4203:30727681,30736977:pehd:4203:30737702,30741935:pehd:4203:30742401,30767182:pehd:4203:30767662,30769118:pehd:4203:30769295,30781690:pehd:4203:30781990,30787323:pehd:4203:30787501,30796900:pehd:4203:30797304,30799460:pehd:4203:30799838,30809644:pehd:4203:30812084,30828247:pehd:4203:30828620,30862442:pehd:4203:30862571,30867732:pehd:4203:30868471,30868894:pehd:4203:30869145,30874663:pehd:4203:30874829,30877011:pehd:4203:30879519,30879136:pehd:4203:30879256,30880943:pehd:4203:30881246'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.007755472399358995, 'nb_photo': 18, 'list_port_cont': '30626090,30642922,30647930,30651212,30694791,30699620,30703153,30703192,30704673,30717317,30741972,30744136,30770815,30770877,30868090,30874302', 'assoc_port': '30625977:30626090,30642812:30642922,30647877:30647930,30650442:30651212,30694744:30694791,30699528:30699620,30701680:30703192,30703014:30703153,30704603:30704673,30716913:30717317,30741952:30741972,30742328:30744136,30770713:30770877,30770718:30770815,30867731:30868090,30874160:30874302', 'assoc_mat': '30625977:pehd:4207:30626090,30642812:pehd:4207:30642922,30647877:pehd:4207:30647930,30650442:pehd:4207:30651212,30694744:pehd:4207:30694791,30699528:pehd:4207:30699620,30701680:pehd:4207:30703192,30703014:pehd:4207:30703153,30704603:pehd:4207:30704673,30716913:pehd:4207:30717317,30741952:pehd:4207:30741972,30742328:pehd:4207:30744136,30770713:pehd:4207:30770877,30770718:pehd:4207:30770815,30867731:pehd:4207:30868090,30874160:pehd:4207:30874302'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004901634370682441, 'nb_photo': 5, 'list_port_cont': '30643153,30699405,30722692,30796986,30807700', 'assoc_port': '30642793:30643153,30699321:30699405,30722577:30722692,30796901:30796986,30807503:30807700', 'assoc_mat': '30642793:pehd:4461:30643153,30699321:pehd:4461:30699405,30722577:pehd:4461:30722692,30796901:pehd:4461:30796986,30807503:pehd:4461:30807700'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0056695966390130775, 'nb_photo': 140, 'list_port_cont': '30590687,30591702,30598431,30599249,30606606,30612942,30621906,30623138,30623738,30626191,30628582,30643052,30643958,30645442,30646720,30652293,30652414,30653551,30659269,30662720,30663907,30691430,30691829,30692396,30692444,30692855,30692879,30693006,30694502,30694624,30694814,30698291,30698970,30699834,30700162,30700722,30702800,30702871,30708209,30710088,30712697,30714849,30717220,30720638,30721667,30722718,30723882,30726285,30731302,30737206,30737784,30739277,30739662,30739672,30739693,30742058,30766510,30767396,30767746,30769177,30770937,30771935,30772846,30781788,30783683,30785873,30786015,30786450,30794520,30796972,30798093,30798328,30798611,30799923,30803565,30807261,30812539,30812645,30813605,30813629,30818604,30819940,30820850,30824961,30825016,30827457,30828361,30851096,30852773,30855603,30862537,30862912,30864136,30864469,30868962,30873604,30874368,30874738,30877098,30878584,30879168,30886391,30886969,30891362', 'assoc_port': '30590640:30590687,30591564:30591702,30598329:30598431,30599177:30599249,30606399:30606606,30612739:30612942,30621578:30621906,30621588:30623738,30622905:30623138,30625963:30626191,30628388:30628582,30642811:30643052,30643845:30643958,30645323:30645442,30646532:30646720,30652157:30652414,30652176:30652293,30653103:30653551,30659029:30659269,30662516:30662720,30663807:30663907,30691352:30691430,30691695:30691829,30691702:30692855,30692284:30692444,30692292:30692396,30692844:30693006,30692853:30692879,30694344:30694502,30694606:30694624,30694747:30694814,30698011:30698291,30698742:30698970,30699523:30699834,30700044:30700162,30700634:30700722,30702694:30702871,30702699:30702800,30708196:30708209,30709796:30710088,30712484:30712697,30714826:30714849,30716918:30717220,30720607:30720638,30721592:30721667,30722573:30722718,30723829:30723882,30726238:30726285,30727245:30731302,30736986:30737206,30736996:30739277,30737692:30737784,30739556:30739693,30739569:30739672,30739575:30739662,30741937:30742058,30766358:3076651', 'assoc_mat': '30590640:pehd:4200:30590687,30591564:pehd:4200:30591702,30598329:pehd:4200:30598431,30599177:pehd:4200:30599249,30606399:pehd:4200:30606606,30612739:pehd:4200:30612942,30621578:pehd:4200:30621906,30621588:pehd:4200:30623738,30622905:pehd:4200:30623138,30625963:pehd:4200:30626191,30628388:pehd:4200:30628582,30642811:pehd:4200:30643052,30643845:pehd:4200:30643958,30645323:pehd:4200:30645442,30646532:pehd:4200:30646720,30652157:pehd:4200:30652414,30652176:pehd:4200:30652293,30653103:pehd:4200:30653551,30659029:pehd:4200:30659269,30662516:pehd:4200:30662720,30663807:pehd:4200:30663907,30691352:pehd:4200:30691430,30691695:pehd:4200:30691829,30691702:pehd:4200:30692855,30692284:pehd:4200:30692444,30692292:pehd:4200:30692396,30692844:pehd:4200:30693006,30692853:pehd:4200:30692879,30694344:pehd:4200:30694502,30694606:pehd:4200:30694624,30694747:pehd:4200:30694814,30698011:pehd:4200:30698291,30698742:pehd:4200:30698970,30699523:pehd:4200:30699834,30700044:pehd:4200:30700162,30700634:pehd:4200:30700722,30702694:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016479799139220669, 'nb_photo': 18, 'list_port_cont': '30595103,30609508,30639146,30693430,30701847,30703176,30808629,30812009,30815170,30819979,30833801,30850302,30861341,30861579,30866149,30873670,30874786', 'assoc_port': '30594835:30595103,30609192:30609508,30638945:30639146,30693199:30693430,30701682:30701847,30703021:30703176,30808487:30808629,30811812:30812009,30814541:30815170,30819800:30819979,30833647:30833801,30850093:30850302,30861071:30861579,30861092:30861341,30865611:30866149,30873537:30873670,30874659:30874786', 'assoc_mat': '30594835:pehd:4209:30595103,30609192:pehd:4209:30609508,30638945:pehd:4209:30639146,30693199:pehd:4209:30693430,30701682:pehd:4209:30701847,30703021:pehd:4209:30703176,30808487:pehd:4209:30808629,30811812:pehd:4209:30812009,30814541:pehd:4209:30815170,30819800:pehd:4209:30819979,30833647:pehd:4209:30833801,30850093:pehd:4209:30850302,30861071:pehd:4209:30861579,30861092:pehd:4209:30861341,30865611:pehd:4209:30866149,30873537:pehd:4209:30873670,30874659:pehd:4209:30874786'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9023026541191765, 'nb_photo': 1078, 'list_port_cont': '30589597,30590797,30590817,30592591,30595068,30595252,30595297,30595449,30595879,30596555,30598483,30598795,30600394,30601492,30606663,30606673,30608024,30609575,30610733,30613046,30613385,30616355,30616558,30619584,30620087,30621780,30621913,30622035,30623276,30624586,30625693,30626601,30628629,30629282,30629527,30640342,30643023,30643101,30643138,30644047,30645711,30646923,30647672,30648045,30650068,30650122,30651682,30653085,30653764,30656036,30659204,30659883,30659887,30660501,30660774,30661374,30661896,30662759,30662810,30663966,30667065,30690931,30690954,30691179,30691912,30691950,30692005,30692461,30692481,30692499,30692996,30694033,30694038,30694483,30694518,30695333,30695405,30698091,30698458,30698923,30698927,30699088,30700255,30700466,30700762,30700788,30701963,30702885,30702934,30702948,30704098,30704344,30705374,30707738,30708313,30708339,30709444,30709457,30710623,30710990,30711013,30712686,30712738,30713040,30713865,30714930,30719477,30720533,30720550,30721809,30721821,30722768,30722787,3072363', 'assoc_port': '30589032:30589597,30590638:30590817,30590648:30590797,30592445:30592591,30594761:30595068,30594794:30595449,30594826:30595297,30594830:30595252,30595732:30595879,30596000:30596555,30598331:30598483,30598615:30598795,30599916:30600394,30601360:30601492,30606396:30606673,30606405:30606663,30607881:30608024,30609189:30609575,30610481:30610733,30610942:30613385,30612298:30616355,30612740:30613046,30612744:30616558,30619330:30619584,30619915:30620087,30621576:30622035,30621584:30621913,30621590:30621780,30622906:30623276,30622948:30625693,30624349:30624586,30625962:30626601,30628395:30628629,30628830:30629527,30628859:30629282,30639891:30640342,30642806:30643138,30642816:30643101,30642828:30643023,30643827:30644047,30645322:30645711,30646527:30646923,30647575:30647672,30647880:30648045,30649850:30650122,30649884:30650068,30651380:30651682,30652166:30653085,30652181:30656036,30653104:30653764,30659037:30659204,30659638:30659887,30659647:30659883,30659654:30661374,30660274:30660501,30660621:30660774,30661740:3066189', 'assoc_mat': '30589032:pehd:4211:30589597,30590638:pehd:4211:30590817,30590648:pehd:4211:30590797,30592445:pehd:4211:30592591,30594761:pehd:4211:30595068,30594794:pehd:4211:30595449,30594826:pehd:4211:30595297,30594830:pehd:4211:30595252,30595732:pehd:4211:30595879,30596000:pehd:4211:30596555,30598331:pehd:4211:30598483,30598615:pehd:4211:30598795,30599916:pehd:4211:30600394,30601360:pehd:4211:30601492,30606396:pehd:4211:30606673,30606405:pehd:4211:30606663,30607881:pehd:4211:30608024,30609189:pehd:4211:30609575,30610481:pehd:4211:30610733,30610942:pehd:4211:30613385,30612298:pehd:4211:30616355,30612740:pehd:4211:30613046,30612744:pehd:4211:30616558,30619330:pehd:4211:30619584,30619915:pehd:4211:30620087,30621576:pehd:4211:30622035,30621584:pehd:4211:30621913,30621590:pehd:4211:30621780,30622906:pehd:4211:30623276,30622948:pehd:4211:30625693,30624349:pehd:4211:30624586,30625962:pehd:4211:30626601,30628395:pehd:4211:30628629,30628830:pehd:4211:30629527,30628859:pehd:4211:30629282,30639891:pehd:4211:30640342,30642806:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024419119986249017, 'nb_photo': 378, 'list_port_cont': '30590887,30592755,30593927,30595420,30598562,30599127,30601640,30601731,30606743,30607188,30607238,30608345,30610809,30611163,30612561,30612681,30616366,30619021,30620116,30620799,30621971,30624742,30625813,30628760,30629314,30629420,30643235,30644142,30644178,30645810,30645892,30647714,30647755,30649170,30650844,30651307,30652702,30654346,30654358,30659249,30659931,30659954,30660545,30660907,30660924,30661973,30667032,30667047,30690993,30691152,30691214,30691959,30692025,30693048,30693175,30694099,30694548,30694907,30695448,30699439,30699457,30699479,30699809,30700824,30703236,30703274,30703393,30704160,30704189,30707770,30707908,30708393,30708671,30709546,30710650,30710663,30711873,30712755,30712842,30712919,30712977,30714111,30717533,30720619,30720682,30721900,30721943,30722843,30722914,30724645,30725249,30725869,30726346,30727654,30734982,30735272,30736138,30737296,30737365,30738501,30739862,30740766,30742245,30742627,30767856,30769273,30769334,30771100,30771279,30772917,30776584,30780829,30781951,3078224', 'assoc_port': '30590636:30590887,30592444:30592755,30593705:30593927,30594825:30595420,30595729:30601731,30598327:30598562,30598952:30599127,30601359:30601640,30606397:30606743,30606834:30607188,30606861:30607238,30607873:30608345,30610479:30610809,30610944:30611163,30612248:30612561,30612252:30612681,30615487:30616366,30618813:30619021,30619913:30620116,30620570:30620799,30621585:30621971,30624345:30624742,30625489:30625813,30628403:30628760,30628853:30629420,30628874:30629314,30642799:30643235,30642819:30644142,30643810:30644178,30645304:30645892,30645334:30645810,30646524:30647755,30647572:30647714,30648603:30649170,30650433:30651307,30650437:30650844,30652137:30654358,30652161:30652702,30652178:30654346,30659033:30659249,30659637:30659954,30659646:30659931,30659652:30660907,30659656:30660924,30660277:30660545,30661738:30661973,30666707:30667047,30666715:30667032,30690729:30690993,30691040:30691214,30691046:30691152,30691689:30692025,30691697:30691959,30692290:30693175,30692846:30693048,30693853:30694099,30694345:3069454', 'assoc_mat': '30590636:pehd:3327:30590887,30592444:pehd:3327:30592755,30593705:pehd:3327:30593927,30594825:pehd:3327:30595420,30595729:pehd:3327:30601731,30598327:pehd:3327:30598562,30598952:pehd:3327:30599127,30601359:pehd:3327:30601640,30606397:pehd:3327:30606743,30606834:pehd:3327:30607188,30606861:pehd:3327:30607238,30607873:pehd:3327:30608345,30610479:pehd:3327:30610809,30610944:pehd:3327:30611163,30612248:pehd:3327:30612561,30612252:pehd:3327:30612681,30615487:pehd:3327:30616366,30618813:pehd:3327:30619021,30619913:pehd:3327:30620116,30620570:pehd:3327:30620799,30621585:pehd:3327:30621971,30624345:pehd:3327:30624742,30625489:pehd:3327:30625813,30628403:pehd:3327:30628760,30628853:pehd:3327:30629420,30628874:pehd:3327:30629314,30642799:pehd:3327:30643235,30642819:pehd:3327:30644142,30643810:pehd:3327:30644178,30645304:pehd:3327:30645892,30645334:pehd:3327:30645810,30646524:pehd:3327:30647755,30647572:pehd:3327:30647714,30648603:pehd:3327:30649170,30650433:pehd:3327:30651307,30650437:pehd:3327:30650844,30652137:pehd:33'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006041359377352456, 'nb_photo': 16, 'list_port_cont': '30691811,30699072,30700237,30704114,30717288,30722796,30742544,30770986', 'assoc_port': '30691694:30691811,30699021:30699072,30700040:30700237,30703956:30704114,30716924:30717288,30722571:30722796,30742331:30742544,30770705:30770986', 'assoc_mat': '30691694:pehd:3594:30691811,30699021:pehd:3594:30699072,30700040:pehd:3594:30700237,30703956:pehd:3594:30704114,30716924:pehd:3594:30717288,30722571:pehd:3594:30722796,30742331:pehd:3594:30742544,30770705:pehd:3594:30770986'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005211699874772414, 'nb_photo': 75, 'list_port_cont': '30593814,30598627,30621649,30646738,30651524,30660660,30661048,30691798,30702827,30711358,30712654,30714281,30726258,30737060,30743127,30770889,30780433,30793368,30795897,30799925,30807194,30811948,30813646,30814065,30820838,30831497,30852741,30861297,30863634,30868155,30874312,30877132', 'assoc_port': '30593708:30593814,30598618:30598627,30621589:30621649,30646536:30646738,30651375:30651524,30659651:30661048,30660619:30660660,30691698:30691798,30702695:30702827,30711330:30711358,30712488:30712654,30714264:30714281,30726241:30726258,30736995:30737060,30742941:30743127,30770715:30770889,30780306:30780433,30793123:30793368,30795753:30795897,30799843:30799925,30807073:30807194,30811806:30811948,30813479:30813646,30813960:30814065,30820630:30820838,30827848:30831497,30852458:30852741,30861085:30861297,30862824:30863634,30867718:30868155,30874161:30874312,30876993:30877132', 'assoc_mat': '30593708:pet_clair:4205:30593814,30598618:pet_clair:4205:30598627,30621589:pet_clair:4205:30621649,30646536:pet_clair:4205:30646738,30651375:pet_clair:4205:30651524,30659651:pet_clair:4205:30661048,30660619:pet_clair:4205:30660660,30691698:pet_clair:4205:30691798,30702695:pet_clair:4205:30702827,30711330:pet_clair:4205:30711358,30712488:pet_clair:4205:30712654,30714264:pet_clair:4205:30714281,30726241:pet_clair:4205:30726258,30736995:pet_clair:4205:30737060,30742941:pet_clair:4205:30743127,30770715:pet_clair:4205:30770889,30780306:pet_clair:4205:30780433,30793123:pet_clair:4205:30793368,30795753:pet_clair:4205:30795897,30799843:pet_clair:4205:30799925,30807073:pet_clair:4205:30807194,30811806:pet_clair:4205:30811948,30813479:pet_clair:4205:30813646,30813960:pet_clair:4205:30814065,30820630:pet_clair:4205:30820838,30827848:pet_clair:4205:30831497,30852458:pet_clair:4205:30852741,30861085:pet_clair:4205:30861297,30862824:pet_clair:4205:30863634,30867718:pet_clair:4205:30868155,30874161:pet_clair:4205:30874312,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007645875708997105, 'nb_photo': 992, 'list_port_cont': '30591932,30595542,30597483,30598820,30599383,30608764,30611322,30622042,30623454,30628841,30629387,30643376,30647958,30648960,30650230,30651846,30659290,30661921,30664022,30666989,30691459,30692605,30693038,30694577,30694680,30698523,30699885,30702126,30703223,30707581,30709242,30717616,30717657,30720751,30722827,30725953,30727676,30737701,30739964,30742388,30767674,30769302,30774068,30781992,30785513,30787490,30794674,30797309,30799835,30801391,30807926,30812089,30815307,30818190,30820182,30825448,30828612,30849749,30853061,30855999,30862575,30866295,30868462,30869133,30874834,30879261,30879509,30881245,30886681', 'assoc_port': '30591562:30591932,30594827:30595542,30597286:30597483,30598610:30598820,30599179:30599383,30607874:30608764,30610940:30611322,30621580:30622042,30622991:30623454,30628387:30628841,30628870:30629387,30642803:30643376,30642825:30647958,30645336:30648960,30649858:30650230,30651385:30651846,30659035:30659290,30661736:30661921,30663787:30664022,30666717:30666989,30691353:30691459,30692285:30692605,30692850:30693038,30694347:30694577,30694607:30694680,30698409:30698523,30699530:30699885,30701688:30702126,30703024:30703223,30707474:30707581,30709226:30709242,30716912:30717657,30716916:30717616,30720606:30720751,30722607:30722827,30725593:30725953,30727243:30727676,30736977:30737701,30739558:30739964,30741935:30742388,30767182:30767674,30769118:30769302,30773667:30774068,30781690:30781992,30785189:30785513,30787323:30787490,30794321:30794674,30796900:30797309,30799460:30799835,30801207:30801391,30807776:30807926,30809644:30812089,30812453:30815307,30818014:30818190,30819805:30820182,30824843:30825448,30828247:3082861', 'assoc_mat': '30591562:pet_clair:4203:30591932,30594827:pet_clair:4203:30595542,30597286:pet_clair:4203:30597483,30598610:pet_clair:4203:30598820,30599179:pet_clair:4203:30599383,30607874:pet_clair:4203:30608764,30610940:pet_clair:4203:30611322,30621580:pet_clair:4203:30622042,30622991:pet_clair:4203:30623454,30628387:pet_clair:4203:30628841,30628870:pet_clair:4203:30629387,30642803:pet_clair:4203:30643376,30642825:pet_clair:4203:30647958,30645336:pet_clair:4203:30648960,30649858:pet_clair:4203:30650230,30651385:pet_clair:4203:30651846,30659035:pet_clair:4203:30659290,30661736:pet_clair:4203:30661921,30663787:pet_clair:4203:30664022,30666717:pet_clair:4203:30666989,30691353:pet_clair:4203:30691459,30692285:pet_clair:4203:30692605,30692850:pet_clair:4203:30693038,30694347:pet_clair:4203:30694577,30694607:pet_clair:4203:30694680,30698409:pet_clair:4203:30698523,30699530:pet_clair:4203:30699885,30701688:pet_clair:4203:30702126,30703024:pet_clair:4203:30703223,30707474:pet_clair:4203:30707581,30709226:pet_clair:4203:30709242,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017511682068006844, 'nb_photo': 112, 'list_port_cont': '30589110,30594959,30598967,30611029,30612353,30612493,30615839,30615965,30619402,30623032,30624421,30626093,30626131,30642989,30646694,30647604,30649234,30650558,30652317,30658447,30660434,30666857,30690284,30690795,30691128,30691848,30692948,30692975,30701753,30703156,30709824,30709834,30709877,30717415,30721628,30721717,30722259,30722612,30723868,30724602,30725663,30731170,30736029,30737166,30738368,30739601,30739639,30741960,30742428,30744140,30770807,30770909,30772003,30775823,30782852,30785283,30786354,30794795,30797742,30797753,30799485,30801274,30803542,30807585,30808760,30808787,30811870,30811890,30812576,30820256,30820270,30820309,30824631,30828291,30828326,30852694,30862862,30862905,30865872,30868104,30873573,30874734,30875214,30875700,30877035,30877116,30879151,30880536,30881088,30881127,30881480,30887044', 'assoc_port': '30589033:30589110,30594833:30594959,30598953:30598967,30610921:30611029,30612251:30612493,30612297:30612353,30615486:30615965,30615490:30615839,30619328:30619402,30622908:30623032,30622970:30624421,30625966:30626131,30625977:30626093,30642801:30642989,30646539:30646694,30647574:30647604,30649156:30649234,30650438:30650558,30652153:30652317,30658409:30658447,30660273:30660434,30666713:30666857,30690242:30690284,30690731:30690795,30691039:30691128,30691690:30691848,30692845:30692948,30692848:30692975,30699330:30701753,30703014:30703156,30709803:30709877,30709805:30709824,30709807:30709834,30716909:30717415,30721563:30721717,30721591:30722259,30721601:30721628,30722580:30722612,30723824:30723868,30724601:30724602,30725600:30725663,30727240:30731170,30736015:30736029,30736980:30737166,30738358:30738368,30739567:30739639,30739571:30739601,30741952:30741960,30742328:30744140,30742350:30742428,30769877:30772003,30770711:30770909,30770718:30770807,30772707:30775823,30782763:30782852,30785190:30785283,30786199:3078635', 'assoc_mat': '30589033:pet_clair:4207:30589110,30594833:pet_clair:4207:30594959,30598953:pet_clair:4207:30598967,30610921:pet_clair:4207:30611029,30612251:pet_clair:4207:30612493,30612297:pet_clair:4207:30612353,30615486:pet_clair:4207:30615965,30615490:pet_clair:4207:30615839,30619328:pet_clair:4207:30619402,30622908:pet_clair:4207:30623032,30622970:pet_clair:4207:30624421,30625966:pet_clair:4207:30626131,30625977:pet_clair:4207:30626093,30642801:pet_clair:4207:30642989,30646539:pet_clair:4207:30646694,30647574:pet_clair:4207:30647604,30649156:pet_clair:4207:30649234,30650438:pet_clair:4207:30650558,30652153:pet_clair:4207:30652317,30658409:pet_clair:4207:30658447,30660273:pet_clair:4207:30660434,30666713:pet_clair:4207:30666857,30690242:pet_clair:4207:30690284,30690731:pet_clair:4207:30690795,30691039:pet_clair:4207:30691128,30691690:pet_clair:4207:30691848,30692845:pet_clair:4207:30692948,30692848:pet_clair:4207:30692975,30699330:pet_clair:4207:30701753,30703014:pet_clair:4207:30703156,30709803:pet_clair:4207:30709877,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003950146685958588, 'nb_photo': 8, 'list_port_cont': '30616075,30741547,30787115,30794811,30811979,30866114', 'assoc_port': '30615489:30616075,30739559:30741547,30787015:30787115,30794746:30794811,30811807:30811979,30865613:30866114', 'assoc_mat': '30615489:pet_clair:4461:30616075,30739559:pet_clair:4461:30741547,30787015:pet_clair:4461:30787115,30794746:pet_clair:4461:30794811,30811807:pet_clair:4461:30811979,30865613:pet_clair:4461:30866114'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009489325104458187, 'nb_photo': 889, 'list_port_cont': '30589138,30590666,30590688,30591717,30592571,30595036,30595237,30595846,30596282,30598428,30598701,30598985,30599241,30601683,30606619,30607065,30607948,30608008,30609449,30611536,30611763,30612477,30612929,30612952,30618973,30619537,30620347,30621892,30623085,30623133,30623737,30624078,30626177,30628583,30628969,30628984,30629224,30629319,30643058,30643281,30643959,30645450,30646721,30647024,30647635,30649994,30652280,30652410,30652452,30652474,30653557,30659258,30660232,30660704,30661075,30661125,30661843,30662584,30662730,30663912,30691110,30691434,30691830,30692406,30692443,30692866,30692878,30693010,30693959,30694490,30694634,30694806,30698292,30698861,30698964,30699643,30699828,30700160,30700719,30701798,30701927,30702797,30702867,30704069,30704614,30707671,30707724,30708206,30709908,30710093,30710952,30711245,30711394,30712580,30712648,30712695,30713789,30714860,30717219,30720640,30721657,30721673,30722723,30723368,30723889,30724253,30725693,30726288,30727176,30727547,30731306,30734814,30735225,3073604', 'assoc_port': '30589034:30589138,30590639:30590666,30590640:30590688,30591565:30591717,30592446:30592571,30594820:30595237,30594832:30595036,30595730:30595846,30595999:30596282,30598329:30598428,30598609:30598701,30598617:30601683,30598951:30598985,30599177:30599241,30606399:30606619,30606828:30607065,30607877:30608008,30607884:30607948,30609185:30611536,30609199:30609449,30610949:30611763,30612256:30612477,30612739:30612952,30612745:30612929,30618812:30618973,30619329:30619537,30620242:30620347,30621578:30621892,30621588:30623737,30622905:30623133,30622989:30623085,30623745:30624078,30625963:30626177,30628388:30628583,30628832:30629319,30628858:30629224,30628869:30628984,30628872:30628969,30642795:30643281,30642811:30643058,30642821:30647024,30643845:30643959,30645323:30645450,30646532:30646721,30647576:30647635,30649848:30652452,30649862:30649994,30652140:30652474,30652157:30652410,30652176:30652280,30653103:30653557,30659029:30659258,30659641:30660232,30659648:30661125,30659658:30661075,30660618:30660704,30661735:3066184', 'assoc_mat': '30589034:pet_clair:4200:30589138,30590639:pet_clair:4200:30590666,30590640:pet_clair:4200:30590688,30591565:pet_clair:4200:30591717,30592446:pet_clair:4200:30592571,30594820:pet_clair:4200:30595237,30594832:pet_clair:4200:30595036,30595730:pet_clair:4200:30595846,30595999:pet_clair:4200:30596282,30598329:pet_clair:4200:30598428,30598609:pet_clair:4200:30598701,30598617:pet_clair:4200:30601683,30598951:pet_clair:4200:30598985,30599177:pet_clair:4200:30599241,30606399:pet_clair:4200:30606619,30606828:pet_clair:4200:30607065,30607877:pet_clair:4200:30608008,30607884:pet_clair:4200:30607948,30609185:pet_clair:4200:30611536,30609199:pet_clair:4200:30609449,30610949:pet_clair:4200:30611763,30612256:pet_clair:4200:30612477,30612739:pet_clair:4200:30612952,30612745:pet_clair:4200:30612929,30618812:pet_clair:4200:30618973,30619329:pet_clair:4200:30619537,30620242:pet_clair:4200:30620347,30621578:pet_clair:4200:30621892,30621588:pet_clair:4200:30623737,30622905:pet_clair:4200:30623133,30622989:pet_clair:4200:30623085,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0021689250301938565, 'nb_photo': 30, 'list_port_cont': '30639150,30643063,30660482,30666843,30703170,30724397,30724925,30725780,30725799,30740479,30786406,30801341,30815171,30819969,30827514,30850299,30856539,30861265,30861567,30864602,30873683,30877028,30881525', 'assoc_port': '30638945:30639150,30642827:30643063,30660278:30660482,30666722:30666843,30703021:30703170,30724085:30724397,30724754:30724925,30725591:30725780,30725598:30725799,30740248:30740479,30786232:30786406,30800661:30801341,30814541:30815171,30819800:30819969,30827163:30827514,30850093:30850299,30856471:30856539,30861071:30861567,30861094:30861265,30864415:30864602,30873537:30873683,30876981:30877028,30881365:30881525', 'assoc_mat': '30638945:pet_clair:4209:30639150,30642827:pet_clair:4209:30643063,30660278:pet_clair:4209:30660482,30666722:pet_clair:4209:30666843,30703021:pet_clair:4209:30703170,30724085:pet_clair:4209:30724397,30724754:pet_clair:4209:30724925,30725591:pet_clair:4209:30725780,30725598:pet_clair:4209:30725799,30740248:pet_clair:4209:30740479,30786232:pet_clair:4209:30786406,30800661:pet_clair:4209:30801341,30814541:pet_clair:4209:30815171,30819800:pet_clair:4209:30819969,30827163:pet_clair:4209:30827514,30850093:pet_clair:4209:30850299,30856471:pet_clair:4209:30856539,30861071:pet_clair:4209:30861567,30861094:pet_clair:4209:30861265,30864415:pet_clair:4209:30864602,30873537:pet_clair:4209:30873683,30876981:pet_clair:4209:30877028,30881365:pet_clair:4209:30881525'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012234545259827826, 'nb_photo': 860, 'list_port_cont': '30590805,30590819,30592596,30595069,30595255,30595299,30595877,30596562,30598477,30598794,30600400,30601490,30606661,30606683,30608035,30609585,30610744,30613041,30613389,30616361,30616547,30619593,30620074,30621767,30621909,30622034,30623275,30624579,30625680,30626614,30628624,30629266,30629531,30640336,30643016,30643112,30643131,30644057,30645712,30646931,30648036,30650073,30650116,30651683,30653075,30653772,30656023,30659214,30659873,30659895,30660505,30660764,30661381,30661890,30662745,30662812,30663953,30667056,30690924,30690943,30691080,30691186,30691910,30691944,30692013,30692469,30692487,30692510,30692989,30694018,30694051,30694471,30694507,30695347,30695406,30698083,30698456,30698914,30698940,30699082,30700243,30700459,30700760,30701964,30702877,30702928,30702943,30704101,30704332,30705376,30707753,30708311,30708352,30709433,30709450,30710624,30711002,30711014,30712688,30713039,30714938,30719469,30720518,30720548,30721805,30721816,30722766,30722779,30723642,30724007,30724372,30724412,30724425,3072582', 'assoc_port': '30590638:30590819,30590648:30590805,30592445:30592596,30594761:30595069,30594826:30595299,30594830:30595255,30595732:30595877,30596000:30596562,30598331:30598477,30598615:30598794,30599916:30600400,30601360:30601490,30606396:30606683,30606405:30606661,30607881:30608035,30609189:30609585,30610481:30610744,30610942:30613389,30612298:30616361,30612740:30613041,30612744:30616547,30619330:30619593,30619915:30620074,30621576:30622034,30621584:30621909,30621590:30621767,30622906:30623275,30622948:30625680,30624349:30624579,30625962:30626614,30628395:30628624,30628830:30629531,30628859:30629266,30639891:30640336,30642806:30643131,30642816:30643112,30642828:30643016,30643827:30644057,30645322:30645712,30646527:30646931,30647880:30648036,30649850:30650116,30649884:30650073,30651380:30651683,30652166:30653075,30652181:30656023,30653104:30653772,30659037:30659214,30659638:30659895,30659647:30659873,30659654:30661381,30660274:30660505,30660621:30660764,30661740:30661890,30661744:30667056,30662517:30662812,30662525:3066274', 'assoc_mat': '30590638:pet_clair:4211:30590819,30590648:pet_clair:4211:30590805,30592445:pet_clair:4211:30592596,30594761:pet_clair:4211:30595069,30594826:pet_clair:4211:30595299,30594830:pet_clair:4211:30595255,30595732:pet_clair:4211:30595877,30596000:pet_clair:4211:30596562,30598331:pet_clair:4211:30598477,30598615:pet_clair:4211:30598794,30599916:pet_clair:4211:30600400,30601360:pet_clair:4211:30601490,30606396:pet_clair:4211:30606683,30606405:pet_clair:4211:30606661,30607881:pet_clair:4211:30608035,30609189:pet_clair:4211:30609585,30610481:pet_clair:4211:30610744,30610942:pet_clair:4211:30613389,30612298:pet_clair:4211:30616361,30612740:pet_clair:4211:30613041,30612744:pet_clair:4211:30616547,30619330:pet_clair:4211:30619593,30619915:pet_clair:4211:30620074,30621576:pet_clair:4211:30622034,30621584:pet_clair:4211:30621909,30621590:pet_clair:4211:30621767,30622906:pet_clair:4211:30623275,30622948:pet_clair:4211:30625680,30624349:pet_clair:4211:30624579,30625962:pet_clair:4211:30626614,30628395:pet_clair:4211:30628624,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9020829083700274, 'nb_photo': 106078, 'list_port_cont': '30590890,30590909,30591842,30592752,30593932,30595416,30595593,30596725,30598564,30599124,30601519,30601641,30601734,30606752,30607198,30607217,30607234,30608123,30608352,30610791,30610812,30610932,30611165,30612564,30612591,30612678,30612889,30616305,30616374,30619014,30619643,30620106,30620800,30621939,30621985,30623251,30623799,30624729,30625814,30626308,30628756,30629308,30629408,30629487,30643225,30643246,30644143,30644174,30645807,30645905,30647710,30647764,30649163,30650845,30651310,30652707,30654333,30654348,30659238,30659935,30659952,30659977,30660548,30660820,30660912,30660930,30661970,30667000,30667028,30667044,30690406,30690433,30690988,30691148,30691171,30691206,30691933,30691966,30692019,30692797,30693049,30693171,30694100,30694542,30694911,30695446,30699450,30699463,30699470,30699810,30700480,30700792,30700830,30702079,30703247,30703284,30703395,30704161,30704195,30707778,30707905,30708389,30708669,30709541,30710651,30710674,30711876,30712744,30712838,30712918,30712984,30714108,30714394,3071753', 'assoc_port': '30590636:30590890,30590647:30590909,30591563:30591842,30592444:30592752,30593705:30593932,30594790:30595593,30594825:30595416,30595729:30601734,30595995:30596725,30598327:30598564,30598952:30599124,30601357:30601519,30601359:30601641,30606397:30606752,30606829:30607217,30606834:30607198,30606861:30607234,30607873:30608352,30607883:30608123,30610470:30610932,30610475:30610791,30610479:30610812,30610944:30611165,30612248:30612564,30612252:30612678,30612296:30612591,30612746:30612889,30615485:30616305,30615487:30616374,30618813:30619014,30619327:30619643,30619913:30620106,30620570:30620800,30621581:30621939,30621585:30621985,30622901:30623799,30622907:30623251,30624345:30624729,30625489:30625814,30625973:30626308,30628403:30628756,30628853:30629408,30628862:30629487,30628874:30629308,30642799:30643246,30642814:30643225,30642819:30644143,30643810:30644174,30645304:30645905,30645334:30645807,30646524:30647764,30647572:30647710,30648603:30649163,30650433:30651310,30650437:30650845,30652137:30654348,30652161:3065270', 'assoc_mat': '30590636:pet_clair:3327:30590890,30590647:pet_clair:3327:30590909,30591563:pet_clair:3327:30591842,30592444:pet_clair:3327:30592752,30593705:pet_clair:3327:30593932,30594790:pet_clair:3327:30595593,30594825:pet_clair:3327:30595416,30595729:pet_clair:3327:30601734,30595995:pet_clair:3327:30596725,30598327:pet_clair:3327:30598564,30598952:pet_clair:3327:30599124,30601357:pet_clair:3327:30601519,30601359:pet_clair:3327:30601641,30606397:pet_clair:3327:30606752,30606829:pet_clair:3327:30607217,30606834:pet_clair:3327:30607198,30606861:pet_clair:3327:30607234,30607873:pet_clair:3327:30608352,30607883:pet_clair:3327:30608123,30610470:pet_clair:3327:30610932,30610475:pet_clair:3327:30610791,30610479:pet_clair:3327:30610812,30610944:pet_clair:3327:30611165,30612248:pet_clair:3327:30612564,30612252:pet_clair:3327:30612678,30612296:pet_clair:3327:30612591,30612746:pet_clair:3327:30612889,30615485:pet_clair:3327:30616305,30615487:pet_clair:3327:30616374,30618813:pet_clair:3327:30619014,30619327:pet_clair:3327:30619643,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0021680157361144156, 'nb_photo': 37, 'list_port_cont': '30666971,30691809,30699073,30701840,30722803,30740647,30742539,30770789,30770988,30772896,30786524,30788708', 'assoc_port': '30666723:30666971,30691694:30691809,30699021:30699073,30701684:30701840,30722571:30722803,30740247:30740647,30742331:30742539,30770705:30770988,30770708:30770789,30772702:30772896,30785184:30786524,30788263:30788708', 'assoc_mat': '30666723:pet_clair:3594:30666971,30691694:pet_clair:3594:30691809,30699021:pet_clair:3594:30699073,30701684:pet_clair:3594:30701840,30722571:pet_clair:3594:30722803,30740247:pet_clair:3594:30740647,30742331:pet_clair:3594:30742539,30770705:pet_clair:3594:30770988,30770708:pet_clair:3594:30770789,30772702:pet_clair:3594:30772896,30785184:pet_clair:3594:30786524,30788263:pet_clair:3594:30788708'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0019298762201070624, 'nb_photo': 17, 'list_port_cont': '30598636,30623611,30662628,30700376,30726260,30740496,30770898,30780441,30783578,30787091,30811949,30863635,30874323,30877136', 'assoc_port': '30598618:30598636,30623556:30623611,30662522:30662628,30700325:30700376,30726241:30726260,30740250:30740496,30770715:30770898,30780306:30780441,30783382:30783578,30787016:30787091,30811806:30811949,30862824:30863635,30874161:30874323,30876993:30877136', 'assoc_mat': '30598618:pet_fonce:4205:30598636,30623556:pet_fonce:4205:30623611,30662522:pet_fonce:4205:30662628,30700325:pet_fonce:4205:30700376,30726241:pet_fonce:4205:30726260,30740250:pet_fonce:4205:30740496,30770715:pet_fonce:4205:30770898,30780306:pet_fonce:4205:30780441,30783382:pet_fonce:4205:30783578,30787016:pet_fonce:4205:30787091,30811806:pet_fonce:4205:30811949,30862824:pet_fonce:4205:30863635,30874161:pet_fonce:4205:30874323,30876993:pet_fonce:4205:30877136'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0064185023969356055, 'nb_photo': 948, 'list_port_cont': '30591926,30595549,30597476,30598828,30599387,30608759,30611331,30622040,30623460,30628842,30629377,30643380,30647959,30648970,30650231,30651838,30659283,30661923,30664034,30666984,30691468,30692606,30693036,30694571,30694675,30698518,30699876,30702135,30703232,30707585,30717622,30717654,30720750,30722818,30725955,30727682,30737710,30739954,30742392,30767670,30769300,30774051,30781993,30785506,30787505,30794678,30797310,30799826,30801381,30807930,30812093,30815309,30818198,30820180,30825449,30828613,30849748,30853054,30856001,30862576,30866284,30868476,30869148,30874835,30879269,30879514,30881241,30886687', 'assoc_port': '30591562:30591926,30594827:30595549,30597286:30597476,30598610:30598828,30599179:30599387,30607874:30608759,30610940:30611331,30621580:30622040,30622991:30623460,30628387:30628842,30628870:30629377,30642803:30643380,30642825:30647959,30645336:30648970,30649858:30650231,30651385:30651838,30659035:30659283,30661736:30661923,30663787:30664034,30666717:30666984,30691353:30691468,30692285:30692606,30692850:30693036,30694347:30694571,30694607:30694675,30698409:30698518,30699530:30699876,30701688:30702135,30703024:30703232,30707474:30707585,30716912:30717654,30716916:30717622,30720606:30720750,30722607:30722818,30725593:30725955,30727243:30727682,30736977:30737710,30739558:30739954,30741935:30742392,30767182:30767670,30769118:30769300,30773667:30774051,30781690:30781993,30785189:30785506,30787323:30787505,30794321:30794678,30796900:30797310,30799460:30799826,30801207:30801381,30807776:30807930,30809644:30812093,30812453:30815309,30818014:30818198,30819805:30820180,30824843:30825449,30828247:30828613,30849653:3084974', 'assoc_mat': '30591562:pet_fonce:4203:30591926,30594827:pet_fonce:4203:30595549,30597286:pet_fonce:4203:30597476,30598610:pet_fonce:4203:30598828,30599179:pet_fonce:4203:30599387,30607874:pet_fonce:4203:30608759,30610940:pet_fonce:4203:30611331,30621580:pet_fonce:4203:30622040,30622991:pet_fonce:4203:30623460,30628387:pet_fonce:4203:30628842,30628870:pet_fonce:4203:30629377,30642803:pet_fonce:4203:30643380,30642825:pet_fonce:4203:30647959,30645336:pet_fonce:4203:30648970,30649858:pet_fonce:4203:30650231,30651385:pet_fonce:4203:30651838,30659035:pet_fonce:4203:30659283,30661736:pet_fonce:4203:30661923,30663787:pet_fonce:4203:30664034,30666717:pet_fonce:4203:30666984,30691353:pet_fonce:4203:30691468,30692285:pet_fonce:4203:30692606,30692850:pet_fonce:4203:30693036,30694347:pet_fonce:4203:30694571,30694607:pet_fonce:4203:30694675,30698409:pet_fonce:4203:30698518,30699530:pet_fonce:4203:30699876,30701688:pet_fonce:4203:30702135,30703024:pet_fonce:4203:30703232,30707474:pet_fonce:4203:30707585,30716912:pet_fonce:4203:30717654,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033807908238721687, 'nb_photo': 61, 'list_port_cont': '30595046,30595772,30601414,30610656,30615836,30619395,30623053,30629097,30647589,30650635,30652308,30659705,30659714,30660414,30661657,30661785,30666859,30691366,30691751,30692316,30694387,30695315,30699614,30700677,30701760,30703036,30709868,30710112,30717321,30724235,30726537,30737165,30741968,30742430,30768448,30772765,30795774,30795882,30798300,30801267,30808962,30827290,30855586,30855610,30865998,30868099,30879139,30881478,30887048', 'assoc_port': '30594823:30595046,30595731:30595772,30601358:30601414,30610468:30610656,30615490:30615836,30619328:30619395,30622903:30623053,30628854:30629097,30647574:30647589,30650434:30650635,30652153:30652308,30659643:30661657,30659649:30659714,30659653:30659705,30660276:30660414,30661739:30661785,30666713:30666859,30691354:30691366,30691700:30691751,30692295:30692316,30693893:30695315,30694349:30694387,30699330:30701760,30699528:30699614,30700632:30700677,30703026:30703036,30709797:30710112,30709803:30709868,30716913:30717321,30724114:30724235,30726457:30726537,30736980:30737165,30741952:30741968,30742350:30742430,30767626:30768448,30772710:30772765,30795750:30795882,30795762:30795774,30798186:30798300,30801223:30801267,30807067:30808962,30827186:30827290,30855346:30855586,30855402:30855610,30865618:30865998,30867731:30868099,30879131:30879139,30881364:30881478,30887036:30887048', 'assoc_mat': '30594823:pet_fonce:4207:30595046,30595731:pet_fonce:4207:30595772,30601358:pet_fonce:4207:30601414,30610468:pet_fonce:4207:30610656,30615490:pet_fonce:4207:30615836,30619328:pet_fonce:4207:30619395,30622903:pet_fonce:4207:30623053,30628854:pet_fonce:4207:30629097,30647574:pet_fonce:4207:30647589,30650434:pet_fonce:4207:30650635,30652153:pet_fonce:4207:30652308,30659643:pet_fonce:4207:30661657,30659649:pet_fonce:4207:30659714,30659653:pet_fonce:4207:30659705,30660276:pet_fonce:4207:30660414,30661739:pet_fonce:4207:30661785,30666713:pet_fonce:4207:30666859,30691354:pet_fonce:4207:30691366,30691700:pet_fonce:4207:30691751,30692295:pet_fonce:4207:30692316,30693893:pet_fonce:4207:30695315,30694349:pet_fonce:4207:30694387,30699330:pet_fonce:4207:30701760,30699528:pet_fonce:4207:30699614,30700632:pet_fonce:4207:30700677,30703026:pet_fonce:4207:30703036,30709797:pet_fonce:4207:30710112,30709803:pet_fonce:4207:30709868,30716913:pet_fonce:4207:30717321,30724114:pet_fonce:4207:30724235,30726457:pet_fonce:4207:30726537,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00351542292773819, 'nb_photo': 57, 'list_port_cont': '30607107,30610832,30612442,30619499,30626209,30629028,30642948,30659743,30666930,30691865,30692418,30699410,30710159,30717344,30723937,30725711,30725741,30729505,30732245,30736071,30736155,30737115,30744371,30766597,30767759,30770839,30782451,30787106,30795847,30808841,30818999,30827474,30828416,30828432,30833737,30862952,30863039,30866054,30873746,30874333,30874683,30878628,30881144,30886419', 'assoc_port': '30606833:30607107,30610463:30610832,30610478:30612442,30619326:30619499,30625969:30626209,30628860:30629028,30642829:30642948,30659655:30659743,30661737:30666930,30691688:30691865,30692293:30692418,30699321:30699410,30709806:30710159,30716919:30717344,30723825:30723937,30725590:30725741,30725602:30725711,30726458:30729505,30727247:30732245,30736013:30736155,30736017:30736071,30736991:30737115,30741934:30744371,30766357:30766597,30767628:30767759,30770723:30770839,30781684:30782451,30787015:30787106,30795759:30795847,30808736:30808841,30818835:30818999,30824546:30827474,30828244:30833737,30828257:30828432,30828262:30828416,30862816:30863039,30862821:30862952,30865620:30866054,30873532:30873746,30873535:30874683,30874165:30874333,30876982:30878628,30880946:30881144,30886280:30886419', 'assoc_mat': '30606833:pet_fonce:4461:30607107,30610463:pet_fonce:4461:30610832,30610478:pet_fonce:4461:30612442,30619326:pet_fonce:4461:30619499,30625969:pet_fonce:4461:30626209,30628860:pet_fonce:4461:30629028,30642829:pet_fonce:4461:30642948,30659655:pet_fonce:4461:30659743,30661737:pet_fonce:4461:30666930,30691688:pet_fonce:4461:30691865,30692293:pet_fonce:4461:30692418,30699321:pet_fonce:4461:30699410,30709806:pet_fonce:4461:30710159,30716919:pet_fonce:4461:30717344,30723825:pet_fonce:4461:30723937,30725590:pet_fonce:4461:30725741,30725602:pet_fonce:4461:30725711,30726458:pet_fonce:4461:30729505,30727247:pet_fonce:4461:30732245,30736013:pet_fonce:4461:30736155,30736017:pet_fonce:4461:30736071,30736991:pet_fonce:4461:30737115,30741934:pet_fonce:4461:30744371,30766357:pet_fonce:4461:30766597,30767628:pet_fonce:4461:30767759,30770723:pet_fonce:4461:30770839,30781684:pet_fonce:4461:30782451,30787015:pet_fonce:4461:30787106,30795759:pet_fonce:4461:30795847,30808736:pet_fonce:4461:30808841,30818835:pet_fonce:4461:30818999,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8357923610722421, 'nb_photo': 125, 'list_port_cont': '30592564,30595030,30598706,30601673,30611542,30618978,30619542,30621893,30623084,30623729,30626175,30628577,30629329,30643035,30643284,30643967,30645443,30647640,30652285,30652447,30659260,30660226,30661061,30661122,30662726,30663913,30690318,30691112,30692398,30692860,30692939,30694500,30694808,30698293,30698963,30699657,30699821,30700163,30701925,30704080,30707672,30709909,30710958,30712572,30712696,30713781,30714852,30724258,30731295,30736048,30739655,30766509,30770926,30771938,30772333,30772849,30773748,30780752,30786448,30787074,30788484,30794927,30795936,30796961,30797219,30798605,30799909,30808805,30809787,30812690,30813599,30814098,30818690,30819950,30820855,30821348,30824966,30827444,30828348,30851270,30853094,30855596,30862921,30864131,30864479,30868452,30868959,30878549,30881103,30886187', 'assoc_port': '30592446:30592564,30594832:30595030,30598609:30598706,30598617:30601673,30609185:30611542,30618812:30618978,30619329:30619542,30621578:30621893,30621588:30623729,30622989:30623084,30625963:30626175,30628388:30628577,30628832:30629329,30642795:30643284,30642811:30643035,30643845:30643967,30645323:30645443,30647576:30647640,30649848:30652447,30652176:30652285,30659029:30659260,30659641:30660226,30659648:30661122,30659658:30661061,30662516:30662726,30663807:30663913,30690244:30690318,30691043:30691112,30691702:30692860,30692292:30692398,30692852:30692939,30694344:30694500,30694747:30694808,30698011:30698293,30698742:30698963,30699523:30699821,30699527:30699657,30700044:30700163,30701674:30701925,30703952:30704080,30707631:30707672,30709804:30709909,30710834:30710958,30712484:30712696,30712497:30712572,30713708:30713781,30714826:30714852,30724117:30724258,30727245:30731295,30736016:30736048,30739575:30739655,30766358:30766509,30769905:30771938,30770716:30770926,30772286:30772333,30772704:30772849,30773665:3077374', 'assoc_mat': '30592446:pet_fonce:4200:30592564,30594832:pet_fonce:4200:30595030,30598609:pet_fonce:4200:30598706,30598617:pet_fonce:4200:30601673,30609185:pet_fonce:4200:30611542,30618812:pet_fonce:4200:30618978,30619329:pet_fonce:4200:30619542,30621578:pet_fonce:4200:30621893,30621588:pet_fonce:4200:30623729,30622989:pet_fonce:4200:30623084,30625963:pet_fonce:4200:30626175,30628388:pet_fonce:4200:30628577,30628832:pet_fonce:4200:30629329,30642795:pet_fonce:4200:30643284,30642811:pet_fonce:4200:30643035,30643845:pet_fonce:4200:30643967,30645323:pet_fonce:4200:30645443,30647576:pet_fonce:4200:30647640,30649848:pet_fonce:4200:30652447,30652176:pet_fonce:4200:30652285,30659029:pet_fonce:4200:30659260,30659641:pet_fonce:4200:30660226,30659648:pet_fonce:4200:30661122,30659658:pet_fonce:4200:30661061,30662516:pet_fonce:4200:30662726,30663807:pet_fonce:4200:30663913,30690244:pet_fonce:4200:30690318,30691043:pet_fonce:4200:30691112,30691702:pet_fonce:4200:30692860,30692292:pet_fonce:4200:30692398,30692852:pet_fonce:4200:30692939,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006215470265942418, 'nb_photo': 60, 'list_port_cont': '30609514,30621883,30629295,30643043,30646869,30660487,30663058,30693441,30694659,30701851,30710983,30722275,30723922,30725775,30770081,30795380,30798739,30807242,30808623,30810475,30815178,30819980,30827507,30827522,30833812,30852718,30861220,30866163,30866177,30873795,30874777,30875369,30877019', 'assoc_port': '30609192:30609514,30621587:30621883,30628835:30629295,30642827:30643043,30646535:30646869,30660278:30660487,30662986:30663058,30693199:30693441,30694604:30694659,30701682:30701851,30710836:30710983,30721604:30722275,30723828:30723922,30725591:30725775,30769897:30770081,30794742:30795380,30798185:30798739,30807062:30807242,30808487:30808623,30809645:30810475,30814541:30815178,30819800:30819980,30827163:30827522,30827188:30827507,30833647:30833812,30852420:30852718,30861093:30861220,30865611:30866163,30865659:30866177,30873528:30873795,30874659:30874777,30875106:30875369,30876981:30877019', 'assoc_mat': '30609192:pet_fonce:4209:30609514,30621587:pet_fonce:4209:30621883,30628835:pet_fonce:4209:30629295,30642827:pet_fonce:4209:30643043,30646535:pet_fonce:4209:30646869,30660278:pet_fonce:4209:30660487,30662986:pet_fonce:4209:30663058,30693199:pet_fonce:4209:30693441,30694604:pet_fonce:4209:30694659,30701682:pet_fonce:4209:30701851,30710836:pet_fonce:4209:30710983,30721604:pet_fonce:4209:30722275,30723828:pet_fonce:4209:30723922,30725591:pet_fonce:4209:30725775,30769897:pet_fonce:4209:30770081,30794742:pet_fonce:4209:30795380,30798185:pet_fonce:4209:30798739,30807062:pet_fonce:4209:30807242,30808487:pet_fonce:4209:30808623,30809645:pet_fonce:4209:30810475,30814541:pet_fonce:4209:30815178,30819800:pet_fonce:4209:30819980,30827163:pet_fonce:4209:30827522,30827188:pet_fonce:4209:30827507,30833647:pet_fonce:4209:30833812,30852420:pet_fonce:4209:30852718,30861093:pet_fonce:4209:30861220,30865611:pet_fonce:4209:30866163,30865659:pet_fonce:4209:30866177,30873528:pet_fonce:4209:30873795,30874659:pet_fonce:4209:30874777,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007676677545719702, 'nb_photo': 594, 'list_port_cont': '30589602,30590806,30590827,30592598,30595065,30595250,30595290,30595443,30595872,30598472,30598807,30600396,30601496,30606679,30608031,30609580,30610743,30613036,30613391,30616357,30616548,30619581,30620081,30621774,30621916,30622023,30623272,30624593,30625682,30626603,30628631,30629532,30640347,30643019,30643140,30644048,30645708,30646928,30647678,30648042,30650071,30650114,30651697,30653073,30656030,30659213,30659875,30659892,30660507,30660775,30661882,30662748,30662814,30663956,30667064,30690927,30690944,30691082,30691180,30691945,30692473,30692503,30692997,30694034,30694036,30694485,30694506,30695337,30695393,30698093,30698448,30698933,30699078,30700252,30700457,30700767,30700773,30701969,30702937,30702954,30704107,30704340,30707744,30708309,30708344,30709441,30710627,30710998,30711018,30712741,30713036,30713854,30714928,30719478,30720525,30720538,30721804,30722770,30722780,30723633,30724013,30724375,30724404,30725822,30726315,30726593,30727470,30733881,30735323,30735680,30737277,30737322,30738444,3074062', 'assoc_port': '30589032:30589602,30590638:30590827,30590648:30590806,30592445:30592598,30594761:30595065,30594794:30595443,30594826:30595290,30594830:30595250,30595732:30595872,30598331:30598472,30598615:30598807,30599916:30600396,30601360:30601496,30606396:30606679,30607881:30608031,30609189:30609580,30610481:30610743,30610942:30613391,30612298:30616357,30612740:30613036,30612744:30616548,30619330:30619581,30619915:30620081,30621576:30622023,30621584:30621916,30621590:30621774,30622906:30623272,30622948:30625682,30624349:30624593,30625962:30626603,30628395:30628631,30628830:30629532,30639891:30640347,30642806:30643140,30642828:30643019,30643827:30644048,30645322:30645708,30646527:30646928,30647575:30647678,30647880:30648042,30649850:30650114,30649884:30650071,30651380:30651697,30652166:30653073,30652181:30656030,30659037:30659213,30659638:30659892,30659647:30659875,30660274:30660507,30660621:30660775,30661740:30661882,30661744:30667064,30662517:30662814,30662525:30662748,30663768:30663956,30690724:30690944,30690734:3069092', 'assoc_mat': '30589032:pet_fonce:4211:30589602,30590638:pet_fonce:4211:30590827,30590648:pet_fonce:4211:30590806,30592445:pet_fonce:4211:30592598,30594761:pet_fonce:4211:30595065,30594794:pet_fonce:4211:30595443,30594826:pet_fonce:4211:30595290,30594830:pet_fonce:4211:30595250,30595732:pet_fonce:4211:30595872,30598331:pet_fonce:4211:30598472,30598615:pet_fonce:4211:30598807,30599916:pet_fonce:4211:30600396,30601360:pet_fonce:4211:30601496,30606396:pet_fonce:4211:30606679,30607881:pet_fonce:4211:30608031,30609189:pet_fonce:4211:30609580,30610481:pet_fonce:4211:30610743,30610942:pet_fonce:4211:30613391,30612298:pet_fonce:4211:30616357,30612740:pet_fonce:4211:30613036,30612744:pet_fonce:4211:30616548,30619330:pet_fonce:4211:30619581,30619915:pet_fonce:4211:30620081,30621576:pet_fonce:4211:30622023,30621584:pet_fonce:4211:30621916,30621590:pet_fonce:4211:30621774,30622906:pet_fonce:4211:30623272,30622948:pet_fonce:4211:30625682,30624349:pet_fonce:4211:30624593,30625962:pet_fonce:4211:30626603,30628395:pet_fonce:4211:30628631,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.019888167258772266, 'nb_photo': 3034, 'list_port_cont': '30590891,30590907,30591835,30592758,30593931,30595428,30595595,30596726,30598563,30599134,30601520,30601648,30601741,30606739,30607199,30607228,30607232,30608130,30608349,30610778,30610808,30610923,30611166,30612567,30612579,30612677,30612881,30616299,30616364,30619022,30619649,30620118,30620803,30621936,30621979,30623241,30623810,30624734,30625802,30626302,30628763,30629305,30629412,30629489,30643218,30643249,30644149,30644176,30645798,30645903,30647708,30647761,30649162,30650837,30651311,30652700,30654342,30654360,30659240,30659940,30659959,30659976,30660555,30660817,30660916,30660923,30661967,30667008,30667023,30667042,30690403,30690439,30690998,30691143,30691167,30691207,30691920,30691964,30692028,30692798,30693055,30693177,30694098,30694538,30694914,30695444,30699446,30699456,30699481,30699806,30700484,30700790,30700822,30702084,30703243,30703286,30703406,30704172,30704197,30707776,30707898,30708387,30708666,30709548,30710655,30710664,30711877,30712756,30712845,30712916,30712979,30714107,30714389,3071753', 'assoc_port': '30590636:30590891,30590647:30590907,30591563:30591835,30592444:30592758,30593705:30593931,30594790:30595595,30594825:30595428,30595729:30601741,30595995:30596726,30598327:30598563,30598952:30599134,30601357:30601520,30601359:30601648,30606397:30606739,30606829:30607228,30606834:30607199,30606861:30607232,30607873:30608349,30607883:30608130,30610470:30610923,30610475:30610778,30610479:30610808,30610944:30611166,30612248:30612567,30612252:30612677,30612296:30612579,30612746:30612881,30615485:30616299,30615487:30616364,30618813:30619022,30619327:30619649,30619913:30620118,30620570:30620803,30621581:30621936,30621585:30621979,30622901:30623810,30622907:30623241,30624345:30624734,30625489:30625802,30625973:30626302,30628403:30628763,30628853:30629412,30628862:30629489,30628874:30629305,30642799:30643249,30642814:30643218,30642819:30644149,30643810:30644176,30645304:30645903,30645334:30645798,30646524:30647761,30647572:30647708,30648603:30649162,30650433:30651311,30650437:30650837,30652137:30654360,30652161:3065270', 'assoc_mat': '30590636:pet_fonce:3327:30590891,30590647:pet_fonce:3327:30590907,30591563:pet_fonce:3327:30591835,30592444:pet_fonce:3327:30592758,30593705:pet_fonce:3327:30593931,30594790:pet_fonce:3327:30595595,30594825:pet_fonce:3327:30595428,30595729:pet_fonce:3327:30601741,30595995:pet_fonce:3327:30596726,30598327:pet_fonce:3327:30598563,30598952:pet_fonce:3327:30599134,30601357:pet_fonce:3327:30601520,30601359:pet_fonce:3327:30601648,30606397:pet_fonce:3327:30606739,30606829:pet_fonce:3327:30607228,30606834:pet_fonce:3327:30607199,30606861:pet_fonce:3327:30607232,30607873:pet_fonce:3327:30608349,30607883:pet_fonce:3327:30608130,30610470:pet_fonce:3327:30610923,30610475:pet_fonce:3327:30610778,30610479:pet_fonce:3327:30610808,30610944:pet_fonce:3327:30611166,30612248:pet_fonce:3327:30612567,30612252:pet_fonce:3327:30612677,30612296:pet_fonce:3327:30612579,30612746:pet_fonce:3327:30612881,30615485:pet_fonce:3327:30616299,30615487:pet_fonce:3327:30616364,30618813:pet_fonce:3327:30619022,30619327:pet_fonce:3327:30619649,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0018330781953828832, 'nb_photo': 23, 'list_port_cont': '30666975,30699069,30700239,30701832,30704118,30717287,30740645,30770795,30770985,30772894,30773932,30788714', 'assoc_port': '30666723:30666975,30699021:30699069,30700040:30700239,30701684:30701832,30703956:30704118,30716924:30717287,30740247:30740645,30770705:30770985,30770708:30770795,30772702:30772894,30773666:30773932,30788263:30788714', 'assoc_mat': '30666723:pet_fonce:3594:30666975,30699021:pet_fonce:3594:30699069,30700040:pet_fonce:3594:30700239,30701684:pet_fonce:3594:30701832,30703956:pet_fonce:3594:30704118,30716924:pet_fonce:3594:30717287,30740247:pet_fonce:3594:30740645,30770705:pet_fonce:3594:30770985,30770708:pet_fonce:3594:30770795,30772702:pet_fonce:3594:30772894,30773666:pet_fonce:3594:30773932,30788263:pet_fonce:3594:30788714'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007157548278570072, 'nb_photo': 208, 'list_port_cont': '30593805,30598640,30599032,30610675,30612782,30621642,30623598,30633659,30646730,30651512,30660661,30661049,30662621,30691799,30693980,30700219,30700375,30702834,30708229,30711370,30712663,30714300,30722628,30726259,30737063,30740505,30743128,30767388,30767464,30770894,30780438,30783583,30787094,30793369,30795899,30799928,30807179,30811946,30813636,30814069,30820830,30831489,30852727,30861293,30861508,30863639,30868149,30874313,30877135', 'assoc_port': '30593708:30593805,30598618:30598640,30598948:30599032,30610474:30610675,30612752:30612782,30621589:30621642,30623556:30623598,30628402:30633659,30646536:30646730,30651375:30651512,30659651:30661049,30660619:30660661,30662522:30662621,30691698:30691799,30693892:30693980,30700041:30700219,30700325:30700375,30702695:30702834,30708193:30708229,30711330:30711370,30712488:30712663,30714264:30714300,30722608:30722628,30726241:30726259,30736995:30737063,30740250:30740505,30742941:30743128,30767185:30767464,30767190:30767388,30770715:30770894,30780306:30780438,30783382:30783583,30787016:30787094,30793123:30793369,30795753:30795899,30799843:30799928,30807073:30807179,30811806:30811946,30813479:30813636,30813960:30814069,30820630:30820830,30827848:30831489,30852458:30852727,30861080:30861508,30861085:30861293,30862824:30863639,30867718:30868149,30874161:30874313,30876993:30877135', 'assoc_mat': '30593708:pet_opaque:4205:30593805,30598618:pet_opaque:4205:30598640,30598948:pet_opaque:4205:30599032,30610474:pet_opaque:4205:30610675,30612752:pet_opaque:4205:30612782,30621589:pet_opaque:4205:30621642,30623556:pet_opaque:4205:30623598,30628402:pet_opaque:4205:30633659,30646536:pet_opaque:4205:30646730,30651375:pet_opaque:4205:30651512,30659651:pet_opaque:4205:30661049,30660619:pet_opaque:4205:30660661,30662522:pet_opaque:4205:30662621,30691698:pet_opaque:4205:30691799,30693892:pet_opaque:4205:30693980,30700041:pet_opaque:4205:30700219,30700325:pet_opaque:4205:30700375,30702695:pet_opaque:4205:30702834,30708193:pet_opaque:4205:30708229,30711330:pet_opaque:4205:30711370,30712488:pet_opaque:4205:30712663,30714264:pet_opaque:4205:30714300,30722608:pet_opaque:4205:30722628,30726241:pet_opaque:4205:30726259,30736995:pet_opaque:4205:30737063,30740250:pet_opaque:4205:30740505,30742941:pet_opaque:4205:30743128,30767185:pet_opaque:4205:30767464,30767190:pet_opaque:4205:30767388,30770715:pet_opaque:4205:30770894,3078'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01081293624548295, 'nb_photo': 1677, 'list_port_cont': '30591927,30595543,30597479,30598815,30599388,30608762,30611327,30622052,30623457,30628843,30629384,30643377,30647953,30648971,30650225,30651843,30659280,30661931,30664021,30666990,30691466,30692602,30693027,30694568,30694678,30698517,30699883,30702140,30703222,30707580,30709249,30717618,30717645,30720741,30722820,30725968,30727674,30737711,30739952,30742389,30767675,30769297,30774065,30781994,30785503,30787493,30794677,30797317,30799836,30801393,30807938,30812087,30815313,30818200,30820188,30825455,30828626,30849756,30853055,30855997,30862562,30866286,30868470,30869136,30874821,30879260,30879510,30881236,30886682', 'assoc_port': '30591562:30591927,30594827:30595543,30597286:30597479,30598610:30598815,30599179:30599388,30607874:30608762,30610940:30611327,30621580:30622052,30622991:30623457,30628387:30628843,30628870:30629384,30642803:30643377,30642825:30647953,30645336:30648971,30649858:30650225,30651385:30651843,30659035:30659280,30661736:30661931,30663787:30664021,30666717:30666990,30691353:30691466,30692285:30692602,30692850:30693027,30694347:30694568,30694607:30694678,30698409:30698517,30699530:30699883,30701688:30702140,30703024:30703222,30707474:30707580,30709226:30709249,30716912:30717645,30716916:30717618,30720606:30720741,30722607:30722820,30725593:30725968,30727243:30727674,30736977:30737711,30739558:30739952,30741935:30742389,30767182:30767675,30769118:30769297,30773667:30774065,30781690:30781994,30785189:30785503,30787323:30787493,30794321:30794677,30796900:30797317,30799460:30799836,30801207:30801393,30807776:30807938,30809644:30812087,30812453:30815313,30818014:30818200,30819805:30820188,30824843:30825455,30828247:3082862', 'assoc_mat': '30591562:pet_opaque:4203:30591927,30594827:pet_opaque:4203:30595543,30597286:pet_opaque:4203:30597479,30598610:pet_opaque:4203:30598815,30599179:pet_opaque:4203:30599388,30607874:pet_opaque:4203:30608762,30610940:pet_opaque:4203:30611327,30621580:pet_opaque:4203:30622052,30622991:pet_opaque:4203:30623457,30628387:pet_opaque:4203:30628843,30628870:pet_opaque:4203:30629384,30642803:pet_opaque:4203:30643377,30642825:pet_opaque:4203:30647953,30645336:pet_opaque:4203:30648971,30649858:pet_opaque:4203:30650225,30651385:pet_opaque:4203:30651843,30659035:pet_opaque:4203:30659280,30661736:pet_opaque:4203:30661931,30663787:pet_opaque:4203:30664021,30666717:pet_opaque:4203:30666990,30691353:pet_opaque:4203:30691466,30692285:pet_opaque:4203:30692602,30692850:pet_opaque:4203:30693027,30694347:pet_opaque:4203:30694568,30694607:pet_opaque:4203:30694678,30698409:pet_opaque:4203:30698517,30699530:pet_opaque:4203:30699883,30701688:pet_opaque:4203:30702140,30703024:pet_opaque:4203:30703222,30707474:pet_opaque:4203:30707580,3070'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0036319706220216425, 'nb_photo': 319, 'list_port_cont': '30589098,30591367,30594946,30594960,30595017,30595149,30595156,30595273,30595767,30598352,30598406,30599014,30601409,30601422,30606930,30607090,30610595,30611035,30612362,30612419,30612494,30615848,30615992,30619392,30619981,30620666,30621660,30621685,30621763,30623037,30623046,30624432,30625571,30626132,30628486,30628940,30629089,30629201,30639008,30642860,30642921,30643094,30643934,30646695,30647592,30647918,30649228,30650629,30651207,30651433,30652427,30653294,30655965,30659698,30659825,30660413,30661793,30662134,30666742,30666807,30666860,30690285,30690794,30690829,30691067,30691130,30691744,30692363,30692967,30693906,30694384,30694398,30694772,30694785,30695318,30698078,30698412,30699362,30699619,30700337,30700660,30703063,30703148,30703200,30704675,30708248,30709823,30709836,30709982,30712554,30713317,30716975,30716991,30717243,30717322,30717419,30719257,30722251,30722626,30722655,30722672,30723874,30724232,30724604,30724814,30725657,30726529,30727381,30727704,30727871,30735206,30737087,30737738,3073836', 'assoc_port': '30589033:30589098,30590643:30591367,30594760:30595273,30594764:30595156,30594777:30595149,30594792:30595017,30594828:30594946,30594833:30594960,30595731:30595767,30598325:30598406,30598330:30598352,30598950:30599014,30601356:30601422,30601358:30601409,30606831:30607090,30606862:30606930,30610473:30610595,30610921:30611035,30612250:30612419,30612251:30612494,30612283:30612362,30615488:30615992,30615490:30615848,30619328:30619392,30619914:30619981,30620571:30620666,30621579:30621763,30621583:30621685,30621586:30621660,30622903:30623046,30622908:30623037,30622970:30624432,30625481:30625571,30625966:30626132,30628404:30628486,30628852:30629201,30628854:30629089,30628861:30639008,30628873:30628940,30642797:30643094,30642812:30642921,30642818:30642860,30643846:30643934,30646539:30646695,30647574:30647592,30647877:30647918,30649156:30649228,30650434:30650629,30650442:30651207,30651384:30651433,30652146:30652427,30652173:30653294,30652186:30655965,30659611:30659825,30659653:30659698,30660276:30660413,30660620:3066213', 'assoc_mat': '30589033:pet_opaque:4207:30589098,30590643:pet_opaque:4207:30591367,30594760:pet_opaque:4207:30595273,30594764:pet_opaque:4207:30595156,30594777:pet_opaque:4207:30595149,30594792:pet_opaque:4207:30595017,30594828:pet_opaque:4207:30594946,30594833:pet_opaque:4207:30594960,30595731:pet_opaque:4207:30595767,30598325:pet_opaque:4207:30598406,30598330:pet_opaque:4207:30598352,30598950:pet_opaque:4207:30599014,30601356:pet_opaque:4207:30601422,30601358:pet_opaque:4207:30601409,30606831:pet_opaque:4207:30607090,30606862:pet_opaque:4207:30606930,30610473:pet_opaque:4207:30610595,30610921:pet_opaque:4207:30611035,30612250:pet_opaque:4207:30612419,30612251:pet_opaque:4207:30612494,30612283:pet_opaque:4207:30612362,30615488:pet_opaque:4207:30615992,30615490:pet_opaque:4207:30615848,30619328:pet_opaque:4207:30619392,30619914:pet_opaque:4207:30619981,30620571:pet_opaque:4207:30620666,30621579:pet_opaque:4207:30621763,30621583:pet_opaque:4207:30621685,30621586:pet_opaque:4207:30621660,30622903:pet_opaque:4207:30623046,3062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008586067366429556, 'nb_photo': 372, 'list_port_cont': '30595106,30595367,30595790,30596465,30598359,30598445,30599054,30601459,30607109,30610829,30612511,30616068,30619510,30620721,30621723,30623077,30623146,30625623,30626204,30629027,30629131,30642882,30642945,30643165,30645490,30649276,30649297,30650662,30652327,30653623,30659741,30659789,30659848,30660445,30666780,30666873,30666926,30690866,30690888,30691770,30692422,30693990,30694447,30694835,30698109,30699407,30700391,30700426,30701877,30703129,30704972,30707688,30708286,30710133,30710160,30717154,30717385,30717485,30717553,30721692,30721850,30722678,30723941,30724325,30724508,30725700,30729513,30732240,30736147,30737108,30737837,30741546,30742037,30744367,30766588,30767434,30767756,30769214,30770849,30771253,30775871,30775946,30779823,30782458,30786332,30786382,30786499,30787113,30788543,30794822,30796982,30798050,30799590,30800755,30800789,30807276,30807697,30808836,30810505,30811977,30812609,30814107,30814148,30818996,30820330,30824699,30827306,30827364,30828431,30855650,30861442,30861588,30861997,3086295', 'assoc_port': '30594758:30595367,30594796:30595106,30594829:30595790,30595997:30596465,30598328:30598359,30598332:30598445,30598957:30599054,30601361:30601459,30606833:30607109,30610463:30610829,30612253:30612511,30615489:30616068,30619326:30619510,30620568:30620721,30621582:30621723,30622904:30623146,30622928:30623077,30625444:30625623,30625969:30626204,30628855:30629131,30628860:30629027,30642793:30643165,30642815:30642882,30642829:30642945,30645333:30645490,30647557:30649297,30649171:30649276,30650440:30650662,30652163:30652327,30653102:30653623,30659624:30659848,30659645:30659789,30659655:30659741,30660279:30660445,30661737:30666926,30666709:30666780,30666716:30666873,30690722:30690888,30690733:30690866,30691703:30691770,30692293:30692422,30693891:30693990,30694343:30694447,30694746:30694835,30698013:30698109,30699321:30699407,30700321:30700426,30700324:30700391,30701692:30701877,30703025:30703129,30703950:30704972,30707626:30707688,30708195:30708286,30709799:30710133,30709806:30710160,30710838:30717553,30716911:3071748', 'assoc_mat': '30594758:pet_opaque:4461:30595367,30594796:pet_opaque:4461:30595106,30594829:pet_opaque:4461:30595790,30595997:pet_opaque:4461:30596465,30598328:pet_opaque:4461:30598359,30598332:pet_opaque:4461:30598445,30598957:pet_opaque:4461:30599054,30601361:pet_opaque:4461:30601459,30606833:pet_opaque:4461:30607109,30610463:pet_opaque:4461:30610829,30612253:pet_opaque:4461:30612511,30615489:pet_opaque:4461:30616068,30619326:pet_opaque:4461:30619510,30620568:pet_opaque:4461:30620721,30621582:pet_opaque:4461:30621723,30622904:pet_opaque:4461:30623146,30622928:pet_opaque:4461:30623077,30625444:pet_opaque:4461:30625623,30625969:pet_opaque:4461:30626204,30628855:pet_opaque:4461:30629131,30628860:pet_opaque:4461:30629027,30642793:pet_opaque:4461:30643165,30642815:pet_opaque:4461:30642882,30642829:pet_opaque:4461:30642945,30645333:pet_opaque:4461:30645490,30647557:pet_opaque:4461:30649297,30649171:pet_opaque:4461:30649276,30650440:pet_opaque:4461:30650662,30652163:pet_opaque:4461:30652327,30653102:pet_opaque:4461:30653623,3065'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.019596926315127397, 'nb_photo': 4804, 'list_port_cont': '30589143,30590672,30590690,30591710,30591719,30592560,30595034,30595238,30595847,30596290,30598433,30598693,30598989,30599246,30601681,30606609,30607070,30607944,30608006,30609457,30611524,30611754,30612481,30612930,30612944,30618977,30619541,30620344,30621903,30623089,30623139,30623736,30624080,30626180,30628576,30628965,30628985,30629219,30629321,30643037,30643283,30643966,30645454,30646724,30647013,30647647,30649989,30652286,30652411,30652451,30652468,30653559,30659261,30660229,30660692,30661073,30661113,30661833,30662597,30662712,30663903,30690314,30691114,30691432,30691833,30692394,30692450,30692858,30692873,30692935,30693015,30693953,30694503,30694633,30694802,30698301,30698871,30698955,30699651,30699823,30700168,30700709,30701811,30701928,30702806,30702864,30703991,30704072,30704620,30707670,30707726,30708217,30709911,30710101,30710957,30711232,30711400,30712569,30712639,30712703,30713783,30714862,30717223,30720651,30721651,30721668,30722727,30723375,30723890,30724263,30724321,30725682,30726290,3072717', 'assoc_port': '30589034:30589143,30590639:30590672,30590640:30590690,30591564:30591710,30591565:30591719,30592446:30592560,30594820:30595238,30594832:30595034,30595730:30595847,30595999:30596290,30598329:30598433,30598609:30598693,30598617:30601681,30598951:30598989,30599177:30599246,30606399:30606609,30606828:30607070,30607877:30608006,30607884:30607944,30609185:30611524,30609199:30609457,30610949:30611754,30612256:30612481,30612739:30612944,30612745:30612930,30618812:30618977,30619329:30619541,30620242:30620344,30621578:30621903,30621588:30623736,30622905:30623139,30622989:30623089,30623745:30624080,30625963:30626180,30628388:30628576,30628832:30629321,30628858:30629219,30628869:30628985,30628872:30628965,30642795:30643283,30642811:30643037,30642821:30647013,30643845:30643966,30645323:30645454,30646532:30646724,30647576:30647647,30649848:30652451,30649862:30649989,30652140:30652468,30652157:30652411,30652176:30652286,30653103:30653559,30659029:30659261,30659641:30660229,30659648:30661113,30659658:30661073,30660618:3066069', 'assoc_mat': '30589034:pet_opaque:4200:30589143,30590639:pet_opaque:4200:30590672,30590640:pet_opaque:4200:30590690,30591564:pet_opaque:4200:30591710,30591565:pet_opaque:4200:30591719,30592446:pet_opaque:4200:30592560,30594820:pet_opaque:4200:30595238,30594832:pet_opaque:4200:30595034,30595730:pet_opaque:4200:30595847,30595999:pet_opaque:4200:30596290,30598329:pet_opaque:4200:30598433,30598609:pet_opaque:4200:30598693,30598617:pet_opaque:4200:30601681,30598951:pet_opaque:4200:30598989,30599177:pet_opaque:4200:30599246,30606399:pet_opaque:4200:30606609,30606828:pet_opaque:4200:30607070,30607877:pet_opaque:4200:30608006,30607884:pet_opaque:4200:30607944,30609185:pet_opaque:4200:30611524,30609199:pet_opaque:4200:30609457,30610949:pet_opaque:4200:30611754,30612256:pet_opaque:4200:30612481,30612739:pet_opaque:4200:30612944,30612745:pet_opaque:4200:30612930,30618812:pet_opaque:4200:30618977,30619329:pet_opaque:4200:30619541,30620242:pet_opaque:4200:30620344,30621578:pet_opaque:4200:30621903,30621588:pet_opaque:4200:30623736,3062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007415061923855886, 'nb_photo': 340, 'list_port_cont': '30590845,30595007,30595093,30599102,30609507,30610729,30612543,30616211,30620208,30621885,30623200,30629291,30639154,30643059,30646878,30650742,30653674,30660480,30661681,30661877,30666851,30691878,30692303,30692377,30693438,30694665,30701852,30703172,30710047,30710981,30717304,30722271,30723898,30723930,30724385,30724932,30725777,30725798,30727743,30738466,30770091,30770973,30780771,30782888,30785326,30789681,30795369,30795963,30798733,30799625,30801345,30807231,30808625,30809660,30810481,30812011,30815167,30815929,30819977,30820376,30820889,30827494,30827520,30828516,30833804,30850308,30852717,30856547,30859943,30859995,30861196,30861219,30861263,30861339,30861382,30861556,30861569,30863912,30864599,30866150,30866171,30873681,30873788,30874779,30875373,30877016,30878668,30881198,30881537,30886630', 'assoc_port': '30590646:30590845,30594791:30595007,30594835:30595093,30598956:30599102,30609192:30609507,30610467:30610729,30612295:30612543,30615492:30616211,30619912:30620208,30621587:30621885,30622992:30623200,30628835:30629291,30638945:30639154,30642827:30643059,30646535:30646878,30650439:30650742,30652165:30653674,30659642:30661681,30660278:30660480,30661742:30661877,30666722:30666851,30691692:30691878,30692288:30692303,30692289:30692377,30693199:30693438,30694604:30694665,30701682:30701852,30703021:30703172,30709801:30710047,30710836:30710981,30716925:30717304,30721604:30722271,30723827:30723898,30723828:30723930,30724085:30724385,30724754:30724932,30725591:30725777,30725598:30725798,30727649:30727743,30738354:30738466,30769897:30770091,30770717:30770973,30780580:30780771,30782760:30782888,30785185:30785326,30786233:30789681,30794742:30795369,30795766:30795963,30798185:30798733,30799463:30799625,30800661:30801345,30807062:30807231,30808487:30808625,30809633:30809660,30809645:30810481,30811812:30812011,30813476:3081592', 'assoc_mat': '30590646:pet_opaque:4209:30590845,30594791:pet_opaque:4209:30595007,30594835:pet_opaque:4209:30595093,30598956:pet_opaque:4209:30599102,30609192:pet_opaque:4209:30609507,30610467:pet_opaque:4209:30610729,30612295:pet_opaque:4209:30612543,30615492:pet_opaque:4209:30616211,30619912:pet_opaque:4209:30620208,30621587:pet_opaque:4209:30621885,30622992:pet_opaque:4209:30623200,30628835:pet_opaque:4209:30629291,30638945:pet_opaque:4209:30639154,30642827:pet_opaque:4209:30643059,30646535:pet_opaque:4209:30646878,30650439:pet_opaque:4209:30650742,30652165:pet_opaque:4209:30653674,30659642:pet_opaque:4209:30661681,30660278:pet_opaque:4209:30660480,30661742:pet_opaque:4209:30661877,30666722:pet_opaque:4209:30666851,30691692:pet_opaque:4209:30691878,30692288:pet_opaque:4209:30692303,30692289:pet_opaque:4209:30692377,30693199:pet_opaque:4209:30693438,30694604:pet_opaque:4209:30694665,30701682:pet_opaque:4209:30701852,30703021:pet_opaque:4209:30703172,30709801:pet_opaque:4209:30710047,30710836:pet_opaque:4209:30710981,3071'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003827650031049561, 'nb_photo': 6285, 'list_port_cont': '30589599,30590799,30590829,30592599,30595063,30595249,30595292,30595451,30595885,30596561,30598474,30598797,30600393,30601501,30606664,30606675,30608027,30609577,30610734,30613038,30613400,30616347,30616561,30619597,30620084,30621778,30621915,30622033,30623270,30624578,30625681,30626616,30628632,30629281,30629534,30640343,30643012,30643104,30643124,30644059,30645709,30646916,30647680,30648043,30650075,30650113,30651692,30653087,30653778,30656024,30659219,30659880,30659900,30660510,30660769,30661377,30661885,30662744,30662804,30663958,30667061,30690926,30690952,30691078,30691178,30691903,30691949,30692001,30692463,30692485,30692506,30692993,30694021,30694045,30694476,30694520,30695342,30695395,30698092,30698447,30698919,30698930,30699087,30700241,30700463,30700765,30700778,30701972,30702878,30702926,30702955,30704095,30704345,30705377,30707749,30708321,30708343,30709429,30709445,30710632,30710994,30711016,30712674,30712742,30713034,30713859,30714926,30719470,30720524,30720551,30721810,30721815,30722777,3072278', 'assoc_port': '30589032:30589599,30590638:30590829,30590648:30590799,30592445:30592599,30594761:30595063,30594794:30595451,30594826:30595292,30594830:30595249,30595732:30595885,30596000:30596561,30598331:30598474,30598615:30598797,30599916:30600393,30601360:30601501,30606396:30606675,30606405:30606664,30607881:30608027,30609189:30609577,30610481:30610734,30610942:30613400,30612298:30616347,30612740:30613038,30612744:30616561,30619330:30619597,30619915:30620084,30621576:30622033,30621584:30621915,30621590:30621778,30622906:30623270,30622948:30625681,30624349:30624578,30625962:30626616,30628395:30628632,30628830:30629534,30628859:30629281,30639891:30640343,30642806:30643124,30642816:30643104,30642828:30643012,30643827:30644059,30645322:30645709,30646527:30646916,30647575:30647680,30647880:30648043,30649850:30650113,30649884:30650075,30651380:30651692,30652166:30653087,30652181:30656024,30653104:30653778,30659037:30659219,30659638:30659900,30659647:30659880,30659654:30661377,30660274:30660510,30660621:30660769,30661740:3066188', 'assoc_mat': '30589032:pet_opaque:4211:30589599,30590638:pet_opaque:4211:30590829,30590648:pet_opaque:4211:30590799,30592445:pet_opaque:4211:30592599,30594761:pet_opaque:4211:30595063,30594794:pet_opaque:4211:30595451,30594826:pet_opaque:4211:30595292,30594830:pet_opaque:4211:30595249,30595732:pet_opaque:4211:30595885,30596000:pet_opaque:4211:30596561,30598331:pet_opaque:4211:30598474,30598615:pet_opaque:4211:30598797,30599916:pet_opaque:4211:30600393,30601360:pet_opaque:4211:30601501,30606396:pet_opaque:4211:30606675,30606405:pet_opaque:4211:30606664,30607881:pet_opaque:4211:30608027,30609189:pet_opaque:4211:30609577,30610481:pet_opaque:4211:30610734,30610942:pet_opaque:4211:30613400,30612298:pet_opaque:4211:30616347,30612740:pet_opaque:4211:30613038,30612744:pet_opaque:4211:30616561,30619330:pet_opaque:4211:30619597,30619915:pet_opaque:4211:30620084,30621576:pet_opaque:4211:30622033,30621584:pet_opaque:4211:30621915,30621590:pet_opaque:4211:30621778,30622906:pet_opaque:4211:30623270,30622948:pet_opaque:4211:30625681,3062'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006404401284085454, 'nb_photo': 1364, 'list_port_cont': '30589077,30594980,30595830,30601438,30605129,30606980,30610596,30612411,30615786,30618885,30620742,30623017,30624500,30625541,30628919,30629008,30646606,30649223,30650654,30652367,30653507,30658063,30660396,30661776,30661803,30666756,30666832,30666914,30690816,30692334,30692913,30694365,30695350,30698429,30700152,30700358,30700370,30702571,30704006,30710078,30710929,30710933,30716575,30717064,30717233,30720509,30723290,30723841,30726300,30726508,30729340,30737000,30737094,30737221,30738412,30740730,30742825,30769172,30770823,30772739,30773704,30781887,30782813,30783487,30786264,30786304,30793198,30796949,30797670,30797676,30799899,30800717,30807118,30808387,30809725,30810401,30811877,30813536,30814080,30818521,30819961,30824609,30827346,30827439,30828376,30851223,30853387,30859795,30859810,30859819,30859867,30859915,30861128,30861156,30861334,30861389,30861419,30862132,30865939,30865973,30867248,30873592,30877081,30878539,30881052,30881116', 'assoc_port': '30589036:30589077,30594793:30595830,30594831:30594980,30601354:30601438,30605112:30605129,30606832:30606980,30610471:30610596,30610483:30612411,30615491:30615786,30618814:30618885,30620569:30620742,30622909:30624500,30622951:30623017,30625485:30625541,30628857:30629008,30628868:30628919,30646530:30646606,30649154:30649223,30650436:30650654,30652148:30652367,30652168:30653507,30658013:30658063,30660275:30660396,30661731:30661803,30661741:30661776,30666710:30666914,30666712:30666832,30666718:30666756,30690726:30690816,30692287:30692334,30692849:30692913,30694350:30694365,30695302:30695350,30698407:30698429,30700038:30700152,30700326:30700370,30700327:30700358,30701677:30702571,30703949:30704006,30709798:30710078,30710833:30710933,30710841:30710929,30716568:30716575,30716915:30717233,30716921:30717064,30720436:30720509,30722578:30723290,30723832:30723841,30725596:30726300,30726459:30726508,30727238:30729340,30736976:30737221,30736984:30737094,30736994:30737000,30738355:30738412,30739570:30740730,30741941:3074282', 'assoc_mat': '30589036:plastique:3726:30589077,30594793:plastique:3726:30595830,30594831:plastique:3726:30594980,30601354:plastique:3726:30601438,30605112:plastique:3726:30605129,30606832:plastique:3726:30606980,30610471:plastique:3726:30610596,30610483:plastique:3726:30612411,30615491:plastique:3726:30615786,30618814:plastique:3726:30618885,30620569:plastique:3726:30620742,30622909:plastique:3726:30624500,30622951:plastique:3726:30623017,30625485:plastique:3726:30625541,30628857:plastique:3726:30629008,30628868:plastique:3726:30628919,30646530:plastique:3726:30646606,30649154:plastique:3726:30649223,30650436:plastique:3726:30650654,30652148:plastique:3726:30652367,30652168:plastique:3726:30653507,30658013:plastique:3726:30658063,30660275:plastique:3726:30660396,30661731:plastique:3726:30661803,30661741:plastique:3726:30661776,30666710:plastique:3726:30666914,30666712:plastique:3726:30666832,30666718:plastique:3726:30666756,30690726:plastique:3726:30690816,30692287:plastique:3726:30692334,30692849:plastique:3726:30692913,3'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00670509435302798, 'nb_photo': 2492, 'list_port_cont': '30589076,30594984,30595828,30601446,30605137,30606978,30610603,30612404,30615789,30618886,30620739,30623021,30624495,30625534,30628925,30629010,30646611,30649217,30650650,30652362,30653498,30660392,30661772,30661802,30666753,30666833,30666913,30690819,30692342,30692911,30694370,30695354,30698433,30700154,30700357,30700362,30702573,30704015,30710077,30710928,30710937,30716577,30717062,30717239,30720507,30723289,30723843,30726303,30726509,30729346,30737003,30737090,30737214,30738413,30740729,30742832,30769165,30770831,30772730,30773701,30781885,30782818,30783491,30786271,30786305,30793201,30796945,30797662,30797686,30799893,30800712,30807114,30808391,30809722,30810399,30811876,30813535,30814075,30818528,30819957,30824615,30827351,30827433,30828372,30849675,30851222,30852617,30853392,30859802,30859809,30859827,30859869,30859912,30861133,30861158,30861247,30861393,30861425,30862139,30865942,30865968,30867254,30873600,30877083,30878533,30881050,30881110', 'assoc_port': '30589036:30589076,30594793:30595828,30594831:30594984,30601354:30601446,30605112:30605137,30606832:30606978,30610471:30610603,30610483:30612404,30615491:30615789,30618814:30618886,30620569:30620739,30622909:30624495,30622951:30623021,30625485:30625534,30628857:30629010,30628868:30628925,30646530:30646611,30649154:30649217,30650436:30650650,30652148:30652362,30652168:30653498,30660275:30660392,30661731:30661802,30661741:30661772,30666710:30666913,30666712:30666833,30666718:30666753,30690726:30690819,30692287:30692342,30692849:30692911,30694350:30694370,30695302:30695354,30698407:30698433,30700038:30700154,30700326:30700362,30700327:30700357,30701677:30702573,30703949:30704015,30709798:30710077,30710833:30710937,30710841:30710928,30716568:30716577,30716915:30717239,30716921:30717062,30720436:30720507,30722578:30723289,30723832:30723843,30725596:30726303,30726459:30726509,30727238:30729346,30736976:30737214,30736984:30737090,30736994:30737003,30738355:30738413,30739570:30740729,30741941:30742832,30769116:3076916', 'assoc_mat': '30589036:Teint_Dans_La_Masse:3726:30589076,30594793:Teint_Dans_La_Masse:3726:30595828,30594831:Teint_Dans_La_Masse:3726:30594984,30601354:Teint_Dans_La_Masse:3726:30601446,30605112:Teint_Dans_La_Masse:3726:30605137,30606832:Teint_Dans_La_Masse:3726:30606978,30610471:Teint_Dans_La_Masse:3726:30610603,30610483:Teint_Dans_La_Masse:3726:30612404,30615491:Teint_Dans_La_Masse:3726:30615789,30618814:Teint_Dans_La_Masse:3726:30618886,30620569:Teint_Dans_La_Masse:3726:30620739,30622909:Teint_Dans_La_Masse:3726:30624495,30622951:Teint_Dans_La_Masse:3726:30623021,30625485:Teint_Dans_La_Masse:3726:30625534,30628857:Teint_Dans_La_Masse:3726:30629010,30628868:Teint_Dans_La_Masse:3726:30628925,30646530:Teint_Dans_La_Masse:3726:30646611,30649154:Teint_Dans_La_Masse:3726:30649217,30650436:Teint_Dans_La_Masse:3726:30650650,30652148:Teint_Dans_La_Masse:3726:30652362,30652168:Teint_Dans_La_Masse:3726:30653498,30660275:Teint_Dans_La_Masse:3726:30660392,30661731:Teint_Dans_La_Masse:3726:30661802,30661741:Teint_Dans_La_Masse:3726:3'}), 'main_stat': {'nb_photos': 31527}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30842257,30842260,30842268,30842276,30842295,30842317,30842326,30842335,30842344,30842353?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30842258,30842277,30842318,30842327,30842336,30842345,30842354?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30842259,30842278,30842279,30842280,30842307,30842315,30842362,30842363?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30842261,30842269,30842281,30842288,30842296,30842303,30842309,30842319,30842328,30842337,30842346,30842355?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30842262,30842270,30842282,30842289,30842297,30842304,30842310,30842320,30842329,30842338,30842347,30842356?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30842263,30842271,30842283,30842290,30842298,30842305,30842311,30842321,30842330,30842339,30842348,30842357?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30842264,30842272,30842284,30842291,30842299,30842312,30842322,30842331,30842340,30842349,30842358?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30842265,30842273,30842285,30842292,30842300,30842306,30842313,30842323,30842332,30842341,30842350,30842359?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30842266,30842274,30842286,30842293,30842301,30842314,30842324,30842333,30842342,30842351,30842360?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30842267,30842275,30842287,30842294,30842302,30842308,30842316,30842325,30842334,30842343,30842352,30842361?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('pehd_pp', '2026-03', 0.09433032287965268),), (('emr', '2026-03', 0.07283224263127072),), (('flux_dev', '2026-03', 0.15818484940947036),), (('jrm', '2026-03', 0.07069169839828127),), (('pet_clair', '2026-03', 0.08638026249922617),), (('gm', '2026-03', 0.0523334815598006),), (('film_pedb', '2026-03', 0.1638361718638523),), (('ela', '2026-03', 0.14454226967344075),), (('aluminium', '2026-03', 0.09426184343275196),), (('refus', '2026-03', 0.20547357732599433),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_03_annee_2026.pdf Before plot_photos_and_unwanted_material_summary # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! None was removed should we ? donnée sous forme de texte was removed should we ? [ptf_id0,ptf_id1...] was removed should we ? Before organize_and_plot_unwanted_material_stats {'pet_clair': {'autre': ['autre', '0.94%', 1274], 'barquette_avec_film': ['barquette_avec_film', '0.98%', 1683], 'bouchon': ['bouchon', '0.2%', 737], 'carton': ['carton', '1.9%', 2728], 'etiquette': ['etiquette', '0.17%', 303], 'metal': ['metal', '0.06%', 48], 'papier': ['papier', '4.38%', 10189], 'pehd': ['pehd', '0.24%', 378], 'pet_clair': ['pet_clair', '90.21%', 106078], 'pet_fonce': ['pet_fonce', '1.99%', 3034]}, 'refus': {'autre': ['autre', '0.11%', 81], 'carton': ['carton', '2.73%', 1752], 'metal': ['metal', '0.03%', 23], 'papier': ['papier', '17.08%', 8330], 'pehd': ['pehd', '0.06%', 16], 'pet_clair': ['pet_clair', '0.22%', 37], 'pet_fonce': ['pet_fonce', '0.18%', 23]}, 'jrm': {'autre_refus': ['autre_refus', '2.91%', 2818], 'cartonnette': ['cartonnette', '0.34%', 937], 'Carton_brun': ['Carton_brun', '1.77%', 2778], 'Carton_gris': ['Carton_gris', '0.94%', 1849], 'kraft': ['kraft', '0.46%', 1166], 'metal': ['metal', '0.06%', 26], 'plastique': ['plastique', '0.64%', 1364], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '0.67%', 2492]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.49%', 522], 'carton': ['carton', '1.33%', 538], 'ela': ['ela', '0.59%', 214], 'etiquette': ['etiquette', '0.39%', 417], 'film_plastique': ['film_plastique', '2.07%', 426], 'kraft': ['kraft', '0.09%', 4], 'metal': ['metal', '90.57%', 131], 'papier': ['papier', '5.45%', 4708], 'pehd': ['pehd', '0.2%', 13], 'pet_clair': ['pet_clair', '0.52%', 75], 'pet_fonce': ['pet_fonce', '0.19%', 17], 'pet_opaque': ['pet_opaque', '0.72%', 208]}, 'ela': {'barquette_opaque': ['barquette_opaque', '2.4%', 5871], 'carton': ['carton', '0.9%', 1710], 'ela': ['ela', '86.21%', 549], 'etiquette': ['etiquette', '0.98%', 8258], 'film_plastique': ['film_plastique', '2.27%', 3721], 'kraft': ['kraft', '0.04%', 6], 'metal': ['metal', '1.24%', 2354], 'papier': ['papier', '5.3%', 14325], 'pehd': ['pehd', '0.08%', 42], 'pet_clair': ['pet_clair', '0.76%', 992], 'pet_fonce': ['pet_fonce', '0.64%', 948], 'pet_opaque': ['pet_opaque', '1.08%', 1677]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.29%', 958], 'carton': ['carton', '92.66%', 1119], 'ela': ['ela', '0.14%', 226], 'etiquette': ['etiquette', '0.09%', 343], 'film_plastique': ['film_plastique', '0.2%', 720], 'kraft': ['kraft', '0.19%', 28], 'metal': ['metal', '0.98%', 211], 'papier': ['papier', '5.86%', 27984], 'pehd': ['pehd', '0.78%', 18], 'pet_clair': ['pet_clair', '0.18%', 112], 'pet_fonce': ['pet_fonce', '0.34%', 61], 'pet_opaque': ['pet_opaque', '0.36%', 319]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '0.54%', 65], 'carton': ['carton', '1.93%', 4603], 'ela': ['ela', '0.51%', 16], 'etiquette': ['etiquette', '0.07%', 184], 'film_plastique': ['film_plastique', '82.97%', 4722], 'metal': ['metal', '1.1%', 33], 'papier': ['papier', '13.91%', 26634], 'pehd': ['pehd', '0.49%', 5], 'pet_clair': ['pet_clair', '0.4%', 8], 'pet_fonce': ['pet_fonce', '0.35%', 57], 'pet_opaque': ['pet_opaque', '0.86%', 372]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '2.37%', 4465], 'carton': ['carton', '2.94%', 1581], 'ela': ['ela', '0.14%', 189], 'etiquette': ['etiquette', '0.31%', 1176], 'film_plastique': ['film_plastique', '4.88%', 7371], 'kraft': ['kraft', '0.06%', 3], 'metal': ['metal', '2.49%', 668], 'papier': ['papier', '1.21%', 3027], 'pehd': ['pehd', '0.57%', 140], 'pet_clair': ['pet_clair', '0.95%', 889], 'pet_fonce': ['pet_fonce', '83.58%', 125], 'pet_opaque': ['pet_opaque', '1.96%', 4804]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.64%', 279], 'carton': ['carton', '1.08%', 333], 'ela': ['ela', '0.32%', 200], 'etiquette': ['etiquette', '0.87%', 1675], 'film_plastique': ['film_plastique', '0.88%', 131], 'metal': ['metal', '2.67%', 150], 'papier': ['papier', '94.92%', 72156], 'pehd': ['pehd', '0.16%', 18], 'pet_clair': ['pet_clair', '0.22%', 30], 'pet_fonce': ['pet_fonce', '0.62%', 60], 'pet_opaque': ['pet_opaque', '0.74%', 340]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '7.13%', 45472], 'carton': ['carton', '0.18%', 2349], 'ela': ['ela', '0.1%', 1484], 'etiquette': ['etiquette', '0.18%', 17617], 'film_plastique': ['film_plastique', '0.18%', 4824], 'kraft': ['kraft', '0.01%', 6], 'metal': ['metal', '0.8%', 1774], 'papier': ['papier', '0.9%', 17436], 'pehd': ['pehd', '90.23%', 1078], 'pet_clair': ['pet_clair', '0.12%', 860], 'pet_fonce': ['pet_fonce', '0.08%', 594], 'pet_opaque': ['pet_opaque', '0.38%', 6285]}} before plot_matierial_repartition before organize_and_plot_coverage_data Warning a wrong coverage has been found : 0.0 before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_03_annee_2026.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 4.83user 5.38system 0:22.97elapsed 44%CPU (0avgtext+0avgdata 193316maxresident)k 23912inputs+3208outputs (98major+84012minor)pagefaults 0swaps