python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --dashboard_places=angers_montee_convoyeur -j exemple_contaminant_stat -v --rootfolder_sla=/data_4/data_log/job/memo/angers_montee_convoyeur --date 2025-10' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : , Date : 2025-10 _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 : (2, 31) 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 Working exemple contaminant stat 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 >= "2025-10-01" AND ded.date <= "2025-10-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 (2395425,2394765,2402059,2404359,2404805,2422337,2442341,2443843,2443921,2443885,2443854,2443321,2452001,2460519,2467642,2506934,2506945,2506969,2531666,2506999,2507001,2507005,2507013,2507057,2507059,2507081,2507083,2506991,2507085,2507095) 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.004754867718578793, 'nb_photo': 730, 'list_port_cont': '27392087,27396549,27399148,27404538,27410900,27413936,27418633,27442806,27444577,27446715,27448414,27450770,27456034,27459453,27481453,27485096,27489083,27489240,27491951,27498846,27498943,27503750,27593323,27594118,27594339,27613194,27632136,27633563,27634750,27635130,27635292,27640431,27641351,27643276,27645874,27650332,27654568,27654687,27684261,27684894,27690196,27692395,27696858,27697581,27698641,27704019,27709466,27712215,27715576,27716651,27723251,27723433,27723833,27725298,27725431,27725573,27726174,27726405,27727783,27728254,27729008,27729888,27731183,27732626,27734150,27735655,27742022,27742129,27742341,27742366,27748898,27749302,27750043,27752194,27753152,27759696,27763944,27771716,27771913,27772112,27787264,27794619,27794653,27803692,27806557,27808848,27809866,27812451,27824496,27829873,27832084,27832560,27833064,27834193,27836585,27841984,27863604,27863788,27865617,27868368,27868858,27884502,27884646,27904513,27910583,27911067,27911813,27931469,27946729,27948317,27959855,27972028,27972109,2797235', 'assoc_port': '27391350:27392087,27395951:27396549,27398431:27399148,27403857:27404538,27410312:27410900,27413359:27413936,27417935:27418633,27441325:27444577,27442335:27442806,27446535:27446715,27448206:27448414,27450404:27450770,27455136:27456034,27459009:27459453,27480969:27481453,27484320:27485096,27488570:27489240,27488598:27489083,27491436:27491951,27498532:27498943,27498548:27498846,27503285:27503750,27552558:27594339,27552570:27594118,27552607:27593323,27612838:27613194,27631521:27632136,27632501:27633563,27632556:27640431,27633515:27635292,27633578:27635130,27633645:27634750,27633654:27641351,27642713:27643276,27645052:27645874,27649737:27650332,27654126:27654687,27654128:27654568,27682168:27684894,27682219:27684261,27687910:27697581,27687913:27690196,27691359:27692395,27696342:27696858,27697882:27698641,27703261:27704019,27708725:27709466,27711670:27712215,27714915:27715576,27716349:27716651,27722926:27723251,27722932:27723833,27722977:27723433,27724819:27726405,27724835:27726174,27724852:27729008,27724873:2772529', 'assoc_mat': '27391350:autre:3327:27392087,27395951:autre:3327:27396549,27398431:autre:3327:27399148,27403857:autre:3327:27404538,27410312:autre:3327:27410900,27413359:autre:3327:27413936,27417935:autre:3327:27418633,27441325:autre:3327:27444577,27442335:autre:3327:27442806,27446535:autre:3327:27446715,27448206:autre:3327:27448414,27450404:autre:3327:27450770,27455136:autre:3327:27456034,27459009:autre:3327:27459453,27480969:autre:3327:27481453,27484320:autre:3327:27485096,27488570:autre:3327:27489240,27488598:autre:3327:27489083,27491436:autre:3327:27491951,27498532:autre:3327:27498943,27498548:autre:3327:27498846,27503285:autre:3327:27503750,27552558:autre:3327:27594339,27552570:autre:3327:27594118,27552607:autre:3327:27593323,27612838:autre:3327:27613194,27631521:autre:3327:27632136,27632501:autre:3327:27633563,27632556:autre:3327:27640431,27633515:autre:3327:27635292,27633578:autre:3327:27635130,27633645:autre:3327:27634750,27633654:autre:3327:27641351,27642713:autre:3327:27643276,27645052:autre:3327:27645874,27649737:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017664791638585787, 'nb_photo': 313, 'list_port_cont': '27404054,27406955,27409518,27413700,27414665,27418154,27448335,27450007,27450446,27450720,27464132,27486189,27508698,27553035,27554039,27554356,27613070,27636657,27645920,27654634,27664186,27682645,27695560,27698734,27700005,27706816,27725592,27725976,27726080,27726374,27727617,27727956,27729859,27732107,27735319,27736255,27737941,27742120,27742277,27742352,27742387,27742400,27742408,27749003,27757352,27761308,27763590,27767261,27767576,27784375,27795279,27796391,27803392,27807292,27808951,27826555,27832607,27834116,27842071,27846847,27884233,27884548,27909958,27910424,27929185,27959455,27972833,27975692,28009261,28009915,28010448,28016210,28017360,28019305,28021575,28023641,28023923,28024192,28024842,28025347,28025985,28026332,28026697,28026869,28031002,28045394,28047556,28051578,28056503,28056936,28057244,28057804,28090624,28099883', 'assoc_port': '27403865:27404054,27406524:27406955,27409027:27409518,27413291:27413700,27414376:27414665,27417933:27418154,27448207:27450446,27448208:27448335,27449555:27450007,27450401:27450720,27463791:27464132,27485662:27486189,27507873:27508698,27552560:27554356,27552574:27554039,27552604:27553035,27612831:27613070,27632551:27636657,27643653:27645920,27654127:27654634,27663915:27664186,27682161:27682645,27691360:27698734,27694858:27695560,27699099:27700005,27706165:27706816,27724169:27727617,27724821:27727956,27724825:27725976,27724829:27726374,27724845:27726080,27724849:27725592,27729672:27729859,27731649:27732107,27733808:27735319,27734824:27736255,27737899:27737941,27741689:27742120,27741695:27742277,27741708:27742387,27741710:27742400,27741717:27742408,27741724:27742352,27748892:27749003,27756978:27757352,27760569:27761308,27763194:27763590,27767019:27767261,27767020:27767576,27783676:27784375,27795188:27795279,27796154:27796391,27803074:27803392,27804202:27807292,27808399:27808951,27826416:27826555,27831386:2783260', 'assoc_mat': '27403865:autre:3594:27404054,27406524:autre:3594:27406955,27409027:autre:3594:27409518,27413291:autre:3594:27413700,27414376:autre:3594:27414665,27417933:autre:3594:27418154,27448207:autre:3594:27450446,27448208:autre:3594:27448335,27449555:autre:3594:27450007,27450401:autre:3594:27450720,27463791:autre:3594:27464132,27485662:autre:3594:27486189,27507873:autre:3594:27508698,27552560:autre:3594:27554356,27552574:autre:3594:27554039,27552604:autre:3594:27553035,27612831:autre:3594:27613070,27632551:autre:3594:27636657,27643653:autre:3594:27645920,27654127:autre:3594:27654634,27663915:autre:3594:27664186,27682161:autre:3594:27682645,27691360:autre:3594:27698734,27694858:autre:3594:27695560,27699099:autre:3594:27700005,27706165:autre:3594:27706816,27724169:autre:3594:27727617,27724821:autre:3594:27727956,27724825:autre:3594:27725976,27724829:autre:3594:27726374,27724845:autre:3594:27726080,27724849:autre:3594:27725592,27729672:autre:3594:27729859,27731649:autre:3594:27732107,27733808:autre:3594:27735319,27734824:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006694945782459157, 'nb_photo': 430, 'list_port_cont': '27388046,27388520,27394963,27403892,27409143,27409543,27415574,27436078,27439446,27444190,27448234,27455220,27474440,27481096,27481531,27485873,27497597,27499243,27499575,27501647,27507930,27583627,27609362,27627740,27628042,27633784,27634244,27634480,27634658,27636033,27636251,27636680,27636882,27642827,27649913,27652034,27657632,27662176,27682940,27685016,27688297,27689825,27695176,27703409,27713871,27724207,27724925,27725230,27726117,27727969,27733383,27735441,27741748,27741966,27742523,27748980,27749144,27749551,27755321,27767076,27783868,27784490,27785269,27794224,27796206,27799373,27803189,27826438,27829660,27832378,27832467,27835273,27841457,27841506,27841666,27846171,27901106,27901663,27908719,27909047,27922793,27924911,27928948,27941774,27942288,27948101,27949830,27960839,27971294,27972275,27973452,27978071,28002192,28003045,28007195,28009192,28009796,28010179,28010717,28012160,28012499,28013196,28015137,28015910,28016197,28017464,28018224,28019192,28021730,28022933,28023326,28024331,28024631,2802482', 'assoc_port': '27387808:27388520,27387815:27388046,27394663:27394963,27403858:27403892,27409008:27409543,27409022:27409143,27415501:27415574,27435756:27436078,27439189:27439446,27444091:27444190,27448203:27448234,27455130:27455220,27473887:27474440,27480976:27481531,27480980:27481096,27485667:27485873,27497506:27497597,27499187:27499575,27499190:27499243,27501603:27501647,27507875:27507930,27552590:27583627,27609291:27609362,27627388:27628042,27627420:27627740,27632606:27636882,27632614:27636251,27632616:27636680,27632618:27636033,27633549:27634480,27633648:27634244,27633650:27633784,27634485:27634658,27642712:27642827,27649733:27649913,27651909:27652034,27657543:27657632,27661921:27662176,27682152:27685016,27682222:27682940,27687819:27689825,27688029:27688297,27694856:27695176,27703253:27703409,27713773:27713871,27724179:27724207,27724837:27725230,27724877:27724925,27726015:27726117,27727889:27727969,27733311:27733383,27735401:27735441,27741712:27741966,27741715:27742523,27741720:27741748,27748884:27749144,27748890:2774898', 'assoc_mat': '27387808:autre_refus:3726:27388520,27387815:autre_refus:3726:27388046,27394663:autre_refus:3726:27394963,27403858:autre_refus:3726:27403892,27409008:autre_refus:3726:27409543,27409022:autre_refus:3726:27409143,27415501:autre_refus:3726:27415574,27435756:autre_refus:3726:27436078,27439189:autre_refus:3726:27439446,27444091:autre_refus:3726:27444190,27448203:autre_refus:3726:27448234,27455130:autre_refus:3726:27455220,27473887:autre_refus:3726:27474440,27480976:autre_refus:3726:27481531,27480980:autre_refus:3726:27481096,27485667:autre_refus:3726:27485873,27497506:autre_refus:3726:27497597,27499187:autre_refus:3726:27499575,27499190:autre_refus:3726:27499243,27501603:autre_refus:3726:27501647,27507875:autre_refus:3726:27507930,27552590:autre_refus:3726:27583627,27609291:autre_refus:3726:27609362,27627388:autre_refus:3726:27628042,27627420:autre_refus:3726:27627740,27632606:autre_refus:3726:27636882,27632614:autre_refus:3726:27636251,27632616:autre_refus:3726:27636680,27632618:autre_refus:3726:27636033,27633549:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008378578702010867, 'nb_photo': 14, 'list_port_cont': '27405969,27727784,27742135,27772110,27803698,27806559,27809867,27833066,27944248,28022939,28046594,28057177', 'assoc_port': '27405487:27405969,27727575:27727784,27741722:27742135,27770872:27772110,27803070:27803698,27805941:27806559,27809488:27809867,27832767:27833066,27908658:28022939,27943509:27944248,28008245:28046594,28056008:28057177', 'assoc_mat': '27405487:barquette_avec_film:3327:27405969,27727575:barquette_avec_film:3327:27727784,27741722:barquette_avec_film:3327:27742135,27770872:barquette_avec_film:3327:27772110,27803070:barquette_avec_film:3327:27803698,27805941:barquette_avec_film:3327:27806559,27809488:barquette_avec_film:3327:27809867,27832767:barquette_avec_film:3327:27833066,27908658:barquette_avec_film:3327:28022939,27943509:barquette_avec_film:3327:27944248,28008245:barquette_avec_film:3327:28046594,28056008:barquette_avec_film:3327:28057177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000370749533096371, 'nb_photo': 49, 'list_port_cont': '27411221,27656510,27727299,27729776,27742231,27772655,27835257,27836107,27912034,27947794,27953216,28023829,28054022,28056659', 'assoc_port': '27403861:27411221,27632560:27656510,27724848:27727299,27729673:27729776,27741703:27742231,27758988:27772655,27835201:27835257,27835204:27836107,27900926:27912034,27947304:27947794,27952837:27953216,28011647:28056659,28015478:28023829,28024265:28054022', 'assoc_mat': '27403861:barquette_opaque:4205:27411221,27632560:barquette_opaque:4205:27656510,27724848:barquette_opaque:4205:27727299,27729673:barquette_opaque:4205:27729776,27741703:barquette_opaque:4205:27742231,27758988:barquette_opaque:4205:27772655,27835201:barquette_opaque:4205:27835257,27835204:barquette_opaque:4205:27836107,27900926:barquette_opaque:4205:27912034,27947304:barquette_opaque:4205:27947794,27952837:barquette_opaque:4205:27953216,28011647:barquette_opaque:4205:28056659,28015478:barquette_opaque:4205:28023829,28024265:barquette_opaque:4205:28054022'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014346224859668355, 'nb_photo': 289, 'list_port_cont': '27411788,27416409,27450162,27458639,27496623,27505710,27600008,27636558,27659034,27687203,27693175,27693897,27695936,27703775,27708554,27725900,27726041,27727846,27732132,27742949,27749052,27749099,27775787,27795612,27821702,27831193,27831619,27832145,27844462,27865493,27893750,27912544,27945758,27953140,28024019,28024892,28026059,28028282,28029970,28032111,28043319,28043535,28045866,28046985,28049839,28051808,28052297,28054086,28054853,28055303,28055728,28056971,28057105,28057223,28057293,28057979,28058103,28061011,28066565,28066599,28072669,28072712,28173327', 'assoc_port': '27403862:27411788,27413358:27416409,27441324:27450162,27455138:27458639,27490307:27496623,27500774:27505710,27552601:27600008,27612832:27636558,27630006:27693897,27633661:27659034,27640535:27687203,27649744:27693175,27661919:27695936,27691375:27708554,27703265:27703775,27724817:27725900,27724863:27726041,27727569:27727846,27731643:27732132,27741731:27742949,27748678:27749052,27748679:27749099,27770884:27775787,27793956:27795612,27803073:27831193,27811399:27821702,27825815:27832145,27831391:27831619,27837924:27844462,27861240:27893750,27861247:27865493,27900895:27912544,27909302:28026059,27940996:27945758,27950167:27953140,27970549:28028282,27970685:28029970,27970904:28032111,28008294:28046985,28008523:28049839,28008637:28043319,28008641:28043535,28009581:28052297,28009773:28066599,28010039:28054086,28010237:28054853,28010428:28055303,28010596:28055728,28011453:28056971,28011657:28057293,28011804:28057223,28015315:28066565,28015654:28024019,28024262:28024892,28041189:28051808,28041191:28045866,28055863:2806101', 'assoc_mat': '27403862:barquette_opaque:4203:27411788,27413358:barquette_opaque:4203:27416409,27441324:barquette_opaque:4203:27450162,27455138:barquette_opaque:4203:27458639,27490307:barquette_opaque:4203:27496623,27500774:barquette_opaque:4203:27505710,27552601:barquette_opaque:4203:27600008,27612832:barquette_opaque:4203:27636558,27630006:barquette_opaque:4203:27693897,27633661:barquette_opaque:4203:27659034,27640535:barquette_opaque:4203:27687203,27649744:barquette_opaque:4203:27693175,27661919:barquette_opaque:4203:27695936,27691375:barquette_opaque:4203:27708554,27703265:barquette_opaque:4203:27703775,27724817:barquette_opaque:4203:27725900,27724863:barquette_opaque:4203:27726041,27727569:barquette_opaque:4203:27727846,27731643:barquette_opaque:4203:27732132,27741731:barquette_opaque:4203:27742949,27748678:barquette_opaque:4203:27749052,27748679:barquette_opaque:4203:27749099,27770884:barquette_opaque:4203:27775787,27793956:barquette_opaque:4203:27795612,27803073:barquette_opaque:4203:27831193,27811399:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007596979831313744, 'nb_photo': 74, 'list_port_cont': '27388144,27391573,27405549,27415562,27444155,27448219,27500836,27627483,27630214,27631658,27642792,27658106,27702977,27706249,27709195,27724939,27726321,27727186,27727361,27729714,27788621,27796197,27831143,27835253,27836396,27843887,27883797,27892448,27910226,27912443,27927391,27946490,28029931,28032464,28033220,28048513,28049891,28050258,28050728,28051060,28051401,28052000,28053045,28053114,28054142,28060930,28061438,28061665,28061697,28061717,28062134,28064594,28072964,28073216,28073954,28171339,28172226', 'assoc_port': '27387814:27388144,27391360:27391573,27405485:27405549,27415524:27415562,27444090:27444155,27448205:27448219,27500778:27500836,27627421:27627483,27630012:27630214,27631524:27631658,27633621:27658106,27642714:27642792,27682200:27702977,27687914:27706249,27708724:27709195,27724815:27724939,27724827:27726321,27724846:27727186,27724851:27727361,27729667:27729714,27788323:27788621,27796157:27796197,27804158:27831143,27835209:27835253,27836324:27836396,27843846:27843887,27883599:27892448,27883605:27883797,27900903:27910226,27900930:27912443,27925690:27927391,27946345:27946490,27970746:28029931,27970980:28032464,28008489:28048513,28008555:28049891,28008620:28050258,28009437:28050728,28009486:28051060,28009495:28051401,28009580:28052000,28009769:28053045,28009795:28053114,28011648:28062134,28011659:28061697,28011751:28061438,28012539:28060930,28015452:28054142,28015662:28064594,28033004:28033220,28041221:28073216,28056056:28072964,28056150:28061717,28056185:28061665,28072016:28073954,28090385:28172226,28090422:2817133', 'assoc_mat': '27387814:barquette_opaque:4207:27388144,27391360:barquette_opaque:4207:27391573,27405485:barquette_opaque:4207:27405549,27415524:barquette_opaque:4207:27415562,27444090:barquette_opaque:4207:27444155,27448205:barquette_opaque:4207:27448219,27500778:barquette_opaque:4207:27500836,27627421:barquette_opaque:4207:27627483,27630012:barquette_opaque:4207:27630214,27631524:barquette_opaque:4207:27631658,27633621:barquette_opaque:4207:27658106,27642714:barquette_opaque:4207:27642792,27682200:barquette_opaque:4207:27702977,27687914:barquette_opaque:4207:27706249,27708724:barquette_opaque:4207:27709195,27724815:barquette_opaque:4207:27724939,27724827:barquette_opaque:4207:27726321,27724846:barquette_opaque:4207:27727186,27724851:barquette_opaque:4207:27727361,27729667:barquette_opaque:4207:27729714,27788323:barquette_opaque:4207:27788621,27796157:barquette_opaque:4207:27796197,27804158:barquette_opaque:4207:27831143,27835209:barquette_opaque:4207:27835253,27836324:barquette_opaque:4207:27836396,27843846:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006713296158631837, 'nb_photo': 30, 'list_port_cont': '27388238,27729781,27749157,27767086,27819514,28057513,28072498', 'assoc_port': '27387810:27388238,27729669:27729781,27748908:27749157,27767010:27767086,27819340:27819514,28055922:28057513,28072044:28072498', 'assoc_mat': '27387810:barquette_opaque:4461:27388238,27729669:barquette_opaque:4461:27729781,27748908:barquette_opaque:4461:27749157,27767010:barquette_opaque:4461:27767086,27819340:barquette_opaque:4461:27819514,28055922:barquette_opaque:4461:28057513,28072044:barquette_opaque:4461:28072498'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009362325958612342, 'nb_photo': 123, 'list_port_cont': '27391669,27398857,27403984,27445310,27452166,27455743,27490492,27499262,27503449,27583558,27623313,27633996,27635583,27636267,27636453,27650035,27652363,27657717,27723402,27725059,27725678,27729941,27735077,27735510,27741793,27741852,27752960,27763646,27769562,27809626,27825970,27834073,27864589,27883874,27909119,27909728,27953363,27973267,27975009,28010123,28011105,28011807,28012114,28014282,28017851,28020514,28025380,28026356,28032160,28036998,28037621,28039166,28044039,28047132,28050593,28052682,28058236,28061620,28061643,28061964,28062535,28098437', 'assoc_port': '27391356:27391669,27398487:27398857,27403866:27403984,27444952:27445310,27451943:27452166,27455125:27455743,27490305:27490492,27499186:27499262,27503310:27503449,27552562:27583558,27612827:27623313,27632498:27636267,27632554:27635583,27633659:27633996,27636070:27636453,27649739:27650035,27651913:27652363,27657534:27657717,27722930:27723402,27724844:27729941,27724869:27725678,27724890:27725059,27734821:27735077,27735404:27735510,27741739:27741793,27741740:27741852,27752691:27752960,27763192:27763646,27769330:27769562,27809493:27809626,27825817:27825970,27833969:27834073,27864191:27864589,27883601:27883874,27900887:27909728,27900934:27909119,27908951:28020514,27952795:27953363,27970550:27975009,27970717:27973267,28008160:28050593,28008282:28037621,28008357:28044039,28008406:28052682,28008495:28010123,28009742:28039166,28009793:28032160,28009969:28011105,28010134:28026356,28010258:28025380,28010555:28011807,28011624:28014282,28011688:28012114,28015208:28036998,28015278:28017851,28046920:28047132,28055948:2806196', 'assoc_mat': '27391356:barquette_opaque:4200:27391669,27398487:barquette_opaque:4200:27398857,27403866:barquette_opaque:4200:27403984,27444952:barquette_opaque:4200:27445310,27451943:barquette_opaque:4200:27452166,27455125:barquette_opaque:4200:27455743,27490305:barquette_opaque:4200:27490492,27499186:barquette_opaque:4200:27499262,27503310:barquette_opaque:4200:27503449,27552562:barquette_opaque:4200:27583558,27612827:barquette_opaque:4200:27623313,27632498:barquette_opaque:4200:27636267,27632554:barquette_opaque:4200:27635583,27633659:barquette_opaque:4200:27633996,27636070:barquette_opaque:4200:27636453,27649739:barquette_opaque:4200:27650035,27651913:barquette_opaque:4200:27652363,27657534:barquette_opaque:4200:27657717,27722930:barquette_opaque:4200:27723402,27724844:barquette_opaque:4200:27729941,27724869:barquette_opaque:4200:27725678,27724890:barquette_opaque:4200:27725059,27734821:barquette_opaque:4200:27735077,27735404:barquette_opaque:4200:27735510,27741739:barquette_opaque:4200:27741793,27741740:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005486070157273269, 'nb_photo': 36, 'list_port_cont': '27419068,27476868,27494319,27632905,27735101,27748996,27824427,27841647,27863261,27880549,27909818,27929188,27941291,28007378,28009547,28013296,28016364,28024519,28041653,28041987,28044712,28056796,28057048,28057069,28057443,28072284,28072406,28100312', 'assoc_port': '27418933:27419068,27476481:27476868,27494003:27494319,27632495:27632905,27734823:27735101,27748907:27748996,27824316:27824427,27841393:27841647,27863028:27863261,27871505:27880549,27908561:27909818,27928871:27929188,27940997:27941291,28006924:28007378,28008482:28009547,28011796:28013296,28015610:28016364,28024257:28024519,28041244:28041987,28041286:28041653,28044272:28044712,28055965:28057048,28055988:28057069,28056063:28056796,28056102:28057443,28072065:28072406,28072072:28072284,28090428:28100312', 'assoc_mat': '27418933:barquette_opaque:4209:27419068,27476481:barquette_opaque:4209:27476868,27494003:barquette_opaque:4209:27494319,27632495:barquette_opaque:4209:27632905,27734823:barquette_opaque:4209:27735101,27748907:barquette_opaque:4209:27748996,27824316:barquette_opaque:4209:27824427,27841393:barquette_opaque:4209:27841647,27863028:barquette_opaque:4209:27863261,27871505:barquette_opaque:4209:27880549,27908561:barquette_opaque:4209:27909818,27928871:barquette_opaque:4209:27929188,27940997:barquette_opaque:4209:27941291,28006924:barquette_opaque:4209:28007378,28008482:barquette_opaque:4209:28009547,28011796:barquette_opaque:4209:28013296,28015610:barquette_opaque:4209:28016364,28024257:barquette_opaque:4209:28024519,28041244:barquette_opaque:4209:28041987,28041286:barquette_opaque:4209:28041653,28044272:barquette_opaque:4209:28044712,28055965:barquette_opaque:4209:28057048,28055988:barquette_opaque:4209:28057069,28056063:barquette_opaque:4209:28056796,28056102:barquette_opaque:4209:28057443,28072065:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.014108740388306886, 'nb_photo': 6484, 'list_port_cont': '27388310,27388988,27391776,27395049,27395578,27396046,27399178,27400656,27404158,27404510,27407305,27409710,27413757,27414073,27418360,27419060,27419651,27436603,27439657,27440746,27441491,27442812,27443940,27444767,27445250,27446689,27447964,27450032,27452246,27452526,27452935,27455784,27464038,27474736,27477314,27477660,27478680,27484891,27486252,27488110,27489096,27490674,27492201,27492531,27494255,27497839,27498821,27499290,27501109,27501350,27501999,27503664,27508626,27597700,27598309,27606215,27623564,27624392,27624514,27625421,27628703,27629207,27631186,27632099,27633338,27633640,27634606,27634898,27636121,27636909,27638080,27641476,27641854,27642568,27643065,27643669,27643970,27644115,27644575,27645147,27646431,27646779,27647843,27650343,27654490,27654822,27657964,27660875,27662510,27685119,27685397,27686881,27688667,27689540,27691033,27693406,27695666,27697015,27697558,27698383,27700576,27700921,27703752,27706664,27709265,27712251,27712545,27714133,27715261,27716477,27717382,27723882,27723976,2772449', 'assoc_port': '27387817:27388988,27387820:27388310,27391353:27391776,27394662:27396046,27394664:27395578,27394665:27395049,27398433:27400656,27398489:27399178,27403859:27404510,27403867:27404158,27406529:27407305,27409036:27409710,27413329:27414073,27413362:27413757,27417934:27419651,27417938:27419060,27417943:27418360,27435758:27436603,27439190:27439657,27439191:27440746,27441326:27441491,27442333:27442812,27443682:27443940,27444703:27444767,27444956:27445250,27446536:27446689,27447686:27447964,27449558:27450032,27451939:27452935,27451942:27452246,27451944:27452526,27455142:27455784,27463792:27464038,27473889:27474736,27476439:27477660,27476462:27477314,27478024:27478680,27484305:27484891,27485659:27486252,27487692:27488110,27488597:27489096,27490304:27490674,27491433:27492531,27491435:27492201,27493997:27494255,27497513:27497839,27498535:27498821,27499185:27499290,27500781:27501350,27500785:27501109,27501599:27501999,27503313:27503664,27508381:27508626,27552556:27597700,27552568:27598309,27552572:27606215,27612825:2762542', 'assoc_mat': '27387817:barquette_opaque:4211:27388988,27387820:barquette_opaque:4211:27388310,27391353:barquette_opaque:4211:27391776,27394662:barquette_opaque:4211:27396046,27394664:barquette_opaque:4211:27395578,27394665:barquette_opaque:4211:27395049,27398433:barquette_opaque:4211:27400656,27398489:barquette_opaque:4211:27399178,27403859:barquette_opaque:4211:27404510,27403867:barquette_opaque:4211:27404158,27406529:barquette_opaque:4211:27407305,27409036:barquette_opaque:4211:27409710,27413329:barquette_opaque:4211:27414073,27413362:barquette_opaque:4211:27413757,27417934:barquette_opaque:4211:27419651,27417938:barquette_opaque:4211:27419060,27417943:barquette_opaque:4211:27418360,27435758:barquette_opaque:4211:27436603,27439190:barquette_opaque:4211:27439657,27439191:barquette_opaque:4211:27440746,27441326:barquette_opaque:4211:27441491,27442333:barquette_opaque:4211:27442812,27443682:barquette_opaque:4211:27443940,27444703:barquette_opaque:4211:27444767,27444956:barquette_opaque:4211:27445250,27446536:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023583930396138688, 'nb_photo': 56, 'list_port_cont': '27410903,27413930,27442804,27446705,27485100,27628328,27640424,27645875,27654686,27684263,27693803,27704027,27725566,27726162,27726413,27734148,27735660,27742024,27763945,27794620,27803694,27809870,27832558,27836580,27868360,27884654,27910296,27972897,27973723,27974456,27975298,28004055,28013555,28020958,28024069,28026421,28030919,28034008,28045546,28047029,28057273,28059868,28061200,28073019', 'assoc_port': '27410312:27410903,27413359:27413930,27442335:27442804,27446535:27446705,27484320:27485100,27627418:27628328,27632556:27640424,27645052:27645875,27654126:27654686,27663938:27693803,27682219:27684263,27703261:27704027,27724819:27726413,27724835:27726162,27725035:27725566,27733812:27734148,27735399:27735660,27741736:27742024,27763188:27763945,27793994:27794620,27803070:27803694,27809488:27809870,27832316:27832558,27836308:27836580,27867409:27868360,27883563:27884654,27900929:27910296,27909310:28020958,27970663:27975298,27970732:27974456,27970818:27973723,27970858:27972897,28002001:28004055,28008498:28047029,28009511:28045546,28009760:28034008,28011313:28026421,28011618:28024069,28011737:28013555,28030003:28030919,28055910:28059868,28056182:28061200,28056192:28057273,28072071:28073019', 'assoc_mat': '27410312:bouchon:3327:27410903,27413359:bouchon:3327:27413930,27442335:bouchon:3327:27442804,27446535:bouchon:3327:27446705,27484320:bouchon:3327:27485100,27627418:bouchon:3327:27628328,27632556:bouchon:3327:27640424,27645052:bouchon:3327:27645875,27654126:bouchon:3327:27654686,27663938:bouchon:3327:27693803,27682219:bouchon:3327:27684263,27703261:bouchon:3327:27704027,27724819:bouchon:3327:27726413,27724835:bouchon:3327:27726162,27725035:bouchon:3327:27725566,27733812:bouchon:3327:27734148,27735399:bouchon:3327:27735660,27741736:bouchon:3327:27742024,27763188:bouchon:3327:27763945,27793994:bouchon:3327:27794620,27803070:bouchon:3327:27803694,27809488:bouchon:3327:27809870,27832316:bouchon:3327:27832558,27836308:bouchon:3327:27836580,27867409:bouchon:3327:27868360,27883563:bouchon:3327:27884654,27900929:bouchon:3327:27910296,27909310:bouchon:3327:28020958,27970663:bouchon:3327:27975298,27970732:bouchon:3327:27974456,27970818:bouchon:3327:27973723,27970858:bouchon:3327:27972897,28002001:bouchon:3327:28004055,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013392774416063971, 'nb_photo': 773, 'list_port_cont': '27411219,27456993,27498504,27656513,27690750,27717960,27727314,27729772,27742225,27764169,27772643,27796226,27835270,27836112,27912043,27947790,27953210,28023822,28025756,28030966,28047810,28051929,28053149,28054012,28054890,28055049,28056655,28058073', 'assoc_port': '27403861:27411219,27447657:27456993,27497510:27498504,27632560:27656513,27643654:27690750,27708723:27717960,27724848:27727314,27729673:27729772,27741703:27742225,27755172:27764169,27758988:27772643,27796153:27796226,27835201:27835270,27835204:27836112,27900926:27912043,27909294:28025756,27947304:27947790,27952837:27953210,27970896:28030966,28008437:28047810,28009556:28051929,28009925:28053149,28010398:28054890,28010400:28055049,28011647:28056655,28015478:28023822,28024265:28054012,28055935:28058073', 'assoc_mat': '27403861:carton:4205:27411219,27447657:carton:4205:27456993,27497510:carton:4205:27498504,27632560:carton:4205:27656513,27643654:carton:4205:27690750,27708723:carton:4205:27717960,27724848:carton:4205:27727314,27729673:carton:4205:27729772,27741703:carton:4205:27742225,27755172:carton:4205:27764169,27758988:carton:4205:27772643,27796153:carton:4205:27796226,27835201:carton:4205:27835270,27835204:carton:4205:27836112,27900926:carton:4205:27912043,27909294:carton:4205:28025756,27947304:carton:4205:27947790,27952837:carton:4205:27953210,27970896:carton:4205:28030966,28008437:carton:4205:28047810,28009556:carton:4205:28051929,28009925:carton:4205:28053149,28010398:carton:4205:28054890,28010400:carton:4205:28055049,28011647:carton:4205:28056655,28015478:carton:4205:28023822,28024265:carton:4205:28054012,28055935:carton:4205:28058073'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013310420914535173, 'nb_photo': 1316, 'list_port_cont': '27411790,27416417,27450158,27458157,27458636,27496614,27496852,27505714,27599117,27599993,27636554,27659021,27687202,27693186,27693903,27695946,27703779,27708567,27715744,27725899,27725926,27726046,27727839,27732138,27735308,27742945,27749055,27749095,27757538,27775779,27795605,27821583,27821689,27831204,27831625,27832142,27844455,27865303,27865499,27893748,27912535,27945751,27953134,27964495,27964989,28024007,28024889,28026052,28028279,28029965,28032101,28043323,28043523,28045859,28046982,28049844,28051804,28052305,28054093,28054840,28055316,28055734,28056963,28057106,28057225,28057292,28057969,28058003,28058104,28061014,28066561,28066593,28072675,28072706,28092384,28173313', 'assoc_port': '27403862:27411790,27413358:27416417,27441324:27450158,27448202:27458157,27455138:27458636,27490307:27496614,27491431:27496852,27500774:27505714,27552595:27599117,27552601:27599993,27612832:27636554,27630006:27693903,27633661:27659021,27640535:27687202,27649744:27693186,27661919:27695946,27691375:27708567,27703265:27703779,27713799:27715744,27724817:27725899,27724863:27726046,27724865:27725926,27727569:27727839,27731643:27732138,27734822:27735308,27741731:27742945,27748678:27749055,27748679:27749095,27756982:27757538,27770884:27775779,27793956:27795605,27803073:27831204,27811397:27821583,27811399:27821689,27825815:27832142,27831391:27831625,27837924:27844455,27861240:27893748,27861242:27865303,27861247:27865499,27900895:27912535,27900932:27964989,27900933:27964495,27909302:28026052,27940996:27945751,27950167:27953134,27970549:28028279,27970685:28029965,27970904:28032101,28008294:28046982,28008523:28049844,28008637:28043323,28008641:28043523,28009581:28052305,28009773:28066593,28010039:28054093,28010237:2805484', 'assoc_mat': '27403862:carton:4203:27411790,27413358:carton:4203:27416417,27441324:carton:4203:27450158,27448202:carton:4203:27458157,27455138:carton:4203:27458636,27490307:carton:4203:27496614,27491431:carton:4203:27496852,27500774:carton:4203:27505714,27552595:carton:4203:27599117,27552601:carton:4203:27599993,27612832:carton:4203:27636554,27630006:carton:4203:27693903,27633661:carton:4203:27659021,27640535:carton:4203:27687202,27649744:carton:4203:27693186,27661919:carton:4203:27695946,27691375:carton:4203:27708567,27703265:carton:4203:27703779,27713799:carton:4203:27715744,27724817:carton:4203:27725899,27724863:carton:4203:27726046,27724865:carton:4203:27725926,27727569:carton:4203:27727839,27731643:carton:4203:27732138,27734822:carton:4203:27735308,27741731:carton:4203:27742945,27748678:carton:4203:27749055,27748679:carton:4203:27749095,27756982:carton:4203:27757538,27770884:carton:4203:27775779,27793956:carton:4203:27795605,27803073:carton:4203:27831204,27811397:carton:4203:27821583,27811399:carton:4203:27821689,2782'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.965827484759922, 'nb_photo': 6964, 'list_port_cont': '27388146,27391568,27396020,27397022,27398622,27403884,27405558,27406646,27408433,27409095,27410408,27411891,27413438,27414577,27415356,27415560,27418145,27419407,27439395,27442527,27443749,27444158,27444989,27447763,27448213,27449609,27450472,27451585,27452010,27455199,27456536,27458144,27462488,27476684,27478213,27481090,27485858,27487945,27488711,27490183,27490416,27494103,27497568,27498406,27500835,27501678,27503366,27504193,27507881,27557591,27561268,27561849,27562350,27612934,27613916,27615101,27615591,27627491,27630218,27631665,27632794,27633836,27636275,27642790,27643744,27644689,27645177,27646977,27649842,27651320,27652015,27654026,27654138,27656341,27656896,27657614,27657878,27658114,27658430,27660481,27661975,27683852,27688188,27696577,27697307,27698071,27699299,27702488,27702713,27702979,27703359,27704740,27705876,27706041,27706259,27706310,27707205,27708852,27709197,27711718,27713841,27714996,27716394,27717111,27723629,27724264,27724935,27724969,27725073,27725609,27725701,27725822,27725843,2772631', 'assoc_port': '27387814:27388146,27391360:27391568,27395949:27397022,27395957:27396020,27398480:27398622,27403863:27403884,27405485:27405558,27406518:27408433,27406559:27406646,27409010:27411891,27409033:27409095,27410314:27410408,27413330:27415356,27413360:27414577,27413363:27413438,27415524:27415560,27417937:27419407,27417942:27418145,27439192:27439395,27442334:27442527,27443662:27443749,27444090:27444158,27444955:27444989,27447685:27447763,27448205:27448213,27449553:27451585,27449557:27449609,27450403:27450472,27451940:27452010,27455132:27456536,27455144:27455199,27458103:27458144,27462446:27462488,27476433:27476684,27478021:27478213,27480978:27481090,27485657:27485858,27487666:27490183,27487691:27487945,27488596:27488711,27490306:27490416,27494001:27494103,27497508:27498406,27497515:27497568,27500778:27500835,27501605:27501678,27503283:27504193,27503312:27503366,27507877:27507881,27552566:27562350,27552576:27561849,27552580:27561268,27552592:27557591,27612819:27615591,27612821:27615101,27612833:27613916,27612839:2761293', 'assoc_mat': '27387814:carton:4207:27388146,27391360:carton:4207:27391568,27395949:carton:4207:27397022,27395957:carton:4207:27396020,27398480:carton:4207:27398622,27403863:carton:4207:27403884,27405485:carton:4207:27405558,27406518:carton:4207:27408433,27406559:carton:4207:27406646,27409010:carton:4207:27411891,27409033:carton:4207:27409095,27410314:carton:4207:27410408,27413330:carton:4207:27415356,27413360:carton:4207:27414577,27413363:carton:4207:27413438,27415524:carton:4207:27415560,27417937:carton:4207:27419407,27417942:carton:4207:27418145,27439192:carton:4207:27439395,27442334:carton:4207:27442527,27443662:carton:4207:27443749,27444090:carton:4207:27444158,27444955:carton:4207:27444989,27447685:carton:4207:27447763,27448205:carton:4207:27448213,27449553:carton:4207:27451585,27449557:carton:4207:27449609,27450403:carton:4207:27450472,27451940:carton:4207:27452010,27455132:carton:4207:27456536,27455144:carton:4207:27455199,27458103:carton:4207:27458144,27462446:carton:4207:27462488,27476433:carton:4207:27476684,2747'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012164874484679816, 'nb_photo': 3544, 'list_port_cont': '27388231,27391792,27396198,27404264,27405738,27409452,27413500,27414628,27415755,27418200,27442742,27444229,27445122,27446279,27448042,27449794,27452057,27455570,27474320,27478634,27484816,27487713,27491781,27494450,27498721,27501067,27508532,27601685,27613099,27630482,27633077,27634049,27634217,27634912,27638167,27642947,27645505,27646741,27652462,27656809,27662195,27662338,27683392,27683740,27688738,27691968,27698166,27698534,27703873,27712057,27716521,27720279,27724320,27725135,27725270,27725349,27725442,27725773,27725863,27728105,27729779,27731930,27733473,27735542,27741984,27742910,27742967,27748544,27749155,27749239,27749937,27751904,27763796,27767088,27767447,27769830,27778070,27788698,27790716,27794464,27804634,27804801,27806379,27809818,27819520,27825034,27826048,27828265,27829793,27831518,27832994,27835718,27839610,27846449,27861806,27867887,27879819,27884195,27884342,27902385,27903812,27909652,27922878,27929666,27929756,27947610,27950728,27959503,27971855,27972043,27972240,27972397,27972617,2797379', 'assoc_port': '27387810:27388231,27391358:27391792,27395953:27396198,27403868:27404264,27405483:27405738,27409030:27409452,27413357:27413500,27414375:27414628,27415525:27415755,27417944:27418200,27442369:27442742,27444089:27444229,27444957:27445122,27444958:27446279,27447678:27448042,27449556:27449794,27451941:27452057,27455145:27455570,27473891:27474320,27478027:27478634,27484302:27484816,27487693:27487713,27491434:27491781,27494005:27494450,27498534:27498721,27500783:27501067,27508383:27508532,27552582:27601685,27612834:27613099,27630010:27630482,27632604:27633077,27633566:27638167,27633623:27634217,27633652:27634049,27634487:27634912,27642739:27642947,27645058:27645505,27646354:27646741,27651911:27652462,27654132:27656809,27661886:27662195,27661889:27662338,27682148:27683740,27682204:27683392,27687827:27698166,27688001:27688738,27691412:27691968,27697880:27698534,27703255:27703873,27711664:27712057,27716353:27716521,27720163:27720279,27724176:27724320,27724811:27725863,27724831:27725773,27724847:27725442,27724861:2772534', 'assoc_mat': '27387810:carton:4461:27388231,27391358:carton:4461:27391792,27395953:carton:4461:27396198,27403868:carton:4461:27404264,27405483:carton:4461:27405738,27409030:carton:4461:27409452,27413357:carton:4461:27413500,27414375:carton:4461:27414628,27415525:carton:4461:27415755,27417944:carton:4461:27418200,27442369:carton:4461:27442742,27444089:carton:4461:27444229,27444957:carton:4461:27445122,27444958:carton:4461:27446279,27447678:carton:4461:27448042,27449556:carton:4461:27449794,27451941:carton:4461:27452057,27455145:carton:4461:27455570,27473891:carton:4461:27474320,27478027:carton:4461:27478634,27484302:carton:4461:27484816,27487693:carton:4461:27487713,27491434:carton:4461:27491781,27494005:carton:4461:27494450,27498534:carton:4461:27498721,27500783:carton:4461:27501067,27508383:carton:4461:27508532,27552582:carton:4461:27601685,27612834:carton:4461:27613099,27630010:carton:4461:27630482,27632604:carton:4461:27633077,27633566:carton:4461:27638167,27633623:carton:4461:27634217,27633652:carton:4461:27634049,2763'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01936838306692752, 'nb_photo': 1118, 'list_port_cont': '27388207,27391666,27398843,27403985,27404214,27406702,27407041,27409252,27413535,27413682,27413995,27415624,27418256,27441483,27442670,27443830,27445190,27445312,27445359,27448024,27448275,27449655,27450576,27452169,27455379,27455752,27458208,27474392,27476764,27481192,27481265,27486064,27490482,27491705,27494187,27494476,27497723,27500973,27503442,27503556,27507902,27507951,27583567,27613048,27623626,27632929,27633273,27633717,27634000,27634857,27635378,27635576,27636269,27636466,27636725,27640893,27641245,27643817,27643891,27650032,27650210,27652360,27653334,27654259,27657713,27660801,27683003,27688381,27688900,27688939,27689725,27692000,27695413,27698296,27703635,27703755,27704229,27716436,27716610,27720095,27720220,27723239,27723407,27724369,27725056,27725096,27725498,27725635,27725680,27725728,27726189,27729317,27729946,27731042,27732495,27732530,27733988,27735078,27735508,27735594,27741850,27741923,27742058,27742206,27742866,27742890,27748537,27748574,27748761,27749815,27752972,27757132,27761053,2776347', 'assoc_port': '27387812:27388207,27391356:27391666,27398487:27398843,27403860:27404214,27403866:27403985,27406521:27407041,27406526:27406702,27409024:27409252,27413328:27413995,27413331:27413682,27413361:27413535,27415496:27415624,27417932:27418256,27441327:27441483,27442370:27442670,27443683:27443830,27444952:27445312,27444953:27445359,27444954:27445190,27447683:27448024,27448204:27448275,27449554:27449655,27450402:27450576,27451943:27452169,27455125:27455752,27455140:27455379,27458101:27458208,27473893:27474392,27476459:27476764,27480971:27481265,27480974:27481192,27485664:27486064,27490305:27490482,27491432:27491705,27493995:27494476,27493999:27494187,27497512:27497723,27500780:27500973,27503284:27503556,27503310:27503442,27507872:27507951,27507874:27507902,27552562:27583567,27612823:27623626,27612836:27613048,27632498:27636269,27632554:27635576,27632568:27633273,27632602:27633717,27632631:27632929,27633617:27635378,27633659:27634000,27634467:27634857,27636068:27636725,27636070:27636466,27640534:27640893,27641185:2764124', 'assoc_mat': '27387812:carton:4200:27388207,27391356:carton:4200:27391666,27398487:carton:4200:27398843,27403860:carton:4200:27404214,27403866:carton:4200:27403985,27406521:carton:4200:27407041,27406526:carton:4200:27406702,27409024:carton:4200:27409252,27413328:carton:4200:27413995,27413331:carton:4200:27413682,27413361:carton:4200:27413535,27415496:carton:4200:27415624,27417932:carton:4200:27418256,27441327:carton:4200:27441483,27442370:carton:4200:27442670,27443683:carton:4200:27443830,27444952:carton:4200:27445312,27444953:carton:4200:27445359,27444954:carton:4200:27445190,27447683:carton:4200:27448024,27448204:carton:4200:27448275,27449554:carton:4200:27449655,27450402:carton:4200:27450576,27451943:carton:4200:27452169,27455125:carton:4200:27455752,27455140:carton:4200:27455379,27458101:carton:4200:27458208,27473893:carton:4200:27474392,27476459:carton:4200:27476764,27480971:carton:4200:27481265,27480974:carton:4200:27481192,27485664:carton:4200:27486064,27490305:carton:4200:27490482,27491432:carton:4200:27491705,2749'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.029724922310397205, 'nb_photo': 884, 'list_port_cont': '27396108,27403911,27410543,27415670,27443786,27455441,27476865,27485932,27488953,27494320,27499329,27500925,27501814,27507922,27583796,27583945,27632912,27633945,27634736,27640905,27646519,27646626,27660682,27662135,27662328,27683175,27688550,27695350,27699241,27713921,27715174,27716480,27724298,27725025,27728137,27731845,27735095,27741774,27741884,27748751,27748991,27749911,27778530,27783986,27784428,27784531,27788582,27811604,27824420,27828299,27832958,27836451,27841650,27863267,27868717,27880541,27883786,27909064,27909630,27909815,27929183,27941237,27941282,27941354,27948205,27948231,27959277,27961212,27971430,27972064,27972450,27983944,28002120,28007379,28009199,28009539,28009570,28010211,28010324,28010478,28010498,28010703,28011001,28011067,28011638,28011917,28012274,28012612,28012727,28013252,28013300,28013475,28014100,28015865,28016361,28016459,28017097,28018782,28019172,28019242,28020024,28021401,28023799,28024279,28024522,28026120,28034852,28035417,28041231,28041648,28042001,28044495,28044708,2805604', 'assoc_port': '27395955:27396108,27403864:27403911,27410308:27410543,27415498:27415670,27443663:27443786,27455134:27455441,27476481:27476865,27485654:27485932,27488571:27488953,27494003:27494320,27499188:27499329,27500776:27500925,27501601:27501814,27507876:27507922,27552564:27583945,27552578:27583796,27632495:27632912,27633572:27633945,27634471:27634736,27640533:27640905,27646358:27646626,27646362:27646519,27660423:27660682,27661917:27662328,27661922:27662135,27682189:27683175,27687912:27688550,27694857:27695350,27699100:27699241,27713800:27713921,27714913:27715174,27716350:27716480,27724171:27724298,27724895:27725025,27727893:27728137,27731645:27731845,27734823:27735095,27741726:27741884,27741727:27741774,27748673:27748751,27748907:27748991,27749738:27749911,27778496:27778530,27783607:27784531,27783667:27784428,27783708:27783986,27788331:27788582,27811395:27811604,27824316:27824420,27828079:27828299,27832769:27832958,27836294:27836451,27841393:27841650,27863028:27863267,27868603:27868717,27871505:27880541,27883597:2788378', 'assoc_mat': '27395955:carton:4209:27396108,27403864:carton:4209:27403911,27410308:carton:4209:27410543,27415498:carton:4209:27415670,27443663:carton:4209:27443786,27455134:carton:4209:27455441,27476481:carton:4209:27476865,27485654:carton:4209:27485932,27488571:carton:4209:27488953,27494003:carton:4209:27494320,27499188:carton:4209:27499329,27500776:carton:4209:27500925,27501601:carton:4209:27501814,27507876:carton:4209:27507922,27552564:carton:4209:27583945,27552578:carton:4209:27583796,27632495:carton:4209:27632912,27633572:carton:4209:27633945,27634471:carton:4209:27634736,27640533:carton:4209:27640905,27646358:carton:4209:27646626,27646362:carton:4209:27646519,27660423:carton:4209:27660682,27661917:carton:4209:27662328,27661922:carton:4209:27662135,27682189:carton:4209:27683175,27687912:carton:4209:27688550,27694857:carton:4209:27695350,27699100:carton:4209:27699241,27713800:carton:4209:27713921,27714913:carton:4209:27715174,27716350:carton:4209:27716480,27724171:carton:4209:27724298,27724895:carton:4209:27725025,2772'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006831502015393489, 'nb_photo': 8373, 'list_port_cont': '27388297,27388986,27391769,27395037,27395582,27396048,27399167,27400666,27404160,27404501,27407309,27409703,27413748,27414085,27418356,27418568,27419057,27419664,27436608,27439652,27440745,27442821,27443931,27444764,27445243,27446688,27447974,27450026,27452249,27452522,27452937,27455791,27464048,27474740,27477316,27477652,27478685,27481146,27484901,27486245,27488109,27489094,27490678,27492210,27492525,27494240,27497847,27498820,27499289,27501108,27501363,27502003,27503665,27503694,27508639,27597692,27598299,27606208,27623572,27623685,27624391,27624522,27625432,27628691,27629212,27631184,27632104,27633330,27633627,27634615,27634895,27636128,27636902,27638074,27641479,27641840,27642567,27643075,27643974,27644118,27644576,27645148,27646436,27646774,27647848,27650353,27654488,27654810,27657973,27658568,27660876,27662519,27685106,27685389,27686883,27688680,27689542,27689778,27691034,27692590,27693416,27695667,27697028,27697569,27698387,27700586,27700923,27703750,27706665,27709268,27712256,27712552,27714131,2771525', 'assoc_port': '27387817:27388986,27387820:27388297,27391353:27391769,27394662:27396048,27394664:27395582,27394665:27395037,27398433:27400666,27398489:27399167,27403859:27404501,27403867:27404160,27406529:27407309,27409036:27409703,27413329:27414085,27413362:27413748,27417934:27419664,27417938:27419057,27417940:27418568,27417943:27418356,27435758:27436608,27439190:27439652,27439191:27440745,27442333:27442821,27443682:27443931,27444703:27444764,27444956:27445243,27446536:27446688,27447686:27447974,27449558:27450026,27451939:27452937,27451942:27452249,27451944:27452522,27455142:27455791,27463792:27464048,27473889:27474740,27476439:27477652,27476462:27477316,27478024:27478685,27480972:27481146,27484305:27484901,27485659:27486245,27487692:27488109,27488597:27489094,27490304:27490678,27491433:27492525,27491435:27492210,27493997:27494240,27497513:27497847,27498535:27498820,27499185:27499289,27500781:27501363,27500785:27501108,27501599:27502003,27503311:27503694,27503313:27503665,27508381:27508639,27552556:27597692,27552568:2759829', 'assoc_mat': '27387817:carton:4211:27388986,27387820:carton:4211:27388297,27391353:carton:4211:27391769,27394662:carton:4211:27396048,27394664:carton:4211:27395582,27394665:carton:4211:27395037,27398433:carton:4211:27400666,27398489:carton:4211:27399167,27403859:carton:4211:27404501,27403867:carton:4211:27404160,27406529:carton:4211:27407309,27409036:carton:4211:27409703,27413329:carton:4211:27414085,27413362:carton:4211:27413748,27417934:carton:4211:27419664,27417938:carton:4211:27419057,27417940:carton:4211:27418568,27417943:carton:4211:27418356,27435758:carton:4211:27436608,27439190:carton:4211:27439652,27439191:carton:4211:27440745,27442333:carton:4211:27442821,27443682:carton:4211:27443931,27444703:carton:4211:27444764,27444956:carton:4211:27445243,27446536:carton:4211:27446688,27447686:carton:4211:27447974,27449558:carton:4211:27450026,27451939:carton:4211:27452937,27451942:carton:4211:27452249,27451944:carton:4211:27452522,27455142:carton:4211:27455791,27463792:carton:4211:27464048,27473889:carton:4211:27474740,2747'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021956351554217094, 'nb_photo': 162, 'list_port_cont': '27396554,27404541,27405971,27407275,27410909,27413940,27418535,27444580,27444775,27450761,27489238,27491947,27498833,27593326,27628334,27634752,27635286,27640423,27645878,27650330,27654570,27684258,27684893,27692397,27693797,27696861,27698642,27709464,27712213,27725301,27725567,27726165,27728999,27731190,27732613,27734156,27742122,27742344,27742374,27753154,27763936,27771908,27772108,27794617,27803691,27806561,27809871,27832083,27832563,27833073,27841982,27863793,27884508,27884648,27904497,27910297,27910594,27926328,27930050,27948313,27953740,27973720,27974469,27976644,27976753,28009871,28013565,28016601,28016775,28020950,28021714,28024304,28026270,28029263,28030782,28030930,28031923,28034007,28036138,28039024,28043992,28046061,28046598,28046640,28047022,28047030,28051235,28059304,28059387', 'assoc_port': '27395951:27396554,27403857:27404541,27405487:27405971,27406532:27407275,27410312:27410909,27413359:27413940,27417941:27418535,27441325:27444580,27444704:27444775,27450404:27450761,27488570:27489238,27491436:27491947,27498548:27498833,27552607:27593326,27627418:27628334,27632556:27640423,27633515:27635286,27633645:27634752,27645052:27645878,27649737:27650330,27654128:27654570,27663938:27693797,27682168:27684893,27682219:27684258,27691359:27692397,27696342:27696861,27697882:27698642,27708725:27709464,27711670:27712213,27724835:27726165,27724852:27728999,27724873:27725301,27725035:27725567,27730863:27731190,27732212:27732613,27733812:27734156,27741697:27742374,27741714:27742344,27741722:27742122,27752666:27753154,27763188:27763936,27770872:27772108,27770878:27771908,27793994:27794617,27803070:27803691,27805941:27806561,27809488:27809871,27829125:27832083,27832316:27832563,27832767:27833073,27841391:27841982,27861252:27863793,27883563:27884648,27883603:27884508,27900893:27910594,27900929:27910297,27900942:2790449', 'assoc_mat': '27395951:carton:3327:27396554,27403857:carton:3327:27404541,27405487:carton:3327:27405971,27406532:carton:3327:27407275,27410312:carton:3327:27410909,27413359:carton:3327:27413940,27417941:carton:3327:27418535,27441325:carton:3327:27444580,27444704:carton:3327:27444775,27450404:carton:3327:27450761,27488570:carton:3327:27489238,27491436:carton:3327:27491947,27498548:carton:3327:27498833,27552607:carton:3327:27593326,27627418:carton:3327:27628334,27632556:carton:3327:27640423,27633515:carton:3327:27635286,27633645:carton:3327:27634752,27645052:carton:3327:27645878,27649737:carton:3327:27650330,27654128:carton:3327:27654570,27663938:carton:3327:27693797,27682168:carton:3327:27684893,27682219:carton:3327:27684258,27691359:carton:3327:27692397,27696342:carton:3327:27696861,27697882:carton:3327:27698642,27708725:carton:3327:27709464,27711670:carton:3327:27712213,27724835:carton:3327:27726165,27724852:carton:3327:27728999,27724873:carton:3327:27725301,27725035:carton:3327:27725567,27730863:carton:3327:27731190,2773'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00546870944728798, 'nb_photo': 1530, 'list_port_cont': '27404051,27406953,27409523,27413711,27414660,27418158,27447819,27448338,27450009,27450451,27450714,27464130,27486193,27508702,27553038,27554044,27554351,27613071,27628077,27636656,27645926,27646637,27654635,27664185,27682655,27695557,27698727,27699560,27700000,27706812,27725254,27725594,27725809,27725973,27726086,27726380,27726520,27726816,27727619,27727961,27729854,27732109,27736262,27737932,27742092,27742111,27742273,27742351,27742382,27742397,27742407,27742534,27749011,27755752,27757355,27761309,27763588,27764514,27767265,27767571,27784377,27795277,27796393,27797039,27800353,27803388,27806406,27807287,27808950,27826549,27832601,27834108,27841662,27842072,27846844,27884227,27884542,27884971,27909961,27910420,27929190,27959462,27972831,27972946,27975688,28009260,28009916,28010452,28011753,28016216,28016476,28017359,28018706,28019303,28021574,28022052,28022552,28022773,28023646,28023919,28024195,28024843,28025349,28025989,28026334,28026700,28026873,28027385,28031005,28041841,28045390,28047555,28051576,2805650', 'assoc_port': '27403865:27404051,27406524:27406953,27409027:27409523,27413291:27413711,27414376:27414660,27417933:27418158,27447684:27447819,27448207:27450451,27448208:27448338,27449555:27450009,27450401:27450714,27463791:27464130,27485662:27486193,27507873:27508702,27552560:27554351,27552574:27554044,27552604:27553038,27612831:27613071,27627402:27628077,27632551:27636656,27643653:27645926,27646360:27646637,27654127:27654635,27663915:27664185,27682161:27682655,27691360:27698727,27694858:27695557,27699098:27699560,27699099:27700000,27706165:27706812,27724169:27727619,27724821:27727961,27724825:27725973,27724829:27726380,27724841:27726520,27724845:27726086,27724849:27725594,27724850:27725809,27724856:27725254,27724867:27726816,27729672:27729854,27731649:27732109,27734824:27736262,27737899:27737932,27741689:27742111,27741695:27742273,27741706:27742534,27741708:27742382,27741710:27742397,27741717:27742407,27741724:27742351,27741728:27742092,27748892:27749011,27755174:27755752,27756978:27757355,27760561:27764514,27760569:2776130', 'assoc_mat': '27403865:carton:3594:27404051,27406524:carton:3594:27406953,27409027:carton:3594:27409523,27413291:carton:3594:27413711,27414376:carton:3594:27414660,27417933:carton:3594:27418158,27447684:carton:3594:27447819,27448207:carton:3594:27450451,27448208:carton:3594:27448338,27449555:carton:3594:27450009,27450401:carton:3594:27450714,27463791:carton:3594:27464130,27485662:carton:3594:27486193,27507873:carton:3594:27508702,27552560:carton:3594:27554351,27552574:carton:3594:27554044,27552604:carton:3594:27553038,27612831:carton:3594:27613071,27627402:carton:3594:27628077,27632551:carton:3594:27636656,27643653:carton:3594:27645926,27646360:carton:3594:27646637,27654127:carton:3594:27654635,27663915:carton:3594:27664185,27682161:carton:3594:27682655,27691360:carton:3594:27698727,27694858:carton:3594:27695557,27699098:carton:3594:27699560,27699099:carton:3594:27700000,27706165:carton:3594:27706812,27724169:carton:3594:27727619,27724821:carton:3594:27727961,27724825:carton:3594:27725973,27724829:carton:3594:27726380,2772'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0011232173718520283, 'nb_photo': 55, 'list_port_cont': '27388048,27403890,27409154,27415580,27418129,27455225,27481105,27497589,27583269,27583629,27632891,27633136,27642834,27652045,27688295,27689215,27725224,27727970,27735442,27749556,27755318,27767078,27784495,27803190,27826444,27835274,27883675,27909389,27922904,27942287,27943640,27949828,27975555,28010934,28012494,28013185,28016204,28018229,28020148,28030743,28031725,28035619,28059934', 'assoc_port': '27387815:27388048,27403858:27403890,27409022:27409154,27415501:27415580,27417936:27418129,27455130:27455225,27480980:27481105,27497506:27497589,27552588:27583269,27552590:27583629,27632623:27632891,27632626:27633136,27642712:27642834,27651909:27652045,27687824:27689215,27688029:27688295,27724837:27725224,27727889:27727970,27735401:27735442,27749481:27749556,27755169:27755318,27767006:27767078,27783669:27784495,27803076:27803190,27826415:27826444,27835207:27835274,27883564:27883675,27900938:27909389,27908715:28018229,27922558:27922904,27942178:27942287,27943511:27943640,27949692:27949828,27970819:27975555,28008246:28035619,28008334:28031725,28009382:28030743,28010259:28010934,28011523:28020148,28011743:28012494,28012537:28013185,28015399:28016204,28056098:28059934', 'assoc_mat': '27387815:cartonnette:3726:27388048,27403858:cartonnette:3726:27403890,27409022:cartonnette:3726:27409154,27415501:cartonnette:3726:27415580,27417936:cartonnette:3726:27418129,27455130:cartonnette:3726:27455225,27480980:cartonnette:3726:27481105,27497506:cartonnette:3726:27497589,27552588:cartonnette:3726:27583269,27552590:cartonnette:3726:27583629,27632623:cartonnette:3726:27632891,27632626:cartonnette:3726:27633136,27642712:cartonnette:3726:27642834,27651909:cartonnette:3726:27652045,27687824:cartonnette:3726:27689215,27688029:cartonnette:3726:27688295,27724837:cartonnette:3726:27725224,27727889:cartonnette:3726:27727970,27735401:cartonnette:3726:27735442,27749481:cartonnette:3726:27749556,27755169:cartonnette:3726:27755318,27767006:cartonnette:3726:27767078,27783669:cartonnette:3726:27784495,27803076:cartonnette:3726:27803190,27826415:cartonnette:3726:27826444,27835207:cartonnette:3726:27835274,27883564:cartonnette:3726:27883675,27900938:cartonnette:3726:27909389,27908715:cartonnette:3726:28018229,27922558:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009651889835522374, 'nb_photo': 321, 'list_port_cont': '27388521,27394964,27403898,27409539,27415575,27418125,27436074,27439452,27444350,27455221,27474432,27481104,27481540,27485875,27497591,27609364,27628044,27632883,27633132,27633448,27634476,27634656,27636244,27636671,27642831,27649918,27652044,27657635,27662184,27682937,27685017,27688301,27689218,27689826,27695177,27703405,27713873,27720211,27724201,27726125,27727972,27733377,27735445,27748445,27748976,27749141,27749545,27755326,27759203,27767079,27783865,27784494,27785275,27796203,27826435,27829653,27841462,27841505,27841665,27846167,27861542,27900766,27908720,27909399,27922914,27924906,27928953,27939766,27941179,27941770,27943644,27949822,27960834,27971292,27975559,27978073,28002191,28003044,28003307,28003645,28007198,28008852,28009189,28009811,28010180,28010938,28011156,28011289,28012167,28012498,28013186,28015135,28017467,28019198,28020145,28020753,28021731,28022106,28022926,28023323,28024326,28024625,28024826,28025051,28026001,28028794,28028995,28031720,28032195,28033167,28033762,28035518,28035618,2803735', 'assoc_port': '27387808:27388521,27394663:27394964,27403858:27403898,27409008:27409539,27415501:27415575,27417936:27418125,27435756:27436074,27439189:27439452,27444092:27444350,27455130:27455221,27473887:27474432,27480976:27481540,27480980:27481104,27485667:27485875,27497506:27497591,27609291:27609364,27627388:27628044,27632614:27636244,27632616:27636671,27632620:27633448,27632623:27632883,27632626:27633132,27633549:27634476,27634485:27634656,27642712:27642831,27649733:27649918,27651909:27652044,27657543:27657635,27661921:27662184,27682152:27685017,27682222:27682937,27687819:27689826,27687824:27689218,27688029:27688301,27694856:27695177,27703253:27703405,27713773:27713873,27720164:27720211,27724179:27724201,27726015:27726125,27727889:27727972,27733311:27733377,27735401:27735445,27748414:27748445,27748884:27749141,27748890:27748976,27749481:27749545,27755169:27755326,27758986:27759203,27767006:27767079,27783639:27785275,27783669:27784494,27783703:27783865,27796151:27796203,27826415:27826435,27829565:27829653,27841338:2784146', 'assoc_mat': '27387808:Carton_brun:3726:27388521,27394663:Carton_brun:3726:27394964,27403858:Carton_brun:3726:27403898,27409008:Carton_brun:3726:27409539,27415501:Carton_brun:3726:27415575,27417936:Carton_brun:3726:27418125,27435756:Carton_brun:3726:27436074,27439189:Carton_brun:3726:27439452,27444092:Carton_brun:3726:27444350,27455130:Carton_brun:3726:27455221,27473887:Carton_brun:3726:27474432,27480976:Carton_brun:3726:27481540,27480980:Carton_brun:3726:27481104,27485667:Carton_brun:3726:27485875,27497506:Carton_brun:3726:27497591,27609291:Carton_brun:3726:27609364,27627388:Carton_brun:3726:27628044,27632614:Carton_brun:3726:27636244,27632616:Carton_brun:3726:27636671,27632620:Carton_brun:3726:27633448,27632623:Carton_brun:3726:27632883,27632626:Carton_brun:3726:27633132,27633549:Carton_brun:3726:27634476,27634485:Carton_brun:3726:27634656,27642712:Carton_brun:3726:27642831,27649733:Carton_brun:3726:27649918,27651909:Carton_brun:3726:27652044,27657543:Carton_brun:3726:27657635,27661921:Carton_brun:3726:27662184,27682152:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008483468325195816, 'nb_photo': 166, 'list_port_cont': '27388038,27388518,27394967,27403899,27409148,27409548,27415573,27436070,27474434,27481106,27485880,27497590,27583623,27609360,27628046,27633125,27633777,27634654,27636678,27636893,27642835,27649916,27682938,27688294,27695174,27703403,27735447,27741753,27741964,27749546,27755325,27759197,27767077,27784486,27784941,27794226,27799368,27829654,27832376,27835275,27841669,27883674,27900779,27909391,27928955,27943643,27949820,27960836,27971289,27972273,27975557,27978070,28002195,28003310,28009497,28010718,28010935,28011148,28011296,28015906,28016199,28017471,28020139,28021273,28022111,28024621,28025043,28026006,28028994,28031719,28032194,28033157,28035514,28035621,28037348,28056088,28059496,28060560,28072573,28073244', 'assoc_port': '27387808:27388518,27387815:27388038,27394663:27394967,27403858:27403899,27409008:27409548,27409022:27409148,27415501:27415573,27435756:27436070,27473887:27474434,27480980:27481106,27485667:27485880,27497506:27497590,27552590:27583623,27609291:27609360,27627388:27628046,27632606:27636893,27632616:27636678,27632626:27633125,27633650:27633777,27634485:27634654,27642712:27642835,27649733:27649916,27682222:27682938,27688029:27688294,27694856:27695174,27703253:27703403,27735401:27735447,27741712:27741964,27741720:27741753,27749481:27749546,27755169:27755325,27758986:27759197,27767006:27767077,27783624:27784941,27783669:27784486,27793995:27794226,27799173:27799368,27829565:27829654,27832320:27832376,27835207:27835275,27841392:27841669,27883564:27883674,27900573:27900779,27900938:27909391,27909343:28017471,27928861:27928955,27943511:27943643,27949692:27949820,27960603:27960836,27970587:27978070,27970708:27972273,27970819:27975557,27970913:27971289,28001990:28003310,28001996:28002195,28008246:28035621,28008290:2803219', 'assoc_mat': '27387808:Carton_gris:3726:27388518,27387815:Carton_gris:3726:27388038,27394663:Carton_gris:3726:27394967,27403858:Carton_gris:3726:27403899,27409008:Carton_gris:3726:27409548,27409022:Carton_gris:3726:27409148,27415501:Carton_gris:3726:27415573,27435756:Carton_gris:3726:27436070,27473887:Carton_gris:3726:27474434,27480980:Carton_gris:3726:27481106,27485667:Carton_gris:3726:27485880,27497506:Carton_gris:3726:27497590,27552590:Carton_gris:3726:27583623,27609291:Carton_gris:3726:27609360,27627388:Carton_gris:3726:27628046,27632606:Carton_gris:3726:27636893,27632616:Carton_gris:3726:27636678,27632626:Carton_gris:3726:27633125,27633650:Carton_gris:3726:27633777,27634485:Carton_gris:3726:27634654,27642712:Carton_gris:3726:27642835,27649733:Carton_gris:3726:27649916,27682222:Carton_gris:3726:27682938,27688029:Carton_gris:3726:27688294,27694856:Carton_gris:3726:27695174,27703253:Carton_gris:3726:27703403,27735401:Carton_gris:3726:27735447,27741712:Carton_gris:3726:27741964,27741720:Carton_gris:3726:27741753,27749481:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008195007846679516, 'nb_photo': 30, 'list_port_cont': '27498497,27656515,27717957,27742232,27772658,27835255,27947795,27953211,28023818,28025761,28030975,28054015,28056661', 'assoc_port': '27497510:27498497,27632560:27656515,27708723:27717957,27741703:27742232,27758988:27772658,27835201:27835255,27909294:28025761,27947304:27947795,27952837:27953211,27970896:28030975,28011647:28056661,28015478:28023818,28024265:28054015', 'assoc_mat': '27497510:ela:4205:27498497,27632560:ela:4205:27656515,27708723:ela:4205:27717957,27741703:ela:4205:27742232,27758988:ela:4205:27772658,27835201:ela:4205:27835255,27909294:ela:4205:28025761,27947304:ela:4205:27947795,27952837:ela:4205:27953211,27970896:ela:4205:28030975,28011647:ela:4205:28056661,28015478:ela:4205:28023818,28024265:ela:4205:28054015'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9420765182962771, 'nb_photo': 1012, 'list_port_cont': '27411781,27416413,27450156,27458151,27458638,27496615,27496850,27505704,27599123,27600001,27636559,27659022,27687204,27693189,27693908,27695944,27703774,27708553,27715745,27725889,27725923,27726055,27727843,27732134,27735306,27742960,27749049,27749105,27757544,27775778,27795613,27821586,27821697,27831195,27831630,27832157,27844464,27865312,27893745,27912549,27945761,27953148,27964500,27964994,28024018,28024885,28026057,28028274,28029969,28032104,28043331,28043531,28045863,28046992,28049846,28051798,28052310,28054092,28054849,28055315,28055721,28056967,28057102,28057215,28057296,28057975,28058002,28058092,28061018,28066554,28066600,28072678,28072717,28092383,28173314', 'assoc_port': '27403862:27411781,27413358:27416413,27441324:27450156,27448202:27458151,27455138:27458638,27490307:27496615,27491431:27496850,27500774:27505704,27552595:27599123,27552601:27600001,27612832:27636559,27630006:27693908,27633661:27659022,27640535:27687204,27649744:27693189,27661919:27695944,27691375:27708553,27703265:27703774,27713799:27715745,27724817:27725889,27724863:27726055,27724865:27725923,27727569:27727843,27731643:27732134,27734822:27735306,27741731:27742960,27748678:27749049,27748679:27749105,27756982:27757544,27770884:27775778,27793956:27795613,27803073:27831195,27811397:27821586,27811399:27821697,27825815:27832157,27831391:27831630,27837924:27844464,27861240:27893745,27861242:27865312,27900895:27912549,27900932:27964994,27900933:27964500,27909302:28026057,27940996:27945761,27950167:27953148,27970549:28028274,27970685:28029969,27970904:28032104,28008294:28046992,28008523:28049846,28008637:28043331,28008641:28043531,28009581:28052310,28009773:28066600,28010039:28054092,28010237:28054849,28010428:2805531', 'assoc_mat': '27403862:ela:4203:27411781,27413358:ela:4203:27416413,27441324:ela:4203:27450156,27448202:ela:4203:27458151,27455138:ela:4203:27458638,27490307:ela:4203:27496615,27491431:ela:4203:27496850,27500774:ela:4203:27505704,27552595:ela:4203:27599123,27552601:ela:4203:27600001,27612832:ela:4203:27636559,27630006:ela:4203:27693908,27633661:ela:4203:27659022,27640535:ela:4203:27687204,27649744:ela:4203:27693189,27661919:ela:4203:27695944,27691375:ela:4203:27708553,27703265:ela:4203:27703774,27713799:ela:4203:27715745,27724817:ela:4203:27725889,27724863:ela:4203:27726055,27724865:ela:4203:27725923,27727569:ela:4203:27727843,27731643:ela:4203:27732134,27734822:ela:4203:27735306,27741731:ela:4203:27742960,27748678:ela:4203:27749049,27748679:ela:4203:27749105,27756982:ela:4203:27757544,27770884:ela:4203:27775778,27793956:ela:4203:27795613,27803073:ela:4203:27831195,27811397:ela:4203:27821586,27811399:ela:4203:27821697,27825815:ela:4203:27832157,27831391:ela:4203:27831630,27837924:ela:4203:27844464,27861240:ela:4203:2789374'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007551649989956221, 'nb_photo': 48, 'list_port_cont': '27442525,27476677,27494107,27627486,27658418,27683840,27688191,27706261,27716404,27725816,27727195,27728079,27741954,27742045,27742081,27749416,27751638,27772033,27775164,27829194,27831135,27831447,27836386,27852382,27909324,27943588,27946486,28028709,28032092,28044315,28046341,28048085,28054003,28054149,28062809,28062843,28064597,28065844,28066637,28072690,28072950', 'assoc_port': '27442334:27442525,27476433:27476677,27494001:27494107,27627421:27627486,27633643:27658418,27682208:27683840,27687914:27706261,27688033:27688191,27716354:27716404,27724846:27727195,27724859:27725816,27726013:27728079,27741713:27742045,27741718:27742081,27741729:27741954,27748891:27749416,27751515:27751638,27752692:27772033,27767012:27775164,27804158:27831135,27829128:27829194,27831389:27831447,27836324:27836386,27839122:27852382,27900879:27909324,27908781:28065844,27909262:28062843,27909400:28062809,27943512:27943588,27946345:27946486,27970677:28028709,27970938:28032092,28008178:28044315,28008286:28046341,28008440:28048085,28010099:28054003,28011598:28066637,28015452:28054149,28015662:28064597,28055912:28072950,28072000:28072690', 'assoc_mat': '27442334:ela:4207:27442525,27476433:ela:4207:27476677,27494001:ela:4207:27494107,27627421:ela:4207:27627486,27633643:ela:4207:27658418,27682208:ela:4207:27683840,27687914:ela:4207:27706261,27688033:ela:4207:27688191,27716354:ela:4207:27716404,27724846:ela:4207:27727195,27724859:ela:4207:27725816,27726013:ela:4207:27728079,27741713:ela:4207:27742045,27741718:ela:4207:27742081,27741729:ela:4207:27741954,27748891:ela:4207:27749416,27751515:ela:4207:27751638,27752692:ela:4207:27772033,27767012:ela:4207:27775164,27804158:ela:4207:27831135,27829128:ela:4207:27829194,27831389:ela:4207:27831447,27836324:ela:4207:27836386,27839122:ela:4207:27852382,27900879:ela:4207:27909324,27908781:ela:4207:28065844,27909262:ela:4207:28062843,27909400:ela:4207:28062809,27943512:ela:4207:27943588,27946345:ela:4207:27946486,27970677:ela:4207:28028709,27970938:ela:4207:28032092,28008178:ela:4207:28044315,28008286:ela:4207:28046341,28008440:ela:4207:28048085,28010099:ela:4207:28054003,28011598:ela:4207:28066637,28015452:ela:4207:2805414'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009430615679505819, 'nb_photo': 17, 'list_port_cont': '27388239,27418187,27720275,27729782,27749165,27804636,27839613', 'assoc_port': '27387810:27388239,27417944:27418187,27720163:27720275,27729669:27729782,27748908:27749165,27804162:27804636,27839125:27839613', 'assoc_mat': '27387810:ela:4461:27388239,27417944:ela:4461:27418187,27720163:ela:4461:27720275,27729669:ela:4461:27729782,27748908:ela:4461:27749165,27804162:ela:4461:27804636,27839125:ela:4461:27839613'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015928086113350976, 'nb_photo': 69, 'list_port_cont': '27403978,27404219,27413539,27441484,27445305,27623299,27633711,27633987,27652362,27682998,27692014,27695416,27698301,27703637,27704235,27725052,27725638,27731037,27732532,27735074,27741937,27748763,27749813,27752973,27761059,27767240,27769204,27783926,27786942,27790664,27796343,27829242,27834062,27841578,27901487,27909716,27929081,27959677,27972433,27973906,27974181,27975320,28009023,28010130,28017297,28017859,28022793,28024321,28026173,28026627,28035744,28039596,28048927,28050591,28062471,28062543,28064553', 'assoc_port': '27403860:27404219,27403866:27403978,27413361:27413539,27441327:27441484,27444952:27445305,27612827:27623299,27632602:27633711,27633659:27633987,27651913:27652362,27682193:27682998,27691362:27692014,27694859:27695416,27697876:27698301,27703249:27704235,27703257:27703637,27724813:27725638,27724890:27725052,27730865:27731037,27732208:27732532,27734821:27735074,27741716:27741937,27748677:27748763,27749740:27749813,27752691:27752973,27760558:27761059,27760564:27769204,27767015:27767240,27783717:27783926,27786458:27786942,27790388:27790664,27796156:27796343,27829127:27829242,27833969:27834062,27841365:27841578,27900887:27909716,27900935:27901487,27928865:27929081,27958860:27959677,27970533:27975320,27970648:27974181,27970679:27973906,27970748:27972433,28008160:28050591,28008495:28010130,28008700:28009023,28009665:28039596,28010188:28026173,28010406:28024321,28011351:28022793,28015278:28017859,28015323:28017297,28015488:28035744,28026382:28026627,28041246:28048927,28055894:28062471,28055980:28064553,28056021:2806254', 'assoc_mat': '27403860:ela:4200:27404219,27403866:ela:4200:27403978,27413361:ela:4200:27413539,27441327:ela:4200:27441484,27444952:ela:4200:27445305,27612827:ela:4200:27623299,27632602:ela:4200:27633711,27633659:ela:4200:27633987,27651913:ela:4200:27652362,27682193:ela:4200:27682998,27691362:ela:4200:27692014,27694859:ela:4200:27695416,27697876:ela:4200:27698301,27703249:ela:4200:27704235,27703257:ela:4200:27703637,27724813:ela:4200:27725638,27724890:ela:4200:27725052,27730865:ela:4200:27731037,27732208:ela:4200:27732532,27734821:ela:4200:27735074,27741716:ela:4200:27741937,27748677:ela:4200:27748763,27749740:ela:4200:27749813,27752691:ela:4200:27752973,27760558:ela:4200:27761059,27760564:ela:4200:27769204,27767015:ela:4200:27767240,27783717:ela:4200:27783926,27786458:ela:4200:27786942,27790388:ela:4200:27790664,27796156:ela:4200:27796343,27829127:ela:4200:27829242,27833969:ela:4200:27834062,27841365:ela:4200:27841578,27900887:ela:4200:27909716,27900935:ela:4200:27901487,27928865:ela:4200:27929081,27958860:ela:4200:2795967'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0022283337297774267, 'nb_photo': 94, 'list_port_cont': '27415660,27419065,27443781,27500922,27501807,27507920,27583794,27583943,27633941,27640913,27646625,27660683,27662126,27683179,27713928,27715178,27724290,27725021,27728140,27731835,27735094,27748741,27749000,27749907,27784438,27784528,27811607,27828297,27832955,27836438,27841639,27868711,27880552,27929209,27961220,27983935,28010477,28010507,28010704,28011012,28011054,28013307,28013480,28016353,28021406,28026127,28056053,28056311,28057039,28057064,28057669,28059221,28072277,28072416,28090688,28090805', 'assoc_port': '27415498:27415660,27418933:27419065,27443663:27443781,27500776:27500922,27501601:27501807,27507876:27507920,27552564:27583943,27552578:27583794,27633572:27633941,27640533:27640913,27646358:27646625,27660423:27660683,27661922:27662126,27682189:27683179,27713800:27713928,27714913:27715178,27724171:27724290,27724895:27725021,27727893:27728140,27731645:27731835,27734823:27735094,27748673:27748741,27748907:27749000,27749738:27749907,27783607:27784528,27783667:27784438,27811395:27811607,27828079:27828297,27832769:27832955,27836294:27836438,27841393:27841639,27868603:27868711,27871505:27880552,27908849:28021406,27928871:27929209,27960619:27961220,27970996:27983935,28009490:28011012,28009529:28011054,28009689:28010704,28009895:28010507,28010042:28010477,28011384:28026127,28011643:28013480,28011796:28013307,28015610:28016353,28055858:28056311,28055871:28056053,28055965:28057039,28055988:28057064,28056023:28057669,28056031:28059221,28072065:28072416,28072072:28072277,28090369:28090805,28090390:28090688', 'assoc_mat': '27415498:ela:4209:27415660,27418933:ela:4209:27419065,27443663:ela:4209:27443781,27500776:ela:4209:27500922,27501601:ela:4209:27501807,27507876:ela:4209:27507920,27552564:ela:4209:27583943,27552578:ela:4209:27583794,27633572:ela:4209:27633941,27640533:ela:4209:27640913,27646358:ela:4209:27646625,27660423:ela:4209:27660683,27661922:ela:4209:27662126,27682189:ela:4209:27683179,27713800:ela:4209:27713928,27714913:ela:4209:27715178,27724171:ela:4209:27724290,27724895:ela:4209:27725021,27727893:ela:4209:27728140,27731645:ela:4209:27731835,27734823:ela:4209:27735094,27748673:ela:4209:27748741,27748907:ela:4209:27749000,27749738:ela:4209:27749907,27783607:ela:4209:27784528,27783667:ela:4209:27784438,27811395:ela:4209:27811607,27828079:ela:4209:27828297,27832769:ela:4209:27832955,27836294:ela:4209:27836438,27841393:ela:4209:27841639,27868603:ela:4209:27868711,27871505:ela:4209:27880552,27908849:ela:4209:28021406,27928871:ela:4209:27929209,27960619:ela:4209:27961220,27970996:ela:4209:27983935,28009490:ela:4209:2801101'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010390391405943249, 'nb_photo': 1655, 'list_port_cont': '27388980,27391768,27395043,27396041,27399166,27400655,27404172,27404505,27407312,27409706,27413762,27414075,27418363,27418558,27419663,27436605,27439658,27441488,27442815,27443925,27444769,27445258,27446698,27447963,27450018,27452239,27452936,27455793,27464041,27477324,27477656,27478673,27486247,27488107,27489092,27490682,27492197,27492527,27497832,27498824,27501098,27501365,27501996,27503679,27508629,27597698,27598314,27606219,27623569,27624526,27625430,27628687,27629210,27631200,27632113,27633329,27634608,27634894,27636127,27636896,27638083,27641481,27641843,27642555,27643070,27643668,27643967,27644121,27644584,27645151,27646425,27646772,27647850,27650347,27654491,27654820,27657970,27658553,27660884,27662522,27685118,27686880,27688672,27689543,27691030,27692596,27693418,27695660,27697022,27697568,27698374,27700572,27703743,27706657,27709267,27712265,27712547,27715254,27717389,27723892,27723962,27724500,27725121,27725321,27725477,27725940,27726138,27726248,27726291,27726463,27727174,27727437,27727657,2772768', 'assoc_port': '27387817:27388980,27391353:27391768,27394662:27396041,27394665:27395043,27398433:27400655,27398489:27399166,27403859:27404505,27403867:27404172,27406529:27407312,27409036:27409706,27413329:27414075,27413362:27413762,27417934:27419663,27417940:27418558,27417943:27418363,27435758:27436605,27439190:27439658,27441326:27441488,27442333:27442815,27443682:27443925,27444703:27444769,27444956:27445258,27446536:27446698,27447686:27447963,27449558:27450018,27451939:27452936,27451942:27452239,27455142:27455793,27463792:27464041,27476439:27477656,27476462:27477324,27478024:27478673,27485659:27486247,27487692:27488107,27488597:27489092,27490304:27490682,27491433:27492527,27491435:27492197,27497513:27497832,27498535:27498824,27500781:27501365,27500785:27501098,27501599:27501996,27503313:27503679,27508381:27508629,27552556:27597698,27552568:27598314,27552572:27606219,27612825:27625430,27612829:27624526,27612864:27623569,27627416:27629210,27627423:27628687,27630008:27631200,27631519:27632113,27632531:27646425,27632563:2764515', 'assoc_mat': '27387817:ela:4211:27388980,27391353:ela:4211:27391768,27394662:ela:4211:27396041,27394665:ela:4211:27395043,27398433:ela:4211:27400655,27398489:ela:4211:27399166,27403859:ela:4211:27404505,27403867:ela:4211:27404172,27406529:ela:4211:27407312,27409036:ela:4211:27409706,27413329:ela:4211:27414075,27413362:ela:4211:27413762,27417934:ela:4211:27419663,27417940:ela:4211:27418558,27417943:ela:4211:27418363,27435758:ela:4211:27436605,27439190:ela:4211:27439658,27441326:ela:4211:27441488,27442333:ela:4211:27442815,27443682:ela:4211:27443925,27444703:ela:4211:27444769,27444956:ela:4211:27445258,27446536:ela:4211:27446698,27447686:ela:4211:27447963,27449558:ela:4211:27450018,27451939:ela:4211:27452936,27451942:ela:4211:27452239,27455142:ela:4211:27455793,27463792:ela:4211:27464041,27476439:ela:4211:27477656,27476462:ela:4211:27477324,27478024:ela:4211:27478673,27485659:ela:4211:27486247,27487692:ela:4211:27488107,27488597:ela:4211:27489092,27490304:ela:4211:27490682,27491433:ela:4211:27492527,27491435:ela:4211:2749219'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 2.9772257346711556e-05, 'nb_photo': 8, 'list_port_cont': '27456988,27656501,27717967,27742235,27764182,28025757', 'assoc_port': '27447657:27456988,27632560:27656501,27708723:27717967,27741703:27742235,27755172:27764182,27909294:28025757', 'assoc_mat': '27447657:etiquette:4205:27456988,27632560:etiquette:4205:27656501,27708723:etiquette:4205:27717967,27741703:etiquette:4205:27742235,27755172:etiquette:4205:27764182,27909294:etiquette:4205:28025757'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.4046439664740986e-05, 'nb_photo': 36, 'list_port_cont': '27411779,27416416,27450150,27496612,27496838,27659029,27715748,27725888,27727837,27742959,27775780,27795603,27821698,27831206,27831621,28024013,28028283,28029963,28043334,28046990,28052311,28055304,28055719,28057302,28058097,28061015,28066555,28072674,28072709', 'assoc_port': '27403862:27411779,27413358:27416416,27441324:27450150,27490307:27496612,27491431:27496838,27633661:27659029,27713799:27715748,27724817:27725888,27727569:27727837,27741731:27742959,27770884:27775780,27793956:27795603,27803073:27831206,27811399:27821698,27831391:27831621,27970549:28028283,27970685:28029963,28008294:28046990,28008637:28043334,28009581:28052311,28010428:28055304,28010596:28055719,28011657:28057302,28015315:28066555,28015654:28024013,28055863:28061015,28055957:28058097,28071999:28072709,28072057:28072674', 'assoc_mat': '27403862:etiquette:4203:27411779,27413358:etiquette:4203:27416416,27441324:etiquette:4203:27450150,27490307:etiquette:4203:27496612,27491431:etiquette:4203:27496838,27633661:etiquette:4203:27659029,27713799:etiquette:4203:27715748,27724817:etiquette:4203:27725888,27727569:etiquette:4203:27727837,27741731:etiquette:4203:27742959,27770884:etiquette:4203:27775780,27793956:etiquette:4203:27795603,27803073:etiquette:4203:27831206,27811399:etiquette:4203:27821698,27831391:etiquette:4203:27831621,27970549:etiquette:4203:28028283,27970685:etiquette:4203:28029963,28008294:etiquette:4203:28046990,28008637:etiquette:4203:28043334,28009581:etiquette:4203:28052311,28010428:etiquette:4203:28055304,28010596:etiquette:4203:28055719,28011657:etiquette:4203:28057302,28015315:etiquette:4203:28066555,28015654:etiquette:4203:28024013,28055863:etiquette:4203:28061015,28055957:etiquette:4203:28058097,28071999:etiquette:4203:28072709,28072057:etiquette:4203:28072674'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0002538559722809097, 'nb_photo': 4, 'list_port_cont': '27728384,27803143,28031631,28053101', 'assoc_port': '27727891:27728384,27803075:27803143,27970906:28031631,28009795:28053101', 'assoc_mat': '27727891:etiquette:4207:27728384,27803075:etiquette:4207:27803143,27970906:etiquette:4207:28031631,28009795:etiquette:4207:28053101'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 12, 'list_port_cont': '27388230,27749156,27767095', 'assoc_port': '27387810:27388230,27748908:27749156,27767010:27767095', 'assoc_mat': '27387810:etiquette:4461:27388230,27748908:etiquette:4461:27749156,27767010:etiquette:4461:27767095'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0006342210769572888, 'nb_photo': 2, 'list_port_cont': '27403987,27490495', 'assoc_port': '27403866:27403987,27490305:27490495', 'assoc_mat': '27403866:etiquette:4200:27403987,27490305:etiquette:4200:27490495'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010350815493554977, 'nb_photo': 81, 'list_port_cont': '27624393,27657969,27660879,27717390,27733537,27826187,27833052,27864051,27953235,27986760,28020052,28030913,28048614,28049721,28052695,28053294,28053855,28053871,28054196,28057893,28058780,28127987', 'assoc_port': '27612835:27624393,27657540:27657969,27660437:27660879,27717023:27717390,27733316:27733537,27825814:27826187,27832773:27833052,27863029:27864051,27952797:27953235,27970554:27986760,28009877:28053294,28009980:28053855,28010155:28054196,28010195:28053871,28010434:28052695,28011620:28048614,28011670:28049721,28015535:28020052,28029995:28030913,28056011:28057893,28056127:28058780,28090439:28127987', 'assoc_mat': '27612835:etiquette:4211:27624393,27657540:etiquette:4211:27657969,27660437:etiquette:4211:27660879,27717023:etiquette:4211:27717390,27733316:etiquette:4211:27733537,27825814:etiquette:4211:27826187,27832773:etiquette:4211:27833052,27863029:etiquette:4211:27864051,27952797:etiquette:4211:27953235,27970554:etiquette:4211:27986760,28009877:etiquette:4211:28053294,28009980:etiquette:4211:28053855,28010155:etiquette:4211:28054196,28010195:etiquette:4211:28053871,28010434:etiquette:4211:28052695,28011620:etiquette:4211:28048614,28011670:etiquette:4211:28049721,28015535:etiquette:4211:28020052,28029995:etiquette:4211:28030913,28056011:etiquette:4211:28057893,28056127:etiquette:4211:28058780,28090439:etiquette:4211:28127987'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006141354317677887, 'nb_photo': 32, 'list_port_cont': '27405976,27474652,27788764,27910300,27930051,27944259,27953746,28013554,28015994,28016770,28046602', 'assoc_port': '27405487:27405976,27473895:27474652,27788308:27788764,27900929:27910300,27928873:27930051,27943509:27944259,27952817:27953746,28008245:28046602,28011737:28013554,28014421:28015994,28015275:28016770', 'assoc_mat': '27405487:etiquette:3327:27405976,27473895:etiquette:3327:27474652,27788308:etiquette:3327:27788764,27900929:etiquette:3327:27910300,27928873:etiquette:3327:27930051,27943509:etiquette:3327:27944259,27952817:etiquette:3327:27953746,28008245:etiquette:3327:28046602,28011737:etiquette:3327:28013554,28014421:etiquette:3327:28015994,28015275:etiquette:3327:28016770'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017805362996780198, 'nb_photo': 214, 'list_port_cont': '27411215,27456986,27498492,27656509,27690743,27717966,27727312,27729774,27742233,27764177,27772651,27796234,27835259,27836111,27912046,27947797,27953212,28023820,28025758,28047816,28051921,28053153,28054008,28054882,28055044,28056647', 'assoc_port': '27403861:27411215,27447657:27456986,27497510:27498492,27632560:27656509,27643654:27690743,27708723:27717966,27724848:27727312,27729673:27729774,27741703:27742233,27755172:27764177,27758988:27772651,27796153:27796234,27835201:27835259,27835204:27836111,27900926:27912046,27909294:28025758,27947304:27947797,27952837:27953212,28008437:28047816,28009556:28051921,28009925:28053153,28010398:28054882,28010400:28055044,28011647:28056647,28015478:28023820,28024265:28054008', 'assoc_mat': '27403861:film_plastique:4205:27411215,27447657:film_plastique:4205:27456986,27497510:film_plastique:4205:27498492,27632560:film_plastique:4205:27656509,27643654:film_plastique:4205:27690743,27708723:film_plastique:4205:27717966,27724848:film_plastique:4205:27727312,27729673:film_plastique:4205:27729774,27741703:film_plastique:4205:27742233,27755172:film_plastique:4205:27764177,27758988:film_plastique:4205:27772651,27796153:film_plastique:4205:27796234,27835201:film_plastique:4205:27835259,27835204:film_plastique:4205:27836111,27900926:film_plastique:4205:27912046,27909294:film_plastique:4205:28025758,27947304:film_plastique:4205:27947797,27952837:film_plastique:4205:27953212,28008437:film_plastique:4205:28047816,28009556:film_plastique:4205:28051921,28009925:film_plastique:4205:28053153,28010398:film_plastique:4205:28054882,28010400:film_plastique:4205:28055044,28011647:film_plastique:4205:28056647,28015478:film_plastique:4205:28023820,28024265:film_plastique:4205:28054008'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006559472452001922, 'nb_photo': 1034, 'list_port_cont': '27411792,27416419,27450151,27458152,27458640,27496611,27496846,27505716,27599118,27599995,27636547,27659030,27687199,27693176,27693895,27695947,27703789,27708556,27715743,27725895,27725924,27726040,27727849,27732133,27735307,27742955,27749064,27757545,27775789,27795606,27821587,27821690,27831197,27831629,27832149,27844454,27865309,27865500,27893737,27912541,27945754,27953135,27964492,27964995,28024004,28024891,28026065,28028284,28029966,28032100,28043320,28043521,28045860,28046986,28049840,28051796,28052300,28054095,28054855,28055312,28055720,28056968,28057094,28057227,28057295,28057970,28057993,28058100,28061021,28066558,28066603,28072676,28072715,28092374,28173322', 'assoc_port': '27403862:27411792,27413358:27416419,27441324:27450151,27448202:27458152,27455138:27458640,27490307:27496611,27491431:27496846,27500774:27505716,27552595:27599118,27552601:27599995,27612832:27636547,27630006:27693895,27633661:27659030,27640535:27687199,27649744:27693176,27661919:27695947,27691375:27708556,27703265:27703789,27713799:27715743,27724817:27725895,27724863:27726040,27724865:27725924,27727569:27727849,27731643:27732133,27734822:27735307,27741731:27742955,27748678:27749064,27756982:27757545,27770884:27775789,27793956:27795606,27803073:27831197,27811397:27821587,27811399:27821690,27825815:27832149,27831391:27831629,27837924:27844454,27861240:27893737,27861242:27865309,27861247:27865500,27900895:27912541,27900932:27964995,27900933:27964492,27909302:28026065,27940996:27945754,27950167:27953135,27970549:28028284,27970685:28029966,27970904:28032100,28008294:28046986,28008523:28049840,28008637:28043320,28008641:28043521,28009581:28052300,28009773:28066603,28010039:28054095,28010237:28054855,28010428:2805531', 'assoc_mat': '27403862:film_plastique:4203:27411792,27413358:film_plastique:4203:27416419,27441324:film_plastique:4203:27450151,27448202:film_plastique:4203:27458152,27455138:film_plastique:4203:27458640,27490307:film_plastique:4203:27496611,27491431:film_plastique:4203:27496846,27500774:film_plastique:4203:27505716,27552595:film_plastique:4203:27599118,27552601:film_plastique:4203:27599995,27612832:film_plastique:4203:27636547,27630006:film_plastique:4203:27693895,27633661:film_plastique:4203:27659030,27640535:film_plastique:4203:27687199,27649744:film_plastique:4203:27693176,27661919:film_plastique:4203:27695947,27691375:film_plastique:4203:27708556,27703265:film_plastique:4203:27703789,27713799:film_plastique:4203:27715743,27724817:film_plastique:4203:27725895,27724863:film_plastique:4203:27726040,27724865:film_plastique:4203:27725924,27727569:film_plastique:4203:27727849,27731643:film_plastique:4203:27732133,27734822:film_plastique:4203:27735307,27741731:film_plastique:4203:27742955,27748678:film_plastique:4203:2774906'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034238839473023125, 'nb_photo': 2004, 'list_port_cont': '27388140,27391574,27396033,27397011,27398611,27403878,27405559,27406641,27408427,27409100,27410406,27411901,27413430,27414580,27415355,27415555,27418139,27419393,27439401,27442526,27443750,27444145,27444999,27448217,27449611,27450476,27451593,27452011,27455198,27456540,27458140,27462489,27476678,27478222,27481093,27485857,27487944,27488705,27490177,27490410,27494102,27497575,27498411,27500833,27501680,27503363,27504186,27507879,27557589,27561272,27562345,27612939,27613906,27615110,27615603,27627484,27630216,27631666,27632798,27633843,27636279,27642793,27643743,27644700,27645172,27646968,27649843,27651331,27652013,27654015,27654141,27656342,27656884,27657615,27657868,27658115,27658429,27660484,27661977,27683845,27688185,27696572,27697301,27698077,27699309,27702496,27702717,27702964,27703370,27704734,27705886,27706034,27706254,27706298,27707197,27708844,27709192,27711725,27713840,27714991,27716402,27717104,27723640,27724269,27724934,27724963,27725082,27725610,27725696,27725821,27725841,27726319,27726920,2772719', 'assoc_port': '27387814:27388140,27391360:27391574,27395949:27397011,27395957:27396033,27398480:27398611,27403863:27403878,27405485:27405559,27406518:27408427,27406559:27406641,27409010:27411901,27409033:27409100,27410314:27410406,27413330:27415355,27413360:27414580,27413363:27413430,27415524:27415555,27417937:27419393,27417942:27418139,27439192:27439401,27442334:27442526,27443662:27443750,27444090:27444145,27444955:27444999,27448205:27448217,27449553:27451593,27449557:27449611,27450403:27450476,27451940:27452011,27455132:27456540,27455144:27455198,27458103:27458140,27462446:27462489,27476433:27476678,27478021:27478222,27480978:27481093,27485657:27485857,27487666:27490177,27487691:27487944,27488596:27488705,27490306:27490410,27494001:27494102,27497508:27498411,27497515:27497575,27500778:27500833,27501605:27501680,27503283:27504186,27503312:27503363,27507877:27507879,27552566:27562345,27552580:27561272,27552592:27557589,27612819:27615603,27612821:27615110,27612833:27613906,27612839:27612939,27627421:27627484,27630012:2763021', 'assoc_mat': '27387814:film_plastique:4207:27388140,27391360:film_plastique:4207:27391574,27395949:film_plastique:4207:27397011,27395957:film_plastique:4207:27396033,27398480:film_plastique:4207:27398611,27403863:film_plastique:4207:27403878,27405485:film_plastique:4207:27405559,27406518:film_plastique:4207:27408427,27406559:film_plastique:4207:27406641,27409010:film_plastique:4207:27411901,27409033:film_plastique:4207:27409100,27410314:film_plastique:4207:27410406,27413330:film_plastique:4207:27415355,27413360:film_plastique:4207:27414580,27413363:film_plastique:4207:27413430,27415524:film_plastique:4207:27415555,27417937:film_plastique:4207:27419393,27417942:film_plastique:4207:27418139,27439192:film_plastique:4207:27439401,27442334:film_plastique:4207:27442526,27443662:film_plastique:4207:27443750,27444090:film_plastique:4207:27444145,27444955:film_plastique:4207:27444999,27448205:film_plastique:4207:27448217,27449553:film_plastique:4207:27451593,27449557:film_plastique:4207:27449611,27450403:film_plastique:4207:2745047'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7993380278436689, 'nb_photo': 6058, 'list_port_cont': '27388100,27388233,27391793,27396193,27404272,27405731,27409450,27413498,27414618,27415753,27418193,27442745,27444236,27445112,27446277,27448038,27449795,27452058,27455568,27474325,27478640,27484820,27487720,27491788,27494453,27498720,27501069,27508538,27601684,27613100,27630475,27633085,27634042,27634206,27634913,27638158,27642954,27645509,27646744,27652468,27656799,27662202,27662341,27683388,27683750,27688746,27691960,27698167,27698535,27703875,27712051,27716536,27720280,27724319,27725130,27725267,27725356,27725451,27725770,27725860,27728113,27729778,27731935,27733470,27735544,27741982,27742901,27742976,27748542,27749163,27749230,27749926,27751899,27763798,27767091,27767452,27769821,27778069,27788695,27790718,27794455,27804648,27804802,27806388,27809811,27819512,27825024,27826052,27828260,27829802,27831508,27832982,27835719,27839607,27846447,27861813,27867893,27879822,27884191,27884348,27902368,27903813,27909646,27922874,27929672,27929747,27947606,27950729,27959500,27971858,27972049,27972242,27972392,2797262', 'assoc_port': '27387806:27388100,27387810:27388233,27391358:27391793,27395953:27396193,27403868:27404272,27405483:27405731,27409030:27409450,27413357:27413498,27414375:27414618,27415525:27415753,27417944:27418193,27442369:27442745,27444089:27444236,27444957:27445112,27444958:27446277,27447678:27448038,27449556:27449795,27451941:27452058,27455145:27455568,27473891:27474325,27478027:27478640,27484302:27484820,27487693:27487720,27491434:27491788,27494005:27494453,27498534:27498720,27500783:27501069,27508383:27508538,27552582:27601684,27612834:27613100,27630010:27630475,27632604:27633085,27633566:27638158,27633623:27634206,27633652:27634042,27634487:27634913,27642739:27642954,27645058:27645509,27646354:27646744,27651911:27652468,27654132:27656799,27661886:27662202,27661889:27662341,27682148:27683750,27682204:27683388,27687827:27698167,27688001:27688746,27691412:27691960,27697880:27698535,27703255:27703875,27711664:27712051,27716353:27716536,27720163:27720280,27724176:27724319,27724811:27725860,27724831:27725770,27724847:2772545', 'assoc_mat': '27387806:film_plastique:4461:27388100,27387810:film_plastique:4461:27388233,27391358:film_plastique:4461:27391793,27395953:film_plastique:4461:27396193,27403868:film_plastique:4461:27404272,27405483:film_plastique:4461:27405731,27409030:film_plastique:4461:27409450,27413357:film_plastique:4461:27413498,27414375:film_plastique:4461:27414618,27415525:film_plastique:4461:27415753,27417944:film_plastique:4461:27418193,27442369:film_plastique:4461:27442745,27444089:film_plastique:4461:27444236,27444957:film_plastique:4461:27445112,27444958:film_plastique:4461:27446277,27447678:film_plastique:4461:27448038,27449556:film_plastique:4461:27449795,27451941:film_plastique:4461:27452058,27455145:film_plastique:4461:27455568,27473891:film_plastique:4461:27474325,27478027:film_plastique:4461:27478640,27484302:film_plastique:4461:27484820,27487693:film_plastique:4461:27487720,27491434:film_plastique:4461:27491788,27494005:film_plastique:4461:27494453,27498534:film_plastique:4461:27498720,27500783:film_plastique:4461:2750106'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0199454824626719, 'nb_photo': 2493, 'list_port_cont': '27388206,27398848,27403983,27404226,27406715,27407036,27409262,27413529,27413683,27413992,27415630,27418264,27441473,27442671,27443845,27445181,27445302,27445355,27448017,27449656,27450579,27452170,27455385,27455748,27458214,27474387,27476760,27481189,27481261,27484655,27486063,27490481,27491712,27494189,27494482,27497731,27498627,27500961,27503434,27503561,27507906,27507943,27583568,27613062,27623306,27623625,27632923,27633279,27633722,27633985,27634853,27635375,27635587,27636258,27636461,27636726,27640881,27641239,27643820,27643889,27650037,27650199,27652359,27653327,27654265,27657711,27660793,27683006,27688382,27688888,27688932,27689720,27692006,27695424,27698297,27703634,27703759,27704226,27716433,27716599,27720105,27720221,27723226,27723408,27724354,27725046,27725099,27725506,27725637,27725668,27725715,27726190,27729311,27731030,27732499,27732528,27733983,27735079,27735519,27735590,27741841,27741924,27742065,27742210,27742868,27742882,27748524,27748587,27748765,27749014,27749819,27752964,27757125,2776105', 'assoc_port': '27387812:27388206,27398487:27398848,27403860:27404226,27403866:27403983,27406521:27407036,27406526:27406715,27409024:27409262,27413328:27413992,27413331:27413683,27413361:27413529,27415496:27415630,27417932:27418264,27441327:27441473,27442370:27442671,27443683:27443845,27444952:27445302,27444953:27445355,27444954:27445181,27447683:27448017,27449554:27449656,27450402:27450579,27451943:27452170,27455125:27455748,27455140:27455385,27458101:27458214,27473893:27474387,27476459:27476760,27480971:27481261,27480974:27481189,27484307:27484655,27485664:27486063,27490305:27490481,27491432:27491712,27493995:27494482,27493999:27494189,27497512:27497731,27498561:27498627,27500780:27500961,27503284:27503561,27503310:27503434,27507872:27507943,27507874:27507906,27552562:27583568,27612823:27623625,27612827:27623306,27612836:27613062,27632498:27636258,27632554:27635587,27632568:27633279,27632602:27633722,27632631:27632923,27633617:27635375,27633659:27633985,27634467:27634853,27636068:27636726,27636070:27636461,27640534:2764088', 'assoc_mat': '27387812:film_plastique:4200:27388206,27398487:film_plastique:4200:27398848,27403860:film_plastique:4200:27404226,27403866:film_plastique:4200:27403983,27406521:film_plastique:4200:27407036,27406526:film_plastique:4200:27406715,27409024:film_plastique:4200:27409262,27413328:film_plastique:4200:27413992,27413331:film_plastique:4200:27413683,27413361:film_plastique:4200:27413529,27415496:film_plastique:4200:27415630,27417932:film_plastique:4200:27418264,27441327:film_plastique:4200:27441473,27442370:film_plastique:4200:27442671,27443683:film_plastique:4200:27443845,27444952:film_plastique:4200:27445302,27444953:film_plastique:4200:27445355,27444954:film_plastique:4200:27445181,27447683:film_plastique:4200:27448017,27449554:film_plastique:4200:27449656,27450402:film_plastique:4200:27450579,27451943:film_plastique:4200:27452170,27455125:film_plastique:4200:27455748,27455140:film_plastique:4200:27455385,27458101:film_plastique:4200:27458214,27473893:film_plastique:4200:27474387,27476459:film_plastique:4200:2747676'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007548436302299842, 'nb_photo': 258, 'list_port_cont': '27396113,27403903,27415672,27419066,27443777,27455440,27476859,27485933,27488958,27494325,27499335,27500924,27501809,27507914,27583802,27633934,27646615,27660691,27662138,27662318,27683183,27695341,27713917,27715184,27716487,27725022,27728144,27731836,27734935,27735099,27741887,27748752,27748994,27749908,27778525,27783993,27784425,27784504,27784523,27811605,27824425,27832956,27836440,27841643,27868721,27880551,27883773,27909619,27909807,27931017,27941245,27941288,27941358,27948203,27948236,27959288,27961234,27971435,27971744,27972461,28002134,28007374,28010206,28010480,28010699,28011055,28011631,28012272,28012606,28013086,28013293,28013478,28014080,28016351,28017084,28018780,28020013,28021410,28024274,28024529,28026129,28034842,28035406,28041238,28041649,28042003,28044489,28044717,28056141,28056281,28056310,28056402,28056691,28056785,28057051,28057070,28057655,28057788,28059227,28062181,28072121,28072283,28072329,28072398,28072404,28072633,28073774,28090691,28090809,28112216', 'assoc_port': '27395955:27396113,27403864:27403903,27415498:27415672,27418933:27419066,27443663:27443777,27455134:27455440,27476481:27476859,27485654:27485933,27488571:27488958,27494003:27494325,27499188:27499335,27500776:27500924,27501601:27501809,27507876:27507914,27552578:27583802,27633572:27633934,27646358:27646615,27660423:27660691,27661917:27662318,27661922:27662138,27682189:27683183,27694857:27695341,27713800:27713917,27714913:27715184,27716350:27716487,27724895:27725022,27727893:27728144,27731645:27731836,27734823:27735099,27734825:27734935,27741726:27741887,27748673:27748752,27748907:27748994,27749738:27749908,27778496:27778525,27783599:27784504,27783607:27784523,27783667:27784425,27783708:27783993,27811395:27811605,27824316:27824425,27832769:27832956,27836294:27836440,27841393:27841643,27868603:27868721,27871505:27880551,27883597:27883773,27908561:27909807,27908571:27909619,27908849:28021410,27930824:27931017,27940988:27941358,27940997:27941288,27941001:27941245,27948041:27948203,27948042:27948236,27958869:2795928', 'assoc_mat': '27395955:film_plastique:4209:27396113,27403864:film_plastique:4209:27403903,27415498:film_plastique:4209:27415672,27418933:film_plastique:4209:27419066,27443663:film_plastique:4209:27443777,27455134:film_plastique:4209:27455440,27476481:film_plastique:4209:27476859,27485654:film_plastique:4209:27485933,27488571:film_plastique:4209:27488958,27494003:film_plastique:4209:27494325,27499188:film_plastique:4209:27499335,27500776:film_plastique:4209:27500924,27501601:film_plastique:4209:27501809,27507876:film_plastique:4209:27507914,27552578:film_plastique:4209:27583802,27633572:film_plastique:4209:27633934,27646358:film_plastique:4209:27646615,27660423:film_plastique:4209:27660691,27661917:film_plastique:4209:27662318,27661922:film_plastique:4209:27662138,27682189:film_plastique:4209:27683183,27694857:film_plastique:4209:27695341,27713800:film_plastique:4209:27713917,27714913:film_plastique:4209:27715184,27716350:film_plastique:4209:27716487,27724895:film_plastique:4209:27725022,27727893:film_plastique:4209:2772814'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00620259037328401, 'nb_photo': 19060, 'list_port_cont': '27388307,27388978,27391771,27395052,27395574,27396051,27399171,27400651,27404170,27404509,27407301,27409711,27413749,27414083,27418357,27418557,27419051,27419655,27436599,27439659,27441492,27442827,27443939,27444754,27445257,27446694,27447973,27450024,27452244,27452527,27452947,27455786,27458178,27464047,27474744,27477330,27477645,27478686,27481152,27484893,27486256,27488115,27489098,27490680,27492203,27492521,27494250,27497842,27498819,27499279,27501096,27501364,27501992,27503671,27503704,27508642,27597693,27598301,27606220,27623571,27623686,27624388,27624520,27625433,27628688,27629204,27631188,27632109,27633342,27633633,27634616,27634891,27636136,27636905,27638079,27641473,27641856,27642558,27643074,27643666,27643968,27644130,27644583,27645146,27646424,27646777,27647837,27650350,27654499,27654819,27657959,27658564,27660882,27662515,27685110,27685401,27686873,27688673,27689541,27689777,27691042,27692591,27693404,27695669,27697025,27697567,27698375,27700581,27700927,27703745,27706658,27709254,27712254,2771255', 'assoc_port': '27387817:27388978,27387820:27388307,27391353:27391771,27394662:27396051,27394664:27395574,27394665:27395052,27398433:27400651,27398489:27399171,27403859:27404509,27403867:27404170,27406529:27407301,27409036:27409711,27413329:27414083,27413362:27413749,27417934:27419655,27417938:27419051,27417940:27418557,27417943:27418357,27435758:27436599,27439190:27439659,27441326:27441492,27442333:27442827,27443682:27443939,27444703:27444754,27444956:27445257,27446536:27446694,27447686:27447973,27449558:27450024,27451939:27452947,27451942:27452244,27451944:27452527,27455142:27455786,27458102:27458178,27463792:27464047,27473889:27474744,27476439:27477645,27476462:27477330,27478024:27478686,27480972:27481152,27484305:27484893,27485659:27486256,27487692:27488115,27488597:27489098,27490304:27490680,27491433:27492521,27491435:27492203,27493997:27494250,27497513:27497842,27498535:27498819,27499185:27499279,27500781:27501364,27500785:27501096,27501599:27501992,27503311:27503704,27503313:27503671,27508381:27508642,27552556:2759769', 'assoc_mat': '27387817:film_plastique:4211:27388978,27387820:film_plastique:4211:27388307,27391353:film_plastique:4211:27391771,27394662:film_plastique:4211:27396051,27394664:film_plastique:4211:27395574,27394665:film_plastique:4211:27395052,27398433:film_plastique:4211:27400651,27398489:film_plastique:4211:27399171,27403859:film_plastique:4211:27404509,27403867:film_plastique:4211:27404170,27406529:film_plastique:4211:27407301,27409036:film_plastique:4211:27409711,27413329:film_plastique:4211:27414083,27413362:film_plastique:4211:27413749,27417934:film_plastique:4211:27419655,27417938:film_plastique:4211:27419051,27417940:film_plastique:4211:27418557,27417943:film_plastique:4211:27418357,27435758:film_plastique:4211:27436599,27439190:film_plastique:4211:27439659,27441326:film_plastique:4211:27441492,27442333:film_plastique:4211:27442827,27443682:film_plastique:4211:27443939,27444703:film_plastique:4211:27444754,27444956:film_plastique:4211:27445257,27446536:film_plastique:4211:27446694,27447686:film_plastique:4211:2744797'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '27456983,27656506', 'assoc_port': '27447657:27456983,27632560:27656506', 'assoc_mat': '27447657:kraft:4205:27456983,27632560:kraft:4205:27656506'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006845083549875451, 'nb_photo': 2, 'list_port_cont': '27725896', 'assoc_port': '27724817:27725896', 'assoc_mat': '27724817:kraft:4203:27725896'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002074460989874949, 'nb_photo': 9, 'list_port_cont': '27726317,27791685,27892455,27909316,28031627,28050266,28051674', 'assoc_port': '27724827:27726317,27791447:27791685,27883599:27892455,27900879:27909316,27970906:28031627,28008620:28050266,28009528:28051674', 'assoc_mat': '27724827:kraft:4207:27726317,27791447:kraft:4207:27791685,27883599:kraft:4207:27892455,27900879:kraft:4207:27909316,27970906:kraft:4207:28031627,28008620:kraft:4207:28050266,28009528:kraft:4207:28051674'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '27388240', 'assoc_port': '27387810:27388240', 'assoc_mat': '27387810:kraft:4461:27388240'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0027207416927721704, 'nb_photo': 2, 'list_port_cont': '28057049', 'assoc_port': '28055965:28057049', 'assoc_mat': '28055965:kraft:4209:28057049'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0034498168782289814, 'nb_photo': 16, 'list_port_cont': '27409547,27724204,27748975,27939774,27943649,27971291,27973444,28010937,28013187,28018231,28037352,28073099', 'assoc_port': '27409008:27409547,27724179:27724204,27748890:27748975,27908715:28018231,27939624:27939774,27943511:27943649,27970591:27973444,27970913:27971291,28008659:28037352,28010259:28010937,28012537:28013187,28072024:28073099', 'assoc_mat': '27409008:kraft:3726:27409547,27724179:kraft:3726:27724204,27748890:kraft:3726:27748975,27908715:kraft:3726:28018231,27939624:kraft:3726:27939774,27943511:kraft:3726:27943649,27970591:kraft:3726:27973444,27970913:kraft:3726:27971291,28008659:kraft:3726:28037352,28010259:kraft:3726:28010937,28012537:kraft:3726:28013187,28072024:kraft:3726:28073099'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042740196839979487, 'nb_photo': 4, 'list_port_cont': '27826189,28030904,28049718,28053870', 'assoc_port': '27825814:27826189,28010195:28053870,28011670:28049718,28029995:28030904', 'assoc_mat': '27825814:kraft:4211:27826189,28010195:kraft:4211:28053870,28011670:kraft:4211:28049718,28029995:kraft:4211:28030904'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9484201622310402, 'nb_photo': 95, 'list_port_cont': '27411220,27456990,27498493,27656500,27690749,27717958,27742234,27764184,27772645,27796224,27835265,27836110,27912049,27947796,27953206,28023817,28025769,28030973,28054016,28054875,28055047,28056651,28058077', 'assoc_port': '27403861:27411220,27447657:27456990,27497510:27498493,27632560:27656500,27643654:27690749,27708723:27717958,27741703:27742234,27755172:27764184,27758988:27772645,27796153:27796224,27835201:27835265,27835204:27836110,27900926:27912049,27909294:28025769,27947304:27947796,27952837:27953206,27970896:28030973,28010398:28054875,28010400:28055047,28011647:28056651,28015478:28023817,28024265:28054016,28055935:28058077', 'assoc_mat': '27403861:metal:4205:27411220,27447657:metal:4205:27456990,27497510:metal:4205:27498493,27632560:metal:4205:27656500,27643654:metal:4205:27690749,27708723:metal:4205:27717958,27741703:metal:4205:27742234,27755172:metal:4205:27764184,27758988:metal:4205:27772645,27796153:metal:4205:27796224,27835201:metal:4205:27835265,27835204:metal:4205:27836110,27900926:metal:4205:27912049,27909294:metal:4205:28025769,27947304:metal:4205:27947796,27952837:metal:4205:27953206,27970896:metal:4205:28030973,28010398:metal:4205:28054875,28010400:metal:4205:28055047,28011647:metal:4205:28056651,28015478:metal:4205:28023817,28024265:metal:4205:28054016,28055935:metal:4205:28058077'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01962044325146126, 'nb_photo': 1904, 'list_port_cont': '27411784,27416410,27450161,27458148,27458634,27496626,27496839,27505707,27599127,27599996,27636549,27659028,27687207,27693188,27693899,27695935,27703788,27708564,27715753,27725928,27726047,27727840,27732136,27735309,27742958,27749053,27757547,27775788,27821692,27831196,27831616,27832155,27844456,27865313,27865495,27893742,27912547,27945753,27953136,27964503,27964990,28024005,28024890,28026054,28028270,28029962,28032102,28043326,28043522,28045857,28046983,28049852,28051799,28052296,28054082,28054843,28055313,28055724,28056974,28057100,28057220,28057288,28057971,28058004,28058098,28061012,28066560,28066595,28072666,28072716,28092381,28173317', 'assoc_port': '27403862:27411784,27413358:27416410,27441324:27450161,27448202:27458148,27455138:27458634,27490307:27496626,27491431:27496839,27500774:27505707,27552595:27599127,27552601:27599996,27612832:27636549,27630006:27693899,27633661:27659028,27640535:27687207,27649744:27693188,27661919:27695935,27691375:27708564,27703265:27703788,27713799:27715753,27724863:27726047,27724865:27725928,27727569:27727840,27731643:27732136,27734822:27735309,27741731:27742958,27748678:27749053,27756982:27757547,27770884:27775788,27803073:27831196,27811399:27821692,27825815:27832155,27831391:27831616,27837924:27844456,27861240:27893742,27861242:27865313,27861247:27865495,27900895:27912547,27900932:27964990,27900933:27964503,27909302:28026054,27940996:27945753,27950167:27953136,27970549:28028270,27970685:28029962,27970904:28032102,28008294:28046983,28008523:28049852,28008637:28043326,28008641:28043522,28009581:28052296,28009773:28066595,28010039:28054082,28010237:28054843,28010428:28055313,28010596:28055724,28011453:28056974,28011657:2805728', 'assoc_mat': '27403862:metal:4203:27411784,27413358:metal:4203:27416410,27441324:metal:4203:27450161,27448202:metal:4203:27458148,27455138:metal:4203:27458634,27490307:metal:4203:27496626,27491431:metal:4203:27496839,27500774:metal:4203:27505707,27552595:metal:4203:27599127,27552601:metal:4203:27599996,27612832:metal:4203:27636549,27630006:metal:4203:27693899,27633661:metal:4203:27659028,27640535:metal:4203:27687207,27649744:metal:4203:27693188,27661919:metal:4203:27695935,27691375:metal:4203:27708564,27703265:metal:4203:27703788,27713799:metal:4203:27715753,27724863:metal:4203:27726047,27724865:metal:4203:27725928,27727569:metal:4203:27727840,27731643:metal:4203:27732136,27734822:metal:4203:27735309,27741731:metal:4203:27742958,27748678:metal:4203:27749053,27756982:metal:4203:27757547,27770884:metal:4203:27775788,27803073:metal:4203:27831196,27811399:metal:4203:27821692,27825815:metal:4203:27832155,27831391:metal:4203:27831616,27837924:metal:4203:27844456,27861240:metal:4203:27893742,27861242:metal:4203:27865313,27861247:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.01233610908487579, 'nb_photo': 1260, 'list_port_cont': '27388151,27391570,27397021,27398608,27403873,27405556,27408431,27409091,27411893,27415360,27415556,27418140,27419406,27439396,27442528,27443753,27444987,27447758,27448211,27449616,27450469,27452008,27455211,27456543,27458134,27462485,27476679,27478216,27481089,27485845,27487938,27488704,27490187,27490413,27494093,27497578,27498409,27500843,27501693,27504190,27507883,27557586,27561838,27562346,27612933,27613917,27615598,27627485,27630223,27631652,27632804,27633837,27636282,27643738,27644691,27645173,27646973,27649851,27652021,27654016,27654147,27656334,27656897,27657606,27657873,27658116,27658426,27660476,27683837,27688197,27696569,27697303,27698079,27699305,27702492,27702710,27702968,27703358,27705881,27706036,27706247,27706301,27707209,27708843,27709189,27711722,27713844,27714995,27716407,27717108,27723635,27724273,27724929,27724967,27725070,27725602,27725705,27725817,27725839,27726930,27727189,27727587,27728078,27728392,27729717,27730904,27731758,27732326,27733601,27733918,27734106,27734884,27735438,2773933', 'assoc_port': '27387814:27388151,27391360:27391570,27395949:27397021,27398480:27398608,27403863:27403873,27405485:27405556,27406518:27408431,27409010:27411893,27409033:27409091,27413330:27415360,27415524:27415556,27417937:27419406,27417942:27418140,27439192:27439396,27442334:27442528,27443662:27443753,27444955:27444987,27447685:27447758,27448205:27448211,27449557:27449616,27450403:27450469,27451940:27452008,27455132:27456543,27455144:27455211,27458103:27458134,27462446:27462485,27476433:27476679,27478021:27478216,27480978:27481089,27485657:27485845,27487666:27490187,27487691:27487938,27488596:27488704,27490306:27490413,27494001:27494093,27497508:27498409,27497515:27497578,27500778:27500843,27501605:27501693,27503283:27504190,27507877:27507883,27552566:27562346,27552576:27561838,27552592:27557586,27612819:27615598,27612833:27613917,27612839:27612933,27627421:27627485,27630012:27630223,27631524:27631652,27632528:27656334,27632565:27656897,27632611:27632804,27633569:27657873,27633621:27658116,27633643:27658426,27633656:2763383', 'assoc_mat': '27387814:metal:4207:27388151,27391360:metal:4207:27391570,27395949:metal:4207:27397021,27398480:metal:4207:27398608,27403863:metal:4207:27403873,27405485:metal:4207:27405556,27406518:metal:4207:27408431,27409010:metal:4207:27411893,27409033:metal:4207:27409091,27413330:metal:4207:27415360,27415524:metal:4207:27415556,27417937:metal:4207:27419406,27417942:metal:4207:27418140,27439192:metal:4207:27439396,27442334:metal:4207:27442528,27443662:metal:4207:27443753,27444955:metal:4207:27444987,27447685:metal:4207:27447758,27448205:metal:4207:27448211,27449557:metal:4207:27449616,27450403:metal:4207:27450469,27451940:metal:4207:27452008,27455132:metal:4207:27456543,27455144:metal:4207:27455211,27458103:metal:4207:27458134,27462446:metal:4207:27462485,27476433:metal:4207:27476679,27478021:metal:4207:27478216,27480978:metal:4207:27481089,27485657:metal:4207:27485845,27487666:metal:4207:27490187,27487691:metal:4207:27487938,27488596:metal:4207:27488704,27490306:metal:4207:27490413,27494001:metal:4207:27494093,27497508:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003991134459236844, 'nb_photo': 38, 'list_port_cont': '27388114,27391798,27396185,27448048,27474329,27484808,27601678,27634204,27683746,27698164,27712049,27724321,27725141,27749167,27806384,27831509,27835709,27922868,27959502,27972039,27973806,28010085,28010621,28012225,28017946,28022625,28023368,28024440,28025067,28025803,28042396,28056557,28057503,28132307', 'assoc_port': '27387806:27388114,27391358:27391798,27395953:27396185,27447678:27448048,27473891:27474329,27484302:27484808,27552582:27601678,27633623:27634204,27682148:27683746,27687827:27698164,27711664:27712049,27724176:27724321,27724894:27725141,27748908:27749167,27805993:27806384,27831394:27831509,27835208:27835709,27922625:27922868,27958866:27959502,27970582:27973806,27970829:27972039,28008199:28042396,28008338:28010085,28009706:28025803,28009977:28010621,28010133:28024440,28010174:28022625,28010396:28012225,28010588:28023368,28011433:28025067,28015176:28017946,28055922:28057503,28056178:28056557,28090432:28132307', 'assoc_mat': '27387806:metal:4461:27388114,27391358:metal:4461:27391798,27395953:metal:4461:27396185,27447678:metal:4461:27448048,27473891:metal:4461:27474329,27484302:metal:4461:27484808,27552582:metal:4461:27601678,27633623:metal:4461:27634204,27682148:metal:4461:27683746,27687827:metal:4461:27698164,27711664:metal:4461:27712049,27724176:metal:4461:27724321,27724894:metal:4461:27725141,27748908:metal:4461:27749167,27805993:metal:4461:27806384,27831394:metal:4461:27831509,27835208:metal:4461:27835709,27922625:metal:4461:27922868,27958866:metal:4461:27959502,27970582:metal:4461:27973806,27970829:metal:4461:27972039,28008199:metal:4461:28042396,28008338:metal:4461:28010085,28009706:metal:4461:28025803,28009977:metal:4461:28010621,28010133:metal:4461:28024440,28010174:metal:4461:28022625,28010396:metal:4461:28012225,28010588:metal:4461:28023368,28011433:metal:4461:28025067,28015176:metal:4461:28017946,28055922:metal:4461:28057503,28056178:metal:4461:28056557,28090432:metal:4461:28132307'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010775944226241767, 'nb_photo': 34, 'list_port_cont': '27403975,27409263,27415615,27445299,27448018,27497720,27503435,27633991,27643811,27688898,27720107,27720224,27731043,27735509,27742883,27831483,27909715,27941332,27973904,27975306,28020331,28023116,28026352,28028457,28028782,28031240,28039167', 'assoc_port': '27403866:27403975,27409024:27409263,27415496:27415615,27444952:27445299,27447683:27448018,27497512:27497720,27503310:27503435,27633659:27633991,27643675:27643811,27687932:27688898,27714917:27720107,27720138:27720224,27730865:27731043,27735404:27735509,27741735:27742883,27831387:27831483,27900887:27909715,27908953:28020331,27940992:27941332,27970533:27975306,27970679:27973904,28009509:28031240,28009742:28039167,28009926:28028782,28010114:28028457,28010134:28026352,28015177:28023116', 'assoc_mat': '27403866:metal:4200:27403975,27409024:metal:4200:27409263,27415496:metal:4200:27415615,27444952:metal:4200:27445299,27447683:metal:4200:27448018,27497512:metal:4200:27497720,27503310:metal:4200:27503435,27633659:metal:4200:27633991,27643675:metal:4200:27643811,27687932:metal:4200:27688898,27714917:metal:4200:27720107,27720138:metal:4200:27720224,27730865:metal:4200:27731043,27735404:metal:4200:27735509,27741735:metal:4200:27742883,27831387:metal:4200:27831483,27900887:metal:4200:27909715,27908953:metal:4200:28020331,27940992:metal:4200:27941332,27970533:metal:4200:27975306,27970679:metal:4200:27973904,28009509:metal:4200:28031240,28009742:metal:4200:28039167,28009926:metal:4200:28028782,28010114:metal:4200:28028457,28010134:metal:4200:28026352,28015177:metal:4200:28023116'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01763850589917669, 'nb_photo': 208, 'list_port_cont': '27396116,27403907,27410544,27476857,27485919,27488963,27494318,27499343,27501808,27507916,27583799,27583944,27633944,27634744,27646624,27660681,27662134,27662322,27683182,27699237,27713922,27715176,27716493,27724296,27728139,27731838,27735087,27748748,27749915,27778515,27783999,27788584,27811610,27824421,27828300,27832964,27836446,27841651,27863262,27868725,27880542,27908981,27909618,27909822,27931025,27941292,27941362,27948213,27959289,27961214,27972076,27972459,28009202,28010200,28010497,28011062,28011628,28011925,28012599,28013076,28013474,28014096,28015882,28017089,28018785,28019175,28019253,28020017,28021412,28024278,28026121,28034840,28041235,28041654,28041948,28042002,28044498,28044710,28056040,28056138,28056156,28056271,28056292,28056700,28056787,28057056,28057442,28057658,28057785,28059212,28072130,28072145,28072274,28072319,28072390,28072417,28072645,28073768,28090684,28112217', 'assoc_port': '27395955:27396116,27403864:27403907,27410308:27410544,27476481:27476857,27485654:27485919,27488571:27488963,27494003:27494318,27499188:27499343,27501601:27501808,27507876:27507916,27552564:27583944,27552578:27583799,27633572:27633944,27634471:27634744,27646358:27646624,27660423:27660681,27661917:27662322,27661922:27662134,27682189:27683182,27699100:27699237,27713800:27713922,27714913:27715176,27716350:27716493,27724171:27724296,27727893:27728139,27731645:27731838,27734823:27735087,27748673:27748748,27749738:27749915,27778496:27778515,27783708:27783999,27788331:27788584,27811395:27811610,27824316:27824421,27828079:27828300,27832769:27832964,27836294:27836446,27841393:27841651,27863028:27863262,27868603:27868725,27871505:27880542,27908561:27909822,27908571:27909618,27908584:27908981,27908849:28021412,27930824:27931025,27940988:27941362,27940997:27941292,27948041:27948213,27958869:27959289,27960619:27961214,27970553:27972459,27970555:27972076,28008248:28020017,28008296:28019175,28008336:28010200,28008607:2800920', 'assoc_mat': '27395955:metal:4209:27396116,27403864:metal:4209:27403907,27410308:metal:4209:27410544,27476481:metal:4209:27476857,27485654:metal:4209:27485919,27488571:metal:4209:27488963,27494003:metal:4209:27494318,27499188:metal:4209:27499343,27501601:metal:4209:27501808,27507876:metal:4209:27507916,27552564:metal:4209:27583944,27552578:metal:4209:27583799,27633572:metal:4209:27633944,27634471:metal:4209:27634744,27646358:metal:4209:27646624,27660423:metal:4209:27660681,27661917:metal:4209:27662322,27661922:metal:4209:27662134,27682189:metal:4209:27683182,27699100:metal:4209:27699237,27713800:metal:4209:27713922,27714913:metal:4209:27715176,27716350:metal:4209:27716493,27724171:metal:4209:27724296,27727893:metal:4209:27728139,27731645:metal:4209:27731838,27734823:metal:4209:27735087,27748673:metal:4209:27748748,27749738:metal:4209:27749915,27778496:metal:4209:27778515,27783708:metal:4209:27783999,27788331:metal:4209:27788584,27811395:metal:4209:27811610,27824316:metal:4209:27824421,27828079:metal:4209:27828300,27832769:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0030594654474579825, 'nb_photo': 436, 'list_port_cont': '27388981,27391763,27396043,27399182,27400654,27404169,27404495,27409699,27413753,27414074,27419052,27419657,27436610,27439655,27442825,27443936,27444763,27450017,27452253,27452939,27464039,27484888,27486250,27489099,27492196,27492520,27497834,27499292,27501094,27502005,27503670,27508641,27597706,27606218,27623557,27624529,27628698,27629209,27632098,27633333,27633637,27634607,27634902,27636897,27638071,27641841,27642564,27643971,27644128,27645141,27646768,27650351,27654812,27662518,27685108,27686874,27688678,27689763,27691044,27692598,27695668,27697557,27698376,27700933,27703744,27709255,27712551,27714134,27717375,27723961,27724494,27725107,27725482,27725944,27726142,27726247,27726459,27727178,27727649,27727683,27729459,27732093,27732579,27734126,27735105,27735473,27741859,27742006,27742103,27742201,27742300,27742938,27748863,27749125,27749341,27749576,27750024,27753120,27756130,27757316,27763674,27768092,27769908,27770415,27783903,27786687,27787282,27796408,27796445,27802145,27802783,27804852,27805121,2780583', 'assoc_port': '27387817:27388981,27391353:27391763,27394662:27396043,27398433:27400654,27398489:27399182,27403859:27404495,27403867:27404169,27409036:27409699,27413329:27414074,27413362:27413753,27417934:27419657,27417938:27419052,27435758:27436610,27439190:27439655,27442333:27442825,27443682:27443936,27444703:27444763,27449558:27450017,27451939:27452939,27451942:27452253,27463792:27464039,27484305:27484888,27485659:27486250,27488597:27489099,27491433:27492520,27491435:27492196,27497513:27497834,27499185:27499292,27500785:27501094,27501599:27502005,27503313:27503670,27508381:27508641,27552556:27597706,27552572:27606218,27612829:27624529,27612864:27623557,27627416:27629209,27627423:27628698,27631519:27632098,27632563:27645141,27632628:27633637,27632633:27633333,27633575:27642564,27633647:27634607,27634469:27634902,27636063:27638071,27636066:27636897,27641144:27641841,27643652:27644128,27643674:27643971,27646363:27646768,27649740:27650351,27654129:27654812,27661884:27662518,27663936:27697557,27682164:27686874,27682212:2768510', 'assoc_mat': '27387817:metal:4211:27388981,27391353:metal:4211:27391763,27394662:metal:4211:27396043,27398433:metal:4211:27400654,27398489:metal:4211:27399182,27403859:metal:4211:27404495,27403867:metal:4211:27404169,27409036:metal:4211:27409699,27413329:metal:4211:27414074,27413362:metal:4211:27413753,27417934:metal:4211:27419657,27417938:metal:4211:27419052,27435758:metal:4211:27436610,27439190:metal:4211:27439655,27442333:metal:4211:27442825,27443682:metal:4211:27443936,27444703:metal:4211:27444763,27449558:metal:4211:27450017,27451939:metal:4211:27452939,27451942:metal:4211:27452253,27463792:metal:4211:27464039,27484305:metal:4211:27484888,27485659:metal:4211:27486250,27488597:metal:4211:27489099,27491433:metal:4211:27492520,27491435:metal:4211:27492196,27497513:metal:4211:27497834,27499185:metal:4211:27499292,27500785:metal:4211:27501094,27501599:metal:4211:27502005,27503313:metal:4211:27503670,27508381:metal:4211:27508641,27552556:metal:4211:27597706,27552572:metal:4211:27606218,27612829:metal:4211:27624529,27612864:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008875390882142378, 'nb_photo': 4, 'list_port_cont': '27910304,27944253', 'assoc_port': '27900929:27910304,27943509:27944253', 'assoc_mat': '27900929:metal:3327:27910304,27943509:metal:3327:27944253'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0013464287709556108, 'nb_photo': 365, 'list_port_cont': '27404058,27409520,27414661,27418161,27450448,27464131,27486197,27508693,27553039,27554038,27554361,27613072,27628075,27636659,27645925,27646634,27654633,27664179,27682647,27698730,27706808,27725255,27725806,27725972,27726226,27726383,27726821,27727621,27727957,27729856,27732111,27735326,27736256,27737933,27742112,27742354,27742381,27742399,27749010,27755743,27757358,27761314,27763585,27764520,27767568,27784383,27796390,27800352,27803395,27806412,27808949,27826545,27832602,27834111,27841655,27842077,27846845,27884234,27909959,27910421,27929184,27959454,27972837,27972936,27975685,28009263,28009918,28010451,28016214,28016469,28019304,28022046,28022558,28023639,28023917,28024190,28024852,28025346,28026337,28026703,28026872,28031007,28041836,28045395,28047562,28051569,28056933,28057238,28057808,28059852,28090622,28099881', 'assoc_port': '27403865:27404058,27409027:27409520,27414376:27414661,27417933:27418161,27448207:27450448,27463791:27464131,27485662:27486197,27507873:27508693,27552560:27554361,27552574:27554038,27552604:27553039,27612831:27613072,27627402:27628075,27632551:27636659,27643653:27645925,27646360:27646634,27654127:27654633,27663915:27664179,27682161:27682647,27691360:27698730,27706165:27706808,27724169:27727621,27724821:27727957,27724825:27725972,27724829:27726383,27724843:27726226,27724850:27725806,27724856:27725255,27724867:27726821,27729672:27729856,27731649:27732111,27733808:27735326,27734824:27736256,27737899:27737933,27741689:27742112,27741708:27742381,27741710:27742399,27741724:27742354,27748892:27749010,27755174:27755743,27756978:27757358,27760561:27764520,27760569:27761314,27763194:27763585,27767020:27767568,27783676:27784383,27796154:27796390,27799179:27800352,27803074:27803395,27805992:27806412,27808399:27808949,27826416:27826545,27831386:27832602,27833947:27834111,27841363:27841655,27841364:27842077,27843844:2784684', 'assoc_mat': '27403865:metal:3594:27404058,27409027:metal:3594:27409520,27414376:metal:3594:27414661,27417933:metal:3594:27418161,27448207:metal:3594:27450448,27463791:metal:3594:27464131,27485662:metal:3594:27486197,27507873:metal:3594:27508693,27552560:metal:3594:27554361,27552574:metal:3594:27554038,27552604:metal:3594:27553039,27612831:metal:3594:27613072,27627402:metal:3594:27628075,27632551:metal:3594:27636659,27643653:metal:3594:27645925,27646360:metal:3594:27646634,27654127:metal:3594:27654633,27663915:metal:3594:27664179,27682161:metal:3594:27682647,27691360:metal:3594:27698730,27706165:metal:3594:27706808,27724169:metal:3594:27727621,27724821:metal:3594:27727957,27724825:metal:3594:27725972,27724829:metal:3594:27726383,27724843:metal:3594:27726226,27724850:metal:3594:27725806,27724856:metal:3594:27725255,27724867:metal:3594:27726821,27729672:metal:3594:27729856,27731649:metal:3594:27732111,27733808:metal:3594:27735326,27734824:metal:3594:27736256,27737899:metal:3594:27737933,27741689:metal:3594:27742112,27741708:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.021818694047158107, 'nb_photo': 240, 'list_port_cont': '27411212,27456978,27498498,27656502,27690757,27717956,27727311,27729771,27742226,27764176,27772649,27796229,27835256,27836108,27912048,27947798,27953214,28023830,28025768,28051915,28054009,28054883,28055041,28056646,28058072', 'assoc_port': '27403861:27411212,27447657:27456978,27497510:27498498,27632560:27656502,27643654:27690757,27708723:27717956,27724848:27727311,27729673:27729771,27741703:27742226,27755172:27764176,27758988:27772649,27796153:27796229,27835201:27835256,27835204:27836108,27900926:27912048,27909294:28025768,27947304:27947798,27952837:27953214,28009556:28051915,28010398:28054883,28010400:28055041,28011647:28056646,28015478:28023830,28024265:28054009,28055935:28058072', 'assoc_mat': '27403861:papier:4205:27411212,27447657:papier:4205:27456978,27497510:papier:4205:27498498,27632560:papier:4205:27656502,27643654:papier:4205:27690757,27708723:papier:4205:27717956,27724848:papier:4205:27727311,27729673:papier:4205:27729771,27741703:papier:4205:27742226,27755172:papier:4205:27764176,27758988:papier:4205:27772649,27796153:papier:4205:27796229,27835201:papier:4205:27835256,27835204:papier:4205:27836108,27900926:papier:4205:27912048,27909294:papier:4205:28025768,27947304:papier:4205:27947798,27952837:papier:4205:27953214,28009556:papier:4205:28051915,28010398:papier:4205:28054883,28010400:papier:4205:28055041,28011647:papier:4205:28056646,28015478:papier:4205:28023830,28024265:papier:4205:28054009,28055935:papier:4205:28058072'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.028628602535231355, 'nb_photo': 10488, 'list_port_cont': '27411791,27416418,27450153,27458160,27458635,27496613,27496849,27505717,27599125,27600006,27636551,27659024,27687208,27693179,27693896,27695932,27703782,27708557,27715739,27725894,27725917,27726052,27727845,27732142,27735310,27742953,27749058,27749097,27757542,27775785,27795608,27821691,27831191,27831626,27832154,27844468,27865310,27865504,27893735,27912543,27945756,27953137,27964494,27964988,28024012,28024884,28026063,28028272,28029961,28032108,28043330,28043533,28045853,28046988,28049847,28051795,28052301,28054083,28054844,28055310,28056965,28057108,28057222,28057294,28057980,28057997,28058102,28061008,28066552,28066596,28072672,28072713,28092378,28173321', 'assoc_port': '27403862:27411791,27413358:27416418,27441324:27450153,27448202:27458160,27455138:27458635,27490307:27496613,27491431:27496849,27500774:27505717,27552595:27599125,27552601:27600006,27612832:27636551,27630006:27693896,27633661:27659024,27640535:27687208,27649744:27693179,27661919:27695932,27691375:27708557,27703265:27703782,27713799:27715739,27724817:27725894,27724863:27726052,27724865:27725917,27727569:27727845,27731643:27732142,27734822:27735310,27741731:27742953,27748678:27749058,27748679:27749097,27756982:27757542,27770884:27775785,27793956:27795608,27803073:27831191,27811399:27821691,27825815:27832154,27831391:27831626,27837924:27844468,27861240:27893735,27861242:27865310,27861247:27865504,27900895:27912543,27900932:27964988,27900933:27964494,27909302:28026063,27940996:27945756,27950167:27953137,27970549:28028272,27970685:28029961,27970904:28032108,28008294:28046988,28008523:28049847,28008637:28043330,28008641:28043533,28009581:28052301,28009773:28066596,28010039:28054083,28010237:28054844,28010428:2805531', 'assoc_mat': '27403862:papier:4203:27411791,27413358:papier:4203:27416418,27441324:papier:4203:27450153,27448202:papier:4203:27458160,27455138:papier:4203:27458635,27490307:papier:4203:27496613,27491431:papier:4203:27496849,27500774:papier:4203:27505717,27552595:papier:4203:27599125,27552601:papier:4203:27600006,27612832:papier:4203:27636551,27630006:papier:4203:27693896,27633661:papier:4203:27659024,27640535:papier:4203:27687208,27649744:papier:4203:27693179,27661919:papier:4203:27695932,27691375:papier:4203:27708557,27703265:papier:4203:27703782,27713799:papier:4203:27715739,27724817:papier:4203:27725894,27724863:papier:4203:27726052,27724865:papier:4203:27725917,27727569:papier:4203:27727845,27731643:papier:4203:27732142,27734822:papier:4203:27735310,27741731:papier:4203:27742953,27748678:papier:4203:27749058,27748679:papier:4203:27749097,27756982:papier:4203:27757542,27770884:papier:4203:27775785,27793956:papier:4203:27795608,27803073:papier:4203:27831191,27811399:papier:4203:27821691,27825815:papier:4203:27832154,2783'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.021290182817541876, 'nb_photo': 12085, 'list_port_cont': '27388148,27391569,27396018,27397017,27398612,27403871,27405553,27406639,27408432,27409097,27410411,27411896,27413432,27414565,27415359,27415564,27418141,27419399,27439406,27442524,27443745,27444150,27444996,27447759,27448222,27449614,27450462,27451587,27452002,27455203,27456537,27458137,27462486,27476686,27478219,27481083,27485843,27487933,27488714,27490176,27490406,27494105,27497577,27498397,27500829,27501689,27503364,27504185,27507885,27557593,27561262,27561843,27562348,27612932,27613914,27615106,27615602,27627490,27630227,27631656,27632790,27633838,27636290,27642784,27643746,27644693,27645165,27646974,27649844,27651326,27652026,27654021,27654149,27656344,27656885,27657611,27657870,27658107,27658420,27660482,27661970,27683839,27688195,27696574,27697308,27698065,27699301,27702489,27702720,27702971,27703373,27704729,27705885,27706029,27706250,27706300,27707198,27708850,27709201,27711727,27713832,27714998,27716401,27717102,27723632,27724267,27724941,27724965,27725081,27725603,27725700,27725815,27725845,2772633', 'assoc_port': '27387814:27388148,27391360:27391569,27395949:27397017,27395957:27396018,27398480:27398612,27403863:27403871,27405485:27405553,27406518:27408432,27406559:27406639,27409010:27411896,27409033:27409097,27410314:27410411,27413330:27415359,27413360:27414565,27413363:27413432,27415524:27415564,27417937:27419399,27417942:27418141,27439192:27439406,27442334:27442524,27443662:27443745,27444090:27444150,27444955:27444996,27447685:27447759,27448205:27448222,27449553:27451587,27449557:27449614,27450403:27450462,27451940:27452002,27455132:27456537,27455144:27455203,27458103:27458137,27462446:27462486,27476433:27476686,27478021:27478219,27480978:27481083,27485657:27485843,27487666:27490176,27487691:27487933,27488596:27488714,27490306:27490406,27494001:27494105,27497508:27498397,27497515:27497577,27500778:27500829,27501605:27501689,27503283:27504185,27503312:27503364,27507877:27507885,27552566:27562348,27552576:27561843,27552580:27561262,27552592:27557593,27612819:27615602,27612821:27615106,27612833:27613914,27612839:2761293', 'assoc_mat': '27387814:papier:4207:27388148,27391360:papier:4207:27391569,27395949:papier:4207:27397017,27395957:papier:4207:27396018,27398480:papier:4207:27398612,27403863:papier:4207:27403871,27405485:papier:4207:27405553,27406518:papier:4207:27408432,27406559:papier:4207:27406639,27409010:papier:4207:27411896,27409033:papier:4207:27409097,27410314:papier:4207:27410411,27413330:papier:4207:27415359,27413360:papier:4207:27414565,27413363:papier:4207:27413432,27415524:papier:4207:27415564,27417937:papier:4207:27419399,27417942:papier:4207:27418141,27439192:papier:4207:27439406,27442334:papier:4207:27442524,27443662:papier:4207:27443745,27444090:papier:4207:27444150,27444955:papier:4207:27444996,27447685:papier:4207:27447759,27448205:papier:4207:27448222,27449553:papier:4207:27451587,27449557:papier:4207:27449614,27450403:papier:4207:27450462,27451940:papier:4207:27452002,27455132:papier:4207:27456537,27455144:papier:4207:27455203,27458103:papier:4207:27458137,27462446:papier:4207:27462486,27476433:papier:4207:27476686,2747'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.18760391607149016, 'nb_photo': 43722, 'list_port_cont': '27388108,27388244,27391803,27396191,27404269,27405744,27409457,27413503,27414626,27415751,27418191,27442739,27444238,27445123,27446278,27448046,27449800,27452052,27455565,27474333,27478647,27484819,27487725,27491784,27494452,27498735,27501060,27508545,27601690,27613093,27630483,27633078,27634050,27634212,27634911,27638162,27642943,27645513,27646743,27652472,27656802,27662203,27662333,27683380,27683743,27688743,27691972,27698154,27698533,27703872,27712054,27716533,27720278,27724323,27725132,27725273,27725345,27725443,27725767,27725857,27728106,27729785,27731932,27733468,27735549,27741971,27742902,27742965,27748552,27749168,27749228,27749936,27751908,27763793,27767089,27767454,27769818,27778066,27788689,27790714,27794467,27804646,27804806,27806374,27809813,27819516,27825019,27826059,27828269,27829805,27831506,27832996,27835717,27839602,27846448,27861821,27867890,27879816,27884192,27884340,27902374,27903807,27909655,27922876,27929670,27929746,27947605,27950723,27959492,27971848,27972041,27972241,27972386,2797262', 'assoc_port': '27387806:27388108,27387810:27388244,27391358:27391803,27395953:27396191,27403868:27404269,27405483:27405744,27409030:27409457,27413357:27413503,27414375:27414626,27415525:27415751,27417944:27418191,27442369:27442739,27444089:27444238,27444957:27445123,27444958:27446278,27447678:27448046,27449556:27449800,27451941:27452052,27455145:27455565,27473891:27474333,27478027:27478647,27484302:27484819,27487693:27487725,27491434:27491784,27494005:27494452,27498534:27498735,27500783:27501060,27508383:27508545,27552582:27601690,27612834:27613093,27630010:27630483,27632604:27633078,27633566:27638162,27633623:27634212,27633652:27634050,27634487:27634911,27642739:27642943,27645058:27645513,27646354:27646743,27651911:27652472,27654132:27656802,27661886:27662203,27661889:27662333,27682148:27683743,27682204:27683380,27687827:27698154,27688001:27688743,27691412:27691972,27697880:27698533,27703255:27703872,27711664:27712054,27716353:27716533,27720163:27720278,27724176:27724323,27724811:27725857,27724831:27725767,27724847:2772544', 'assoc_mat': '27387806:papier:4461:27388108,27387810:papier:4461:27388244,27391358:papier:4461:27391803,27395953:papier:4461:27396191,27403868:papier:4461:27404269,27405483:papier:4461:27405744,27409030:papier:4461:27409457,27413357:papier:4461:27413503,27414375:papier:4461:27414626,27415525:papier:4461:27415751,27417944:papier:4461:27418191,27442369:papier:4461:27442739,27444089:papier:4461:27444238,27444957:papier:4461:27445123,27444958:papier:4461:27446278,27447678:papier:4461:27448046,27449556:papier:4461:27449800,27451941:papier:4461:27452052,27455145:papier:4461:27455565,27473891:papier:4461:27474333,27478027:papier:4461:27478647,27484302:papier:4461:27484819,27487693:papier:4461:27487725,27491434:papier:4461:27491784,27494005:papier:4461:27494452,27498534:papier:4461:27498735,27500783:papier:4461:27501060,27508383:papier:4461:27508545,27552582:papier:4461:27601690,27612834:papier:4461:27613093,27630010:papier:4461:27630483,27632604:papier:4461:27633078,27633566:papier:4461:27638162,27633623:papier:4461:27634212,2763'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1116671575428323, 'nb_photo': 5531, 'list_port_cont': '27388204,27391657,27398852,27403980,27404227,27406705,27407043,27409256,27413533,27413676,27413993,27415619,27418078,27418260,27441482,27442679,27443839,27445191,27445298,27445367,27448023,27448283,27449661,27450578,27452172,27455392,27455754,27458218,27474393,27476755,27481193,27481267,27484643,27486051,27490485,27491707,27494183,27494489,27497726,27498635,27500964,27503443,27503570,27507905,27507953,27583561,27613061,27623302,27623614,27632927,27633274,27633720,27633986,27634859,27635376,27635585,27636265,27636462,27636721,27640888,27641241,27643819,27643890,27650036,27650200,27652364,27653339,27654266,27657719,27660800,27683007,27688385,27688892,27688934,27689719,27692009,27695422,27698293,27703632,27703770,27704221,27716434,27716605,27720101,27720215,27723232,27723413,27724358,27725044,27725100,27725512,27725624,27725677,27725717,27726200,27729304,27729939,27731036,27732504,27732523,27733981,27735083,27735518,27735583,27741845,27741927,27742060,27742218,27742875,27742881,27748534,27748588,27748760,2774902', 'assoc_port': '27387812:27388204,27391356:27391657,27398487:27398852,27403860:27404227,27403866:27403980,27406521:27407043,27406526:27406705,27409024:27409256,27413328:27413993,27413331:27413676,27413361:27413533,27415496:27415619,27417932:27418260,27417939:27418078,27441327:27441482,27442370:27442679,27443683:27443839,27444952:27445298,27444953:27445367,27444954:27445191,27447683:27448023,27448204:27448283,27449554:27449661,27450402:27450578,27451943:27452172,27455125:27455754,27455140:27455392,27458101:27458218,27473893:27474393,27476459:27476755,27480971:27481267,27480974:27481193,27484307:27484643,27485664:27486051,27490305:27490485,27491432:27491707,27493995:27494489,27493999:27494183,27497512:27497726,27498561:27498635,27500780:27500964,27503284:27503570,27503310:27503443,27507872:27507953,27507874:27507905,27552562:27583561,27612823:27623614,27612827:27623302,27612836:27613061,27632498:27636265,27632554:27635585,27632568:27633274,27632602:27633720,27632631:27632927,27633617:27635376,27633659:27633986,27634467:2763485', 'assoc_mat': '27387812:papier:4200:27388204,27391356:papier:4200:27391657,27398487:papier:4200:27398852,27403860:papier:4200:27404227,27403866:papier:4200:27403980,27406521:papier:4200:27407043,27406526:papier:4200:27406705,27409024:papier:4200:27409256,27413328:papier:4200:27413993,27413331:papier:4200:27413676,27413361:papier:4200:27413533,27415496:papier:4200:27415619,27417932:papier:4200:27418260,27417939:papier:4200:27418078,27441327:papier:4200:27441482,27442370:papier:4200:27442679,27443683:papier:4200:27443839,27444952:papier:4200:27445298,27444953:papier:4200:27445367,27444954:papier:4200:27445191,27447683:papier:4200:27448023,27448204:papier:4200:27448283,27449554:papier:4200:27449661,27450402:papier:4200:27450578,27451943:papier:4200:27452172,27455125:papier:4200:27455754,27455140:papier:4200:27455392,27458101:papier:4200:27458218,27473893:papier:4200:27474393,27476459:papier:4200:27476755,27480971:papier:4200:27481267,27480974:papier:4200:27481193,27484307:papier:4200:27484643,27485664:papier:4200:27486051,2749'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970649682684423, 'nb_photo': 23891, 'list_port_cont': '27396110,27403905,27410546,27415671,27419067,27443776,27455448,27476861,27485929,27488955,27494315,27499340,27500918,27501813,27507925,27583803,27583942,27632897,27633939,27634743,27640908,27646521,27646627,27660693,27662124,27662325,27683180,27688551,27695343,27699233,27713923,27715183,27716481,27724294,27725027,27728142,27731844,27734929,27735088,27741785,27741886,27748742,27748999,27749917,27778518,27783985,27784434,27784511,27784524,27788585,27811603,27824429,27828307,27829702,27832963,27836447,27841642,27863264,27868718,27880544,27883778,27909621,27909821,27929203,27931024,27941238,27941293,27941365,27948211,27948241,27959275,27961229,27971441,27971589,27971740,27972065,27972455,27983931,28002126,28007367,28009211,28009553,28009562,28010201,28010334,28010474,28010493,28010702,28011000,28011066,28011629,28011919,28012265,28012609,28012737,28013082,28013250,28013308,28013467,28014088,28015881,28016358,28016453,28017085,28018789,28019183,28019250,28020005,28021404,28023811,28024267,28024520,28024716,2802612', 'assoc_port': '27395955:27396110,27403864:27403905,27410308:27410546,27415498:27415671,27418933:27419067,27443663:27443776,27455134:27455448,27476481:27476861,27485654:27485929,27488571:27488955,27494003:27494315,27499188:27499340,27500776:27500918,27501601:27501813,27507876:27507925,27552564:27583942,27552578:27583803,27632495:27632897,27633572:27633939,27634471:27634743,27640533:27640908,27646358:27646627,27646362:27646521,27660423:27660693,27661917:27662325,27661922:27662124,27682189:27683180,27687912:27688551,27694857:27695343,27699100:27699233,27713800:27713923,27714913:27715183,27716350:27716481,27724171:27724294,27724895:27725027,27727893:27728142,27731645:27731844,27734823:27735088,27734825:27734929,27741726:27741886,27741727:27741785,27748673:27748742,27748907:27748999,27749738:27749917,27778496:27778518,27783599:27784511,27783607:27784524,27783667:27784434,27783708:27783985,27788331:27788585,27811395:27811603,27824316:27824429,27828079:27828307,27829589:27829702,27832769:27832963,27836294:27836447,27841393:2784164', 'assoc_mat': '27395955:papier:4209:27396110,27403864:papier:4209:27403905,27410308:papier:4209:27410546,27415498:papier:4209:27415671,27418933:papier:4209:27419067,27443663:papier:4209:27443776,27455134:papier:4209:27455448,27476481:papier:4209:27476861,27485654:papier:4209:27485929,27488571:papier:4209:27488955,27494003:papier:4209:27494315,27499188:papier:4209:27499340,27500776:papier:4209:27500918,27501601:papier:4209:27501813,27507876:papier:4209:27507925,27552564:papier:4209:27583942,27552578:papier:4209:27583803,27632495:papier:4209:27632897,27633572:papier:4209:27633939,27634471:papier:4209:27634743,27640533:papier:4209:27640908,27646358:papier:4209:27646627,27646362:papier:4209:27646521,27660423:papier:4209:27660693,27661917:papier:4209:27662325,27661922:papier:4209:27662124,27682189:papier:4209:27683180,27687912:papier:4209:27688551,27694857:papier:4209:27695343,27699100:papier:4209:27699233,27713800:papier:4209:27713923,27714913:papier:4209:27715183,27716350:papier:4209:27716481,27724171:papier:4209:27724294,2772'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9792430540164833, 'nb_photo': 29, 'list_port_cont': '28003303,28010939,28020137,28073100', 'assoc_port': '28001990:28003303,28010259:28010939,28011523:28020137,28072024:28073100', 'assoc_mat': '28001990:papier:3726:28003303,28010259:papier:3726:28010939,28011523:papier:3726:28020137,28072024:papier:3726:28073100'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00972975699785171, 'nb_photo': 32819, 'list_port_cont': '27388301,27388973,27391767,27395044,27395577,27396056,27399173,27400660,27404162,27404504,27407313,27409702,27413759,27414076,27418359,27418572,27419054,27419652,27436594,27439664,27440755,27441499,27442814,27443941,27444758,27445245,27446696,27447975,27450019,27452250,27452532,27452949,27455792,27458179,27464033,27474742,27477317,27477657,27478671,27481137,27484897,27486246,27488111,27489106,27490686,27492202,27492517,27494248,27497835,27498829,27499286,27501107,27501358,27502002,27503677,27503698,27508632,27597701,27598303,27606212,27623570,27623693,27624395,27624530,27625422,27628689,27629213,27631194,27632111,27633340,27633629,27634609,27634897,27636132,27636908,27638081,27641471,27641848,27642556,27643071,27643662,27643963,27644126,27644579,27645143,27646435,27646783,27647849,27650348,27654493,27654816,27657960,27658552,27660880,27662526,27685109,27685393,27686875,27688677,27689548,27689768,27691035,27692588,27693415,27695662,27697029,27697559,27698372,27700571,27700926,27703738,27706666,27709260,2771225', 'assoc_port': '27387817:27388973,27387820:27388301,27391353:27391767,27394662:27396056,27394664:27395577,27394665:27395044,27398433:27400660,27398489:27399173,27403859:27404504,27403867:27404162,27406529:27407313,27409036:27409702,27413329:27414076,27413362:27413759,27417934:27419652,27417938:27419054,27417940:27418572,27417943:27418359,27435758:27436594,27439190:27439664,27439191:27440755,27441326:27441499,27442333:27442814,27443682:27443941,27444703:27444758,27444956:27445245,27446536:27446696,27447686:27447975,27449558:27450019,27451939:27452949,27451942:27452250,27451944:27452532,27455142:27455792,27458102:27458179,27463792:27464033,27473889:27474742,27476439:27477657,27476462:27477317,27478024:27478671,27480972:27481137,27484305:27484897,27485659:27486246,27487692:27488111,27488597:27489106,27490304:27490686,27491433:27492517,27491435:27492202,27493997:27494248,27497513:27497835,27498535:27498829,27499185:27499286,27500781:27501358,27500785:27501107,27501599:27502002,27503311:27503698,27503313:27503677,27508381:2750863', 'assoc_mat': '27387817:papier:4211:27388973,27387820:papier:4211:27388301,27391353:papier:4211:27391767,27394662:papier:4211:27396056,27394664:papier:4211:27395577,27394665:papier:4211:27395044,27398433:papier:4211:27400660,27398489:papier:4211:27399173,27403859:papier:4211:27404504,27403867:papier:4211:27404162,27406529:papier:4211:27407313,27409036:papier:4211:27409702,27413329:papier:4211:27414076,27413362:papier:4211:27413759,27417934:papier:4211:27419652,27417938:papier:4211:27419054,27417940:papier:4211:27418572,27417943:papier:4211:27418359,27435758:papier:4211:27436594,27439190:papier:4211:27439664,27439191:papier:4211:27440755,27441326:papier:4211:27441499,27442333:papier:4211:27442814,27443682:papier:4211:27443941,27444703:papier:4211:27444758,27444956:papier:4211:27445245,27446536:papier:4211:27446696,27447686:papier:4211:27447975,27449558:papier:4211:27450019,27451939:papier:4211:27452949,27451942:papier:4211:27452250,27451944:papier:4211:27452532,27455142:papier:4211:27455792,27458102:papier:4211:27458179,2746'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004413149124121256, 'nb_photo': 312, 'list_port_cont': '27404539,27405970,27410906,27413941,27444579,27444773,27446706,27448416,27450771,27456033,27481323,27489078,27489231,27491950,27593319,27594111,27613191,27632132,27633559,27634753,27634952,27640434,27641364,27643270,27645883,27650327,27654685,27684259,27684889,27696863,27698646,27704018,27709470,27712224,27725304,27725436,27726169,27726412,27727781,27729004,27729897,27731185,27732618,27734151,27735656,27742128,27742345,27742367,27752197,27753160,27759708,27763943,27771907,27772107,27794618,27794655,27803695,27806558,27809860,27824501,27832556,27833074,27834189,27836592,27841983,27879463,27884510,27884649,27904506,27910298,27910595,27911072,27946720,27948319,27953744,27973724,27974688,27975301,27976057,28009865,28012349,28013062,28014093,28016602,28016767,28017840,28018635,28020673,28020957,28021713,28022946,28024290,28027556,28029261,28030926,28034005,28035953,28037575,28038501,28041372,28042360,28043984,28044376,28047020,28047036,28051238,28057184,28057274,28105090', 'assoc_port': '27403857:27404539,27405487:27405970,27410312:27410906,27413359:27413941,27441325:27444579,27444704:27444773,27446535:27446706,27448206:27448416,27450404:27450771,27455136:27456033,27480981:27481323,27488570:27489231,27488598:27489078,27491436:27491950,27552570:27594111,27552607:27593319,27612838:27613191,27631521:27632132,27632501:27633559,27632556:27640434,27633619:27634952,27633645:27634753,27633654:27641364,27642713:27643270,27645052:27645883,27649737:27650327,27654126:27654685,27682168:27684889,27682219:27684259,27696342:27696863,27697882:27698646,27703261:27704018,27708725:27709470,27711670:27712224,27724819:27726412,27724835:27726169,27724852:27729004,27724873:27725304,27724892:27725436,27727575:27727781,27729668:27729897,27730863:27731185,27732212:27732618,27733812:27734151,27735399:27735656,27741697:27742367,27741714:27742345,27741722:27742128,27751513:27752197,27752666:27753160,27758990:27759708,27763188:27763943,27770872:27772107,27770878:27771907,27793955:27794655,27793994:27794618,27803070:2780369', 'assoc_mat': '27403857:papier:3327:27404539,27405487:papier:3327:27405970,27410312:papier:3327:27410906,27413359:papier:3327:27413941,27441325:papier:3327:27444579,27444704:papier:3327:27444773,27446535:papier:3327:27446706,27448206:papier:3327:27448416,27450404:papier:3327:27450771,27455136:papier:3327:27456033,27480981:papier:3327:27481323,27488570:papier:3327:27489231,27488598:papier:3327:27489078,27491436:papier:3327:27491950,27552570:papier:3327:27594111,27552607:papier:3327:27593319,27612838:papier:3327:27613191,27631521:papier:3327:27632132,27632501:papier:3327:27633559,27632556:papier:3327:27640434,27633619:papier:3327:27634952,27633645:papier:3327:27634753,27633654:papier:3327:27641364,27642713:papier:3327:27643270,27645052:papier:3327:27645883,27649737:papier:3327:27650327,27654126:papier:3327:27654685,27682168:papier:3327:27684889,27682219:papier:3327:27684259,27696342:papier:3327:27696863,27697882:papier:3327:27698646,27703261:papier:3327:27704018,27708725:papier:3327:27709470,27711670:papier:3327:27712224,2772'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.061994061954673156, 'nb_photo': 11960, 'list_port_cont': '27404050,27406957,27409517,27413720,27414662,27418156,27447825,27448334,27450015,27450456,27450710,27464134,27486188,27508695,27553043,27554047,27554359,27613080,27628069,27636654,27645919,27646631,27654636,27664182,27682652,27695561,27698732,27699558,27700002,27706806,27725250,27725591,27725808,27725974,27726081,27726219,27726384,27726516,27726826,27727618,27727954,27729855,27732115,27735320,27736258,27737931,27742087,27742113,27742281,27742359,27742386,27742398,27742415,27742542,27749022,27755753,27757354,27761315,27763584,27764515,27767263,27767578,27784376,27795276,27796392,27797040,27800358,27803389,27806410,27807295,27808941,27826548,27832609,27834110,27841661,27842078,27846849,27884235,27884549,27884979,27909964,27910425,27929191,27959459,27972834,27972943,27975689,28009262,28009912,28010453,28011754,28016206,28016474,28017358,28018705,28019302,28021582,28022054,28022555,28022764,28023645,28023925,28024197,28024853,28025348,28025994,28026329,28026704,28026867,28027389,28031008,28041835,28045399,2804755', 'assoc_port': '27403865:27404050,27406524:27406957,27409027:27409517,27413291:27413720,27414376:27414662,27417933:27418156,27447684:27447825,27448207:27450456,27448208:27448334,27449555:27450015,27450401:27450710,27463791:27464134,27485662:27486188,27507873:27508695,27552560:27554359,27552574:27554047,27552604:27553043,27612831:27613080,27627402:27628069,27632551:27636654,27643653:27645919,27646360:27646631,27654127:27654636,27663915:27664182,27682161:27682652,27691360:27698732,27694858:27695561,27699098:27699558,27699099:27700002,27706165:27706806,27724169:27727618,27724821:27727954,27724825:27725974,27724829:27726384,27724841:27726516,27724843:27726219,27724845:27726081,27724849:27725591,27724850:27725808,27724856:27725250,27724867:27726826,27729672:27729855,27731649:27732115,27733808:27735320,27734824:27736258,27737899:27737931,27741689:27742113,27741695:27742281,27741706:27742542,27741708:27742386,27741710:27742398,27741717:27742415,27741724:27742359,27741728:27742087,27748892:27749022,27755174:27755753,27756978:2775735', 'assoc_mat': '27403865:papier:3594:27404050,27406524:papier:3594:27406957,27409027:papier:3594:27409517,27413291:papier:3594:27413720,27414376:papier:3594:27414662,27417933:papier:3594:27418156,27447684:papier:3594:27447825,27448207:papier:3594:27450456,27448208:papier:3594:27448334,27449555:papier:3594:27450015,27450401:papier:3594:27450710,27463791:papier:3594:27464134,27485662:papier:3594:27486188,27507873:papier:3594:27508695,27552560:papier:3594:27554359,27552574:papier:3594:27554047,27552604:papier:3594:27553043,27612831:papier:3594:27613080,27627402:papier:3594:27628069,27632551:papier:3594:27636654,27643653:papier:3594:27645919,27646360:papier:3594:27646631,27654127:papier:3594:27654636,27663915:papier:3594:27664182,27682161:papier:3594:27682652,27691360:papier:3594:27698732,27694858:papier:3594:27695561,27699098:papier:3594:27699558,27699099:papier:3594:27700002,27706165:papier:3594:27706806,27724169:papier:3594:27727618,27724821:papier:3594:27727954,27724825:papier:3594:27725974,27724829:papier:3594:27726384,2772'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002084494964984727, 'nb_photo': 6, 'list_port_cont': '27717959,27729763,27836104,28023814,28051923', 'assoc_port': '27708723:27717959,27729673:27729763,27835204:27836104,28009556:28051923,28015478:28023814', 'assoc_mat': '27708723:pehd:4205:27717959,27729673:pehd:4205:27729763,27835204:pehd:4205:27836104,28009556:pehd:4205:28051923,28015478:pehd:4205:28023814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0033718170821413983, 'nb_photo': 244, 'list_port_cont': '27411782,27416414,27450159,27458642,27496616,27496842,27505706,27600004,27636553,27659027,27687194,27693180,27693909,27695940,27703787,27708561,27725886,27726049,27727841,27732137,27742954,27749091,27775775,27821701,27831198,27832143,27844466,27865311,27865498,27893739,27912542,27945749,27953147,27964496,28024006,28024886,28026064,28028275,28029957,28032112,28043332,28043527,28045864,28046991,28049853,28051802,28052309,28054088,28054846,28055311,28056975,28057103,28057224,28057298,28057981,28066563,28066592,28072671,28072710,28092379,28173324', 'assoc_port': '27403862:27411782,27413358:27416414,27441324:27450159,27455138:27458642,27490307:27496616,27491431:27496842,27500774:27505706,27552601:27600004,27612832:27636553,27630006:27693909,27633661:27659027,27640535:27687194,27649744:27693180,27661919:27695940,27691375:27708561,27703265:27703787,27724817:27725886,27724863:27726049,27727569:27727841,27731643:27732137,27741731:27742954,27748679:27749091,27770884:27775775,27803073:27831198,27811399:27821701,27825815:27832143,27837924:27844466,27861240:27893739,27861242:27865311,27861247:27865498,27900895:27912542,27900933:27964496,27909302:28026064,27940996:27945749,27950167:27953147,27970549:28028275,27970685:28029957,27970904:28032112,28008294:28046991,28008523:28049853,28008637:28043332,28008641:28043527,28009581:28052309,28009773:28066592,28010039:28054088,28010237:28054846,28010428:28055311,28011453:28056975,28011657:28057298,28011804:28057224,28015315:28066563,28015654:28024006,28024262:28024886,28041189:28051802,28041191:28045864,28056154:28057103,28056189:2805798', 'assoc_mat': '27403862:pehd:4203:27411782,27413358:pehd:4203:27416414,27441324:pehd:4203:27450159,27455138:pehd:4203:27458642,27490307:pehd:4203:27496616,27491431:pehd:4203:27496842,27500774:pehd:4203:27505706,27552601:pehd:4203:27600004,27612832:pehd:4203:27636553,27630006:pehd:4203:27693909,27633661:pehd:4203:27659027,27640535:pehd:4203:27687194,27649744:pehd:4203:27693180,27661919:pehd:4203:27695940,27691375:pehd:4203:27708561,27703265:pehd:4203:27703787,27724817:pehd:4203:27725886,27724863:pehd:4203:27726049,27727569:pehd:4203:27727841,27731643:pehd:4203:27732137,27741731:pehd:4203:27742954,27748679:pehd:4203:27749091,27770884:pehd:4203:27775775,27803073:pehd:4203:27831198,27811399:pehd:4203:27821701,27825815:pehd:4203:27832143,27837924:pehd:4203:27844466,27861240:pehd:4203:27893739,27861242:pehd:4203:27865311,27861247:pehd:4203:27865498,27900895:pehd:4203:27912542,27900933:pehd:4203:27964496,27909302:pehd:4203:28026064,27940996:pehd:4203:27945749,27950167:pehd:4203:27953147,27970549:pehd:4203:28028275,27970685:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027653618040189933, 'nb_photo': 176, 'list_port_cont': '27388147,27405547,27406652,27414567,27415567,27443754,27447750,27455208,27462487,27485853,27490175,27494104,27497574,27498398,27500834,27561839,27627488,27631655,27632803,27633846,27643751,27644695,27646969,27656329,27657867,27658428,27683846,27698072,27699302,27702483,27706031,27706302,27708847,27713836,27716395,27723628,27724263,27724975,27725077,27725611,27725827,27725849,27727199,27727376,27727599,27728395,27729708,27730905,27731752,27734109,27741815,27742042,27742078,27749414,27749538,27753269,27767040,27769412,27770968,27775411,27788426,27795231,27804346,27819466,27829183,27831138,27831455,27832859,27834097,27837781,27839199,27846155,27863180,27868705,27887992,27901732,27912664,27931361,27947470,28009790,28027460,28027763,28028308,28029683,28030983,28031763,28032097,28032455,28045078,28046523,28048094,28048518,28049977,28051402,28051996,28052606,28053110,28053497,28054137,28054324,28054550,28054957,28055468,28055497,28055597,28055683,28055746,28056116,28056381,28058974,28060765,28061368,28061429,2806158', 'assoc_port': '27387814:27388147,27405485:27405547,27406559:27406652,27413360:27414567,27415524:27415567,27443662:27443754,27447685:27447750,27455144:27455208,27462446:27462487,27485657:27485853,27487666:27490175,27494001:27494104,27497508:27498398,27497515:27497574,27500778:27500834,27552576:27561839,27627421:27627488,27631524:27631655,27632528:27656329,27632611:27632803,27633569:27657867,27633643:27658428,27633656:27633846,27642711:27644695,27643656:27643751,27646346:27646969,27682140:27702483,27682208:27683846,27691361:27706031,27697878:27698072,27699097:27699302,27706166:27706302,27708726:27708847,27713774:27713836,27716354:27716395,27722957:27723628,27724173:27724263,27724846:27727199,27724851:27727376,27724859:27725827,27724871:27725849,27724889:27725611,27724893:27724975,27725036:27725077,27727567:27727599,27727891:27728395,27729667:27729708,27730860:27730905,27731647:27731752,27733804:27734109,27741713:27742042,27741718:27742078,27741734:27741815,27748891:27749414,27749482:27749538,27751506:27753269,27767021:2776704', 'assoc_mat': '27387814:pehd:4207:27388147,27405485:pehd:4207:27405547,27406559:pehd:4207:27406652,27413360:pehd:4207:27414567,27415524:pehd:4207:27415567,27443662:pehd:4207:27443754,27447685:pehd:4207:27447750,27455144:pehd:4207:27455208,27462446:pehd:4207:27462487,27485657:pehd:4207:27485853,27487666:pehd:4207:27490175,27494001:pehd:4207:27494104,27497508:pehd:4207:27498398,27497515:pehd:4207:27497574,27500778:pehd:4207:27500834,27552576:pehd:4207:27561839,27627421:pehd:4207:27627488,27631524:pehd:4207:27631655,27632528:pehd:4207:27656329,27632611:pehd:4207:27632803,27633569:pehd:4207:27657867,27633643:pehd:4207:27658428,27633656:pehd:4207:27633846,27642711:pehd:4207:27644695,27643656:pehd:4207:27643751,27646346:pehd:4207:27646969,27682140:pehd:4207:27702483,27682208:pehd:4207:27683846,27691361:pehd:4207:27706031,27697878:pehd:4207:27698072,27699097:pehd:4207:27699302,27706166:pehd:4207:27706302,27708726:pehd:4207:27708847,27713774:pehd:4207:27713836,27716354:pehd:4207:27716395,27722957:pehd:4207:27723628,27724173:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0077621080510047215, 'nb_photo': 17, 'list_port_cont': '27396189,27414624,27418199,27445117,27662193,27691964,27835724,27929673,27971854,28009611,28013360,28058271,28072499,28091267', 'assoc_port': '27395953:27396189,27414375:27414624,27417944:27418199,27444957:27445117,27661886:27662193,27691412:27691964,27835208:27835724,27928875:27929673,27970902:27971854,28008559:28009611,28012559:28013360,28055828:28058271,28072044:28072499,28090372:28091267', 'assoc_mat': '27395953:pehd:4461:27396189,27414375:pehd:4461:27414624,27417944:pehd:4461:27418199,27444957:pehd:4461:27445117,27661886:pehd:4461:27662193,27691412:pehd:4461:27691964,27835208:pehd:4461:27835724,27928875:pehd:4461:27929673,27970902:pehd:4461:27971854,28008559:pehd:4461:28009611,28012559:pehd:4461:28013360,28055828:pehd:4461:28058271,28072044:pehd:4461:28072499,28090372:pehd:4461:28091267'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005682929849916751, 'nb_photo': 339, 'list_port_cont': '27391661,27398849,27404215,27409259,27413691,27415629,27418072,27418255,27441472,27442666,27443836,27445189,27445364,27448027,27450581,27452160,27474379,27481190,27486054,27491709,27494490,27500962,27503440,27507898,27507944,27583556,27613060,27623307,27633267,27633718,27633989,27635381,27635582,27636262,27636452,27640885,27641238,27643808,27643899,27650039,27650198,27652354,27653335,27688889,27688935,27692003,27698299,27703641,27716431,27716597,27720099,27723233,27724356,27725054,27725502,27725627,27725674,27731044,27732501,27732524,27733990,27735082,27735506,27735592,27741846,27741925,27742211,27748526,27748579,27748766,27749017,27749820,27752965,27761066,27763479,27763641,27767241,27769936,27786936,27790670,27790954,27791967,27796342,27803486,27804513,27804733,27806271,27809630,27811624,27824919,27825968,27831479,27832407,27838332,27841561,27843087,27844023,27868729,27879606,27883868,27890028,27901473,27909724,27909847,27929073,27941330,27947491,27953358,27959673,27971334,27972308,27972428,27973913,2797418', 'assoc_port': '27391356:27391661,27398487:27398849,27403860:27404215,27409024:27409259,27413331:27413691,27415496:27415629,27417932:27418255,27417939:27418072,27441327:27441472,27442370:27442666,27443683:27443836,27444953:27445364,27444954:27445189,27447683:27448027,27450402:27450581,27451943:27452160,27473893:27474379,27480974:27481190,27485664:27486054,27491432:27491709,27493995:27494490,27500780:27500962,27503310:27503440,27507872:27507944,27507874:27507898,27552562:27583556,27612827:27623307,27612836:27613060,27632498:27636262,27632554:27635582,27632568:27633267,27632602:27633718,27633617:27635381,27633659:27633989,27636070:27636452,27640534:27640885,27641185:27641238,27643655:27643899,27643675:27643808,27645056:27653335,27649735:27650198,27649739:27650039,27651913:27652354,27687870:27688935,27687932:27688889,27691362:27692003,27697876:27698299,27703257:27703641,27714917:27720099,27716348:27716597,27716351:27716431,27722936:27723233,27724178:27724356,27724813:27725627,27724869:27725674,27724884:27725502,27724890:2772505', 'assoc_mat': '27391356:pehd:4200:27391661,27398487:pehd:4200:27398849,27403860:pehd:4200:27404215,27409024:pehd:4200:27409259,27413331:pehd:4200:27413691,27415496:pehd:4200:27415629,27417932:pehd:4200:27418255,27417939:pehd:4200:27418072,27441327:pehd:4200:27441472,27442370:pehd:4200:27442666,27443683:pehd:4200:27443836,27444953:pehd:4200:27445364,27444954:pehd:4200:27445189,27447683:pehd:4200:27448027,27450402:pehd:4200:27450581,27451943:pehd:4200:27452160,27473893:pehd:4200:27474379,27480974:pehd:4200:27481190,27485664:pehd:4200:27486054,27491432:pehd:4200:27491709,27493995:pehd:4200:27494490,27500780:pehd:4200:27500962,27503310:pehd:4200:27503440,27507872:pehd:4200:27507944,27507874:pehd:4200:27507898,27552562:pehd:4200:27583556,27612827:pehd:4200:27623307,27612836:pehd:4200:27613060,27632498:pehd:4200:27636262,27632554:pehd:4200:27635582,27632568:pehd:4200:27633267,27632602:pehd:4200:27633718,27633617:pehd:4200:27635381,27633659:pehd:4200:27633989,27636070:pehd:4200:27636452,27640534:pehd:4200:27640885,27641185:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0030441519302341576, 'nb_photo': 98, 'list_port_cont': '27396102,27419070,27443779,27488964,27494317,27500932,27583937,27640916,27662127,27662321,27688549,27695348,27713931,27715179,27716494,27724299,27725023,27728145,27731837,27735093,27783994,27784520,27811611,27832967,27841638,27909622,27909816,27929198,27948234,27959281,27972070,27972452,28002125,28010212,28010499,28010695,28011013,28011064,28011918,28013297,28014078,28018776,28021409,28023804,28024269,28024523,28034849,28041656,28044499,28056258,28056309,28056690,28056788,28057055,28057656,28057781,28062185,28072271,28072393,28072413,28090797,28100305', 'assoc_port': '27395955:27396102,27418933:27419070,27443663:27443779,27488571:27488964,27494003:27494317,27500776:27500932,27552564:27583937,27640533:27640916,27661917:27662321,27661922:27662127,27687912:27688549,27694857:27695348,27713800:27713931,27714913:27715179,27716350:27716494,27724171:27724299,27724895:27725023,27727893:27728145,27731645:27731837,27734823:27735093,27783607:27784520,27783708:27783994,27811395:27811611,27832769:27832967,27841393:27841638,27908561:27909816,27908571:27909622,27908849:28021409,27928871:27929198,27948042:27948234,27958869:27959281,27970553:27972452,27970555:27972070,28002007:28002125,28008336:28010212,28008480:28023804,28009439:28018776,28009490:28011013,28009529:28011064,28009689:28010695,28009895:28010499,28010413:28011918,28010597:28024269,28011486:28014078,28011796:28013297,28024257:28024523,28034611:28034849,28041286:28041656,28044276:28044499,28055854:28056258,28055858:28056309,28055886:28057781,28055940:28062185,28055988:28057055,28056023:28057656,28056063:28056788,28056119:2805669', 'assoc_mat': '27395955:pehd:4209:27396102,27418933:pehd:4209:27419070,27443663:pehd:4209:27443779,27488571:pehd:4209:27488964,27494003:pehd:4209:27494317,27500776:pehd:4209:27500932,27552564:pehd:4209:27583937,27640533:pehd:4209:27640916,27661917:pehd:4209:27662321,27661922:pehd:4209:27662127,27687912:pehd:4209:27688549,27694857:pehd:4209:27695348,27713800:pehd:4209:27713931,27714913:pehd:4209:27715179,27716350:pehd:4209:27716494,27724171:pehd:4209:27724299,27724895:pehd:4209:27725023,27727893:pehd:4209:27728145,27731645:pehd:4209:27731837,27734823:pehd:4209:27735093,27783607:pehd:4209:27784520,27783708:pehd:4209:27783994,27811395:pehd:4209:27811611,27832769:pehd:4209:27832967,27841393:pehd:4209:27841638,27908561:pehd:4209:27909816,27908571:pehd:4209:27909622,27908849:pehd:4209:28021409,27928871:pehd:4209:27929198,27948042:pehd:4209:27948234,27958869:pehd:4209:27959281,27970553:pehd:4209:27972452,27970555:pehd:4209:27972070,28002007:pehd:4209:28002125,28008336:pehd:4209:28010212,28008480:pehd:4209:28023804,28009439:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9686140353258809, 'nb_photo': 11827, 'list_port_cont': '27388303,27388979,27391775,27395038,27395579,27396049,27399169,27400667,27404174,27404494,27407300,27409701,27413750,27414080,27418348,27418566,27419048,27419649,27436607,27439667,27441501,27442817,27443927,27444759,27445254,27446686,27447977,27450031,27452241,27452533,27452944,27455780,27458169,27464043,27474739,27477315,27477649,27478675,27481147,27484896,27486244,27488113,27489102,27490684,27492198,27492526,27494249,27497841,27498823,27501110,27501359,27501993,27503672,27503697,27508631,27597696,27598297,27606211,27623563,27623691,27624386,27624518,27625429,27628701,27629214,27631185,27632112,27633335,27633632,27634603,27634904,27636129,27636901,27638075,27641483,27641853,27642561,27643072,27643661,27643966,27644124,27644586,27645153,27646429,27646778,27647840,27650339,27654497,27654824,27657971,27658566,27660873,27662524,27685117,27685396,27686876,27688674,27689553,27691036,27692582,27693411,27695663,27697026,27697552,27698377,27700582,27700930,27703741,27706653,27709262,27712266,27712555,27714135,2771526', 'assoc_port': '27387817:27388979,27387820:27388303,27391353:27391775,27394662:27396049,27394664:27395579,27394665:27395038,27398433:27400667,27398489:27399169,27403859:27404494,27403867:27404174,27406529:27407300,27409036:27409701,27413329:27414080,27413362:27413750,27417934:27419649,27417938:27419048,27417940:27418566,27417943:27418348,27435758:27436607,27439190:27439667,27441326:27441501,27442333:27442817,27443682:27443927,27444703:27444759,27444956:27445254,27446536:27446686,27447686:27447977,27449558:27450031,27451939:27452944,27451942:27452241,27451944:27452533,27455142:27455780,27458102:27458169,27463792:27464043,27473889:27474739,27476439:27477649,27476462:27477315,27478024:27478675,27480972:27481147,27484305:27484896,27485659:27486244,27487692:27488113,27488597:27489102,27490304:27490684,27491433:27492526,27491435:27492198,27493997:27494249,27497513:27497841,27498535:27498823,27500781:27501359,27500785:27501110,27501599:27501993,27503311:27503697,27503313:27503672,27508381:27508631,27552556:27597696,27552568:2759829', 'assoc_mat': '27387817:pehd:4211:27388979,27387820:pehd:4211:27388303,27391353:pehd:4211:27391775,27394662:pehd:4211:27396049,27394664:pehd:4211:27395579,27394665:pehd:4211:27395038,27398433:pehd:4211:27400667,27398489:pehd:4211:27399169,27403859:pehd:4211:27404494,27403867:pehd:4211:27404174,27406529:pehd:4211:27407300,27409036:pehd:4211:27409701,27413329:pehd:4211:27414080,27413362:pehd:4211:27413750,27417934:pehd:4211:27419649,27417938:pehd:4211:27419048,27417940:pehd:4211:27418566,27417943:pehd:4211:27418348,27435758:pehd:4211:27436607,27439190:pehd:4211:27439667,27441326:pehd:4211:27441501,27442333:pehd:4211:27442817,27443682:pehd:4211:27443927,27444703:pehd:4211:27444759,27444956:pehd:4211:27445254,27446536:pehd:4211:27446686,27447686:pehd:4211:27447977,27449558:pehd:4211:27450031,27451939:pehd:4211:27452944,27451942:pehd:4211:27452241,27451944:pehd:4211:27452533,27455142:pehd:4211:27455780,27458102:pehd:4211:27458169,27463792:pehd:4211:27464043,27473889:pehd:4211:27474739,27476439:pehd:4211:27477649,27476462:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023717188187109977, 'nb_photo': 2, 'list_port_cont': '27632133,27944256', 'assoc_port': '27631521:27632133,27943509:27944256', 'assoc_mat': '27631521:pehd:3327:27632133,27943509:pehd:3327:27944256'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00038089436606446005, 'nb_photo': 23, 'list_port_cont': '27553034,27725811,27726375,27726824,27742272,27742355,27757351,27761306,27763583,27803397,28016472,28017363,28022550,28026335,28045398', 'assoc_port': '27552604:27553034,27724829:27726375,27724850:27725811,27724867:27726824,27741695:27742272,27741724:27742355,27756978:27757351,27760569:27761306,27763194:27763583,27803074:27803397,28009443:28026335,28011645:28022550,28015269:28017363,28015349:28016472,28044270:28045398', 'assoc_mat': '27552604:pehd:3594:27553034,27724829:pehd:3594:27726375,27724850:pehd:3594:27725811,27724867:pehd:3594:27726824,27741695:pehd:3594:27742272,27741724:pehd:3594:27742355,27756978:pehd:3594:27757351,27760569:pehd:3594:27761306,27763194:pehd:3594:27763583,27803074:pehd:3594:27803397,28009443:pehd:3594:28026335,28011645:pehd:3594:28022550,28015269:pehd:3594:28017363,28015349:pehd:3594:28016472,28044270:pehd:3594:28045398'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005727453731978083, 'nb_photo': 30, 'list_port_cont': '27411217,27456985,27764179,27772653,27836105,27912041,27947786,28023823,28025770,28030964,28047815,28056652', 'assoc_port': '27403861:27411217,27447657:27456985,27755172:27764179,27758988:27772653,27835204:27836105,27900926:27912041,27909294:28025770,27947304:27947786,27970896:28030964,28008437:28047815,28011647:28056652,28015478:28023823', 'assoc_mat': '27403861:pet_clair:4205:27411217,27447657:pet_clair:4205:27456985,27755172:pet_clair:4205:27764179,27758988:pet_clair:4205:27772653,27835204:pet_clair:4205:27836105,27900926:pet_clair:4205:27912041,27909294:pet_clair:4205:28025770,27947304:pet_clair:4205:27947786,27970896:pet_clair:4205:28030964,28008437:pet_clair:4205:28047815,28011647:pet_clair:4205:28056652,28015478:pet_clair:4205:28023823'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012044861640279978, 'nb_photo': 3, 'list_port_cont': '27749102,28173316', 'assoc_port': '27748679:27749102,28090387:28173316', 'assoc_mat': '27748679:pet_clair:4203:27749102,28090387:pet_clair:4203:28173316'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201299417076057, 'nb_photo': 17, 'list_port_cont': '27413428,27444152,27490401,27683841,27706304,27726332,27742069,27760703,27796194,27883805,27925065,28051661,28055323,28062505', 'assoc_port': '27413363:27413428,27444090:27444152,27490306:27490401,27682208:27683841,27706166:27706304,27724827:27726332,27741718:27742069,27760566:27760703,27796157:27796194,27883605:27883805,27924687:27925065,28009528:28051661,28010529:28055323,28055845:28062505', 'assoc_mat': '27413363:pet_clair:4207:27413428,27444090:pet_clair:4207:27444152,27490306:pet_clair:4207:27490401,27682208:pet_clair:4207:27683841,27706166:pet_clair:4207:27706304,27724827:pet_clair:4207:27726332,27741718:pet_clair:4207:27742069,27760566:pet_clair:4207:27760703,27796157:pet_clair:4207:27796194,27883605:pet_clair:4207:27883805,27924687:pet_clair:4207:27925065,28009528:pet_clair:4207:28051661,28010529:pet_clair:4207:28055323,28055845:pet_clair:4207:28062505'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008581643303917616, 'nb_photo': 4, 'list_port_cont': '27725862,27729789', 'assoc_port': '27724811:27725862,27729669:27729789', 'assoc_mat': '27724811:pet_clair:4461:27725862,27729669:pet_clair:4461:27729789'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007688014149062077, 'nb_photo': 45, 'list_port_cont': '27403982,27442667,27443842,27449652,27455742,27499274,27500965,27729933,27741796,27748764,27806272,27909147,28010129,28011107,28013599,28015718,28018658,28020519,28023113,28025377,28030584,28034723,28035427,28047128,28050598', 'assoc_port': '27403866:27403982,27442370:27442667,27443683:27443842,27449554:27449652,27455125:27455742,27499186:27499274,27500780:27500965,27724844:27729933,27741739:27741796,27748677:27748764,27805942:27806272,27900934:27909147,27908951:28020519,28008160:28050598,28008212:28035427,28008340:28034723,28008495:28010129,28009969:28011107,28010258:28025377,28011435:28015718,28011655:28013599,28015177:28023113,28015263:28018658,28030047:28030584,28046920:28047128', 'assoc_mat': '27403866:pet_clair:4200:27403982,27442370:pet_clair:4200:27442667,27443683:pet_clair:4200:27443842,27449554:pet_clair:4200:27449652,27455125:pet_clair:4200:27455742,27499186:pet_clair:4200:27499274,27500780:pet_clair:4200:27500965,27724844:pet_clair:4200:27729933,27741739:pet_clair:4200:27741796,27748677:pet_clair:4200:27748764,27805942:pet_clair:4200:27806272,27900934:pet_clair:4200:27909147,27908951:pet_clair:4200:28020519,28008160:pet_clair:4200:28050598,28008212:pet_clair:4200:28035427,28008340:pet_clair:4200:28034723,28008495:pet_clair:4200:28010129,28009969:pet_clair:4200:28011107,28010258:pet_clair:4200:28025377,28011435:pet_clair:4200:28015718,28011655:pet_clair:4200:28013599,28015177:pet_clair:4200:28023113,28015263:pet_clair:4200:28018658,28030047:pet_clair:4200:28030584,28046920:pet_clair:4200:28047128'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 7.590190076704758e-05, 'nb_photo': 1, 'list_port_cont': '28057774', 'assoc_port': '28055886:28057774', 'assoc_mat': '28055886:pet_clair:4209:28057774'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006621575093970585, 'nb_photo': 341, 'list_port_cont': '27395570,27413760,27436602,27464042,27481138,27624399,27624516,27633334,27657967,27693402,27717384,27733542,27749037,27824404,27824935,27831599,27833053,27864042,27864889,27867983,27910899,27944160,27951014,27953227,27971507,27975719,27977800,27982015,28020048,28024389,28026495,28030910,28042932,28048419,28048605,28048969,28049582,28049728,28049914,28050573,28051192,28052325,28052688,28053063,28053121,28053301,28053409,28053861,28054198,28057897,28058124,28058772,28059481,28060524,28073996,28091570,28127994', 'assoc_port': '27394664:27395570,27413362:27413760,27435758:27436602,27463792:27464042,27480972:27481138,27612829:27624516,27612835:27624399,27632633:27633334,27657540:27657967,27687821:27693402,27717023:27717384,27733316:27733542,27748909:27749037,27824312:27824404,27824669:27824935,27831384:27831599,27832773:27833053,27863029:27864042,27864189:27864889,27867411:27867983,27900882:27910899,27908755:28026495,27943510:27944160,27950170:27951014,27952797:27953227,27970650:27982015,27970750:27977800,27970859:27975719,27970915:27971507,28008484:28048969,28008583:28050573,28009589:28052325,28009877:28053301,28009980:28053861,28010155:28054198,28010263:28053409,28010312:28053121,28010317:28053063,28010434:28052688,28011319:28051192,28011452:28049914,28011466:28049582,28011511:28048419,28011620:28048605,28011670:28049728,28015262:28024389,28015535:28020048,28029995:28030910,28041241:28042932,28055849:28060524,28055885:28059481,28056011:28057897,28056126:28058124,28056127:28058772,28072011:28073996,28090434:28091570,28090439:2812799', 'assoc_mat': '27394664:pet_clair:4211:27395570,27413362:pet_clair:4211:27413760,27435758:pet_clair:4211:27436602,27463792:pet_clair:4211:27464042,27480972:pet_clair:4211:27481138,27612829:pet_clair:4211:27624516,27612835:pet_clair:4211:27624399,27632633:pet_clair:4211:27633334,27657540:pet_clair:4211:27657967,27687821:pet_clair:4211:27693402,27717023:pet_clair:4211:27717384,27733316:pet_clair:4211:27733542,27748909:pet_clair:4211:27749037,27824312:pet_clair:4211:27824404,27824669:pet_clair:4211:27824935,27831384:pet_clair:4211:27831599,27832773:pet_clair:4211:27833053,27863029:pet_clair:4211:27864042,27864189:pet_clair:4211:27864889,27867411:pet_clair:4211:27867983,27900882:pet_clair:4211:27910899,27908755:pet_clair:4211:28026495,27943510:pet_clair:4211:27944160,27950170:pet_clair:4211:27951014,27952797:pet_clair:4211:27953227,27970650:pet_clair:4211:27982015,27970750:pet_clair:4211:27977800,27970859:pet_clair:4211:27975719,27970915:pet_clair:4211:27971507,28008484:pet_clair:4211:28048969,28008583:pet_clair:4211:28050573,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9887844092214109, 'nb_photo': 126415, 'list_port_cont': '27392076,27396553,27399150,27404542,27405978,27407285,27410902,27413931,27418530,27418641,27419280,27420074,27439720,27442800,27443916,27444585,27444783,27446716,27448412,27450769,27456030,27459449,27474656,27477300,27481320,27481445,27485090,27489084,27489241,27491945,27498842,27498955,27503746,27593321,27594122,27594335,27613200,27628330,27632131,27633557,27634754,27634960,27635118,27635290,27640429,27641354,27643263,27645877,27650326,27654567,27654683,27661114,27684260,27684895,27688967,27689028,27690197,27692167,27692388,27693804,27696854,27697571,27698649,27704023,27709467,27712216,27715567,27716656,27723252,27723436,27723826,27725302,27725434,27725575,27726173,27726407,27727786,27728256,27729001,27729893,27731192,27732622,27734147,27735654,27742027,27742125,27742349,27742372,27748893,27749277,27749292,27750038,27752190,27753150,27759697,27763937,27771719,27771909,27772106,27787164,27787254,27788752,27794607,27794651,27803703,27806563,27808856,27809862,27812446,27824505,27824562,27829867,27832090,2783255', 'assoc_port': '27391350:27392076,27395951:27396553,27398431:27399150,27403857:27404542,27405487:27405978,27406532:27407285,27410312:27410902,27413359:27413931,27415497:27420074,27417935:27418641,27417941:27418530,27418908:27419280,27439188:27439720,27441325:27444585,27442335:27442800,27443661:27443916,27444704:27444783,27446535:27446716,27448206:27448412,27450404:27450769,27455136:27456030,27459009:27459449,27473895:27474656,27476436:27477300,27480969:27481445,27480981:27481320,27484320:27485090,27488570:27489241,27488598:27489084,27491436:27491945,27498532:27498955,27498548:27498842,27503285:27503746,27552558:27594335,27552570:27594122,27552607:27593321,27612838:27613200,27627418:27628330,27631521:27632131,27632501:27633557,27632556:27640429,27633515:27635290,27633578:27635118,27633619:27634960,27633645:27634754,27633654:27641354,27642713:27643263,27645052:27645877,27649737:27650326,27654126:27654683,27654128:27654567,27660393:27661114,27663938:27693804,27682144:27692167,27682168:27684895,27682219:27684260,27687910:2769757', 'assoc_mat': '27391350:pet_clair:3327:27392076,27395951:pet_clair:3327:27396553,27398431:pet_clair:3327:27399150,27403857:pet_clair:3327:27404542,27405487:pet_clair:3327:27405978,27406532:pet_clair:3327:27407285,27410312:pet_clair:3327:27410902,27413359:pet_clair:3327:27413931,27415497:pet_clair:3327:27420074,27417935:pet_clair:3327:27418641,27417941:pet_clair:3327:27418530,27418908:pet_clair:3327:27419280,27439188:pet_clair:3327:27439720,27441325:pet_clair:3327:27444585,27442335:pet_clair:3327:27442800,27443661:pet_clair:3327:27443916,27444704:pet_clair:3327:27444783,27446535:pet_clair:3327:27446716,27448206:pet_clair:3327:27448412,27450404:pet_clair:3327:27450769,27455136:pet_clair:3327:27456030,27459009:pet_clair:3327:27459449,27473895:pet_clair:3327:27474656,27476436:pet_clair:3327:27477300,27480969:pet_clair:3327:27481445,27480981:pet_clair:3327:27481320,27484320:pet_clair:3327:27485090,27488570:pet_clair:3327:27489241,27488598:pet_clair:3327:27489084,27491436:pet_clair:3327:27491945,27498532:pet_clair:3327:27498955,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.025167112023989316, 'nb_photo': 2741, 'list_port_cont': '27404056,27406961,27409516,27413721,27414666,27418155,27447816,27448336,27450013,27450454,27450718,27464127,27486195,27508700,27553040,27554040,27554360,27613074,27636655,27645923,27646629,27654637,27664178,27682656,27695559,27698728,27699562,27699998,27706811,27725247,27725596,27725810,27725969,27726088,27726227,27726376,27726521,27726817,27727620,27727951,27729860,27732114,27735321,27736254,27737939,27742090,27742119,27742274,27742356,27742389,27742393,27742410,27742540,27749006,27755745,27757353,27761305,27763586,27764518,27767259,27767570,27784378,27795273,27796387,27797047,27800361,27803394,27806408,27807294,27808944,27826546,27832606,27834109,27841654,27842079,27846846,27884237,27884551,27884970,27909962,27910426,27929192,27959464,27972840,27972939,27975686,28009258,28009917,28010455,28011760,28016212,28016467,28017367,28018707,28019310,28021580,28022051,28022549,28022770,28023643,28023920,28024196,28024845,28025342,28025991,28026336,28026698,28026875,28027387,28031004,28041838,28045391,28047558,2805157', 'assoc_port': '27403865:27404056,27406524:27406961,27409027:27409516,27413291:27413721,27414376:27414666,27417933:27418155,27447684:27447816,27448207:27450454,27448208:27448336,27449555:27450013,27450401:27450718,27463791:27464127,27485662:27486195,27507873:27508700,27552560:27554360,27552574:27554040,27552604:27553040,27612831:27613074,27632551:27636655,27643653:27645923,27646360:27646629,27654127:27654637,27663915:27664178,27682161:27682656,27691360:27698728,27694858:27695559,27699098:27699562,27699099:27699998,27706165:27706811,27724169:27727620,27724821:27727951,27724825:27725969,27724829:27726376,27724841:27726521,27724843:27726227,27724845:27726088,27724849:27725596,27724850:27725810,27724856:27725247,27724867:27726817,27729672:27729860,27731649:27732114,27733808:27735321,27734824:27736254,27737899:27737939,27741689:27742119,27741695:27742274,27741706:27742540,27741708:27742389,27741710:27742393,27741717:27742410,27741724:27742356,27741728:27742090,27748892:27749006,27755174:27755745,27756978:27757353,27760561:2776451', 'assoc_mat': '27403865:pet_clair:3594:27404056,27406524:pet_clair:3594:27406961,27409027:pet_clair:3594:27409516,27413291:pet_clair:3594:27413721,27414376:pet_clair:3594:27414666,27417933:pet_clair:3594:27418155,27447684:pet_clair:3594:27447816,27448207:pet_clair:3594:27450454,27448208:pet_clair:3594:27448336,27449555:pet_clair:3594:27450013,27450401:pet_clair:3594:27450718,27463791:pet_clair:3594:27464127,27485662:pet_clair:3594:27486195,27507873:pet_clair:3594:27508700,27552560:pet_clair:3594:27554360,27552574:pet_clair:3594:27554040,27552604:pet_clair:3594:27553040,27612831:pet_clair:3594:27613074,27632551:pet_clair:3594:27636655,27643653:pet_clair:3594:27645923,27646360:pet_clair:3594:27646629,27654127:pet_clair:3594:27654637,27663915:pet_clair:3594:27664178,27682161:pet_clair:3594:27682656,27691360:pet_clair:3594:27698728,27694858:pet_clair:3594:27695559,27699098:pet_clair:3594:27699562,27699099:pet_clair:3594:27699998,27706165:pet_clair:3594:27706811,27724169:pet_clair:3594:27727620,27724821:pet_clair:3594:27727951,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '28030971', 'assoc_port': '27970896:28030971', 'assoc_mat': '27970896:pet_fonce:4205:28030971'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27729786', 'assoc_port': '27729669:27729786', 'assoc_mat': '27729669:pet_fonce:4461:27729786'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0023467045069569424, 'nb_photo': 34, 'list_port_cont': '27717379,27733543,27864043,27953226,28030907,28053857,28053878,28058784,28128001', 'assoc_port': '27717023:27717379,27733316:27733543,27863029:27864043,27952797:27953226,28009980:28053857,28010195:28053878,28029995:28030907,28056127:28058784,28090439:28128001', 'assoc_mat': '27717023:pet_fonce:4211:27717379,27733316:pet_fonce:4211:27733543,27863029:pet_fonce:4211:27864043,27952797:pet_fonce:4211:27953226,28009980:pet_fonce:4211:28053857,28010195:pet_fonce:4211:28053878,28029995:pet_fonce:4211:28030907,28056127:pet_fonce:4211:28058784,28090439:pet_fonce:4211:28128001'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019197409836279966, 'nb_photo': 8, 'list_port_cont': '27407280,27444780,27930048,28029271', 'assoc_port': '27406532:27407280,27444704:27444780,27928873:27930048,28010308:28029271', 'assoc_mat': '27406532:pet_fonce:3327:27407280,27444704:pet_fonce:3327:27444780,27928873:pet_fonce:3327:27930048,28010308:pet_fonce:3327:28029271'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016448584783260863, 'nb_photo': 142, 'list_port_cont': '27414658,27418159,27450014,27450711,27464129,27486194,27553044,27554357,27613079,27628065,27636662,27645918,27664188,27699568,27706809,27725246,27725975,27726082,27726221,27726379,27726819,27727616,27727953,27729857,27735328,27742116,27742280,27742357,27742405,27749008,27757359,27763587,27784381,27796394,27800355,27806405,27807293,27808943,27826554,27832604,27834112,27842074,27846852,27884972,27909960,27929195,27959457,27972835,28009914,28011761,28016207,28019309,28021578,28022557,28023921,28024189,28024847,28026333,28026693,28026868,28027391,28041846,28045392,28051574,28057235,28057801,28059853,28090631,28099880', 'assoc_port': '27414376:27414658,27417933:27418159,27449555:27450014,27450401:27450711,27463791:27464129,27485662:27486194,27552560:27554357,27552604:27553044,27612831:27613079,27627402:27628065,27632551:27636662,27643653:27645918,27663915:27664188,27699098:27699568,27706165:27706809,27724169:27727616,27724821:27727953,27724825:27725975,27724829:27726379,27724843:27726221,27724845:27726082,27724856:27725246,27724867:27726819,27729672:27729857,27733808:27735328,27741689:27742116,27741695:27742280,27741717:27742405,27741724:27742357,27748892:27749008,27756978:27757359,27763194:27763587,27783676:27784381,27796154:27796394,27799179:27800355,27804202:27807293,27805992:27806405,27808399:27808943,27826416:27826554,27831386:27832604,27833947:27834112,27841364:27842074,27843844:27846852,27883565:27884972,27900917:28099880,27900927:27909960,27928880:27929195,27958886:27959457,27970713:27972835,28008473:28027391,28008504:28026693,28008658:28009914,28009443:28026333,28010190:28024847,28010191:28024189,28010444:28011761,28010594:2802392', 'assoc_mat': '27414376:pet_fonce:3594:27414658,27417933:pet_fonce:3594:27418159,27449555:pet_fonce:3594:27450014,27450401:pet_fonce:3594:27450711,27463791:pet_fonce:3594:27464129,27485662:pet_fonce:3594:27486194,27552560:pet_fonce:3594:27554357,27552604:pet_fonce:3594:27553044,27612831:pet_fonce:3594:27613079,27627402:pet_fonce:3594:27628065,27632551:pet_fonce:3594:27636662,27643653:pet_fonce:3594:27645918,27663915:pet_fonce:3594:27664188,27699098:pet_fonce:3594:27699568,27706165:pet_fonce:3594:27706809,27724169:pet_fonce:3594:27727616,27724821:pet_fonce:3594:27727953,27724825:pet_fonce:3594:27725975,27724829:pet_fonce:3594:27726379,27724843:pet_fonce:3594:27726221,27724845:pet_fonce:3594:27726082,27724856:pet_fonce:3594:27725246,27724867:pet_fonce:3594:27726819,27729672:pet_fonce:3594:27729857,27733808:pet_fonce:3594:27735328,27741689:pet_fonce:3594:27742116,27741695:pet_fonce:3594:27742280,27741717:pet_fonce:3594:27742405,27741724:pet_fonce:3594:27742357,27748892:pet_fonce:3594:27749008,27756978:pet_fonce:3594:27757359,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 24, 'list_port_cont': '27456981,27717963,27742236,27764171,27772647,27912044,27953217,28023826,28025763,28056653', 'assoc_port': '27447657:27456981,27708723:27717963,27741703:27742236,27755172:27764171,27758988:27772647,27900926:27912044,27909294:28025763,27952837:27953217,28011647:28056653,28015478:28023826', 'assoc_mat': '27447657:pet_opaque:4205:27456981,27708723:pet_opaque:4205:27717963,27741703:pet_opaque:4205:27742236,27755172:pet_opaque:4205:27764171,27758988:pet_opaque:4205:27772647,27900926:pet_opaque:4205:27912044,27909294:pet_opaque:4205:28025763,27952837:pet_opaque:4205:27953217,28011647:pet_opaque:4205:28056653,28015478:pet_opaque:4205:28023826'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011764597277881037, 'nb_photo': 4, 'list_port_cont': '27725890,28055723,28057991,28061019', 'assoc_port': '27724817:27725890,28010596:28055723,28055863:28061019,28055961:28057991', 'assoc_mat': '27724817:pet_opaque:4203:27725890,28010596:pet_opaque:4203:28055723,28055863:pet_opaque:4203:28061019,28055961:pet_opaque:4203:28057991'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020026197820910267, 'nb_photo': 18, 'list_port_cont': '27413429,27444151,27451589,27651332,27656338,27734107,27883806,28031630,28062512,28064587', 'assoc_port': '27413363:27413429,27444090:27444151,27449553:27451589,27632528:27656338,27649738:27651332,27733804:27734107,27883605:27883806,27970906:28031630,28015662:28064587,28055845:28062512', 'assoc_mat': '27413363:pet_opaque:4207:27413429,27444090:pet_opaque:4207:27444151,27449553:pet_opaque:4207:27451589,27632528:pet_opaque:4207:27656338,27649738:pet_opaque:4207:27651332,27733804:pet_opaque:4207:27734107,27883605:pet_opaque:4207:27883806,27970906:pet_opaque:4207:28031630,28015662:pet_opaque:4207:28064587,28055845:pet_opaque:4207:28062512'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008107916589591862, 'nb_photo': 20, 'list_port_cont': '27388235,27442733,27501075,27729783,27749170,27767094', 'assoc_port': '27387810:27388235,27442369:27442733,27500783:27501075,27729669:27729783,27748908:27749170,27767010:27767094', 'assoc_mat': '27387810:pet_opaque:4461:27388235,27442369:pet_opaque:4461:27442733,27500783:pet_opaque:4461:27501075,27729669:pet_opaque:4461:27729783,27748908:pet_opaque:4461:27749170,27767010:pet_opaque:4461:27767094'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001644261199377945, 'nb_photo': 111, 'list_port_cont': '27398845,27403986,27413686,27415626,27441476,27442681,27455387,27455757,27458211,27481182,27490491,27497729,27499272,27507901,27634852,27636719,27641244,27643892,27650025,27652353,27654262,27660794,27688894,27698295,27724366,27725047,27725670,27729940,27731038,27741804,27741843,27748767,27752970,27769563,27769939,27783929,27786935,27791958,27796336,27804735,27809635,27811625,27838338,27843088,27844010,27879594,27901468,27953360,27972317,28009026,28010511,28011111,28011438,28019678,28020518,28022240,28023350,28024984,28025386,28026355,28026628,28027348,28028769,28029842,28030578,28035424,28035504,28038283,28044037,28047130,28047222,28057677,28058798,28059561,28061970,28062281,28064550,28072094', 'assoc_port': '27398487:27398845,27403866:27403986,27413331:27413686,27415496:27415626,27441327:27441476,27442370:27442681,27455125:27455757,27455140:27455387,27458101:27458211,27480974:27481182,27490305:27490491,27497512:27497729,27499186:27499272,27507874:27507901,27634467:27634852,27636068:27636719,27641185:27641244,27643655:27643892,27649739:27650025,27651913:27652353,27654133:27654262,27660441:27660794,27687932:27688894,27697876:27698295,27724178:27724366,27724844:27729940,27724869:27725670,27724890:27725047,27730865:27731038,27741739:27741804,27741740:27741843,27748677:27748767,27752691:27752970,27769322:27769939,27769330:27769563,27783717:27783929,27786458:27786935,27791449:27791958,27796156:27796336,27804152:27804735,27809493:27809635,27811390:27811625,27836289:27843088,27837923:27838338,27843842:27844010,27871488:27879594,27900935:27901468,27908951:28020518,27952795:27953360,27970823:27972317,28008197:28035504,28008212:28035424,28008357:28044037,28008700:28009026,28009758:28029842,28009765:28038283,28009926:2802876', 'assoc_mat': '27398487:pet_opaque:4200:27398845,27403866:pet_opaque:4200:27403986,27413331:pet_opaque:4200:27413686,27415496:pet_opaque:4200:27415626,27441327:pet_opaque:4200:27441476,27442370:pet_opaque:4200:27442681,27455125:pet_opaque:4200:27455757,27455140:pet_opaque:4200:27455387,27458101:pet_opaque:4200:27458211,27480974:pet_opaque:4200:27481182,27490305:pet_opaque:4200:27490491,27497512:pet_opaque:4200:27497729,27499186:pet_opaque:4200:27499272,27507874:pet_opaque:4200:27507901,27634467:pet_opaque:4200:27634852,27636068:pet_opaque:4200:27636719,27641185:pet_opaque:4200:27641244,27643655:pet_opaque:4200:27643892,27649739:pet_opaque:4200:27650025,27651913:pet_opaque:4200:27652353,27654133:pet_opaque:4200:27654262,27660441:pet_opaque:4200:27660794,27687932:pet_opaque:4200:27688894,27697876:pet_opaque:4200:27698295,27724178:pet_opaque:4200:27724366,27724844:pet_opaque:4200:27729940,27724869:pet_opaque:4200:27725670,27724890:pet_opaque:4200:27725047,27730865:pet_opaque:4200:27731038,27741739:pet_opaque:4200:27741804,2774'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0012809481413330812, 'nb_photo': 8, 'list_port_cont': '27632903,28057041', 'assoc_port': '27632495:27632903,28055965:28057041', 'assoc_mat': '27632495:pet_opaque:4209:27632903,28055965:pet_opaque:4209:28057041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005182135235374548, 'nb_photo': 452, 'list_port_cont': '27441498,27452531,27474743,27477650,27488106,27489101,27492205,27503667,27624387,27624517,27629206,27636137,27641842,27644573,27654821,27657957,27686885,27691032,27697556,27712260,27712546,27717386,27726245,27726289,27729473,27729916,27732568,27733534,27735469,27749343,27750017,27750212,27753132,27808870,27812680,27826193,27833050,27836493,27839773,27864047,27864890,27884429,27884786,27922983,27930625,27931265,27931306,27941593,27946651,27947643,27948156,27953225,27959471,27971811,27975347,27982008,27983501,28010550,28015283,28016334,28020039,28024610,28024637,28030908,28038547,28039743,28047148,28047794,28048616,28049744,28050209,28050752,28051638,28052554,28052694,28052821,28053085,28053302,28053559,28053853,28053874,28054156,28054189,28057889,28058778,28059945,28061796,28063796,28073976,28073984,28074381,28090823,28091585,28128003,28129376', 'assoc_port': '27441326:27441498,27451944:27452531,27473889:27474743,27476439:27477650,27487692:27488106,27488597:27489101,27491435:27492205,27503313:27503667,27612829:27624517,27612835:27624387,27627416:27629206,27633519:27644573,27633642:27636137,27641144:27641842,27654129:27654821,27657540:27657957,27663936:27697556,27682164:27686885,27687933:27691032,27711666:27712546,27711672:27712260,27717023:27717386,27726011:27726289,27726017:27726245,27729122:27729473,27729671:27729916,27732214:27732568,27733316:27733534,27735403:27735469,27748889:27749343,27749735:27750212,27749739:27750017,27752665:27753132,27808401:27808870,27812131:27812680,27825814:27826193,27832773:27833050,27836288:27836493,27839128:27839773,27863029:27864047,27864189:27864890,27883591:27884786,27883598:27884429,27908707:28038547,27922605:27922983,27928847:27931306,27928867:27931265,27928882:27930625,27940994:27941593,27946307:27946651,27947307:27947643,27948044:27948156,27952797:27953225,27958889:27959471,27970589:27983501,27970650:27982008,27970908:2797534', 'assoc_mat': '27441326:pet_opaque:4211:27441498,27451944:pet_opaque:4211:27452531,27473889:pet_opaque:4211:27474743,27476439:pet_opaque:4211:27477650,27487692:pet_opaque:4211:27488106,27488597:pet_opaque:4211:27489101,27491435:pet_opaque:4211:27492205,27503313:pet_opaque:4211:27503667,27612829:pet_opaque:4211:27624517,27612835:pet_opaque:4211:27624387,27627416:pet_opaque:4211:27629206,27633519:pet_opaque:4211:27644573,27633642:pet_opaque:4211:27636137,27641144:pet_opaque:4211:27641842,27654129:pet_opaque:4211:27654821,27657540:pet_opaque:4211:27657957,27663936:pet_opaque:4211:27697556,27682164:pet_opaque:4211:27686885,27687933:pet_opaque:4211:27691032,27711666:pet_opaque:4211:27712546,27711672:pet_opaque:4211:27712260,27717023:pet_opaque:4211:27717386,27726011:pet_opaque:4211:27726289,27726017:pet_opaque:4211:27726245,27729122:pet_opaque:4211:27729473,27729671:pet_opaque:4211:27729916,27732214:pet_opaque:4211:27732568,27733316:pet_opaque:4211:27733534,27735403:pet_opaque:4211:27735469,27748889:pet_opaque:4211:27749343,2774'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006393710359215795, 'nb_photo': 819, 'list_port_cont': '27388043,27388519,27394960,27403889,27409147,27409546,27413454,27415570,27418130,27436081,27439450,27444194,27444349,27448236,27455218,27474438,27481101,27481533,27485874,27497586,27499248,27499574,27501652,27507929,27583260,27609368,27628049,27633450,27633780,27634246,27634477,27634662,27636035,27636248,27636670,27636885,27642828,27649915,27652041,27657625,27662180,27682942,27685011,27688291,27689213,27689832,27695178,27703407,27713880,27724205,27724918,27725232,27726122,27727968,27733373,27735446,27742526,27748981,27749136,27749552,27751729,27755327,27759196,27767074,27783869,27784487,27784943,27785267,27794220,27796211,27799377,27803185,27826436,27829662,27832373,27835280,27841455,27841672,27846169,27861539,27862427,27883668,27901119,27901655,27909005,27909392,27922792,27924910,27928944,27941180,27941778,27942283,27948100,27949831,27960831,27971295,27972271,27973442,27975561,27978079,28002188,28003036,28003308,28007196,28009193,28009500,28009805,28010178,28010419,28010710,28010940,28012170,28012497,2801318', 'assoc_port': '27387808:27388519,27387815:27388043,27394663:27394960,27403858:27403889,27409008:27409546,27409022:27409147,27413332:27413454,27415501:27415570,27417936:27418130,27435756:27436081,27439189:27439450,27444091:27444194,27444092:27444349,27448203:27448236,27455130:27455218,27473887:27474438,27480976:27481533,27480980:27481101,27485667:27485874,27497506:27497586,27499187:27499574,27499190:27499248,27501603:27501652,27507875:27507929,27552588:27583260,27609291:27609368,27627388:27628049,27632606:27636885,27632614:27636248,27632616:27636670,27632618:27636035,27632620:27633450,27633549:27634477,27633648:27634246,27633650:27633780,27634485:27634662,27642712:27642828,27649733:27649915,27651909:27652041,27657543:27657625,27661921:27662180,27682152:27685011,27682222:27682942,27687819:27689832,27687824:27689213,27688029:27688291,27694856:27695178,27703253:27703407,27713773:27713880,27724179:27724205,27724837:27725232,27724877:27724918,27726015:27726122,27727889:27727968,27733311:27733373,27735401:27735446,27741715:2774252', 'assoc_mat': '27387808:plastique:3726:27388519,27387815:plastique:3726:27388043,27394663:plastique:3726:27394960,27403858:plastique:3726:27403889,27409008:plastique:3726:27409546,27409022:plastique:3726:27409147,27413332:plastique:3726:27413454,27415501:plastique:3726:27415570,27417936:plastique:3726:27418130,27435756:plastique:3726:27436081,27439189:plastique:3726:27439450,27444091:plastique:3726:27444194,27444092:plastique:3726:27444349,27448203:plastique:3726:27448236,27455130:plastique:3726:27455218,27473887:plastique:3726:27474438,27480976:plastique:3726:27481533,27480980:plastique:3726:27481101,27485667:plastique:3726:27485874,27497506:plastique:3726:27497586,27499187:plastique:3726:27499574,27499190:plastique:3726:27499248,27501603:plastique:3726:27501652,27507875:plastique:3726:27507929,27552588:plastique:3726:27583260,27609291:plastique:3726:27609368,27627388:plastique:3726:27628049,27632606:plastique:3726:27636885,27632614:plastique:3726:27636248,27632616:plastique:3726:27636670,27632618:plastique:3726:27636035,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009124263622193112, 'nb_photo': 1570, 'list_port_cont': '27388044,27388512,27389019,27394958,27403897,27409151,27409544,27413444,27415577,27418121,27436071,27439447,27444186,27444351,27448233,27455217,27474437,27481102,27481539,27485878,27497594,27499246,27501650,27583259,27583630,27609365,27627750,27628041,27633452,27633786,27634249,27634472,27634659,27636030,27636243,27636675,27636888,27642832,27649909,27652036,27657630,27662177,27682941,27685008,27688300,27689217,27689824,27695180,27703404,27713877,27724203,27724914,27725222,27726124,27727966,27733380,27735452,27741756,27741963,27742525,27748441,27748984,27749137,27749547,27755324,27759195,27767068,27783866,27784488,27784725,27785279,27794228,27796204,27799370,27803179,27825898,27826433,27829661,27832372,27832461,27835278,27841461,27841667,27846168,27861536,27883670,27901108,27901648,27908723,27908993,27909398,27922783,27928954,27939767,27941196,27941777,27942278,27943638,27948107,27949821,27960838,27971297,27972264,27973445,27975554,27978076,28002189,28003035,28003640,28007201,28008860,28009196,28009501,2800979', 'assoc_port': '27387787:27389019,27387808:27388512,27387815:27388044,27394663:27394958,27403858:27403897,27409008:27409544,27409022:27409151,27413332:27413444,27415501:27415577,27417936:27418121,27435756:27436071,27439189:27439447,27444091:27444186,27444092:27444351,27448203:27448233,27455130:27455217,27473887:27474437,27480976:27481539,27480980:27481102,27485667:27485878,27497506:27497594,27499190:27499246,27501603:27501650,27552588:27583259,27552590:27583630,27609291:27609365,27627388:27628041,27627420:27627750,27632606:27636888,27632614:27636243,27632616:27636675,27632618:27636030,27632620:27633452,27633549:27634472,27633648:27634249,27633650:27633786,27634485:27634659,27642712:27642832,27649733:27649909,27651909:27652036,27657543:27657630,27661921:27662177,27682152:27685008,27682222:27682941,27687819:27689824,27687824:27689217,27688029:27688300,27694856:27695180,27703253:27703404,27713773:27713877,27724179:27724203,27724837:27725222,27724877:27724914,27726015:27726124,27727889:27727966,27733311:27733380,27735401:2773545', 'assoc_mat': '27387787:Teint_Dans_La_Masse:3726:27389019,27387808:Teint_Dans_La_Masse:3726:27388512,27387815:Teint_Dans_La_Masse:3726:27388044,27394663:Teint_Dans_La_Masse:3726:27394958,27403858:Teint_Dans_La_Masse:3726:27403897,27409008:Teint_Dans_La_Masse:3726:27409544,27409022:Teint_Dans_La_Masse:3726:27409151,27413332:Teint_Dans_La_Masse:3726:27413444,27415501:Teint_Dans_La_Masse:3726:27415577,27417936:Teint_Dans_La_Masse:3726:27418121,27435756:Teint_Dans_La_Masse:3726:27436071,27439189:Teint_Dans_La_Masse:3726:27439447,27444091:Teint_Dans_La_Masse:3726:27444186,27444092:Teint_Dans_La_Masse:3726:27444351,27448203:Teint_Dans_La_Masse:3726:27448233,27455130:Teint_Dans_La_Masse:3726:27455217,27473887:Teint_Dans_La_Masse:3726:27474437,27480976:Teint_Dans_La_Masse:3726:27481539,27480980:Teint_Dans_La_Masse:3726:27481102,27485667:Teint_Dans_La_Masse:3726:27485878,27497506:Teint_Dans_La_Masse:3726:27497594,27499190:Teint_Dans_La_Masse:3726:27499246,27501603:Teint_Dans_La_Masse:3726:27501650,27552588:Teint_Dans_La_Masse:3726:2'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27826198', 'assoc_port': '27825814:27826198', 'assoc_mat': '27825814:textiles_sanitaires:4211:27826198'}) 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(2395425,2394765,2402059,2404359,2404805,2422337,2442341,2443843,2443921,2443885,2443854,2443321,2452001,2460519,2467642,2506934,2506945,2506969,2531666,2506999,2507001,2507005,2507013,2507057,2507059,2507081,2507083,2506991,2507085,2507095)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174299, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27392087,27396549,27399148,27404538,27410900,27413936,27418633,27442806,27444577,27446715,27448414,27450770,27456034,27459453,27481453,27485096,27489083,27489240,27491951,27498846,27498943,27503750,27593323,27594118,27594339,27613194,27632136,27633563,27634750,27635130,27635292,27640431,27641351,27643276,27645874,27650332,27654568,27654687,27684261,27684894,27690196,27692395,27696858,27697581,27698641,27704019,27709466,27712215,27715576,27716651,27723251,27723433,27723833,27725298,27725431,27725573,27726174,27726405,27727783,27728254,27729008,27729888,27731183,27732626,27734150,27735655,27742022,27742129,27742341,27742366,27748898,27749302,27750043,27752194,27753152,27759696,27763944,27771716,27771913,27772112,27787264,27794619,27794653,27803692,27806557,27808848,27809866,27812451,27824496,27829873,27832084,27832560,27833064,27834193,27836585,27841984,27863604,27863788,27865617,27868368,27868858,27884502,27884646,27904513,27910583,27911067,27911813,27931469,27946729,27948317,27959855,27972028,27972109,2797235 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174300, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404054,27406955,27409518,27413700,27414665,27418154,27448335,27450007,27450446,27450720,27464132,27486189,27508698,27553035,27554039,27554356,27613070,27636657,27645920,27654634,27664186,27682645,27695560,27698734,27700005,27706816,27725592,27725976,27726080,27726374,27727617,27727956,27729859,27732107,27735319,27736255,27737941,27742120,27742277,27742352,27742387,27742400,27742408,27749003,27757352,27761308,27763590,27767261,27767576,27784375,27795279,27796391,27803392,27807292,27808951,27826555,27832607,27834116,27842071,27846847,27884233,27884548,27909958,27910424,27929185,27959455,27972833,27975692,28009261,28009915,28010448,28016210,28017360,28019305,28021575,28023641,28023923,28024192,28024842,28025347,28025985,28026332,28026697,28026869,28031002,28045394,28047556,28051578,28056503,28056936,28057244,28057804,28090624,28099883 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174301, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388046,27388520,27394963,27403892,27409143,27409543,27415574,27436078,27439446,27444190,27448234,27455220,27474440,27481096,27481531,27485873,27497597,27499243,27499575,27501647,27507930,27583627,27609362,27627740,27628042,27633784,27634244,27634480,27634658,27636033,27636251,27636680,27636882,27642827,27649913,27652034,27657632,27662176,27682940,27685016,27688297,27689825,27695176,27703409,27713871,27724207,27724925,27725230,27726117,27727969,27733383,27735441,27741748,27741966,27742523,27748980,27749144,27749551,27755321,27767076,27783868,27784490,27785269,27794224,27796206,27799373,27803189,27826438,27829660,27832378,27832467,27835273,27841457,27841506,27841666,27846171,27901106,27901663,27908719,27909047,27922793,27924911,27928948,27941774,27942288,27948101,27949830,27960839,27971294,27972275,27973452,27978071,28002192,28003045,28007195,28009192,28009796,28010179,28010717,28012160,28012499,28013196,28015137,28015910,28016197,28017464,28018224,28019192,28021730,28022933,28023326,28024331,28024631,2802482 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174302, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27405969,27727784,27742135,27772110,27803698,27806559,27809867,27833066,27944248,28022939,28046594,28057177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174303, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411221,27656510,27727299,27729776,27742231,27772655,27835257,27836107,27912034,27947794,27953216,28023829,28054022,28056659 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174304, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411788,27416409,27450162,27458639,27496623,27505710,27600008,27636558,27659034,27687203,27693175,27693897,27695936,27703775,27708554,27725900,27726041,27727846,27732132,27742949,27749052,27749099,27775787,27795612,27821702,27831193,27831619,27832145,27844462,27865493,27893750,27912544,27945758,27953140,28024019,28024892,28026059,28028282,28029970,28032111,28043319,28043535,28045866,28046985,28049839,28051808,28052297,28054086,28054853,28055303,28055728,28056971,28057105,28057223,28057293,28057979,28058103,28061011,28066565,28066599,28072669,28072712,28173327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174305, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388144,27391573,27405549,27415562,27444155,27448219,27500836,27627483,27630214,27631658,27642792,27658106,27702977,27706249,27709195,27724939,27726321,27727186,27727361,27729714,27788621,27796197,27831143,27835253,27836396,27843887,27883797,27892448,27910226,27912443,27927391,27946490,28029931,28032464,28033220,28048513,28049891,28050258,28050728,28051060,28051401,28052000,28053045,28053114,28054142,28060930,28061438,28061665,28061697,28061717,28062134,28064594,28072964,28073216,28073954,28171339,28172226 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174306, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388238,27729781,27749157,27767086,27819514,28057513,28072498 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174307, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27391669,27398857,27403984,27445310,27452166,27455743,27490492,27499262,27503449,27583558,27623313,27633996,27635583,27636267,27636453,27650035,27652363,27657717,27723402,27725059,27725678,27729941,27735077,27735510,27741793,27741852,27752960,27763646,27769562,27809626,27825970,27834073,27864589,27883874,27909119,27909728,27953363,27973267,27975009,28010123,28011105,28011807,28012114,28014282,28017851,28020514,28025380,28026356,28032160,28036998,28037621,28039166,28044039,28047132,28050593,28052682,28058236,28061620,28061643,28061964,28062535,28098437 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174308, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27419068,27476868,27494319,27632905,27735101,27748996,27824427,27841647,27863261,27880549,27909818,27929188,27941291,28007378,28009547,28013296,28016364,28024519,28041653,28041987,28044712,28056796,28057048,28057069,28057443,28072284,28072406,28100312 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174309, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388310,27388988,27391776,27395049,27395578,27396046,27399178,27400656,27404158,27404510,27407305,27409710,27413757,27414073,27418360,27419060,27419651,27436603,27439657,27440746,27441491,27442812,27443940,27444767,27445250,27446689,27447964,27450032,27452246,27452526,27452935,27455784,27464038,27474736,27477314,27477660,27478680,27484891,27486252,27488110,27489096,27490674,27492201,27492531,27494255,27497839,27498821,27499290,27501109,27501350,27501999,27503664,27508626,27597700,27598309,27606215,27623564,27624392,27624514,27625421,27628703,27629207,27631186,27632099,27633338,27633640,27634606,27634898,27636121,27636909,27638080,27641476,27641854,27642568,27643065,27643669,27643970,27644115,27644575,27645147,27646431,27646779,27647843,27650343,27654490,27654822,27657964,27660875,27662510,27685119,27685397,27686881,27688667,27689540,27691033,27693406,27695666,27697015,27697558,27698383,27700576,27700921,27703752,27706664,27709265,27712251,27712545,27714133,27715261,27716477,27717382,27723882,27723976,2772449 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174310, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27410903,27413930,27442804,27446705,27485100,27628328,27640424,27645875,27654686,27684263,27693803,27704027,27725566,27726162,27726413,27734148,27735660,27742024,27763945,27794620,27803694,27809870,27832558,27836580,27868360,27884654,27910296,27972897,27973723,27974456,27975298,28004055,28013555,28020958,28024069,28026421,28030919,28034008,28045546,28047029,28057273,28059868,28061200,28073019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174311, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411219,27456993,27498504,27656513,27690750,27717960,27727314,27729772,27742225,27764169,27772643,27796226,27835270,27836112,27912043,27947790,27953210,28023822,28025756,28030966,28047810,28051929,28053149,28054012,28054890,28055049,28056655,28058073 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174312, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411790,27416417,27450158,27458157,27458636,27496614,27496852,27505714,27599117,27599993,27636554,27659021,27687202,27693186,27693903,27695946,27703779,27708567,27715744,27725899,27725926,27726046,27727839,27732138,27735308,27742945,27749055,27749095,27757538,27775779,27795605,27821583,27821689,27831204,27831625,27832142,27844455,27865303,27865499,27893748,27912535,27945751,27953134,27964495,27964989,28024007,28024889,28026052,28028279,28029965,28032101,28043323,28043523,28045859,28046982,28049844,28051804,28052305,28054093,28054840,28055316,28055734,28056963,28057106,28057225,28057292,28057969,28058003,28058104,28061014,28066561,28066593,28072675,28072706,28092384,28173313 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174313, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388146,27391568,27396020,27397022,27398622,27403884,27405558,27406646,27408433,27409095,27410408,27411891,27413438,27414577,27415356,27415560,27418145,27419407,27439395,27442527,27443749,27444158,27444989,27447763,27448213,27449609,27450472,27451585,27452010,27455199,27456536,27458144,27462488,27476684,27478213,27481090,27485858,27487945,27488711,27490183,27490416,27494103,27497568,27498406,27500835,27501678,27503366,27504193,27507881,27557591,27561268,27561849,27562350,27612934,27613916,27615101,27615591,27627491,27630218,27631665,27632794,27633836,27636275,27642790,27643744,27644689,27645177,27646977,27649842,27651320,27652015,27654026,27654138,27656341,27656896,27657614,27657878,27658114,27658430,27660481,27661975,27683852,27688188,27696577,27697307,27698071,27699299,27702488,27702713,27702979,27703359,27704740,27705876,27706041,27706259,27706310,27707205,27708852,27709197,27711718,27713841,27714996,27716394,27717111,27723629,27724264,27724935,27724969,27725073,27725609,27725701,27725822,27725843,2772631 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174314, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388231,27391792,27396198,27404264,27405738,27409452,27413500,27414628,27415755,27418200,27442742,27444229,27445122,27446279,27448042,27449794,27452057,27455570,27474320,27478634,27484816,27487713,27491781,27494450,27498721,27501067,27508532,27601685,27613099,27630482,27633077,27634049,27634217,27634912,27638167,27642947,27645505,27646741,27652462,27656809,27662195,27662338,27683392,27683740,27688738,27691968,27698166,27698534,27703873,27712057,27716521,27720279,27724320,27725135,27725270,27725349,27725442,27725773,27725863,27728105,27729779,27731930,27733473,27735542,27741984,27742910,27742967,27748544,27749155,27749239,27749937,27751904,27763796,27767088,27767447,27769830,27778070,27788698,27790716,27794464,27804634,27804801,27806379,27809818,27819520,27825034,27826048,27828265,27829793,27831518,27832994,27835718,27839610,27846449,27861806,27867887,27879819,27884195,27884342,27902385,27903812,27909652,27922878,27929666,27929756,27947610,27950728,27959503,27971855,27972043,27972240,27972397,27972617,2797379 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174315, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388207,27391666,27398843,27403985,27404214,27406702,27407041,27409252,27413535,27413682,27413995,27415624,27418256,27441483,27442670,27443830,27445190,27445312,27445359,27448024,27448275,27449655,27450576,27452169,27455379,27455752,27458208,27474392,27476764,27481192,27481265,27486064,27490482,27491705,27494187,27494476,27497723,27500973,27503442,27503556,27507902,27507951,27583567,27613048,27623626,27632929,27633273,27633717,27634000,27634857,27635378,27635576,27636269,27636466,27636725,27640893,27641245,27643817,27643891,27650032,27650210,27652360,27653334,27654259,27657713,27660801,27683003,27688381,27688900,27688939,27689725,27692000,27695413,27698296,27703635,27703755,27704229,27716436,27716610,27720095,27720220,27723239,27723407,27724369,27725056,27725096,27725498,27725635,27725680,27725728,27726189,27729317,27729946,27731042,27732495,27732530,27733988,27735078,27735508,27735594,27741850,27741923,27742058,27742206,27742866,27742890,27748537,27748574,27748761,27749815,27752972,27757132,27761053,2776347 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174316, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396108,27403911,27410543,27415670,27443786,27455441,27476865,27485932,27488953,27494320,27499329,27500925,27501814,27507922,27583796,27583945,27632912,27633945,27634736,27640905,27646519,27646626,27660682,27662135,27662328,27683175,27688550,27695350,27699241,27713921,27715174,27716480,27724298,27725025,27728137,27731845,27735095,27741774,27741884,27748751,27748991,27749911,27778530,27783986,27784428,27784531,27788582,27811604,27824420,27828299,27832958,27836451,27841650,27863267,27868717,27880541,27883786,27909064,27909630,27909815,27929183,27941237,27941282,27941354,27948205,27948231,27959277,27961212,27971430,27972064,27972450,27983944,28002120,28007379,28009199,28009539,28009570,28010211,28010324,28010478,28010498,28010703,28011001,28011067,28011638,28011917,28012274,28012612,28012727,28013252,28013300,28013475,28014100,28015865,28016361,28016459,28017097,28018782,28019172,28019242,28020024,28021401,28023799,28024279,28024522,28026120,28034852,28035417,28041231,28041648,28042001,28044495,28044708,2805604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388297,27388986,27391769,27395037,27395582,27396048,27399167,27400666,27404160,27404501,27407309,27409703,27413748,27414085,27418356,27418568,27419057,27419664,27436608,27439652,27440745,27442821,27443931,27444764,27445243,27446688,27447974,27450026,27452249,27452522,27452937,27455791,27464048,27474740,27477316,27477652,27478685,27481146,27484901,27486245,27488109,27489094,27490678,27492210,27492525,27494240,27497847,27498820,27499289,27501108,27501363,27502003,27503665,27503694,27508639,27597692,27598299,27606208,27623572,27623685,27624391,27624522,27625432,27628691,27629212,27631184,27632104,27633330,27633627,27634615,27634895,27636128,27636902,27638074,27641479,27641840,27642567,27643075,27643974,27644118,27644576,27645148,27646436,27646774,27647848,27650353,27654488,27654810,27657973,27658568,27660876,27662519,27685106,27685389,27686883,27688680,27689542,27689778,27691034,27692590,27693416,27695667,27697028,27697569,27698387,27700586,27700923,27703750,27706665,27709268,27712256,27712552,27714131,2771525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174318, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396554,27404541,27405971,27407275,27410909,27413940,27418535,27444580,27444775,27450761,27489238,27491947,27498833,27593326,27628334,27634752,27635286,27640423,27645878,27650330,27654570,27684258,27684893,27692397,27693797,27696861,27698642,27709464,27712213,27725301,27725567,27726165,27728999,27731190,27732613,27734156,27742122,27742344,27742374,27753154,27763936,27771908,27772108,27794617,27803691,27806561,27809871,27832083,27832563,27833073,27841982,27863793,27884508,27884648,27904497,27910297,27910594,27926328,27930050,27948313,27953740,27973720,27974469,27976644,27976753,28009871,28013565,28016601,28016775,28020950,28021714,28024304,28026270,28029263,28030782,28030930,28031923,28034007,28036138,28039024,28043992,28046061,28046598,28046640,28047022,28047030,28051235,28059304,28059387 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174319, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404051,27406953,27409523,27413711,27414660,27418158,27447819,27448338,27450009,27450451,27450714,27464130,27486193,27508702,27553038,27554044,27554351,27613071,27628077,27636656,27645926,27646637,27654635,27664185,27682655,27695557,27698727,27699560,27700000,27706812,27725254,27725594,27725809,27725973,27726086,27726380,27726520,27726816,27727619,27727961,27729854,27732109,27736262,27737932,27742092,27742111,27742273,27742351,27742382,27742397,27742407,27742534,27749011,27755752,27757355,27761309,27763588,27764514,27767265,27767571,27784377,27795277,27796393,27797039,27800353,27803388,27806406,27807287,27808950,27826549,27832601,27834108,27841662,27842072,27846844,27884227,27884542,27884971,27909961,27910420,27929190,27959462,27972831,27972946,27975688,28009260,28009916,28010452,28011753,28016216,28016476,28017359,28018706,28019303,28021574,28022052,28022552,28022773,28023646,28023919,28024195,28024843,28025349,28025989,28026334,28026700,28026873,28027385,28031005,28041841,28045390,28047555,28051576,2805650 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174320, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388048,27403890,27409154,27415580,27418129,27455225,27481105,27497589,27583269,27583629,27632891,27633136,27642834,27652045,27688295,27689215,27725224,27727970,27735442,27749556,27755318,27767078,27784495,27803190,27826444,27835274,27883675,27909389,27922904,27942287,27943640,27949828,27975555,28010934,28012494,28013185,28016204,28018229,28020148,28030743,28031725,28035619,28059934 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174321, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388521,27394964,27403898,27409539,27415575,27418125,27436074,27439452,27444350,27455221,27474432,27481104,27481540,27485875,27497591,27609364,27628044,27632883,27633132,27633448,27634476,27634656,27636244,27636671,27642831,27649918,27652044,27657635,27662184,27682937,27685017,27688301,27689218,27689826,27695177,27703405,27713873,27720211,27724201,27726125,27727972,27733377,27735445,27748445,27748976,27749141,27749545,27755326,27759203,27767079,27783865,27784494,27785275,27796203,27826435,27829653,27841462,27841505,27841665,27846167,27861542,27900766,27908720,27909399,27922914,27924906,27928953,27939766,27941179,27941770,27943644,27949822,27960834,27971292,27975559,27978073,28002191,28003044,28003307,28003645,28007198,28008852,28009189,28009811,28010180,28010938,28011156,28011289,28012167,28012498,28013186,28015135,28017467,28019198,28020145,28020753,28021731,28022106,28022926,28023323,28024326,28024625,28024826,28025051,28026001,28028794,28028995,28031720,28032195,28033167,28033762,28035518,28035618,2803735 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174322, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388038,27388518,27394967,27403899,27409148,27409548,27415573,27436070,27474434,27481106,27485880,27497590,27583623,27609360,27628046,27633125,27633777,27634654,27636678,27636893,27642835,27649916,27682938,27688294,27695174,27703403,27735447,27741753,27741964,27749546,27755325,27759197,27767077,27784486,27784941,27794226,27799368,27829654,27832376,27835275,27841669,27883674,27900779,27909391,27928955,27943643,27949820,27960836,27971289,27972273,27975557,27978070,28002195,28003310,28009497,28010718,28010935,28011148,28011296,28015906,28016199,28017471,28020139,28021273,28022111,28024621,28025043,28026006,28028994,28031719,28032194,28033157,28035514,28035621,28037348,28056088,28059496,28060560,28072573,28073244 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174323, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27498497,27656515,27717957,27742232,27772658,27835255,27947795,27953211,28023818,28025761,28030975,28054015,28056661 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174324, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411781,27416413,27450156,27458151,27458638,27496615,27496850,27505704,27599123,27600001,27636559,27659022,27687204,27693189,27693908,27695944,27703774,27708553,27715745,27725889,27725923,27726055,27727843,27732134,27735306,27742960,27749049,27749105,27757544,27775778,27795613,27821586,27821697,27831195,27831630,27832157,27844464,27865312,27893745,27912549,27945761,27953148,27964500,27964994,28024018,28024885,28026057,28028274,28029969,28032104,28043331,28043531,28045863,28046992,28049846,28051798,28052310,28054092,28054849,28055315,28055721,28056967,28057102,28057215,28057296,28057975,28058002,28058092,28061018,28066554,28066600,28072678,28072717,28092383,28173314 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174325, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27442525,27476677,27494107,27627486,27658418,27683840,27688191,27706261,27716404,27725816,27727195,27728079,27741954,27742045,27742081,27749416,27751638,27772033,27775164,27829194,27831135,27831447,27836386,27852382,27909324,27943588,27946486,28028709,28032092,28044315,28046341,28048085,28054003,28054149,28062809,28062843,28064597,28065844,28066637,28072690,28072950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174326, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388239,27418187,27720275,27729782,27749165,27804636,27839613 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174327, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403978,27404219,27413539,27441484,27445305,27623299,27633711,27633987,27652362,27682998,27692014,27695416,27698301,27703637,27704235,27725052,27725638,27731037,27732532,27735074,27741937,27748763,27749813,27752973,27761059,27767240,27769204,27783926,27786942,27790664,27796343,27829242,27834062,27841578,27901487,27909716,27929081,27959677,27972433,27973906,27974181,27975320,28009023,28010130,28017297,28017859,28022793,28024321,28026173,28026627,28035744,28039596,28048927,28050591,28062471,28062543,28064553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174328, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27415660,27419065,27443781,27500922,27501807,27507920,27583794,27583943,27633941,27640913,27646625,27660683,27662126,27683179,27713928,27715178,27724290,27725021,27728140,27731835,27735094,27748741,27749000,27749907,27784438,27784528,27811607,27828297,27832955,27836438,27841639,27868711,27880552,27929209,27961220,27983935,28010477,28010507,28010704,28011012,28011054,28013307,28013480,28016353,28021406,28026127,28056053,28056311,28057039,28057064,28057669,28059221,28072277,28072416,28090688,28090805 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174329, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388980,27391768,27395043,27396041,27399166,27400655,27404172,27404505,27407312,27409706,27413762,27414075,27418363,27418558,27419663,27436605,27439658,27441488,27442815,27443925,27444769,27445258,27446698,27447963,27450018,27452239,27452936,27455793,27464041,27477324,27477656,27478673,27486247,27488107,27489092,27490682,27492197,27492527,27497832,27498824,27501098,27501365,27501996,27503679,27508629,27597698,27598314,27606219,27623569,27624526,27625430,27628687,27629210,27631200,27632113,27633329,27634608,27634894,27636127,27636896,27638083,27641481,27641843,27642555,27643070,27643668,27643967,27644121,27644584,27645151,27646425,27646772,27647850,27650347,27654491,27654820,27657970,27658553,27660884,27662522,27685118,27686880,27688672,27689543,27691030,27692596,27693418,27695660,27697022,27697568,27698374,27700572,27703743,27706657,27709267,27712265,27712547,27715254,27717389,27723892,27723962,27724500,27725121,27725321,27725477,27725940,27726138,27726248,27726291,27726463,27727174,27727437,27727657,2772768 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174330, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27456988,27656501,27717967,27742235,27764182,28025757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174331, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411779,27416416,27450150,27496612,27496838,27659029,27715748,27725888,27727837,27742959,27775780,27795603,27821698,27831206,27831621,28024013,28028283,28029963,28043334,28046990,28052311,28055304,28055719,28057302,28058097,28061015,28066555,28072674,28072709 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174332, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27728384,27803143,28031631,28053101 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174333, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388230,27749156,27767095 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403987,27490495 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174335, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27624393,27657969,27660879,27717390,27733537,27826187,27833052,27864051,27953235,27986760,28020052,28030913,28048614,28049721,28052695,28053294,28053855,28053871,28054196,28057893,28058780,28127987 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174336, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27405976,27474652,27788764,27910300,27930051,27944259,27953746,28013554,28015994,28016770,28046602 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174337, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411215,27456986,27498492,27656509,27690743,27717966,27727312,27729774,27742233,27764177,27772651,27796234,27835259,27836111,27912046,27947797,27953212,28023820,28025758,28047816,28051921,28053153,28054008,28054882,28055044,28056647 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174338, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411792,27416419,27450151,27458152,27458640,27496611,27496846,27505716,27599118,27599995,27636547,27659030,27687199,27693176,27693895,27695947,27703789,27708556,27715743,27725895,27725924,27726040,27727849,27732133,27735307,27742955,27749064,27757545,27775789,27795606,27821587,27821690,27831197,27831629,27832149,27844454,27865309,27865500,27893737,27912541,27945754,27953135,27964492,27964995,28024004,28024891,28026065,28028284,28029966,28032100,28043320,28043521,28045860,28046986,28049840,28051796,28052300,28054095,28054855,28055312,28055720,28056968,28057094,28057227,28057295,28057970,28057993,28058100,28061021,28066558,28066603,28072676,28072715,28092374,28173322 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174339, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388140,27391574,27396033,27397011,27398611,27403878,27405559,27406641,27408427,27409100,27410406,27411901,27413430,27414580,27415355,27415555,27418139,27419393,27439401,27442526,27443750,27444145,27444999,27448217,27449611,27450476,27451593,27452011,27455198,27456540,27458140,27462489,27476678,27478222,27481093,27485857,27487944,27488705,27490177,27490410,27494102,27497575,27498411,27500833,27501680,27503363,27504186,27507879,27557589,27561272,27562345,27612939,27613906,27615110,27615603,27627484,27630216,27631666,27632798,27633843,27636279,27642793,27643743,27644700,27645172,27646968,27649843,27651331,27652013,27654015,27654141,27656342,27656884,27657615,27657868,27658115,27658429,27660484,27661977,27683845,27688185,27696572,27697301,27698077,27699309,27702496,27702717,27702964,27703370,27704734,27705886,27706034,27706254,27706298,27707197,27708844,27709192,27711725,27713840,27714991,27716402,27717104,27723640,27724269,27724934,27724963,27725082,27725610,27725696,27725821,27725841,27726319,27726920,2772719 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174340, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388100,27388233,27391793,27396193,27404272,27405731,27409450,27413498,27414618,27415753,27418193,27442745,27444236,27445112,27446277,27448038,27449795,27452058,27455568,27474325,27478640,27484820,27487720,27491788,27494453,27498720,27501069,27508538,27601684,27613100,27630475,27633085,27634042,27634206,27634913,27638158,27642954,27645509,27646744,27652468,27656799,27662202,27662341,27683388,27683750,27688746,27691960,27698167,27698535,27703875,27712051,27716536,27720280,27724319,27725130,27725267,27725356,27725451,27725770,27725860,27728113,27729778,27731935,27733470,27735544,27741982,27742901,27742976,27748542,27749163,27749230,27749926,27751899,27763798,27767091,27767452,27769821,27778069,27788695,27790718,27794455,27804648,27804802,27806388,27809811,27819512,27825024,27826052,27828260,27829802,27831508,27832982,27835719,27839607,27846447,27861813,27867893,27879822,27884191,27884348,27902368,27903813,27909646,27922874,27929672,27929747,27947606,27950729,27959500,27971858,27972049,27972242,27972392,2797262 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174341, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388206,27398848,27403983,27404226,27406715,27407036,27409262,27413529,27413683,27413992,27415630,27418264,27441473,27442671,27443845,27445181,27445302,27445355,27448017,27449656,27450579,27452170,27455385,27455748,27458214,27474387,27476760,27481189,27481261,27484655,27486063,27490481,27491712,27494189,27494482,27497731,27498627,27500961,27503434,27503561,27507906,27507943,27583568,27613062,27623306,27623625,27632923,27633279,27633722,27633985,27634853,27635375,27635587,27636258,27636461,27636726,27640881,27641239,27643820,27643889,27650037,27650199,27652359,27653327,27654265,27657711,27660793,27683006,27688382,27688888,27688932,27689720,27692006,27695424,27698297,27703634,27703759,27704226,27716433,27716599,27720105,27720221,27723226,27723408,27724354,27725046,27725099,27725506,27725637,27725668,27725715,27726190,27729311,27731030,27732499,27732528,27733983,27735079,27735519,27735590,27741841,27741924,27742065,27742210,27742868,27742882,27748524,27748587,27748765,27749014,27749819,27752964,27757125,2776105 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174342, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396113,27403903,27415672,27419066,27443777,27455440,27476859,27485933,27488958,27494325,27499335,27500924,27501809,27507914,27583802,27633934,27646615,27660691,27662138,27662318,27683183,27695341,27713917,27715184,27716487,27725022,27728144,27731836,27734935,27735099,27741887,27748752,27748994,27749908,27778525,27783993,27784425,27784504,27784523,27811605,27824425,27832956,27836440,27841643,27868721,27880551,27883773,27909619,27909807,27931017,27941245,27941288,27941358,27948203,27948236,27959288,27961234,27971435,27971744,27972461,28002134,28007374,28010206,28010480,28010699,28011055,28011631,28012272,28012606,28013086,28013293,28013478,28014080,28016351,28017084,28018780,28020013,28021410,28024274,28024529,28026129,28034842,28035406,28041238,28041649,28042003,28044489,28044717,28056141,28056281,28056310,28056402,28056691,28056785,28057051,28057070,28057655,28057788,28059227,28062181,28072121,28072283,28072329,28072398,28072404,28072633,28073774,28090691,28090809,28112216 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174343, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388307,27388978,27391771,27395052,27395574,27396051,27399171,27400651,27404170,27404509,27407301,27409711,27413749,27414083,27418357,27418557,27419051,27419655,27436599,27439659,27441492,27442827,27443939,27444754,27445257,27446694,27447973,27450024,27452244,27452527,27452947,27455786,27458178,27464047,27474744,27477330,27477645,27478686,27481152,27484893,27486256,27488115,27489098,27490680,27492203,27492521,27494250,27497842,27498819,27499279,27501096,27501364,27501992,27503671,27503704,27508642,27597693,27598301,27606220,27623571,27623686,27624388,27624520,27625433,27628688,27629204,27631188,27632109,27633342,27633633,27634616,27634891,27636136,27636905,27638079,27641473,27641856,27642558,27643074,27643666,27643968,27644130,27644583,27645146,27646424,27646777,27647837,27650350,27654499,27654819,27657959,27658564,27660882,27662515,27685110,27685401,27686873,27688673,27689541,27689777,27691042,27692591,27693404,27695669,27697025,27697567,27698375,27700581,27700927,27703745,27706658,27709254,27712254,2771255 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174344, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27456983,27656506 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174345, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27725896 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174346, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27726317,27791685,27892455,27909316,28031627,28050266,28051674 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388240 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174348, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28057049 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174349, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27409547,27724204,27748975,27939774,27943649,27971291,27973444,28010937,28013187,28018231,28037352,28073099 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174350, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27826189,28030904,28049718,28053870 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174351, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411220,27456990,27498493,27656500,27690749,27717958,27742234,27764184,27772645,27796224,27835265,27836110,27912049,27947796,27953206,28023817,28025769,28030973,28054016,28054875,28055047,28056651,28058077 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174352, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411784,27416410,27450161,27458148,27458634,27496626,27496839,27505707,27599127,27599996,27636549,27659028,27687207,27693188,27693899,27695935,27703788,27708564,27715753,27725928,27726047,27727840,27732136,27735309,27742958,27749053,27757547,27775788,27821692,27831196,27831616,27832155,27844456,27865313,27865495,27893742,27912547,27945753,27953136,27964503,27964990,28024005,28024890,28026054,28028270,28029962,28032102,28043326,28043522,28045857,28046983,28049852,28051799,28052296,28054082,28054843,28055313,28055724,28056974,28057100,28057220,28057288,28057971,28058004,28058098,28061012,28066560,28066595,28072666,28072716,28092381,28173317 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174353, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388151,27391570,27397021,27398608,27403873,27405556,27408431,27409091,27411893,27415360,27415556,27418140,27419406,27439396,27442528,27443753,27444987,27447758,27448211,27449616,27450469,27452008,27455211,27456543,27458134,27462485,27476679,27478216,27481089,27485845,27487938,27488704,27490187,27490413,27494093,27497578,27498409,27500843,27501693,27504190,27507883,27557586,27561838,27562346,27612933,27613917,27615598,27627485,27630223,27631652,27632804,27633837,27636282,27643738,27644691,27645173,27646973,27649851,27652021,27654016,27654147,27656334,27656897,27657606,27657873,27658116,27658426,27660476,27683837,27688197,27696569,27697303,27698079,27699305,27702492,27702710,27702968,27703358,27705881,27706036,27706247,27706301,27707209,27708843,27709189,27711722,27713844,27714995,27716407,27717108,27723635,27724273,27724929,27724967,27725070,27725602,27725705,27725817,27725839,27726930,27727189,27727587,27728078,27728392,27729717,27730904,27731758,27732326,27733601,27733918,27734106,27734884,27735438,2773933 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174354, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388114,27391798,27396185,27448048,27474329,27484808,27601678,27634204,27683746,27698164,27712049,27724321,27725141,27749167,27806384,27831509,27835709,27922868,27959502,27972039,27973806,28010085,28010621,28012225,28017946,28022625,28023368,28024440,28025067,28025803,28042396,28056557,28057503,28132307 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174355, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403975,27409263,27415615,27445299,27448018,27497720,27503435,27633991,27643811,27688898,27720107,27720224,27731043,27735509,27742883,27831483,27909715,27941332,27973904,27975306,28020331,28023116,28026352,28028457,28028782,28031240,28039167 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174356, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396116,27403907,27410544,27476857,27485919,27488963,27494318,27499343,27501808,27507916,27583799,27583944,27633944,27634744,27646624,27660681,27662134,27662322,27683182,27699237,27713922,27715176,27716493,27724296,27728139,27731838,27735087,27748748,27749915,27778515,27783999,27788584,27811610,27824421,27828300,27832964,27836446,27841651,27863262,27868725,27880542,27908981,27909618,27909822,27931025,27941292,27941362,27948213,27959289,27961214,27972076,27972459,28009202,28010200,28010497,28011062,28011628,28011925,28012599,28013076,28013474,28014096,28015882,28017089,28018785,28019175,28019253,28020017,28021412,28024278,28026121,28034840,28041235,28041654,28041948,28042002,28044498,28044710,28056040,28056138,28056156,28056271,28056292,28056700,28056787,28057056,28057442,28057658,28057785,28059212,28072130,28072145,28072274,28072319,28072390,28072417,28072645,28073768,28090684,28112217 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174357, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388981,27391763,27396043,27399182,27400654,27404169,27404495,27409699,27413753,27414074,27419052,27419657,27436610,27439655,27442825,27443936,27444763,27450017,27452253,27452939,27464039,27484888,27486250,27489099,27492196,27492520,27497834,27499292,27501094,27502005,27503670,27508641,27597706,27606218,27623557,27624529,27628698,27629209,27632098,27633333,27633637,27634607,27634902,27636897,27638071,27641841,27642564,27643971,27644128,27645141,27646768,27650351,27654812,27662518,27685108,27686874,27688678,27689763,27691044,27692598,27695668,27697557,27698376,27700933,27703744,27709255,27712551,27714134,27717375,27723961,27724494,27725107,27725482,27725944,27726142,27726247,27726459,27727178,27727649,27727683,27729459,27732093,27732579,27734126,27735105,27735473,27741859,27742006,27742103,27742201,27742300,27742938,27748863,27749125,27749341,27749576,27750024,27753120,27756130,27757316,27763674,27768092,27769908,27770415,27783903,27786687,27787282,27796408,27796445,27802145,27802783,27804852,27805121,2780583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174358, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27910304,27944253 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174359, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404058,27409520,27414661,27418161,27450448,27464131,27486197,27508693,27553039,27554038,27554361,27613072,27628075,27636659,27645925,27646634,27654633,27664179,27682647,27698730,27706808,27725255,27725806,27725972,27726226,27726383,27726821,27727621,27727957,27729856,27732111,27735326,27736256,27737933,27742112,27742354,27742381,27742399,27749010,27755743,27757358,27761314,27763585,27764520,27767568,27784383,27796390,27800352,27803395,27806412,27808949,27826545,27832602,27834111,27841655,27842077,27846845,27884234,27909959,27910421,27929184,27959454,27972837,27972936,27975685,28009263,28009918,28010451,28016214,28016469,28019304,28022046,28022558,28023639,28023917,28024190,28024852,28025346,28026337,28026703,28026872,28031007,28041836,28045395,28047562,28051569,28056933,28057238,28057808,28059852,28090622,28099881 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174360, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411212,27456978,27498498,27656502,27690757,27717956,27727311,27729771,27742226,27764176,27772649,27796229,27835256,27836108,27912048,27947798,27953214,28023830,28025768,28051915,28054009,28054883,28055041,28056646,28058072 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174361, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411791,27416418,27450153,27458160,27458635,27496613,27496849,27505717,27599125,27600006,27636551,27659024,27687208,27693179,27693896,27695932,27703782,27708557,27715739,27725894,27725917,27726052,27727845,27732142,27735310,27742953,27749058,27749097,27757542,27775785,27795608,27821691,27831191,27831626,27832154,27844468,27865310,27865504,27893735,27912543,27945756,27953137,27964494,27964988,28024012,28024884,28026063,28028272,28029961,28032108,28043330,28043533,28045853,28046988,28049847,28051795,28052301,28054083,28054844,28055310,28056965,28057108,28057222,28057294,28057980,28057997,28058102,28061008,28066552,28066596,28072672,28072713,28092378,28173321 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174362, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388148,27391569,27396018,27397017,27398612,27403871,27405553,27406639,27408432,27409097,27410411,27411896,27413432,27414565,27415359,27415564,27418141,27419399,27439406,27442524,27443745,27444150,27444996,27447759,27448222,27449614,27450462,27451587,27452002,27455203,27456537,27458137,27462486,27476686,27478219,27481083,27485843,27487933,27488714,27490176,27490406,27494105,27497577,27498397,27500829,27501689,27503364,27504185,27507885,27557593,27561262,27561843,27562348,27612932,27613914,27615106,27615602,27627490,27630227,27631656,27632790,27633838,27636290,27642784,27643746,27644693,27645165,27646974,27649844,27651326,27652026,27654021,27654149,27656344,27656885,27657611,27657870,27658107,27658420,27660482,27661970,27683839,27688195,27696574,27697308,27698065,27699301,27702489,27702720,27702971,27703373,27704729,27705885,27706029,27706250,27706300,27707198,27708850,27709201,27711727,27713832,27714998,27716401,27717102,27723632,27724267,27724941,27724965,27725081,27725603,27725700,27725815,27725845,2772633 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174363, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388108,27388244,27391803,27396191,27404269,27405744,27409457,27413503,27414626,27415751,27418191,27442739,27444238,27445123,27446278,27448046,27449800,27452052,27455565,27474333,27478647,27484819,27487725,27491784,27494452,27498735,27501060,27508545,27601690,27613093,27630483,27633078,27634050,27634212,27634911,27638162,27642943,27645513,27646743,27652472,27656802,27662203,27662333,27683380,27683743,27688743,27691972,27698154,27698533,27703872,27712054,27716533,27720278,27724323,27725132,27725273,27725345,27725443,27725767,27725857,27728106,27729785,27731932,27733468,27735549,27741971,27742902,27742965,27748552,27749168,27749228,27749936,27751908,27763793,27767089,27767454,27769818,27778066,27788689,27790714,27794467,27804646,27804806,27806374,27809813,27819516,27825019,27826059,27828269,27829805,27831506,27832996,27835717,27839602,27846448,27861821,27867890,27879816,27884192,27884340,27902374,27903807,27909655,27922876,27929670,27929746,27947605,27950723,27959492,27971848,27972041,27972241,27972386,2797262 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174364, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388204,27391657,27398852,27403980,27404227,27406705,27407043,27409256,27413533,27413676,27413993,27415619,27418078,27418260,27441482,27442679,27443839,27445191,27445298,27445367,27448023,27448283,27449661,27450578,27452172,27455392,27455754,27458218,27474393,27476755,27481193,27481267,27484643,27486051,27490485,27491707,27494183,27494489,27497726,27498635,27500964,27503443,27503570,27507905,27507953,27583561,27613061,27623302,27623614,27632927,27633274,27633720,27633986,27634859,27635376,27635585,27636265,27636462,27636721,27640888,27641241,27643819,27643890,27650036,27650200,27652364,27653339,27654266,27657719,27660800,27683007,27688385,27688892,27688934,27689719,27692009,27695422,27698293,27703632,27703770,27704221,27716434,27716605,27720101,27720215,27723232,27723413,27724358,27725044,27725100,27725512,27725624,27725677,27725717,27726200,27729304,27729939,27731036,27732504,27732523,27733981,27735083,27735518,27735583,27741845,27741927,27742060,27742218,27742875,27742881,27748534,27748588,27748760,2774902 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396110,27403905,27410546,27415671,27419067,27443776,27455448,27476861,27485929,27488955,27494315,27499340,27500918,27501813,27507925,27583803,27583942,27632897,27633939,27634743,27640908,27646521,27646627,27660693,27662124,27662325,27683180,27688551,27695343,27699233,27713923,27715183,27716481,27724294,27725027,27728142,27731844,27734929,27735088,27741785,27741886,27748742,27748999,27749917,27778518,27783985,27784434,27784511,27784524,27788585,27811603,27824429,27828307,27829702,27832963,27836447,27841642,27863264,27868718,27880544,27883778,27909621,27909821,27929203,27931024,27941238,27941293,27941365,27948211,27948241,27959275,27961229,27971441,27971589,27971740,27972065,27972455,27983931,28002126,28007367,28009211,28009553,28009562,28010201,28010334,28010474,28010493,28010702,28011000,28011066,28011629,28011919,28012265,28012609,28012737,28013082,28013250,28013308,28013467,28014088,28015881,28016358,28016453,28017085,28018789,28019183,28019250,28020005,28021404,28023811,28024267,28024520,28024716,2802612 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174366, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28003303,28010939,28020137,28073100 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174367, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388301,27388973,27391767,27395044,27395577,27396056,27399173,27400660,27404162,27404504,27407313,27409702,27413759,27414076,27418359,27418572,27419054,27419652,27436594,27439664,27440755,27441499,27442814,27443941,27444758,27445245,27446696,27447975,27450019,27452250,27452532,27452949,27455792,27458179,27464033,27474742,27477317,27477657,27478671,27481137,27484897,27486246,27488111,27489106,27490686,27492202,27492517,27494248,27497835,27498829,27499286,27501107,27501358,27502002,27503677,27503698,27508632,27597701,27598303,27606212,27623570,27623693,27624395,27624530,27625422,27628689,27629213,27631194,27632111,27633340,27633629,27634609,27634897,27636132,27636908,27638081,27641471,27641848,27642556,27643071,27643662,27643963,27644126,27644579,27645143,27646435,27646783,27647849,27650348,27654493,27654816,27657960,27658552,27660880,27662526,27685109,27685393,27686875,27688677,27689548,27689768,27691035,27692588,27693415,27695662,27697029,27697559,27698372,27700571,27700926,27703738,27706666,27709260,2771225 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174368, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404539,27405970,27410906,27413941,27444579,27444773,27446706,27448416,27450771,27456033,27481323,27489078,27489231,27491950,27593319,27594111,27613191,27632132,27633559,27634753,27634952,27640434,27641364,27643270,27645883,27650327,27654685,27684259,27684889,27696863,27698646,27704018,27709470,27712224,27725304,27725436,27726169,27726412,27727781,27729004,27729897,27731185,27732618,27734151,27735656,27742128,27742345,27742367,27752197,27753160,27759708,27763943,27771907,27772107,27794618,27794655,27803695,27806558,27809860,27824501,27832556,27833074,27834189,27836592,27841983,27879463,27884510,27884649,27904506,27910298,27910595,27911072,27946720,27948319,27953744,27973724,27974688,27975301,27976057,28009865,28012349,28013062,28014093,28016602,28016767,28017840,28018635,28020673,28020957,28021713,28022946,28024290,28027556,28029261,28030926,28034005,28035953,28037575,28038501,28041372,28042360,28043984,28044376,28047020,28047036,28051238,28057184,28057274,28105090 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174369, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404050,27406957,27409517,27413720,27414662,27418156,27447825,27448334,27450015,27450456,27450710,27464134,27486188,27508695,27553043,27554047,27554359,27613080,27628069,27636654,27645919,27646631,27654636,27664182,27682652,27695561,27698732,27699558,27700002,27706806,27725250,27725591,27725808,27725974,27726081,27726219,27726384,27726516,27726826,27727618,27727954,27729855,27732115,27735320,27736258,27737931,27742087,27742113,27742281,27742359,27742386,27742398,27742415,27742542,27749022,27755753,27757354,27761315,27763584,27764515,27767263,27767578,27784376,27795276,27796392,27797040,27800358,27803389,27806410,27807295,27808941,27826548,27832609,27834110,27841661,27842078,27846849,27884235,27884549,27884979,27909964,27910425,27929191,27959459,27972834,27972943,27975689,28009262,28009912,28010453,28011754,28016206,28016474,28017358,28018705,28019302,28021582,28022054,28022555,28022764,28023645,28023925,28024197,28024853,28025348,28025994,28026329,28026704,28026867,28027389,28031008,28041835,28045399,2804755 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174370, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27717959,27729763,27836104,28023814,28051923 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174371, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411782,27416414,27450159,27458642,27496616,27496842,27505706,27600004,27636553,27659027,27687194,27693180,27693909,27695940,27703787,27708561,27725886,27726049,27727841,27732137,27742954,27749091,27775775,27821701,27831198,27832143,27844466,27865311,27865498,27893739,27912542,27945749,27953147,27964496,28024006,28024886,28026064,28028275,28029957,28032112,28043332,28043527,28045864,28046991,28049853,28051802,28052309,28054088,28054846,28055311,28056975,28057103,28057224,28057298,28057981,28066563,28066592,28072671,28072710,28092379,28173324 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174372, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388147,27405547,27406652,27414567,27415567,27443754,27447750,27455208,27462487,27485853,27490175,27494104,27497574,27498398,27500834,27561839,27627488,27631655,27632803,27633846,27643751,27644695,27646969,27656329,27657867,27658428,27683846,27698072,27699302,27702483,27706031,27706302,27708847,27713836,27716395,27723628,27724263,27724975,27725077,27725611,27725827,27725849,27727199,27727376,27727599,27728395,27729708,27730905,27731752,27734109,27741815,27742042,27742078,27749414,27749538,27753269,27767040,27769412,27770968,27775411,27788426,27795231,27804346,27819466,27829183,27831138,27831455,27832859,27834097,27837781,27839199,27846155,27863180,27868705,27887992,27901732,27912664,27931361,27947470,28009790,28027460,28027763,28028308,28029683,28030983,28031763,28032097,28032455,28045078,28046523,28048094,28048518,28049977,28051402,28051996,28052606,28053110,28053497,28054137,28054324,28054550,28054957,28055468,28055497,28055597,28055683,28055746,28056116,28056381,28058974,28060765,28061368,28061429,2806158 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174373, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396189,27414624,27418199,27445117,27662193,27691964,27835724,27929673,27971854,28009611,28013360,28058271,28072499,28091267 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174374, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27391661,27398849,27404215,27409259,27413691,27415629,27418072,27418255,27441472,27442666,27443836,27445189,27445364,27448027,27450581,27452160,27474379,27481190,27486054,27491709,27494490,27500962,27503440,27507898,27507944,27583556,27613060,27623307,27633267,27633718,27633989,27635381,27635582,27636262,27636452,27640885,27641238,27643808,27643899,27650039,27650198,27652354,27653335,27688889,27688935,27692003,27698299,27703641,27716431,27716597,27720099,27723233,27724356,27725054,27725502,27725627,27725674,27731044,27732501,27732524,27733990,27735082,27735506,27735592,27741846,27741925,27742211,27748526,27748579,27748766,27749017,27749820,27752965,27761066,27763479,27763641,27767241,27769936,27786936,27790670,27790954,27791967,27796342,27803486,27804513,27804733,27806271,27809630,27811624,27824919,27825968,27831479,27832407,27838332,27841561,27843087,27844023,27868729,27879606,27883868,27890028,27901473,27909724,27909847,27929073,27941330,27947491,27953358,27959673,27971334,27972308,27972428,27973913,2797418 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174375, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396102,27419070,27443779,27488964,27494317,27500932,27583937,27640916,27662127,27662321,27688549,27695348,27713931,27715179,27716494,27724299,27725023,27728145,27731837,27735093,27783994,27784520,27811611,27832967,27841638,27909622,27909816,27929198,27948234,27959281,27972070,27972452,28002125,28010212,28010499,28010695,28011013,28011064,28011918,28013297,28014078,28018776,28021409,28023804,28024269,28024523,28034849,28041656,28044499,28056258,28056309,28056690,28056788,28057055,28057656,28057781,28062185,28072271,28072393,28072413,28090797,28100305 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174376, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388303,27388979,27391775,27395038,27395579,27396049,27399169,27400667,27404174,27404494,27407300,27409701,27413750,27414080,27418348,27418566,27419048,27419649,27436607,27439667,27441501,27442817,27443927,27444759,27445254,27446686,27447977,27450031,27452241,27452533,27452944,27455780,27458169,27464043,27474739,27477315,27477649,27478675,27481147,27484896,27486244,27488113,27489102,27490684,27492198,27492526,27494249,27497841,27498823,27501110,27501359,27501993,27503672,27503697,27508631,27597696,27598297,27606211,27623563,27623691,27624386,27624518,27625429,27628701,27629214,27631185,27632112,27633335,27633632,27634603,27634904,27636129,27636901,27638075,27641483,27641853,27642561,27643072,27643661,27643966,27644124,27644586,27645153,27646429,27646778,27647840,27650339,27654497,27654824,27657971,27658566,27660873,27662524,27685117,27685396,27686876,27688674,27689553,27691036,27692582,27693411,27695663,27697026,27697552,27698377,27700582,27700930,27703741,27706653,27709262,27712266,27712555,27714135,2771526 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174377, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27632133,27944256 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27553034,27725811,27726375,27726824,27742272,27742355,27757351,27761306,27763583,27803397,28016472,28017363,28022550,28026335,28045398 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174379, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411217,27456985,27764179,27772653,27836105,27912041,27947786,28023823,28025770,28030964,28047815,28056652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174380, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27749102,28173316 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174381, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27413428,27444152,27490401,27683841,27706304,27726332,27742069,27760703,27796194,27883805,27925065,28051661,28055323,28062505 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174382, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27725862,27729789 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174383, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403982,27442667,27443842,27449652,27455742,27499274,27500965,27729933,27741796,27748764,27806272,27909147,28010129,28011107,28013599,28015718,28018658,28020519,28023113,28025377,28030584,28034723,28035427,28047128,28050598 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174384, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28057774 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174385, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27395570,27413760,27436602,27464042,27481138,27624399,27624516,27633334,27657967,27693402,27717384,27733542,27749037,27824404,27824935,27831599,27833053,27864042,27864889,27867983,27910899,27944160,27951014,27953227,27971507,27975719,27977800,27982015,28020048,28024389,28026495,28030910,28042932,28048419,28048605,28048969,28049582,28049728,28049914,28050573,28051192,28052325,28052688,28053063,28053121,28053301,28053409,28053861,28054198,28057897,28058124,28058772,28059481,28060524,28073996,28091570,28127994 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174386, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27392076,27396553,27399150,27404542,27405978,27407285,27410902,27413931,27418530,27418641,27419280,27420074,27439720,27442800,27443916,27444585,27444783,27446716,27448412,27450769,27456030,27459449,27474656,27477300,27481320,27481445,27485090,27489084,27489241,27491945,27498842,27498955,27503746,27593321,27594122,27594335,27613200,27628330,27632131,27633557,27634754,27634960,27635118,27635290,27640429,27641354,27643263,27645877,27650326,27654567,27654683,27661114,27684260,27684895,27688967,27689028,27690197,27692167,27692388,27693804,27696854,27697571,27698649,27704023,27709467,27712216,27715567,27716656,27723252,27723436,27723826,27725302,27725434,27725575,27726173,27726407,27727786,27728256,27729001,27729893,27731192,27732622,27734147,27735654,27742027,27742125,27742349,27742372,27748893,27749277,27749292,27750038,27752190,27753150,27759697,27763937,27771719,27771909,27772106,27787164,27787254,27788752,27794607,27794651,27803703,27806563,27808856,27809862,27812446,27824505,27824562,27829867,27832090,2783255 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174387, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404056,27406961,27409516,27413721,27414666,27418155,27447816,27448336,27450013,27450454,27450718,27464127,27486195,27508700,27553040,27554040,27554360,27613074,27636655,27645923,27646629,27654637,27664178,27682656,27695559,27698728,27699562,27699998,27706811,27725247,27725596,27725810,27725969,27726088,27726227,27726376,27726521,27726817,27727620,27727951,27729860,27732114,27735321,27736254,27737939,27742090,27742119,27742274,27742356,27742389,27742393,27742410,27742540,27749006,27755745,27757353,27761305,27763586,27764518,27767259,27767570,27784378,27795273,27796387,27797047,27800361,27803394,27806408,27807294,27808944,27826546,27832606,27834109,27841654,27842079,27846846,27884237,27884551,27884970,27909962,27910426,27929192,27959464,27972840,27972939,27975686,28009258,28009917,28010455,28011760,28016212,28016467,28017367,28018707,28019310,28021580,28022051,28022549,28022770,28023643,28023920,28024196,28024845,28025342,28025991,28026336,28026698,28026875,28027387,28031004,28041838,28045391,28047558,2805157 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174388, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28030971 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174389, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27729786 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174390, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27717379,27733543,27864043,27953226,28030907,28053857,28053878,28058784,28128001 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174391, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27407280,27444780,27930048,28029271 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174392, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27414658,27418159,27450014,27450711,27464129,27486194,27553044,27554357,27613079,27628065,27636662,27645918,27664188,27699568,27706809,27725246,27725975,27726082,27726221,27726379,27726819,27727616,27727953,27729857,27735328,27742116,27742280,27742357,27742405,27749008,27757359,27763587,27784381,27796394,27800355,27806405,27807293,27808943,27826554,27832604,27834112,27842074,27846852,27884972,27909960,27929195,27959457,27972835,28009914,28011761,28016207,28019309,28021578,28022557,28023921,28024189,28024847,28026333,28026693,28026868,28027391,28041846,28045392,28051574,28057235,28057801,28059853,28090631,28099880 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174393, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27456981,27717963,27742236,27764171,27772647,27912044,27953217,28023826,28025763,28056653 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174394, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27725890,28055723,28057991,28061019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27413429,27444151,27451589,27651332,27656338,27734107,27883806,28031630,28062512,28064587 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174396, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388235,27442733,27501075,27729783,27749170,27767094 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174397, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27398845,27403986,27413686,27415626,27441476,27442681,27455387,27455757,27458211,27481182,27490491,27497729,27499272,27507901,27634852,27636719,27641244,27643892,27650025,27652353,27654262,27660794,27688894,27698295,27724366,27725047,27725670,27729940,27731038,27741804,27741843,27748767,27752970,27769563,27769939,27783929,27786935,27791958,27796336,27804735,27809635,27811625,27838338,27843088,27844010,27879594,27901468,27953360,27972317,28009026,28010511,28011111,28011438,28019678,28020518,28022240,28023350,28024984,28025386,28026355,28026628,28027348,28028769,28029842,28030578,28035424,28035504,28038283,28044037,28047130,28047222,28057677,28058798,28059561,28061970,28062281,28064550,28072094 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174398, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27632903,28057041 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174399, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27441498,27452531,27474743,27477650,27488106,27489101,27492205,27503667,27624387,27624517,27629206,27636137,27641842,27644573,27654821,27657957,27686885,27691032,27697556,27712260,27712546,27717386,27726245,27726289,27729473,27729916,27732568,27733534,27735469,27749343,27750017,27750212,27753132,27808870,27812680,27826193,27833050,27836493,27839773,27864047,27864890,27884429,27884786,27922983,27930625,27931265,27931306,27941593,27946651,27947643,27948156,27953225,27959471,27971811,27975347,27982008,27983501,28010550,28015283,28016334,28020039,28024610,28024637,28030908,28038547,28039743,28047148,28047794,28048616,28049744,28050209,28050752,28051638,28052554,28052694,28052821,28053085,28053302,28053559,28053853,28053874,28054156,28054189,28057889,28058778,28059945,28061796,28063796,28073976,28073984,28074381,28090823,28091585,28128003,28129376 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174400, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388043,27388519,27394960,27403889,27409147,27409546,27413454,27415570,27418130,27436081,27439450,27444194,27444349,27448236,27455218,27474438,27481101,27481533,27485874,27497586,27499248,27499574,27501652,27507929,27583260,27609368,27628049,27633450,27633780,27634246,27634477,27634662,27636035,27636248,27636670,27636885,27642828,27649915,27652041,27657625,27662180,27682942,27685011,27688291,27689213,27689832,27695178,27703407,27713880,27724205,27724918,27725232,27726122,27727968,27733373,27735446,27742526,27748981,27749136,27749552,27751729,27755327,27759196,27767074,27783869,27784487,27784943,27785267,27794220,27796211,27799377,27803185,27826436,27829662,27832373,27835280,27841455,27841672,27846169,27861539,27862427,27883668,27901119,27901655,27909005,27909392,27922792,27924910,27928944,27941180,27941778,27942283,27948100,27949831,27960831,27971295,27972271,27973442,27975561,27978079,28002188,28003036,28003308,28007196,28009193,28009500,28009805,28010178,28010419,28010710,28010940,28012170,28012497,2801318 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174401, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388044,27388512,27389019,27394958,27403897,27409151,27409544,27413444,27415577,27418121,27436071,27439447,27444186,27444351,27448233,27455217,27474437,27481102,27481539,27485878,27497594,27499246,27501650,27583259,27583630,27609365,27627750,27628041,27633452,27633786,27634249,27634472,27634659,27636030,27636243,27636675,27636888,27642832,27649909,27652036,27657630,27662177,27682941,27685008,27688300,27689217,27689824,27695180,27703404,27713877,27724203,27724914,27725222,27726124,27727966,27733380,27735452,27741756,27741963,27742525,27748441,27748984,27749137,27749547,27755324,27759195,27767068,27783866,27784488,27784725,27785279,27794228,27796204,27799370,27803179,27825898,27826433,27829661,27832372,27832461,27835278,27841461,27841667,27846168,27861536,27883670,27901108,27901648,27908723,27908993,27909398,27922783,27928954,27939767,27941196,27941777,27942278,27943638,27948107,27949821,27960838,27971297,27972264,27973445,27975554,27978076,28002189,28003035,28003640,28007201,28008860,28009196,28009501,2800979 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174402, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27826198 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30174299,30174302,30174310,30174318,30174336,30174358,30174368,30174377,30174386,30174391?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/30174300,30174319,30174359,30174369,30174378,30174387,30174392?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30174301,30174320,30174321,30174322,30174349,30174366,30174400,30174401?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30174303,30174311,30174323,30174330,30174337,30174344,30174351,30174360,30174370,30174379,30174388,30174393?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/30174304,30174312,30174324,30174331,30174338,30174345,30174352,30174361,30174371,30174380,30174394?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30174305,30174313,30174325,30174332,30174339,30174346,30174353,30174362,30174372,30174381,30174395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30174306,30174314,30174326,30174333,30174340,30174347,30174354,30174363,30174373,30174382,30174389,30174396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30174307,30174315,30174327,30174334,30174341,30174355,30174364,30174374,30174383,30174397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30174308,30174316,30174328,30174342,30174348,30174356,30174365,30174375,30174384,30174398?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30174309,30174317,30174329,30174335,30174343,30174350,30174357,30174367,30174376,30174385,30174390,30174399,30174402?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires Fonction SLA_MENSUEL nb_day : (2, 31) 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 : 10 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-10 year : 2025 raspi : 0 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 '%2025-10%') and created_at like '%2025-10%'))); nb_day : (2, 31) after unwanted_material_data We return tuple() but get_coverage_data_from_list_of_date return unexpectedly data from stuff in error with raspi=0 so we force here ! 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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) = 10 and year(ded.date) = 2025 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 '%102025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-10-01 : dt_date_just_month_year : 2025-10-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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! Error parsing crontab ! [Errno 2] No such file or directory: '' You better check your LOGRASPI env !!! 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 >= "2025-10-01" AND ded.date <= "2025-10-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 (2395425,2394765,2402059,2404359,2404805,2422337,2442341,2443843,2443921,2443885,2443854,2443321,2452001,2460519,2467642,2506934,2506945,2506969,2531666,2506999,2507001,2507005,2507013,2507057,2507059,2507081,2507083,2506991,2507085,2507095) 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.004754867718578793, 'nb_photo': 730, 'list_port_cont': '27392087,27396549,27399148,27404538,27410900,27413936,27418633,27442806,27444577,27446715,27448414,27450770,27456034,27459453,27481453,27485096,27489083,27489240,27491951,27498846,27498943,27503750,27593323,27594118,27594339,27613194,27632136,27633563,27634750,27635130,27635292,27640431,27641351,27643276,27645874,27650332,27654568,27654687,27684261,27684894,27690196,27692395,27696858,27697581,27698641,27704019,27709466,27712215,27715576,27716651,27723251,27723433,27723833,27725298,27725431,27725573,27726174,27726405,27727783,27728254,27729008,27729888,27731183,27732626,27734150,27735655,27742022,27742129,27742341,27742366,27748898,27749302,27750043,27752194,27753152,27759696,27763944,27771716,27771913,27772112,27787264,27794619,27794653,27803692,27806557,27808848,27809866,27812451,27824496,27829873,27832084,27832560,27833064,27834193,27836585,27841984,27863604,27863788,27865617,27868368,27868858,27884502,27884646,27904513,27910583,27911067,27911813,27931469,27946729,27948317,27959855,27972028,27972109,2797235', 'assoc_port': '27391350:27392087,27395951:27396549,27398431:27399148,27403857:27404538,27410312:27410900,27413359:27413936,27417935:27418633,27441325:27444577,27442335:27442806,27446535:27446715,27448206:27448414,27450404:27450770,27455136:27456034,27459009:27459453,27480969:27481453,27484320:27485096,27488570:27489240,27488598:27489083,27491436:27491951,27498532:27498943,27498548:27498846,27503285:27503750,27552558:27594339,27552570:27594118,27552607:27593323,27612838:27613194,27631521:27632136,27632501:27633563,27632556:27640431,27633515:27635292,27633578:27635130,27633645:27634750,27633654:27641351,27642713:27643276,27645052:27645874,27649737:27650332,27654126:27654687,27654128:27654568,27682168:27684894,27682219:27684261,27687910:27697581,27687913:27690196,27691359:27692395,27696342:27696858,27697882:27698641,27703261:27704019,27708725:27709466,27711670:27712215,27714915:27715576,27716349:27716651,27722926:27723251,27722932:27723833,27722977:27723433,27724819:27726405,27724835:27726174,27724852:27729008,27724873:2772529', 'assoc_mat': '27391350:autre:3327:27392087,27395951:autre:3327:27396549,27398431:autre:3327:27399148,27403857:autre:3327:27404538,27410312:autre:3327:27410900,27413359:autre:3327:27413936,27417935:autre:3327:27418633,27441325:autre:3327:27444577,27442335:autre:3327:27442806,27446535:autre:3327:27446715,27448206:autre:3327:27448414,27450404:autre:3327:27450770,27455136:autre:3327:27456034,27459009:autre:3327:27459453,27480969:autre:3327:27481453,27484320:autre:3327:27485096,27488570:autre:3327:27489240,27488598:autre:3327:27489083,27491436:autre:3327:27491951,27498532:autre:3327:27498943,27498548:autre:3327:27498846,27503285:autre:3327:27503750,27552558:autre:3327:27594339,27552570:autre:3327:27594118,27552607:autre:3327:27593323,27612838:autre:3327:27613194,27631521:autre:3327:27632136,27632501:autre:3327:27633563,27632556:autre:3327:27640431,27633515:autre:3327:27635292,27633578:autre:3327:27635130,27633645:autre:3327:27634750,27633654:autre:3327:27641351,27642713:autre:3327:27643276,27645052:autre:3327:27645874,27649737:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017664791638585787, 'nb_photo': 313, 'list_port_cont': '27404054,27406955,27409518,27413700,27414665,27418154,27448335,27450007,27450446,27450720,27464132,27486189,27508698,27553035,27554039,27554356,27613070,27636657,27645920,27654634,27664186,27682645,27695560,27698734,27700005,27706816,27725592,27725976,27726080,27726374,27727617,27727956,27729859,27732107,27735319,27736255,27737941,27742120,27742277,27742352,27742387,27742400,27742408,27749003,27757352,27761308,27763590,27767261,27767576,27784375,27795279,27796391,27803392,27807292,27808951,27826555,27832607,27834116,27842071,27846847,27884233,27884548,27909958,27910424,27929185,27959455,27972833,27975692,28009261,28009915,28010448,28016210,28017360,28019305,28021575,28023641,28023923,28024192,28024842,28025347,28025985,28026332,28026697,28026869,28031002,28045394,28047556,28051578,28056503,28056936,28057244,28057804,28090624,28099883', 'assoc_port': '27403865:27404054,27406524:27406955,27409027:27409518,27413291:27413700,27414376:27414665,27417933:27418154,27448207:27450446,27448208:27448335,27449555:27450007,27450401:27450720,27463791:27464132,27485662:27486189,27507873:27508698,27552560:27554356,27552574:27554039,27552604:27553035,27612831:27613070,27632551:27636657,27643653:27645920,27654127:27654634,27663915:27664186,27682161:27682645,27691360:27698734,27694858:27695560,27699099:27700005,27706165:27706816,27724169:27727617,27724821:27727956,27724825:27725976,27724829:27726374,27724845:27726080,27724849:27725592,27729672:27729859,27731649:27732107,27733808:27735319,27734824:27736255,27737899:27737941,27741689:27742120,27741695:27742277,27741708:27742387,27741710:27742400,27741717:27742408,27741724:27742352,27748892:27749003,27756978:27757352,27760569:27761308,27763194:27763590,27767019:27767261,27767020:27767576,27783676:27784375,27795188:27795279,27796154:27796391,27803074:27803392,27804202:27807292,27808399:27808951,27826416:27826555,27831386:2783260', 'assoc_mat': '27403865:autre:3594:27404054,27406524:autre:3594:27406955,27409027:autre:3594:27409518,27413291:autre:3594:27413700,27414376:autre:3594:27414665,27417933:autre:3594:27418154,27448207:autre:3594:27450446,27448208:autre:3594:27448335,27449555:autre:3594:27450007,27450401:autre:3594:27450720,27463791:autre:3594:27464132,27485662:autre:3594:27486189,27507873:autre:3594:27508698,27552560:autre:3594:27554356,27552574:autre:3594:27554039,27552604:autre:3594:27553035,27612831:autre:3594:27613070,27632551:autre:3594:27636657,27643653:autre:3594:27645920,27654127:autre:3594:27654634,27663915:autre:3594:27664186,27682161:autre:3594:27682645,27691360:autre:3594:27698734,27694858:autre:3594:27695560,27699099:autre:3594:27700005,27706165:autre:3594:27706816,27724169:autre:3594:27727617,27724821:autre:3594:27727956,27724825:autre:3594:27725976,27724829:autre:3594:27726374,27724845:autre:3594:27726080,27724849:autre:3594:27725592,27729672:autre:3594:27729859,27731649:autre:3594:27732107,27733808:autre:3594:27735319,27734824:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006694945782459157, 'nb_photo': 430, 'list_port_cont': '27388046,27388520,27394963,27403892,27409143,27409543,27415574,27436078,27439446,27444190,27448234,27455220,27474440,27481096,27481531,27485873,27497597,27499243,27499575,27501647,27507930,27583627,27609362,27627740,27628042,27633784,27634244,27634480,27634658,27636033,27636251,27636680,27636882,27642827,27649913,27652034,27657632,27662176,27682940,27685016,27688297,27689825,27695176,27703409,27713871,27724207,27724925,27725230,27726117,27727969,27733383,27735441,27741748,27741966,27742523,27748980,27749144,27749551,27755321,27767076,27783868,27784490,27785269,27794224,27796206,27799373,27803189,27826438,27829660,27832378,27832467,27835273,27841457,27841506,27841666,27846171,27901106,27901663,27908719,27909047,27922793,27924911,27928948,27941774,27942288,27948101,27949830,27960839,27971294,27972275,27973452,27978071,28002192,28003045,28007195,28009192,28009796,28010179,28010717,28012160,28012499,28013196,28015137,28015910,28016197,28017464,28018224,28019192,28021730,28022933,28023326,28024331,28024631,2802482', 'assoc_port': '27387808:27388520,27387815:27388046,27394663:27394963,27403858:27403892,27409008:27409543,27409022:27409143,27415501:27415574,27435756:27436078,27439189:27439446,27444091:27444190,27448203:27448234,27455130:27455220,27473887:27474440,27480976:27481531,27480980:27481096,27485667:27485873,27497506:27497597,27499187:27499575,27499190:27499243,27501603:27501647,27507875:27507930,27552590:27583627,27609291:27609362,27627388:27628042,27627420:27627740,27632606:27636882,27632614:27636251,27632616:27636680,27632618:27636033,27633549:27634480,27633648:27634244,27633650:27633784,27634485:27634658,27642712:27642827,27649733:27649913,27651909:27652034,27657543:27657632,27661921:27662176,27682152:27685016,27682222:27682940,27687819:27689825,27688029:27688297,27694856:27695176,27703253:27703409,27713773:27713871,27724179:27724207,27724837:27725230,27724877:27724925,27726015:27726117,27727889:27727969,27733311:27733383,27735401:27735441,27741712:27741966,27741715:27742523,27741720:27741748,27748884:27749144,27748890:2774898', 'assoc_mat': '27387808:autre_refus:3726:27388520,27387815:autre_refus:3726:27388046,27394663:autre_refus:3726:27394963,27403858:autre_refus:3726:27403892,27409008:autre_refus:3726:27409543,27409022:autre_refus:3726:27409143,27415501:autre_refus:3726:27415574,27435756:autre_refus:3726:27436078,27439189:autre_refus:3726:27439446,27444091:autre_refus:3726:27444190,27448203:autre_refus:3726:27448234,27455130:autre_refus:3726:27455220,27473887:autre_refus:3726:27474440,27480976:autre_refus:3726:27481531,27480980:autre_refus:3726:27481096,27485667:autre_refus:3726:27485873,27497506:autre_refus:3726:27497597,27499187:autre_refus:3726:27499575,27499190:autre_refus:3726:27499243,27501603:autre_refus:3726:27501647,27507875:autre_refus:3726:27507930,27552590:autre_refus:3726:27583627,27609291:autre_refus:3726:27609362,27627388:autre_refus:3726:27628042,27627420:autre_refus:3726:27627740,27632606:autre_refus:3726:27636882,27632614:autre_refus:3726:27636251,27632616:autre_refus:3726:27636680,27632618:autre_refus:3726:27636033,27633549:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008378578702010867, 'nb_photo': 14, 'list_port_cont': '27405969,27727784,27742135,27772110,27803698,27806559,27809867,27833066,27944248,28022939,28046594,28057177', 'assoc_port': '27405487:27405969,27727575:27727784,27741722:27742135,27770872:27772110,27803070:27803698,27805941:27806559,27809488:27809867,27832767:27833066,27908658:28022939,27943509:27944248,28008245:28046594,28056008:28057177', 'assoc_mat': '27405487:barquette_avec_film:3327:27405969,27727575:barquette_avec_film:3327:27727784,27741722:barquette_avec_film:3327:27742135,27770872:barquette_avec_film:3327:27772110,27803070:barquette_avec_film:3327:27803698,27805941:barquette_avec_film:3327:27806559,27809488:barquette_avec_film:3327:27809867,27832767:barquette_avec_film:3327:27833066,27908658:barquette_avec_film:3327:28022939,27943509:barquette_avec_film:3327:27944248,28008245:barquette_avec_film:3327:28046594,28056008:barquette_avec_film:3327:28057177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000370749533096371, 'nb_photo': 49, 'list_port_cont': '27411221,27656510,27727299,27729776,27742231,27772655,27835257,27836107,27912034,27947794,27953216,28023829,28054022,28056659', 'assoc_port': '27403861:27411221,27632560:27656510,27724848:27727299,27729673:27729776,27741703:27742231,27758988:27772655,27835201:27835257,27835204:27836107,27900926:27912034,27947304:27947794,27952837:27953216,28011647:28056659,28015478:28023829,28024265:28054022', 'assoc_mat': '27403861:barquette_opaque:4205:27411221,27632560:barquette_opaque:4205:27656510,27724848:barquette_opaque:4205:27727299,27729673:barquette_opaque:4205:27729776,27741703:barquette_opaque:4205:27742231,27758988:barquette_opaque:4205:27772655,27835201:barquette_opaque:4205:27835257,27835204:barquette_opaque:4205:27836107,27900926:barquette_opaque:4205:27912034,27947304:barquette_opaque:4205:27947794,27952837:barquette_opaque:4205:27953216,28011647:barquette_opaque:4205:28056659,28015478:barquette_opaque:4205:28023829,28024265:barquette_opaque:4205:28054022'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014346224859668355, 'nb_photo': 289, 'list_port_cont': '27411788,27416409,27450162,27458639,27496623,27505710,27600008,27636558,27659034,27687203,27693175,27693897,27695936,27703775,27708554,27725900,27726041,27727846,27732132,27742949,27749052,27749099,27775787,27795612,27821702,27831193,27831619,27832145,27844462,27865493,27893750,27912544,27945758,27953140,28024019,28024892,28026059,28028282,28029970,28032111,28043319,28043535,28045866,28046985,28049839,28051808,28052297,28054086,28054853,28055303,28055728,28056971,28057105,28057223,28057293,28057979,28058103,28061011,28066565,28066599,28072669,28072712,28173327', 'assoc_port': '27403862:27411788,27413358:27416409,27441324:27450162,27455138:27458639,27490307:27496623,27500774:27505710,27552601:27600008,27612832:27636558,27630006:27693897,27633661:27659034,27640535:27687203,27649744:27693175,27661919:27695936,27691375:27708554,27703265:27703775,27724817:27725900,27724863:27726041,27727569:27727846,27731643:27732132,27741731:27742949,27748678:27749052,27748679:27749099,27770884:27775787,27793956:27795612,27803073:27831193,27811399:27821702,27825815:27832145,27831391:27831619,27837924:27844462,27861240:27893750,27861247:27865493,27900895:27912544,27909302:28026059,27940996:27945758,27950167:27953140,27970549:28028282,27970685:28029970,27970904:28032111,28008294:28046985,28008523:28049839,28008637:28043319,28008641:28043535,28009581:28052297,28009773:28066599,28010039:28054086,28010237:28054853,28010428:28055303,28010596:28055728,28011453:28056971,28011657:28057293,28011804:28057223,28015315:28066565,28015654:28024019,28024262:28024892,28041189:28051808,28041191:28045866,28055863:2806101', 'assoc_mat': '27403862:barquette_opaque:4203:27411788,27413358:barquette_opaque:4203:27416409,27441324:barquette_opaque:4203:27450162,27455138:barquette_opaque:4203:27458639,27490307:barquette_opaque:4203:27496623,27500774:barquette_opaque:4203:27505710,27552601:barquette_opaque:4203:27600008,27612832:barquette_opaque:4203:27636558,27630006:barquette_opaque:4203:27693897,27633661:barquette_opaque:4203:27659034,27640535:barquette_opaque:4203:27687203,27649744:barquette_opaque:4203:27693175,27661919:barquette_opaque:4203:27695936,27691375:barquette_opaque:4203:27708554,27703265:barquette_opaque:4203:27703775,27724817:barquette_opaque:4203:27725900,27724863:barquette_opaque:4203:27726041,27727569:barquette_opaque:4203:27727846,27731643:barquette_opaque:4203:27732132,27741731:barquette_opaque:4203:27742949,27748678:barquette_opaque:4203:27749052,27748679:barquette_opaque:4203:27749099,27770884:barquette_opaque:4203:27775787,27793956:barquette_opaque:4203:27795612,27803073:barquette_opaque:4203:27831193,27811399:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007596979831313744, 'nb_photo': 74, 'list_port_cont': '27388144,27391573,27405549,27415562,27444155,27448219,27500836,27627483,27630214,27631658,27642792,27658106,27702977,27706249,27709195,27724939,27726321,27727186,27727361,27729714,27788621,27796197,27831143,27835253,27836396,27843887,27883797,27892448,27910226,27912443,27927391,27946490,28029931,28032464,28033220,28048513,28049891,28050258,28050728,28051060,28051401,28052000,28053045,28053114,28054142,28060930,28061438,28061665,28061697,28061717,28062134,28064594,28072964,28073216,28073954,28171339,28172226', 'assoc_port': '27387814:27388144,27391360:27391573,27405485:27405549,27415524:27415562,27444090:27444155,27448205:27448219,27500778:27500836,27627421:27627483,27630012:27630214,27631524:27631658,27633621:27658106,27642714:27642792,27682200:27702977,27687914:27706249,27708724:27709195,27724815:27724939,27724827:27726321,27724846:27727186,27724851:27727361,27729667:27729714,27788323:27788621,27796157:27796197,27804158:27831143,27835209:27835253,27836324:27836396,27843846:27843887,27883599:27892448,27883605:27883797,27900903:27910226,27900930:27912443,27925690:27927391,27946345:27946490,27970746:28029931,27970980:28032464,28008489:28048513,28008555:28049891,28008620:28050258,28009437:28050728,28009486:28051060,28009495:28051401,28009580:28052000,28009769:28053045,28009795:28053114,28011648:28062134,28011659:28061697,28011751:28061438,28012539:28060930,28015452:28054142,28015662:28064594,28033004:28033220,28041221:28073216,28056056:28072964,28056150:28061717,28056185:28061665,28072016:28073954,28090385:28172226,28090422:2817133', 'assoc_mat': '27387814:barquette_opaque:4207:27388144,27391360:barquette_opaque:4207:27391573,27405485:barquette_opaque:4207:27405549,27415524:barquette_opaque:4207:27415562,27444090:barquette_opaque:4207:27444155,27448205:barquette_opaque:4207:27448219,27500778:barquette_opaque:4207:27500836,27627421:barquette_opaque:4207:27627483,27630012:barquette_opaque:4207:27630214,27631524:barquette_opaque:4207:27631658,27633621:barquette_opaque:4207:27658106,27642714:barquette_opaque:4207:27642792,27682200:barquette_opaque:4207:27702977,27687914:barquette_opaque:4207:27706249,27708724:barquette_opaque:4207:27709195,27724815:barquette_opaque:4207:27724939,27724827:barquette_opaque:4207:27726321,27724846:barquette_opaque:4207:27727186,27724851:barquette_opaque:4207:27727361,27729667:barquette_opaque:4207:27729714,27788323:barquette_opaque:4207:27788621,27796157:barquette_opaque:4207:27796197,27804158:barquette_opaque:4207:27831143,27835209:barquette_opaque:4207:27835253,27836324:barquette_opaque:4207:27836396,27843846:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006713296158631837, 'nb_photo': 30, 'list_port_cont': '27388238,27729781,27749157,27767086,27819514,28057513,28072498', 'assoc_port': '27387810:27388238,27729669:27729781,27748908:27749157,27767010:27767086,27819340:27819514,28055922:28057513,28072044:28072498', 'assoc_mat': '27387810:barquette_opaque:4461:27388238,27729669:barquette_opaque:4461:27729781,27748908:barquette_opaque:4461:27749157,27767010:barquette_opaque:4461:27767086,27819340:barquette_opaque:4461:27819514,28055922:barquette_opaque:4461:28057513,28072044:barquette_opaque:4461:28072498'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009362325958612342, 'nb_photo': 123, 'list_port_cont': '27391669,27398857,27403984,27445310,27452166,27455743,27490492,27499262,27503449,27583558,27623313,27633996,27635583,27636267,27636453,27650035,27652363,27657717,27723402,27725059,27725678,27729941,27735077,27735510,27741793,27741852,27752960,27763646,27769562,27809626,27825970,27834073,27864589,27883874,27909119,27909728,27953363,27973267,27975009,28010123,28011105,28011807,28012114,28014282,28017851,28020514,28025380,28026356,28032160,28036998,28037621,28039166,28044039,28047132,28050593,28052682,28058236,28061620,28061643,28061964,28062535,28098437', 'assoc_port': '27391356:27391669,27398487:27398857,27403866:27403984,27444952:27445310,27451943:27452166,27455125:27455743,27490305:27490492,27499186:27499262,27503310:27503449,27552562:27583558,27612827:27623313,27632498:27636267,27632554:27635583,27633659:27633996,27636070:27636453,27649739:27650035,27651913:27652363,27657534:27657717,27722930:27723402,27724844:27729941,27724869:27725678,27724890:27725059,27734821:27735077,27735404:27735510,27741739:27741793,27741740:27741852,27752691:27752960,27763192:27763646,27769330:27769562,27809493:27809626,27825817:27825970,27833969:27834073,27864191:27864589,27883601:27883874,27900887:27909728,27900934:27909119,27908951:28020514,27952795:27953363,27970550:27975009,27970717:27973267,28008160:28050593,28008282:28037621,28008357:28044039,28008406:28052682,28008495:28010123,28009742:28039166,28009793:28032160,28009969:28011105,28010134:28026356,28010258:28025380,28010555:28011807,28011624:28014282,28011688:28012114,28015208:28036998,28015278:28017851,28046920:28047132,28055948:2806196', 'assoc_mat': '27391356:barquette_opaque:4200:27391669,27398487:barquette_opaque:4200:27398857,27403866:barquette_opaque:4200:27403984,27444952:barquette_opaque:4200:27445310,27451943:barquette_opaque:4200:27452166,27455125:barquette_opaque:4200:27455743,27490305:barquette_opaque:4200:27490492,27499186:barquette_opaque:4200:27499262,27503310:barquette_opaque:4200:27503449,27552562:barquette_opaque:4200:27583558,27612827:barquette_opaque:4200:27623313,27632498:barquette_opaque:4200:27636267,27632554:barquette_opaque:4200:27635583,27633659:barquette_opaque:4200:27633996,27636070:barquette_opaque:4200:27636453,27649739:barquette_opaque:4200:27650035,27651913:barquette_opaque:4200:27652363,27657534:barquette_opaque:4200:27657717,27722930:barquette_opaque:4200:27723402,27724844:barquette_opaque:4200:27729941,27724869:barquette_opaque:4200:27725678,27724890:barquette_opaque:4200:27725059,27734821:barquette_opaque:4200:27735077,27735404:barquette_opaque:4200:27735510,27741739:barquette_opaque:4200:27741793,27741740:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005486070157273269, 'nb_photo': 36, 'list_port_cont': '27419068,27476868,27494319,27632905,27735101,27748996,27824427,27841647,27863261,27880549,27909818,27929188,27941291,28007378,28009547,28013296,28016364,28024519,28041653,28041987,28044712,28056796,28057048,28057069,28057443,28072284,28072406,28100312', 'assoc_port': '27418933:27419068,27476481:27476868,27494003:27494319,27632495:27632905,27734823:27735101,27748907:27748996,27824316:27824427,27841393:27841647,27863028:27863261,27871505:27880549,27908561:27909818,27928871:27929188,27940997:27941291,28006924:28007378,28008482:28009547,28011796:28013296,28015610:28016364,28024257:28024519,28041244:28041987,28041286:28041653,28044272:28044712,28055965:28057048,28055988:28057069,28056063:28056796,28056102:28057443,28072065:28072406,28072072:28072284,28090428:28100312', 'assoc_mat': '27418933:barquette_opaque:4209:27419068,27476481:barquette_opaque:4209:27476868,27494003:barquette_opaque:4209:27494319,27632495:barquette_opaque:4209:27632905,27734823:barquette_opaque:4209:27735101,27748907:barquette_opaque:4209:27748996,27824316:barquette_opaque:4209:27824427,27841393:barquette_opaque:4209:27841647,27863028:barquette_opaque:4209:27863261,27871505:barquette_opaque:4209:27880549,27908561:barquette_opaque:4209:27909818,27928871:barquette_opaque:4209:27929188,27940997:barquette_opaque:4209:27941291,28006924:barquette_opaque:4209:28007378,28008482:barquette_opaque:4209:28009547,28011796:barquette_opaque:4209:28013296,28015610:barquette_opaque:4209:28016364,28024257:barquette_opaque:4209:28024519,28041244:barquette_opaque:4209:28041987,28041286:barquette_opaque:4209:28041653,28044272:barquette_opaque:4209:28044712,28055965:barquette_opaque:4209:28057048,28055988:barquette_opaque:4209:28057069,28056063:barquette_opaque:4209:28056796,28056102:barquette_opaque:4209:28057443,28072065:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.014108740388306886, 'nb_photo': 6484, 'list_port_cont': '27388310,27388988,27391776,27395049,27395578,27396046,27399178,27400656,27404158,27404510,27407305,27409710,27413757,27414073,27418360,27419060,27419651,27436603,27439657,27440746,27441491,27442812,27443940,27444767,27445250,27446689,27447964,27450032,27452246,27452526,27452935,27455784,27464038,27474736,27477314,27477660,27478680,27484891,27486252,27488110,27489096,27490674,27492201,27492531,27494255,27497839,27498821,27499290,27501109,27501350,27501999,27503664,27508626,27597700,27598309,27606215,27623564,27624392,27624514,27625421,27628703,27629207,27631186,27632099,27633338,27633640,27634606,27634898,27636121,27636909,27638080,27641476,27641854,27642568,27643065,27643669,27643970,27644115,27644575,27645147,27646431,27646779,27647843,27650343,27654490,27654822,27657964,27660875,27662510,27685119,27685397,27686881,27688667,27689540,27691033,27693406,27695666,27697015,27697558,27698383,27700576,27700921,27703752,27706664,27709265,27712251,27712545,27714133,27715261,27716477,27717382,27723882,27723976,2772449', 'assoc_port': '27387817:27388988,27387820:27388310,27391353:27391776,27394662:27396046,27394664:27395578,27394665:27395049,27398433:27400656,27398489:27399178,27403859:27404510,27403867:27404158,27406529:27407305,27409036:27409710,27413329:27414073,27413362:27413757,27417934:27419651,27417938:27419060,27417943:27418360,27435758:27436603,27439190:27439657,27439191:27440746,27441326:27441491,27442333:27442812,27443682:27443940,27444703:27444767,27444956:27445250,27446536:27446689,27447686:27447964,27449558:27450032,27451939:27452935,27451942:27452246,27451944:27452526,27455142:27455784,27463792:27464038,27473889:27474736,27476439:27477660,27476462:27477314,27478024:27478680,27484305:27484891,27485659:27486252,27487692:27488110,27488597:27489096,27490304:27490674,27491433:27492531,27491435:27492201,27493997:27494255,27497513:27497839,27498535:27498821,27499185:27499290,27500781:27501350,27500785:27501109,27501599:27501999,27503313:27503664,27508381:27508626,27552556:27597700,27552568:27598309,27552572:27606215,27612825:2762542', 'assoc_mat': '27387817:barquette_opaque:4211:27388988,27387820:barquette_opaque:4211:27388310,27391353:barquette_opaque:4211:27391776,27394662:barquette_opaque:4211:27396046,27394664:barquette_opaque:4211:27395578,27394665:barquette_opaque:4211:27395049,27398433:barquette_opaque:4211:27400656,27398489:barquette_opaque:4211:27399178,27403859:barquette_opaque:4211:27404510,27403867:barquette_opaque:4211:27404158,27406529:barquette_opaque:4211:27407305,27409036:barquette_opaque:4211:27409710,27413329:barquette_opaque:4211:27414073,27413362:barquette_opaque:4211:27413757,27417934:barquette_opaque:4211:27419651,27417938:barquette_opaque:4211:27419060,27417943:barquette_opaque:4211:27418360,27435758:barquette_opaque:4211:27436603,27439190:barquette_opaque:4211:27439657,27439191:barquette_opaque:4211:27440746,27441326:barquette_opaque:4211:27441491,27442333:barquette_opaque:4211:27442812,27443682:barquette_opaque:4211:27443940,27444703:barquette_opaque:4211:27444767,27444956:barquette_opaque:4211:27445250,27446536:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023583930396138688, 'nb_photo': 56, 'list_port_cont': '27410903,27413930,27442804,27446705,27485100,27628328,27640424,27645875,27654686,27684263,27693803,27704027,27725566,27726162,27726413,27734148,27735660,27742024,27763945,27794620,27803694,27809870,27832558,27836580,27868360,27884654,27910296,27972897,27973723,27974456,27975298,28004055,28013555,28020958,28024069,28026421,28030919,28034008,28045546,28047029,28057273,28059868,28061200,28073019', 'assoc_port': '27410312:27410903,27413359:27413930,27442335:27442804,27446535:27446705,27484320:27485100,27627418:27628328,27632556:27640424,27645052:27645875,27654126:27654686,27663938:27693803,27682219:27684263,27703261:27704027,27724819:27726413,27724835:27726162,27725035:27725566,27733812:27734148,27735399:27735660,27741736:27742024,27763188:27763945,27793994:27794620,27803070:27803694,27809488:27809870,27832316:27832558,27836308:27836580,27867409:27868360,27883563:27884654,27900929:27910296,27909310:28020958,27970663:27975298,27970732:27974456,27970818:27973723,27970858:27972897,28002001:28004055,28008498:28047029,28009511:28045546,28009760:28034008,28011313:28026421,28011618:28024069,28011737:28013555,28030003:28030919,28055910:28059868,28056182:28061200,28056192:28057273,28072071:28073019', 'assoc_mat': '27410312:bouchon:3327:27410903,27413359:bouchon:3327:27413930,27442335:bouchon:3327:27442804,27446535:bouchon:3327:27446705,27484320:bouchon:3327:27485100,27627418:bouchon:3327:27628328,27632556:bouchon:3327:27640424,27645052:bouchon:3327:27645875,27654126:bouchon:3327:27654686,27663938:bouchon:3327:27693803,27682219:bouchon:3327:27684263,27703261:bouchon:3327:27704027,27724819:bouchon:3327:27726413,27724835:bouchon:3327:27726162,27725035:bouchon:3327:27725566,27733812:bouchon:3327:27734148,27735399:bouchon:3327:27735660,27741736:bouchon:3327:27742024,27763188:bouchon:3327:27763945,27793994:bouchon:3327:27794620,27803070:bouchon:3327:27803694,27809488:bouchon:3327:27809870,27832316:bouchon:3327:27832558,27836308:bouchon:3327:27836580,27867409:bouchon:3327:27868360,27883563:bouchon:3327:27884654,27900929:bouchon:3327:27910296,27909310:bouchon:3327:28020958,27970663:bouchon:3327:27975298,27970732:bouchon:3327:27974456,27970818:bouchon:3327:27973723,27970858:bouchon:3327:27972897,28002001:bouchon:3327:28004055,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013392774416063971, 'nb_photo': 773, 'list_port_cont': '27411219,27456993,27498504,27656513,27690750,27717960,27727314,27729772,27742225,27764169,27772643,27796226,27835270,27836112,27912043,27947790,27953210,28023822,28025756,28030966,28047810,28051929,28053149,28054012,28054890,28055049,28056655,28058073', 'assoc_port': '27403861:27411219,27447657:27456993,27497510:27498504,27632560:27656513,27643654:27690750,27708723:27717960,27724848:27727314,27729673:27729772,27741703:27742225,27755172:27764169,27758988:27772643,27796153:27796226,27835201:27835270,27835204:27836112,27900926:27912043,27909294:28025756,27947304:27947790,27952837:27953210,27970896:28030966,28008437:28047810,28009556:28051929,28009925:28053149,28010398:28054890,28010400:28055049,28011647:28056655,28015478:28023822,28024265:28054012,28055935:28058073', 'assoc_mat': '27403861:carton:4205:27411219,27447657:carton:4205:27456993,27497510:carton:4205:27498504,27632560:carton:4205:27656513,27643654:carton:4205:27690750,27708723:carton:4205:27717960,27724848:carton:4205:27727314,27729673:carton:4205:27729772,27741703:carton:4205:27742225,27755172:carton:4205:27764169,27758988:carton:4205:27772643,27796153:carton:4205:27796226,27835201:carton:4205:27835270,27835204:carton:4205:27836112,27900926:carton:4205:27912043,27909294:carton:4205:28025756,27947304:carton:4205:27947790,27952837:carton:4205:27953210,27970896:carton:4205:28030966,28008437:carton:4205:28047810,28009556:carton:4205:28051929,28009925:carton:4205:28053149,28010398:carton:4205:28054890,28010400:carton:4205:28055049,28011647:carton:4205:28056655,28015478:carton:4205:28023822,28024265:carton:4205:28054012,28055935:carton:4205:28058073'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013310420914535173, 'nb_photo': 1316, 'list_port_cont': '27411790,27416417,27450158,27458157,27458636,27496614,27496852,27505714,27599117,27599993,27636554,27659021,27687202,27693186,27693903,27695946,27703779,27708567,27715744,27725899,27725926,27726046,27727839,27732138,27735308,27742945,27749055,27749095,27757538,27775779,27795605,27821583,27821689,27831204,27831625,27832142,27844455,27865303,27865499,27893748,27912535,27945751,27953134,27964495,27964989,28024007,28024889,28026052,28028279,28029965,28032101,28043323,28043523,28045859,28046982,28049844,28051804,28052305,28054093,28054840,28055316,28055734,28056963,28057106,28057225,28057292,28057969,28058003,28058104,28061014,28066561,28066593,28072675,28072706,28092384,28173313', 'assoc_port': '27403862:27411790,27413358:27416417,27441324:27450158,27448202:27458157,27455138:27458636,27490307:27496614,27491431:27496852,27500774:27505714,27552595:27599117,27552601:27599993,27612832:27636554,27630006:27693903,27633661:27659021,27640535:27687202,27649744:27693186,27661919:27695946,27691375:27708567,27703265:27703779,27713799:27715744,27724817:27725899,27724863:27726046,27724865:27725926,27727569:27727839,27731643:27732138,27734822:27735308,27741731:27742945,27748678:27749055,27748679:27749095,27756982:27757538,27770884:27775779,27793956:27795605,27803073:27831204,27811397:27821583,27811399:27821689,27825815:27832142,27831391:27831625,27837924:27844455,27861240:27893748,27861242:27865303,27861247:27865499,27900895:27912535,27900932:27964989,27900933:27964495,27909302:28026052,27940996:27945751,27950167:27953134,27970549:28028279,27970685:28029965,27970904:28032101,28008294:28046982,28008523:28049844,28008637:28043323,28008641:28043523,28009581:28052305,28009773:28066593,28010039:28054093,28010237:2805484', 'assoc_mat': '27403862:carton:4203:27411790,27413358:carton:4203:27416417,27441324:carton:4203:27450158,27448202:carton:4203:27458157,27455138:carton:4203:27458636,27490307:carton:4203:27496614,27491431:carton:4203:27496852,27500774:carton:4203:27505714,27552595:carton:4203:27599117,27552601:carton:4203:27599993,27612832:carton:4203:27636554,27630006:carton:4203:27693903,27633661:carton:4203:27659021,27640535:carton:4203:27687202,27649744:carton:4203:27693186,27661919:carton:4203:27695946,27691375:carton:4203:27708567,27703265:carton:4203:27703779,27713799:carton:4203:27715744,27724817:carton:4203:27725899,27724863:carton:4203:27726046,27724865:carton:4203:27725926,27727569:carton:4203:27727839,27731643:carton:4203:27732138,27734822:carton:4203:27735308,27741731:carton:4203:27742945,27748678:carton:4203:27749055,27748679:carton:4203:27749095,27756982:carton:4203:27757538,27770884:carton:4203:27775779,27793956:carton:4203:27795605,27803073:carton:4203:27831204,27811397:carton:4203:27821583,27811399:carton:4203:27821689,2782'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.965827484759922, 'nb_photo': 6964, 'list_port_cont': '27388146,27391568,27396020,27397022,27398622,27403884,27405558,27406646,27408433,27409095,27410408,27411891,27413438,27414577,27415356,27415560,27418145,27419407,27439395,27442527,27443749,27444158,27444989,27447763,27448213,27449609,27450472,27451585,27452010,27455199,27456536,27458144,27462488,27476684,27478213,27481090,27485858,27487945,27488711,27490183,27490416,27494103,27497568,27498406,27500835,27501678,27503366,27504193,27507881,27557591,27561268,27561849,27562350,27612934,27613916,27615101,27615591,27627491,27630218,27631665,27632794,27633836,27636275,27642790,27643744,27644689,27645177,27646977,27649842,27651320,27652015,27654026,27654138,27656341,27656896,27657614,27657878,27658114,27658430,27660481,27661975,27683852,27688188,27696577,27697307,27698071,27699299,27702488,27702713,27702979,27703359,27704740,27705876,27706041,27706259,27706310,27707205,27708852,27709197,27711718,27713841,27714996,27716394,27717111,27723629,27724264,27724935,27724969,27725073,27725609,27725701,27725822,27725843,2772631', 'assoc_port': '27387814:27388146,27391360:27391568,27395949:27397022,27395957:27396020,27398480:27398622,27403863:27403884,27405485:27405558,27406518:27408433,27406559:27406646,27409010:27411891,27409033:27409095,27410314:27410408,27413330:27415356,27413360:27414577,27413363:27413438,27415524:27415560,27417937:27419407,27417942:27418145,27439192:27439395,27442334:27442527,27443662:27443749,27444090:27444158,27444955:27444989,27447685:27447763,27448205:27448213,27449553:27451585,27449557:27449609,27450403:27450472,27451940:27452010,27455132:27456536,27455144:27455199,27458103:27458144,27462446:27462488,27476433:27476684,27478021:27478213,27480978:27481090,27485657:27485858,27487666:27490183,27487691:27487945,27488596:27488711,27490306:27490416,27494001:27494103,27497508:27498406,27497515:27497568,27500778:27500835,27501605:27501678,27503283:27504193,27503312:27503366,27507877:27507881,27552566:27562350,27552576:27561849,27552580:27561268,27552592:27557591,27612819:27615591,27612821:27615101,27612833:27613916,27612839:2761293', 'assoc_mat': '27387814:carton:4207:27388146,27391360:carton:4207:27391568,27395949:carton:4207:27397022,27395957:carton:4207:27396020,27398480:carton:4207:27398622,27403863:carton:4207:27403884,27405485:carton:4207:27405558,27406518:carton:4207:27408433,27406559:carton:4207:27406646,27409010:carton:4207:27411891,27409033:carton:4207:27409095,27410314:carton:4207:27410408,27413330:carton:4207:27415356,27413360:carton:4207:27414577,27413363:carton:4207:27413438,27415524:carton:4207:27415560,27417937:carton:4207:27419407,27417942:carton:4207:27418145,27439192:carton:4207:27439395,27442334:carton:4207:27442527,27443662:carton:4207:27443749,27444090:carton:4207:27444158,27444955:carton:4207:27444989,27447685:carton:4207:27447763,27448205:carton:4207:27448213,27449553:carton:4207:27451585,27449557:carton:4207:27449609,27450403:carton:4207:27450472,27451940:carton:4207:27452010,27455132:carton:4207:27456536,27455144:carton:4207:27455199,27458103:carton:4207:27458144,27462446:carton:4207:27462488,27476433:carton:4207:27476684,2747'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012164874484679816, 'nb_photo': 3544, 'list_port_cont': '27388231,27391792,27396198,27404264,27405738,27409452,27413500,27414628,27415755,27418200,27442742,27444229,27445122,27446279,27448042,27449794,27452057,27455570,27474320,27478634,27484816,27487713,27491781,27494450,27498721,27501067,27508532,27601685,27613099,27630482,27633077,27634049,27634217,27634912,27638167,27642947,27645505,27646741,27652462,27656809,27662195,27662338,27683392,27683740,27688738,27691968,27698166,27698534,27703873,27712057,27716521,27720279,27724320,27725135,27725270,27725349,27725442,27725773,27725863,27728105,27729779,27731930,27733473,27735542,27741984,27742910,27742967,27748544,27749155,27749239,27749937,27751904,27763796,27767088,27767447,27769830,27778070,27788698,27790716,27794464,27804634,27804801,27806379,27809818,27819520,27825034,27826048,27828265,27829793,27831518,27832994,27835718,27839610,27846449,27861806,27867887,27879819,27884195,27884342,27902385,27903812,27909652,27922878,27929666,27929756,27947610,27950728,27959503,27971855,27972043,27972240,27972397,27972617,2797379', 'assoc_port': '27387810:27388231,27391358:27391792,27395953:27396198,27403868:27404264,27405483:27405738,27409030:27409452,27413357:27413500,27414375:27414628,27415525:27415755,27417944:27418200,27442369:27442742,27444089:27444229,27444957:27445122,27444958:27446279,27447678:27448042,27449556:27449794,27451941:27452057,27455145:27455570,27473891:27474320,27478027:27478634,27484302:27484816,27487693:27487713,27491434:27491781,27494005:27494450,27498534:27498721,27500783:27501067,27508383:27508532,27552582:27601685,27612834:27613099,27630010:27630482,27632604:27633077,27633566:27638167,27633623:27634217,27633652:27634049,27634487:27634912,27642739:27642947,27645058:27645505,27646354:27646741,27651911:27652462,27654132:27656809,27661886:27662195,27661889:27662338,27682148:27683740,27682204:27683392,27687827:27698166,27688001:27688738,27691412:27691968,27697880:27698534,27703255:27703873,27711664:27712057,27716353:27716521,27720163:27720279,27724176:27724320,27724811:27725863,27724831:27725773,27724847:27725442,27724861:2772534', 'assoc_mat': '27387810:carton:4461:27388231,27391358:carton:4461:27391792,27395953:carton:4461:27396198,27403868:carton:4461:27404264,27405483:carton:4461:27405738,27409030:carton:4461:27409452,27413357:carton:4461:27413500,27414375:carton:4461:27414628,27415525:carton:4461:27415755,27417944:carton:4461:27418200,27442369:carton:4461:27442742,27444089:carton:4461:27444229,27444957:carton:4461:27445122,27444958:carton:4461:27446279,27447678:carton:4461:27448042,27449556:carton:4461:27449794,27451941:carton:4461:27452057,27455145:carton:4461:27455570,27473891:carton:4461:27474320,27478027:carton:4461:27478634,27484302:carton:4461:27484816,27487693:carton:4461:27487713,27491434:carton:4461:27491781,27494005:carton:4461:27494450,27498534:carton:4461:27498721,27500783:carton:4461:27501067,27508383:carton:4461:27508532,27552582:carton:4461:27601685,27612834:carton:4461:27613099,27630010:carton:4461:27630482,27632604:carton:4461:27633077,27633566:carton:4461:27638167,27633623:carton:4461:27634217,27633652:carton:4461:27634049,2763'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01936838306692752, 'nb_photo': 1118, 'list_port_cont': '27388207,27391666,27398843,27403985,27404214,27406702,27407041,27409252,27413535,27413682,27413995,27415624,27418256,27441483,27442670,27443830,27445190,27445312,27445359,27448024,27448275,27449655,27450576,27452169,27455379,27455752,27458208,27474392,27476764,27481192,27481265,27486064,27490482,27491705,27494187,27494476,27497723,27500973,27503442,27503556,27507902,27507951,27583567,27613048,27623626,27632929,27633273,27633717,27634000,27634857,27635378,27635576,27636269,27636466,27636725,27640893,27641245,27643817,27643891,27650032,27650210,27652360,27653334,27654259,27657713,27660801,27683003,27688381,27688900,27688939,27689725,27692000,27695413,27698296,27703635,27703755,27704229,27716436,27716610,27720095,27720220,27723239,27723407,27724369,27725056,27725096,27725498,27725635,27725680,27725728,27726189,27729317,27729946,27731042,27732495,27732530,27733988,27735078,27735508,27735594,27741850,27741923,27742058,27742206,27742866,27742890,27748537,27748574,27748761,27749815,27752972,27757132,27761053,2776347', 'assoc_port': '27387812:27388207,27391356:27391666,27398487:27398843,27403860:27404214,27403866:27403985,27406521:27407041,27406526:27406702,27409024:27409252,27413328:27413995,27413331:27413682,27413361:27413535,27415496:27415624,27417932:27418256,27441327:27441483,27442370:27442670,27443683:27443830,27444952:27445312,27444953:27445359,27444954:27445190,27447683:27448024,27448204:27448275,27449554:27449655,27450402:27450576,27451943:27452169,27455125:27455752,27455140:27455379,27458101:27458208,27473893:27474392,27476459:27476764,27480971:27481265,27480974:27481192,27485664:27486064,27490305:27490482,27491432:27491705,27493995:27494476,27493999:27494187,27497512:27497723,27500780:27500973,27503284:27503556,27503310:27503442,27507872:27507951,27507874:27507902,27552562:27583567,27612823:27623626,27612836:27613048,27632498:27636269,27632554:27635576,27632568:27633273,27632602:27633717,27632631:27632929,27633617:27635378,27633659:27634000,27634467:27634857,27636068:27636725,27636070:27636466,27640534:27640893,27641185:2764124', 'assoc_mat': '27387812:carton:4200:27388207,27391356:carton:4200:27391666,27398487:carton:4200:27398843,27403860:carton:4200:27404214,27403866:carton:4200:27403985,27406521:carton:4200:27407041,27406526:carton:4200:27406702,27409024:carton:4200:27409252,27413328:carton:4200:27413995,27413331:carton:4200:27413682,27413361:carton:4200:27413535,27415496:carton:4200:27415624,27417932:carton:4200:27418256,27441327:carton:4200:27441483,27442370:carton:4200:27442670,27443683:carton:4200:27443830,27444952:carton:4200:27445312,27444953:carton:4200:27445359,27444954:carton:4200:27445190,27447683:carton:4200:27448024,27448204:carton:4200:27448275,27449554:carton:4200:27449655,27450402:carton:4200:27450576,27451943:carton:4200:27452169,27455125:carton:4200:27455752,27455140:carton:4200:27455379,27458101:carton:4200:27458208,27473893:carton:4200:27474392,27476459:carton:4200:27476764,27480971:carton:4200:27481265,27480974:carton:4200:27481192,27485664:carton:4200:27486064,27490305:carton:4200:27490482,27491432:carton:4200:27491705,2749'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.029724922310397205, 'nb_photo': 884, 'list_port_cont': '27396108,27403911,27410543,27415670,27443786,27455441,27476865,27485932,27488953,27494320,27499329,27500925,27501814,27507922,27583796,27583945,27632912,27633945,27634736,27640905,27646519,27646626,27660682,27662135,27662328,27683175,27688550,27695350,27699241,27713921,27715174,27716480,27724298,27725025,27728137,27731845,27735095,27741774,27741884,27748751,27748991,27749911,27778530,27783986,27784428,27784531,27788582,27811604,27824420,27828299,27832958,27836451,27841650,27863267,27868717,27880541,27883786,27909064,27909630,27909815,27929183,27941237,27941282,27941354,27948205,27948231,27959277,27961212,27971430,27972064,27972450,27983944,28002120,28007379,28009199,28009539,28009570,28010211,28010324,28010478,28010498,28010703,28011001,28011067,28011638,28011917,28012274,28012612,28012727,28013252,28013300,28013475,28014100,28015865,28016361,28016459,28017097,28018782,28019172,28019242,28020024,28021401,28023799,28024279,28024522,28026120,28034852,28035417,28041231,28041648,28042001,28044495,28044708,2805604', 'assoc_port': '27395955:27396108,27403864:27403911,27410308:27410543,27415498:27415670,27443663:27443786,27455134:27455441,27476481:27476865,27485654:27485932,27488571:27488953,27494003:27494320,27499188:27499329,27500776:27500925,27501601:27501814,27507876:27507922,27552564:27583945,27552578:27583796,27632495:27632912,27633572:27633945,27634471:27634736,27640533:27640905,27646358:27646626,27646362:27646519,27660423:27660682,27661917:27662328,27661922:27662135,27682189:27683175,27687912:27688550,27694857:27695350,27699100:27699241,27713800:27713921,27714913:27715174,27716350:27716480,27724171:27724298,27724895:27725025,27727893:27728137,27731645:27731845,27734823:27735095,27741726:27741884,27741727:27741774,27748673:27748751,27748907:27748991,27749738:27749911,27778496:27778530,27783607:27784531,27783667:27784428,27783708:27783986,27788331:27788582,27811395:27811604,27824316:27824420,27828079:27828299,27832769:27832958,27836294:27836451,27841393:27841650,27863028:27863267,27868603:27868717,27871505:27880541,27883597:2788378', 'assoc_mat': '27395955:carton:4209:27396108,27403864:carton:4209:27403911,27410308:carton:4209:27410543,27415498:carton:4209:27415670,27443663:carton:4209:27443786,27455134:carton:4209:27455441,27476481:carton:4209:27476865,27485654:carton:4209:27485932,27488571:carton:4209:27488953,27494003:carton:4209:27494320,27499188:carton:4209:27499329,27500776:carton:4209:27500925,27501601:carton:4209:27501814,27507876:carton:4209:27507922,27552564:carton:4209:27583945,27552578:carton:4209:27583796,27632495:carton:4209:27632912,27633572:carton:4209:27633945,27634471:carton:4209:27634736,27640533:carton:4209:27640905,27646358:carton:4209:27646626,27646362:carton:4209:27646519,27660423:carton:4209:27660682,27661917:carton:4209:27662328,27661922:carton:4209:27662135,27682189:carton:4209:27683175,27687912:carton:4209:27688550,27694857:carton:4209:27695350,27699100:carton:4209:27699241,27713800:carton:4209:27713921,27714913:carton:4209:27715174,27716350:carton:4209:27716480,27724171:carton:4209:27724298,27724895:carton:4209:27725025,2772'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006831502015393489, 'nb_photo': 8373, 'list_port_cont': '27388297,27388986,27391769,27395037,27395582,27396048,27399167,27400666,27404160,27404501,27407309,27409703,27413748,27414085,27418356,27418568,27419057,27419664,27436608,27439652,27440745,27442821,27443931,27444764,27445243,27446688,27447974,27450026,27452249,27452522,27452937,27455791,27464048,27474740,27477316,27477652,27478685,27481146,27484901,27486245,27488109,27489094,27490678,27492210,27492525,27494240,27497847,27498820,27499289,27501108,27501363,27502003,27503665,27503694,27508639,27597692,27598299,27606208,27623572,27623685,27624391,27624522,27625432,27628691,27629212,27631184,27632104,27633330,27633627,27634615,27634895,27636128,27636902,27638074,27641479,27641840,27642567,27643075,27643974,27644118,27644576,27645148,27646436,27646774,27647848,27650353,27654488,27654810,27657973,27658568,27660876,27662519,27685106,27685389,27686883,27688680,27689542,27689778,27691034,27692590,27693416,27695667,27697028,27697569,27698387,27700586,27700923,27703750,27706665,27709268,27712256,27712552,27714131,2771525', 'assoc_port': '27387817:27388986,27387820:27388297,27391353:27391769,27394662:27396048,27394664:27395582,27394665:27395037,27398433:27400666,27398489:27399167,27403859:27404501,27403867:27404160,27406529:27407309,27409036:27409703,27413329:27414085,27413362:27413748,27417934:27419664,27417938:27419057,27417940:27418568,27417943:27418356,27435758:27436608,27439190:27439652,27439191:27440745,27442333:27442821,27443682:27443931,27444703:27444764,27444956:27445243,27446536:27446688,27447686:27447974,27449558:27450026,27451939:27452937,27451942:27452249,27451944:27452522,27455142:27455791,27463792:27464048,27473889:27474740,27476439:27477652,27476462:27477316,27478024:27478685,27480972:27481146,27484305:27484901,27485659:27486245,27487692:27488109,27488597:27489094,27490304:27490678,27491433:27492525,27491435:27492210,27493997:27494240,27497513:27497847,27498535:27498820,27499185:27499289,27500781:27501363,27500785:27501108,27501599:27502003,27503311:27503694,27503313:27503665,27508381:27508639,27552556:27597692,27552568:2759829', 'assoc_mat': '27387817:carton:4211:27388986,27387820:carton:4211:27388297,27391353:carton:4211:27391769,27394662:carton:4211:27396048,27394664:carton:4211:27395582,27394665:carton:4211:27395037,27398433:carton:4211:27400666,27398489:carton:4211:27399167,27403859:carton:4211:27404501,27403867:carton:4211:27404160,27406529:carton:4211:27407309,27409036:carton:4211:27409703,27413329:carton:4211:27414085,27413362:carton:4211:27413748,27417934:carton:4211:27419664,27417938:carton:4211:27419057,27417940:carton:4211:27418568,27417943:carton:4211:27418356,27435758:carton:4211:27436608,27439190:carton:4211:27439652,27439191:carton:4211:27440745,27442333:carton:4211:27442821,27443682:carton:4211:27443931,27444703:carton:4211:27444764,27444956:carton:4211:27445243,27446536:carton:4211:27446688,27447686:carton:4211:27447974,27449558:carton:4211:27450026,27451939:carton:4211:27452937,27451942:carton:4211:27452249,27451944:carton:4211:27452522,27455142:carton:4211:27455791,27463792:carton:4211:27464048,27473889:carton:4211:27474740,2747'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021956351554217094, 'nb_photo': 162, 'list_port_cont': '27396554,27404541,27405971,27407275,27410909,27413940,27418535,27444580,27444775,27450761,27489238,27491947,27498833,27593326,27628334,27634752,27635286,27640423,27645878,27650330,27654570,27684258,27684893,27692397,27693797,27696861,27698642,27709464,27712213,27725301,27725567,27726165,27728999,27731190,27732613,27734156,27742122,27742344,27742374,27753154,27763936,27771908,27772108,27794617,27803691,27806561,27809871,27832083,27832563,27833073,27841982,27863793,27884508,27884648,27904497,27910297,27910594,27926328,27930050,27948313,27953740,27973720,27974469,27976644,27976753,28009871,28013565,28016601,28016775,28020950,28021714,28024304,28026270,28029263,28030782,28030930,28031923,28034007,28036138,28039024,28043992,28046061,28046598,28046640,28047022,28047030,28051235,28059304,28059387', 'assoc_port': '27395951:27396554,27403857:27404541,27405487:27405971,27406532:27407275,27410312:27410909,27413359:27413940,27417941:27418535,27441325:27444580,27444704:27444775,27450404:27450761,27488570:27489238,27491436:27491947,27498548:27498833,27552607:27593326,27627418:27628334,27632556:27640423,27633515:27635286,27633645:27634752,27645052:27645878,27649737:27650330,27654128:27654570,27663938:27693797,27682168:27684893,27682219:27684258,27691359:27692397,27696342:27696861,27697882:27698642,27708725:27709464,27711670:27712213,27724835:27726165,27724852:27728999,27724873:27725301,27725035:27725567,27730863:27731190,27732212:27732613,27733812:27734156,27741697:27742374,27741714:27742344,27741722:27742122,27752666:27753154,27763188:27763936,27770872:27772108,27770878:27771908,27793994:27794617,27803070:27803691,27805941:27806561,27809488:27809871,27829125:27832083,27832316:27832563,27832767:27833073,27841391:27841982,27861252:27863793,27883563:27884648,27883603:27884508,27900893:27910594,27900929:27910297,27900942:2790449', 'assoc_mat': '27395951:carton:3327:27396554,27403857:carton:3327:27404541,27405487:carton:3327:27405971,27406532:carton:3327:27407275,27410312:carton:3327:27410909,27413359:carton:3327:27413940,27417941:carton:3327:27418535,27441325:carton:3327:27444580,27444704:carton:3327:27444775,27450404:carton:3327:27450761,27488570:carton:3327:27489238,27491436:carton:3327:27491947,27498548:carton:3327:27498833,27552607:carton:3327:27593326,27627418:carton:3327:27628334,27632556:carton:3327:27640423,27633515:carton:3327:27635286,27633645:carton:3327:27634752,27645052:carton:3327:27645878,27649737:carton:3327:27650330,27654128:carton:3327:27654570,27663938:carton:3327:27693797,27682168:carton:3327:27684893,27682219:carton:3327:27684258,27691359:carton:3327:27692397,27696342:carton:3327:27696861,27697882:carton:3327:27698642,27708725:carton:3327:27709464,27711670:carton:3327:27712213,27724835:carton:3327:27726165,27724852:carton:3327:27728999,27724873:carton:3327:27725301,27725035:carton:3327:27725567,27730863:carton:3327:27731190,2773'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00546870944728798, 'nb_photo': 1530, 'list_port_cont': '27404051,27406953,27409523,27413711,27414660,27418158,27447819,27448338,27450009,27450451,27450714,27464130,27486193,27508702,27553038,27554044,27554351,27613071,27628077,27636656,27645926,27646637,27654635,27664185,27682655,27695557,27698727,27699560,27700000,27706812,27725254,27725594,27725809,27725973,27726086,27726380,27726520,27726816,27727619,27727961,27729854,27732109,27736262,27737932,27742092,27742111,27742273,27742351,27742382,27742397,27742407,27742534,27749011,27755752,27757355,27761309,27763588,27764514,27767265,27767571,27784377,27795277,27796393,27797039,27800353,27803388,27806406,27807287,27808950,27826549,27832601,27834108,27841662,27842072,27846844,27884227,27884542,27884971,27909961,27910420,27929190,27959462,27972831,27972946,27975688,28009260,28009916,28010452,28011753,28016216,28016476,28017359,28018706,28019303,28021574,28022052,28022552,28022773,28023646,28023919,28024195,28024843,28025349,28025989,28026334,28026700,28026873,28027385,28031005,28041841,28045390,28047555,28051576,2805650', 'assoc_port': '27403865:27404051,27406524:27406953,27409027:27409523,27413291:27413711,27414376:27414660,27417933:27418158,27447684:27447819,27448207:27450451,27448208:27448338,27449555:27450009,27450401:27450714,27463791:27464130,27485662:27486193,27507873:27508702,27552560:27554351,27552574:27554044,27552604:27553038,27612831:27613071,27627402:27628077,27632551:27636656,27643653:27645926,27646360:27646637,27654127:27654635,27663915:27664185,27682161:27682655,27691360:27698727,27694858:27695557,27699098:27699560,27699099:27700000,27706165:27706812,27724169:27727619,27724821:27727961,27724825:27725973,27724829:27726380,27724841:27726520,27724845:27726086,27724849:27725594,27724850:27725809,27724856:27725254,27724867:27726816,27729672:27729854,27731649:27732109,27734824:27736262,27737899:27737932,27741689:27742111,27741695:27742273,27741706:27742534,27741708:27742382,27741710:27742397,27741717:27742407,27741724:27742351,27741728:27742092,27748892:27749011,27755174:27755752,27756978:27757355,27760561:27764514,27760569:2776130', 'assoc_mat': '27403865:carton:3594:27404051,27406524:carton:3594:27406953,27409027:carton:3594:27409523,27413291:carton:3594:27413711,27414376:carton:3594:27414660,27417933:carton:3594:27418158,27447684:carton:3594:27447819,27448207:carton:3594:27450451,27448208:carton:3594:27448338,27449555:carton:3594:27450009,27450401:carton:3594:27450714,27463791:carton:3594:27464130,27485662:carton:3594:27486193,27507873:carton:3594:27508702,27552560:carton:3594:27554351,27552574:carton:3594:27554044,27552604:carton:3594:27553038,27612831:carton:3594:27613071,27627402:carton:3594:27628077,27632551:carton:3594:27636656,27643653:carton:3594:27645926,27646360:carton:3594:27646637,27654127:carton:3594:27654635,27663915:carton:3594:27664185,27682161:carton:3594:27682655,27691360:carton:3594:27698727,27694858:carton:3594:27695557,27699098:carton:3594:27699560,27699099:carton:3594:27700000,27706165:carton:3594:27706812,27724169:carton:3594:27727619,27724821:carton:3594:27727961,27724825:carton:3594:27725973,27724829:carton:3594:27726380,2772'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0011232173718520283, 'nb_photo': 55, 'list_port_cont': '27388048,27403890,27409154,27415580,27418129,27455225,27481105,27497589,27583269,27583629,27632891,27633136,27642834,27652045,27688295,27689215,27725224,27727970,27735442,27749556,27755318,27767078,27784495,27803190,27826444,27835274,27883675,27909389,27922904,27942287,27943640,27949828,27975555,28010934,28012494,28013185,28016204,28018229,28020148,28030743,28031725,28035619,28059934', 'assoc_port': '27387815:27388048,27403858:27403890,27409022:27409154,27415501:27415580,27417936:27418129,27455130:27455225,27480980:27481105,27497506:27497589,27552588:27583269,27552590:27583629,27632623:27632891,27632626:27633136,27642712:27642834,27651909:27652045,27687824:27689215,27688029:27688295,27724837:27725224,27727889:27727970,27735401:27735442,27749481:27749556,27755169:27755318,27767006:27767078,27783669:27784495,27803076:27803190,27826415:27826444,27835207:27835274,27883564:27883675,27900938:27909389,27908715:28018229,27922558:27922904,27942178:27942287,27943511:27943640,27949692:27949828,27970819:27975555,28008246:28035619,28008334:28031725,28009382:28030743,28010259:28010934,28011523:28020148,28011743:28012494,28012537:28013185,28015399:28016204,28056098:28059934', 'assoc_mat': '27387815:cartonnette:3726:27388048,27403858:cartonnette:3726:27403890,27409022:cartonnette:3726:27409154,27415501:cartonnette:3726:27415580,27417936:cartonnette:3726:27418129,27455130:cartonnette:3726:27455225,27480980:cartonnette:3726:27481105,27497506:cartonnette:3726:27497589,27552588:cartonnette:3726:27583269,27552590:cartonnette:3726:27583629,27632623:cartonnette:3726:27632891,27632626:cartonnette:3726:27633136,27642712:cartonnette:3726:27642834,27651909:cartonnette:3726:27652045,27687824:cartonnette:3726:27689215,27688029:cartonnette:3726:27688295,27724837:cartonnette:3726:27725224,27727889:cartonnette:3726:27727970,27735401:cartonnette:3726:27735442,27749481:cartonnette:3726:27749556,27755169:cartonnette:3726:27755318,27767006:cartonnette:3726:27767078,27783669:cartonnette:3726:27784495,27803076:cartonnette:3726:27803190,27826415:cartonnette:3726:27826444,27835207:cartonnette:3726:27835274,27883564:cartonnette:3726:27883675,27900938:cartonnette:3726:27909389,27908715:cartonnette:3726:28018229,27922558:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009651889835522374, 'nb_photo': 321, 'list_port_cont': '27388521,27394964,27403898,27409539,27415575,27418125,27436074,27439452,27444350,27455221,27474432,27481104,27481540,27485875,27497591,27609364,27628044,27632883,27633132,27633448,27634476,27634656,27636244,27636671,27642831,27649918,27652044,27657635,27662184,27682937,27685017,27688301,27689218,27689826,27695177,27703405,27713873,27720211,27724201,27726125,27727972,27733377,27735445,27748445,27748976,27749141,27749545,27755326,27759203,27767079,27783865,27784494,27785275,27796203,27826435,27829653,27841462,27841505,27841665,27846167,27861542,27900766,27908720,27909399,27922914,27924906,27928953,27939766,27941179,27941770,27943644,27949822,27960834,27971292,27975559,27978073,28002191,28003044,28003307,28003645,28007198,28008852,28009189,28009811,28010180,28010938,28011156,28011289,28012167,28012498,28013186,28015135,28017467,28019198,28020145,28020753,28021731,28022106,28022926,28023323,28024326,28024625,28024826,28025051,28026001,28028794,28028995,28031720,28032195,28033167,28033762,28035518,28035618,2803735', 'assoc_port': '27387808:27388521,27394663:27394964,27403858:27403898,27409008:27409539,27415501:27415575,27417936:27418125,27435756:27436074,27439189:27439452,27444092:27444350,27455130:27455221,27473887:27474432,27480976:27481540,27480980:27481104,27485667:27485875,27497506:27497591,27609291:27609364,27627388:27628044,27632614:27636244,27632616:27636671,27632620:27633448,27632623:27632883,27632626:27633132,27633549:27634476,27634485:27634656,27642712:27642831,27649733:27649918,27651909:27652044,27657543:27657635,27661921:27662184,27682152:27685017,27682222:27682937,27687819:27689826,27687824:27689218,27688029:27688301,27694856:27695177,27703253:27703405,27713773:27713873,27720164:27720211,27724179:27724201,27726015:27726125,27727889:27727972,27733311:27733377,27735401:27735445,27748414:27748445,27748884:27749141,27748890:27748976,27749481:27749545,27755169:27755326,27758986:27759203,27767006:27767079,27783639:27785275,27783669:27784494,27783703:27783865,27796151:27796203,27826415:27826435,27829565:27829653,27841338:2784146', 'assoc_mat': '27387808:Carton_brun:3726:27388521,27394663:Carton_brun:3726:27394964,27403858:Carton_brun:3726:27403898,27409008:Carton_brun:3726:27409539,27415501:Carton_brun:3726:27415575,27417936:Carton_brun:3726:27418125,27435756:Carton_brun:3726:27436074,27439189:Carton_brun:3726:27439452,27444092:Carton_brun:3726:27444350,27455130:Carton_brun:3726:27455221,27473887:Carton_brun:3726:27474432,27480976:Carton_brun:3726:27481540,27480980:Carton_brun:3726:27481104,27485667:Carton_brun:3726:27485875,27497506:Carton_brun:3726:27497591,27609291:Carton_brun:3726:27609364,27627388:Carton_brun:3726:27628044,27632614:Carton_brun:3726:27636244,27632616:Carton_brun:3726:27636671,27632620:Carton_brun:3726:27633448,27632623:Carton_brun:3726:27632883,27632626:Carton_brun:3726:27633132,27633549:Carton_brun:3726:27634476,27634485:Carton_brun:3726:27634656,27642712:Carton_brun:3726:27642831,27649733:Carton_brun:3726:27649918,27651909:Carton_brun:3726:27652044,27657543:Carton_brun:3726:27657635,27661921:Carton_brun:3726:27662184,27682152:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008483468325195816, 'nb_photo': 166, 'list_port_cont': '27388038,27388518,27394967,27403899,27409148,27409548,27415573,27436070,27474434,27481106,27485880,27497590,27583623,27609360,27628046,27633125,27633777,27634654,27636678,27636893,27642835,27649916,27682938,27688294,27695174,27703403,27735447,27741753,27741964,27749546,27755325,27759197,27767077,27784486,27784941,27794226,27799368,27829654,27832376,27835275,27841669,27883674,27900779,27909391,27928955,27943643,27949820,27960836,27971289,27972273,27975557,27978070,28002195,28003310,28009497,28010718,28010935,28011148,28011296,28015906,28016199,28017471,28020139,28021273,28022111,28024621,28025043,28026006,28028994,28031719,28032194,28033157,28035514,28035621,28037348,28056088,28059496,28060560,28072573,28073244', 'assoc_port': '27387808:27388518,27387815:27388038,27394663:27394967,27403858:27403899,27409008:27409548,27409022:27409148,27415501:27415573,27435756:27436070,27473887:27474434,27480980:27481106,27485667:27485880,27497506:27497590,27552590:27583623,27609291:27609360,27627388:27628046,27632606:27636893,27632616:27636678,27632626:27633125,27633650:27633777,27634485:27634654,27642712:27642835,27649733:27649916,27682222:27682938,27688029:27688294,27694856:27695174,27703253:27703403,27735401:27735447,27741712:27741964,27741720:27741753,27749481:27749546,27755169:27755325,27758986:27759197,27767006:27767077,27783624:27784941,27783669:27784486,27793995:27794226,27799173:27799368,27829565:27829654,27832320:27832376,27835207:27835275,27841392:27841669,27883564:27883674,27900573:27900779,27900938:27909391,27909343:28017471,27928861:27928955,27943511:27943643,27949692:27949820,27960603:27960836,27970587:27978070,27970708:27972273,27970819:27975557,27970913:27971289,28001990:28003310,28001996:28002195,28008246:28035621,28008290:2803219', 'assoc_mat': '27387808:Carton_gris:3726:27388518,27387815:Carton_gris:3726:27388038,27394663:Carton_gris:3726:27394967,27403858:Carton_gris:3726:27403899,27409008:Carton_gris:3726:27409548,27409022:Carton_gris:3726:27409148,27415501:Carton_gris:3726:27415573,27435756:Carton_gris:3726:27436070,27473887:Carton_gris:3726:27474434,27480980:Carton_gris:3726:27481106,27485667:Carton_gris:3726:27485880,27497506:Carton_gris:3726:27497590,27552590:Carton_gris:3726:27583623,27609291:Carton_gris:3726:27609360,27627388:Carton_gris:3726:27628046,27632606:Carton_gris:3726:27636893,27632616:Carton_gris:3726:27636678,27632626:Carton_gris:3726:27633125,27633650:Carton_gris:3726:27633777,27634485:Carton_gris:3726:27634654,27642712:Carton_gris:3726:27642835,27649733:Carton_gris:3726:27649916,27682222:Carton_gris:3726:27682938,27688029:Carton_gris:3726:27688294,27694856:Carton_gris:3726:27695174,27703253:Carton_gris:3726:27703403,27735401:Carton_gris:3726:27735447,27741712:Carton_gris:3726:27741964,27741720:Carton_gris:3726:27741753,27749481:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008195007846679516, 'nb_photo': 30, 'list_port_cont': '27498497,27656515,27717957,27742232,27772658,27835255,27947795,27953211,28023818,28025761,28030975,28054015,28056661', 'assoc_port': '27497510:27498497,27632560:27656515,27708723:27717957,27741703:27742232,27758988:27772658,27835201:27835255,27909294:28025761,27947304:27947795,27952837:27953211,27970896:28030975,28011647:28056661,28015478:28023818,28024265:28054015', 'assoc_mat': '27497510:ela:4205:27498497,27632560:ela:4205:27656515,27708723:ela:4205:27717957,27741703:ela:4205:27742232,27758988:ela:4205:27772658,27835201:ela:4205:27835255,27909294:ela:4205:28025761,27947304:ela:4205:27947795,27952837:ela:4205:27953211,27970896:ela:4205:28030975,28011647:ela:4205:28056661,28015478:ela:4205:28023818,28024265:ela:4205:28054015'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9420765182962771, 'nb_photo': 1012, 'list_port_cont': '27411781,27416413,27450156,27458151,27458638,27496615,27496850,27505704,27599123,27600001,27636559,27659022,27687204,27693189,27693908,27695944,27703774,27708553,27715745,27725889,27725923,27726055,27727843,27732134,27735306,27742960,27749049,27749105,27757544,27775778,27795613,27821586,27821697,27831195,27831630,27832157,27844464,27865312,27893745,27912549,27945761,27953148,27964500,27964994,28024018,28024885,28026057,28028274,28029969,28032104,28043331,28043531,28045863,28046992,28049846,28051798,28052310,28054092,28054849,28055315,28055721,28056967,28057102,28057215,28057296,28057975,28058002,28058092,28061018,28066554,28066600,28072678,28072717,28092383,28173314', 'assoc_port': '27403862:27411781,27413358:27416413,27441324:27450156,27448202:27458151,27455138:27458638,27490307:27496615,27491431:27496850,27500774:27505704,27552595:27599123,27552601:27600001,27612832:27636559,27630006:27693908,27633661:27659022,27640535:27687204,27649744:27693189,27661919:27695944,27691375:27708553,27703265:27703774,27713799:27715745,27724817:27725889,27724863:27726055,27724865:27725923,27727569:27727843,27731643:27732134,27734822:27735306,27741731:27742960,27748678:27749049,27748679:27749105,27756982:27757544,27770884:27775778,27793956:27795613,27803073:27831195,27811397:27821586,27811399:27821697,27825815:27832157,27831391:27831630,27837924:27844464,27861240:27893745,27861242:27865312,27900895:27912549,27900932:27964994,27900933:27964500,27909302:28026057,27940996:27945761,27950167:27953148,27970549:28028274,27970685:28029969,27970904:28032104,28008294:28046992,28008523:28049846,28008637:28043331,28008641:28043531,28009581:28052310,28009773:28066600,28010039:28054092,28010237:28054849,28010428:2805531', 'assoc_mat': '27403862:ela:4203:27411781,27413358:ela:4203:27416413,27441324:ela:4203:27450156,27448202:ela:4203:27458151,27455138:ela:4203:27458638,27490307:ela:4203:27496615,27491431:ela:4203:27496850,27500774:ela:4203:27505704,27552595:ela:4203:27599123,27552601:ela:4203:27600001,27612832:ela:4203:27636559,27630006:ela:4203:27693908,27633661:ela:4203:27659022,27640535:ela:4203:27687204,27649744:ela:4203:27693189,27661919:ela:4203:27695944,27691375:ela:4203:27708553,27703265:ela:4203:27703774,27713799:ela:4203:27715745,27724817:ela:4203:27725889,27724863:ela:4203:27726055,27724865:ela:4203:27725923,27727569:ela:4203:27727843,27731643:ela:4203:27732134,27734822:ela:4203:27735306,27741731:ela:4203:27742960,27748678:ela:4203:27749049,27748679:ela:4203:27749105,27756982:ela:4203:27757544,27770884:ela:4203:27775778,27793956:ela:4203:27795613,27803073:ela:4203:27831195,27811397:ela:4203:27821586,27811399:ela:4203:27821697,27825815:ela:4203:27832157,27831391:ela:4203:27831630,27837924:ela:4203:27844464,27861240:ela:4203:2789374'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007551649989956221, 'nb_photo': 48, 'list_port_cont': '27442525,27476677,27494107,27627486,27658418,27683840,27688191,27706261,27716404,27725816,27727195,27728079,27741954,27742045,27742081,27749416,27751638,27772033,27775164,27829194,27831135,27831447,27836386,27852382,27909324,27943588,27946486,28028709,28032092,28044315,28046341,28048085,28054003,28054149,28062809,28062843,28064597,28065844,28066637,28072690,28072950', 'assoc_port': '27442334:27442525,27476433:27476677,27494001:27494107,27627421:27627486,27633643:27658418,27682208:27683840,27687914:27706261,27688033:27688191,27716354:27716404,27724846:27727195,27724859:27725816,27726013:27728079,27741713:27742045,27741718:27742081,27741729:27741954,27748891:27749416,27751515:27751638,27752692:27772033,27767012:27775164,27804158:27831135,27829128:27829194,27831389:27831447,27836324:27836386,27839122:27852382,27900879:27909324,27908781:28065844,27909262:28062843,27909400:28062809,27943512:27943588,27946345:27946486,27970677:28028709,27970938:28032092,28008178:28044315,28008286:28046341,28008440:28048085,28010099:28054003,28011598:28066637,28015452:28054149,28015662:28064597,28055912:28072950,28072000:28072690', 'assoc_mat': '27442334:ela:4207:27442525,27476433:ela:4207:27476677,27494001:ela:4207:27494107,27627421:ela:4207:27627486,27633643:ela:4207:27658418,27682208:ela:4207:27683840,27687914:ela:4207:27706261,27688033:ela:4207:27688191,27716354:ela:4207:27716404,27724846:ela:4207:27727195,27724859:ela:4207:27725816,27726013:ela:4207:27728079,27741713:ela:4207:27742045,27741718:ela:4207:27742081,27741729:ela:4207:27741954,27748891:ela:4207:27749416,27751515:ela:4207:27751638,27752692:ela:4207:27772033,27767012:ela:4207:27775164,27804158:ela:4207:27831135,27829128:ela:4207:27829194,27831389:ela:4207:27831447,27836324:ela:4207:27836386,27839122:ela:4207:27852382,27900879:ela:4207:27909324,27908781:ela:4207:28065844,27909262:ela:4207:28062843,27909400:ela:4207:28062809,27943512:ela:4207:27943588,27946345:ela:4207:27946486,27970677:ela:4207:28028709,27970938:ela:4207:28032092,28008178:ela:4207:28044315,28008286:ela:4207:28046341,28008440:ela:4207:28048085,28010099:ela:4207:28054003,28011598:ela:4207:28066637,28015452:ela:4207:2805414'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009430615679505819, 'nb_photo': 17, 'list_port_cont': '27388239,27418187,27720275,27729782,27749165,27804636,27839613', 'assoc_port': '27387810:27388239,27417944:27418187,27720163:27720275,27729669:27729782,27748908:27749165,27804162:27804636,27839125:27839613', 'assoc_mat': '27387810:ela:4461:27388239,27417944:ela:4461:27418187,27720163:ela:4461:27720275,27729669:ela:4461:27729782,27748908:ela:4461:27749165,27804162:ela:4461:27804636,27839125:ela:4461:27839613'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015928086113350976, 'nb_photo': 69, 'list_port_cont': '27403978,27404219,27413539,27441484,27445305,27623299,27633711,27633987,27652362,27682998,27692014,27695416,27698301,27703637,27704235,27725052,27725638,27731037,27732532,27735074,27741937,27748763,27749813,27752973,27761059,27767240,27769204,27783926,27786942,27790664,27796343,27829242,27834062,27841578,27901487,27909716,27929081,27959677,27972433,27973906,27974181,27975320,28009023,28010130,28017297,28017859,28022793,28024321,28026173,28026627,28035744,28039596,28048927,28050591,28062471,28062543,28064553', 'assoc_port': '27403860:27404219,27403866:27403978,27413361:27413539,27441327:27441484,27444952:27445305,27612827:27623299,27632602:27633711,27633659:27633987,27651913:27652362,27682193:27682998,27691362:27692014,27694859:27695416,27697876:27698301,27703249:27704235,27703257:27703637,27724813:27725638,27724890:27725052,27730865:27731037,27732208:27732532,27734821:27735074,27741716:27741937,27748677:27748763,27749740:27749813,27752691:27752973,27760558:27761059,27760564:27769204,27767015:27767240,27783717:27783926,27786458:27786942,27790388:27790664,27796156:27796343,27829127:27829242,27833969:27834062,27841365:27841578,27900887:27909716,27900935:27901487,27928865:27929081,27958860:27959677,27970533:27975320,27970648:27974181,27970679:27973906,27970748:27972433,28008160:28050591,28008495:28010130,28008700:28009023,28009665:28039596,28010188:28026173,28010406:28024321,28011351:28022793,28015278:28017859,28015323:28017297,28015488:28035744,28026382:28026627,28041246:28048927,28055894:28062471,28055980:28064553,28056021:2806254', 'assoc_mat': '27403860:ela:4200:27404219,27403866:ela:4200:27403978,27413361:ela:4200:27413539,27441327:ela:4200:27441484,27444952:ela:4200:27445305,27612827:ela:4200:27623299,27632602:ela:4200:27633711,27633659:ela:4200:27633987,27651913:ela:4200:27652362,27682193:ela:4200:27682998,27691362:ela:4200:27692014,27694859:ela:4200:27695416,27697876:ela:4200:27698301,27703249:ela:4200:27704235,27703257:ela:4200:27703637,27724813:ela:4200:27725638,27724890:ela:4200:27725052,27730865:ela:4200:27731037,27732208:ela:4200:27732532,27734821:ela:4200:27735074,27741716:ela:4200:27741937,27748677:ela:4200:27748763,27749740:ela:4200:27749813,27752691:ela:4200:27752973,27760558:ela:4200:27761059,27760564:ela:4200:27769204,27767015:ela:4200:27767240,27783717:ela:4200:27783926,27786458:ela:4200:27786942,27790388:ela:4200:27790664,27796156:ela:4200:27796343,27829127:ela:4200:27829242,27833969:ela:4200:27834062,27841365:ela:4200:27841578,27900887:ela:4200:27909716,27900935:ela:4200:27901487,27928865:ela:4200:27929081,27958860:ela:4200:2795967'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0022283337297774267, 'nb_photo': 94, 'list_port_cont': '27415660,27419065,27443781,27500922,27501807,27507920,27583794,27583943,27633941,27640913,27646625,27660683,27662126,27683179,27713928,27715178,27724290,27725021,27728140,27731835,27735094,27748741,27749000,27749907,27784438,27784528,27811607,27828297,27832955,27836438,27841639,27868711,27880552,27929209,27961220,27983935,28010477,28010507,28010704,28011012,28011054,28013307,28013480,28016353,28021406,28026127,28056053,28056311,28057039,28057064,28057669,28059221,28072277,28072416,28090688,28090805', 'assoc_port': '27415498:27415660,27418933:27419065,27443663:27443781,27500776:27500922,27501601:27501807,27507876:27507920,27552564:27583943,27552578:27583794,27633572:27633941,27640533:27640913,27646358:27646625,27660423:27660683,27661922:27662126,27682189:27683179,27713800:27713928,27714913:27715178,27724171:27724290,27724895:27725021,27727893:27728140,27731645:27731835,27734823:27735094,27748673:27748741,27748907:27749000,27749738:27749907,27783607:27784528,27783667:27784438,27811395:27811607,27828079:27828297,27832769:27832955,27836294:27836438,27841393:27841639,27868603:27868711,27871505:27880552,27908849:28021406,27928871:27929209,27960619:27961220,27970996:27983935,28009490:28011012,28009529:28011054,28009689:28010704,28009895:28010507,28010042:28010477,28011384:28026127,28011643:28013480,28011796:28013307,28015610:28016353,28055858:28056311,28055871:28056053,28055965:28057039,28055988:28057064,28056023:28057669,28056031:28059221,28072065:28072416,28072072:28072277,28090369:28090805,28090390:28090688', 'assoc_mat': '27415498:ela:4209:27415660,27418933:ela:4209:27419065,27443663:ela:4209:27443781,27500776:ela:4209:27500922,27501601:ela:4209:27501807,27507876:ela:4209:27507920,27552564:ela:4209:27583943,27552578:ela:4209:27583794,27633572:ela:4209:27633941,27640533:ela:4209:27640913,27646358:ela:4209:27646625,27660423:ela:4209:27660683,27661922:ela:4209:27662126,27682189:ela:4209:27683179,27713800:ela:4209:27713928,27714913:ela:4209:27715178,27724171:ela:4209:27724290,27724895:ela:4209:27725021,27727893:ela:4209:27728140,27731645:ela:4209:27731835,27734823:ela:4209:27735094,27748673:ela:4209:27748741,27748907:ela:4209:27749000,27749738:ela:4209:27749907,27783607:ela:4209:27784528,27783667:ela:4209:27784438,27811395:ela:4209:27811607,27828079:ela:4209:27828297,27832769:ela:4209:27832955,27836294:ela:4209:27836438,27841393:ela:4209:27841639,27868603:ela:4209:27868711,27871505:ela:4209:27880552,27908849:ela:4209:28021406,27928871:ela:4209:27929209,27960619:ela:4209:27961220,27970996:ela:4209:27983935,28009490:ela:4209:2801101'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010390391405943249, 'nb_photo': 1655, 'list_port_cont': '27388980,27391768,27395043,27396041,27399166,27400655,27404172,27404505,27407312,27409706,27413762,27414075,27418363,27418558,27419663,27436605,27439658,27441488,27442815,27443925,27444769,27445258,27446698,27447963,27450018,27452239,27452936,27455793,27464041,27477324,27477656,27478673,27486247,27488107,27489092,27490682,27492197,27492527,27497832,27498824,27501098,27501365,27501996,27503679,27508629,27597698,27598314,27606219,27623569,27624526,27625430,27628687,27629210,27631200,27632113,27633329,27634608,27634894,27636127,27636896,27638083,27641481,27641843,27642555,27643070,27643668,27643967,27644121,27644584,27645151,27646425,27646772,27647850,27650347,27654491,27654820,27657970,27658553,27660884,27662522,27685118,27686880,27688672,27689543,27691030,27692596,27693418,27695660,27697022,27697568,27698374,27700572,27703743,27706657,27709267,27712265,27712547,27715254,27717389,27723892,27723962,27724500,27725121,27725321,27725477,27725940,27726138,27726248,27726291,27726463,27727174,27727437,27727657,2772768', 'assoc_port': '27387817:27388980,27391353:27391768,27394662:27396041,27394665:27395043,27398433:27400655,27398489:27399166,27403859:27404505,27403867:27404172,27406529:27407312,27409036:27409706,27413329:27414075,27413362:27413762,27417934:27419663,27417940:27418558,27417943:27418363,27435758:27436605,27439190:27439658,27441326:27441488,27442333:27442815,27443682:27443925,27444703:27444769,27444956:27445258,27446536:27446698,27447686:27447963,27449558:27450018,27451939:27452936,27451942:27452239,27455142:27455793,27463792:27464041,27476439:27477656,27476462:27477324,27478024:27478673,27485659:27486247,27487692:27488107,27488597:27489092,27490304:27490682,27491433:27492527,27491435:27492197,27497513:27497832,27498535:27498824,27500781:27501365,27500785:27501098,27501599:27501996,27503313:27503679,27508381:27508629,27552556:27597698,27552568:27598314,27552572:27606219,27612825:27625430,27612829:27624526,27612864:27623569,27627416:27629210,27627423:27628687,27630008:27631200,27631519:27632113,27632531:27646425,27632563:2764515', 'assoc_mat': '27387817:ela:4211:27388980,27391353:ela:4211:27391768,27394662:ela:4211:27396041,27394665:ela:4211:27395043,27398433:ela:4211:27400655,27398489:ela:4211:27399166,27403859:ela:4211:27404505,27403867:ela:4211:27404172,27406529:ela:4211:27407312,27409036:ela:4211:27409706,27413329:ela:4211:27414075,27413362:ela:4211:27413762,27417934:ela:4211:27419663,27417940:ela:4211:27418558,27417943:ela:4211:27418363,27435758:ela:4211:27436605,27439190:ela:4211:27439658,27441326:ela:4211:27441488,27442333:ela:4211:27442815,27443682:ela:4211:27443925,27444703:ela:4211:27444769,27444956:ela:4211:27445258,27446536:ela:4211:27446698,27447686:ela:4211:27447963,27449558:ela:4211:27450018,27451939:ela:4211:27452936,27451942:ela:4211:27452239,27455142:ela:4211:27455793,27463792:ela:4211:27464041,27476439:ela:4211:27477656,27476462:ela:4211:27477324,27478024:ela:4211:27478673,27485659:ela:4211:27486247,27487692:ela:4211:27488107,27488597:ela:4211:27489092,27490304:ela:4211:27490682,27491433:ela:4211:27492527,27491435:ela:4211:2749219'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 2.9772257346711556e-05, 'nb_photo': 8, 'list_port_cont': '27456988,27656501,27717967,27742235,27764182,28025757', 'assoc_port': '27447657:27456988,27632560:27656501,27708723:27717967,27741703:27742235,27755172:27764182,27909294:28025757', 'assoc_mat': '27447657:etiquette:4205:27456988,27632560:etiquette:4205:27656501,27708723:etiquette:4205:27717967,27741703:etiquette:4205:27742235,27755172:etiquette:4205:27764182,27909294:etiquette:4205:28025757'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.4046439664740986e-05, 'nb_photo': 36, 'list_port_cont': '27411779,27416416,27450150,27496612,27496838,27659029,27715748,27725888,27727837,27742959,27775780,27795603,27821698,27831206,27831621,28024013,28028283,28029963,28043334,28046990,28052311,28055304,28055719,28057302,28058097,28061015,28066555,28072674,28072709', 'assoc_port': '27403862:27411779,27413358:27416416,27441324:27450150,27490307:27496612,27491431:27496838,27633661:27659029,27713799:27715748,27724817:27725888,27727569:27727837,27741731:27742959,27770884:27775780,27793956:27795603,27803073:27831206,27811399:27821698,27831391:27831621,27970549:28028283,27970685:28029963,28008294:28046990,28008637:28043334,28009581:28052311,28010428:28055304,28010596:28055719,28011657:28057302,28015315:28066555,28015654:28024013,28055863:28061015,28055957:28058097,28071999:28072709,28072057:28072674', 'assoc_mat': '27403862:etiquette:4203:27411779,27413358:etiquette:4203:27416416,27441324:etiquette:4203:27450150,27490307:etiquette:4203:27496612,27491431:etiquette:4203:27496838,27633661:etiquette:4203:27659029,27713799:etiquette:4203:27715748,27724817:etiquette:4203:27725888,27727569:etiquette:4203:27727837,27741731:etiquette:4203:27742959,27770884:etiquette:4203:27775780,27793956:etiquette:4203:27795603,27803073:etiquette:4203:27831206,27811399:etiquette:4203:27821698,27831391:etiquette:4203:27831621,27970549:etiquette:4203:28028283,27970685:etiquette:4203:28029963,28008294:etiquette:4203:28046990,28008637:etiquette:4203:28043334,28009581:etiquette:4203:28052311,28010428:etiquette:4203:28055304,28010596:etiquette:4203:28055719,28011657:etiquette:4203:28057302,28015315:etiquette:4203:28066555,28015654:etiquette:4203:28024013,28055863:etiquette:4203:28061015,28055957:etiquette:4203:28058097,28071999:etiquette:4203:28072709,28072057:etiquette:4203:28072674'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0002538559722809097, 'nb_photo': 4, 'list_port_cont': '27728384,27803143,28031631,28053101', 'assoc_port': '27727891:27728384,27803075:27803143,27970906:28031631,28009795:28053101', 'assoc_mat': '27727891:etiquette:4207:27728384,27803075:etiquette:4207:27803143,27970906:etiquette:4207:28031631,28009795:etiquette:4207:28053101'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 12, 'list_port_cont': '27388230,27749156,27767095', 'assoc_port': '27387810:27388230,27748908:27749156,27767010:27767095', 'assoc_mat': '27387810:etiquette:4461:27388230,27748908:etiquette:4461:27749156,27767010:etiquette:4461:27767095'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0006342210769572888, 'nb_photo': 2, 'list_port_cont': '27403987,27490495', 'assoc_port': '27403866:27403987,27490305:27490495', 'assoc_mat': '27403866:etiquette:4200:27403987,27490305:etiquette:4200:27490495'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010350815493554977, 'nb_photo': 81, 'list_port_cont': '27624393,27657969,27660879,27717390,27733537,27826187,27833052,27864051,27953235,27986760,28020052,28030913,28048614,28049721,28052695,28053294,28053855,28053871,28054196,28057893,28058780,28127987', 'assoc_port': '27612835:27624393,27657540:27657969,27660437:27660879,27717023:27717390,27733316:27733537,27825814:27826187,27832773:27833052,27863029:27864051,27952797:27953235,27970554:27986760,28009877:28053294,28009980:28053855,28010155:28054196,28010195:28053871,28010434:28052695,28011620:28048614,28011670:28049721,28015535:28020052,28029995:28030913,28056011:28057893,28056127:28058780,28090439:28127987', 'assoc_mat': '27612835:etiquette:4211:27624393,27657540:etiquette:4211:27657969,27660437:etiquette:4211:27660879,27717023:etiquette:4211:27717390,27733316:etiquette:4211:27733537,27825814:etiquette:4211:27826187,27832773:etiquette:4211:27833052,27863029:etiquette:4211:27864051,27952797:etiquette:4211:27953235,27970554:etiquette:4211:27986760,28009877:etiquette:4211:28053294,28009980:etiquette:4211:28053855,28010155:etiquette:4211:28054196,28010195:etiquette:4211:28053871,28010434:etiquette:4211:28052695,28011620:etiquette:4211:28048614,28011670:etiquette:4211:28049721,28015535:etiquette:4211:28020052,28029995:etiquette:4211:28030913,28056011:etiquette:4211:28057893,28056127:etiquette:4211:28058780,28090439:etiquette:4211:28127987'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006141354317677887, 'nb_photo': 32, 'list_port_cont': '27405976,27474652,27788764,27910300,27930051,27944259,27953746,28013554,28015994,28016770,28046602', 'assoc_port': '27405487:27405976,27473895:27474652,27788308:27788764,27900929:27910300,27928873:27930051,27943509:27944259,27952817:27953746,28008245:28046602,28011737:28013554,28014421:28015994,28015275:28016770', 'assoc_mat': '27405487:etiquette:3327:27405976,27473895:etiquette:3327:27474652,27788308:etiquette:3327:27788764,27900929:etiquette:3327:27910300,27928873:etiquette:3327:27930051,27943509:etiquette:3327:27944259,27952817:etiquette:3327:27953746,28008245:etiquette:3327:28046602,28011737:etiquette:3327:28013554,28014421:etiquette:3327:28015994,28015275:etiquette:3327:28016770'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017805362996780198, 'nb_photo': 214, 'list_port_cont': '27411215,27456986,27498492,27656509,27690743,27717966,27727312,27729774,27742233,27764177,27772651,27796234,27835259,27836111,27912046,27947797,27953212,28023820,28025758,28047816,28051921,28053153,28054008,28054882,28055044,28056647', 'assoc_port': '27403861:27411215,27447657:27456986,27497510:27498492,27632560:27656509,27643654:27690743,27708723:27717966,27724848:27727312,27729673:27729774,27741703:27742233,27755172:27764177,27758988:27772651,27796153:27796234,27835201:27835259,27835204:27836111,27900926:27912046,27909294:28025758,27947304:27947797,27952837:27953212,28008437:28047816,28009556:28051921,28009925:28053153,28010398:28054882,28010400:28055044,28011647:28056647,28015478:28023820,28024265:28054008', 'assoc_mat': '27403861:film_plastique:4205:27411215,27447657:film_plastique:4205:27456986,27497510:film_plastique:4205:27498492,27632560:film_plastique:4205:27656509,27643654:film_plastique:4205:27690743,27708723:film_plastique:4205:27717966,27724848:film_plastique:4205:27727312,27729673:film_plastique:4205:27729774,27741703:film_plastique:4205:27742233,27755172:film_plastique:4205:27764177,27758988:film_plastique:4205:27772651,27796153:film_plastique:4205:27796234,27835201:film_plastique:4205:27835259,27835204:film_plastique:4205:27836111,27900926:film_plastique:4205:27912046,27909294:film_plastique:4205:28025758,27947304:film_plastique:4205:27947797,27952837:film_plastique:4205:27953212,28008437:film_plastique:4205:28047816,28009556:film_plastique:4205:28051921,28009925:film_plastique:4205:28053153,28010398:film_plastique:4205:28054882,28010400:film_plastique:4205:28055044,28011647:film_plastique:4205:28056647,28015478:film_plastique:4205:28023820,28024265:film_plastique:4205:28054008'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006559472452001922, 'nb_photo': 1034, 'list_port_cont': '27411792,27416419,27450151,27458152,27458640,27496611,27496846,27505716,27599118,27599995,27636547,27659030,27687199,27693176,27693895,27695947,27703789,27708556,27715743,27725895,27725924,27726040,27727849,27732133,27735307,27742955,27749064,27757545,27775789,27795606,27821587,27821690,27831197,27831629,27832149,27844454,27865309,27865500,27893737,27912541,27945754,27953135,27964492,27964995,28024004,28024891,28026065,28028284,28029966,28032100,28043320,28043521,28045860,28046986,28049840,28051796,28052300,28054095,28054855,28055312,28055720,28056968,28057094,28057227,28057295,28057970,28057993,28058100,28061021,28066558,28066603,28072676,28072715,28092374,28173322', 'assoc_port': '27403862:27411792,27413358:27416419,27441324:27450151,27448202:27458152,27455138:27458640,27490307:27496611,27491431:27496846,27500774:27505716,27552595:27599118,27552601:27599995,27612832:27636547,27630006:27693895,27633661:27659030,27640535:27687199,27649744:27693176,27661919:27695947,27691375:27708556,27703265:27703789,27713799:27715743,27724817:27725895,27724863:27726040,27724865:27725924,27727569:27727849,27731643:27732133,27734822:27735307,27741731:27742955,27748678:27749064,27756982:27757545,27770884:27775789,27793956:27795606,27803073:27831197,27811397:27821587,27811399:27821690,27825815:27832149,27831391:27831629,27837924:27844454,27861240:27893737,27861242:27865309,27861247:27865500,27900895:27912541,27900932:27964995,27900933:27964492,27909302:28026065,27940996:27945754,27950167:27953135,27970549:28028284,27970685:28029966,27970904:28032100,28008294:28046986,28008523:28049840,28008637:28043320,28008641:28043521,28009581:28052300,28009773:28066603,28010039:28054095,28010237:28054855,28010428:2805531', 'assoc_mat': '27403862:film_plastique:4203:27411792,27413358:film_plastique:4203:27416419,27441324:film_plastique:4203:27450151,27448202:film_plastique:4203:27458152,27455138:film_plastique:4203:27458640,27490307:film_plastique:4203:27496611,27491431:film_plastique:4203:27496846,27500774:film_plastique:4203:27505716,27552595:film_plastique:4203:27599118,27552601:film_plastique:4203:27599995,27612832:film_plastique:4203:27636547,27630006:film_plastique:4203:27693895,27633661:film_plastique:4203:27659030,27640535:film_plastique:4203:27687199,27649744:film_plastique:4203:27693176,27661919:film_plastique:4203:27695947,27691375:film_plastique:4203:27708556,27703265:film_plastique:4203:27703789,27713799:film_plastique:4203:27715743,27724817:film_plastique:4203:27725895,27724863:film_plastique:4203:27726040,27724865:film_plastique:4203:27725924,27727569:film_plastique:4203:27727849,27731643:film_plastique:4203:27732133,27734822:film_plastique:4203:27735307,27741731:film_plastique:4203:27742955,27748678:film_plastique:4203:2774906'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034238839473023125, 'nb_photo': 2004, 'list_port_cont': '27388140,27391574,27396033,27397011,27398611,27403878,27405559,27406641,27408427,27409100,27410406,27411901,27413430,27414580,27415355,27415555,27418139,27419393,27439401,27442526,27443750,27444145,27444999,27448217,27449611,27450476,27451593,27452011,27455198,27456540,27458140,27462489,27476678,27478222,27481093,27485857,27487944,27488705,27490177,27490410,27494102,27497575,27498411,27500833,27501680,27503363,27504186,27507879,27557589,27561272,27562345,27612939,27613906,27615110,27615603,27627484,27630216,27631666,27632798,27633843,27636279,27642793,27643743,27644700,27645172,27646968,27649843,27651331,27652013,27654015,27654141,27656342,27656884,27657615,27657868,27658115,27658429,27660484,27661977,27683845,27688185,27696572,27697301,27698077,27699309,27702496,27702717,27702964,27703370,27704734,27705886,27706034,27706254,27706298,27707197,27708844,27709192,27711725,27713840,27714991,27716402,27717104,27723640,27724269,27724934,27724963,27725082,27725610,27725696,27725821,27725841,27726319,27726920,2772719', 'assoc_port': '27387814:27388140,27391360:27391574,27395949:27397011,27395957:27396033,27398480:27398611,27403863:27403878,27405485:27405559,27406518:27408427,27406559:27406641,27409010:27411901,27409033:27409100,27410314:27410406,27413330:27415355,27413360:27414580,27413363:27413430,27415524:27415555,27417937:27419393,27417942:27418139,27439192:27439401,27442334:27442526,27443662:27443750,27444090:27444145,27444955:27444999,27448205:27448217,27449553:27451593,27449557:27449611,27450403:27450476,27451940:27452011,27455132:27456540,27455144:27455198,27458103:27458140,27462446:27462489,27476433:27476678,27478021:27478222,27480978:27481093,27485657:27485857,27487666:27490177,27487691:27487944,27488596:27488705,27490306:27490410,27494001:27494102,27497508:27498411,27497515:27497575,27500778:27500833,27501605:27501680,27503283:27504186,27503312:27503363,27507877:27507879,27552566:27562345,27552580:27561272,27552592:27557589,27612819:27615603,27612821:27615110,27612833:27613906,27612839:27612939,27627421:27627484,27630012:2763021', 'assoc_mat': '27387814:film_plastique:4207:27388140,27391360:film_plastique:4207:27391574,27395949:film_plastique:4207:27397011,27395957:film_plastique:4207:27396033,27398480:film_plastique:4207:27398611,27403863:film_plastique:4207:27403878,27405485:film_plastique:4207:27405559,27406518:film_plastique:4207:27408427,27406559:film_plastique:4207:27406641,27409010:film_plastique:4207:27411901,27409033:film_plastique:4207:27409100,27410314:film_plastique:4207:27410406,27413330:film_plastique:4207:27415355,27413360:film_plastique:4207:27414580,27413363:film_plastique:4207:27413430,27415524:film_plastique:4207:27415555,27417937:film_plastique:4207:27419393,27417942:film_plastique:4207:27418139,27439192:film_plastique:4207:27439401,27442334:film_plastique:4207:27442526,27443662:film_plastique:4207:27443750,27444090:film_plastique:4207:27444145,27444955:film_plastique:4207:27444999,27448205:film_plastique:4207:27448217,27449553:film_plastique:4207:27451593,27449557:film_plastique:4207:27449611,27450403:film_plastique:4207:2745047'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7993380278436689, 'nb_photo': 6058, 'list_port_cont': '27388100,27388233,27391793,27396193,27404272,27405731,27409450,27413498,27414618,27415753,27418193,27442745,27444236,27445112,27446277,27448038,27449795,27452058,27455568,27474325,27478640,27484820,27487720,27491788,27494453,27498720,27501069,27508538,27601684,27613100,27630475,27633085,27634042,27634206,27634913,27638158,27642954,27645509,27646744,27652468,27656799,27662202,27662341,27683388,27683750,27688746,27691960,27698167,27698535,27703875,27712051,27716536,27720280,27724319,27725130,27725267,27725356,27725451,27725770,27725860,27728113,27729778,27731935,27733470,27735544,27741982,27742901,27742976,27748542,27749163,27749230,27749926,27751899,27763798,27767091,27767452,27769821,27778069,27788695,27790718,27794455,27804648,27804802,27806388,27809811,27819512,27825024,27826052,27828260,27829802,27831508,27832982,27835719,27839607,27846447,27861813,27867893,27879822,27884191,27884348,27902368,27903813,27909646,27922874,27929672,27929747,27947606,27950729,27959500,27971858,27972049,27972242,27972392,2797262', 'assoc_port': '27387806:27388100,27387810:27388233,27391358:27391793,27395953:27396193,27403868:27404272,27405483:27405731,27409030:27409450,27413357:27413498,27414375:27414618,27415525:27415753,27417944:27418193,27442369:27442745,27444089:27444236,27444957:27445112,27444958:27446277,27447678:27448038,27449556:27449795,27451941:27452058,27455145:27455568,27473891:27474325,27478027:27478640,27484302:27484820,27487693:27487720,27491434:27491788,27494005:27494453,27498534:27498720,27500783:27501069,27508383:27508538,27552582:27601684,27612834:27613100,27630010:27630475,27632604:27633085,27633566:27638158,27633623:27634206,27633652:27634042,27634487:27634913,27642739:27642954,27645058:27645509,27646354:27646744,27651911:27652468,27654132:27656799,27661886:27662202,27661889:27662341,27682148:27683750,27682204:27683388,27687827:27698167,27688001:27688746,27691412:27691960,27697880:27698535,27703255:27703875,27711664:27712051,27716353:27716536,27720163:27720280,27724176:27724319,27724811:27725860,27724831:27725770,27724847:2772545', 'assoc_mat': '27387806:film_plastique:4461:27388100,27387810:film_plastique:4461:27388233,27391358:film_plastique:4461:27391793,27395953:film_plastique:4461:27396193,27403868:film_plastique:4461:27404272,27405483:film_plastique:4461:27405731,27409030:film_plastique:4461:27409450,27413357:film_plastique:4461:27413498,27414375:film_plastique:4461:27414618,27415525:film_plastique:4461:27415753,27417944:film_plastique:4461:27418193,27442369:film_plastique:4461:27442745,27444089:film_plastique:4461:27444236,27444957:film_plastique:4461:27445112,27444958:film_plastique:4461:27446277,27447678:film_plastique:4461:27448038,27449556:film_plastique:4461:27449795,27451941:film_plastique:4461:27452058,27455145:film_plastique:4461:27455568,27473891:film_plastique:4461:27474325,27478027:film_plastique:4461:27478640,27484302:film_plastique:4461:27484820,27487693:film_plastique:4461:27487720,27491434:film_plastique:4461:27491788,27494005:film_plastique:4461:27494453,27498534:film_plastique:4461:27498720,27500783:film_plastique:4461:2750106'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0199454824626719, 'nb_photo': 2493, 'list_port_cont': '27388206,27398848,27403983,27404226,27406715,27407036,27409262,27413529,27413683,27413992,27415630,27418264,27441473,27442671,27443845,27445181,27445302,27445355,27448017,27449656,27450579,27452170,27455385,27455748,27458214,27474387,27476760,27481189,27481261,27484655,27486063,27490481,27491712,27494189,27494482,27497731,27498627,27500961,27503434,27503561,27507906,27507943,27583568,27613062,27623306,27623625,27632923,27633279,27633722,27633985,27634853,27635375,27635587,27636258,27636461,27636726,27640881,27641239,27643820,27643889,27650037,27650199,27652359,27653327,27654265,27657711,27660793,27683006,27688382,27688888,27688932,27689720,27692006,27695424,27698297,27703634,27703759,27704226,27716433,27716599,27720105,27720221,27723226,27723408,27724354,27725046,27725099,27725506,27725637,27725668,27725715,27726190,27729311,27731030,27732499,27732528,27733983,27735079,27735519,27735590,27741841,27741924,27742065,27742210,27742868,27742882,27748524,27748587,27748765,27749014,27749819,27752964,27757125,2776105', 'assoc_port': '27387812:27388206,27398487:27398848,27403860:27404226,27403866:27403983,27406521:27407036,27406526:27406715,27409024:27409262,27413328:27413992,27413331:27413683,27413361:27413529,27415496:27415630,27417932:27418264,27441327:27441473,27442370:27442671,27443683:27443845,27444952:27445302,27444953:27445355,27444954:27445181,27447683:27448017,27449554:27449656,27450402:27450579,27451943:27452170,27455125:27455748,27455140:27455385,27458101:27458214,27473893:27474387,27476459:27476760,27480971:27481261,27480974:27481189,27484307:27484655,27485664:27486063,27490305:27490481,27491432:27491712,27493995:27494482,27493999:27494189,27497512:27497731,27498561:27498627,27500780:27500961,27503284:27503561,27503310:27503434,27507872:27507943,27507874:27507906,27552562:27583568,27612823:27623625,27612827:27623306,27612836:27613062,27632498:27636258,27632554:27635587,27632568:27633279,27632602:27633722,27632631:27632923,27633617:27635375,27633659:27633985,27634467:27634853,27636068:27636726,27636070:27636461,27640534:2764088', 'assoc_mat': '27387812:film_plastique:4200:27388206,27398487:film_plastique:4200:27398848,27403860:film_plastique:4200:27404226,27403866:film_plastique:4200:27403983,27406521:film_plastique:4200:27407036,27406526:film_plastique:4200:27406715,27409024:film_plastique:4200:27409262,27413328:film_plastique:4200:27413992,27413331:film_plastique:4200:27413683,27413361:film_plastique:4200:27413529,27415496:film_plastique:4200:27415630,27417932:film_plastique:4200:27418264,27441327:film_plastique:4200:27441473,27442370:film_plastique:4200:27442671,27443683:film_plastique:4200:27443845,27444952:film_plastique:4200:27445302,27444953:film_plastique:4200:27445355,27444954:film_plastique:4200:27445181,27447683:film_plastique:4200:27448017,27449554:film_plastique:4200:27449656,27450402:film_plastique:4200:27450579,27451943:film_plastique:4200:27452170,27455125:film_plastique:4200:27455748,27455140:film_plastique:4200:27455385,27458101:film_plastique:4200:27458214,27473893:film_plastique:4200:27474387,27476459:film_plastique:4200:2747676'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007548436302299842, 'nb_photo': 258, 'list_port_cont': '27396113,27403903,27415672,27419066,27443777,27455440,27476859,27485933,27488958,27494325,27499335,27500924,27501809,27507914,27583802,27633934,27646615,27660691,27662138,27662318,27683183,27695341,27713917,27715184,27716487,27725022,27728144,27731836,27734935,27735099,27741887,27748752,27748994,27749908,27778525,27783993,27784425,27784504,27784523,27811605,27824425,27832956,27836440,27841643,27868721,27880551,27883773,27909619,27909807,27931017,27941245,27941288,27941358,27948203,27948236,27959288,27961234,27971435,27971744,27972461,28002134,28007374,28010206,28010480,28010699,28011055,28011631,28012272,28012606,28013086,28013293,28013478,28014080,28016351,28017084,28018780,28020013,28021410,28024274,28024529,28026129,28034842,28035406,28041238,28041649,28042003,28044489,28044717,28056141,28056281,28056310,28056402,28056691,28056785,28057051,28057070,28057655,28057788,28059227,28062181,28072121,28072283,28072329,28072398,28072404,28072633,28073774,28090691,28090809,28112216', 'assoc_port': '27395955:27396113,27403864:27403903,27415498:27415672,27418933:27419066,27443663:27443777,27455134:27455440,27476481:27476859,27485654:27485933,27488571:27488958,27494003:27494325,27499188:27499335,27500776:27500924,27501601:27501809,27507876:27507914,27552578:27583802,27633572:27633934,27646358:27646615,27660423:27660691,27661917:27662318,27661922:27662138,27682189:27683183,27694857:27695341,27713800:27713917,27714913:27715184,27716350:27716487,27724895:27725022,27727893:27728144,27731645:27731836,27734823:27735099,27734825:27734935,27741726:27741887,27748673:27748752,27748907:27748994,27749738:27749908,27778496:27778525,27783599:27784504,27783607:27784523,27783667:27784425,27783708:27783993,27811395:27811605,27824316:27824425,27832769:27832956,27836294:27836440,27841393:27841643,27868603:27868721,27871505:27880551,27883597:27883773,27908561:27909807,27908571:27909619,27908849:28021410,27930824:27931017,27940988:27941358,27940997:27941288,27941001:27941245,27948041:27948203,27948042:27948236,27958869:2795928', 'assoc_mat': '27395955:film_plastique:4209:27396113,27403864:film_plastique:4209:27403903,27415498:film_plastique:4209:27415672,27418933:film_plastique:4209:27419066,27443663:film_plastique:4209:27443777,27455134:film_plastique:4209:27455440,27476481:film_plastique:4209:27476859,27485654:film_plastique:4209:27485933,27488571:film_plastique:4209:27488958,27494003:film_plastique:4209:27494325,27499188:film_plastique:4209:27499335,27500776:film_plastique:4209:27500924,27501601:film_plastique:4209:27501809,27507876:film_plastique:4209:27507914,27552578:film_plastique:4209:27583802,27633572:film_plastique:4209:27633934,27646358:film_plastique:4209:27646615,27660423:film_plastique:4209:27660691,27661917:film_plastique:4209:27662318,27661922:film_plastique:4209:27662138,27682189:film_plastique:4209:27683183,27694857:film_plastique:4209:27695341,27713800:film_plastique:4209:27713917,27714913:film_plastique:4209:27715184,27716350:film_plastique:4209:27716487,27724895:film_plastique:4209:27725022,27727893:film_plastique:4209:2772814'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00620259037328401, 'nb_photo': 19060, 'list_port_cont': '27388307,27388978,27391771,27395052,27395574,27396051,27399171,27400651,27404170,27404509,27407301,27409711,27413749,27414083,27418357,27418557,27419051,27419655,27436599,27439659,27441492,27442827,27443939,27444754,27445257,27446694,27447973,27450024,27452244,27452527,27452947,27455786,27458178,27464047,27474744,27477330,27477645,27478686,27481152,27484893,27486256,27488115,27489098,27490680,27492203,27492521,27494250,27497842,27498819,27499279,27501096,27501364,27501992,27503671,27503704,27508642,27597693,27598301,27606220,27623571,27623686,27624388,27624520,27625433,27628688,27629204,27631188,27632109,27633342,27633633,27634616,27634891,27636136,27636905,27638079,27641473,27641856,27642558,27643074,27643666,27643968,27644130,27644583,27645146,27646424,27646777,27647837,27650350,27654499,27654819,27657959,27658564,27660882,27662515,27685110,27685401,27686873,27688673,27689541,27689777,27691042,27692591,27693404,27695669,27697025,27697567,27698375,27700581,27700927,27703745,27706658,27709254,27712254,2771255', 'assoc_port': '27387817:27388978,27387820:27388307,27391353:27391771,27394662:27396051,27394664:27395574,27394665:27395052,27398433:27400651,27398489:27399171,27403859:27404509,27403867:27404170,27406529:27407301,27409036:27409711,27413329:27414083,27413362:27413749,27417934:27419655,27417938:27419051,27417940:27418557,27417943:27418357,27435758:27436599,27439190:27439659,27441326:27441492,27442333:27442827,27443682:27443939,27444703:27444754,27444956:27445257,27446536:27446694,27447686:27447973,27449558:27450024,27451939:27452947,27451942:27452244,27451944:27452527,27455142:27455786,27458102:27458178,27463792:27464047,27473889:27474744,27476439:27477645,27476462:27477330,27478024:27478686,27480972:27481152,27484305:27484893,27485659:27486256,27487692:27488115,27488597:27489098,27490304:27490680,27491433:27492521,27491435:27492203,27493997:27494250,27497513:27497842,27498535:27498819,27499185:27499279,27500781:27501364,27500785:27501096,27501599:27501992,27503311:27503704,27503313:27503671,27508381:27508642,27552556:2759769', 'assoc_mat': '27387817:film_plastique:4211:27388978,27387820:film_plastique:4211:27388307,27391353:film_plastique:4211:27391771,27394662:film_plastique:4211:27396051,27394664:film_plastique:4211:27395574,27394665:film_plastique:4211:27395052,27398433:film_plastique:4211:27400651,27398489:film_plastique:4211:27399171,27403859:film_plastique:4211:27404509,27403867:film_plastique:4211:27404170,27406529:film_plastique:4211:27407301,27409036:film_plastique:4211:27409711,27413329:film_plastique:4211:27414083,27413362:film_plastique:4211:27413749,27417934:film_plastique:4211:27419655,27417938:film_plastique:4211:27419051,27417940:film_plastique:4211:27418557,27417943:film_plastique:4211:27418357,27435758:film_plastique:4211:27436599,27439190:film_plastique:4211:27439659,27441326:film_plastique:4211:27441492,27442333:film_plastique:4211:27442827,27443682:film_plastique:4211:27443939,27444703:film_plastique:4211:27444754,27444956:film_plastique:4211:27445257,27446536:film_plastique:4211:27446694,27447686:film_plastique:4211:2744797'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '27456983,27656506', 'assoc_port': '27447657:27456983,27632560:27656506', 'assoc_mat': '27447657:kraft:4205:27456983,27632560:kraft:4205:27656506'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006845083549875451, 'nb_photo': 2, 'list_port_cont': '27725896', 'assoc_port': '27724817:27725896', 'assoc_mat': '27724817:kraft:4203:27725896'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002074460989874949, 'nb_photo': 9, 'list_port_cont': '27726317,27791685,27892455,27909316,28031627,28050266,28051674', 'assoc_port': '27724827:27726317,27791447:27791685,27883599:27892455,27900879:27909316,27970906:28031627,28008620:28050266,28009528:28051674', 'assoc_mat': '27724827:kraft:4207:27726317,27791447:kraft:4207:27791685,27883599:kraft:4207:27892455,27900879:kraft:4207:27909316,27970906:kraft:4207:28031627,28008620:kraft:4207:28050266,28009528:kraft:4207:28051674'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '27388240', 'assoc_port': '27387810:27388240', 'assoc_mat': '27387810:kraft:4461:27388240'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0027207416927721704, 'nb_photo': 2, 'list_port_cont': '28057049', 'assoc_port': '28055965:28057049', 'assoc_mat': '28055965:kraft:4209:28057049'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0034498168782289814, 'nb_photo': 16, 'list_port_cont': '27409547,27724204,27748975,27939774,27943649,27971291,27973444,28010937,28013187,28018231,28037352,28073099', 'assoc_port': '27409008:27409547,27724179:27724204,27748890:27748975,27908715:28018231,27939624:27939774,27943511:27943649,27970591:27973444,27970913:27971291,28008659:28037352,28010259:28010937,28012537:28013187,28072024:28073099', 'assoc_mat': '27409008:kraft:3726:27409547,27724179:kraft:3726:27724204,27748890:kraft:3726:27748975,27908715:kraft:3726:28018231,27939624:kraft:3726:27939774,27943511:kraft:3726:27943649,27970591:kraft:3726:27973444,27970913:kraft:3726:27971291,28008659:kraft:3726:28037352,28010259:kraft:3726:28010937,28012537:kraft:3726:28013187,28072024:kraft:3726:28073099'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042740196839979487, 'nb_photo': 4, 'list_port_cont': '27826189,28030904,28049718,28053870', 'assoc_port': '27825814:27826189,28010195:28053870,28011670:28049718,28029995:28030904', 'assoc_mat': '27825814:kraft:4211:27826189,28010195:kraft:4211:28053870,28011670:kraft:4211:28049718,28029995:kraft:4211:28030904'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9484201622310402, 'nb_photo': 95, 'list_port_cont': '27411220,27456990,27498493,27656500,27690749,27717958,27742234,27764184,27772645,27796224,27835265,27836110,27912049,27947796,27953206,28023817,28025769,28030973,28054016,28054875,28055047,28056651,28058077', 'assoc_port': '27403861:27411220,27447657:27456990,27497510:27498493,27632560:27656500,27643654:27690749,27708723:27717958,27741703:27742234,27755172:27764184,27758988:27772645,27796153:27796224,27835201:27835265,27835204:27836110,27900926:27912049,27909294:28025769,27947304:27947796,27952837:27953206,27970896:28030973,28010398:28054875,28010400:28055047,28011647:28056651,28015478:28023817,28024265:28054016,28055935:28058077', 'assoc_mat': '27403861:metal:4205:27411220,27447657:metal:4205:27456990,27497510:metal:4205:27498493,27632560:metal:4205:27656500,27643654:metal:4205:27690749,27708723:metal:4205:27717958,27741703:metal:4205:27742234,27755172:metal:4205:27764184,27758988:metal:4205:27772645,27796153:metal:4205:27796224,27835201:metal:4205:27835265,27835204:metal:4205:27836110,27900926:metal:4205:27912049,27909294:metal:4205:28025769,27947304:metal:4205:27947796,27952837:metal:4205:27953206,27970896:metal:4205:28030973,28010398:metal:4205:28054875,28010400:metal:4205:28055047,28011647:metal:4205:28056651,28015478:metal:4205:28023817,28024265:metal:4205:28054016,28055935:metal:4205:28058077'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01962044325146126, 'nb_photo': 1904, 'list_port_cont': '27411784,27416410,27450161,27458148,27458634,27496626,27496839,27505707,27599127,27599996,27636549,27659028,27687207,27693188,27693899,27695935,27703788,27708564,27715753,27725928,27726047,27727840,27732136,27735309,27742958,27749053,27757547,27775788,27821692,27831196,27831616,27832155,27844456,27865313,27865495,27893742,27912547,27945753,27953136,27964503,27964990,28024005,28024890,28026054,28028270,28029962,28032102,28043326,28043522,28045857,28046983,28049852,28051799,28052296,28054082,28054843,28055313,28055724,28056974,28057100,28057220,28057288,28057971,28058004,28058098,28061012,28066560,28066595,28072666,28072716,28092381,28173317', 'assoc_port': '27403862:27411784,27413358:27416410,27441324:27450161,27448202:27458148,27455138:27458634,27490307:27496626,27491431:27496839,27500774:27505707,27552595:27599127,27552601:27599996,27612832:27636549,27630006:27693899,27633661:27659028,27640535:27687207,27649744:27693188,27661919:27695935,27691375:27708564,27703265:27703788,27713799:27715753,27724863:27726047,27724865:27725928,27727569:27727840,27731643:27732136,27734822:27735309,27741731:27742958,27748678:27749053,27756982:27757547,27770884:27775788,27803073:27831196,27811399:27821692,27825815:27832155,27831391:27831616,27837924:27844456,27861240:27893742,27861242:27865313,27861247:27865495,27900895:27912547,27900932:27964990,27900933:27964503,27909302:28026054,27940996:27945753,27950167:27953136,27970549:28028270,27970685:28029962,27970904:28032102,28008294:28046983,28008523:28049852,28008637:28043326,28008641:28043522,28009581:28052296,28009773:28066595,28010039:28054082,28010237:28054843,28010428:28055313,28010596:28055724,28011453:28056974,28011657:2805728', 'assoc_mat': '27403862:metal:4203:27411784,27413358:metal:4203:27416410,27441324:metal:4203:27450161,27448202:metal:4203:27458148,27455138:metal:4203:27458634,27490307:metal:4203:27496626,27491431:metal:4203:27496839,27500774:metal:4203:27505707,27552595:metal:4203:27599127,27552601:metal:4203:27599996,27612832:metal:4203:27636549,27630006:metal:4203:27693899,27633661:metal:4203:27659028,27640535:metal:4203:27687207,27649744:metal:4203:27693188,27661919:metal:4203:27695935,27691375:metal:4203:27708564,27703265:metal:4203:27703788,27713799:metal:4203:27715753,27724863:metal:4203:27726047,27724865:metal:4203:27725928,27727569:metal:4203:27727840,27731643:metal:4203:27732136,27734822:metal:4203:27735309,27741731:metal:4203:27742958,27748678:metal:4203:27749053,27756982:metal:4203:27757547,27770884:metal:4203:27775788,27803073:metal:4203:27831196,27811399:metal:4203:27821692,27825815:metal:4203:27832155,27831391:metal:4203:27831616,27837924:metal:4203:27844456,27861240:metal:4203:27893742,27861242:metal:4203:27865313,27861247:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.01233610908487579, 'nb_photo': 1260, 'list_port_cont': '27388151,27391570,27397021,27398608,27403873,27405556,27408431,27409091,27411893,27415360,27415556,27418140,27419406,27439396,27442528,27443753,27444987,27447758,27448211,27449616,27450469,27452008,27455211,27456543,27458134,27462485,27476679,27478216,27481089,27485845,27487938,27488704,27490187,27490413,27494093,27497578,27498409,27500843,27501693,27504190,27507883,27557586,27561838,27562346,27612933,27613917,27615598,27627485,27630223,27631652,27632804,27633837,27636282,27643738,27644691,27645173,27646973,27649851,27652021,27654016,27654147,27656334,27656897,27657606,27657873,27658116,27658426,27660476,27683837,27688197,27696569,27697303,27698079,27699305,27702492,27702710,27702968,27703358,27705881,27706036,27706247,27706301,27707209,27708843,27709189,27711722,27713844,27714995,27716407,27717108,27723635,27724273,27724929,27724967,27725070,27725602,27725705,27725817,27725839,27726930,27727189,27727587,27728078,27728392,27729717,27730904,27731758,27732326,27733601,27733918,27734106,27734884,27735438,2773933', 'assoc_port': '27387814:27388151,27391360:27391570,27395949:27397021,27398480:27398608,27403863:27403873,27405485:27405556,27406518:27408431,27409010:27411893,27409033:27409091,27413330:27415360,27415524:27415556,27417937:27419406,27417942:27418140,27439192:27439396,27442334:27442528,27443662:27443753,27444955:27444987,27447685:27447758,27448205:27448211,27449557:27449616,27450403:27450469,27451940:27452008,27455132:27456543,27455144:27455211,27458103:27458134,27462446:27462485,27476433:27476679,27478021:27478216,27480978:27481089,27485657:27485845,27487666:27490187,27487691:27487938,27488596:27488704,27490306:27490413,27494001:27494093,27497508:27498409,27497515:27497578,27500778:27500843,27501605:27501693,27503283:27504190,27507877:27507883,27552566:27562346,27552576:27561838,27552592:27557586,27612819:27615598,27612833:27613917,27612839:27612933,27627421:27627485,27630012:27630223,27631524:27631652,27632528:27656334,27632565:27656897,27632611:27632804,27633569:27657873,27633621:27658116,27633643:27658426,27633656:2763383', 'assoc_mat': '27387814:metal:4207:27388151,27391360:metal:4207:27391570,27395949:metal:4207:27397021,27398480:metal:4207:27398608,27403863:metal:4207:27403873,27405485:metal:4207:27405556,27406518:metal:4207:27408431,27409010:metal:4207:27411893,27409033:metal:4207:27409091,27413330:metal:4207:27415360,27415524:metal:4207:27415556,27417937:metal:4207:27419406,27417942:metal:4207:27418140,27439192:metal:4207:27439396,27442334:metal:4207:27442528,27443662:metal:4207:27443753,27444955:metal:4207:27444987,27447685:metal:4207:27447758,27448205:metal:4207:27448211,27449557:metal:4207:27449616,27450403:metal:4207:27450469,27451940:metal:4207:27452008,27455132:metal:4207:27456543,27455144:metal:4207:27455211,27458103:metal:4207:27458134,27462446:metal:4207:27462485,27476433:metal:4207:27476679,27478021:metal:4207:27478216,27480978:metal:4207:27481089,27485657:metal:4207:27485845,27487666:metal:4207:27490187,27487691:metal:4207:27487938,27488596:metal:4207:27488704,27490306:metal:4207:27490413,27494001:metal:4207:27494093,27497508:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003991134459236844, 'nb_photo': 38, 'list_port_cont': '27388114,27391798,27396185,27448048,27474329,27484808,27601678,27634204,27683746,27698164,27712049,27724321,27725141,27749167,27806384,27831509,27835709,27922868,27959502,27972039,27973806,28010085,28010621,28012225,28017946,28022625,28023368,28024440,28025067,28025803,28042396,28056557,28057503,28132307', 'assoc_port': '27387806:27388114,27391358:27391798,27395953:27396185,27447678:27448048,27473891:27474329,27484302:27484808,27552582:27601678,27633623:27634204,27682148:27683746,27687827:27698164,27711664:27712049,27724176:27724321,27724894:27725141,27748908:27749167,27805993:27806384,27831394:27831509,27835208:27835709,27922625:27922868,27958866:27959502,27970582:27973806,27970829:27972039,28008199:28042396,28008338:28010085,28009706:28025803,28009977:28010621,28010133:28024440,28010174:28022625,28010396:28012225,28010588:28023368,28011433:28025067,28015176:28017946,28055922:28057503,28056178:28056557,28090432:28132307', 'assoc_mat': '27387806:metal:4461:27388114,27391358:metal:4461:27391798,27395953:metal:4461:27396185,27447678:metal:4461:27448048,27473891:metal:4461:27474329,27484302:metal:4461:27484808,27552582:metal:4461:27601678,27633623:metal:4461:27634204,27682148:metal:4461:27683746,27687827:metal:4461:27698164,27711664:metal:4461:27712049,27724176:metal:4461:27724321,27724894:metal:4461:27725141,27748908:metal:4461:27749167,27805993:metal:4461:27806384,27831394:metal:4461:27831509,27835208:metal:4461:27835709,27922625:metal:4461:27922868,27958866:metal:4461:27959502,27970582:metal:4461:27973806,27970829:metal:4461:27972039,28008199:metal:4461:28042396,28008338:metal:4461:28010085,28009706:metal:4461:28025803,28009977:metal:4461:28010621,28010133:metal:4461:28024440,28010174:metal:4461:28022625,28010396:metal:4461:28012225,28010588:metal:4461:28023368,28011433:metal:4461:28025067,28015176:metal:4461:28017946,28055922:metal:4461:28057503,28056178:metal:4461:28056557,28090432:metal:4461:28132307'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010775944226241767, 'nb_photo': 34, 'list_port_cont': '27403975,27409263,27415615,27445299,27448018,27497720,27503435,27633991,27643811,27688898,27720107,27720224,27731043,27735509,27742883,27831483,27909715,27941332,27973904,27975306,28020331,28023116,28026352,28028457,28028782,28031240,28039167', 'assoc_port': '27403866:27403975,27409024:27409263,27415496:27415615,27444952:27445299,27447683:27448018,27497512:27497720,27503310:27503435,27633659:27633991,27643675:27643811,27687932:27688898,27714917:27720107,27720138:27720224,27730865:27731043,27735404:27735509,27741735:27742883,27831387:27831483,27900887:27909715,27908953:28020331,27940992:27941332,27970533:27975306,27970679:27973904,28009509:28031240,28009742:28039167,28009926:28028782,28010114:28028457,28010134:28026352,28015177:28023116', 'assoc_mat': '27403866:metal:4200:27403975,27409024:metal:4200:27409263,27415496:metal:4200:27415615,27444952:metal:4200:27445299,27447683:metal:4200:27448018,27497512:metal:4200:27497720,27503310:metal:4200:27503435,27633659:metal:4200:27633991,27643675:metal:4200:27643811,27687932:metal:4200:27688898,27714917:metal:4200:27720107,27720138:metal:4200:27720224,27730865:metal:4200:27731043,27735404:metal:4200:27735509,27741735:metal:4200:27742883,27831387:metal:4200:27831483,27900887:metal:4200:27909715,27908953:metal:4200:28020331,27940992:metal:4200:27941332,27970533:metal:4200:27975306,27970679:metal:4200:27973904,28009509:metal:4200:28031240,28009742:metal:4200:28039167,28009926:metal:4200:28028782,28010114:metal:4200:28028457,28010134:metal:4200:28026352,28015177:metal:4200:28023116'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01763850589917669, 'nb_photo': 208, 'list_port_cont': '27396116,27403907,27410544,27476857,27485919,27488963,27494318,27499343,27501808,27507916,27583799,27583944,27633944,27634744,27646624,27660681,27662134,27662322,27683182,27699237,27713922,27715176,27716493,27724296,27728139,27731838,27735087,27748748,27749915,27778515,27783999,27788584,27811610,27824421,27828300,27832964,27836446,27841651,27863262,27868725,27880542,27908981,27909618,27909822,27931025,27941292,27941362,27948213,27959289,27961214,27972076,27972459,28009202,28010200,28010497,28011062,28011628,28011925,28012599,28013076,28013474,28014096,28015882,28017089,28018785,28019175,28019253,28020017,28021412,28024278,28026121,28034840,28041235,28041654,28041948,28042002,28044498,28044710,28056040,28056138,28056156,28056271,28056292,28056700,28056787,28057056,28057442,28057658,28057785,28059212,28072130,28072145,28072274,28072319,28072390,28072417,28072645,28073768,28090684,28112217', 'assoc_port': '27395955:27396116,27403864:27403907,27410308:27410544,27476481:27476857,27485654:27485919,27488571:27488963,27494003:27494318,27499188:27499343,27501601:27501808,27507876:27507916,27552564:27583944,27552578:27583799,27633572:27633944,27634471:27634744,27646358:27646624,27660423:27660681,27661917:27662322,27661922:27662134,27682189:27683182,27699100:27699237,27713800:27713922,27714913:27715176,27716350:27716493,27724171:27724296,27727893:27728139,27731645:27731838,27734823:27735087,27748673:27748748,27749738:27749915,27778496:27778515,27783708:27783999,27788331:27788584,27811395:27811610,27824316:27824421,27828079:27828300,27832769:27832964,27836294:27836446,27841393:27841651,27863028:27863262,27868603:27868725,27871505:27880542,27908561:27909822,27908571:27909618,27908584:27908981,27908849:28021412,27930824:27931025,27940988:27941362,27940997:27941292,27948041:27948213,27958869:27959289,27960619:27961214,27970553:27972459,27970555:27972076,28008248:28020017,28008296:28019175,28008336:28010200,28008607:2800920', 'assoc_mat': '27395955:metal:4209:27396116,27403864:metal:4209:27403907,27410308:metal:4209:27410544,27476481:metal:4209:27476857,27485654:metal:4209:27485919,27488571:metal:4209:27488963,27494003:metal:4209:27494318,27499188:metal:4209:27499343,27501601:metal:4209:27501808,27507876:metal:4209:27507916,27552564:metal:4209:27583944,27552578:metal:4209:27583799,27633572:metal:4209:27633944,27634471:metal:4209:27634744,27646358:metal:4209:27646624,27660423:metal:4209:27660681,27661917:metal:4209:27662322,27661922:metal:4209:27662134,27682189:metal:4209:27683182,27699100:metal:4209:27699237,27713800:metal:4209:27713922,27714913:metal:4209:27715176,27716350:metal:4209:27716493,27724171:metal:4209:27724296,27727893:metal:4209:27728139,27731645:metal:4209:27731838,27734823:metal:4209:27735087,27748673:metal:4209:27748748,27749738:metal:4209:27749915,27778496:metal:4209:27778515,27783708:metal:4209:27783999,27788331:metal:4209:27788584,27811395:metal:4209:27811610,27824316:metal:4209:27824421,27828079:metal:4209:27828300,27832769:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0030594654474579825, 'nb_photo': 436, 'list_port_cont': '27388981,27391763,27396043,27399182,27400654,27404169,27404495,27409699,27413753,27414074,27419052,27419657,27436610,27439655,27442825,27443936,27444763,27450017,27452253,27452939,27464039,27484888,27486250,27489099,27492196,27492520,27497834,27499292,27501094,27502005,27503670,27508641,27597706,27606218,27623557,27624529,27628698,27629209,27632098,27633333,27633637,27634607,27634902,27636897,27638071,27641841,27642564,27643971,27644128,27645141,27646768,27650351,27654812,27662518,27685108,27686874,27688678,27689763,27691044,27692598,27695668,27697557,27698376,27700933,27703744,27709255,27712551,27714134,27717375,27723961,27724494,27725107,27725482,27725944,27726142,27726247,27726459,27727178,27727649,27727683,27729459,27732093,27732579,27734126,27735105,27735473,27741859,27742006,27742103,27742201,27742300,27742938,27748863,27749125,27749341,27749576,27750024,27753120,27756130,27757316,27763674,27768092,27769908,27770415,27783903,27786687,27787282,27796408,27796445,27802145,27802783,27804852,27805121,2780583', 'assoc_port': '27387817:27388981,27391353:27391763,27394662:27396043,27398433:27400654,27398489:27399182,27403859:27404495,27403867:27404169,27409036:27409699,27413329:27414074,27413362:27413753,27417934:27419657,27417938:27419052,27435758:27436610,27439190:27439655,27442333:27442825,27443682:27443936,27444703:27444763,27449558:27450017,27451939:27452939,27451942:27452253,27463792:27464039,27484305:27484888,27485659:27486250,27488597:27489099,27491433:27492520,27491435:27492196,27497513:27497834,27499185:27499292,27500785:27501094,27501599:27502005,27503313:27503670,27508381:27508641,27552556:27597706,27552572:27606218,27612829:27624529,27612864:27623557,27627416:27629209,27627423:27628698,27631519:27632098,27632563:27645141,27632628:27633637,27632633:27633333,27633575:27642564,27633647:27634607,27634469:27634902,27636063:27638071,27636066:27636897,27641144:27641841,27643652:27644128,27643674:27643971,27646363:27646768,27649740:27650351,27654129:27654812,27661884:27662518,27663936:27697557,27682164:27686874,27682212:2768510', 'assoc_mat': '27387817:metal:4211:27388981,27391353:metal:4211:27391763,27394662:metal:4211:27396043,27398433:metal:4211:27400654,27398489:metal:4211:27399182,27403859:metal:4211:27404495,27403867:metal:4211:27404169,27409036:metal:4211:27409699,27413329:metal:4211:27414074,27413362:metal:4211:27413753,27417934:metal:4211:27419657,27417938:metal:4211:27419052,27435758:metal:4211:27436610,27439190:metal:4211:27439655,27442333:metal:4211:27442825,27443682:metal:4211:27443936,27444703:metal:4211:27444763,27449558:metal:4211:27450017,27451939:metal:4211:27452939,27451942:metal:4211:27452253,27463792:metal:4211:27464039,27484305:metal:4211:27484888,27485659:metal:4211:27486250,27488597:metal:4211:27489099,27491433:metal:4211:27492520,27491435:metal:4211:27492196,27497513:metal:4211:27497834,27499185:metal:4211:27499292,27500785:metal:4211:27501094,27501599:metal:4211:27502005,27503313:metal:4211:27503670,27508381:metal:4211:27508641,27552556:metal:4211:27597706,27552572:metal:4211:27606218,27612829:metal:4211:27624529,27612864:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008875390882142378, 'nb_photo': 4, 'list_port_cont': '27910304,27944253', 'assoc_port': '27900929:27910304,27943509:27944253', 'assoc_mat': '27900929:metal:3327:27910304,27943509:metal:3327:27944253'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0013464287709556108, 'nb_photo': 365, 'list_port_cont': '27404058,27409520,27414661,27418161,27450448,27464131,27486197,27508693,27553039,27554038,27554361,27613072,27628075,27636659,27645925,27646634,27654633,27664179,27682647,27698730,27706808,27725255,27725806,27725972,27726226,27726383,27726821,27727621,27727957,27729856,27732111,27735326,27736256,27737933,27742112,27742354,27742381,27742399,27749010,27755743,27757358,27761314,27763585,27764520,27767568,27784383,27796390,27800352,27803395,27806412,27808949,27826545,27832602,27834111,27841655,27842077,27846845,27884234,27909959,27910421,27929184,27959454,27972837,27972936,27975685,28009263,28009918,28010451,28016214,28016469,28019304,28022046,28022558,28023639,28023917,28024190,28024852,28025346,28026337,28026703,28026872,28031007,28041836,28045395,28047562,28051569,28056933,28057238,28057808,28059852,28090622,28099881', 'assoc_port': '27403865:27404058,27409027:27409520,27414376:27414661,27417933:27418161,27448207:27450448,27463791:27464131,27485662:27486197,27507873:27508693,27552560:27554361,27552574:27554038,27552604:27553039,27612831:27613072,27627402:27628075,27632551:27636659,27643653:27645925,27646360:27646634,27654127:27654633,27663915:27664179,27682161:27682647,27691360:27698730,27706165:27706808,27724169:27727621,27724821:27727957,27724825:27725972,27724829:27726383,27724843:27726226,27724850:27725806,27724856:27725255,27724867:27726821,27729672:27729856,27731649:27732111,27733808:27735326,27734824:27736256,27737899:27737933,27741689:27742112,27741708:27742381,27741710:27742399,27741724:27742354,27748892:27749010,27755174:27755743,27756978:27757358,27760561:27764520,27760569:27761314,27763194:27763585,27767020:27767568,27783676:27784383,27796154:27796390,27799179:27800352,27803074:27803395,27805992:27806412,27808399:27808949,27826416:27826545,27831386:27832602,27833947:27834111,27841363:27841655,27841364:27842077,27843844:2784684', 'assoc_mat': '27403865:metal:3594:27404058,27409027:metal:3594:27409520,27414376:metal:3594:27414661,27417933:metal:3594:27418161,27448207:metal:3594:27450448,27463791:metal:3594:27464131,27485662:metal:3594:27486197,27507873:metal:3594:27508693,27552560:metal:3594:27554361,27552574:metal:3594:27554038,27552604:metal:3594:27553039,27612831:metal:3594:27613072,27627402:metal:3594:27628075,27632551:metal:3594:27636659,27643653:metal:3594:27645925,27646360:metal:3594:27646634,27654127:metal:3594:27654633,27663915:metal:3594:27664179,27682161:metal:3594:27682647,27691360:metal:3594:27698730,27706165:metal:3594:27706808,27724169:metal:3594:27727621,27724821:metal:3594:27727957,27724825:metal:3594:27725972,27724829:metal:3594:27726383,27724843:metal:3594:27726226,27724850:metal:3594:27725806,27724856:metal:3594:27725255,27724867:metal:3594:27726821,27729672:metal:3594:27729856,27731649:metal:3594:27732111,27733808:metal:3594:27735326,27734824:metal:3594:27736256,27737899:metal:3594:27737933,27741689:metal:3594:27742112,27741708:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.021818694047158107, 'nb_photo': 240, 'list_port_cont': '27411212,27456978,27498498,27656502,27690757,27717956,27727311,27729771,27742226,27764176,27772649,27796229,27835256,27836108,27912048,27947798,27953214,28023830,28025768,28051915,28054009,28054883,28055041,28056646,28058072', 'assoc_port': '27403861:27411212,27447657:27456978,27497510:27498498,27632560:27656502,27643654:27690757,27708723:27717956,27724848:27727311,27729673:27729771,27741703:27742226,27755172:27764176,27758988:27772649,27796153:27796229,27835201:27835256,27835204:27836108,27900926:27912048,27909294:28025768,27947304:27947798,27952837:27953214,28009556:28051915,28010398:28054883,28010400:28055041,28011647:28056646,28015478:28023830,28024265:28054009,28055935:28058072', 'assoc_mat': '27403861:papier:4205:27411212,27447657:papier:4205:27456978,27497510:papier:4205:27498498,27632560:papier:4205:27656502,27643654:papier:4205:27690757,27708723:papier:4205:27717956,27724848:papier:4205:27727311,27729673:papier:4205:27729771,27741703:papier:4205:27742226,27755172:papier:4205:27764176,27758988:papier:4205:27772649,27796153:papier:4205:27796229,27835201:papier:4205:27835256,27835204:papier:4205:27836108,27900926:papier:4205:27912048,27909294:papier:4205:28025768,27947304:papier:4205:27947798,27952837:papier:4205:27953214,28009556:papier:4205:28051915,28010398:papier:4205:28054883,28010400:papier:4205:28055041,28011647:papier:4205:28056646,28015478:papier:4205:28023830,28024265:papier:4205:28054009,28055935:papier:4205:28058072'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.028628602535231355, 'nb_photo': 10488, 'list_port_cont': '27411791,27416418,27450153,27458160,27458635,27496613,27496849,27505717,27599125,27600006,27636551,27659024,27687208,27693179,27693896,27695932,27703782,27708557,27715739,27725894,27725917,27726052,27727845,27732142,27735310,27742953,27749058,27749097,27757542,27775785,27795608,27821691,27831191,27831626,27832154,27844468,27865310,27865504,27893735,27912543,27945756,27953137,27964494,27964988,28024012,28024884,28026063,28028272,28029961,28032108,28043330,28043533,28045853,28046988,28049847,28051795,28052301,28054083,28054844,28055310,28056965,28057108,28057222,28057294,28057980,28057997,28058102,28061008,28066552,28066596,28072672,28072713,28092378,28173321', 'assoc_port': '27403862:27411791,27413358:27416418,27441324:27450153,27448202:27458160,27455138:27458635,27490307:27496613,27491431:27496849,27500774:27505717,27552595:27599125,27552601:27600006,27612832:27636551,27630006:27693896,27633661:27659024,27640535:27687208,27649744:27693179,27661919:27695932,27691375:27708557,27703265:27703782,27713799:27715739,27724817:27725894,27724863:27726052,27724865:27725917,27727569:27727845,27731643:27732142,27734822:27735310,27741731:27742953,27748678:27749058,27748679:27749097,27756982:27757542,27770884:27775785,27793956:27795608,27803073:27831191,27811399:27821691,27825815:27832154,27831391:27831626,27837924:27844468,27861240:27893735,27861242:27865310,27861247:27865504,27900895:27912543,27900932:27964988,27900933:27964494,27909302:28026063,27940996:27945756,27950167:27953137,27970549:28028272,27970685:28029961,27970904:28032108,28008294:28046988,28008523:28049847,28008637:28043330,28008641:28043533,28009581:28052301,28009773:28066596,28010039:28054083,28010237:28054844,28010428:2805531', 'assoc_mat': '27403862:papier:4203:27411791,27413358:papier:4203:27416418,27441324:papier:4203:27450153,27448202:papier:4203:27458160,27455138:papier:4203:27458635,27490307:papier:4203:27496613,27491431:papier:4203:27496849,27500774:papier:4203:27505717,27552595:papier:4203:27599125,27552601:papier:4203:27600006,27612832:papier:4203:27636551,27630006:papier:4203:27693896,27633661:papier:4203:27659024,27640535:papier:4203:27687208,27649744:papier:4203:27693179,27661919:papier:4203:27695932,27691375:papier:4203:27708557,27703265:papier:4203:27703782,27713799:papier:4203:27715739,27724817:papier:4203:27725894,27724863:papier:4203:27726052,27724865:papier:4203:27725917,27727569:papier:4203:27727845,27731643:papier:4203:27732142,27734822:papier:4203:27735310,27741731:papier:4203:27742953,27748678:papier:4203:27749058,27748679:papier:4203:27749097,27756982:papier:4203:27757542,27770884:papier:4203:27775785,27793956:papier:4203:27795608,27803073:papier:4203:27831191,27811399:papier:4203:27821691,27825815:papier:4203:27832154,2783'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.021290182817541876, 'nb_photo': 12085, 'list_port_cont': '27388148,27391569,27396018,27397017,27398612,27403871,27405553,27406639,27408432,27409097,27410411,27411896,27413432,27414565,27415359,27415564,27418141,27419399,27439406,27442524,27443745,27444150,27444996,27447759,27448222,27449614,27450462,27451587,27452002,27455203,27456537,27458137,27462486,27476686,27478219,27481083,27485843,27487933,27488714,27490176,27490406,27494105,27497577,27498397,27500829,27501689,27503364,27504185,27507885,27557593,27561262,27561843,27562348,27612932,27613914,27615106,27615602,27627490,27630227,27631656,27632790,27633838,27636290,27642784,27643746,27644693,27645165,27646974,27649844,27651326,27652026,27654021,27654149,27656344,27656885,27657611,27657870,27658107,27658420,27660482,27661970,27683839,27688195,27696574,27697308,27698065,27699301,27702489,27702720,27702971,27703373,27704729,27705885,27706029,27706250,27706300,27707198,27708850,27709201,27711727,27713832,27714998,27716401,27717102,27723632,27724267,27724941,27724965,27725081,27725603,27725700,27725815,27725845,2772633', 'assoc_port': '27387814:27388148,27391360:27391569,27395949:27397017,27395957:27396018,27398480:27398612,27403863:27403871,27405485:27405553,27406518:27408432,27406559:27406639,27409010:27411896,27409033:27409097,27410314:27410411,27413330:27415359,27413360:27414565,27413363:27413432,27415524:27415564,27417937:27419399,27417942:27418141,27439192:27439406,27442334:27442524,27443662:27443745,27444090:27444150,27444955:27444996,27447685:27447759,27448205:27448222,27449553:27451587,27449557:27449614,27450403:27450462,27451940:27452002,27455132:27456537,27455144:27455203,27458103:27458137,27462446:27462486,27476433:27476686,27478021:27478219,27480978:27481083,27485657:27485843,27487666:27490176,27487691:27487933,27488596:27488714,27490306:27490406,27494001:27494105,27497508:27498397,27497515:27497577,27500778:27500829,27501605:27501689,27503283:27504185,27503312:27503364,27507877:27507885,27552566:27562348,27552576:27561843,27552580:27561262,27552592:27557593,27612819:27615602,27612821:27615106,27612833:27613914,27612839:2761293', 'assoc_mat': '27387814:papier:4207:27388148,27391360:papier:4207:27391569,27395949:papier:4207:27397017,27395957:papier:4207:27396018,27398480:papier:4207:27398612,27403863:papier:4207:27403871,27405485:papier:4207:27405553,27406518:papier:4207:27408432,27406559:papier:4207:27406639,27409010:papier:4207:27411896,27409033:papier:4207:27409097,27410314:papier:4207:27410411,27413330:papier:4207:27415359,27413360:papier:4207:27414565,27413363:papier:4207:27413432,27415524:papier:4207:27415564,27417937:papier:4207:27419399,27417942:papier:4207:27418141,27439192:papier:4207:27439406,27442334:papier:4207:27442524,27443662:papier:4207:27443745,27444090:papier:4207:27444150,27444955:papier:4207:27444996,27447685:papier:4207:27447759,27448205:papier:4207:27448222,27449553:papier:4207:27451587,27449557:papier:4207:27449614,27450403:papier:4207:27450462,27451940:papier:4207:27452002,27455132:papier:4207:27456537,27455144:papier:4207:27455203,27458103:papier:4207:27458137,27462446:papier:4207:27462486,27476433:papier:4207:27476686,2747'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.18760391607149016, 'nb_photo': 43722, 'list_port_cont': '27388108,27388244,27391803,27396191,27404269,27405744,27409457,27413503,27414626,27415751,27418191,27442739,27444238,27445123,27446278,27448046,27449800,27452052,27455565,27474333,27478647,27484819,27487725,27491784,27494452,27498735,27501060,27508545,27601690,27613093,27630483,27633078,27634050,27634212,27634911,27638162,27642943,27645513,27646743,27652472,27656802,27662203,27662333,27683380,27683743,27688743,27691972,27698154,27698533,27703872,27712054,27716533,27720278,27724323,27725132,27725273,27725345,27725443,27725767,27725857,27728106,27729785,27731932,27733468,27735549,27741971,27742902,27742965,27748552,27749168,27749228,27749936,27751908,27763793,27767089,27767454,27769818,27778066,27788689,27790714,27794467,27804646,27804806,27806374,27809813,27819516,27825019,27826059,27828269,27829805,27831506,27832996,27835717,27839602,27846448,27861821,27867890,27879816,27884192,27884340,27902374,27903807,27909655,27922876,27929670,27929746,27947605,27950723,27959492,27971848,27972041,27972241,27972386,2797262', 'assoc_port': '27387806:27388108,27387810:27388244,27391358:27391803,27395953:27396191,27403868:27404269,27405483:27405744,27409030:27409457,27413357:27413503,27414375:27414626,27415525:27415751,27417944:27418191,27442369:27442739,27444089:27444238,27444957:27445123,27444958:27446278,27447678:27448046,27449556:27449800,27451941:27452052,27455145:27455565,27473891:27474333,27478027:27478647,27484302:27484819,27487693:27487725,27491434:27491784,27494005:27494452,27498534:27498735,27500783:27501060,27508383:27508545,27552582:27601690,27612834:27613093,27630010:27630483,27632604:27633078,27633566:27638162,27633623:27634212,27633652:27634050,27634487:27634911,27642739:27642943,27645058:27645513,27646354:27646743,27651911:27652472,27654132:27656802,27661886:27662203,27661889:27662333,27682148:27683743,27682204:27683380,27687827:27698154,27688001:27688743,27691412:27691972,27697880:27698533,27703255:27703872,27711664:27712054,27716353:27716533,27720163:27720278,27724176:27724323,27724811:27725857,27724831:27725767,27724847:2772544', 'assoc_mat': '27387806:papier:4461:27388108,27387810:papier:4461:27388244,27391358:papier:4461:27391803,27395953:papier:4461:27396191,27403868:papier:4461:27404269,27405483:papier:4461:27405744,27409030:papier:4461:27409457,27413357:papier:4461:27413503,27414375:papier:4461:27414626,27415525:papier:4461:27415751,27417944:papier:4461:27418191,27442369:papier:4461:27442739,27444089:papier:4461:27444238,27444957:papier:4461:27445123,27444958:papier:4461:27446278,27447678:papier:4461:27448046,27449556:papier:4461:27449800,27451941:papier:4461:27452052,27455145:papier:4461:27455565,27473891:papier:4461:27474333,27478027:papier:4461:27478647,27484302:papier:4461:27484819,27487693:papier:4461:27487725,27491434:papier:4461:27491784,27494005:papier:4461:27494452,27498534:papier:4461:27498735,27500783:papier:4461:27501060,27508383:papier:4461:27508545,27552582:papier:4461:27601690,27612834:papier:4461:27613093,27630010:papier:4461:27630483,27632604:papier:4461:27633078,27633566:papier:4461:27638162,27633623:papier:4461:27634212,2763'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1116671575428323, 'nb_photo': 5531, 'list_port_cont': '27388204,27391657,27398852,27403980,27404227,27406705,27407043,27409256,27413533,27413676,27413993,27415619,27418078,27418260,27441482,27442679,27443839,27445191,27445298,27445367,27448023,27448283,27449661,27450578,27452172,27455392,27455754,27458218,27474393,27476755,27481193,27481267,27484643,27486051,27490485,27491707,27494183,27494489,27497726,27498635,27500964,27503443,27503570,27507905,27507953,27583561,27613061,27623302,27623614,27632927,27633274,27633720,27633986,27634859,27635376,27635585,27636265,27636462,27636721,27640888,27641241,27643819,27643890,27650036,27650200,27652364,27653339,27654266,27657719,27660800,27683007,27688385,27688892,27688934,27689719,27692009,27695422,27698293,27703632,27703770,27704221,27716434,27716605,27720101,27720215,27723232,27723413,27724358,27725044,27725100,27725512,27725624,27725677,27725717,27726200,27729304,27729939,27731036,27732504,27732523,27733981,27735083,27735518,27735583,27741845,27741927,27742060,27742218,27742875,27742881,27748534,27748588,27748760,2774902', 'assoc_port': '27387812:27388204,27391356:27391657,27398487:27398852,27403860:27404227,27403866:27403980,27406521:27407043,27406526:27406705,27409024:27409256,27413328:27413993,27413331:27413676,27413361:27413533,27415496:27415619,27417932:27418260,27417939:27418078,27441327:27441482,27442370:27442679,27443683:27443839,27444952:27445298,27444953:27445367,27444954:27445191,27447683:27448023,27448204:27448283,27449554:27449661,27450402:27450578,27451943:27452172,27455125:27455754,27455140:27455392,27458101:27458218,27473893:27474393,27476459:27476755,27480971:27481267,27480974:27481193,27484307:27484643,27485664:27486051,27490305:27490485,27491432:27491707,27493995:27494489,27493999:27494183,27497512:27497726,27498561:27498635,27500780:27500964,27503284:27503570,27503310:27503443,27507872:27507953,27507874:27507905,27552562:27583561,27612823:27623614,27612827:27623302,27612836:27613061,27632498:27636265,27632554:27635585,27632568:27633274,27632602:27633720,27632631:27632927,27633617:27635376,27633659:27633986,27634467:2763485', 'assoc_mat': '27387812:papier:4200:27388204,27391356:papier:4200:27391657,27398487:papier:4200:27398852,27403860:papier:4200:27404227,27403866:papier:4200:27403980,27406521:papier:4200:27407043,27406526:papier:4200:27406705,27409024:papier:4200:27409256,27413328:papier:4200:27413993,27413331:papier:4200:27413676,27413361:papier:4200:27413533,27415496:papier:4200:27415619,27417932:papier:4200:27418260,27417939:papier:4200:27418078,27441327:papier:4200:27441482,27442370:papier:4200:27442679,27443683:papier:4200:27443839,27444952:papier:4200:27445298,27444953:papier:4200:27445367,27444954:papier:4200:27445191,27447683:papier:4200:27448023,27448204:papier:4200:27448283,27449554:papier:4200:27449661,27450402:papier:4200:27450578,27451943:papier:4200:27452172,27455125:papier:4200:27455754,27455140:papier:4200:27455392,27458101:papier:4200:27458218,27473893:papier:4200:27474393,27476459:papier:4200:27476755,27480971:papier:4200:27481267,27480974:papier:4200:27481193,27484307:papier:4200:27484643,27485664:papier:4200:27486051,2749'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970649682684423, 'nb_photo': 23891, 'list_port_cont': '27396110,27403905,27410546,27415671,27419067,27443776,27455448,27476861,27485929,27488955,27494315,27499340,27500918,27501813,27507925,27583803,27583942,27632897,27633939,27634743,27640908,27646521,27646627,27660693,27662124,27662325,27683180,27688551,27695343,27699233,27713923,27715183,27716481,27724294,27725027,27728142,27731844,27734929,27735088,27741785,27741886,27748742,27748999,27749917,27778518,27783985,27784434,27784511,27784524,27788585,27811603,27824429,27828307,27829702,27832963,27836447,27841642,27863264,27868718,27880544,27883778,27909621,27909821,27929203,27931024,27941238,27941293,27941365,27948211,27948241,27959275,27961229,27971441,27971589,27971740,27972065,27972455,27983931,28002126,28007367,28009211,28009553,28009562,28010201,28010334,28010474,28010493,28010702,28011000,28011066,28011629,28011919,28012265,28012609,28012737,28013082,28013250,28013308,28013467,28014088,28015881,28016358,28016453,28017085,28018789,28019183,28019250,28020005,28021404,28023811,28024267,28024520,28024716,2802612', 'assoc_port': '27395955:27396110,27403864:27403905,27410308:27410546,27415498:27415671,27418933:27419067,27443663:27443776,27455134:27455448,27476481:27476861,27485654:27485929,27488571:27488955,27494003:27494315,27499188:27499340,27500776:27500918,27501601:27501813,27507876:27507925,27552564:27583942,27552578:27583803,27632495:27632897,27633572:27633939,27634471:27634743,27640533:27640908,27646358:27646627,27646362:27646521,27660423:27660693,27661917:27662325,27661922:27662124,27682189:27683180,27687912:27688551,27694857:27695343,27699100:27699233,27713800:27713923,27714913:27715183,27716350:27716481,27724171:27724294,27724895:27725027,27727893:27728142,27731645:27731844,27734823:27735088,27734825:27734929,27741726:27741886,27741727:27741785,27748673:27748742,27748907:27748999,27749738:27749917,27778496:27778518,27783599:27784511,27783607:27784524,27783667:27784434,27783708:27783985,27788331:27788585,27811395:27811603,27824316:27824429,27828079:27828307,27829589:27829702,27832769:27832963,27836294:27836447,27841393:2784164', 'assoc_mat': '27395955:papier:4209:27396110,27403864:papier:4209:27403905,27410308:papier:4209:27410546,27415498:papier:4209:27415671,27418933:papier:4209:27419067,27443663:papier:4209:27443776,27455134:papier:4209:27455448,27476481:papier:4209:27476861,27485654:papier:4209:27485929,27488571:papier:4209:27488955,27494003:papier:4209:27494315,27499188:papier:4209:27499340,27500776:papier:4209:27500918,27501601:papier:4209:27501813,27507876:papier:4209:27507925,27552564:papier:4209:27583942,27552578:papier:4209:27583803,27632495:papier:4209:27632897,27633572:papier:4209:27633939,27634471:papier:4209:27634743,27640533:papier:4209:27640908,27646358:papier:4209:27646627,27646362:papier:4209:27646521,27660423:papier:4209:27660693,27661917:papier:4209:27662325,27661922:papier:4209:27662124,27682189:papier:4209:27683180,27687912:papier:4209:27688551,27694857:papier:4209:27695343,27699100:papier:4209:27699233,27713800:papier:4209:27713923,27714913:papier:4209:27715183,27716350:papier:4209:27716481,27724171:papier:4209:27724294,2772'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9792430540164833, 'nb_photo': 29, 'list_port_cont': '28003303,28010939,28020137,28073100', 'assoc_port': '28001990:28003303,28010259:28010939,28011523:28020137,28072024:28073100', 'assoc_mat': '28001990:papier:3726:28003303,28010259:papier:3726:28010939,28011523:papier:3726:28020137,28072024:papier:3726:28073100'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00972975699785171, 'nb_photo': 32819, 'list_port_cont': '27388301,27388973,27391767,27395044,27395577,27396056,27399173,27400660,27404162,27404504,27407313,27409702,27413759,27414076,27418359,27418572,27419054,27419652,27436594,27439664,27440755,27441499,27442814,27443941,27444758,27445245,27446696,27447975,27450019,27452250,27452532,27452949,27455792,27458179,27464033,27474742,27477317,27477657,27478671,27481137,27484897,27486246,27488111,27489106,27490686,27492202,27492517,27494248,27497835,27498829,27499286,27501107,27501358,27502002,27503677,27503698,27508632,27597701,27598303,27606212,27623570,27623693,27624395,27624530,27625422,27628689,27629213,27631194,27632111,27633340,27633629,27634609,27634897,27636132,27636908,27638081,27641471,27641848,27642556,27643071,27643662,27643963,27644126,27644579,27645143,27646435,27646783,27647849,27650348,27654493,27654816,27657960,27658552,27660880,27662526,27685109,27685393,27686875,27688677,27689548,27689768,27691035,27692588,27693415,27695662,27697029,27697559,27698372,27700571,27700926,27703738,27706666,27709260,2771225', 'assoc_port': '27387817:27388973,27387820:27388301,27391353:27391767,27394662:27396056,27394664:27395577,27394665:27395044,27398433:27400660,27398489:27399173,27403859:27404504,27403867:27404162,27406529:27407313,27409036:27409702,27413329:27414076,27413362:27413759,27417934:27419652,27417938:27419054,27417940:27418572,27417943:27418359,27435758:27436594,27439190:27439664,27439191:27440755,27441326:27441499,27442333:27442814,27443682:27443941,27444703:27444758,27444956:27445245,27446536:27446696,27447686:27447975,27449558:27450019,27451939:27452949,27451942:27452250,27451944:27452532,27455142:27455792,27458102:27458179,27463792:27464033,27473889:27474742,27476439:27477657,27476462:27477317,27478024:27478671,27480972:27481137,27484305:27484897,27485659:27486246,27487692:27488111,27488597:27489106,27490304:27490686,27491433:27492517,27491435:27492202,27493997:27494248,27497513:27497835,27498535:27498829,27499185:27499286,27500781:27501358,27500785:27501107,27501599:27502002,27503311:27503698,27503313:27503677,27508381:2750863', 'assoc_mat': '27387817:papier:4211:27388973,27387820:papier:4211:27388301,27391353:papier:4211:27391767,27394662:papier:4211:27396056,27394664:papier:4211:27395577,27394665:papier:4211:27395044,27398433:papier:4211:27400660,27398489:papier:4211:27399173,27403859:papier:4211:27404504,27403867:papier:4211:27404162,27406529:papier:4211:27407313,27409036:papier:4211:27409702,27413329:papier:4211:27414076,27413362:papier:4211:27413759,27417934:papier:4211:27419652,27417938:papier:4211:27419054,27417940:papier:4211:27418572,27417943:papier:4211:27418359,27435758:papier:4211:27436594,27439190:papier:4211:27439664,27439191:papier:4211:27440755,27441326:papier:4211:27441499,27442333:papier:4211:27442814,27443682:papier:4211:27443941,27444703:papier:4211:27444758,27444956:papier:4211:27445245,27446536:papier:4211:27446696,27447686:papier:4211:27447975,27449558:papier:4211:27450019,27451939:papier:4211:27452949,27451942:papier:4211:27452250,27451944:papier:4211:27452532,27455142:papier:4211:27455792,27458102:papier:4211:27458179,2746'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004413149124121256, 'nb_photo': 312, 'list_port_cont': '27404539,27405970,27410906,27413941,27444579,27444773,27446706,27448416,27450771,27456033,27481323,27489078,27489231,27491950,27593319,27594111,27613191,27632132,27633559,27634753,27634952,27640434,27641364,27643270,27645883,27650327,27654685,27684259,27684889,27696863,27698646,27704018,27709470,27712224,27725304,27725436,27726169,27726412,27727781,27729004,27729897,27731185,27732618,27734151,27735656,27742128,27742345,27742367,27752197,27753160,27759708,27763943,27771907,27772107,27794618,27794655,27803695,27806558,27809860,27824501,27832556,27833074,27834189,27836592,27841983,27879463,27884510,27884649,27904506,27910298,27910595,27911072,27946720,27948319,27953744,27973724,27974688,27975301,27976057,28009865,28012349,28013062,28014093,28016602,28016767,28017840,28018635,28020673,28020957,28021713,28022946,28024290,28027556,28029261,28030926,28034005,28035953,28037575,28038501,28041372,28042360,28043984,28044376,28047020,28047036,28051238,28057184,28057274,28105090', 'assoc_port': '27403857:27404539,27405487:27405970,27410312:27410906,27413359:27413941,27441325:27444579,27444704:27444773,27446535:27446706,27448206:27448416,27450404:27450771,27455136:27456033,27480981:27481323,27488570:27489231,27488598:27489078,27491436:27491950,27552570:27594111,27552607:27593319,27612838:27613191,27631521:27632132,27632501:27633559,27632556:27640434,27633619:27634952,27633645:27634753,27633654:27641364,27642713:27643270,27645052:27645883,27649737:27650327,27654126:27654685,27682168:27684889,27682219:27684259,27696342:27696863,27697882:27698646,27703261:27704018,27708725:27709470,27711670:27712224,27724819:27726412,27724835:27726169,27724852:27729004,27724873:27725304,27724892:27725436,27727575:27727781,27729668:27729897,27730863:27731185,27732212:27732618,27733812:27734151,27735399:27735656,27741697:27742367,27741714:27742345,27741722:27742128,27751513:27752197,27752666:27753160,27758990:27759708,27763188:27763943,27770872:27772107,27770878:27771907,27793955:27794655,27793994:27794618,27803070:2780369', 'assoc_mat': '27403857:papier:3327:27404539,27405487:papier:3327:27405970,27410312:papier:3327:27410906,27413359:papier:3327:27413941,27441325:papier:3327:27444579,27444704:papier:3327:27444773,27446535:papier:3327:27446706,27448206:papier:3327:27448416,27450404:papier:3327:27450771,27455136:papier:3327:27456033,27480981:papier:3327:27481323,27488570:papier:3327:27489231,27488598:papier:3327:27489078,27491436:papier:3327:27491950,27552570:papier:3327:27594111,27552607:papier:3327:27593319,27612838:papier:3327:27613191,27631521:papier:3327:27632132,27632501:papier:3327:27633559,27632556:papier:3327:27640434,27633619:papier:3327:27634952,27633645:papier:3327:27634753,27633654:papier:3327:27641364,27642713:papier:3327:27643270,27645052:papier:3327:27645883,27649737:papier:3327:27650327,27654126:papier:3327:27654685,27682168:papier:3327:27684889,27682219:papier:3327:27684259,27696342:papier:3327:27696863,27697882:papier:3327:27698646,27703261:papier:3327:27704018,27708725:papier:3327:27709470,27711670:papier:3327:27712224,2772'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.061994061954673156, 'nb_photo': 11960, 'list_port_cont': '27404050,27406957,27409517,27413720,27414662,27418156,27447825,27448334,27450015,27450456,27450710,27464134,27486188,27508695,27553043,27554047,27554359,27613080,27628069,27636654,27645919,27646631,27654636,27664182,27682652,27695561,27698732,27699558,27700002,27706806,27725250,27725591,27725808,27725974,27726081,27726219,27726384,27726516,27726826,27727618,27727954,27729855,27732115,27735320,27736258,27737931,27742087,27742113,27742281,27742359,27742386,27742398,27742415,27742542,27749022,27755753,27757354,27761315,27763584,27764515,27767263,27767578,27784376,27795276,27796392,27797040,27800358,27803389,27806410,27807295,27808941,27826548,27832609,27834110,27841661,27842078,27846849,27884235,27884549,27884979,27909964,27910425,27929191,27959459,27972834,27972943,27975689,28009262,28009912,28010453,28011754,28016206,28016474,28017358,28018705,28019302,28021582,28022054,28022555,28022764,28023645,28023925,28024197,28024853,28025348,28025994,28026329,28026704,28026867,28027389,28031008,28041835,28045399,2804755', 'assoc_port': '27403865:27404050,27406524:27406957,27409027:27409517,27413291:27413720,27414376:27414662,27417933:27418156,27447684:27447825,27448207:27450456,27448208:27448334,27449555:27450015,27450401:27450710,27463791:27464134,27485662:27486188,27507873:27508695,27552560:27554359,27552574:27554047,27552604:27553043,27612831:27613080,27627402:27628069,27632551:27636654,27643653:27645919,27646360:27646631,27654127:27654636,27663915:27664182,27682161:27682652,27691360:27698732,27694858:27695561,27699098:27699558,27699099:27700002,27706165:27706806,27724169:27727618,27724821:27727954,27724825:27725974,27724829:27726384,27724841:27726516,27724843:27726219,27724845:27726081,27724849:27725591,27724850:27725808,27724856:27725250,27724867:27726826,27729672:27729855,27731649:27732115,27733808:27735320,27734824:27736258,27737899:27737931,27741689:27742113,27741695:27742281,27741706:27742542,27741708:27742386,27741710:27742398,27741717:27742415,27741724:27742359,27741728:27742087,27748892:27749022,27755174:27755753,27756978:2775735', 'assoc_mat': '27403865:papier:3594:27404050,27406524:papier:3594:27406957,27409027:papier:3594:27409517,27413291:papier:3594:27413720,27414376:papier:3594:27414662,27417933:papier:3594:27418156,27447684:papier:3594:27447825,27448207:papier:3594:27450456,27448208:papier:3594:27448334,27449555:papier:3594:27450015,27450401:papier:3594:27450710,27463791:papier:3594:27464134,27485662:papier:3594:27486188,27507873:papier:3594:27508695,27552560:papier:3594:27554359,27552574:papier:3594:27554047,27552604:papier:3594:27553043,27612831:papier:3594:27613080,27627402:papier:3594:27628069,27632551:papier:3594:27636654,27643653:papier:3594:27645919,27646360:papier:3594:27646631,27654127:papier:3594:27654636,27663915:papier:3594:27664182,27682161:papier:3594:27682652,27691360:papier:3594:27698732,27694858:papier:3594:27695561,27699098:papier:3594:27699558,27699099:papier:3594:27700002,27706165:papier:3594:27706806,27724169:papier:3594:27727618,27724821:papier:3594:27727954,27724825:papier:3594:27725974,27724829:papier:3594:27726384,2772'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002084494964984727, 'nb_photo': 6, 'list_port_cont': '27717959,27729763,27836104,28023814,28051923', 'assoc_port': '27708723:27717959,27729673:27729763,27835204:27836104,28009556:28051923,28015478:28023814', 'assoc_mat': '27708723:pehd:4205:27717959,27729673:pehd:4205:27729763,27835204:pehd:4205:27836104,28009556:pehd:4205:28051923,28015478:pehd:4205:28023814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0033718170821413983, 'nb_photo': 244, 'list_port_cont': '27411782,27416414,27450159,27458642,27496616,27496842,27505706,27600004,27636553,27659027,27687194,27693180,27693909,27695940,27703787,27708561,27725886,27726049,27727841,27732137,27742954,27749091,27775775,27821701,27831198,27832143,27844466,27865311,27865498,27893739,27912542,27945749,27953147,27964496,28024006,28024886,28026064,28028275,28029957,28032112,28043332,28043527,28045864,28046991,28049853,28051802,28052309,28054088,28054846,28055311,28056975,28057103,28057224,28057298,28057981,28066563,28066592,28072671,28072710,28092379,28173324', 'assoc_port': '27403862:27411782,27413358:27416414,27441324:27450159,27455138:27458642,27490307:27496616,27491431:27496842,27500774:27505706,27552601:27600004,27612832:27636553,27630006:27693909,27633661:27659027,27640535:27687194,27649744:27693180,27661919:27695940,27691375:27708561,27703265:27703787,27724817:27725886,27724863:27726049,27727569:27727841,27731643:27732137,27741731:27742954,27748679:27749091,27770884:27775775,27803073:27831198,27811399:27821701,27825815:27832143,27837924:27844466,27861240:27893739,27861242:27865311,27861247:27865498,27900895:27912542,27900933:27964496,27909302:28026064,27940996:27945749,27950167:27953147,27970549:28028275,27970685:28029957,27970904:28032112,28008294:28046991,28008523:28049853,28008637:28043332,28008641:28043527,28009581:28052309,28009773:28066592,28010039:28054088,28010237:28054846,28010428:28055311,28011453:28056975,28011657:28057298,28011804:28057224,28015315:28066563,28015654:28024006,28024262:28024886,28041189:28051802,28041191:28045864,28056154:28057103,28056189:2805798', 'assoc_mat': '27403862:pehd:4203:27411782,27413358:pehd:4203:27416414,27441324:pehd:4203:27450159,27455138:pehd:4203:27458642,27490307:pehd:4203:27496616,27491431:pehd:4203:27496842,27500774:pehd:4203:27505706,27552601:pehd:4203:27600004,27612832:pehd:4203:27636553,27630006:pehd:4203:27693909,27633661:pehd:4203:27659027,27640535:pehd:4203:27687194,27649744:pehd:4203:27693180,27661919:pehd:4203:27695940,27691375:pehd:4203:27708561,27703265:pehd:4203:27703787,27724817:pehd:4203:27725886,27724863:pehd:4203:27726049,27727569:pehd:4203:27727841,27731643:pehd:4203:27732137,27741731:pehd:4203:27742954,27748679:pehd:4203:27749091,27770884:pehd:4203:27775775,27803073:pehd:4203:27831198,27811399:pehd:4203:27821701,27825815:pehd:4203:27832143,27837924:pehd:4203:27844466,27861240:pehd:4203:27893739,27861242:pehd:4203:27865311,27861247:pehd:4203:27865498,27900895:pehd:4203:27912542,27900933:pehd:4203:27964496,27909302:pehd:4203:28026064,27940996:pehd:4203:27945749,27950167:pehd:4203:27953147,27970549:pehd:4203:28028275,27970685:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027653618040189933, 'nb_photo': 176, 'list_port_cont': '27388147,27405547,27406652,27414567,27415567,27443754,27447750,27455208,27462487,27485853,27490175,27494104,27497574,27498398,27500834,27561839,27627488,27631655,27632803,27633846,27643751,27644695,27646969,27656329,27657867,27658428,27683846,27698072,27699302,27702483,27706031,27706302,27708847,27713836,27716395,27723628,27724263,27724975,27725077,27725611,27725827,27725849,27727199,27727376,27727599,27728395,27729708,27730905,27731752,27734109,27741815,27742042,27742078,27749414,27749538,27753269,27767040,27769412,27770968,27775411,27788426,27795231,27804346,27819466,27829183,27831138,27831455,27832859,27834097,27837781,27839199,27846155,27863180,27868705,27887992,27901732,27912664,27931361,27947470,28009790,28027460,28027763,28028308,28029683,28030983,28031763,28032097,28032455,28045078,28046523,28048094,28048518,28049977,28051402,28051996,28052606,28053110,28053497,28054137,28054324,28054550,28054957,28055468,28055497,28055597,28055683,28055746,28056116,28056381,28058974,28060765,28061368,28061429,2806158', 'assoc_port': '27387814:27388147,27405485:27405547,27406559:27406652,27413360:27414567,27415524:27415567,27443662:27443754,27447685:27447750,27455144:27455208,27462446:27462487,27485657:27485853,27487666:27490175,27494001:27494104,27497508:27498398,27497515:27497574,27500778:27500834,27552576:27561839,27627421:27627488,27631524:27631655,27632528:27656329,27632611:27632803,27633569:27657867,27633643:27658428,27633656:27633846,27642711:27644695,27643656:27643751,27646346:27646969,27682140:27702483,27682208:27683846,27691361:27706031,27697878:27698072,27699097:27699302,27706166:27706302,27708726:27708847,27713774:27713836,27716354:27716395,27722957:27723628,27724173:27724263,27724846:27727199,27724851:27727376,27724859:27725827,27724871:27725849,27724889:27725611,27724893:27724975,27725036:27725077,27727567:27727599,27727891:27728395,27729667:27729708,27730860:27730905,27731647:27731752,27733804:27734109,27741713:27742042,27741718:27742078,27741734:27741815,27748891:27749414,27749482:27749538,27751506:27753269,27767021:2776704', 'assoc_mat': '27387814:pehd:4207:27388147,27405485:pehd:4207:27405547,27406559:pehd:4207:27406652,27413360:pehd:4207:27414567,27415524:pehd:4207:27415567,27443662:pehd:4207:27443754,27447685:pehd:4207:27447750,27455144:pehd:4207:27455208,27462446:pehd:4207:27462487,27485657:pehd:4207:27485853,27487666:pehd:4207:27490175,27494001:pehd:4207:27494104,27497508:pehd:4207:27498398,27497515:pehd:4207:27497574,27500778:pehd:4207:27500834,27552576:pehd:4207:27561839,27627421:pehd:4207:27627488,27631524:pehd:4207:27631655,27632528:pehd:4207:27656329,27632611:pehd:4207:27632803,27633569:pehd:4207:27657867,27633643:pehd:4207:27658428,27633656:pehd:4207:27633846,27642711:pehd:4207:27644695,27643656:pehd:4207:27643751,27646346:pehd:4207:27646969,27682140:pehd:4207:27702483,27682208:pehd:4207:27683846,27691361:pehd:4207:27706031,27697878:pehd:4207:27698072,27699097:pehd:4207:27699302,27706166:pehd:4207:27706302,27708726:pehd:4207:27708847,27713774:pehd:4207:27713836,27716354:pehd:4207:27716395,27722957:pehd:4207:27723628,27724173:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0077621080510047215, 'nb_photo': 17, 'list_port_cont': '27396189,27414624,27418199,27445117,27662193,27691964,27835724,27929673,27971854,28009611,28013360,28058271,28072499,28091267', 'assoc_port': '27395953:27396189,27414375:27414624,27417944:27418199,27444957:27445117,27661886:27662193,27691412:27691964,27835208:27835724,27928875:27929673,27970902:27971854,28008559:28009611,28012559:28013360,28055828:28058271,28072044:28072499,28090372:28091267', 'assoc_mat': '27395953:pehd:4461:27396189,27414375:pehd:4461:27414624,27417944:pehd:4461:27418199,27444957:pehd:4461:27445117,27661886:pehd:4461:27662193,27691412:pehd:4461:27691964,27835208:pehd:4461:27835724,27928875:pehd:4461:27929673,27970902:pehd:4461:27971854,28008559:pehd:4461:28009611,28012559:pehd:4461:28013360,28055828:pehd:4461:28058271,28072044:pehd:4461:28072499,28090372:pehd:4461:28091267'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005682929849916751, 'nb_photo': 339, 'list_port_cont': '27391661,27398849,27404215,27409259,27413691,27415629,27418072,27418255,27441472,27442666,27443836,27445189,27445364,27448027,27450581,27452160,27474379,27481190,27486054,27491709,27494490,27500962,27503440,27507898,27507944,27583556,27613060,27623307,27633267,27633718,27633989,27635381,27635582,27636262,27636452,27640885,27641238,27643808,27643899,27650039,27650198,27652354,27653335,27688889,27688935,27692003,27698299,27703641,27716431,27716597,27720099,27723233,27724356,27725054,27725502,27725627,27725674,27731044,27732501,27732524,27733990,27735082,27735506,27735592,27741846,27741925,27742211,27748526,27748579,27748766,27749017,27749820,27752965,27761066,27763479,27763641,27767241,27769936,27786936,27790670,27790954,27791967,27796342,27803486,27804513,27804733,27806271,27809630,27811624,27824919,27825968,27831479,27832407,27838332,27841561,27843087,27844023,27868729,27879606,27883868,27890028,27901473,27909724,27909847,27929073,27941330,27947491,27953358,27959673,27971334,27972308,27972428,27973913,2797418', 'assoc_port': '27391356:27391661,27398487:27398849,27403860:27404215,27409024:27409259,27413331:27413691,27415496:27415629,27417932:27418255,27417939:27418072,27441327:27441472,27442370:27442666,27443683:27443836,27444953:27445364,27444954:27445189,27447683:27448027,27450402:27450581,27451943:27452160,27473893:27474379,27480974:27481190,27485664:27486054,27491432:27491709,27493995:27494490,27500780:27500962,27503310:27503440,27507872:27507944,27507874:27507898,27552562:27583556,27612827:27623307,27612836:27613060,27632498:27636262,27632554:27635582,27632568:27633267,27632602:27633718,27633617:27635381,27633659:27633989,27636070:27636452,27640534:27640885,27641185:27641238,27643655:27643899,27643675:27643808,27645056:27653335,27649735:27650198,27649739:27650039,27651913:27652354,27687870:27688935,27687932:27688889,27691362:27692003,27697876:27698299,27703257:27703641,27714917:27720099,27716348:27716597,27716351:27716431,27722936:27723233,27724178:27724356,27724813:27725627,27724869:27725674,27724884:27725502,27724890:2772505', 'assoc_mat': '27391356:pehd:4200:27391661,27398487:pehd:4200:27398849,27403860:pehd:4200:27404215,27409024:pehd:4200:27409259,27413331:pehd:4200:27413691,27415496:pehd:4200:27415629,27417932:pehd:4200:27418255,27417939:pehd:4200:27418072,27441327:pehd:4200:27441472,27442370:pehd:4200:27442666,27443683:pehd:4200:27443836,27444953:pehd:4200:27445364,27444954:pehd:4200:27445189,27447683:pehd:4200:27448027,27450402:pehd:4200:27450581,27451943:pehd:4200:27452160,27473893:pehd:4200:27474379,27480974:pehd:4200:27481190,27485664:pehd:4200:27486054,27491432:pehd:4200:27491709,27493995:pehd:4200:27494490,27500780:pehd:4200:27500962,27503310:pehd:4200:27503440,27507872:pehd:4200:27507944,27507874:pehd:4200:27507898,27552562:pehd:4200:27583556,27612827:pehd:4200:27623307,27612836:pehd:4200:27613060,27632498:pehd:4200:27636262,27632554:pehd:4200:27635582,27632568:pehd:4200:27633267,27632602:pehd:4200:27633718,27633617:pehd:4200:27635381,27633659:pehd:4200:27633989,27636070:pehd:4200:27636452,27640534:pehd:4200:27640885,27641185:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0030441519302341576, 'nb_photo': 98, 'list_port_cont': '27396102,27419070,27443779,27488964,27494317,27500932,27583937,27640916,27662127,27662321,27688549,27695348,27713931,27715179,27716494,27724299,27725023,27728145,27731837,27735093,27783994,27784520,27811611,27832967,27841638,27909622,27909816,27929198,27948234,27959281,27972070,27972452,28002125,28010212,28010499,28010695,28011013,28011064,28011918,28013297,28014078,28018776,28021409,28023804,28024269,28024523,28034849,28041656,28044499,28056258,28056309,28056690,28056788,28057055,28057656,28057781,28062185,28072271,28072393,28072413,28090797,28100305', 'assoc_port': '27395955:27396102,27418933:27419070,27443663:27443779,27488571:27488964,27494003:27494317,27500776:27500932,27552564:27583937,27640533:27640916,27661917:27662321,27661922:27662127,27687912:27688549,27694857:27695348,27713800:27713931,27714913:27715179,27716350:27716494,27724171:27724299,27724895:27725023,27727893:27728145,27731645:27731837,27734823:27735093,27783607:27784520,27783708:27783994,27811395:27811611,27832769:27832967,27841393:27841638,27908561:27909816,27908571:27909622,27908849:28021409,27928871:27929198,27948042:27948234,27958869:27959281,27970553:27972452,27970555:27972070,28002007:28002125,28008336:28010212,28008480:28023804,28009439:28018776,28009490:28011013,28009529:28011064,28009689:28010695,28009895:28010499,28010413:28011918,28010597:28024269,28011486:28014078,28011796:28013297,28024257:28024523,28034611:28034849,28041286:28041656,28044276:28044499,28055854:28056258,28055858:28056309,28055886:28057781,28055940:28062185,28055988:28057055,28056023:28057656,28056063:28056788,28056119:2805669', 'assoc_mat': '27395955:pehd:4209:27396102,27418933:pehd:4209:27419070,27443663:pehd:4209:27443779,27488571:pehd:4209:27488964,27494003:pehd:4209:27494317,27500776:pehd:4209:27500932,27552564:pehd:4209:27583937,27640533:pehd:4209:27640916,27661917:pehd:4209:27662321,27661922:pehd:4209:27662127,27687912:pehd:4209:27688549,27694857:pehd:4209:27695348,27713800:pehd:4209:27713931,27714913:pehd:4209:27715179,27716350:pehd:4209:27716494,27724171:pehd:4209:27724299,27724895:pehd:4209:27725023,27727893:pehd:4209:27728145,27731645:pehd:4209:27731837,27734823:pehd:4209:27735093,27783607:pehd:4209:27784520,27783708:pehd:4209:27783994,27811395:pehd:4209:27811611,27832769:pehd:4209:27832967,27841393:pehd:4209:27841638,27908561:pehd:4209:27909816,27908571:pehd:4209:27909622,27908849:pehd:4209:28021409,27928871:pehd:4209:27929198,27948042:pehd:4209:27948234,27958869:pehd:4209:27959281,27970553:pehd:4209:27972452,27970555:pehd:4209:27972070,28002007:pehd:4209:28002125,28008336:pehd:4209:28010212,28008480:pehd:4209:28023804,28009439:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9686140353258809, 'nb_photo': 11827, 'list_port_cont': '27388303,27388979,27391775,27395038,27395579,27396049,27399169,27400667,27404174,27404494,27407300,27409701,27413750,27414080,27418348,27418566,27419048,27419649,27436607,27439667,27441501,27442817,27443927,27444759,27445254,27446686,27447977,27450031,27452241,27452533,27452944,27455780,27458169,27464043,27474739,27477315,27477649,27478675,27481147,27484896,27486244,27488113,27489102,27490684,27492198,27492526,27494249,27497841,27498823,27501110,27501359,27501993,27503672,27503697,27508631,27597696,27598297,27606211,27623563,27623691,27624386,27624518,27625429,27628701,27629214,27631185,27632112,27633335,27633632,27634603,27634904,27636129,27636901,27638075,27641483,27641853,27642561,27643072,27643661,27643966,27644124,27644586,27645153,27646429,27646778,27647840,27650339,27654497,27654824,27657971,27658566,27660873,27662524,27685117,27685396,27686876,27688674,27689553,27691036,27692582,27693411,27695663,27697026,27697552,27698377,27700582,27700930,27703741,27706653,27709262,27712266,27712555,27714135,2771526', 'assoc_port': '27387817:27388979,27387820:27388303,27391353:27391775,27394662:27396049,27394664:27395579,27394665:27395038,27398433:27400667,27398489:27399169,27403859:27404494,27403867:27404174,27406529:27407300,27409036:27409701,27413329:27414080,27413362:27413750,27417934:27419649,27417938:27419048,27417940:27418566,27417943:27418348,27435758:27436607,27439190:27439667,27441326:27441501,27442333:27442817,27443682:27443927,27444703:27444759,27444956:27445254,27446536:27446686,27447686:27447977,27449558:27450031,27451939:27452944,27451942:27452241,27451944:27452533,27455142:27455780,27458102:27458169,27463792:27464043,27473889:27474739,27476439:27477649,27476462:27477315,27478024:27478675,27480972:27481147,27484305:27484896,27485659:27486244,27487692:27488113,27488597:27489102,27490304:27490684,27491433:27492526,27491435:27492198,27493997:27494249,27497513:27497841,27498535:27498823,27500781:27501359,27500785:27501110,27501599:27501993,27503311:27503697,27503313:27503672,27508381:27508631,27552556:27597696,27552568:2759829', 'assoc_mat': '27387817:pehd:4211:27388979,27387820:pehd:4211:27388303,27391353:pehd:4211:27391775,27394662:pehd:4211:27396049,27394664:pehd:4211:27395579,27394665:pehd:4211:27395038,27398433:pehd:4211:27400667,27398489:pehd:4211:27399169,27403859:pehd:4211:27404494,27403867:pehd:4211:27404174,27406529:pehd:4211:27407300,27409036:pehd:4211:27409701,27413329:pehd:4211:27414080,27413362:pehd:4211:27413750,27417934:pehd:4211:27419649,27417938:pehd:4211:27419048,27417940:pehd:4211:27418566,27417943:pehd:4211:27418348,27435758:pehd:4211:27436607,27439190:pehd:4211:27439667,27441326:pehd:4211:27441501,27442333:pehd:4211:27442817,27443682:pehd:4211:27443927,27444703:pehd:4211:27444759,27444956:pehd:4211:27445254,27446536:pehd:4211:27446686,27447686:pehd:4211:27447977,27449558:pehd:4211:27450031,27451939:pehd:4211:27452944,27451942:pehd:4211:27452241,27451944:pehd:4211:27452533,27455142:pehd:4211:27455780,27458102:pehd:4211:27458169,27463792:pehd:4211:27464043,27473889:pehd:4211:27474739,27476439:pehd:4211:27477649,27476462:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023717188187109977, 'nb_photo': 2, 'list_port_cont': '27632133,27944256', 'assoc_port': '27631521:27632133,27943509:27944256', 'assoc_mat': '27631521:pehd:3327:27632133,27943509:pehd:3327:27944256'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00038089436606446005, 'nb_photo': 23, 'list_port_cont': '27553034,27725811,27726375,27726824,27742272,27742355,27757351,27761306,27763583,27803397,28016472,28017363,28022550,28026335,28045398', 'assoc_port': '27552604:27553034,27724829:27726375,27724850:27725811,27724867:27726824,27741695:27742272,27741724:27742355,27756978:27757351,27760569:27761306,27763194:27763583,27803074:27803397,28009443:28026335,28011645:28022550,28015269:28017363,28015349:28016472,28044270:28045398', 'assoc_mat': '27552604:pehd:3594:27553034,27724829:pehd:3594:27726375,27724850:pehd:3594:27725811,27724867:pehd:3594:27726824,27741695:pehd:3594:27742272,27741724:pehd:3594:27742355,27756978:pehd:3594:27757351,27760569:pehd:3594:27761306,27763194:pehd:3594:27763583,27803074:pehd:3594:27803397,28009443:pehd:3594:28026335,28011645:pehd:3594:28022550,28015269:pehd:3594:28017363,28015349:pehd:3594:28016472,28044270:pehd:3594:28045398'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005727453731978083, 'nb_photo': 30, 'list_port_cont': '27411217,27456985,27764179,27772653,27836105,27912041,27947786,28023823,28025770,28030964,28047815,28056652', 'assoc_port': '27403861:27411217,27447657:27456985,27755172:27764179,27758988:27772653,27835204:27836105,27900926:27912041,27909294:28025770,27947304:27947786,27970896:28030964,28008437:28047815,28011647:28056652,28015478:28023823', 'assoc_mat': '27403861:pet_clair:4205:27411217,27447657:pet_clair:4205:27456985,27755172:pet_clair:4205:27764179,27758988:pet_clair:4205:27772653,27835204:pet_clair:4205:27836105,27900926:pet_clair:4205:27912041,27909294:pet_clair:4205:28025770,27947304:pet_clair:4205:27947786,27970896:pet_clair:4205:28030964,28008437:pet_clair:4205:28047815,28011647:pet_clair:4205:28056652,28015478:pet_clair:4205:28023823'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012044861640279978, 'nb_photo': 3, 'list_port_cont': '27749102,28173316', 'assoc_port': '27748679:27749102,28090387:28173316', 'assoc_mat': '27748679:pet_clair:4203:27749102,28090387:pet_clair:4203:28173316'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201299417076057, 'nb_photo': 17, 'list_port_cont': '27413428,27444152,27490401,27683841,27706304,27726332,27742069,27760703,27796194,27883805,27925065,28051661,28055323,28062505', 'assoc_port': '27413363:27413428,27444090:27444152,27490306:27490401,27682208:27683841,27706166:27706304,27724827:27726332,27741718:27742069,27760566:27760703,27796157:27796194,27883605:27883805,27924687:27925065,28009528:28051661,28010529:28055323,28055845:28062505', 'assoc_mat': '27413363:pet_clair:4207:27413428,27444090:pet_clair:4207:27444152,27490306:pet_clair:4207:27490401,27682208:pet_clair:4207:27683841,27706166:pet_clair:4207:27706304,27724827:pet_clair:4207:27726332,27741718:pet_clair:4207:27742069,27760566:pet_clair:4207:27760703,27796157:pet_clair:4207:27796194,27883605:pet_clair:4207:27883805,27924687:pet_clair:4207:27925065,28009528:pet_clair:4207:28051661,28010529:pet_clair:4207:28055323,28055845:pet_clair:4207:28062505'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008581643303917616, 'nb_photo': 4, 'list_port_cont': '27725862,27729789', 'assoc_port': '27724811:27725862,27729669:27729789', 'assoc_mat': '27724811:pet_clair:4461:27725862,27729669:pet_clair:4461:27729789'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007688014149062077, 'nb_photo': 45, 'list_port_cont': '27403982,27442667,27443842,27449652,27455742,27499274,27500965,27729933,27741796,27748764,27806272,27909147,28010129,28011107,28013599,28015718,28018658,28020519,28023113,28025377,28030584,28034723,28035427,28047128,28050598', 'assoc_port': '27403866:27403982,27442370:27442667,27443683:27443842,27449554:27449652,27455125:27455742,27499186:27499274,27500780:27500965,27724844:27729933,27741739:27741796,27748677:27748764,27805942:27806272,27900934:27909147,27908951:28020519,28008160:28050598,28008212:28035427,28008340:28034723,28008495:28010129,28009969:28011107,28010258:28025377,28011435:28015718,28011655:28013599,28015177:28023113,28015263:28018658,28030047:28030584,28046920:28047128', 'assoc_mat': '27403866:pet_clair:4200:27403982,27442370:pet_clair:4200:27442667,27443683:pet_clair:4200:27443842,27449554:pet_clair:4200:27449652,27455125:pet_clair:4200:27455742,27499186:pet_clair:4200:27499274,27500780:pet_clair:4200:27500965,27724844:pet_clair:4200:27729933,27741739:pet_clair:4200:27741796,27748677:pet_clair:4200:27748764,27805942:pet_clair:4200:27806272,27900934:pet_clair:4200:27909147,27908951:pet_clair:4200:28020519,28008160:pet_clair:4200:28050598,28008212:pet_clair:4200:28035427,28008340:pet_clair:4200:28034723,28008495:pet_clair:4200:28010129,28009969:pet_clair:4200:28011107,28010258:pet_clair:4200:28025377,28011435:pet_clair:4200:28015718,28011655:pet_clair:4200:28013599,28015177:pet_clair:4200:28023113,28015263:pet_clair:4200:28018658,28030047:pet_clair:4200:28030584,28046920:pet_clair:4200:28047128'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 7.590190076704758e-05, 'nb_photo': 1, 'list_port_cont': '28057774', 'assoc_port': '28055886:28057774', 'assoc_mat': '28055886:pet_clair:4209:28057774'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006621575093970585, 'nb_photo': 341, 'list_port_cont': '27395570,27413760,27436602,27464042,27481138,27624399,27624516,27633334,27657967,27693402,27717384,27733542,27749037,27824404,27824935,27831599,27833053,27864042,27864889,27867983,27910899,27944160,27951014,27953227,27971507,27975719,27977800,27982015,28020048,28024389,28026495,28030910,28042932,28048419,28048605,28048969,28049582,28049728,28049914,28050573,28051192,28052325,28052688,28053063,28053121,28053301,28053409,28053861,28054198,28057897,28058124,28058772,28059481,28060524,28073996,28091570,28127994', 'assoc_port': '27394664:27395570,27413362:27413760,27435758:27436602,27463792:27464042,27480972:27481138,27612829:27624516,27612835:27624399,27632633:27633334,27657540:27657967,27687821:27693402,27717023:27717384,27733316:27733542,27748909:27749037,27824312:27824404,27824669:27824935,27831384:27831599,27832773:27833053,27863029:27864042,27864189:27864889,27867411:27867983,27900882:27910899,27908755:28026495,27943510:27944160,27950170:27951014,27952797:27953227,27970650:27982015,27970750:27977800,27970859:27975719,27970915:27971507,28008484:28048969,28008583:28050573,28009589:28052325,28009877:28053301,28009980:28053861,28010155:28054198,28010263:28053409,28010312:28053121,28010317:28053063,28010434:28052688,28011319:28051192,28011452:28049914,28011466:28049582,28011511:28048419,28011620:28048605,28011670:28049728,28015262:28024389,28015535:28020048,28029995:28030910,28041241:28042932,28055849:28060524,28055885:28059481,28056011:28057897,28056126:28058124,28056127:28058772,28072011:28073996,28090434:28091570,28090439:2812799', 'assoc_mat': '27394664:pet_clair:4211:27395570,27413362:pet_clair:4211:27413760,27435758:pet_clair:4211:27436602,27463792:pet_clair:4211:27464042,27480972:pet_clair:4211:27481138,27612829:pet_clair:4211:27624516,27612835:pet_clair:4211:27624399,27632633:pet_clair:4211:27633334,27657540:pet_clair:4211:27657967,27687821:pet_clair:4211:27693402,27717023:pet_clair:4211:27717384,27733316:pet_clair:4211:27733542,27748909:pet_clair:4211:27749037,27824312:pet_clair:4211:27824404,27824669:pet_clair:4211:27824935,27831384:pet_clair:4211:27831599,27832773:pet_clair:4211:27833053,27863029:pet_clair:4211:27864042,27864189:pet_clair:4211:27864889,27867411:pet_clair:4211:27867983,27900882:pet_clair:4211:27910899,27908755:pet_clair:4211:28026495,27943510:pet_clair:4211:27944160,27950170:pet_clair:4211:27951014,27952797:pet_clair:4211:27953227,27970650:pet_clair:4211:27982015,27970750:pet_clair:4211:27977800,27970859:pet_clair:4211:27975719,27970915:pet_clair:4211:27971507,28008484:pet_clair:4211:28048969,28008583:pet_clair:4211:28050573,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9887844092214109, 'nb_photo': 126415, 'list_port_cont': '27392076,27396553,27399150,27404542,27405978,27407285,27410902,27413931,27418530,27418641,27419280,27420074,27439720,27442800,27443916,27444585,27444783,27446716,27448412,27450769,27456030,27459449,27474656,27477300,27481320,27481445,27485090,27489084,27489241,27491945,27498842,27498955,27503746,27593321,27594122,27594335,27613200,27628330,27632131,27633557,27634754,27634960,27635118,27635290,27640429,27641354,27643263,27645877,27650326,27654567,27654683,27661114,27684260,27684895,27688967,27689028,27690197,27692167,27692388,27693804,27696854,27697571,27698649,27704023,27709467,27712216,27715567,27716656,27723252,27723436,27723826,27725302,27725434,27725575,27726173,27726407,27727786,27728256,27729001,27729893,27731192,27732622,27734147,27735654,27742027,27742125,27742349,27742372,27748893,27749277,27749292,27750038,27752190,27753150,27759697,27763937,27771719,27771909,27772106,27787164,27787254,27788752,27794607,27794651,27803703,27806563,27808856,27809862,27812446,27824505,27824562,27829867,27832090,2783255', 'assoc_port': '27391350:27392076,27395951:27396553,27398431:27399150,27403857:27404542,27405487:27405978,27406532:27407285,27410312:27410902,27413359:27413931,27415497:27420074,27417935:27418641,27417941:27418530,27418908:27419280,27439188:27439720,27441325:27444585,27442335:27442800,27443661:27443916,27444704:27444783,27446535:27446716,27448206:27448412,27450404:27450769,27455136:27456030,27459009:27459449,27473895:27474656,27476436:27477300,27480969:27481445,27480981:27481320,27484320:27485090,27488570:27489241,27488598:27489084,27491436:27491945,27498532:27498955,27498548:27498842,27503285:27503746,27552558:27594335,27552570:27594122,27552607:27593321,27612838:27613200,27627418:27628330,27631521:27632131,27632501:27633557,27632556:27640429,27633515:27635290,27633578:27635118,27633619:27634960,27633645:27634754,27633654:27641354,27642713:27643263,27645052:27645877,27649737:27650326,27654126:27654683,27654128:27654567,27660393:27661114,27663938:27693804,27682144:27692167,27682168:27684895,27682219:27684260,27687910:2769757', 'assoc_mat': '27391350:pet_clair:3327:27392076,27395951:pet_clair:3327:27396553,27398431:pet_clair:3327:27399150,27403857:pet_clair:3327:27404542,27405487:pet_clair:3327:27405978,27406532:pet_clair:3327:27407285,27410312:pet_clair:3327:27410902,27413359:pet_clair:3327:27413931,27415497:pet_clair:3327:27420074,27417935:pet_clair:3327:27418641,27417941:pet_clair:3327:27418530,27418908:pet_clair:3327:27419280,27439188:pet_clair:3327:27439720,27441325:pet_clair:3327:27444585,27442335:pet_clair:3327:27442800,27443661:pet_clair:3327:27443916,27444704:pet_clair:3327:27444783,27446535:pet_clair:3327:27446716,27448206:pet_clair:3327:27448412,27450404:pet_clair:3327:27450769,27455136:pet_clair:3327:27456030,27459009:pet_clair:3327:27459449,27473895:pet_clair:3327:27474656,27476436:pet_clair:3327:27477300,27480969:pet_clair:3327:27481445,27480981:pet_clair:3327:27481320,27484320:pet_clair:3327:27485090,27488570:pet_clair:3327:27489241,27488598:pet_clair:3327:27489084,27491436:pet_clair:3327:27491945,27498532:pet_clair:3327:27498955,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.025167112023989316, 'nb_photo': 2741, 'list_port_cont': '27404056,27406961,27409516,27413721,27414666,27418155,27447816,27448336,27450013,27450454,27450718,27464127,27486195,27508700,27553040,27554040,27554360,27613074,27636655,27645923,27646629,27654637,27664178,27682656,27695559,27698728,27699562,27699998,27706811,27725247,27725596,27725810,27725969,27726088,27726227,27726376,27726521,27726817,27727620,27727951,27729860,27732114,27735321,27736254,27737939,27742090,27742119,27742274,27742356,27742389,27742393,27742410,27742540,27749006,27755745,27757353,27761305,27763586,27764518,27767259,27767570,27784378,27795273,27796387,27797047,27800361,27803394,27806408,27807294,27808944,27826546,27832606,27834109,27841654,27842079,27846846,27884237,27884551,27884970,27909962,27910426,27929192,27959464,27972840,27972939,27975686,28009258,28009917,28010455,28011760,28016212,28016467,28017367,28018707,28019310,28021580,28022051,28022549,28022770,28023643,28023920,28024196,28024845,28025342,28025991,28026336,28026698,28026875,28027387,28031004,28041838,28045391,28047558,2805157', 'assoc_port': '27403865:27404056,27406524:27406961,27409027:27409516,27413291:27413721,27414376:27414666,27417933:27418155,27447684:27447816,27448207:27450454,27448208:27448336,27449555:27450013,27450401:27450718,27463791:27464127,27485662:27486195,27507873:27508700,27552560:27554360,27552574:27554040,27552604:27553040,27612831:27613074,27632551:27636655,27643653:27645923,27646360:27646629,27654127:27654637,27663915:27664178,27682161:27682656,27691360:27698728,27694858:27695559,27699098:27699562,27699099:27699998,27706165:27706811,27724169:27727620,27724821:27727951,27724825:27725969,27724829:27726376,27724841:27726521,27724843:27726227,27724845:27726088,27724849:27725596,27724850:27725810,27724856:27725247,27724867:27726817,27729672:27729860,27731649:27732114,27733808:27735321,27734824:27736254,27737899:27737939,27741689:27742119,27741695:27742274,27741706:27742540,27741708:27742389,27741710:27742393,27741717:27742410,27741724:27742356,27741728:27742090,27748892:27749006,27755174:27755745,27756978:27757353,27760561:2776451', 'assoc_mat': '27403865:pet_clair:3594:27404056,27406524:pet_clair:3594:27406961,27409027:pet_clair:3594:27409516,27413291:pet_clair:3594:27413721,27414376:pet_clair:3594:27414666,27417933:pet_clair:3594:27418155,27447684:pet_clair:3594:27447816,27448207:pet_clair:3594:27450454,27448208:pet_clair:3594:27448336,27449555:pet_clair:3594:27450013,27450401:pet_clair:3594:27450718,27463791:pet_clair:3594:27464127,27485662:pet_clair:3594:27486195,27507873:pet_clair:3594:27508700,27552560:pet_clair:3594:27554360,27552574:pet_clair:3594:27554040,27552604:pet_clair:3594:27553040,27612831:pet_clair:3594:27613074,27632551:pet_clair:3594:27636655,27643653:pet_clair:3594:27645923,27646360:pet_clair:3594:27646629,27654127:pet_clair:3594:27654637,27663915:pet_clair:3594:27664178,27682161:pet_clair:3594:27682656,27691360:pet_clair:3594:27698728,27694858:pet_clair:3594:27695559,27699098:pet_clair:3594:27699562,27699099:pet_clair:3594:27699998,27706165:pet_clair:3594:27706811,27724169:pet_clair:3594:27727620,27724821:pet_clair:3594:27727951,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '28030971', 'assoc_port': '27970896:28030971', 'assoc_mat': '27970896:pet_fonce:4205:28030971'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27729786', 'assoc_port': '27729669:27729786', 'assoc_mat': '27729669:pet_fonce:4461:27729786'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0023467045069569424, 'nb_photo': 34, 'list_port_cont': '27717379,27733543,27864043,27953226,28030907,28053857,28053878,28058784,28128001', 'assoc_port': '27717023:27717379,27733316:27733543,27863029:27864043,27952797:27953226,28009980:28053857,28010195:28053878,28029995:28030907,28056127:28058784,28090439:28128001', 'assoc_mat': '27717023:pet_fonce:4211:27717379,27733316:pet_fonce:4211:27733543,27863029:pet_fonce:4211:27864043,27952797:pet_fonce:4211:27953226,28009980:pet_fonce:4211:28053857,28010195:pet_fonce:4211:28053878,28029995:pet_fonce:4211:28030907,28056127:pet_fonce:4211:28058784,28090439:pet_fonce:4211:28128001'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019197409836279966, 'nb_photo': 8, 'list_port_cont': '27407280,27444780,27930048,28029271', 'assoc_port': '27406532:27407280,27444704:27444780,27928873:27930048,28010308:28029271', 'assoc_mat': '27406532:pet_fonce:3327:27407280,27444704:pet_fonce:3327:27444780,27928873:pet_fonce:3327:27930048,28010308:pet_fonce:3327:28029271'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016448584783260863, 'nb_photo': 142, 'list_port_cont': '27414658,27418159,27450014,27450711,27464129,27486194,27553044,27554357,27613079,27628065,27636662,27645918,27664188,27699568,27706809,27725246,27725975,27726082,27726221,27726379,27726819,27727616,27727953,27729857,27735328,27742116,27742280,27742357,27742405,27749008,27757359,27763587,27784381,27796394,27800355,27806405,27807293,27808943,27826554,27832604,27834112,27842074,27846852,27884972,27909960,27929195,27959457,27972835,28009914,28011761,28016207,28019309,28021578,28022557,28023921,28024189,28024847,28026333,28026693,28026868,28027391,28041846,28045392,28051574,28057235,28057801,28059853,28090631,28099880', 'assoc_port': '27414376:27414658,27417933:27418159,27449555:27450014,27450401:27450711,27463791:27464129,27485662:27486194,27552560:27554357,27552604:27553044,27612831:27613079,27627402:27628065,27632551:27636662,27643653:27645918,27663915:27664188,27699098:27699568,27706165:27706809,27724169:27727616,27724821:27727953,27724825:27725975,27724829:27726379,27724843:27726221,27724845:27726082,27724856:27725246,27724867:27726819,27729672:27729857,27733808:27735328,27741689:27742116,27741695:27742280,27741717:27742405,27741724:27742357,27748892:27749008,27756978:27757359,27763194:27763587,27783676:27784381,27796154:27796394,27799179:27800355,27804202:27807293,27805992:27806405,27808399:27808943,27826416:27826554,27831386:27832604,27833947:27834112,27841364:27842074,27843844:27846852,27883565:27884972,27900917:28099880,27900927:27909960,27928880:27929195,27958886:27959457,27970713:27972835,28008473:28027391,28008504:28026693,28008658:28009914,28009443:28026333,28010190:28024847,28010191:28024189,28010444:28011761,28010594:2802392', 'assoc_mat': '27414376:pet_fonce:3594:27414658,27417933:pet_fonce:3594:27418159,27449555:pet_fonce:3594:27450014,27450401:pet_fonce:3594:27450711,27463791:pet_fonce:3594:27464129,27485662:pet_fonce:3594:27486194,27552560:pet_fonce:3594:27554357,27552604:pet_fonce:3594:27553044,27612831:pet_fonce:3594:27613079,27627402:pet_fonce:3594:27628065,27632551:pet_fonce:3594:27636662,27643653:pet_fonce:3594:27645918,27663915:pet_fonce:3594:27664188,27699098:pet_fonce:3594:27699568,27706165:pet_fonce:3594:27706809,27724169:pet_fonce:3594:27727616,27724821:pet_fonce:3594:27727953,27724825:pet_fonce:3594:27725975,27724829:pet_fonce:3594:27726379,27724843:pet_fonce:3594:27726221,27724845:pet_fonce:3594:27726082,27724856:pet_fonce:3594:27725246,27724867:pet_fonce:3594:27726819,27729672:pet_fonce:3594:27729857,27733808:pet_fonce:3594:27735328,27741689:pet_fonce:3594:27742116,27741695:pet_fonce:3594:27742280,27741717:pet_fonce:3594:27742405,27741724:pet_fonce:3594:27742357,27748892:pet_fonce:3594:27749008,27756978:pet_fonce:3594:27757359,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 24, 'list_port_cont': '27456981,27717963,27742236,27764171,27772647,27912044,27953217,28023826,28025763,28056653', 'assoc_port': '27447657:27456981,27708723:27717963,27741703:27742236,27755172:27764171,27758988:27772647,27900926:27912044,27909294:28025763,27952837:27953217,28011647:28056653,28015478:28023826', 'assoc_mat': '27447657:pet_opaque:4205:27456981,27708723:pet_opaque:4205:27717963,27741703:pet_opaque:4205:27742236,27755172:pet_opaque:4205:27764171,27758988:pet_opaque:4205:27772647,27900926:pet_opaque:4205:27912044,27909294:pet_opaque:4205:28025763,27952837:pet_opaque:4205:27953217,28011647:pet_opaque:4205:28056653,28015478:pet_opaque:4205:28023826'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011764597277881037, 'nb_photo': 4, 'list_port_cont': '27725890,28055723,28057991,28061019', 'assoc_port': '27724817:27725890,28010596:28055723,28055863:28061019,28055961:28057991', 'assoc_mat': '27724817:pet_opaque:4203:27725890,28010596:pet_opaque:4203:28055723,28055863:pet_opaque:4203:28061019,28055961:pet_opaque:4203:28057991'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020026197820910267, 'nb_photo': 18, 'list_port_cont': '27413429,27444151,27451589,27651332,27656338,27734107,27883806,28031630,28062512,28064587', 'assoc_port': '27413363:27413429,27444090:27444151,27449553:27451589,27632528:27656338,27649738:27651332,27733804:27734107,27883605:27883806,27970906:28031630,28015662:28064587,28055845:28062512', 'assoc_mat': '27413363:pet_opaque:4207:27413429,27444090:pet_opaque:4207:27444151,27449553:pet_opaque:4207:27451589,27632528:pet_opaque:4207:27656338,27649738:pet_opaque:4207:27651332,27733804:pet_opaque:4207:27734107,27883605:pet_opaque:4207:27883806,27970906:pet_opaque:4207:28031630,28015662:pet_opaque:4207:28064587,28055845:pet_opaque:4207:28062512'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008107916589591862, 'nb_photo': 20, 'list_port_cont': '27388235,27442733,27501075,27729783,27749170,27767094', 'assoc_port': '27387810:27388235,27442369:27442733,27500783:27501075,27729669:27729783,27748908:27749170,27767010:27767094', 'assoc_mat': '27387810:pet_opaque:4461:27388235,27442369:pet_opaque:4461:27442733,27500783:pet_opaque:4461:27501075,27729669:pet_opaque:4461:27729783,27748908:pet_opaque:4461:27749170,27767010:pet_opaque:4461:27767094'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001644261199377945, 'nb_photo': 111, 'list_port_cont': '27398845,27403986,27413686,27415626,27441476,27442681,27455387,27455757,27458211,27481182,27490491,27497729,27499272,27507901,27634852,27636719,27641244,27643892,27650025,27652353,27654262,27660794,27688894,27698295,27724366,27725047,27725670,27729940,27731038,27741804,27741843,27748767,27752970,27769563,27769939,27783929,27786935,27791958,27796336,27804735,27809635,27811625,27838338,27843088,27844010,27879594,27901468,27953360,27972317,28009026,28010511,28011111,28011438,28019678,28020518,28022240,28023350,28024984,28025386,28026355,28026628,28027348,28028769,28029842,28030578,28035424,28035504,28038283,28044037,28047130,28047222,28057677,28058798,28059561,28061970,28062281,28064550,28072094', 'assoc_port': '27398487:27398845,27403866:27403986,27413331:27413686,27415496:27415626,27441327:27441476,27442370:27442681,27455125:27455757,27455140:27455387,27458101:27458211,27480974:27481182,27490305:27490491,27497512:27497729,27499186:27499272,27507874:27507901,27634467:27634852,27636068:27636719,27641185:27641244,27643655:27643892,27649739:27650025,27651913:27652353,27654133:27654262,27660441:27660794,27687932:27688894,27697876:27698295,27724178:27724366,27724844:27729940,27724869:27725670,27724890:27725047,27730865:27731038,27741739:27741804,27741740:27741843,27748677:27748767,27752691:27752970,27769322:27769939,27769330:27769563,27783717:27783929,27786458:27786935,27791449:27791958,27796156:27796336,27804152:27804735,27809493:27809635,27811390:27811625,27836289:27843088,27837923:27838338,27843842:27844010,27871488:27879594,27900935:27901468,27908951:28020518,27952795:27953360,27970823:27972317,28008197:28035504,28008212:28035424,28008357:28044037,28008700:28009026,28009758:28029842,28009765:28038283,28009926:2802876', 'assoc_mat': '27398487:pet_opaque:4200:27398845,27403866:pet_opaque:4200:27403986,27413331:pet_opaque:4200:27413686,27415496:pet_opaque:4200:27415626,27441327:pet_opaque:4200:27441476,27442370:pet_opaque:4200:27442681,27455125:pet_opaque:4200:27455757,27455140:pet_opaque:4200:27455387,27458101:pet_opaque:4200:27458211,27480974:pet_opaque:4200:27481182,27490305:pet_opaque:4200:27490491,27497512:pet_opaque:4200:27497729,27499186:pet_opaque:4200:27499272,27507874:pet_opaque:4200:27507901,27634467:pet_opaque:4200:27634852,27636068:pet_opaque:4200:27636719,27641185:pet_opaque:4200:27641244,27643655:pet_opaque:4200:27643892,27649739:pet_opaque:4200:27650025,27651913:pet_opaque:4200:27652353,27654133:pet_opaque:4200:27654262,27660441:pet_opaque:4200:27660794,27687932:pet_opaque:4200:27688894,27697876:pet_opaque:4200:27698295,27724178:pet_opaque:4200:27724366,27724844:pet_opaque:4200:27729940,27724869:pet_opaque:4200:27725670,27724890:pet_opaque:4200:27725047,27730865:pet_opaque:4200:27731038,27741739:pet_opaque:4200:27741804,2774'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0012809481413330812, 'nb_photo': 8, 'list_port_cont': '27632903,28057041', 'assoc_port': '27632495:27632903,28055965:28057041', 'assoc_mat': '27632495:pet_opaque:4209:27632903,28055965:pet_opaque:4209:28057041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005182135235374548, 'nb_photo': 452, 'list_port_cont': '27441498,27452531,27474743,27477650,27488106,27489101,27492205,27503667,27624387,27624517,27629206,27636137,27641842,27644573,27654821,27657957,27686885,27691032,27697556,27712260,27712546,27717386,27726245,27726289,27729473,27729916,27732568,27733534,27735469,27749343,27750017,27750212,27753132,27808870,27812680,27826193,27833050,27836493,27839773,27864047,27864890,27884429,27884786,27922983,27930625,27931265,27931306,27941593,27946651,27947643,27948156,27953225,27959471,27971811,27975347,27982008,27983501,28010550,28015283,28016334,28020039,28024610,28024637,28030908,28038547,28039743,28047148,28047794,28048616,28049744,28050209,28050752,28051638,28052554,28052694,28052821,28053085,28053302,28053559,28053853,28053874,28054156,28054189,28057889,28058778,28059945,28061796,28063796,28073976,28073984,28074381,28090823,28091585,28128003,28129376', 'assoc_port': '27441326:27441498,27451944:27452531,27473889:27474743,27476439:27477650,27487692:27488106,27488597:27489101,27491435:27492205,27503313:27503667,27612829:27624517,27612835:27624387,27627416:27629206,27633519:27644573,27633642:27636137,27641144:27641842,27654129:27654821,27657540:27657957,27663936:27697556,27682164:27686885,27687933:27691032,27711666:27712546,27711672:27712260,27717023:27717386,27726011:27726289,27726017:27726245,27729122:27729473,27729671:27729916,27732214:27732568,27733316:27733534,27735403:27735469,27748889:27749343,27749735:27750212,27749739:27750017,27752665:27753132,27808401:27808870,27812131:27812680,27825814:27826193,27832773:27833050,27836288:27836493,27839128:27839773,27863029:27864047,27864189:27864890,27883591:27884786,27883598:27884429,27908707:28038547,27922605:27922983,27928847:27931306,27928867:27931265,27928882:27930625,27940994:27941593,27946307:27946651,27947307:27947643,27948044:27948156,27952797:27953225,27958889:27959471,27970589:27983501,27970650:27982008,27970908:2797534', 'assoc_mat': '27441326:pet_opaque:4211:27441498,27451944:pet_opaque:4211:27452531,27473889:pet_opaque:4211:27474743,27476439:pet_opaque:4211:27477650,27487692:pet_opaque:4211:27488106,27488597:pet_opaque:4211:27489101,27491435:pet_opaque:4211:27492205,27503313:pet_opaque:4211:27503667,27612829:pet_opaque:4211:27624517,27612835:pet_opaque:4211:27624387,27627416:pet_opaque:4211:27629206,27633519:pet_opaque:4211:27644573,27633642:pet_opaque:4211:27636137,27641144:pet_opaque:4211:27641842,27654129:pet_opaque:4211:27654821,27657540:pet_opaque:4211:27657957,27663936:pet_opaque:4211:27697556,27682164:pet_opaque:4211:27686885,27687933:pet_opaque:4211:27691032,27711666:pet_opaque:4211:27712546,27711672:pet_opaque:4211:27712260,27717023:pet_opaque:4211:27717386,27726011:pet_opaque:4211:27726289,27726017:pet_opaque:4211:27726245,27729122:pet_opaque:4211:27729473,27729671:pet_opaque:4211:27729916,27732214:pet_opaque:4211:27732568,27733316:pet_opaque:4211:27733534,27735403:pet_opaque:4211:27735469,27748889:pet_opaque:4211:27749343,2774'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006393710359215795, 'nb_photo': 819, 'list_port_cont': '27388043,27388519,27394960,27403889,27409147,27409546,27413454,27415570,27418130,27436081,27439450,27444194,27444349,27448236,27455218,27474438,27481101,27481533,27485874,27497586,27499248,27499574,27501652,27507929,27583260,27609368,27628049,27633450,27633780,27634246,27634477,27634662,27636035,27636248,27636670,27636885,27642828,27649915,27652041,27657625,27662180,27682942,27685011,27688291,27689213,27689832,27695178,27703407,27713880,27724205,27724918,27725232,27726122,27727968,27733373,27735446,27742526,27748981,27749136,27749552,27751729,27755327,27759196,27767074,27783869,27784487,27784943,27785267,27794220,27796211,27799377,27803185,27826436,27829662,27832373,27835280,27841455,27841672,27846169,27861539,27862427,27883668,27901119,27901655,27909005,27909392,27922792,27924910,27928944,27941180,27941778,27942283,27948100,27949831,27960831,27971295,27972271,27973442,27975561,27978079,28002188,28003036,28003308,28007196,28009193,28009500,28009805,28010178,28010419,28010710,28010940,28012170,28012497,2801318', 'assoc_port': '27387808:27388519,27387815:27388043,27394663:27394960,27403858:27403889,27409008:27409546,27409022:27409147,27413332:27413454,27415501:27415570,27417936:27418130,27435756:27436081,27439189:27439450,27444091:27444194,27444092:27444349,27448203:27448236,27455130:27455218,27473887:27474438,27480976:27481533,27480980:27481101,27485667:27485874,27497506:27497586,27499187:27499574,27499190:27499248,27501603:27501652,27507875:27507929,27552588:27583260,27609291:27609368,27627388:27628049,27632606:27636885,27632614:27636248,27632616:27636670,27632618:27636035,27632620:27633450,27633549:27634477,27633648:27634246,27633650:27633780,27634485:27634662,27642712:27642828,27649733:27649915,27651909:27652041,27657543:27657625,27661921:27662180,27682152:27685011,27682222:27682942,27687819:27689832,27687824:27689213,27688029:27688291,27694856:27695178,27703253:27703407,27713773:27713880,27724179:27724205,27724837:27725232,27724877:27724918,27726015:27726122,27727889:27727968,27733311:27733373,27735401:27735446,27741715:2774252', 'assoc_mat': '27387808:plastique:3726:27388519,27387815:plastique:3726:27388043,27394663:plastique:3726:27394960,27403858:plastique:3726:27403889,27409008:plastique:3726:27409546,27409022:plastique:3726:27409147,27413332:plastique:3726:27413454,27415501:plastique:3726:27415570,27417936:plastique:3726:27418130,27435756:plastique:3726:27436081,27439189:plastique:3726:27439450,27444091:plastique:3726:27444194,27444092:plastique:3726:27444349,27448203:plastique:3726:27448236,27455130:plastique:3726:27455218,27473887:plastique:3726:27474438,27480976:plastique:3726:27481533,27480980:plastique:3726:27481101,27485667:plastique:3726:27485874,27497506:plastique:3726:27497586,27499187:plastique:3726:27499574,27499190:plastique:3726:27499248,27501603:plastique:3726:27501652,27507875:plastique:3726:27507929,27552588:plastique:3726:27583260,27609291:plastique:3726:27609368,27627388:plastique:3726:27628049,27632606:plastique:3726:27636885,27632614:plastique:3726:27636248,27632616:plastique:3726:27636670,27632618:plastique:3726:27636035,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009124263622193112, 'nb_photo': 1570, 'list_port_cont': '27388044,27388512,27389019,27394958,27403897,27409151,27409544,27413444,27415577,27418121,27436071,27439447,27444186,27444351,27448233,27455217,27474437,27481102,27481539,27485878,27497594,27499246,27501650,27583259,27583630,27609365,27627750,27628041,27633452,27633786,27634249,27634472,27634659,27636030,27636243,27636675,27636888,27642832,27649909,27652036,27657630,27662177,27682941,27685008,27688300,27689217,27689824,27695180,27703404,27713877,27724203,27724914,27725222,27726124,27727966,27733380,27735452,27741756,27741963,27742525,27748441,27748984,27749137,27749547,27755324,27759195,27767068,27783866,27784488,27784725,27785279,27794228,27796204,27799370,27803179,27825898,27826433,27829661,27832372,27832461,27835278,27841461,27841667,27846168,27861536,27883670,27901108,27901648,27908723,27908993,27909398,27922783,27928954,27939767,27941196,27941777,27942278,27943638,27948107,27949821,27960838,27971297,27972264,27973445,27975554,27978076,28002189,28003035,28003640,28007201,28008860,28009196,28009501,2800979', 'assoc_port': '27387787:27389019,27387808:27388512,27387815:27388044,27394663:27394958,27403858:27403897,27409008:27409544,27409022:27409151,27413332:27413444,27415501:27415577,27417936:27418121,27435756:27436071,27439189:27439447,27444091:27444186,27444092:27444351,27448203:27448233,27455130:27455217,27473887:27474437,27480976:27481539,27480980:27481102,27485667:27485878,27497506:27497594,27499190:27499246,27501603:27501650,27552588:27583259,27552590:27583630,27609291:27609365,27627388:27628041,27627420:27627750,27632606:27636888,27632614:27636243,27632616:27636675,27632618:27636030,27632620:27633452,27633549:27634472,27633648:27634249,27633650:27633786,27634485:27634659,27642712:27642832,27649733:27649909,27651909:27652036,27657543:27657630,27661921:27662177,27682152:27685008,27682222:27682941,27687819:27689824,27687824:27689217,27688029:27688300,27694856:27695180,27703253:27703404,27713773:27713877,27724179:27724203,27724837:27725222,27724877:27724914,27726015:27726124,27727889:27727966,27733311:27733380,27735401:2773545', 'assoc_mat': '27387787:Teint_Dans_La_Masse:3726:27389019,27387808:Teint_Dans_La_Masse:3726:27388512,27387815:Teint_Dans_La_Masse:3726:27388044,27394663:Teint_Dans_La_Masse:3726:27394958,27403858:Teint_Dans_La_Masse:3726:27403897,27409008:Teint_Dans_La_Masse:3726:27409544,27409022:Teint_Dans_La_Masse:3726:27409151,27413332:Teint_Dans_La_Masse:3726:27413444,27415501:Teint_Dans_La_Masse:3726:27415577,27417936:Teint_Dans_La_Masse:3726:27418121,27435756:Teint_Dans_La_Masse:3726:27436071,27439189:Teint_Dans_La_Masse:3726:27439447,27444091:Teint_Dans_La_Masse:3726:27444186,27444092:Teint_Dans_La_Masse:3726:27444351,27448203:Teint_Dans_La_Masse:3726:27448233,27455130:Teint_Dans_La_Masse:3726:27455217,27473887:Teint_Dans_La_Masse:3726:27474437,27480976:Teint_Dans_La_Masse:3726:27481539,27480980:Teint_Dans_La_Masse:3726:27481102,27485667:Teint_Dans_La_Masse:3726:27485878,27497506:Teint_Dans_La_Masse:3726:27497594,27499190:Teint_Dans_La_Masse:3726:27499246,27501603:Teint_Dans_La_Masse:3726:27501650,27552588:Teint_Dans_La_Masse:3726:2'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27826198', 'assoc_port': '27825814:27826198', 'assoc_mat': '27825814:textiles_sanitaires:4211:27826198'}) 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(2395425,2394765,2402059,2404359,2404805,2422337,2442341,2443843,2443921,2443885,2443854,2443321,2452001,2460519,2467642,2506934,2506945,2506969,2531666,2506999,2507001,2507005,2507013,2507057,2507059,2507081,2507083,2506991,2507085,2507095)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174299, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27392087,27396549,27399148,27404538,27410900,27413936,27418633,27442806,27444577,27446715,27448414,27450770,27456034,27459453,27481453,27485096,27489083,27489240,27491951,27498846,27498943,27503750,27593323,27594118,27594339,27613194,27632136,27633563,27634750,27635130,27635292,27640431,27641351,27643276,27645874,27650332,27654568,27654687,27684261,27684894,27690196,27692395,27696858,27697581,27698641,27704019,27709466,27712215,27715576,27716651,27723251,27723433,27723833,27725298,27725431,27725573,27726174,27726405,27727783,27728254,27729008,27729888,27731183,27732626,27734150,27735655,27742022,27742129,27742341,27742366,27748898,27749302,27750043,27752194,27753152,27759696,27763944,27771716,27771913,27772112,27787264,27794619,27794653,27803692,27806557,27808848,27809866,27812451,27824496,27829873,27832084,27832560,27833064,27834193,27836585,27841984,27863604,27863788,27865617,27868368,27868858,27884502,27884646,27904513,27910583,27911067,27911813,27931469,27946729,27948317,27959855,27972028,27972109,2797235 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174300, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404054,27406955,27409518,27413700,27414665,27418154,27448335,27450007,27450446,27450720,27464132,27486189,27508698,27553035,27554039,27554356,27613070,27636657,27645920,27654634,27664186,27682645,27695560,27698734,27700005,27706816,27725592,27725976,27726080,27726374,27727617,27727956,27729859,27732107,27735319,27736255,27737941,27742120,27742277,27742352,27742387,27742400,27742408,27749003,27757352,27761308,27763590,27767261,27767576,27784375,27795279,27796391,27803392,27807292,27808951,27826555,27832607,27834116,27842071,27846847,27884233,27884548,27909958,27910424,27929185,27959455,27972833,27975692,28009261,28009915,28010448,28016210,28017360,28019305,28021575,28023641,28023923,28024192,28024842,28025347,28025985,28026332,28026697,28026869,28031002,28045394,28047556,28051578,28056503,28056936,28057244,28057804,28090624,28099883 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174301, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388046,27388520,27394963,27403892,27409143,27409543,27415574,27436078,27439446,27444190,27448234,27455220,27474440,27481096,27481531,27485873,27497597,27499243,27499575,27501647,27507930,27583627,27609362,27627740,27628042,27633784,27634244,27634480,27634658,27636033,27636251,27636680,27636882,27642827,27649913,27652034,27657632,27662176,27682940,27685016,27688297,27689825,27695176,27703409,27713871,27724207,27724925,27725230,27726117,27727969,27733383,27735441,27741748,27741966,27742523,27748980,27749144,27749551,27755321,27767076,27783868,27784490,27785269,27794224,27796206,27799373,27803189,27826438,27829660,27832378,27832467,27835273,27841457,27841506,27841666,27846171,27901106,27901663,27908719,27909047,27922793,27924911,27928948,27941774,27942288,27948101,27949830,27960839,27971294,27972275,27973452,27978071,28002192,28003045,28007195,28009192,28009796,28010179,28010717,28012160,28012499,28013196,28015137,28015910,28016197,28017464,28018224,28019192,28021730,28022933,28023326,28024331,28024631,2802482 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174302, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27405969,27727784,27742135,27772110,27803698,27806559,27809867,27833066,27944248,28022939,28046594,28057177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174303, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411221,27656510,27727299,27729776,27742231,27772655,27835257,27836107,27912034,27947794,27953216,28023829,28054022,28056659 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174304, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411788,27416409,27450162,27458639,27496623,27505710,27600008,27636558,27659034,27687203,27693175,27693897,27695936,27703775,27708554,27725900,27726041,27727846,27732132,27742949,27749052,27749099,27775787,27795612,27821702,27831193,27831619,27832145,27844462,27865493,27893750,27912544,27945758,27953140,28024019,28024892,28026059,28028282,28029970,28032111,28043319,28043535,28045866,28046985,28049839,28051808,28052297,28054086,28054853,28055303,28055728,28056971,28057105,28057223,28057293,28057979,28058103,28061011,28066565,28066599,28072669,28072712,28173327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174305, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388144,27391573,27405549,27415562,27444155,27448219,27500836,27627483,27630214,27631658,27642792,27658106,27702977,27706249,27709195,27724939,27726321,27727186,27727361,27729714,27788621,27796197,27831143,27835253,27836396,27843887,27883797,27892448,27910226,27912443,27927391,27946490,28029931,28032464,28033220,28048513,28049891,28050258,28050728,28051060,28051401,28052000,28053045,28053114,28054142,28060930,28061438,28061665,28061697,28061717,28062134,28064594,28072964,28073216,28073954,28171339,28172226 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174306, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388238,27729781,27749157,27767086,27819514,28057513,28072498 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174307, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27391669,27398857,27403984,27445310,27452166,27455743,27490492,27499262,27503449,27583558,27623313,27633996,27635583,27636267,27636453,27650035,27652363,27657717,27723402,27725059,27725678,27729941,27735077,27735510,27741793,27741852,27752960,27763646,27769562,27809626,27825970,27834073,27864589,27883874,27909119,27909728,27953363,27973267,27975009,28010123,28011105,28011807,28012114,28014282,28017851,28020514,28025380,28026356,28032160,28036998,28037621,28039166,28044039,28047132,28050593,28052682,28058236,28061620,28061643,28061964,28062535,28098437 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174308, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27419068,27476868,27494319,27632905,27735101,27748996,27824427,27841647,27863261,27880549,27909818,27929188,27941291,28007378,28009547,28013296,28016364,28024519,28041653,28041987,28044712,28056796,28057048,28057069,28057443,28072284,28072406,28100312 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174309, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388310,27388988,27391776,27395049,27395578,27396046,27399178,27400656,27404158,27404510,27407305,27409710,27413757,27414073,27418360,27419060,27419651,27436603,27439657,27440746,27441491,27442812,27443940,27444767,27445250,27446689,27447964,27450032,27452246,27452526,27452935,27455784,27464038,27474736,27477314,27477660,27478680,27484891,27486252,27488110,27489096,27490674,27492201,27492531,27494255,27497839,27498821,27499290,27501109,27501350,27501999,27503664,27508626,27597700,27598309,27606215,27623564,27624392,27624514,27625421,27628703,27629207,27631186,27632099,27633338,27633640,27634606,27634898,27636121,27636909,27638080,27641476,27641854,27642568,27643065,27643669,27643970,27644115,27644575,27645147,27646431,27646779,27647843,27650343,27654490,27654822,27657964,27660875,27662510,27685119,27685397,27686881,27688667,27689540,27691033,27693406,27695666,27697015,27697558,27698383,27700576,27700921,27703752,27706664,27709265,27712251,27712545,27714133,27715261,27716477,27717382,27723882,27723976,2772449 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174310, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27410903,27413930,27442804,27446705,27485100,27628328,27640424,27645875,27654686,27684263,27693803,27704027,27725566,27726162,27726413,27734148,27735660,27742024,27763945,27794620,27803694,27809870,27832558,27836580,27868360,27884654,27910296,27972897,27973723,27974456,27975298,28004055,28013555,28020958,28024069,28026421,28030919,28034008,28045546,28047029,28057273,28059868,28061200,28073019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174311, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411219,27456993,27498504,27656513,27690750,27717960,27727314,27729772,27742225,27764169,27772643,27796226,27835270,27836112,27912043,27947790,27953210,28023822,28025756,28030966,28047810,28051929,28053149,28054012,28054890,28055049,28056655,28058073 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174312, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411790,27416417,27450158,27458157,27458636,27496614,27496852,27505714,27599117,27599993,27636554,27659021,27687202,27693186,27693903,27695946,27703779,27708567,27715744,27725899,27725926,27726046,27727839,27732138,27735308,27742945,27749055,27749095,27757538,27775779,27795605,27821583,27821689,27831204,27831625,27832142,27844455,27865303,27865499,27893748,27912535,27945751,27953134,27964495,27964989,28024007,28024889,28026052,28028279,28029965,28032101,28043323,28043523,28045859,28046982,28049844,28051804,28052305,28054093,28054840,28055316,28055734,28056963,28057106,28057225,28057292,28057969,28058003,28058104,28061014,28066561,28066593,28072675,28072706,28092384,28173313 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174313, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388146,27391568,27396020,27397022,27398622,27403884,27405558,27406646,27408433,27409095,27410408,27411891,27413438,27414577,27415356,27415560,27418145,27419407,27439395,27442527,27443749,27444158,27444989,27447763,27448213,27449609,27450472,27451585,27452010,27455199,27456536,27458144,27462488,27476684,27478213,27481090,27485858,27487945,27488711,27490183,27490416,27494103,27497568,27498406,27500835,27501678,27503366,27504193,27507881,27557591,27561268,27561849,27562350,27612934,27613916,27615101,27615591,27627491,27630218,27631665,27632794,27633836,27636275,27642790,27643744,27644689,27645177,27646977,27649842,27651320,27652015,27654026,27654138,27656341,27656896,27657614,27657878,27658114,27658430,27660481,27661975,27683852,27688188,27696577,27697307,27698071,27699299,27702488,27702713,27702979,27703359,27704740,27705876,27706041,27706259,27706310,27707205,27708852,27709197,27711718,27713841,27714996,27716394,27717111,27723629,27724264,27724935,27724969,27725073,27725609,27725701,27725822,27725843,2772631 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174314, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388231,27391792,27396198,27404264,27405738,27409452,27413500,27414628,27415755,27418200,27442742,27444229,27445122,27446279,27448042,27449794,27452057,27455570,27474320,27478634,27484816,27487713,27491781,27494450,27498721,27501067,27508532,27601685,27613099,27630482,27633077,27634049,27634217,27634912,27638167,27642947,27645505,27646741,27652462,27656809,27662195,27662338,27683392,27683740,27688738,27691968,27698166,27698534,27703873,27712057,27716521,27720279,27724320,27725135,27725270,27725349,27725442,27725773,27725863,27728105,27729779,27731930,27733473,27735542,27741984,27742910,27742967,27748544,27749155,27749239,27749937,27751904,27763796,27767088,27767447,27769830,27778070,27788698,27790716,27794464,27804634,27804801,27806379,27809818,27819520,27825034,27826048,27828265,27829793,27831518,27832994,27835718,27839610,27846449,27861806,27867887,27879819,27884195,27884342,27902385,27903812,27909652,27922878,27929666,27929756,27947610,27950728,27959503,27971855,27972043,27972240,27972397,27972617,2797379 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174315, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388207,27391666,27398843,27403985,27404214,27406702,27407041,27409252,27413535,27413682,27413995,27415624,27418256,27441483,27442670,27443830,27445190,27445312,27445359,27448024,27448275,27449655,27450576,27452169,27455379,27455752,27458208,27474392,27476764,27481192,27481265,27486064,27490482,27491705,27494187,27494476,27497723,27500973,27503442,27503556,27507902,27507951,27583567,27613048,27623626,27632929,27633273,27633717,27634000,27634857,27635378,27635576,27636269,27636466,27636725,27640893,27641245,27643817,27643891,27650032,27650210,27652360,27653334,27654259,27657713,27660801,27683003,27688381,27688900,27688939,27689725,27692000,27695413,27698296,27703635,27703755,27704229,27716436,27716610,27720095,27720220,27723239,27723407,27724369,27725056,27725096,27725498,27725635,27725680,27725728,27726189,27729317,27729946,27731042,27732495,27732530,27733988,27735078,27735508,27735594,27741850,27741923,27742058,27742206,27742866,27742890,27748537,27748574,27748761,27749815,27752972,27757132,27761053,2776347 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174316, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396108,27403911,27410543,27415670,27443786,27455441,27476865,27485932,27488953,27494320,27499329,27500925,27501814,27507922,27583796,27583945,27632912,27633945,27634736,27640905,27646519,27646626,27660682,27662135,27662328,27683175,27688550,27695350,27699241,27713921,27715174,27716480,27724298,27725025,27728137,27731845,27735095,27741774,27741884,27748751,27748991,27749911,27778530,27783986,27784428,27784531,27788582,27811604,27824420,27828299,27832958,27836451,27841650,27863267,27868717,27880541,27883786,27909064,27909630,27909815,27929183,27941237,27941282,27941354,27948205,27948231,27959277,27961212,27971430,27972064,27972450,27983944,28002120,28007379,28009199,28009539,28009570,28010211,28010324,28010478,28010498,28010703,28011001,28011067,28011638,28011917,28012274,28012612,28012727,28013252,28013300,28013475,28014100,28015865,28016361,28016459,28017097,28018782,28019172,28019242,28020024,28021401,28023799,28024279,28024522,28026120,28034852,28035417,28041231,28041648,28042001,28044495,28044708,2805604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388297,27388986,27391769,27395037,27395582,27396048,27399167,27400666,27404160,27404501,27407309,27409703,27413748,27414085,27418356,27418568,27419057,27419664,27436608,27439652,27440745,27442821,27443931,27444764,27445243,27446688,27447974,27450026,27452249,27452522,27452937,27455791,27464048,27474740,27477316,27477652,27478685,27481146,27484901,27486245,27488109,27489094,27490678,27492210,27492525,27494240,27497847,27498820,27499289,27501108,27501363,27502003,27503665,27503694,27508639,27597692,27598299,27606208,27623572,27623685,27624391,27624522,27625432,27628691,27629212,27631184,27632104,27633330,27633627,27634615,27634895,27636128,27636902,27638074,27641479,27641840,27642567,27643075,27643974,27644118,27644576,27645148,27646436,27646774,27647848,27650353,27654488,27654810,27657973,27658568,27660876,27662519,27685106,27685389,27686883,27688680,27689542,27689778,27691034,27692590,27693416,27695667,27697028,27697569,27698387,27700586,27700923,27703750,27706665,27709268,27712256,27712552,27714131,2771525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174318, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396554,27404541,27405971,27407275,27410909,27413940,27418535,27444580,27444775,27450761,27489238,27491947,27498833,27593326,27628334,27634752,27635286,27640423,27645878,27650330,27654570,27684258,27684893,27692397,27693797,27696861,27698642,27709464,27712213,27725301,27725567,27726165,27728999,27731190,27732613,27734156,27742122,27742344,27742374,27753154,27763936,27771908,27772108,27794617,27803691,27806561,27809871,27832083,27832563,27833073,27841982,27863793,27884508,27884648,27904497,27910297,27910594,27926328,27930050,27948313,27953740,27973720,27974469,27976644,27976753,28009871,28013565,28016601,28016775,28020950,28021714,28024304,28026270,28029263,28030782,28030930,28031923,28034007,28036138,28039024,28043992,28046061,28046598,28046640,28047022,28047030,28051235,28059304,28059387 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174319, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404051,27406953,27409523,27413711,27414660,27418158,27447819,27448338,27450009,27450451,27450714,27464130,27486193,27508702,27553038,27554044,27554351,27613071,27628077,27636656,27645926,27646637,27654635,27664185,27682655,27695557,27698727,27699560,27700000,27706812,27725254,27725594,27725809,27725973,27726086,27726380,27726520,27726816,27727619,27727961,27729854,27732109,27736262,27737932,27742092,27742111,27742273,27742351,27742382,27742397,27742407,27742534,27749011,27755752,27757355,27761309,27763588,27764514,27767265,27767571,27784377,27795277,27796393,27797039,27800353,27803388,27806406,27807287,27808950,27826549,27832601,27834108,27841662,27842072,27846844,27884227,27884542,27884971,27909961,27910420,27929190,27959462,27972831,27972946,27975688,28009260,28009916,28010452,28011753,28016216,28016476,28017359,28018706,28019303,28021574,28022052,28022552,28022773,28023646,28023919,28024195,28024843,28025349,28025989,28026334,28026700,28026873,28027385,28031005,28041841,28045390,28047555,28051576,2805650 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174320, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388048,27403890,27409154,27415580,27418129,27455225,27481105,27497589,27583269,27583629,27632891,27633136,27642834,27652045,27688295,27689215,27725224,27727970,27735442,27749556,27755318,27767078,27784495,27803190,27826444,27835274,27883675,27909389,27922904,27942287,27943640,27949828,27975555,28010934,28012494,28013185,28016204,28018229,28020148,28030743,28031725,28035619,28059934 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174321, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388521,27394964,27403898,27409539,27415575,27418125,27436074,27439452,27444350,27455221,27474432,27481104,27481540,27485875,27497591,27609364,27628044,27632883,27633132,27633448,27634476,27634656,27636244,27636671,27642831,27649918,27652044,27657635,27662184,27682937,27685017,27688301,27689218,27689826,27695177,27703405,27713873,27720211,27724201,27726125,27727972,27733377,27735445,27748445,27748976,27749141,27749545,27755326,27759203,27767079,27783865,27784494,27785275,27796203,27826435,27829653,27841462,27841505,27841665,27846167,27861542,27900766,27908720,27909399,27922914,27924906,27928953,27939766,27941179,27941770,27943644,27949822,27960834,27971292,27975559,27978073,28002191,28003044,28003307,28003645,28007198,28008852,28009189,28009811,28010180,28010938,28011156,28011289,28012167,28012498,28013186,28015135,28017467,28019198,28020145,28020753,28021731,28022106,28022926,28023323,28024326,28024625,28024826,28025051,28026001,28028794,28028995,28031720,28032195,28033167,28033762,28035518,28035618,2803735 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174322, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388038,27388518,27394967,27403899,27409148,27409548,27415573,27436070,27474434,27481106,27485880,27497590,27583623,27609360,27628046,27633125,27633777,27634654,27636678,27636893,27642835,27649916,27682938,27688294,27695174,27703403,27735447,27741753,27741964,27749546,27755325,27759197,27767077,27784486,27784941,27794226,27799368,27829654,27832376,27835275,27841669,27883674,27900779,27909391,27928955,27943643,27949820,27960836,27971289,27972273,27975557,27978070,28002195,28003310,28009497,28010718,28010935,28011148,28011296,28015906,28016199,28017471,28020139,28021273,28022111,28024621,28025043,28026006,28028994,28031719,28032194,28033157,28035514,28035621,28037348,28056088,28059496,28060560,28072573,28073244 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174323, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27498497,27656515,27717957,27742232,27772658,27835255,27947795,27953211,28023818,28025761,28030975,28054015,28056661 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174324, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411781,27416413,27450156,27458151,27458638,27496615,27496850,27505704,27599123,27600001,27636559,27659022,27687204,27693189,27693908,27695944,27703774,27708553,27715745,27725889,27725923,27726055,27727843,27732134,27735306,27742960,27749049,27749105,27757544,27775778,27795613,27821586,27821697,27831195,27831630,27832157,27844464,27865312,27893745,27912549,27945761,27953148,27964500,27964994,28024018,28024885,28026057,28028274,28029969,28032104,28043331,28043531,28045863,28046992,28049846,28051798,28052310,28054092,28054849,28055315,28055721,28056967,28057102,28057215,28057296,28057975,28058002,28058092,28061018,28066554,28066600,28072678,28072717,28092383,28173314 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174325, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27442525,27476677,27494107,27627486,27658418,27683840,27688191,27706261,27716404,27725816,27727195,27728079,27741954,27742045,27742081,27749416,27751638,27772033,27775164,27829194,27831135,27831447,27836386,27852382,27909324,27943588,27946486,28028709,28032092,28044315,28046341,28048085,28054003,28054149,28062809,28062843,28064597,28065844,28066637,28072690,28072950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174326, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388239,27418187,27720275,27729782,27749165,27804636,27839613 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174327, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403978,27404219,27413539,27441484,27445305,27623299,27633711,27633987,27652362,27682998,27692014,27695416,27698301,27703637,27704235,27725052,27725638,27731037,27732532,27735074,27741937,27748763,27749813,27752973,27761059,27767240,27769204,27783926,27786942,27790664,27796343,27829242,27834062,27841578,27901487,27909716,27929081,27959677,27972433,27973906,27974181,27975320,28009023,28010130,28017297,28017859,28022793,28024321,28026173,28026627,28035744,28039596,28048927,28050591,28062471,28062543,28064553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174328, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27415660,27419065,27443781,27500922,27501807,27507920,27583794,27583943,27633941,27640913,27646625,27660683,27662126,27683179,27713928,27715178,27724290,27725021,27728140,27731835,27735094,27748741,27749000,27749907,27784438,27784528,27811607,27828297,27832955,27836438,27841639,27868711,27880552,27929209,27961220,27983935,28010477,28010507,28010704,28011012,28011054,28013307,28013480,28016353,28021406,28026127,28056053,28056311,28057039,28057064,28057669,28059221,28072277,28072416,28090688,28090805 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174329, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388980,27391768,27395043,27396041,27399166,27400655,27404172,27404505,27407312,27409706,27413762,27414075,27418363,27418558,27419663,27436605,27439658,27441488,27442815,27443925,27444769,27445258,27446698,27447963,27450018,27452239,27452936,27455793,27464041,27477324,27477656,27478673,27486247,27488107,27489092,27490682,27492197,27492527,27497832,27498824,27501098,27501365,27501996,27503679,27508629,27597698,27598314,27606219,27623569,27624526,27625430,27628687,27629210,27631200,27632113,27633329,27634608,27634894,27636127,27636896,27638083,27641481,27641843,27642555,27643070,27643668,27643967,27644121,27644584,27645151,27646425,27646772,27647850,27650347,27654491,27654820,27657970,27658553,27660884,27662522,27685118,27686880,27688672,27689543,27691030,27692596,27693418,27695660,27697022,27697568,27698374,27700572,27703743,27706657,27709267,27712265,27712547,27715254,27717389,27723892,27723962,27724500,27725121,27725321,27725477,27725940,27726138,27726248,27726291,27726463,27727174,27727437,27727657,2772768 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174330, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27456988,27656501,27717967,27742235,27764182,28025757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174331, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411779,27416416,27450150,27496612,27496838,27659029,27715748,27725888,27727837,27742959,27775780,27795603,27821698,27831206,27831621,28024013,28028283,28029963,28043334,28046990,28052311,28055304,28055719,28057302,28058097,28061015,28066555,28072674,28072709 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174332, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27728384,27803143,28031631,28053101 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174333, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388230,27749156,27767095 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403987,27490495 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174335, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27624393,27657969,27660879,27717390,27733537,27826187,27833052,27864051,27953235,27986760,28020052,28030913,28048614,28049721,28052695,28053294,28053855,28053871,28054196,28057893,28058780,28127987 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174336, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27405976,27474652,27788764,27910300,27930051,27944259,27953746,28013554,28015994,28016770,28046602 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174337, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411215,27456986,27498492,27656509,27690743,27717966,27727312,27729774,27742233,27764177,27772651,27796234,27835259,27836111,27912046,27947797,27953212,28023820,28025758,28047816,28051921,28053153,28054008,28054882,28055044,28056647 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174338, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411792,27416419,27450151,27458152,27458640,27496611,27496846,27505716,27599118,27599995,27636547,27659030,27687199,27693176,27693895,27695947,27703789,27708556,27715743,27725895,27725924,27726040,27727849,27732133,27735307,27742955,27749064,27757545,27775789,27795606,27821587,27821690,27831197,27831629,27832149,27844454,27865309,27865500,27893737,27912541,27945754,27953135,27964492,27964995,28024004,28024891,28026065,28028284,28029966,28032100,28043320,28043521,28045860,28046986,28049840,28051796,28052300,28054095,28054855,28055312,28055720,28056968,28057094,28057227,28057295,28057970,28057993,28058100,28061021,28066558,28066603,28072676,28072715,28092374,28173322 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174339, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388140,27391574,27396033,27397011,27398611,27403878,27405559,27406641,27408427,27409100,27410406,27411901,27413430,27414580,27415355,27415555,27418139,27419393,27439401,27442526,27443750,27444145,27444999,27448217,27449611,27450476,27451593,27452011,27455198,27456540,27458140,27462489,27476678,27478222,27481093,27485857,27487944,27488705,27490177,27490410,27494102,27497575,27498411,27500833,27501680,27503363,27504186,27507879,27557589,27561272,27562345,27612939,27613906,27615110,27615603,27627484,27630216,27631666,27632798,27633843,27636279,27642793,27643743,27644700,27645172,27646968,27649843,27651331,27652013,27654015,27654141,27656342,27656884,27657615,27657868,27658115,27658429,27660484,27661977,27683845,27688185,27696572,27697301,27698077,27699309,27702496,27702717,27702964,27703370,27704734,27705886,27706034,27706254,27706298,27707197,27708844,27709192,27711725,27713840,27714991,27716402,27717104,27723640,27724269,27724934,27724963,27725082,27725610,27725696,27725821,27725841,27726319,27726920,2772719 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174340, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388100,27388233,27391793,27396193,27404272,27405731,27409450,27413498,27414618,27415753,27418193,27442745,27444236,27445112,27446277,27448038,27449795,27452058,27455568,27474325,27478640,27484820,27487720,27491788,27494453,27498720,27501069,27508538,27601684,27613100,27630475,27633085,27634042,27634206,27634913,27638158,27642954,27645509,27646744,27652468,27656799,27662202,27662341,27683388,27683750,27688746,27691960,27698167,27698535,27703875,27712051,27716536,27720280,27724319,27725130,27725267,27725356,27725451,27725770,27725860,27728113,27729778,27731935,27733470,27735544,27741982,27742901,27742976,27748542,27749163,27749230,27749926,27751899,27763798,27767091,27767452,27769821,27778069,27788695,27790718,27794455,27804648,27804802,27806388,27809811,27819512,27825024,27826052,27828260,27829802,27831508,27832982,27835719,27839607,27846447,27861813,27867893,27879822,27884191,27884348,27902368,27903813,27909646,27922874,27929672,27929747,27947606,27950729,27959500,27971858,27972049,27972242,27972392,2797262 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174341, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388206,27398848,27403983,27404226,27406715,27407036,27409262,27413529,27413683,27413992,27415630,27418264,27441473,27442671,27443845,27445181,27445302,27445355,27448017,27449656,27450579,27452170,27455385,27455748,27458214,27474387,27476760,27481189,27481261,27484655,27486063,27490481,27491712,27494189,27494482,27497731,27498627,27500961,27503434,27503561,27507906,27507943,27583568,27613062,27623306,27623625,27632923,27633279,27633722,27633985,27634853,27635375,27635587,27636258,27636461,27636726,27640881,27641239,27643820,27643889,27650037,27650199,27652359,27653327,27654265,27657711,27660793,27683006,27688382,27688888,27688932,27689720,27692006,27695424,27698297,27703634,27703759,27704226,27716433,27716599,27720105,27720221,27723226,27723408,27724354,27725046,27725099,27725506,27725637,27725668,27725715,27726190,27729311,27731030,27732499,27732528,27733983,27735079,27735519,27735590,27741841,27741924,27742065,27742210,27742868,27742882,27748524,27748587,27748765,27749014,27749819,27752964,27757125,2776105 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174342, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396113,27403903,27415672,27419066,27443777,27455440,27476859,27485933,27488958,27494325,27499335,27500924,27501809,27507914,27583802,27633934,27646615,27660691,27662138,27662318,27683183,27695341,27713917,27715184,27716487,27725022,27728144,27731836,27734935,27735099,27741887,27748752,27748994,27749908,27778525,27783993,27784425,27784504,27784523,27811605,27824425,27832956,27836440,27841643,27868721,27880551,27883773,27909619,27909807,27931017,27941245,27941288,27941358,27948203,27948236,27959288,27961234,27971435,27971744,27972461,28002134,28007374,28010206,28010480,28010699,28011055,28011631,28012272,28012606,28013086,28013293,28013478,28014080,28016351,28017084,28018780,28020013,28021410,28024274,28024529,28026129,28034842,28035406,28041238,28041649,28042003,28044489,28044717,28056141,28056281,28056310,28056402,28056691,28056785,28057051,28057070,28057655,28057788,28059227,28062181,28072121,28072283,28072329,28072398,28072404,28072633,28073774,28090691,28090809,28112216 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174343, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388307,27388978,27391771,27395052,27395574,27396051,27399171,27400651,27404170,27404509,27407301,27409711,27413749,27414083,27418357,27418557,27419051,27419655,27436599,27439659,27441492,27442827,27443939,27444754,27445257,27446694,27447973,27450024,27452244,27452527,27452947,27455786,27458178,27464047,27474744,27477330,27477645,27478686,27481152,27484893,27486256,27488115,27489098,27490680,27492203,27492521,27494250,27497842,27498819,27499279,27501096,27501364,27501992,27503671,27503704,27508642,27597693,27598301,27606220,27623571,27623686,27624388,27624520,27625433,27628688,27629204,27631188,27632109,27633342,27633633,27634616,27634891,27636136,27636905,27638079,27641473,27641856,27642558,27643074,27643666,27643968,27644130,27644583,27645146,27646424,27646777,27647837,27650350,27654499,27654819,27657959,27658564,27660882,27662515,27685110,27685401,27686873,27688673,27689541,27689777,27691042,27692591,27693404,27695669,27697025,27697567,27698375,27700581,27700927,27703745,27706658,27709254,27712254,2771255 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174344, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27456983,27656506 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174345, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27725896 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174346, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27726317,27791685,27892455,27909316,28031627,28050266,28051674 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388240 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174348, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28057049 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174349, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27409547,27724204,27748975,27939774,27943649,27971291,27973444,28010937,28013187,28018231,28037352,28073099 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174350, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27826189,28030904,28049718,28053870 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174351, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411220,27456990,27498493,27656500,27690749,27717958,27742234,27764184,27772645,27796224,27835265,27836110,27912049,27947796,27953206,28023817,28025769,28030973,28054016,28054875,28055047,28056651,28058077 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174352, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411784,27416410,27450161,27458148,27458634,27496626,27496839,27505707,27599127,27599996,27636549,27659028,27687207,27693188,27693899,27695935,27703788,27708564,27715753,27725928,27726047,27727840,27732136,27735309,27742958,27749053,27757547,27775788,27821692,27831196,27831616,27832155,27844456,27865313,27865495,27893742,27912547,27945753,27953136,27964503,27964990,28024005,28024890,28026054,28028270,28029962,28032102,28043326,28043522,28045857,28046983,28049852,28051799,28052296,28054082,28054843,28055313,28055724,28056974,28057100,28057220,28057288,28057971,28058004,28058098,28061012,28066560,28066595,28072666,28072716,28092381,28173317 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174353, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388151,27391570,27397021,27398608,27403873,27405556,27408431,27409091,27411893,27415360,27415556,27418140,27419406,27439396,27442528,27443753,27444987,27447758,27448211,27449616,27450469,27452008,27455211,27456543,27458134,27462485,27476679,27478216,27481089,27485845,27487938,27488704,27490187,27490413,27494093,27497578,27498409,27500843,27501693,27504190,27507883,27557586,27561838,27562346,27612933,27613917,27615598,27627485,27630223,27631652,27632804,27633837,27636282,27643738,27644691,27645173,27646973,27649851,27652021,27654016,27654147,27656334,27656897,27657606,27657873,27658116,27658426,27660476,27683837,27688197,27696569,27697303,27698079,27699305,27702492,27702710,27702968,27703358,27705881,27706036,27706247,27706301,27707209,27708843,27709189,27711722,27713844,27714995,27716407,27717108,27723635,27724273,27724929,27724967,27725070,27725602,27725705,27725817,27725839,27726930,27727189,27727587,27728078,27728392,27729717,27730904,27731758,27732326,27733601,27733918,27734106,27734884,27735438,2773933 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174354, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388114,27391798,27396185,27448048,27474329,27484808,27601678,27634204,27683746,27698164,27712049,27724321,27725141,27749167,27806384,27831509,27835709,27922868,27959502,27972039,27973806,28010085,28010621,28012225,28017946,28022625,28023368,28024440,28025067,28025803,28042396,28056557,28057503,28132307 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174355, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403975,27409263,27415615,27445299,27448018,27497720,27503435,27633991,27643811,27688898,27720107,27720224,27731043,27735509,27742883,27831483,27909715,27941332,27973904,27975306,28020331,28023116,28026352,28028457,28028782,28031240,28039167 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174356, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396116,27403907,27410544,27476857,27485919,27488963,27494318,27499343,27501808,27507916,27583799,27583944,27633944,27634744,27646624,27660681,27662134,27662322,27683182,27699237,27713922,27715176,27716493,27724296,27728139,27731838,27735087,27748748,27749915,27778515,27783999,27788584,27811610,27824421,27828300,27832964,27836446,27841651,27863262,27868725,27880542,27908981,27909618,27909822,27931025,27941292,27941362,27948213,27959289,27961214,27972076,27972459,28009202,28010200,28010497,28011062,28011628,28011925,28012599,28013076,28013474,28014096,28015882,28017089,28018785,28019175,28019253,28020017,28021412,28024278,28026121,28034840,28041235,28041654,28041948,28042002,28044498,28044710,28056040,28056138,28056156,28056271,28056292,28056700,28056787,28057056,28057442,28057658,28057785,28059212,28072130,28072145,28072274,28072319,28072390,28072417,28072645,28073768,28090684,28112217 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174357, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388981,27391763,27396043,27399182,27400654,27404169,27404495,27409699,27413753,27414074,27419052,27419657,27436610,27439655,27442825,27443936,27444763,27450017,27452253,27452939,27464039,27484888,27486250,27489099,27492196,27492520,27497834,27499292,27501094,27502005,27503670,27508641,27597706,27606218,27623557,27624529,27628698,27629209,27632098,27633333,27633637,27634607,27634902,27636897,27638071,27641841,27642564,27643971,27644128,27645141,27646768,27650351,27654812,27662518,27685108,27686874,27688678,27689763,27691044,27692598,27695668,27697557,27698376,27700933,27703744,27709255,27712551,27714134,27717375,27723961,27724494,27725107,27725482,27725944,27726142,27726247,27726459,27727178,27727649,27727683,27729459,27732093,27732579,27734126,27735105,27735473,27741859,27742006,27742103,27742201,27742300,27742938,27748863,27749125,27749341,27749576,27750024,27753120,27756130,27757316,27763674,27768092,27769908,27770415,27783903,27786687,27787282,27796408,27796445,27802145,27802783,27804852,27805121,2780583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174358, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27910304,27944253 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174359, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404058,27409520,27414661,27418161,27450448,27464131,27486197,27508693,27553039,27554038,27554361,27613072,27628075,27636659,27645925,27646634,27654633,27664179,27682647,27698730,27706808,27725255,27725806,27725972,27726226,27726383,27726821,27727621,27727957,27729856,27732111,27735326,27736256,27737933,27742112,27742354,27742381,27742399,27749010,27755743,27757358,27761314,27763585,27764520,27767568,27784383,27796390,27800352,27803395,27806412,27808949,27826545,27832602,27834111,27841655,27842077,27846845,27884234,27909959,27910421,27929184,27959454,27972837,27972936,27975685,28009263,28009918,28010451,28016214,28016469,28019304,28022046,28022558,28023639,28023917,28024190,28024852,28025346,28026337,28026703,28026872,28031007,28041836,28045395,28047562,28051569,28056933,28057238,28057808,28059852,28090622,28099881 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174360, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411212,27456978,27498498,27656502,27690757,27717956,27727311,27729771,27742226,27764176,27772649,27796229,27835256,27836108,27912048,27947798,27953214,28023830,28025768,28051915,28054009,28054883,28055041,28056646,28058072 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174361, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411791,27416418,27450153,27458160,27458635,27496613,27496849,27505717,27599125,27600006,27636551,27659024,27687208,27693179,27693896,27695932,27703782,27708557,27715739,27725894,27725917,27726052,27727845,27732142,27735310,27742953,27749058,27749097,27757542,27775785,27795608,27821691,27831191,27831626,27832154,27844468,27865310,27865504,27893735,27912543,27945756,27953137,27964494,27964988,28024012,28024884,28026063,28028272,28029961,28032108,28043330,28043533,28045853,28046988,28049847,28051795,28052301,28054083,28054844,28055310,28056965,28057108,28057222,28057294,28057980,28057997,28058102,28061008,28066552,28066596,28072672,28072713,28092378,28173321 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174362, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388148,27391569,27396018,27397017,27398612,27403871,27405553,27406639,27408432,27409097,27410411,27411896,27413432,27414565,27415359,27415564,27418141,27419399,27439406,27442524,27443745,27444150,27444996,27447759,27448222,27449614,27450462,27451587,27452002,27455203,27456537,27458137,27462486,27476686,27478219,27481083,27485843,27487933,27488714,27490176,27490406,27494105,27497577,27498397,27500829,27501689,27503364,27504185,27507885,27557593,27561262,27561843,27562348,27612932,27613914,27615106,27615602,27627490,27630227,27631656,27632790,27633838,27636290,27642784,27643746,27644693,27645165,27646974,27649844,27651326,27652026,27654021,27654149,27656344,27656885,27657611,27657870,27658107,27658420,27660482,27661970,27683839,27688195,27696574,27697308,27698065,27699301,27702489,27702720,27702971,27703373,27704729,27705885,27706029,27706250,27706300,27707198,27708850,27709201,27711727,27713832,27714998,27716401,27717102,27723632,27724267,27724941,27724965,27725081,27725603,27725700,27725815,27725845,2772633 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174363, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388108,27388244,27391803,27396191,27404269,27405744,27409457,27413503,27414626,27415751,27418191,27442739,27444238,27445123,27446278,27448046,27449800,27452052,27455565,27474333,27478647,27484819,27487725,27491784,27494452,27498735,27501060,27508545,27601690,27613093,27630483,27633078,27634050,27634212,27634911,27638162,27642943,27645513,27646743,27652472,27656802,27662203,27662333,27683380,27683743,27688743,27691972,27698154,27698533,27703872,27712054,27716533,27720278,27724323,27725132,27725273,27725345,27725443,27725767,27725857,27728106,27729785,27731932,27733468,27735549,27741971,27742902,27742965,27748552,27749168,27749228,27749936,27751908,27763793,27767089,27767454,27769818,27778066,27788689,27790714,27794467,27804646,27804806,27806374,27809813,27819516,27825019,27826059,27828269,27829805,27831506,27832996,27835717,27839602,27846448,27861821,27867890,27879816,27884192,27884340,27902374,27903807,27909655,27922876,27929670,27929746,27947605,27950723,27959492,27971848,27972041,27972241,27972386,2797262 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174364, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388204,27391657,27398852,27403980,27404227,27406705,27407043,27409256,27413533,27413676,27413993,27415619,27418078,27418260,27441482,27442679,27443839,27445191,27445298,27445367,27448023,27448283,27449661,27450578,27452172,27455392,27455754,27458218,27474393,27476755,27481193,27481267,27484643,27486051,27490485,27491707,27494183,27494489,27497726,27498635,27500964,27503443,27503570,27507905,27507953,27583561,27613061,27623302,27623614,27632927,27633274,27633720,27633986,27634859,27635376,27635585,27636265,27636462,27636721,27640888,27641241,27643819,27643890,27650036,27650200,27652364,27653339,27654266,27657719,27660800,27683007,27688385,27688892,27688934,27689719,27692009,27695422,27698293,27703632,27703770,27704221,27716434,27716605,27720101,27720215,27723232,27723413,27724358,27725044,27725100,27725512,27725624,27725677,27725717,27726200,27729304,27729939,27731036,27732504,27732523,27733981,27735083,27735518,27735583,27741845,27741927,27742060,27742218,27742875,27742881,27748534,27748588,27748760,2774902 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396110,27403905,27410546,27415671,27419067,27443776,27455448,27476861,27485929,27488955,27494315,27499340,27500918,27501813,27507925,27583803,27583942,27632897,27633939,27634743,27640908,27646521,27646627,27660693,27662124,27662325,27683180,27688551,27695343,27699233,27713923,27715183,27716481,27724294,27725027,27728142,27731844,27734929,27735088,27741785,27741886,27748742,27748999,27749917,27778518,27783985,27784434,27784511,27784524,27788585,27811603,27824429,27828307,27829702,27832963,27836447,27841642,27863264,27868718,27880544,27883778,27909621,27909821,27929203,27931024,27941238,27941293,27941365,27948211,27948241,27959275,27961229,27971441,27971589,27971740,27972065,27972455,27983931,28002126,28007367,28009211,28009553,28009562,28010201,28010334,28010474,28010493,28010702,28011000,28011066,28011629,28011919,28012265,28012609,28012737,28013082,28013250,28013308,28013467,28014088,28015881,28016358,28016453,28017085,28018789,28019183,28019250,28020005,28021404,28023811,28024267,28024520,28024716,2802612 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174366, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28003303,28010939,28020137,28073100 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174367, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388301,27388973,27391767,27395044,27395577,27396056,27399173,27400660,27404162,27404504,27407313,27409702,27413759,27414076,27418359,27418572,27419054,27419652,27436594,27439664,27440755,27441499,27442814,27443941,27444758,27445245,27446696,27447975,27450019,27452250,27452532,27452949,27455792,27458179,27464033,27474742,27477317,27477657,27478671,27481137,27484897,27486246,27488111,27489106,27490686,27492202,27492517,27494248,27497835,27498829,27499286,27501107,27501358,27502002,27503677,27503698,27508632,27597701,27598303,27606212,27623570,27623693,27624395,27624530,27625422,27628689,27629213,27631194,27632111,27633340,27633629,27634609,27634897,27636132,27636908,27638081,27641471,27641848,27642556,27643071,27643662,27643963,27644126,27644579,27645143,27646435,27646783,27647849,27650348,27654493,27654816,27657960,27658552,27660880,27662526,27685109,27685393,27686875,27688677,27689548,27689768,27691035,27692588,27693415,27695662,27697029,27697559,27698372,27700571,27700926,27703738,27706666,27709260,2771225 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174368, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404539,27405970,27410906,27413941,27444579,27444773,27446706,27448416,27450771,27456033,27481323,27489078,27489231,27491950,27593319,27594111,27613191,27632132,27633559,27634753,27634952,27640434,27641364,27643270,27645883,27650327,27654685,27684259,27684889,27696863,27698646,27704018,27709470,27712224,27725304,27725436,27726169,27726412,27727781,27729004,27729897,27731185,27732618,27734151,27735656,27742128,27742345,27742367,27752197,27753160,27759708,27763943,27771907,27772107,27794618,27794655,27803695,27806558,27809860,27824501,27832556,27833074,27834189,27836592,27841983,27879463,27884510,27884649,27904506,27910298,27910595,27911072,27946720,27948319,27953744,27973724,27974688,27975301,27976057,28009865,28012349,28013062,28014093,28016602,28016767,28017840,28018635,28020673,28020957,28021713,28022946,28024290,28027556,28029261,28030926,28034005,28035953,28037575,28038501,28041372,28042360,28043984,28044376,28047020,28047036,28051238,28057184,28057274,28105090 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174369, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404050,27406957,27409517,27413720,27414662,27418156,27447825,27448334,27450015,27450456,27450710,27464134,27486188,27508695,27553043,27554047,27554359,27613080,27628069,27636654,27645919,27646631,27654636,27664182,27682652,27695561,27698732,27699558,27700002,27706806,27725250,27725591,27725808,27725974,27726081,27726219,27726384,27726516,27726826,27727618,27727954,27729855,27732115,27735320,27736258,27737931,27742087,27742113,27742281,27742359,27742386,27742398,27742415,27742542,27749022,27755753,27757354,27761315,27763584,27764515,27767263,27767578,27784376,27795276,27796392,27797040,27800358,27803389,27806410,27807295,27808941,27826548,27832609,27834110,27841661,27842078,27846849,27884235,27884549,27884979,27909964,27910425,27929191,27959459,27972834,27972943,27975689,28009262,28009912,28010453,28011754,28016206,28016474,28017358,28018705,28019302,28021582,28022054,28022555,28022764,28023645,28023925,28024197,28024853,28025348,28025994,28026329,28026704,28026867,28027389,28031008,28041835,28045399,2804755 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174370, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27717959,27729763,27836104,28023814,28051923 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174371, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411782,27416414,27450159,27458642,27496616,27496842,27505706,27600004,27636553,27659027,27687194,27693180,27693909,27695940,27703787,27708561,27725886,27726049,27727841,27732137,27742954,27749091,27775775,27821701,27831198,27832143,27844466,27865311,27865498,27893739,27912542,27945749,27953147,27964496,28024006,28024886,28026064,28028275,28029957,28032112,28043332,28043527,28045864,28046991,28049853,28051802,28052309,28054088,28054846,28055311,28056975,28057103,28057224,28057298,28057981,28066563,28066592,28072671,28072710,28092379,28173324 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174372, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388147,27405547,27406652,27414567,27415567,27443754,27447750,27455208,27462487,27485853,27490175,27494104,27497574,27498398,27500834,27561839,27627488,27631655,27632803,27633846,27643751,27644695,27646969,27656329,27657867,27658428,27683846,27698072,27699302,27702483,27706031,27706302,27708847,27713836,27716395,27723628,27724263,27724975,27725077,27725611,27725827,27725849,27727199,27727376,27727599,27728395,27729708,27730905,27731752,27734109,27741815,27742042,27742078,27749414,27749538,27753269,27767040,27769412,27770968,27775411,27788426,27795231,27804346,27819466,27829183,27831138,27831455,27832859,27834097,27837781,27839199,27846155,27863180,27868705,27887992,27901732,27912664,27931361,27947470,28009790,28027460,28027763,28028308,28029683,28030983,28031763,28032097,28032455,28045078,28046523,28048094,28048518,28049977,28051402,28051996,28052606,28053110,28053497,28054137,28054324,28054550,28054957,28055468,28055497,28055597,28055683,28055746,28056116,28056381,28058974,28060765,28061368,28061429,2806158 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174373, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396189,27414624,27418199,27445117,27662193,27691964,27835724,27929673,27971854,28009611,28013360,28058271,28072499,28091267 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174374, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27391661,27398849,27404215,27409259,27413691,27415629,27418072,27418255,27441472,27442666,27443836,27445189,27445364,27448027,27450581,27452160,27474379,27481190,27486054,27491709,27494490,27500962,27503440,27507898,27507944,27583556,27613060,27623307,27633267,27633718,27633989,27635381,27635582,27636262,27636452,27640885,27641238,27643808,27643899,27650039,27650198,27652354,27653335,27688889,27688935,27692003,27698299,27703641,27716431,27716597,27720099,27723233,27724356,27725054,27725502,27725627,27725674,27731044,27732501,27732524,27733990,27735082,27735506,27735592,27741846,27741925,27742211,27748526,27748579,27748766,27749017,27749820,27752965,27761066,27763479,27763641,27767241,27769936,27786936,27790670,27790954,27791967,27796342,27803486,27804513,27804733,27806271,27809630,27811624,27824919,27825968,27831479,27832407,27838332,27841561,27843087,27844023,27868729,27879606,27883868,27890028,27901473,27909724,27909847,27929073,27941330,27947491,27953358,27959673,27971334,27972308,27972428,27973913,2797418 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174375, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27396102,27419070,27443779,27488964,27494317,27500932,27583937,27640916,27662127,27662321,27688549,27695348,27713931,27715179,27716494,27724299,27725023,27728145,27731837,27735093,27783994,27784520,27811611,27832967,27841638,27909622,27909816,27929198,27948234,27959281,27972070,27972452,28002125,28010212,28010499,28010695,28011013,28011064,28011918,28013297,28014078,28018776,28021409,28023804,28024269,28024523,28034849,28041656,28044499,28056258,28056309,28056690,28056788,28057055,28057656,28057781,28062185,28072271,28072393,28072413,28090797,28100305 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174376, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388303,27388979,27391775,27395038,27395579,27396049,27399169,27400667,27404174,27404494,27407300,27409701,27413750,27414080,27418348,27418566,27419048,27419649,27436607,27439667,27441501,27442817,27443927,27444759,27445254,27446686,27447977,27450031,27452241,27452533,27452944,27455780,27458169,27464043,27474739,27477315,27477649,27478675,27481147,27484896,27486244,27488113,27489102,27490684,27492198,27492526,27494249,27497841,27498823,27501110,27501359,27501993,27503672,27503697,27508631,27597696,27598297,27606211,27623563,27623691,27624386,27624518,27625429,27628701,27629214,27631185,27632112,27633335,27633632,27634603,27634904,27636129,27636901,27638075,27641483,27641853,27642561,27643072,27643661,27643966,27644124,27644586,27645153,27646429,27646778,27647840,27650339,27654497,27654824,27657971,27658566,27660873,27662524,27685117,27685396,27686876,27688674,27689553,27691036,27692582,27693411,27695663,27697026,27697552,27698377,27700582,27700930,27703741,27706653,27709262,27712266,27712555,27714135,2771526 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174377, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27632133,27944256 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27553034,27725811,27726375,27726824,27742272,27742355,27757351,27761306,27763583,27803397,28016472,28017363,28022550,28026335,28045398 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174379, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27411217,27456985,27764179,27772653,27836105,27912041,27947786,28023823,28025770,28030964,28047815,28056652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174380, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27749102,28173316 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174381, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27413428,27444152,27490401,27683841,27706304,27726332,27742069,27760703,27796194,27883805,27925065,28051661,28055323,28062505 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174382, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27725862,27729789 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174383, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27403982,27442667,27443842,27449652,27455742,27499274,27500965,27729933,27741796,27748764,27806272,27909147,28010129,28011107,28013599,28015718,28018658,28020519,28023113,28025377,28030584,28034723,28035427,28047128,28050598 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174384, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28057774 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174385, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27395570,27413760,27436602,27464042,27481138,27624399,27624516,27633334,27657967,27693402,27717384,27733542,27749037,27824404,27824935,27831599,27833053,27864042,27864889,27867983,27910899,27944160,27951014,27953227,27971507,27975719,27977800,27982015,28020048,28024389,28026495,28030910,28042932,28048419,28048605,28048969,28049582,28049728,28049914,28050573,28051192,28052325,28052688,28053063,28053121,28053301,28053409,28053861,28054198,28057897,28058124,28058772,28059481,28060524,28073996,28091570,28127994 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174386, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27392076,27396553,27399150,27404542,27405978,27407285,27410902,27413931,27418530,27418641,27419280,27420074,27439720,27442800,27443916,27444585,27444783,27446716,27448412,27450769,27456030,27459449,27474656,27477300,27481320,27481445,27485090,27489084,27489241,27491945,27498842,27498955,27503746,27593321,27594122,27594335,27613200,27628330,27632131,27633557,27634754,27634960,27635118,27635290,27640429,27641354,27643263,27645877,27650326,27654567,27654683,27661114,27684260,27684895,27688967,27689028,27690197,27692167,27692388,27693804,27696854,27697571,27698649,27704023,27709467,27712216,27715567,27716656,27723252,27723436,27723826,27725302,27725434,27725575,27726173,27726407,27727786,27728256,27729001,27729893,27731192,27732622,27734147,27735654,27742027,27742125,27742349,27742372,27748893,27749277,27749292,27750038,27752190,27753150,27759697,27763937,27771719,27771909,27772106,27787164,27787254,27788752,27794607,27794651,27803703,27806563,27808856,27809862,27812446,27824505,27824562,27829867,27832090,2783255 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174387, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27404056,27406961,27409516,27413721,27414666,27418155,27447816,27448336,27450013,27450454,27450718,27464127,27486195,27508700,27553040,27554040,27554360,27613074,27636655,27645923,27646629,27654637,27664178,27682656,27695559,27698728,27699562,27699998,27706811,27725247,27725596,27725810,27725969,27726088,27726227,27726376,27726521,27726817,27727620,27727951,27729860,27732114,27735321,27736254,27737939,27742090,27742119,27742274,27742356,27742389,27742393,27742410,27742540,27749006,27755745,27757353,27761305,27763586,27764518,27767259,27767570,27784378,27795273,27796387,27797047,27800361,27803394,27806408,27807294,27808944,27826546,27832606,27834109,27841654,27842079,27846846,27884237,27884551,27884970,27909962,27910426,27929192,27959464,27972840,27972939,27975686,28009258,28009917,28010455,28011760,28016212,28016467,28017367,28018707,28019310,28021580,28022051,28022549,28022770,28023643,28023920,28024196,28024845,28025342,28025991,28026336,28026698,28026875,28027387,28031004,28041838,28045391,28047558,2805157 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174388, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (28030971 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174389, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27729786 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174390, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27717379,27733543,27864043,27953226,28030907,28053857,28053878,28058784,28128001 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174391, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27407280,27444780,27930048,28029271 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174392, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27414658,27418159,27450014,27450711,27464129,27486194,27553044,27554357,27613079,27628065,27636662,27645918,27664188,27699568,27706809,27725246,27725975,27726082,27726221,27726379,27726819,27727616,27727953,27729857,27735328,27742116,27742280,27742357,27742405,27749008,27757359,27763587,27784381,27796394,27800355,27806405,27807293,27808943,27826554,27832604,27834112,27842074,27846852,27884972,27909960,27929195,27959457,27972835,28009914,28011761,28016207,28019309,28021578,28022557,28023921,28024189,28024847,28026333,28026693,28026868,28027391,28041846,28045392,28051574,28057235,28057801,28059853,28090631,28099880 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174393, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27456981,27717963,27742236,27764171,27772647,27912044,27953217,28023826,28025763,28056653 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174394, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27725890,28055723,28057991,28061019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27413429,27444151,27451589,27651332,27656338,27734107,27883806,28031630,28062512,28064587 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174396, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388235,27442733,27501075,27729783,27749170,27767094 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174397, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27398845,27403986,27413686,27415626,27441476,27442681,27455387,27455757,27458211,27481182,27490491,27497729,27499272,27507901,27634852,27636719,27641244,27643892,27650025,27652353,27654262,27660794,27688894,27698295,27724366,27725047,27725670,27729940,27731038,27741804,27741843,27748767,27752970,27769563,27769939,27783929,27786935,27791958,27796336,27804735,27809635,27811625,27838338,27843088,27844010,27879594,27901468,27953360,27972317,28009026,28010511,28011111,28011438,28019678,28020518,28022240,28023350,28024984,28025386,28026355,28026628,28027348,28028769,28029842,28030578,28035424,28035504,28038283,28044037,28047130,28047222,28057677,28058798,28059561,28061970,28062281,28064550,28072094 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174398, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27632903,28057041 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174399, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27441498,27452531,27474743,27477650,27488106,27489101,27492205,27503667,27624387,27624517,27629206,27636137,27641842,27644573,27654821,27657957,27686885,27691032,27697556,27712260,27712546,27717386,27726245,27726289,27729473,27729916,27732568,27733534,27735469,27749343,27750017,27750212,27753132,27808870,27812680,27826193,27833050,27836493,27839773,27864047,27864890,27884429,27884786,27922983,27930625,27931265,27931306,27941593,27946651,27947643,27948156,27953225,27959471,27971811,27975347,27982008,27983501,28010550,28015283,28016334,28020039,28024610,28024637,28030908,28038547,28039743,28047148,28047794,28048616,28049744,28050209,28050752,28051638,28052554,28052694,28052821,28053085,28053302,28053559,28053853,28053874,28054156,28054189,28057889,28058778,28059945,28061796,28063796,28073976,28073984,28074381,28090823,28091585,28128003,28129376 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174400, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388043,27388519,27394960,27403889,27409147,27409546,27413454,27415570,27418130,27436081,27439450,27444194,27444349,27448236,27455218,27474438,27481101,27481533,27485874,27497586,27499248,27499574,27501652,27507929,27583260,27609368,27628049,27633450,27633780,27634246,27634477,27634662,27636035,27636248,27636670,27636885,27642828,27649915,27652041,27657625,27662180,27682942,27685011,27688291,27689213,27689832,27695178,27703407,27713880,27724205,27724918,27725232,27726122,27727968,27733373,27735446,27742526,27748981,27749136,27749552,27751729,27755327,27759196,27767074,27783869,27784487,27784943,27785267,27794220,27796211,27799377,27803185,27826436,27829662,27832373,27835280,27841455,27841672,27846169,27861539,27862427,27883668,27901119,27901655,27909005,27909392,27922792,27924910,27928944,27941180,27941778,27942283,27948100,27949831,27960831,27971295,27972271,27973442,27975561,27978079,28002188,28003036,28003308,28007196,28009193,28009500,28009805,28010178,28010419,28010710,28010940,28012170,28012497,2801318 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174401, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27388044,27388512,27389019,27394958,27403897,27409151,27409544,27413444,27415577,27418121,27436071,27439447,27444186,27444351,27448233,27455217,27474437,27481102,27481539,27485878,27497594,27499246,27501650,27583259,27583630,27609365,27627750,27628041,27633452,27633786,27634249,27634472,27634659,27636030,27636243,27636675,27636888,27642832,27649909,27652036,27657630,27662177,27682941,27685008,27688300,27689217,27689824,27695180,27703404,27713877,27724203,27724914,27725222,27726124,27727966,27733380,27735452,27741756,27741963,27742525,27748441,27748984,27749137,27749547,27755324,27759195,27767068,27783866,27784488,27784725,27785279,27794228,27796204,27799370,27803179,27825898,27826433,27829661,27832372,27832461,27835278,27841461,27841667,27846168,27861536,27883670,27901108,27901648,27908723,27908993,27909398,27922783,27928954,27939767,27941196,27941777,27942278,27943638,27948107,27949821,27960838,27971297,27972264,27973445,27975554,27978076,28002189,28003035,28003640,28007201,28008860,28009196,28009501,2800979 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174402, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (27826198 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30174299,30174302,30174310,30174318,30174336,30174358,30174368,30174377,30174386,30174391?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/30174300,30174319,30174359,30174369,30174378,30174387,30174392?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30174301,30174320,30174321,30174322,30174349,30174366,30174400,30174401?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30174303,30174311,30174323,30174330,30174337,30174344,30174351,30174360,30174370,30174379,30174388,30174393?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/30174304,30174312,30174324,30174331,30174338,30174345,30174352,30174361,30174371,30174380,30174394?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30174305,30174313,30174325,30174332,30174339,30174346,30174353,30174362,30174372,30174381,30174395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30174306,30174314,30174326,30174333,30174340,30174347,30174354,30174363,30174373,30174382,30174389,30174396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30174307,30174315,30174327,30174334,30174341,30174355,30174364,30174374,30174383,30174397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30174308,30174316,30174328,30174342,30174348,30174356,30174365,30174375,30174384,30174398?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30174309,30174317,30174329,30174335,30174343,30174350,30174357,30174367,30174376,30174385,30174390,30174399,30174402?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires after get_hostname_from_raspi 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-31') GROUP BY month order by month; 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-10-01' and date <= '2025-10-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((47016,),), 'unwanted_material_monthly_percentage': ((0.05732298822545061,),), 'material_repartition': (('pet_clair', 4962), ('pehd_pp', 4224), ('emr', 3273), ('film_pedb', 3069), ('jrm', 2814), ('flux_dev', 2326), ('gm', 1124), ('refus', 941), ('ela', 919), ('aluminium', 191)), 'material_dict': {'pet_clair': 4962, 'pehd_pp': 4224, 'emr': 3273, 'film_pedb': 3069, 'jrm': 2814, 'autres': 5501}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 10, 1), 0.06138256599191387, 5), (datetime.date(2025, 10, 2), 0.04990714354359816, 45), (datetime.date(2025, 10, 3), 0.0616522268214161, 43), (datetime.date(2025, 10, 6), 0.060825260889970194, 18), (datetime.date(2025, 10, 7), 0.059667518052221175, 61), (datetime.date(2025, 10, 8), 0.06050995037733838, 41), (datetime.date(2025, 10, 9), 0.05388017811450352, 47), (datetime.date(2025, 10, 10), 0.059287003728908244, 31), (datetime.date(2025, 10, 11), 0.05648688298271926, 42), (datetime.date(2025, 10, 13), 0.06196022239282566, 23), (datetime.date(2025, 10, 14), 0.0690296536160049, 8), (datetime.date(2025, 10, 15), 0.06484279579483782, 49), (datetime.date(2025, 10, 16), 0.0581202778835919, 9), (datetime.date(2025, 10, 17), 0.06450502834541307, 25), (datetime.date(2025, 10, 18), 0.019851237326213127, 5), (datetime.date(2025, 10, 20), 0.04923554826752861, 57), (datetime.date(2025, 10, 21), 0.05816812058816555, 52), (datetime.date(2025, 10, 22), 0.052097344622657096, 9), (datetime.date(2025, 10, 23), 0.05394497505073608, 35), (datetime.date(2025, 10, 24), 0.051644595960378285, 29), (datetime.date(2025, 10, 27), 0.053024375199332015, 50), (datetime.date(2025, 10, 29), 0.05002882782511376, 7), (datetime.date(2025, 10, 30), 0.0476902585136462, 6), (datetime.date(2025, 10, 31), 0.061897867732009594, 7)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2025, 10, 1), 0.03982428744221759, 5), (datetime.date(2025, 10, 2), 0.021345565926049515, 45), (datetime.date(2025, 10, 3), 0.028693238888274127, 43), (datetime.date(2025, 10, 6), 0.046820771587141895, 16), (datetime.date(2025, 10, 7), 0.021636254291368843, 38), (datetime.date(2025, 10, 8), 0.024702080252259583, 41), (datetime.date(2025, 10, 9), 0.025795403907515047, 47), (datetime.date(2025, 10, 10), 0.027292277246798988, 31), (datetime.date(2025, 10, 11), 0.0385599272621602, 42), (datetime.date(2025, 10, 13), 0.022789896467273734, 7), (datetime.date(2025, 10, 14), 0.03103523846116547, 7), (datetime.date(2025, 10, 15), 0.027187068717059462, 49), (datetime.date(2025, 10, 16), 0.028189376600720666, 16), (datetime.date(2025, 10, 17), 0.027918021395339086, 42), (datetime.date(2025, 10, 18), 0.03357148220537334, 5), (datetime.date(2025, 10, 20), 0.02111014990211027, 57), (datetime.date(2025, 10, 21), 0.04166730579233515, 52), (datetime.date(2025, 10, 22), 0.028377224810952673, 14), (datetime.date(2025, 10, 23), 0.027342657773856267, 35), (datetime.date(2025, 10, 24), 0.02686909763477191, 29), (datetime.date(2025, 10, 27), 0.029553923775676387, 6), (datetime.date(2025, 10, 29), 0.03010581735754874, 7), (datetime.date(2025, 10, 30), 0.029298183823487894, 6), (datetime.date(2025, 10, 31), 0.03694561815317899, 7)), 'film_pedb': ((datetime.date(2025, 10, 1), 0.21644627458050159, 10), (datetime.date(2025, 10, 2), 0.1940370530423389, 27), (datetime.date(2025, 10, 3), 0.17488117218014487, 45), (datetime.date(2025, 10, 6), 0.21145417285083348, 63), (datetime.date(2025, 10, 7), 0.215163720449229, 29), (datetime.date(2025, 10, 8), 0.21079559762190617, 40), (datetime.date(2025, 10, 9), 0.17861559262271084, 30), (datetime.date(2025, 10, 10), 0.20940380534462463, 42), (datetime.date(2025, 10, 11), 0.18231851194791115, 34), (datetime.date(2025, 10, 13), 0.19180027292612792, 37), (datetime.date(2025, 10, 14), 0.20927416055518944, 24), (datetime.date(2025, 10, 15), 0.230385892883027, 38), (datetime.date(2025, 10, 16), 0.2038267332074064, 40), (datetime.date(2025, 10, 17), 0.20983231032732164, 37), (datetime.date(2025, 10, 20), 0.1870704349386066, 32), (datetime.date(2025, 10, 21), 0.16346403737467624, 31), (datetime.date(2025, 10, 22), 0.18333358519693144, 32), (datetime.date(2025, 10, 23), 0.17079215047606217, 41), (datetime.date(2025, 10, 24), 0.21967504762001647, 35), (datetime.date(2025, 10, 27), 0.14884053377815565, 43), (datetime.date(2025, 10, 29), 0.19026533370008042, 37), (datetime.date(2025, 10, 30), 0.1621437332567239, 32), (datetime.date(2025, 10, 31), 0.1860090708218865, 42)), 'flux_dev': ((datetime.date(2025, 10, 1), 0.1193545041154964, 13), (datetime.date(2025, 10, 2), 0.10764781855304292, 12), (datetime.date(2025, 10, 3), 0.08772000845434855, 20), (datetime.date(2025, 10, 6), 0.1786854688663501, 14), (datetime.date(2025, 10, 7), 0.12282629952091512, 9), (datetime.date(2025, 10, 8), 0.15903494725570935, 16), (datetime.date(2025, 10, 9), 0.14140092511523342, 20), (datetime.date(2025, 10, 10), 0.15572063031926137, 11), (datetime.date(2025, 10, 11), 0.12383868803537242, 15), (datetime.date(2025, 10, 13), 0.16319143431900485, 6), (datetime.date(2025, 10, 14), 0.13486483870055596, 10), (datetime.date(2025, 10, 15), 0.1583834154194076, 21), (datetime.date(2025, 10, 16), 0.15414836098137918, 13), (datetime.date(2025, 10, 17), 0.14489888918418733, 5), (datetime.date(2025, 10, 20), 0.1250728003711138, 6), (datetime.date(2025, 10, 21), 0.12344203383017477, 18), (datetime.date(2025, 10, 22), 0.11500032213922254, 9), (datetime.date(2025, 10, 23), 0.12739086032685704, 7), (datetime.date(2025, 10, 24), 0.1354819767803018, 13), (datetime.date(2025, 10, 27), 0.1410614941393207, 16), (datetime.date(2025, 10, 29), 0.12358758227844353, 15), (datetime.date(2025, 10, 30), 0.10647851646523261, 8), (datetime.date(2025, 10, 31), 0.0780860791244706, 10)), 'emr': ((datetime.date(2025, 10, 1), 0.04027250697886242, 21), (datetime.date(2025, 10, 2), 0.02867127071887171, 12), (datetime.date(2025, 10, 3), 0.02767133842318143, 8), (datetime.date(2025, 10, 6), 0.028962621732193834, 15), (datetime.date(2025, 10, 7), 0.035490339499454404, 23), (datetime.date(2025, 10, 8), 0.03315034467349011, 5), (datetime.date(2025, 10, 9), 0.028845401363717608, 16), (datetime.date(2025, 10, 10), 0.03778632041905964, 20), (datetime.date(2025, 10, 11), 0.04048138990097674, 19), (datetime.date(2025, 10, 13), 0.0346055906947111, 10), (datetime.date(2025, 10, 14), 0.039916499593006374, 10), (datetime.date(2025, 10, 15), 0.042272023412713966, 13), (datetime.date(2025, 10, 16), 0.03961973577497571, 18), (datetime.date(2025, 10, 17), 0.035245949860176116, 18), (datetime.date(2025, 10, 20), 0.03398879418502135, 27), (datetime.date(2025, 10, 21), 0.03209803362816466, 15), (datetime.date(2025, 10, 22), 0.033952795220604036, 10), (datetime.date(2025, 10, 23), 0.0331680815697623, 14), (datetime.date(2025, 10, 24), 0.03185903164128325, 16), (datetime.date(2025, 10, 27), 0.032287020842292916, 16), (datetime.date(2025, 10, 29), 0.029244296719530796, 10), (datetime.date(2025, 10, 30), 0.03420921200924836, 7), (datetime.date(2025, 10, 31), 0.03261257374029376, 12)), 'pehd_pp': ((datetime.date(2025, 10, 1), 0.027883682248087002, 37), (datetime.date(2025, 10, 2), 0.03250215819346854, 24), (datetime.date(2025, 10, 3), 0.027083628507714074, 21), (datetime.date(2025, 10, 6), 0.03066579408658482, 18), (datetime.date(2025, 10, 7), 0.03017648070671039, 61), (datetime.date(2025, 10, 8), 0.030191423536205828, 21), (datetime.date(2025, 10, 9), 0.032937741234194115, 46), (datetime.date(2025, 10, 10), 0.034654057170322806, 13), (datetime.date(2025, 10, 11), 0.03154206994592469, 42), (datetime.date(2025, 10, 13), 0.029876953005604362, 23), (datetime.date(2025, 10, 14), 0.028196159363724212, 29), (datetime.date(2025, 10, 15), 0.03439204530369222, 35), (datetime.date(2025, 10, 16), 0.027661949557114887, 8), (datetime.date(2025, 10, 17), 0.03633516618849121, 25), (datetime.date(2025, 10, 20), 0.03760960284051081, 6), (datetime.date(2025, 10, 21), 0.04368550564859247, 27), (datetime.date(2025, 10, 22), 0.03733475595371158, 37), (datetime.date(2025, 10, 23), 0.03038503712400894, 11), (datetime.date(2025, 10, 24), 0.03136111305548759, 21), (datetime.date(2025, 10, 27), 0.030165711924952807, 7), (datetime.date(2025, 10, 29), 0.03346846277544105, 26), (datetime.date(2025, 10, 30), 0.02606846629317935, 42), (datetime.date(2025, 10, 31), 0.027343951181623968, 11)), 'gm': ((datetime.date(2025, 10, 1), 0.0185164505650779, 26), (datetime.date(2025, 10, 2), 0.017190181633737128, 27), (datetime.date(2025, 10, 3), 0.041790829329201334, 25), (datetime.date(2025, 10, 6), 0.03025908384928671, 5), (datetime.date(2025, 10, 7), 0.02545314128631766, 26), (datetime.date(2025, 10, 8), 0.021485999363632474, 25), (datetime.date(2025, 10, 9), 0.02865008495722752, 28), (datetime.date(2025, 10, 10), 0.029033824460397283, 24), (datetime.date(2025, 10, 11), 0.03848098205998742, 27), (datetime.date(2025, 10, 13), 0.006008364481565927, 23), (datetime.date(2025, 10, 14), 0.034170445593714426, 8), (datetime.date(2025, 10, 15), 0.02325621483771399, 27), (datetime.date(2025, 10, 16), 0.018207831359825236, 26), (datetime.date(2025, 10, 17), 0.023120402436922403, 25), (datetime.date(2025, 10, 18), 0.011996135296159553, 38), (datetime.date(2025, 10, 20), 0.020973632643297463, 27), (datetime.date(2025, 10, 21), 0.04841191818702923, 27), (datetime.date(2025, 10, 22), 0.029055759601976743, 24), (datetime.date(2025, 10, 23), 0.027565339832561157, 23), (datetime.date(2025, 10, 24), 0.012669266942304459, 24), (datetime.date(2025, 10, 27), 0.03950541969449515, 23), (datetime.date(2025, 10, 29), 0.024608746291525836, 23), (datetime.date(2025, 10, 30), 0.06871276038382204, 9), (datetime.date(2025, 10, 31), 0.06042961211292277, 5)), 'pet_clair': ((datetime.date(2025, 10, 1), 0.007766760299241523, 29), (datetime.date(2025, 10, 2), 0.005820013098784535, 34), (datetime.date(2025, 10, 3), 0.05718918162413239, 28), (datetime.date(2025, 10, 6), 0.013034677285250313, 47), (datetime.date(2025, 10, 7), 0.0051489881296839105, 27), (datetime.date(2025, 10, 8), 0.005140764610369816, 51), (datetime.date(2025, 10, 9), 0.0055557408063364585, 63), (datetime.date(2025, 10, 10), 0.006469024925560082, 24), (datetime.date(2025, 10, 11), 0.006449272902301028, 25), (datetime.date(2025, 10, 13), 0.007897523225729714, 53), (datetime.date(2025, 10, 14), 0.052607978054246815, 27), (datetime.date(2025, 10, 15), 0.005336221338188882, 26), (datetime.date(2025, 10, 16), 0.006164222094886964, 30), (datetime.date(2025, 10, 17), 0.007247058506004726, 25), (datetime.date(2025, 10, 20), 0.0017742524043191802, 55), (datetime.date(2025, 10, 21), 0.0032954735227333897, 19), (datetime.date(2025, 10, 22), 0.005036906032986655, 32), (datetime.date(2025, 10, 23), 0.005065943749237144, 39), (datetime.date(2025, 10, 24), 0.005045453907002613, 24), (datetime.date(2025, 10, 27), 0.0019936892920727907, 50), (datetime.date(2025, 10, 29), 0.003936072339514132, 22), (datetime.date(2025, 10, 30), 0.002712416081808773, 52), (datetime.date(2025, 10, 31), 0.054983448952777514, 28)), 'aluminium': ((datetime.date(2025, 10, 1), 0.06857210124604997, 17), (datetime.date(2025, 10, 2), 0.0696543440778183, 18), (datetime.date(2025, 10, 3), 0.05210269914755356, 11), (datetime.date(2025, 10, 6), 0.02893092724687644, 14), (datetime.date(2025, 10, 7), 0.07170948449793817, 15), (datetime.date(2025, 10, 8), 0.06413632948774406, 18), (datetime.date(2025, 10, 9), 0.055522626238914095, 7), (datetime.date(2025, 10, 10), 0.046598946431539875, 23), (datetime.date(2025, 10, 11), 0.06864385857363531, 7), (datetime.date(2025, 10, 13), 0.04880303213117562, 16), (datetime.date(2025, 10, 14), 0.04356119057976764, 5), (datetime.date(2025, 10, 15), 0.047764987334960284, 10), (datetime.date(2025, 10, 16), 0.05596801769338448, 5), (datetime.date(2025, 10, 17), 0.04892132668268322, 30), (datetime.date(2025, 10, 20), 0.039191131641274565, 15), (datetime.date(2025, 10, 21), 0.06678049130232304, 6), (datetime.date(2025, 10, 22), 0.05806896031478161, 6), (datetime.date(2025, 10, 23), 0.07103041667446643, 6), (datetime.date(2025, 10, 24), 0.04810499043997709, 5), (datetime.date(2025, 10, 27), 0.024809415453747343, 6), (datetime.date(2025, 10, 30), 0.054136299956345287, 15), (datetime.date(2025, 10, 31), 0.034133232982878604, 7)), 'ela': ((datetime.date(2025, 10, 1), 0.0539848229252639, 32), (datetime.date(2025, 10, 2), 0.07298775625077066, 37), (datetime.date(2025, 10, 3), 0.07969266872395302, 31), (datetime.date(2025, 10, 6), 0.051001634038879834, 17), (datetime.date(2025, 10, 7), 0.04119338878086156, 34), (datetime.date(2025, 10, 8), 0.053707499419595815, 33), (datetime.date(2025, 10, 9), 0.0626999459468531, 35), (datetime.date(2025, 10, 10), 0.06904108967896568, 33), (datetime.date(2025, 10, 11), 0.07797050707103886, 31), (datetime.date(2025, 10, 13), 0.06936751248625361, 8), (datetime.date(2025, 10, 14), 0.05503552315555491, 34), (datetime.date(2025, 10, 15), 0.06892885216083207, 21), (datetime.date(2025, 10, 16), 0.06858671655466665, 9), (datetime.date(2025, 10, 17), 0.059429326554146095, 37), (datetime.date(2025, 10, 20), 0.06254813916054883, 30), (datetime.date(2025, 10, 21), 0.07205081670888752, 26), (datetime.date(2025, 10, 22), 0.07225626518876797, 25), (datetime.date(2025, 10, 23), 0.056216691251966606, 30), (datetime.date(2025, 10, 24), 0.06564009938510901, 30), (datetime.date(2025, 10, 27), 0.07586551172618955, 28), (datetime.date(2025, 10, 29), 0.08545335202419023, 38), (datetime.date(2025, 10, 30), 0.09546095960483228, 29), (datetime.date(2025, 10, 31), 0.09309089600876934, 12)), 'refus': ((datetime.date(2025, 10, 1), 0.07914408971172333, 9), (datetime.date(2025, 10, 2), 0.06883132384108948, 19), (datetime.date(2025, 10, 3), 0.06140923120089789, 14), (datetime.date(2025, 10, 6), 0.07345401047025034, 10), (datetime.date(2025, 10, 7), 0.09001014386271483, 10), (datetime.date(2025, 10, 8), 0.08296460143758855, 11), (datetime.date(2025, 10, 9), 0.07358456675690521, 9), (datetime.date(2025, 10, 10), 0.08142634766989865, 11), (datetime.date(2025, 10, 11), 0.07672799375826721, 13), (datetime.date(2025, 10, 13), 0.0815791915752727, 22), (datetime.date(2025, 10, 14), 0.07967682722416995, 14), (datetime.date(2025, 10, 15), 0.07482392676082658, 15), (datetime.date(2025, 10, 16), 0.08640374113572898, 26), (datetime.date(2025, 10, 17), 0.1055200366382007, 11), (datetime.date(2025, 10, 20), 0.07249629488482386, 11), (datetime.date(2025, 10, 21), 0.05184647817460317, 9), (datetime.date(2025, 10, 22), 0.04849588550434905, 6), (datetime.date(2025, 10, 23), 0.05857292157850367, 11), (datetime.date(2025, 10, 24), 0.07322807255497688, 6), (datetime.date(2025, 10, 27), 0.0359768224645544, 6), (datetime.date(2025, 10, 29), 0.04889702428878153, 10), (datetime.date(2025, 10, 30), 0.04729495201581788, 16), (datetime.date(2025, 10, 31), 0.0537847324106677, 16))}, 'quality_array': [['-1.6682997425902129', '01102025'], ['-6.34952204460899', '02102025'], ['-6.2841736593501825', '03102025'], ['11.57224831343419', '06102025'], ['-6.426536495296279', '07102025'], ['-6.349311796293595', '08102025'], ['-6.335603961082914', '09102025'], ['-6.42747201489723', '10102025'], ['-6.347067494088275', '11102025'], ['-6.389574505773345', '13102025'], ['-6.405668989212931', '14102025'], ['-6.441653520297036', '15102025'], ['22.98034346575362', '16102025'], ['-6.393495410914876', '17102025'], ['16.548790169821995', '18102025'], ['33.59281059106881', '20102025'], ['74.14616015670899', '21102025'], ['-6.2114058753246235', '22102025'], ['-6.267947579384366', '23102025'], ['-6.297194448979583', '24102025'], ['-6.1673043794711955', '27102025'], ['15.705437007219935', '29102025'], ['-0.9416348001668872', '30102025'], ['0.5818851772414965', '31102025']], 'number_of_batch': ((2498,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004754867718578793, 'nb_photo': 730, 'list_port_cont': '27392087,27396549,27399148,27404538,27410900,27413936,27418633,27442806,27444577,27446715,27448414,27450770,27456034,27459453,27481453,27485096,27489083,27489240,27491951,27498846,27498943,27503750,27593323,27594118,27594339,27613194,27632136,27633563,27634750,27635130,27635292,27640431,27641351,27643276,27645874,27650332,27654568,27654687,27684261,27684894,27690196,27692395,27696858,27697581,27698641,27704019,27709466,27712215,27715576,27716651,27723251,27723433,27723833,27725298,27725431,27725573,27726174,27726405,27727783,27728254,27729008,27729888,27731183,27732626,27734150,27735655,27742022,27742129,27742341,27742366,27748898,27749302,27750043,27752194,27753152,27759696,27763944,27771716,27771913,27772112,27787264,27794619,27794653,27803692,27806557,27808848,27809866,27812451,27824496,27829873,27832084,27832560,27833064,27834193,27836585,27841984,27863604,27863788,27865617,27868368,27868858,27884502,27884646,27904513,27910583,27911067,27911813,27931469,27946729,27948317,27959855,27972028,27972109,2797235', 'assoc_port': '27391350:27392087,27395951:27396549,27398431:27399148,27403857:27404538,27410312:27410900,27413359:27413936,27417935:27418633,27441325:27444577,27442335:27442806,27446535:27446715,27448206:27448414,27450404:27450770,27455136:27456034,27459009:27459453,27480969:27481453,27484320:27485096,27488570:27489240,27488598:27489083,27491436:27491951,27498532:27498943,27498548:27498846,27503285:27503750,27552558:27594339,27552570:27594118,27552607:27593323,27612838:27613194,27631521:27632136,27632501:27633563,27632556:27640431,27633515:27635292,27633578:27635130,27633645:27634750,27633654:27641351,27642713:27643276,27645052:27645874,27649737:27650332,27654126:27654687,27654128:27654568,27682168:27684894,27682219:27684261,27687910:27697581,27687913:27690196,27691359:27692395,27696342:27696858,27697882:27698641,27703261:27704019,27708725:27709466,27711670:27712215,27714915:27715576,27716349:27716651,27722926:27723251,27722932:27723833,27722977:27723433,27724819:27726405,27724835:27726174,27724852:27729008,27724873:2772529', 'assoc_mat': '27391350:autre:3327:27392087,27395951:autre:3327:27396549,27398431:autre:3327:27399148,27403857:autre:3327:27404538,27410312:autre:3327:27410900,27413359:autre:3327:27413936,27417935:autre:3327:27418633,27441325:autre:3327:27444577,27442335:autre:3327:27442806,27446535:autre:3327:27446715,27448206:autre:3327:27448414,27450404:autre:3327:27450770,27455136:autre:3327:27456034,27459009:autre:3327:27459453,27480969:autre:3327:27481453,27484320:autre:3327:27485096,27488570:autre:3327:27489240,27488598:autre:3327:27489083,27491436:autre:3327:27491951,27498532:autre:3327:27498943,27498548:autre:3327:27498846,27503285:autre:3327:27503750,27552558:autre:3327:27594339,27552570:autre:3327:27594118,27552607:autre:3327:27593323,27612838:autre:3327:27613194,27631521:autre:3327:27632136,27632501:autre:3327:27633563,27632556:autre:3327:27640431,27633515:autre:3327:27635292,27633578:autre:3327:27635130,27633645:autre:3327:27634750,27633654:autre:3327:27641351,27642713:autre:3327:27643276,27645052:autre:3327:27645874,27649737:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017664791638585787, 'nb_photo': 313, 'list_port_cont': '27404054,27406955,27409518,27413700,27414665,27418154,27448335,27450007,27450446,27450720,27464132,27486189,27508698,27553035,27554039,27554356,27613070,27636657,27645920,27654634,27664186,27682645,27695560,27698734,27700005,27706816,27725592,27725976,27726080,27726374,27727617,27727956,27729859,27732107,27735319,27736255,27737941,27742120,27742277,27742352,27742387,27742400,27742408,27749003,27757352,27761308,27763590,27767261,27767576,27784375,27795279,27796391,27803392,27807292,27808951,27826555,27832607,27834116,27842071,27846847,27884233,27884548,27909958,27910424,27929185,27959455,27972833,27975692,28009261,28009915,28010448,28016210,28017360,28019305,28021575,28023641,28023923,28024192,28024842,28025347,28025985,28026332,28026697,28026869,28031002,28045394,28047556,28051578,28056503,28056936,28057244,28057804,28090624,28099883', 'assoc_port': '27403865:27404054,27406524:27406955,27409027:27409518,27413291:27413700,27414376:27414665,27417933:27418154,27448207:27450446,27448208:27448335,27449555:27450007,27450401:27450720,27463791:27464132,27485662:27486189,27507873:27508698,27552560:27554356,27552574:27554039,27552604:27553035,27612831:27613070,27632551:27636657,27643653:27645920,27654127:27654634,27663915:27664186,27682161:27682645,27691360:27698734,27694858:27695560,27699099:27700005,27706165:27706816,27724169:27727617,27724821:27727956,27724825:27725976,27724829:27726374,27724845:27726080,27724849:27725592,27729672:27729859,27731649:27732107,27733808:27735319,27734824:27736255,27737899:27737941,27741689:27742120,27741695:27742277,27741708:27742387,27741710:27742400,27741717:27742408,27741724:27742352,27748892:27749003,27756978:27757352,27760569:27761308,27763194:27763590,27767019:27767261,27767020:27767576,27783676:27784375,27795188:27795279,27796154:27796391,27803074:27803392,27804202:27807292,27808399:27808951,27826416:27826555,27831386:2783260', 'assoc_mat': '27403865:autre:3594:27404054,27406524:autre:3594:27406955,27409027:autre:3594:27409518,27413291:autre:3594:27413700,27414376:autre:3594:27414665,27417933:autre:3594:27418154,27448207:autre:3594:27450446,27448208:autre:3594:27448335,27449555:autre:3594:27450007,27450401:autre:3594:27450720,27463791:autre:3594:27464132,27485662:autre:3594:27486189,27507873:autre:3594:27508698,27552560:autre:3594:27554356,27552574:autre:3594:27554039,27552604:autre:3594:27553035,27612831:autre:3594:27613070,27632551:autre:3594:27636657,27643653:autre:3594:27645920,27654127:autre:3594:27654634,27663915:autre:3594:27664186,27682161:autre:3594:27682645,27691360:autre:3594:27698734,27694858:autre:3594:27695560,27699099:autre:3594:27700005,27706165:autre:3594:27706816,27724169:autre:3594:27727617,27724821:autre:3594:27727956,27724825:autre:3594:27725976,27724829:autre:3594:27726374,27724845:autre:3594:27726080,27724849:autre:3594:27725592,27729672:autre:3594:27729859,27731649:autre:3594:27732107,27733808:autre:3594:27735319,27734824:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006694945782459157, 'nb_photo': 430, 'list_port_cont': '27388046,27388520,27394963,27403892,27409143,27409543,27415574,27436078,27439446,27444190,27448234,27455220,27474440,27481096,27481531,27485873,27497597,27499243,27499575,27501647,27507930,27583627,27609362,27627740,27628042,27633784,27634244,27634480,27634658,27636033,27636251,27636680,27636882,27642827,27649913,27652034,27657632,27662176,27682940,27685016,27688297,27689825,27695176,27703409,27713871,27724207,27724925,27725230,27726117,27727969,27733383,27735441,27741748,27741966,27742523,27748980,27749144,27749551,27755321,27767076,27783868,27784490,27785269,27794224,27796206,27799373,27803189,27826438,27829660,27832378,27832467,27835273,27841457,27841506,27841666,27846171,27901106,27901663,27908719,27909047,27922793,27924911,27928948,27941774,27942288,27948101,27949830,27960839,27971294,27972275,27973452,27978071,28002192,28003045,28007195,28009192,28009796,28010179,28010717,28012160,28012499,28013196,28015137,28015910,28016197,28017464,28018224,28019192,28021730,28022933,28023326,28024331,28024631,2802482', 'assoc_port': '27387808:27388520,27387815:27388046,27394663:27394963,27403858:27403892,27409008:27409543,27409022:27409143,27415501:27415574,27435756:27436078,27439189:27439446,27444091:27444190,27448203:27448234,27455130:27455220,27473887:27474440,27480976:27481531,27480980:27481096,27485667:27485873,27497506:27497597,27499187:27499575,27499190:27499243,27501603:27501647,27507875:27507930,27552590:27583627,27609291:27609362,27627388:27628042,27627420:27627740,27632606:27636882,27632614:27636251,27632616:27636680,27632618:27636033,27633549:27634480,27633648:27634244,27633650:27633784,27634485:27634658,27642712:27642827,27649733:27649913,27651909:27652034,27657543:27657632,27661921:27662176,27682152:27685016,27682222:27682940,27687819:27689825,27688029:27688297,27694856:27695176,27703253:27703409,27713773:27713871,27724179:27724207,27724837:27725230,27724877:27724925,27726015:27726117,27727889:27727969,27733311:27733383,27735401:27735441,27741712:27741966,27741715:27742523,27741720:27741748,27748884:27749144,27748890:2774898', 'assoc_mat': '27387808:autre_refus:3726:27388520,27387815:autre_refus:3726:27388046,27394663:autre_refus:3726:27394963,27403858:autre_refus:3726:27403892,27409008:autre_refus:3726:27409543,27409022:autre_refus:3726:27409143,27415501:autre_refus:3726:27415574,27435756:autre_refus:3726:27436078,27439189:autre_refus:3726:27439446,27444091:autre_refus:3726:27444190,27448203:autre_refus:3726:27448234,27455130:autre_refus:3726:27455220,27473887:autre_refus:3726:27474440,27480976:autre_refus:3726:27481531,27480980:autre_refus:3726:27481096,27485667:autre_refus:3726:27485873,27497506:autre_refus:3726:27497597,27499187:autre_refus:3726:27499575,27499190:autre_refus:3726:27499243,27501603:autre_refus:3726:27501647,27507875:autre_refus:3726:27507930,27552590:autre_refus:3726:27583627,27609291:autre_refus:3726:27609362,27627388:autre_refus:3726:27628042,27627420:autre_refus:3726:27627740,27632606:autre_refus:3726:27636882,27632614:autre_refus:3726:27636251,27632616:autre_refus:3726:27636680,27632618:autre_refus:3726:27636033,27633549:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008378578702010867, 'nb_photo': 14, 'list_port_cont': '27405969,27727784,27742135,27772110,27803698,27806559,27809867,27833066,27944248,28022939,28046594,28057177', 'assoc_port': '27405487:27405969,27727575:27727784,27741722:27742135,27770872:27772110,27803070:27803698,27805941:27806559,27809488:27809867,27832767:27833066,27908658:28022939,27943509:27944248,28008245:28046594,28056008:28057177', 'assoc_mat': '27405487:barquette_avec_film:3327:27405969,27727575:barquette_avec_film:3327:27727784,27741722:barquette_avec_film:3327:27742135,27770872:barquette_avec_film:3327:27772110,27803070:barquette_avec_film:3327:27803698,27805941:barquette_avec_film:3327:27806559,27809488:barquette_avec_film:3327:27809867,27832767:barquette_avec_film:3327:27833066,27908658:barquette_avec_film:3327:28022939,27943509:barquette_avec_film:3327:27944248,28008245:barquette_avec_film:3327:28046594,28056008:barquette_avec_film:3327:28057177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000370749533096371, 'nb_photo': 49, 'list_port_cont': '27411221,27656510,27727299,27729776,27742231,27772655,27835257,27836107,27912034,27947794,27953216,28023829,28054022,28056659', 'assoc_port': '27403861:27411221,27632560:27656510,27724848:27727299,27729673:27729776,27741703:27742231,27758988:27772655,27835201:27835257,27835204:27836107,27900926:27912034,27947304:27947794,27952837:27953216,28011647:28056659,28015478:28023829,28024265:28054022', 'assoc_mat': '27403861:barquette_opaque:4205:27411221,27632560:barquette_opaque:4205:27656510,27724848:barquette_opaque:4205:27727299,27729673:barquette_opaque:4205:27729776,27741703:barquette_opaque:4205:27742231,27758988:barquette_opaque:4205:27772655,27835201:barquette_opaque:4205:27835257,27835204:barquette_opaque:4205:27836107,27900926:barquette_opaque:4205:27912034,27947304:barquette_opaque:4205:27947794,27952837:barquette_opaque:4205:27953216,28011647:barquette_opaque:4205:28056659,28015478:barquette_opaque:4205:28023829,28024265:barquette_opaque:4205:28054022'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014346224859668355, 'nb_photo': 289, 'list_port_cont': '27411788,27416409,27450162,27458639,27496623,27505710,27600008,27636558,27659034,27687203,27693175,27693897,27695936,27703775,27708554,27725900,27726041,27727846,27732132,27742949,27749052,27749099,27775787,27795612,27821702,27831193,27831619,27832145,27844462,27865493,27893750,27912544,27945758,27953140,28024019,28024892,28026059,28028282,28029970,28032111,28043319,28043535,28045866,28046985,28049839,28051808,28052297,28054086,28054853,28055303,28055728,28056971,28057105,28057223,28057293,28057979,28058103,28061011,28066565,28066599,28072669,28072712,28173327', 'assoc_port': '27403862:27411788,27413358:27416409,27441324:27450162,27455138:27458639,27490307:27496623,27500774:27505710,27552601:27600008,27612832:27636558,27630006:27693897,27633661:27659034,27640535:27687203,27649744:27693175,27661919:27695936,27691375:27708554,27703265:27703775,27724817:27725900,27724863:27726041,27727569:27727846,27731643:27732132,27741731:27742949,27748678:27749052,27748679:27749099,27770884:27775787,27793956:27795612,27803073:27831193,27811399:27821702,27825815:27832145,27831391:27831619,27837924:27844462,27861240:27893750,27861247:27865493,27900895:27912544,27909302:28026059,27940996:27945758,27950167:27953140,27970549:28028282,27970685:28029970,27970904:28032111,28008294:28046985,28008523:28049839,28008637:28043319,28008641:28043535,28009581:28052297,28009773:28066599,28010039:28054086,28010237:28054853,28010428:28055303,28010596:28055728,28011453:28056971,28011657:28057293,28011804:28057223,28015315:28066565,28015654:28024019,28024262:28024892,28041189:28051808,28041191:28045866,28055863:2806101', 'assoc_mat': '27403862:barquette_opaque:4203:27411788,27413358:barquette_opaque:4203:27416409,27441324:barquette_opaque:4203:27450162,27455138:barquette_opaque:4203:27458639,27490307:barquette_opaque:4203:27496623,27500774:barquette_opaque:4203:27505710,27552601:barquette_opaque:4203:27600008,27612832:barquette_opaque:4203:27636558,27630006:barquette_opaque:4203:27693897,27633661:barquette_opaque:4203:27659034,27640535:barquette_opaque:4203:27687203,27649744:barquette_opaque:4203:27693175,27661919:barquette_opaque:4203:27695936,27691375:barquette_opaque:4203:27708554,27703265:barquette_opaque:4203:27703775,27724817:barquette_opaque:4203:27725900,27724863:barquette_opaque:4203:27726041,27727569:barquette_opaque:4203:27727846,27731643:barquette_opaque:4203:27732132,27741731:barquette_opaque:4203:27742949,27748678:barquette_opaque:4203:27749052,27748679:barquette_opaque:4203:27749099,27770884:barquette_opaque:4203:27775787,27793956:barquette_opaque:4203:27795612,27803073:barquette_opaque:4203:27831193,27811399:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007596979831313744, 'nb_photo': 74, 'list_port_cont': '27388144,27391573,27405549,27415562,27444155,27448219,27500836,27627483,27630214,27631658,27642792,27658106,27702977,27706249,27709195,27724939,27726321,27727186,27727361,27729714,27788621,27796197,27831143,27835253,27836396,27843887,27883797,27892448,27910226,27912443,27927391,27946490,28029931,28032464,28033220,28048513,28049891,28050258,28050728,28051060,28051401,28052000,28053045,28053114,28054142,28060930,28061438,28061665,28061697,28061717,28062134,28064594,28072964,28073216,28073954,28171339,28172226', 'assoc_port': '27387814:27388144,27391360:27391573,27405485:27405549,27415524:27415562,27444090:27444155,27448205:27448219,27500778:27500836,27627421:27627483,27630012:27630214,27631524:27631658,27633621:27658106,27642714:27642792,27682200:27702977,27687914:27706249,27708724:27709195,27724815:27724939,27724827:27726321,27724846:27727186,27724851:27727361,27729667:27729714,27788323:27788621,27796157:27796197,27804158:27831143,27835209:27835253,27836324:27836396,27843846:27843887,27883599:27892448,27883605:27883797,27900903:27910226,27900930:27912443,27925690:27927391,27946345:27946490,27970746:28029931,27970980:28032464,28008489:28048513,28008555:28049891,28008620:28050258,28009437:28050728,28009486:28051060,28009495:28051401,28009580:28052000,28009769:28053045,28009795:28053114,28011648:28062134,28011659:28061697,28011751:28061438,28012539:28060930,28015452:28054142,28015662:28064594,28033004:28033220,28041221:28073216,28056056:28072964,28056150:28061717,28056185:28061665,28072016:28073954,28090385:28172226,28090422:2817133', 'assoc_mat': '27387814:barquette_opaque:4207:27388144,27391360:barquette_opaque:4207:27391573,27405485:barquette_opaque:4207:27405549,27415524:barquette_opaque:4207:27415562,27444090:barquette_opaque:4207:27444155,27448205:barquette_opaque:4207:27448219,27500778:barquette_opaque:4207:27500836,27627421:barquette_opaque:4207:27627483,27630012:barquette_opaque:4207:27630214,27631524:barquette_opaque:4207:27631658,27633621:barquette_opaque:4207:27658106,27642714:barquette_opaque:4207:27642792,27682200:barquette_opaque:4207:27702977,27687914:barquette_opaque:4207:27706249,27708724:barquette_opaque:4207:27709195,27724815:barquette_opaque:4207:27724939,27724827:barquette_opaque:4207:27726321,27724846:barquette_opaque:4207:27727186,27724851:barquette_opaque:4207:27727361,27729667:barquette_opaque:4207:27729714,27788323:barquette_opaque:4207:27788621,27796157:barquette_opaque:4207:27796197,27804158:barquette_opaque:4207:27831143,27835209:barquette_opaque:4207:27835253,27836324:barquette_opaque:4207:27836396,27843846:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006713296158631837, 'nb_photo': 30, 'list_port_cont': '27388238,27729781,27749157,27767086,27819514,28057513,28072498', 'assoc_port': '27387810:27388238,27729669:27729781,27748908:27749157,27767010:27767086,27819340:27819514,28055922:28057513,28072044:28072498', 'assoc_mat': '27387810:barquette_opaque:4461:27388238,27729669:barquette_opaque:4461:27729781,27748908:barquette_opaque:4461:27749157,27767010:barquette_opaque:4461:27767086,27819340:barquette_opaque:4461:27819514,28055922:barquette_opaque:4461:28057513,28072044:barquette_opaque:4461:28072498'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009362325958612342, 'nb_photo': 123, 'list_port_cont': '27391669,27398857,27403984,27445310,27452166,27455743,27490492,27499262,27503449,27583558,27623313,27633996,27635583,27636267,27636453,27650035,27652363,27657717,27723402,27725059,27725678,27729941,27735077,27735510,27741793,27741852,27752960,27763646,27769562,27809626,27825970,27834073,27864589,27883874,27909119,27909728,27953363,27973267,27975009,28010123,28011105,28011807,28012114,28014282,28017851,28020514,28025380,28026356,28032160,28036998,28037621,28039166,28044039,28047132,28050593,28052682,28058236,28061620,28061643,28061964,28062535,28098437', 'assoc_port': '27391356:27391669,27398487:27398857,27403866:27403984,27444952:27445310,27451943:27452166,27455125:27455743,27490305:27490492,27499186:27499262,27503310:27503449,27552562:27583558,27612827:27623313,27632498:27636267,27632554:27635583,27633659:27633996,27636070:27636453,27649739:27650035,27651913:27652363,27657534:27657717,27722930:27723402,27724844:27729941,27724869:27725678,27724890:27725059,27734821:27735077,27735404:27735510,27741739:27741793,27741740:27741852,27752691:27752960,27763192:27763646,27769330:27769562,27809493:27809626,27825817:27825970,27833969:27834073,27864191:27864589,27883601:27883874,27900887:27909728,27900934:27909119,27908951:28020514,27952795:27953363,27970550:27975009,27970717:27973267,28008160:28050593,28008282:28037621,28008357:28044039,28008406:28052682,28008495:28010123,28009742:28039166,28009793:28032160,28009969:28011105,28010134:28026356,28010258:28025380,28010555:28011807,28011624:28014282,28011688:28012114,28015208:28036998,28015278:28017851,28046920:28047132,28055948:2806196', 'assoc_mat': '27391356:barquette_opaque:4200:27391669,27398487:barquette_opaque:4200:27398857,27403866:barquette_opaque:4200:27403984,27444952:barquette_opaque:4200:27445310,27451943:barquette_opaque:4200:27452166,27455125:barquette_opaque:4200:27455743,27490305:barquette_opaque:4200:27490492,27499186:barquette_opaque:4200:27499262,27503310:barquette_opaque:4200:27503449,27552562:barquette_opaque:4200:27583558,27612827:barquette_opaque:4200:27623313,27632498:barquette_opaque:4200:27636267,27632554:barquette_opaque:4200:27635583,27633659:barquette_opaque:4200:27633996,27636070:barquette_opaque:4200:27636453,27649739:barquette_opaque:4200:27650035,27651913:barquette_opaque:4200:27652363,27657534:barquette_opaque:4200:27657717,27722930:barquette_opaque:4200:27723402,27724844:barquette_opaque:4200:27729941,27724869:barquette_opaque:4200:27725678,27724890:barquette_opaque:4200:27725059,27734821:barquette_opaque:4200:27735077,27735404:barquette_opaque:4200:27735510,27741739:barquette_opaque:4200:27741793,27741740:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005486070157273269, 'nb_photo': 36, 'list_port_cont': '27419068,27476868,27494319,27632905,27735101,27748996,27824427,27841647,27863261,27880549,27909818,27929188,27941291,28007378,28009547,28013296,28016364,28024519,28041653,28041987,28044712,28056796,28057048,28057069,28057443,28072284,28072406,28100312', 'assoc_port': '27418933:27419068,27476481:27476868,27494003:27494319,27632495:27632905,27734823:27735101,27748907:27748996,27824316:27824427,27841393:27841647,27863028:27863261,27871505:27880549,27908561:27909818,27928871:27929188,27940997:27941291,28006924:28007378,28008482:28009547,28011796:28013296,28015610:28016364,28024257:28024519,28041244:28041987,28041286:28041653,28044272:28044712,28055965:28057048,28055988:28057069,28056063:28056796,28056102:28057443,28072065:28072406,28072072:28072284,28090428:28100312', 'assoc_mat': '27418933:barquette_opaque:4209:27419068,27476481:barquette_opaque:4209:27476868,27494003:barquette_opaque:4209:27494319,27632495:barquette_opaque:4209:27632905,27734823:barquette_opaque:4209:27735101,27748907:barquette_opaque:4209:27748996,27824316:barquette_opaque:4209:27824427,27841393:barquette_opaque:4209:27841647,27863028:barquette_opaque:4209:27863261,27871505:barquette_opaque:4209:27880549,27908561:barquette_opaque:4209:27909818,27928871:barquette_opaque:4209:27929188,27940997:barquette_opaque:4209:27941291,28006924:barquette_opaque:4209:28007378,28008482:barquette_opaque:4209:28009547,28011796:barquette_opaque:4209:28013296,28015610:barquette_opaque:4209:28016364,28024257:barquette_opaque:4209:28024519,28041244:barquette_opaque:4209:28041987,28041286:barquette_opaque:4209:28041653,28044272:barquette_opaque:4209:28044712,28055965:barquette_opaque:4209:28057048,28055988:barquette_opaque:4209:28057069,28056063:barquette_opaque:4209:28056796,28056102:barquette_opaque:4209:28057443,28072065:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.014108740388306886, 'nb_photo': 6484, 'list_port_cont': '27388310,27388988,27391776,27395049,27395578,27396046,27399178,27400656,27404158,27404510,27407305,27409710,27413757,27414073,27418360,27419060,27419651,27436603,27439657,27440746,27441491,27442812,27443940,27444767,27445250,27446689,27447964,27450032,27452246,27452526,27452935,27455784,27464038,27474736,27477314,27477660,27478680,27484891,27486252,27488110,27489096,27490674,27492201,27492531,27494255,27497839,27498821,27499290,27501109,27501350,27501999,27503664,27508626,27597700,27598309,27606215,27623564,27624392,27624514,27625421,27628703,27629207,27631186,27632099,27633338,27633640,27634606,27634898,27636121,27636909,27638080,27641476,27641854,27642568,27643065,27643669,27643970,27644115,27644575,27645147,27646431,27646779,27647843,27650343,27654490,27654822,27657964,27660875,27662510,27685119,27685397,27686881,27688667,27689540,27691033,27693406,27695666,27697015,27697558,27698383,27700576,27700921,27703752,27706664,27709265,27712251,27712545,27714133,27715261,27716477,27717382,27723882,27723976,2772449', 'assoc_port': '27387817:27388988,27387820:27388310,27391353:27391776,27394662:27396046,27394664:27395578,27394665:27395049,27398433:27400656,27398489:27399178,27403859:27404510,27403867:27404158,27406529:27407305,27409036:27409710,27413329:27414073,27413362:27413757,27417934:27419651,27417938:27419060,27417943:27418360,27435758:27436603,27439190:27439657,27439191:27440746,27441326:27441491,27442333:27442812,27443682:27443940,27444703:27444767,27444956:27445250,27446536:27446689,27447686:27447964,27449558:27450032,27451939:27452935,27451942:27452246,27451944:27452526,27455142:27455784,27463792:27464038,27473889:27474736,27476439:27477660,27476462:27477314,27478024:27478680,27484305:27484891,27485659:27486252,27487692:27488110,27488597:27489096,27490304:27490674,27491433:27492531,27491435:27492201,27493997:27494255,27497513:27497839,27498535:27498821,27499185:27499290,27500781:27501350,27500785:27501109,27501599:27501999,27503313:27503664,27508381:27508626,27552556:27597700,27552568:27598309,27552572:27606215,27612825:2762542', 'assoc_mat': '27387817:barquette_opaque:4211:27388988,27387820:barquette_opaque:4211:27388310,27391353:barquette_opaque:4211:27391776,27394662:barquette_opaque:4211:27396046,27394664:barquette_opaque:4211:27395578,27394665:barquette_opaque:4211:27395049,27398433:barquette_opaque:4211:27400656,27398489:barquette_opaque:4211:27399178,27403859:barquette_opaque:4211:27404510,27403867:barquette_opaque:4211:27404158,27406529:barquette_opaque:4211:27407305,27409036:barquette_opaque:4211:27409710,27413329:barquette_opaque:4211:27414073,27413362:barquette_opaque:4211:27413757,27417934:barquette_opaque:4211:27419651,27417938:barquette_opaque:4211:27419060,27417943:barquette_opaque:4211:27418360,27435758:barquette_opaque:4211:27436603,27439190:barquette_opaque:4211:27439657,27439191:barquette_opaque:4211:27440746,27441326:barquette_opaque:4211:27441491,27442333:barquette_opaque:4211:27442812,27443682:barquette_opaque:4211:27443940,27444703:barquette_opaque:4211:27444767,27444956:barquette_opaque:4211:27445250,27446536:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023583930396138688, 'nb_photo': 56, 'list_port_cont': '27410903,27413930,27442804,27446705,27485100,27628328,27640424,27645875,27654686,27684263,27693803,27704027,27725566,27726162,27726413,27734148,27735660,27742024,27763945,27794620,27803694,27809870,27832558,27836580,27868360,27884654,27910296,27972897,27973723,27974456,27975298,28004055,28013555,28020958,28024069,28026421,28030919,28034008,28045546,28047029,28057273,28059868,28061200,28073019', 'assoc_port': '27410312:27410903,27413359:27413930,27442335:27442804,27446535:27446705,27484320:27485100,27627418:27628328,27632556:27640424,27645052:27645875,27654126:27654686,27663938:27693803,27682219:27684263,27703261:27704027,27724819:27726413,27724835:27726162,27725035:27725566,27733812:27734148,27735399:27735660,27741736:27742024,27763188:27763945,27793994:27794620,27803070:27803694,27809488:27809870,27832316:27832558,27836308:27836580,27867409:27868360,27883563:27884654,27900929:27910296,27909310:28020958,27970663:27975298,27970732:27974456,27970818:27973723,27970858:27972897,28002001:28004055,28008498:28047029,28009511:28045546,28009760:28034008,28011313:28026421,28011618:28024069,28011737:28013555,28030003:28030919,28055910:28059868,28056182:28061200,28056192:28057273,28072071:28073019', 'assoc_mat': '27410312:bouchon:3327:27410903,27413359:bouchon:3327:27413930,27442335:bouchon:3327:27442804,27446535:bouchon:3327:27446705,27484320:bouchon:3327:27485100,27627418:bouchon:3327:27628328,27632556:bouchon:3327:27640424,27645052:bouchon:3327:27645875,27654126:bouchon:3327:27654686,27663938:bouchon:3327:27693803,27682219:bouchon:3327:27684263,27703261:bouchon:3327:27704027,27724819:bouchon:3327:27726413,27724835:bouchon:3327:27726162,27725035:bouchon:3327:27725566,27733812:bouchon:3327:27734148,27735399:bouchon:3327:27735660,27741736:bouchon:3327:27742024,27763188:bouchon:3327:27763945,27793994:bouchon:3327:27794620,27803070:bouchon:3327:27803694,27809488:bouchon:3327:27809870,27832316:bouchon:3327:27832558,27836308:bouchon:3327:27836580,27867409:bouchon:3327:27868360,27883563:bouchon:3327:27884654,27900929:bouchon:3327:27910296,27909310:bouchon:3327:28020958,27970663:bouchon:3327:27975298,27970732:bouchon:3327:27974456,27970818:bouchon:3327:27973723,27970858:bouchon:3327:27972897,28002001:bouchon:3327:28004055,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013392774416063971, 'nb_photo': 773, 'list_port_cont': '27411219,27456993,27498504,27656513,27690750,27717960,27727314,27729772,27742225,27764169,27772643,27796226,27835270,27836112,27912043,27947790,27953210,28023822,28025756,28030966,28047810,28051929,28053149,28054012,28054890,28055049,28056655,28058073', 'assoc_port': '27403861:27411219,27447657:27456993,27497510:27498504,27632560:27656513,27643654:27690750,27708723:27717960,27724848:27727314,27729673:27729772,27741703:27742225,27755172:27764169,27758988:27772643,27796153:27796226,27835201:27835270,27835204:27836112,27900926:27912043,27909294:28025756,27947304:27947790,27952837:27953210,27970896:28030966,28008437:28047810,28009556:28051929,28009925:28053149,28010398:28054890,28010400:28055049,28011647:28056655,28015478:28023822,28024265:28054012,28055935:28058073', 'assoc_mat': '27403861:carton:4205:27411219,27447657:carton:4205:27456993,27497510:carton:4205:27498504,27632560:carton:4205:27656513,27643654:carton:4205:27690750,27708723:carton:4205:27717960,27724848:carton:4205:27727314,27729673:carton:4205:27729772,27741703:carton:4205:27742225,27755172:carton:4205:27764169,27758988:carton:4205:27772643,27796153:carton:4205:27796226,27835201:carton:4205:27835270,27835204:carton:4205:27836112,27900926:carton:4205:27912043,27909294:carton:4205:28025756,27947304:carton:4205:27947790,27952837:carton:4205:27953210,27970896:carton:4205:28030966,28008437:carton:4205:28047810,28009556:carton:4205:28051929,28009925:carton:4205:28053149,28010398:carton:4205:28054890,28010400:carton:4205:28055049,28011647:carton:4205:28056655,28015478:carton:4205:28023822,28024265:carton:4205:28054012,28055935:carton:4205:28058073'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013310420914535173, 'nb_photo': 1316, 'list_port_cont': '27411790,27416417,27450158,27458157,27458636,27496614,27496852,27505714,27599117,27599993,27636554,27659021,27687202,27693186,27693903,27695946,27703779,27708567,27715744,27725899,27725926,27726046,27727839,27732138,27735308,27742945,27749055,27749095,27757538,27775779,27795605,27821583,27821689,27831204,27831625,27832142,27844455,27865303,27865499,27893748,27912535,27945751,27953134,27964495,27964989,28024007,28024889,28026052,28028279,28029965,28032101,28043323,28043523,28045859,28046982,28049844,28051804,28052305,28054093,28054840,28055316,28055734,28056963,28057106,28057225,28057292,28057969,28058003,28058104,28061014,28066561,28066593,28072675,28072706,28092384,28173313', 'assoc_port': '27403862:27411790,27413358:27416417,27441324:27450158,27448202:27458157,27455138:27458636,27490307:27496614,27491431:27496852,27500774:27505714,27552595:27599117,27552601:27599993,27612832:27636554,27630006:27693903,27633661:27659021,27640535:27687202,27649744:27693186,27661919:27695946,27691375:27708567,27703265:27703779,27713799:27715744,27724817:27725899,27724863:27726046,27724865:27725926,27727569:27727839,27731643:27732138,27734822:27735308,27741731:27742945,27748678:27749055,27748679:27749095,27756982:27757538,27770884:27775779,27793956:27795605,27803073:27831204,27811397:27821583,27811399:27821689,27825815:27832142,27831391:27831625,27837924:27844455,27861240:27893748,27861242:27865303,27861247:27865499,27900895:27912535,27900932:27964989,27900933:27964495,27909302:28026052,27940996:27945751,27950167:27953134,27970549:28028279,27970685:28029965,27970904:28032101,28008294:28046982,28008523:28049844,28008637:28043323,28008641:28043523,28009581:28052305,28009773:28066593,28010039:28054093,28010237:2805484', 'assoc_mat': '27403862:carton:4203:27411790,27413358:carton:4203:27416417,27441324:carton:4203:27450158,27448202:carton:4203:27458157,27455138:carton:4203:27458636,27490307:carton:4203:27496614,27491431:carton:4203:27496852,27500774:carton:4203:27505714,27552595:carton:4203:27599117,27552601:carton:4203:27599993,27612832:carton:4203:27636554,27630006:carton:4203:27693903,27633661:carton:4203:27659021,27640535:carton:4203:27687202,27649744:carton:4203:27693186,27661919:carton:4203:27695946,27691375:carton:4203:27708567,27703265:carton:4203:27703779,27713799:carton:4203:27715744,27724817:carton:4203:27725899,27724863:carton:4203:27726046,27724865:carton:4203:27725926,27727569:carton:4203:27727839,27731643:carton:4203:27732138,27734822:carton:4203:27735308,27741731:carton:4203:27742945,27748678:carton:4203:27749055,27748679:carton:4203:27749095,27756982:carton:4203:27757538,27770884:carton:4203:27775779,27793956:carton:4203:27795605,27803073:carton:4203:27831204,27811397:carton:4203:27821583,27811399:carton:4203:27821689,2782'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.965827484759922, 'nb_photo': 6964, 'list_port_cont': '27388146,27391568,27396020,27397022,27398622,27403884,27405558,27406646,27408433,27409095,27410408,27411891,27413438,27414577,27415356,27415560,27418145,27419407,27439395,27442527,27443749,27444158,27444989,27447763,27448213,27449609,27450472,27451585,27452010,27455199,27456536,27458144,27462488,27476684,27478213,27481090,27485858,27487945,27488711,27490183,27490416,27494103,27497568,27498406,27500835,27501678,27503366,27504193,27507881,27557591,27561268,27561849,27562350,27612934,27613916,27615101,27615591,27627491,27630218,27631665,27632794,27633836,27636275,27642790,27643744,27644689,27645177,27646977,27649842,27651320,27652015,27654026,27654138,27656341,27656896,27657614,27657878,27658114,27658430,27660481,27661975,27683852,27688188,27696577,27697307,27698071,27699299,27702488,27702713,27702979,27703359,27704740,27705876,27706041,27706259,27706310,27707205,27708852,27709197,27711718,27713841,27714996,27716394,27717111,27723629,27724264,27724935,27724969,27725073,27725609,27725701,27725822,27725843,2772631', 'assoc_port': '27387814:27388146,27391360:27391568,27395949:27397022,27395957:27396020,27398480:27398622,27403863:27403884,27405485:27405558,27406518:27408433,27406559:27406646,27409010:27411891,27409033:27409095,27410314:27410408,27413330:27415356,27413360:27414577,27413363:27413438,27415524:27415560,27417937:27419407,27417942:27418145,27439192:27439395,27442334:27442527,27443662:27443749,27444090:27444158,27444955:27444989,27447685:27447763,27448205:27448213,27449553:27451585,27449557:27449609,27450403:27450472,27451940:27452010,27455132:27456536,27455144:27455199,27458103:27458144,27462446:27462488,27476433:27476684,27478021:27478213,27480978:27481090,27485657:27485858,27487666:27490183,27487691:27487945,27488596:27488711,27490306:27490416,27494001:27494103,27497508:27498406,27497515:27497568,27500778:27500835,27501605:27501678,27503283:27504193,27503312:27503366,27507877:27507881,27552566:27562350,27552576:27561849,27552580:27561268,27552592:27557591,27612819:27615591,27612821:27615101,27612833:27613916,27612839:2761293', 'assoc_mat': '27387814:carton:4207:27388146,27391360:carton:4207:27391568,27395949:carton:4207:27397022,27395957:carton:4207:27396020,27398480:carton:4207:27398622,27403863:carton:4207:27403884,27405485:carton:4207:27405558,27406518:carton:4207:27408433,27406559:carton:4207:27406646,27409010:carton:4207:27411891,27409033:carton:4207:27409095,27410314:carton:4207:27410408,27413330:carton:4207:27415356,27413360:carton:4207:27414577,27413363:carton:4207:27413438,27415524:carton:4207:27415560,27417937:carton:4207:27419407,27417942:carton:4207:27418145,27439192:carton:4207:27439395,27442334:carton:4207:27442527,27443662:carton:4207:27443749,27444090:carton:4207:27444158,27444955:carton:4207:27444989,27447685:carton:4207:27447763,27448205:carton:4207:27448213,27449553:carton:4207:27451585,27449557:carton:4207:27449609,27450403:carton:4207:27450472,27451940:carton:4207:27452010,27455132:carton:4207:27456536,27455144:carton:4207:27455199,27458103:carton:4207:27458144,27462446:carton:4207:27462488,27476433:carton:4207:27476684,2747'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012164874484679816, 'nb_photo': 3544, 'list_port_cont': '27388231,27391792,27396198,27404264,27405738,27409452,27413500,27414628,27415755,27418200,27442742,27444229,27445122,27446279,27448042,27449794,27452057,27455570,27474320,27478634,27484816,27487713,27491781,27494450,27498721,27501067,27508532,27601685,27613099,27630482,27633077,27634049,27634217,27634912,27638167,27642947,27645505,27646741,27652462,27656809,27662195,27662338,27683392,27683740,27688738,27691968,27698166,27698534,27703873,27712057,27716521,27720279,27724320,27725135,27725270,27725349,27725442,27725773,27725863,27728105,27729779,27731930,27733473,27735542,27741984,27742910,27742967,27748544,27749155,27749239,27749937,27751904,27763796,27767088,27767447,27769830,27778070,27788698,27790716,27794464,27804634,27804801,27806379,27809818,27819520,27825034,27826048,27828265,27829793,27831518,27832994,27835718,27839610,27846449,27861806,27867887,27879819,27884195,27884342,27902385,27903812,27909652,27922878,27929666,27929756,27947610,27950728,27959503,27971855,27972043,27972240,27972397,27972617,2797379', 'assoc_port': '27387810:27388231,27391358:27391792,27395953:27396198,27403868:27404264,27405483:27405738,27409030:27409452,27413357:27413500,27414375:27414628,27415525:27415755,27417944:27418200,27442369:27442742,27444089:27444229,27444957:27445122,27444958:27446279,27447678:27448042,27449556:27449794,27451941:27452057,27455145:27455570,27473891:27474320,27478027:27478634,27484302:27484816,27487693:27487713,27491434:27491781,27494005:27494450,27498534:27498721,27500783:27501067,27508383:27508532,27552582:27601685,27612834:27613099,27630010:27630482,27632604:27633077,27633566:27638167,27633623:27634217,27633652:27634049,27634487:27634912,27642739:27642947,27645058:27645505,27646354:27646741,27651911:27652462,27654132:27656809,27661886:27662195,27661889:27662338,27682148:27683740,27682204:27683392,27687827:27698166,27688001:27688738,27691412:27691968,27697880:27698534,27703255:27703873,27711664:27712057,27716353:27716521,27720163:27720279,27724176:27724320,27724811:27725863,27724831:27725773,27724847:27725442,27724861:2772534', 'assoc_mat': '27387810:carton:4461:27388231,27391358:carton:4461:27391792,27395953:carton:4461:27396198,27403868:carton:4461:27404264,27405483:carton:4461:27405738,27409030:carton:4461:27409452,27413357:carton:4461:27413500,27414375:carton:4461:27414628,27415525:carton:4461:27415755,27417944:carton:4461:27418200,27442369:carton:4461:27442742,27444089:carton:4461:27444229,27444957:carton:4461:27445122,27444958:carton:4461:27446279,27447678:carton:4461:27448042,27449556:carton:4461:27449794,27451941:carton:4461:27452057,27455145:carton:4461:27455570,27473891:carton:4461:27474320,27478027:carton:4461:27478634,27484302:carton:4461:27484816,27487693:carton:4461:27487713,27491434:carton:4461:27491781,27494005:carton:4461:27494450,27498534:carton:4461:27498721,27500783:carton:4461:27501067,27508383:carton:4461:27508532,27552582:carton:4461:27601685,27612834:carton:4461:27613099,27630010:carton:4461:27630482,27632604:carton:4461:27633077,27633566:carton:4461:27638167,27633623:carton:4461:27634217,27633652:carton:4461:27634049,2763'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01936838306692752, 'nb_photo': 1118, 'list_port_cont': '27388207,27391666,27398843,27403985,27404214,27406702,27407041,27409252,27413535,27413682,27413995,27415624,27418256,27441483,27442670,27443830,27445190,27445312,27445359,27448024,27448275,27449655,27450576,27452169,27455379,27455752,27458208,27474392,27476764,27481192,27481265,27486064,27490482,27491705,27494187,27494476,27497723,27500973,27503442,27503556,27507902,27507951,27583567,27613048,27623626,27632929,27633273,27633717,27634000,27634857,27635378,27635576,27636269,27636466,27636725,27640893,27641245,27643817,27643891,27650032,27650210,27652360,27653334,27654259,27657713,27660801,27683003,27688381,27688900,27688939,27689725,27692000,27695413,27698296,27703635,27703755,27704229,27716436,27716610,27720095,27720220,27723239,27723407,27724369,27725056,27725096,27725498,27725635,27725680,27725728,27726189,27729317,27729946,27731042,27732495,27732530,27733988,27735078,27735508,27735594,27741850,27741923,27742058,27742206,27742866,27742890,27748537,27748574,27748761,27749815,27752972,27757132,27761053,2776347', 'assoc_port': '27387812:27388207,27391356:27391666,27398487:27398843,27403860:27404214,27403866:27403985,27406521:27407041,27406526:27406702,27409024:27409252,27413328:27413995,27413331:27413682,27413361:27413535,27415496:27415624,27417932:27418256,27441327:27441483,27442370:27442670,27443683:27443830,27444952:27445312,27444953:27445359,27444954:27445190,27447683:27448024,27448204:27448275,27449554:27449655,27450402:27450576,27451943:27452169,27455125:27455752,27455140:27455379,27458101:27458208,27473893:27474392,27476459:27476764,27480971:27481265,27480974:27481192,27485664:27486064,27490305:27490482,27491432:27491705,27493995:27494476,27493999:27494187,27497512:27497723,27500780:27500973,27503284:27503556,27503310:27503442,27507872:27507951,27507874:27507902,27552562:27583567,27612823:27623626,27612836:27613048,27632498:27636269,27632554:27635576,27632568:27633273,27632602:27633717,27632631:27632929,27633617:27635378,27633659:27634000,27634467:27634857,27636068:27636725,27636070:27636466,27640534:27640893,27641185:2764124', 'assoc_mat': '27387812:carton:4200:27388207,27391356:carton:4200:27391666,27398487:carton:4200:27398843,27403860:carton:4200:27404214,27403866:carton:4200:27403985,27406521:carton:4200:27407041,27406526:carton:4200:27406702,27409024:carton:4200:27409252,27413328:carton:4200:27413995,27413331:carton:4200:27413682,27413361:carton:4200:27413535,27415496:carton:4200:27415624,27417932:carton:4200:27418256,27441327:carton:4200:27441483,27442370:carton:4200:27442670,27443683:carton:4200:27443830,27444952:carton:4200:27445312,27444953:carton:4200:27445359,27444954:carton:4200:27445190,27447683:carton:4200:27448024,27448204:carton:4200:27448275,27449554:carton:4200:27449655,27450402:carton:4200:27450576,27451943:carton:4200:27452169,27455125:carton:4200:27455752,27455140:carton:4200:27455379,27458101:carton:4200:27458208,27473893:carton:4200:27474392,27476459:carton:4200:27476764,27480971:carton:4200:27481265,27480974:carton:4200:27481192,27485664:carton:4200:27486064,27490305:carton:4200:27490482,27491432:carton:4200:27491705,2749'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.029724922310397205, 'nb_photo': 884, 'list_port_cont': '27396108,27403911,27410543,27415670,27443786,27455441,27476865,27485932,27488953,27494320,27499329,27500925,27501814,27507922,27583796,27583945,27632912,27633945,27634736,27640905,27646519,27646626,27660682,27662135,27662328,27683175,27688550,27695350,27699241,27713921,27715174,27716480,27724298,27725025,27728137,27731845,27735095,27741774,27741884,27748751,27748991,27749911,27778530,27783986,27784428,27784531,27788582,27811604,27824420,27828299,27832958,27836451,27841650,27863267,27868717,27880541,27883786,27909064,27909630,27909815,27929183,27941237,27941282,27941354,27948205,27948231,27959277,27961212,27971430,27972064,27972450,27983944,28002120,28007379,28009199,28009539,28009570,28010211,28010324,28010478,28010498,28010703,28011001,28011067,28011638,28011917,28012274,28012612,28012727,28013252,28013300,28013475,28014100,28015865,28016361,28016459,28017097,28018782,28019172,28019242,28020024,28021401,28023799,28024279,28024522,28026120,28034852,28035417,28041231,28041648,28042001,28044495,28044708,2805604', 'assoc_port': '27395955:27396108,27403864:27403911,27410308:27410543,27415498:27415670,27443663:27443786,27455134:27455441,27476481:27476865,27485654:27485932,27488571:27488953,27494003:27494320,27499188:27499329,27500776:27500925,27501601:27501814,27507876:27507922,27552564:27583945,27552578:27583796,27632495:27632912,27633572:27633945,27634471:27634736,27640533:27640905,27646358:27646626,27646362:27646519,27660423:27660682,27661917:27662328,27661922:27662135,27682189:27683175,27687912:27688550,27694857:27695350,27699100:27699241,27713800:27713921,27714913:27715174,27716350:27716480,27724171:27724298,27724895:27725025,27727893:27728137,27731645:27731845,27734823:27735095,27741726:27741884,27741727:27741774,27748673:27748751,27748907:27748991,27749738:27749911,27778496:27778530,27783607:27784531,27783667:27784428,27783708:27783986,27788331:27788582,27811395:27811604,27824316:27824420,27828079:27828299,27832769:27832958,27836294:27836451,27841393:27841650,27863028:27863267,27868603:27868717,27871505:27880541,27883597:2788378', 'assoc_mat': '27395955:carton:4209:27396108,27403864:carton:4209:27403911,27410308:carton:4209:27410543,27415498:carton:4209:27415670,27443663:carton:4209:27443786,27455134:carton:4209:27455441,27476481:carton:4209:27476865,27485654:carton:4209:27485932,27488571:carton:4209:27488953,27494003:carton:4209:27494320,27499188:carton:4209:27499329,27500776:carton:4209:27500925,27501601:carton:4209:27501814,27507876:carton:4209:27507922,27552564:carton:4209:27583945,27552578:carton:4209:27583796,27632495:carton:4209:27632912,27633572:carton:4209:27633945,27634471:carton:4209:27634736,27640533:carton:4209:27640905,27646358:carton:4209:27646626,27646362:carton:4209:27646519,27660423:carton:4209:27660682,27661917:carton:4209:27662328,27661922:carton:4209:27662135,27682189:carton:4209:27683175,27687912:carton:4209:27688550,27694857:carton:4209:27695350,27699100:carton:4209:27699241,27713800:carton:4209:27713921,27714913:carton:4209:27715174,27716350:carton:4209:27716480,27724171:carton:4209:27724298,27724895:carton:4209:27725025,2772'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006831502015393489, 'nb_photo': 8373, 'list_port_cont': '27388297,27388986,27391769,27395037,27395582,27396048,27399167,27400666,27404160,27404501,27407309,27409703,27413748,27414085,27418356,27418568,27419057,27419664,27436608,27439652,27440745,27442821,27443931,27444764,27445243,27446688,27447974,27450026,27452249,27452522,27452937,27455791,27464048,27474740,27477316,27477652,27478685,27481146,27484901,27486245,27488109,27489094,27490678,27492210,27492525,27494240,27497847,27498820,27499289,27501108,27501363,27502003,27503665,27503694,27508639,27597692,27598299,27606208,27623572,27623685,27624391,27624522,27625432,27628691,27629212,27631184,27632104,27633330,27633627,27634615,27634895,27636128,27636902,27638074,27641479,27641840,27642567,27643075,27643974,27644118,27644576,27645148,27646436,27646774,27647848,27650353,27654488,27654810,27657973,27658568,27660876,27662519,27685106,27685389,27686883,27688680,27689542,27689778,27691034,27692590,27693416,27695667,27697028,27697569,27698387,27700586,27700923,27703750,27706665,27709268,27712256,27712552,27714131,2771525', 'assoc_port': '27387817:27388986,27387820:27388297,27391353:27391769,27394662:27396048,27394664:27395582,27394665:27395037,27398433:27400666,27398489:27399167,27403859:27404501,27403867:27404160,27406529:27407309,27409036:27409703,27413329:27414085,27413362:27413748,27417934:27419664,27417938:27419057,27417940:27418568,27417943:27418356,27435758:27436608,27439190:27439652,27439191:27440745,27442333:27442821,27443682:27443931,27444703:27444764,27444956:27445243,27446536:27446688,27447686:27447974,27449558:27450026,27451939:27452937,27451942:27452249,27451944:27452522,27455142:27455791,27463792:27464048,27473889:27474740,27476439:27477652,27476462:27477316,27478024:27478685,27480972:27481146,27484305:27484901,27485659:27486245,27487692:27488109,27488597:27489094,27490304:27490678,27491433:27492525,27491435:27492210,27493997:27494240,27497513:27497847,27498535:27498820,27499185:27499289,27500781:27501363,27500785:27501108,27501599:27502003,27503311:27503694,27503313:27503665,27508381:27508639,27552556:27597692,27552568:2759829', 'assoc_mat': '27387817:carton:4211:27388986,27387820:carton:4211:27388297,27391353:carton:4211:27391769,27394662:carton:4211:27396048,27394664:carton:4211:27395582,27394665:carton:4211:27395037,27398433:carton:4211:27400666,27398489:carton:4211:27399167,27403859:carton:4211:27404501,27403867:carton:4211:27404160,27406529:carton:4211:27407309,27409036:carton:4211:27409703,27413329:carton:4211:27414085,27413362:carton:4211:27413748,27417934:carton:4211:27419664,27417938:carton:4211:27419057,27417940:carton:4211:27418568,27417943:carton:4211:27418356,27435758:carton:4211:27436608,27439190:carton:4211:27439652,27439191:carton:4211:27440745,27442333:carton:4211:27442821,27443682:carton:4211:27443931,27444703:carton:4211:27444764,27444956:carton:4211:27445243,27446536:carton:4211:27446688,27447686:carton:4211:27447974,27449558:carton:4211:27450026,27451939:carton:4211:27452937,27451942:carton:4211:27452249,27451944:carton:4211:27452522,27455142:carton:4211:27455791,27463792:carton:4211:27464048,27473889:carton:4211:27474740,2747'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021956351554217094, 'nb_photo': 162, 'list_port_cont': '27396554,27404541,27405971,27407275,27410909,27413940,27418535,27444580,27444775,27450761,27489238,27491947,27498833,27593326,27628334,27634752,27635286,27640423,27645878,27650330,27654570,27684258,27684893,27692397,27693797,27696861,27698642,27709464,27712213,27725301,27725567,27726165,27728999,27731190,27732613,27734156,27742122,27742344,27742374,27753154,27763936,27771908,27772108,27794617,27803691,27806561,27809871,27832083,27832563,27833073,27841982,27863793,27884508,27884648,27904497,27910297,27910594,27926328,27930050,27948313,27953740,27973720,27974469,27976644,27976753,28009871,28013565,28016601,28016775,28020950,28021714,28024304,28026270,28029263,28030782,28030930,28031923,28034007,28036138,28039024,28043992,28046061,28046598,28046640,28047022,28047030,28051235,28059304,28059387', 'assoc_port': '27395951:27396554,27403857:27404541,27405487:27405971,27406532:27407275,27410312:27410909,27413359:27413940,27417941:27418535,27441325:27444580,27444704:27444775,27450404:27450761,27488570:27489238,27491436:27491947,27498548:27498833,27552607:27593326,27627418:27628334,27632556:27640423,27633515:27635286,27633645:27634752,27645052:27645878,27649737:27650330,27654128:27654570,27663938:27693797,27682168:27684893,27682219:27684258,27691359:27692397,27696342:27696861,27697882:27698642,27708725:27709464,27711670:27712213,27724835:27726165,27724852:27728999,27724873:27725301,27725035:27725567,27730863:27731190,27732212:27732613,27733812:27734156,27741697:27742374,27741714:27742344,27741722:27742122,27752666:27753154,27763188:27763936,27770872:27772108,27770878:27771908,27793994:27794617,27803070:27803691,27805941:27806561,27809488:27809871,27829125:27832083,27832316:27832563,27832767:27833073,27841391:27841982,27861252:27863793,27883563:27884648,27883603:27884508,27900893:27910594,27900929:27910297,27900942:2790449', 'assoc_mat': '27395951:carton:3327:27396554,27403857:carton:3327:27404541,27405487:carton:3327:27405971,27406532:carton:3327:27407275,27410312:carton:3327:27410909,27413359:carton:3327:27413940,27417941:carton:3327:27418535,27441325:carton:3327:27444580,27444704:carton:3327:27444775,27450404:carton:3327:27450761,27488570:carton:3327:27489238,27491436:carton:3327:27491947,27498548:carton:3327:27498833,27552607:carton:3327:27593326,27627418:carton:3327:27628334,27632556:carton:3327:27640423,27633515:carton:3327:27635286,27633645:carton:3327:27634752,27645052:carton:3327:27645878,27649737:carton:3327:27650330,27654128:carton:3327:27654570,27663938:carton:3327:27693797,27682168:carton:3327:27684893,27682219:carton:3327:27684258,27691359:carton:3327:27692397,27696342:carton:3327:27696861,27697882:carton:3327:27698642,27708725:carton:3327:27709464,27711670:carton:3327:27712213,27724835:carton:3327:27726165,27724852:carton:3327:27728999,27724873:carton:3327:27725301,27725035:carton:3327:27725567,27730863:carton:3327:27731190,2773'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00546870944728798, 'nb_photo': 1530, 'list_port_cont': '27404051,27406953,27409523,27413711,27414660,27418158,27447819,27448338,27450009,27450451,27450714,27464130,27486193,27508702,27553038,27554044,27554351,27613071,27628077,27636656,27645926,27646637,27654635,27664185,27682655,27695557,27698727,27699560,27700000,27706812,27725254,27725594,27725809,27725973,27726086,27726380,27726520,27726816,27727619,27727961,27729854,27732109,27736262,27737932,27742092,27742111,27742273,27742351,27742382,27742397,27742407,27742534,27749011,27755752,27757355,27761309,27763588,27764514,27767265,27767571,27784377,27795277,27796393,27797039,27800353,27803388,27806406,27807287,27808950,27826549,27832601,27834108,27841662,27842072,27846844,27884227,27884542,27884971,27909961,27910420,27929190,27959462,27972831,27972946,27975688,28009260,28009916,28010452,28011753,28016216,28016476,28017359,28018706,28019303,28021574,28022052,28022552,28022773,28023646,28023919,28024195,28024843,28025349,28025989,28026334,28026700,28026873,28027385,28031005,28041841,28045390,28047555,28051576,2805650', 'assoc_port': '27403865:27404051,27406524:27406953,27409027:27409523,27413291:27413711,27414376:27414660,27417933:27418158,27447684:27447819,27448207:27450451,27448208:27448338,27449555:27450009,27450401:27450714,27463791:27464130,27485662:27486193,27507873:27508702,27552560:27554351,27552574:27554044,27552604:27553038,27612831:27613071,27627402:27628077,27632551:27636656,27643653:27645926,27646360:27646637,27654127:27654635,27663915:27664185,27682161:27682655,27691360:27698727,27694858:27695557,27699098:27699560,27699099:27700000,27706165:27706812,27724169:27727619,27724821:27727961,27724825:27725973,27724829:27726380,27724841:27726520,27724845:27726086,27724849:27725594,27724850:27725809,27724856:27725254,27724867:27726816,27729672:27729854,27731649:27732109,27734824:27736262,27737899:27737932,27741689:27742111,27741695:27742273,27741706:27742534,27741708:27742382,27741710:27742397,27741717:27742407,27741724:27742351,27741728:27742092,27748892:27749011,27755174:27755752,27756978:27757355,27760561:27764514,27760569:2776130', 'assoc_mat': '27403865:carton:3594:27404051,27406524:carton:3594:27406953,27409027:carton:3594:27409523,27413291:carton:3594:27413711,27414376:carton:3594:27414660,27417933:carton:3594:27418158,27447684:carton:3594:27447819,27448207:carton:3594:27450451,27448208:carton:3594:27448338,27449555:carton:3594:27450009,27450401:carton:3594:27450714,27463791:carton:3594:27464130,27485662:carton:3594:27486193,27507873:carton:3594:27508702,27552560:carton:3594:27554351,27552574:carton:3594:27554044,27552604:carton:3594:27553038,27612831:carton:3594:27613071,27627402:carton:3594:27628077,27632551:carton:3594:27636656,27643653:carton:3594:27645926,27646360:carton:3594:27646637,27654127:carton:3594:27654635,27663915:carton:3594:27664185,27682161:carton:3594:27682655,27691360:carton:3594:27698727,27694858:carton:3594:27695557,27699098:carton:3594:27699560,27699099:carton:3594:27700000,27706165:carton:3594:27706812,27724169:carton:3594:27727619,27724821:carton:3594:27727961,27724825:carton:3594:27725973,27724829:carton:3594:27726380,2772'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0011232173718520283, 'nb_photo': 55, 'list_port_cont': '27388048,27403890,27409154,27415580,27418129,27455225,27481105,27497589,27583269,27583629,27632891,27633136,27642834,27652045,27688295,27689215,27725224,27727970,27735442,27749556,27755318,27767078,27784495,27803190,27826444,27835274,27883675,27909389,27922904,27942287,27943640,27949828,27975555,28010934,28012494,28013185,28016204,28018229,28020148,28030743,28031725,28035619,28059934', 'assoc_port': '27387815:27388048,27403858:27403890,27409022:27409154,27415501:27415580,27417936:27418129,27455130:27455225,27480980:27481105,27497506:27497589,27552588:27583269,27552590:27583629,27632623:27632891,27632626:27633136,27642712:27642834,27651909:27652045,27687824:27689215,27688029:27688295,27724837:27725224,27727889:27727970,27735401:27735442,27749481:27749556,27755169:27755318,27767006:27767078,27783669:27784495,27803076:27803190,27826415:27826444,27835207:27835274,27883564:27883675,27900938:27909389,27908715:28018229,27922558:27922904,27942178:27942287,27943511:27943640,27949692:27949828,27970819:27975555,28008246:28035619,28008334:28031725,28009382:28030743,28010259:28010934,28011523:28020148,28011743:28012494,28012537:28013185,28015399:28016204,28056098:28059934', 'assoc_mat': '27387815:cartonnette:3726:27388048,27403858:cartonnette:3726:27403890,27409022:cartonnette:3726:27409154,27415501:cartonnette:3726:27415580,27417936:cartonnette:3726:27418129,27455130:cartonnette:3726:27455225,27480980:cartonnette:3726:27481105,27497506:cartonnette:3726:27497589,27552588:cartonnette:3726:27583269,27552590:cartonnette:3726:27583629,27632623:cartonnette:3726:27632891,27632626:cartonnette:3726:27633136,27642712:cartonnette:3726:27642834,27651909:cartonnette:3726:27652045,27687824:cartonnette:3726:27689215,27688029:cartonnette:3726:27688295,27724837:cartonnette:3726:27725224,27727889:cartonnette:3726:27727970,27735401:cartonnette:3726:27735442,27749481:cartonnette:3726:27749556,27755169:cartonnette:3726:27755318,27767006:cartonnette:3726:27767078,27783669:cartonnette:3726:27784495,27803076:cartonnette:3726:27803190,27826415:cartonnette:3726:27826444,27835207:cartonnette:3726:27835274,27883564:cartonnette:3726:27883675,27900938:cartonnette:3726:27909389,27908715:cartonnette:3726:28018229,27922558:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009651889835522374, 'nb_photo': 321, 'list_port_cont': '27388521,27394964,27403898,27409539,27415575,27418125,27436074,27439452,27444350,27455221,27474432,27481104,27481540,27485875,27497591,27609364,27628044,27632883,27633132,27633448,27634476,27634656,27636244,27636671,27642831,27649918,27652044,27657635,27662184,27682937,27685017,27688301,27689218,27689826,27695177,27703405,27713873,27720211,27724201,27726125,27727972,27733377,27735445,27748445,27748976,27749141,27749545,27755326,27759203,27767079,27783865,27784494,27785275,27796203,27826435,27829653,27841462,27841505,27841665,27846167,27861542,27900766,27908720,27909399,27922914,27924906,27928953,27939766,27941179,27941770,27943644,27949822,27960834,27971292,27975559,27978073,28002191,28003044,28003307,28003645,28007198,28008852,28009189,28009811,28010180,28010938,28011156,28011289,28012167,28012498,28013186,28015135,28017467,28019198,28020145,28020753,28021731,28022106,28022926,28023323,28024326,28024625,28024826,28025051,28026001,28028794,28028995,28031720,28032195,28033167,28033762,28035518,28035618,2803735', 'assoc_port': '27387808:27388521,27394663:27394964,27403858:27403898,27409008:27409539,27415501:27415575,27417936:27418125,27435756:27436074,27439189:27439452,27444092:27444350,27455130:27455221,27473887:27474432,27480976:27481540,27480980:27481104,27485667:27485875,27497506:27497591,27609291:27609364,27627388:27628044,27632614:27636244,27632616:27636671,27632620:27633448,27632623:27632883,27632626:27633132,27633549:27634476,27634485:27634656,27642712:27642831,27649733:27649918,27651909:27652044,27657543:27657635,27661921:27662184,27682152:27685017,27682222:27682937,27687819:27689826,27687824:27689218,27688029:27688301,27694856:27695177,27703253:27703405,27713773:27713873,27720164:27720211,27724179:27724201,27726015:27726125,27727889:27727972,27733311:27733377,27735401:27735445,27748414:27748445,27748884:27749141,27748890:27748976,27749481:27749545,27755169:27755326,27758986:27759203,27767006:27767079,27783639:27785275,27783669:27784494,27783703:27783865,27796151:27796203,27826415:27826435,27829565:27829653,27841338:2784146', 'assoc_mat': '27387808:Carton_brun:3726:27388521,27394663:Carton_brun:3726:27394964,27403858:Carton_brun:3726:27403898,27409008:Carton_brun:3726:27409539,27415501:Carton_brun:3726:27415575,27417936:Carton_brun:3726:27418125,27435756:Carton_brun:3726:27436074,27439189:Carton_brun:3726:27439452,27444092:Carton_brun:3726:27444350,27455130:Carton_brun:3726:27455221,27473887:Carton_brun:3726:27474432,27480976:Carton_brun:3726:27481540,27480980:Carton_brun:3726:27481104,27485667:Carton_brun:3726:27485875,27497506:Carton_brun:3726:27497591,27609291:Carton_brun:3726:27609364,27627388:Carton_brun:3726:27628044,27632614:Carton_brun:3726:27636244,27632616:Carton_brun:3726:27636671,27632620:Carton_brun:3726:27633448,27632623:Carton_brun:3726:27632883,27632626:Carton_brun:3726:27633132,27633549:Carton_brun:3726:27634476,27634485:Carton_brun:3726:27634656,27642712:Carton_brun:3726:27642831,27649733:Carton_brun:3726:27649918,27651909:Carton_brun:3726:27652044,27657543:Carton_brun:3726:27657635,27661921:Carton_brun:3726:27662184,27682152:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008483468325195816, 'nb_photo': 166, 'list_port_cont': '27388038,27388518,27394967,27403899,27409148,27409548,27415573,27436070,27474434,27481106,27485880,27497590,27583623,27609360,27628046,27633125,27633777,27634654,27636678,27636893,27642835,27649916,27682938,27688294,27695174,27703403,27735447,27741753,27741964,27749546,27755325,27759197,27767077,27784486,27784941,27794226,27799368,27829654,27832376,27835275,27841669,27883674,27900779,27909391,27928955,27943643,27949820,27960836,27971289,27972273,27975557,27978070,28002195,28003310,28009497,28010718,28010935,28011148,28011296,28015906,28016199,28017471,28020139,28021273,28022111,28024621,28025043,28026006,28028994,28031719,28032194,28033157,28035514,28035621,28037348,28056088,28059496,28060560,28072573,28073244', 'assoc_port': '27387808:27388518,27387815:27388038,27394663:27394967,27403858:27403899,27409008:27409548,27409022:27409148,27415501:27415573,27435756:27436070,27473887:27474434,27480980:27481106,27485667:27485880,27497506:27497590,27552590:27583623,27609291:27609360,27627388:27628046,27632606:27636893,27632616:27636678,27632626:27633125,27633650:27633777,27634485:27634654,27642712:27642835,27649733:27649916,27682222:27682938,27688029:27688294,27694856:27695174,27703253:27703403,27735401:27735447,27741712:27741964,27741720:27741753,27749481:27749546,27755169:27755325,27758986:27759197,27767006:27767077,27783624:27784941,27783669:27784486,27793995:27794226,27799173:27799368,27829565:27829654,27832320:27832376,27835207:27835275,27841392:27841669,27883564:27883674,27900573:27900779,27900938:27909391,27909343:28017471,27928861:27928955,27943511:27943643,27949692:27949820,27960603:27960836,27970587:27978070,27970708:27972273,27970819:27975557,27970913:27971289,28001990:28003310,28001996:28002195,28008246:28035621,28008290:2803219', 'assoc_mat': '27387808:Carton_gris:3726:27388518,27387815:Carton_gris:3726:27388038,27394663:Carton_gris:3726:27394967,27403858:Carton_gris:3726:27403899,27409008:Carton_gris:3726:27409548,27409022:Carton_gris:3726:27409148,27415501:Carton_gris:3726:27415573,27435756:Carton_gris:3726:27436070,27473887:Carton_gris:3726:27474434,27480980:Carton_gris:3726:27481106,27485667:Carton_gris:3726:27485880,27497506:Carton_gris:3726:27497590,27552590:Carton_gris:3726:27583623,27609291:Carton_gris:3726:27609360,27627388:Carton_gris:3726:27628046,27632606:Carton_gris:3726:27636893,27632616:Carton_gris:3726:27636678,27632626:Carton_gris:3726:27633125,27633650:Carton_gris:3726:27633777,27634485:Carton_gris:3726:27634654,27642712:Carton_gris:3726:27642835,27649733:Carton_gris:3726:27649916,27682222:Carton_gris:3726:27682938,27688029:Carton_gris:3726:27688294,27694856:Carton_gris:3726:27695174,27703253:Carton_gris:3726:27703403,27735401:Carton_gris:3726:27735447,27741712:Carton_gris:3726:27741964,27741720:Carton_gris:3726:27741753,27749481:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008195007846679516, 'nb_photo': 30, 'list_port_cont': '27498497,27656515,27717957,27742232,27772658,27835255,27947795,27953211,28023818,28025761,28030975,28054015,28056661', 'assoc_port': '27497510:27498497,27632560:27656515,27708723:27717957,27741703:27742232,27758988:27772658,27835201:27835255,27909294:28025761,27947304:27947795,27952837:27953211,27970896:28030975,28011647:28056661,28015478:28023818,28024265:28054015', 'assoc_mat': '27497510:ela:4205:27498497,27632560:ela:4205:27656515,27708723:ela:4205:27717957,27741703:ela:4205:27742232,27758988:ela:4205:27772658,27835201:ela:4205:27835255,27909294:ela:4205:28025761,27947304:ela:4205:27947795,27952837:ela:4205:27953211,27970896:ela:4205:28030975,28011647:ela:4205:28056661,28015478:ela:4205:28023818,28024265:ela:4205:28054015'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9420765182962771, 'nb_photo': 1012, 'list_port_cont': '27411781,27416413,27450156,27458151,27458638,27496615,27496850,27505704,27599123,27600001,27636559,27659022,27687204,27693189,27693908,27695944,27703774,27708553,27715745,27725889,27725923,27726055,27727843,27732134,27735306,27742960,27749049,27749105,27757544,27775778,27795613,27821586,27821697,27831195,27831630,27832157,27844464,27865312,27893745,27912549,27945761,27953148,27964500,27964994,28024018,28024885,28026057,28028274,28029969,28032104,28043331,28043531,28045863,28046992,28049846,28051798,28052310,28054092,28054849,28055315,28055721,28056967,28057102,28057215,28057296,28057975,28058002,28058092,28061018,28066554,28066600,28072678,28072717,28092383,28173314', 'assoc_port': '27403862:27411781,27413358:27416413,27441324:27450156,27448202:27458151,27455138:27458638,27490307:27496615,27491431:27496850,27500774:27505704,27552595:27599123,27552601:27600001,27612832:27636559,27630006:27693908,27633661:27659022,27640535:27687204,27649744:27693189,27661919:27695944,27691375:27708553,27703265:27703774,27713799:27715745,27724817:27725889,27724863:27726055,27724865:27725923,27727569:27727843,27731643:27732134,27734822:27735306,27741731:27742960,27748678:27749049,27748679:27749105,27756982:27757544,27770884:27775778,27793956:27795613,27803073:27831195,27811397:27821586,27811399:27821697,27825815:27832157,27831391:27831630,27837924:27844464,27861240:27893745,27861242:27865312,27900895:27912549,27900932:27964994,27900933:27964500,27909302:28026057,27940996:27945761,27950167:27953148,27970549:28028274,27970685:28029969,27970904:28032104,28008294:28046992,28008523:28049846,28008637:28043331,28008641:28043531,28009581:28052310,28009773:28066600,28010039:28054092,28010237:28054849,28010428:2805531', 'assoc_mat': '27403862:ela:4203:27411781,27413358:ela:4203:27416413,27441324:ela:4203:27450156,27448202:ela:4203:27458151,27455138:ela:4203:27458638,27490307:ela:4203:27496615,27491431:ela:4203:27496850,27500774:ela:4203:27505704,27552595:ela:4203:27599123,27552601:ela:4203:27600001,27612832:ela:4203:27636559,27630006:ela:4203:27693908,27633661:ela:4203:27659022,27640535:ela:4203:27687204,27649744:ela:4203:27693189,27661919:ela:4203:27695944,27691375:ela:4203:27708553,27703265:ela:4203:27703774,27713799:ela:4203:27715745,27724817:ela:4203:27725889,27724863:ela:4203:27726055,27724865:ela:4203:27725923,27727569:ela:4203:27727843,27731643:ela:4203:27732134,27734822:ela:4203:27735306,27741731:ela:4203:27742960,27748678:ela:4203:27749049,27748679:ela:4203:27749105,27756982:ela:4203:27757544,27770884:ela:4203:27775778,27793956:ela:4203:27795613,27803073:ela:4203:27831195,27811397:ela:4203:27821586,27811399:ela:4203:27821697,27825815:ela:4203:27832157,27831391:ela:4203:27831630,27837924:ela:4203:27844464,27861240:ela:4203:2789374'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007551649989956221, 'nb_photo': 48, 'list_port_cont': '27442525,27476677,27494107,27627486,27658418,27683840,27688191,27706261,27716404,27725816,27727195,27728079,27741954,27742045,27742081,27749416,27751638,27772033,27775164,27829194,27831135,27831447,27836386,27852382,27909324,27943588,27946486,28028709,28032092,28044315,28046341,28048085,28054003,28054149,28062809,28062843,28064597,28065844,28066637,28072690,28072950', 'assoc_port': '27442334:27442525,27476433:27476677,27494001:27494107,27627421:27627486,27633643:27658418,27682208:27683840,27687914:27706261,27688033:27688191,27716354:27716404,27724846:27727195,27724859:27725816,27726013:27728079,27741713:27742045,27741718:27742081,27741729:27741954,27748891:27749416,27751515:27751638,27752692:27772033,27767012:27775164,27804158:27831135,27829128:27829194,27831389:27831447,27836324:27836386,27839122:27852382,27900879:27909324,27908781:28065844,27909262:28062843,27909400:28062809,27943512:27943588,27946345:27946486,27970677:28028709,27970938:28032092,28008178:28044315,28008286:28046341,28008440:28048085,28010099:28054003,28011598:28066637,28015452:28054149,28015662:28064597,28055912:28072950,28072000:28072690', 'assoc_mat': '27442334:ela:4207:27442525,27476433:ela:4207:27476677,27494001:ela:4207:27494107,27627421:ela:4207:27627486,27633643:ela:4207:27658418,27682208:ela:4207:27683840,27687914:ela:4207:27706261,27688033:ela:4207:27688191,27716354:ela:4207:27716404,27724846:ela:4207:27727195,27724859:ela:4207:27725816,27726013:ela:4207:27728079,27741713:ela:4207:27742045,27741718:ela:4207:27742081,27741729:ela:4207:27741954,27748891:ela:4207:27749416,27751515:ela:4207:27751638,27752692:ela:4207:27772033,27767012:ela:4207:27775164,27804158:ela:4207:27831135,27829128:ela:4207:27829194,27831389:ela:4207:27831447,27836324:ela:4207:27836386,27839122:ela:4207:27852382,27900879:ela:4207:27909324,27908781:ela:4207:28065844,27909262:ela:4207:28062843,27909400:ela:4207:28062809,27943512:ela:4207:27943588,27946345:ela:4207:27946486,27970677:ela:4207:28028709,27970938:ela:4207:28032092,28008178:ela:4207:28044315,28008286:ela:4207:28046341,28008440:ela:4207:28048085,28010099:ela:4207:28054003,28011598:ela:4207:28066637,28015452:ela:4207:2805414'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009430615679505819, 'nb_photo': 17, 'list_port_cont': '27388239,27418187,27720275,27729782,27749165,27804636,27839613', 'assoc_port': '27387810:27388239,27417944:27418187,27720163:27720275,27729669:27729782,27748908:27749165,27804162:27804636,27839125:27839613', 'assoc_mat': '27387810:ela:4461:27388239,27417944:ela:4461:27418187,27720163:ela:4461:27720275,27729669:ela:4461:27729782,27748908:ela:4461:27749165,27804162:ela:4461:27804636,27839125:ela:4461:27839613'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015928086113350976, 'nb_photo': 69, 'list_port_cont': '27403978,27404219,27413539,27441484,27445305,27623299,27633711,27633987,27652362,27682998,27692014,27695416,27698301,27703637,27704235,27725052,27725638,27731037,27732532,27735074,27741937,27748763,27749813,27752973,27761059,27767240,27769204,27783926,27786942,27790664,27796343,27829242,27834062,27841578,27901487,27909716,27929081,27959677,27972433,27973906,27974181,27975320,28009023,28010130,28017297,28017859,28022793,28024321,28026173,28026627,28035744,28039596,28048927,28050591,28062471,28062543,28064553', 'assoc_port': '27403860:27404219,27403866:27403978,27413361:27413539,27441327:27441484,27444952:27445305,27612827:27623299,27632602:27633711,27633659:27633987,27651913:27652362,27682193:27682998,27691362:27692014,27694859:27695416,27697876:27698301,27703249:27704235,27703257:27703637,27724813:27725638,27724890:27725052,27730865:27731037,27732208:27732532,27734821:27735074,27741716:27741937,27748677:27748763,27749740:27749813,27752691:27752973,27760558:27761059,27760564:27769204,27767015:27767240,27783717:27783926,27786458:27786942,27790388:27790664,27796156:27796343,27829127:27829242,27833969:27834062,27841365:27841578,27900887:27909716,27900935:27901487,27928865:27929081,27958860:27959677,27970533:27975320,27970648:27974181,27970679:27973906,27970748:27972433,28008160:28050591,28008495:28010130,28008700:28009023,28009665:28039596,28010188:28026173,28010406:28024321,28011351:28022793,28015278:28017859,28015323:28017297,28015488:28035744,28026382:28026627,28041246:28048927,28055894:28062471,28055980:28064553,28056021:2806254', 'assoc_mat': '27403860:ela:4200:27404219,27403866:ela:4200:27403978,27413361:ela:4200:27413539,27441327:ela:4200:27441484,27444952:ela:4200:27445305,27612827:ela:4200:27623299,27632602:ela:4200:27633711,27633659:ela:4200:27633987,27651913:ela:4200:27652362,27682193:ela:4200:27682998,27691362:ela:4200:27692014,27694859:ela:4200:27695416,27697876:ela:4200:27698301,27703249:ela:4200:27704235,27703257:ela:4200:27703637,27724813:ela:4200:27725638,27724890:ela:4200:27725052,27730865:ela:4200:27731037,27732208:ela:4200:27732532,27734821:ela:4200:27735074,27741716:ela:4200:27741937,27748677:ela:4200:27748763,27749740:ela:4200:27749813,27752691:ela:4200:27752973,27760558:ela:4200:27761059,27760564:ela:4200:27769204,27767015:ela:4200:27767240,27783717:ela:4200:27783926,27786458:ela:4200:27786942,27790388:ela:4200:27790664,27796156:ela:4200:27796343,27829127:ela:4200:27829242,27833969:ela:4200:27834062,27841365:ela:4200:27841578,27900887:ela:4200:27909716,27900935:ela:4200:27901487,27928865:ela:4200:27929081,27958860:ela:4200:2795967'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0022283337297774267, 'nb_photo': 94, 'list_port_cont': '27415660,27419065,27443781,27500922,27501807,27507920,27583794,27583943,27633941,27640913,27646625,27660683,27662126,27683179,27713928,27715178,27724290,27725021,27728140,27731835,27735094,27748741,27749000,27749907,27784438,27784528,27811607,27828297,27832955,27836438,27841639,27868711,27880552,27929209,27961220,27983935,28010477,28010507,28010704,28011012,28011054,28013307,28013480,28016353,28021406,28026127,28056053,28056311,28057039,28057064,28057669,28059221,28072277,28072416,28090688,28090805', 'assoc_port': '27415498:27415660,27418933:27419065,27443663:27443781,27500776:27500922,27501601:27501807,27507876:27507920,27552564:27583943,27552578:27583794,27633572:27633941,27640533:27640913,27646358:27646625,27660423:27660683,27661922:27662126,27682189:27683179,27713800:27713928,27714913:27715178,27724171:27724290,27724895:27725021,27727893:27728140,27731645:27731835,27734823:27735094,27748673:27748741,27748907:27749000,27749738:27749907,27783607:27784528,27783667:27784438,27811395:27811607,27828079:27828297,27832769:27832955,27836294:27836438,27841393:27841639,27868603:27868711,27871505:27880552,27908849:28021406,27928871:27929209,27960619:27961220,27970996:27983935,28009490:28011012,28009529:28011054,28009689:28010704,28009895:28010507,28010042:28010477,28011384:28026127,28011643:28013480,28011796:28013307,28015610:28016353,28055858:28056311,28055871:28056053,28055965:28057039,28055988:28057064,28056023:28057669,28056031:28059221,28072065:28072416,28072072:28072277,28090369:28090805,28090390:28090688', 'assoc_mat': '27415498:ela:4209:27415660,27418933:ela:4209:27419065,27443663:ela:4209:27443781,27500776:ela:4209:27500922,27501601:ela:4209:27501807,27507876:ela:4209:27507920,27552564:ela:4209:27583943,27552578:ela:4209:27583794,27633572:ela:4209:27633941,27640533:ela:4209:27640913,27646358:ela:4209:27646625,27660423:ela:4209:27660683,27661922:ela:4209:27662126,27682189:ela:4209:27683179,27713800:ela:4209:27713928,27714913:ela:4209:27715178,27724171:ela:4209:27724290,27724895:ela:4209:27725021,27727893:ela:4209:27728140,27731645:ela:4209:27731835,27734823:ela:4209:27735094,27748673:ela:4209:27748741,27748907:ela:4209:27749000,27749738:ela:4209:27749907,27783607:ela:4209:27784528,27783667:ela:4209:27784438,27811395:ela:4209:27811607,27828079:ela:4209:27828297,27832769:ela:4209:27832955,27836294:ela:4209:27836438,27841393:ela:4209:27841639,27868603:ela:4209:27868711,27871505:ela:4209:27880552,27908849:ela:4209:28021406,27928871:ela:4209:27929209,27960619:ela:4209:27961220,27970996:ela:4209:27983935,28009490:ela:4209:2801101'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010390391405943249, 'nb_photo': 1655, 'list_port_cont': '27388980,27391768,27395043,27396041,27399166,27400655,27404172,27404505,27407312,27409706,27413762,27414075,27418363,27418558,27419663,27436605,27439658,27441488,27442815,27443925,27444769,27445258,27446698,27447963,27450018,27452239,27452936,27455793,27464041,27477324,27477656,27478673,27486247,27488107,27489092,27490682,27492197,27492527,27497832,27498824,27501098,27501365,27501996,27503679,27508629,27597698,27598314,27606219,27623569,27624526,27625430,27628687,27629210,27631200,27632113,27633329,27634608,27634894,27636127,27636896,27638083,27641481,27641843,27642555,27643070,27643668,27643967,27644121,27644584,27645151,27646425,27646772,27647850,27650347,27654491,27654820,27657970,27658553,27660884,27662522,27685118,27686880,27688672,27689543,27691030,27692596,27693418,27695660,27697022,27697568,27698374,27700572,27703743,27706657,27709267,27712265,27712547,27715254,27717389,27723892,27723962,27724500,27725121,27725321,27725477,27725940,27726138,27726248,27726291,27726463,27727174,27727437,27727657,2772768', 'assoc_port': '27387817:27388980,27391353:27391768,27394662:27396041,27394665:27395043,27398433:27400655,27398489:27399166,27403859:27404505,27403867:27404172,27406529:27407312,27409036:27409706,27413329:27414075,27413362:27413762,27417934:27419663,27417940:27418558,27417943:27418363,27435758:27436605,27439190:27439658,27441326:27441488,27442333:27442815,27443682:27443925,27444703:27444769,27444956:27445258,27446536:27446698,27447686:27447963,27449558:27450018,27451939:27452936,27451942:27452239,27455142:27455793,27463792:27464041,27476439:27477656,27476462:27477324,27478024:27478673,27485659:27486247,27487692:27488107,27488597:27489092,27490304:27490682,27491433:27492527,27491435:27492197,27497513:27497832,27498535:27498824,27500781:27501365,27500785:27501098,27501599:27501996,27503313:27503679,27508381:27508629,27552556:27597698,27552568:27598314,27552572:27606219,27612825:27625430,27612829:27624526,27612864:27623569,27627416:27629210,27627423:27628687,27630008:27631200,27631519:27632113,27632531:27646425,27632563:2764515', 'assoc_mat': '27387817:ela:4211:27388980,27391353:ela:4211:27391768,27394662:ela:4211:27396041,27394665:ela:4211:27395043,27398433:ela:4211:27400655,27398489:ela:4211:27399166,27403859:ela:4211:27404505,27403867:ela:4211:27404172,27406529:ela:4211:27407312,27409036:ela:4211:27409706,27413329:ela:4211:27414075,27413362:ela:4211:27413762,27417934:ela:4211:27419663,27417940:ela:4211:27418558,27417943:ela:4211:27418363,27435758:ela:4211:27436605,27439190:ela:4211:27439658,27441326:ela:4211:27441488,27442333:ela:4211:27442815,27443682:ela:4211:27443925,27444703:ela:4211:27444769,27444956:ela:4211:27445258,27446536:ela:4211:27446698,27447686:ela:4211:27447963,27449558:ela:4211:27450018,27451939:ela:4211:27452936,27451942:ela:4211:27452239,27455142:ela:4211:27455793,27463792:ela:4211:27464041,27476439:ela:4211:27477656,27476462:ela:4211:27477324,27478024:ela:4211:27478673,27485659:ela:4211:27486247,27487692:ela:4211:27488107,27488597:ela:4211:27489092,27490304:ela:4211:27490682,27491433:ela:4211:27492527,27491435:ela:4211:2749219'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 2.9772257346711556e-05, 'nb_photo': 8, 'list_port_cont': '27456988,27656501,27717967,27742235,27764182,28025757', 'assoc_port': '27447657:27456988,27632560:27656501,27708723:27717967,27741703:27742235,27755172:27764182,27909294:28025757', 'assoc_mat': '27447657:etiquette:4205:27456988,27632560:etiquette:4205:27656501,27708723:etiquette:4205:27717967,27741703:etiquette:4205:27742235,27755172:etiquette:4205:27764182,27909294:etiquette:4205:28025757'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.4046439664740986e-05, 'nb_photo': 36, 'list_port_cont': '27411779,27416416,27450150,27496612,27496838,27659029,27715748,27725888,27727837,27742959,27775780,27795603,27821698,27831206,27831621,28024013,28028283,28029963,28043334,28046990,28052311,28055304,28055719,28057302,28058097,28061015,28066555,28072674,28072709', 'assoc_port': '27403862:27411779,27413358:27416416,27441324:27450150,27490307:27496612,27491431:27496838,27633661:27659029,27713799:27715748,27724817:27725888,27727569:27727837,27741731:27742959,27770884:27775780,27793956:27795603,27803073:27831206,27811399:27821698,27831391:27831621,27970549:28028283,27970685:28029963,28008294:28046990,28008637:28043334,28009581:28052311,28010428:28055304,28010596:28055719,28011657:28057302,28015315:28066555,28015654:28024013,28055863:28061015,28055957:28058097,28071999:28072709,28072057:28072674', 'assoc_mat': '27403862:etiquette:4203:27411779,27413358:etiquette:4203:27416416,27441324:etiquette:4203:27450150,27490307:etiquette:4203:27496612,27491431:etiquette:4203:27496838,27633661:etiquette:4203:27659029,27713799:etiquette:4203:27715748,27724817:etiquette:4203:27725888,27727569:etiquette:4203:27727837,27741731:etiquette:4203:27742959,27770884:etiquette:4203:27775780,27793956:etiquette:4203:27795603,27803073:etiquette:4203:27831206,27811399:etiquette:4203:27821698,27831391:etiquette:4203:27831621,27970549:etiquette:4203:28028283,27970685:etiquette:4203:28029963,28008294:etiquette:4203:28046990,28008637:etiquette:4203:28043334,28009581:etiquette:4203:28052311,28010428:etiquette:4203:28055304,28010596:etiquette:4203:28055719,28011657:etiquette:4203:28057302,28015315:etiquette:4203:28066555,28015654:etiquette:4203:28024013,28055863:etiquette:4203:28061015,28055957:etiquette:4203:28058097,28071999:etiquette:4203:28072709,28072057:etiquette:4203:28072674'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0002538559722809097, 'nb_photo': 4, 'list_port_cont': '27728384,27803143,28031631,28053101', 'assoc_port': '27727891:27728384,27803075:27803143,27970906:28031631,28009795:28053101', 'assoc_mat': '27727891:etiquette:4207:27728384,27803075:etiquette:4207:27803143,27970906:etiquette:4207:28031631,28009795:etiquette:4207:28053101'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 12, 'list_port_cont': '27388230,27749156,27767095', 'assoc_port': '27387810:27388230,27748908:27749156,27767010:27767095', 'assoc_mat': '27387810:etiquette:4461:27388230,27748908:etiquette:4461:27749156,27767010:etiquette:4461:27767095'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0006342210769572888, 'nb_photo': 2, 'list_port_cont': '27403987,27490495', 'assoc_port': '27403866:27403987,27490305:27490495', 'assoc_mat': '27403866:etiquette:4200:27403987,27490305:etiquette:4200:27490495'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010350815493554977, 'nb_photo': 81, 'list_port_cont': '27624393,27657969,27660879,27717390,27733537,27826187,27833052,27864051,27953235,27986760,28020052,28030913,28048614,28049721,28052695,28053294,28053855,28053871,28054196,28057893,28058780,28127987', 'assoc_port': '27612835:27624393,27657540:27657969,27660437:27660879,27717023:27717390,27733316:27733537,27825814:27826187,27832773:27833052,27863029:27864051,27952797:27953235,27970554:27986760,28009877:28053294,28009980:28053855,28010155:28054196,28010195:28053871,28010434:28052695,28011620:28048614,28011670:28049721,28015535:28020052,28029995:28030913,28056011:28057893,28056127:28058780,28090439:28127987', 'assoc_mat': '27612835:etiquette:4211:27624393,27657540:etiquette:4211:27657969,27660437:etiquette:4211:27660879,27717023:etiquette:4211:27717390,27733316:etiquette:4211:27733537,27825814:etiquette:4211:27826187,27832773:etiquette:4211:27833052,27863029:etiquette:4211:27864051,27952797:etiquette:4211:27953235,27970554:etiquette:4211:27986760,28009877:etiquette:4211:28053294,28009980:etiquette:4211:28053855,28010155:etiquette:4211:28054196,28010195:etiquette:4211:28053871,28010434:etiquette:4211:28052695,28011620:etiquette:4211:28048614,28011670:etiquette:4211:28049721,28015535:etiquette:4211:28020052,28029995:etiquette:4211:28030913,28056011:etiquette:4211:28057893,28056127:etiquette:4211:28058780,28090439:etiquette:4211:28127987'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006141354317677887, 'nb_photo': 32, 'list_port_cont': '27405976,27474652,27788764,27910300,27930051,27944259,27953746,28013554,28015994,28016770,28046602', 'assoc_port': '27405487:27405976,27473895:27474652,27788308:27788764,27900929:27910300,27928873:27930051,27943509:27944259,27952817:27953746,28008245:28046602,28011737:28013554,28014421:28015994,28015275:28016770', 'assoc_mat': '27405487:etiquette:3327:27405976,27473895:etiquette:3327:27474652,27788308:etiquette:3327:27788764,27900929:etiquette:3327:27910300,27928873:etiquette:3327:27930051,27943509:etiquette:3327:27944259,27952817:etiquette:3327:27953746,28008245:etiquette:3327:28046602,28011737:etiquette:3327:28013554,28014421:etiquette:3327:28015994,28015275:etiquette:3327:28016770'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017805362996780198, 'nb_photo': 214, 'list_port_cont': '27411215,27456986,27498492,27656509,27690743,27717966,27727312,27729774,27742233,27764177,27772651,27796234,27835259,27836111,27912046,27947797,27953212,28023820,28025758,28047816,28051921,28053153,28054008,28054882,28055044,28056647', 'assoc_port': '27403861:27411215,27447657:27456986,27497510:27498492,27632560:27656509,27643654:27690743,27708723:27717966,27724848:27727312,27729673:27729774,27741703:27742233,27755172:27764177,27758988:27772651,27796153:27796234,27835201:27835259,27835204:27836111,27900926:27912046,27909294:28025758,27947304:27947797,27952837:27953212,28008437:28047816,28009556:28051921,28009925:28053153,28010398:28054882,28010400:28055044,28011647:28056647,28015478:28023820,28024265:28054008', 'assoc_mat': '27403861:film_plastique:4205:27411215,27447657:film_plastique:4205:27456986,27497510:film_plastique:4205:27498492,27632560:film_plastique:4205:27656509,27643654:film_plastique:4205:27690743,27708723:film_plastique:4205:27717966,27724848:film_plastique:4205:27727312,27729673:film_plastique:4205:27729774,27741703:film_plastique:4205:27742233,27755172:film_plastique:4205:27764177,27758988:film_plastique:4205:27772651,27796153:film_plastique:4205:27796234,27835201:film_plastique:4205:27835259,27835204:film_plastique:4205:27836111,27900926:film_plastique:4205:27912046,27909294:film_plastique:4205:28025758,27947304:film_plastique:4205:27947797,27952837:film_plastique:4205:27953212,28008437:film_plastique:4205:28047816,28009556:film_plastique:4205:28051921,28009925:film_plastique:4205:28053153,28010398:film_plastique:4205:28054882,28010400:film_plastique:4205:28055044,28011647:film_plastique:4205:28056647,28015478:film_plastique:4205:28023820,28024265:film_plastique:4205:28054008'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006559472452001922, 'nb_photo': 1034, 'list_port_cont': '27411792,27416419,27450151,27458152,27458640,27496611,27496846,27505716,27599118,27599995,27636547,27659030,27687199,27693176,27693895,27695947,27703789,27708556,27715743,27725895,27725924,27726040,27727849,27732133,27735307,27742955,27749064,27757545,27775789,27795606,27821587,27821690,27831197,27831629,27832149,27844454,27865309,27865500,27893737,27912541,27945754,27953135,27964492,27964995,28024004,28024891,28026065,28028284,28029966,28032100,28043320,28043521,28045860,28046986,28049840,28051796,28052300,28054095,28054855,28055312,28055720,28056968,28057094,28057227,28057295,28057970,28057993,28058100,28061021,28066558,28066603,28072676,28072715,28092374,28173322', 'assoc_port': '27403862:27411792,27413358:27416419,27441324:27450151,27448202:27458152,27455138:27458640,27490307:27496611,27491431:27496846,27500774:27505716,27552595:27599118,27552601:27599995,27612832:27636547,27630006:27693895,27633661:27659030,27640535:27687199,27649744:27693176,27661919:27695947,27691375:27708556,27703265:27703789,27713799:27715743,27724817:27725895,27724863:27726040,27724865:27725924,27727569:27727849,27731643:27732133,27734822:27735307,27741731:27742955,27748678:27749064,27756982:27757545,27770884:27775789,27793956:27795606,27803073:27831197,27811397:27821587,27811399:27821690,27825815:27832149,27831391:27831629,27837924:27844454,27861240:27893737,27861242:27865309,27861247:27865500,27900895:27912541,27900932:27964995,27900933:27964492,27909302:28026065,27940996:27945754,27950167:27953135,27970549:28028284,27970685:28029966,27970904:28032100,28008294:28046986,28008523:28049840,28008637:28043320,28008641:28043521,28009581:28052300,28009773:28066603,28010039:28054095,28010237:28054855,28010428:2805531', 'assoc_mat': '27403862:film_plastique:4203:27411792,27413358:film_plastique:4203:27416419,27441324:film_plastique:4203:27450151,27448202:film_plastique:4203:27458152,27455138:film_plastique:4203:27458640,27490307:film_plastique:4203:27496611,27491431:film_plastique:4203:27496846,27500774:film_plastique:4203:27505716,27552595:film_plastique:4203:27599118,27552601:film_plastique:4203:27599995,27612832:film_plastique:4203:27636547,27630006:film_plastique:4203:27693895,27633661:film_plastique:4203:27659030,27640535:film_plastique:4203:27687199,27649744:film_plastique:4203:27693176,27661919:film_plastique:4203:27695947,27691375:film_plastique:4203:27708556,27703265:film_plastique:4203:27703789,27713799:film_plastique:4203:27715743,27724817:film_plastique:4203:27725895,27724863:film_plastique:4203:27726040,27724865:film_plastique:4203:27725924,27727569:film_plastique:4203:27727849,27731643:film_plastique:4203:27732133,27734822:film_plastique:4203:27735307,27741731:film_plastique:4203:27742955,27748678:film_plastique:4203:2774906'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034238839473023125, 'nb_photo': 2004, 'list_port_cont': '27388140,27391574,27396033,27397011,27398611,27403878,27405559,27406641,27408427,27409100,27410406,27411901,27413430,27414580,27415355,27415555,27418139,27419393,27439401,27442526,27443750,27444145,27444999,27448217,27449611,27450476,27451593,27452011,27455198,27456540,27458140,27462489,27476678,27478222,27481093,27485857,27487944,27488705,27490177,27490410,27494102,27497575,27498411,27500833,27501680,27503363,27504186,27507879,27557589,27561272,27562345,27612939,27613906,27615110,27615603,27627484,27630216,27631666,27632798,27633843,27636279,27642793,27643743,27644700,27645172,27646968,27649843,27651331,27652013,27654015,27654141,27656342,27656884,27657615,27657868,27658115,27658429,27660484,27661977,27683845,27688185,27696572,27697301,27698077,27699309,27702496,27702717,27702964,27703370,27704734,27705886,27706034,27706254,27706298,27707197,27708844,27709192,27711725,27713840,27714991,27716402,27717104,27723640,27724269,27724934,27724963,27725082,27725610,27725696,27725821,27725841,27726319,27726920,2772719', 'assoc_port': '27387814:27388140,27391360:27391574,27395949:27397011,27395957:27396033,27398480:27398611,27403863:27403878,27405485:27405559,27406518:27408427,27406559:27406641,27409010:27411901,27409033:27409100,27410314:27410406,27413330:27415355,27413360:27414580,27413363:27413430,27415524:27415555,27417937:27419393,27417942:27418139,27439192:27439401,27442334:27442526,27443662:27443750,27444090:27444145,27444955:27444999,27448205:27448217,27449553:27451593,27449557:27449611,27450403:27450476,27451940:27452011,27455132:27456540,27455144:27455198,27458103:27458140,27462446:27462489,27476433:27476678,27478021:27478222,27480978:27481093,27485657:27485857,27487666:27490177,27487691:27487944,27488596:27488705,27490306:27490410,27494001:27494102,27497508:27498411,27497515:27497575,27500778:27500833,27501605:27501680,27503283:27504186,27503312:27503363,27507877:27507879,27552566:27562345,27552580:27561272,27552592:27557589,27612819:27615603,27612821:27615110,27612833:27613906,27612839:27612939,27627421:27627484,27630012:2763021', 'assoc_mat': '27387814:film_plastique:4207:27388140,27391360:film_plastique:4207:27391574,27395949:film_plastique:4207:27397011,27395957:film_plastique:4207:27396033,27398480:film_plastique:4207:27398611,27403863:film_plastique:4207:27403878,27405485:film_plastique:4207:27405559,27406518:film_plastique:4207:27408427,27406559:film_plastique:4207:27406641,27409010:film_plastique:4207:27411901,27409033:film_plastique:4207:27409100,27410314:film_plastique:4207:27410406,27413330:film_plastique:4207:27415355,27413360:film_plastique:4207:27414580,27413363:film_plastique:4207:27413430,27415524:film_plastique:4207:27415555,27417937:film_plastique:4207:27419393,27417942:film_plastique:4207:27418139,27439192:film_plastique:4207:27439401,27442334:film_plastique:4207:27442526,27443662:film_plastique:4207:27443750,27444090:film_plastique:4207:27444145,27444955:film_plastique:4207:27444999,27448205:film_plastique:4207:27448217,27449553:film_plastique:4207:27451593,27449557:film_plastique:4207:27449611,27450403:film_plastique:4207:2745047'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7993380278436689, 'nb_photo': 6058, 'list_port_cont': '27388100,27388233,27391793,27396193,27404272,27405731,27409450,27413498,27414618,27415753,27418193,27442745,27444236,27445112,27446277,27448038,27449795,27452058,27455568,27474325,27478640,27484820,27487720,27491788,27494453,27498720,27501069,27508538,27601684,27613100,27630475,27633085,27634042,27634206,27634913,27638158,27642954,27645509,27646744,27652468,27656799,27662202,27662341,27683388,27683750,27688746,27691960,27698167,27698535,27703875,27712051,27716536,27720280,27724319,27725130,27725267,27725356,27725451,27725770,27725860,27728113,27729778,27731935,27733470,27735544,27741982,27742901,27742976,27748542,27749163,27749230,27749926,27751899,27763798,27767091,27767452,27769821,27778069,27788695,27790718,27794455,27804648,27804802,27806388,27809811,27819512,27825024,27826052,27828260,27829802,27831508,27832982,27835719,27839607,27846447,27861813,27867893,27879822,27884191,27884348,27902368,27903813,27909646,27922874,27929672,27929747,27947606,27950729,27959500,27971858,27972049,27972242,27972392,2797262', 'assoc_port': '27387806:27388100,27387810:27388233,27391358:27391793,27395953:27396193,27403868:27404272,27405483:27405731,27409030:27409450,27413357:27413498,27414375:27414618,27415525:27415753,27417944:27418193,27442369:27442745,27444089:27444236,27444957:27445112,27444958:27446277,27447678:27448038,27449556:27449795,27451941:27452058,27455145:27455568,27473891:27474325,27478027:27478640,27484302:27484820,27487693:27487720,27491434:27491788,27494005:27494453,27498534:27498720,27500783:27501069,27508383:27508538,27552582:27601684,27612834:27613100,27630010:27630475,27632604:27633085,27633566:27638158,27633623:27634206,27633652:27634042,27634487:27634913,27642739:27642954,27645058:27645509,27646354:27646744,27651911:27652468,27654132:27656799,27661886:27662202,27661889:27662341,27682148:27683750,27682204:27683388,27687827:27698167,27688001:27688746,27691412:27691960,27697880:27698535,27703255:27703875,27711664:27712051,27716353:27716536,27720163:27720280,27724176:27724319,27724811:27725860,27724831:27725770,27724847:2772545', 'assoc_mat': '27387806:film_plastique:4461:27388100,27387810:film_plastique:4461:27388233,27391358:film_plastique:4461:27391793,27395953:film_plastique:4461:27396193,27403868:film_plastique:4461:27404272,27405483:film_plastique:4461:27405731,27409030:film_plastique:4461:27409450,27413357:film_plastique:4461:27413498,27414375:film_plastique:4461:27414618,27415525:film_plastique:4461:27415753,27417944:film_plastique:4461:27418193,27442369:film_plastique:4461:27442745,27444089:film_plastique:4461:27444236,27444957:film_plastique:4461:27445112,27444958:film_plastique:4461:27446277,27447678:film_plastique:4461:27448038,27449556:film_plastique:4461:27449795,27451941:film_plastique:4461:27452058,27455145:film_plastique:4461:27455568,27473891:film_plastique:4461:27474325,27478027:film_plastique:4461:27478640,27484302:film_plastique:4461:27484820,27487693:film_plastique:4461:27487720,27491434:film_plastique:4461:27491788,27494005:film_plastique:4461:27494453,27498534:film_plastique:4461:27498720,27500783:film_plastique:4461:2750106'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0199454824626719, 'nb_photo': 2493, 'list_port_cont': '27388206,27398848,27403983,27404226,27406715,27407036,27409262,27413529,27413683,27413992,27415630,27418264,27441473,27442671,27443845,27445181,27445302,27445355,27448017,27449656,27450579,27452170,27455385,27455748,27458214,27474387,27476760,27481189,27481261,27484655,27486063,27490481,27491712,27494189,27494482,27497731,27498627,27500961,27503434,27503561,27507906,27507943,27583568,27613062,27623306,27623625,27632923,27633279,27633722,27633985,27634853,27635375,27635587,27636258,27636461,27636726,27640881,27641239,27643820,27643889,27650037,27650199,27652359,27653327,27654265,27657711,27660793,27683006,27688382,27688888,27688932,27689720,27692006,27695424,27698297,27703634,27703759,27704226,27716433,27716599,27720105,27720221,27723226,27723408,27724354,27725046,27725099,27725506,27725637,27725668,27725715,27726190,27729311,27731030,27732499,27732528,27733983,27735079,27735519,27735590,27741841,27741924,27742065,27742210,27742868,27742882,27748524,27748587,27748765,27749014,27749819,27752964,27757125,2776105', 'assoc_port': '27387812:27388206,27398487:27398848,27403860:27404226,27403866:27403983,27406521:27407036,27406526:27406715,27409024:27409262,27413328:27413992,27413331:27413683,27413361:27413529,27415496:27415630,27417932:27418264,27441327:27441473,27442370:27442671,27443683:27443845,27444952:27445302,27444953:27445355,27444954:27445181,27447683:27448017,27449554:27449656,27450402:27450579,27451943:27452170,27455125:27455748,27455140:27455385,27458101:27458214,27473893:27474387,27476459:27476760,27480971:27481261,27480974:27481189,27484307:27484655,27485664:27486063,27490305:27490481,27491432:27491712,27493995:27494482,27493999:27494189,27497512:27497731,27498561:27498627,27500780:27500961,27503284:27503561,27503310:27503434,27507872:27507943,27507874:27507906,27552562:27583568,27612823:27623625,27612827:27623306,27612836:27613062,27632498:27636258,27632554:27635587,27632568:27633279,27632602:27633722,27632631:27632923,27633617:27635375,27633659:27633985,27634467:27634853,27636068:27636726,27636070:27636461,27640534:2764088', 'assoc_mat': '27387812:film_plastique:4200:27388206,27398487:film_plastique:4200:27398848,27403860:film_plastique:4200:27404226,27403866:film_plastique:4200:27403983,27406521:film_plastique:4200:27407036,27406526:film_plastique:4200:27406715,27409024:film_plastique:4200:27409262,27413328:film_plastique:4200:27413992,27413331:film_plastique:4200:27413683,27413361:film_plastique:4200:27413529,27415496:film_plastique:4200:27415630,27417932:film_plastique:4200:27418264,27441327:film_plastique:4200:27441473,27442370:film_plastique:4200:27442671,27443683:film_plastique:4200:27443845,27444952:film_plastique:4200:27445302,27444953:film_plastique:4200:27445355,27444954:film_plastique:4200:27445181,27447683:film_plastique:4200:27448017,27449554:film_plastique:4200:27449656,27450402:film_plastique:4200:27450579,27451943:film_plastique:4200:27452170,27455125:film_plastique:4200:27455748,27455140:film_plastique:4200:27455385,27458101:film_plastique:4200:27458214,27473893:film_plastique:4200:27474387,27476459:film_plastique:4200:2747676'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007548436302299842, 'nb_photo': 258, 'list_port_cont': '27396113,27403903,27415672,27419066,27443777,27455440,27476859,27485933,27488958,27494325,27499335,27500924,27501809,27507914,27583802,27633934,27646615,27660691,27662138,27662318,27683183,27695341,27713917,27715184,27716487,27725022,27728144,27731836,27734935,27735099,27741887,27748752,27748994,27749908,27778525,27783993,27784425,27784504,27784523,27811605,27824425,27832956,27836440,27841643,27868721,27880551,27883773,27909619,27909807,27931017,27941245,27941288,27941358,27948203,27948236,27959288,27961234,27971435,27971744,27972461,28002134,28007374,28010206,28010480,28010699,28011055,28011631,28012272,28012606,28013086,28013293,28013478,28014080,28016351,28017084,28018780,28020013,28021410,28024274,28024529,28026129,28034842,28035406,28041238,28041649,28042003,28044489,28044717,28056141,28056281,28056310,28056402,28056691,28056785,28057051,28057070,28057655,28057788,28059227,28062181,28072121,28072283,28072329,28072398,28072404,28072633,28073774,28090691,28090809,28112216', 'assoc_port': '27395955:27396113,27403864:27403903,27415498:27415672,27418933:27419066,27443663:27443777,27455134:27455440,27476481:27476859,27485654:27485933,27488571:27488958,27494003:27494325,27499188:27499335,27500776:27500924,27501601:27501809,27507876:27507914,27552578:27583802,27633572:27633934,27646358:27646615,27660423:27660691,27661917:27662318,27661922:27662138,27682189:27683183,27694857:27695341,27713800:27713917,27714913:27715184,27716350:27716487,27724895:27725022,27727893:27728144,27731645:27731836,27734823:27735099,27734825:27734935,27741726:27741887,27748673:27748752,27748907:27748994,27749738:27749908,27778496:27778525,27783599:27784504,27783607:27784523,27783667:27784425,27783708:27783993,27811395:27811605,27824316:27824425,27832769:27832956,27836294:27836440,27841393:27841643,27868603:27868721,27871505:27880551,27883597:27883773,27908561:27909807,27908571:27909619,27908849:28021410,27930824:27931017,27940988:27941358,27940997:27941288,27941001:27941245,27948041:27948203,27948042:27948236,27958869:2795928', 'assoc_mat': '27395955:film_plastique:4209:27396113,27403864:film_plastique:4209:27403903,27415498:film_plastique:4209:27415672,27418933:film_plastique:4209:27419066,27443663:film_plastique:4209:27443777,27455134:film_plastique:4209:27455440,27476481:film_plastique:4209:27476859,27485654:film_plastique:4209:27485933,27488571:film_plastique:4209:27488958,27494003:film_plastique:4209:27494325,27499188:film_plastique:4209:27499335,27500776:film_plastique:4209:27500924,27501601:film_plastique:4209:27501809,27507876:film_plastique:4209:27507914,27552578:film_plastique:4209:27583802,27633572:film_plastique:4209:27633934,27646358:film_plastique:4209:27646615,27660423:film_plastique:4209:27660691,27661917:film_plastique:4209:27662318,27661922:film_plastique:4209:27662138,27682189:film_plastique:4209:27683183,27694857:film_plastique:4209:27695341,27713800:film_plastique:4209:27713917,27714913:film_plastique:4209:27715184,27716350:film_plastique:4209:27716487,27724895:film_plastique:4209:27725022,27727893:film_plastique:4209:2772814'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00620259037328401, 'nb_photo': 19060, 'list_port_cont': '27388307,27388978,27391771,27395052,27395574,27396051,27399171,27400651,27404170,27404509,27407301,27409711,27413749,27414083,27418357,27418557,27419051,27419655,27436599,27439659,27441492,27442827,27443939,27444754,27445257,27446694,27447973,27450024,27452244,27452527,27452947,27455786,27458178,27464047,27474744,27477330,27477645,27478686,27481152,27484893,27486256,27488115,27489098,27490680,27492203,27492521,27494250,27497842,27498819,27499279,27501096,27501364,27501992,27503671,27503704,27508642,27597693,27598301,27606220,27623571,27623686,27624388,27624520,27625433,27628688,27629204,27631188,27632109,27633342,27633633,27634616,27634891,27636136,27636905,27638079,27641473,27641856,27642558,27643074,27643666,27643968,27644130,27644583,27645146,27646424,27646777,27647837,27650350,27654499,27654819,27657959,27658564,27660882,27662515,27685110,27685401,27686873,27688673,27689541,27689777,27691042,27692591,27693404,27695669,27697025,27697567,27698375,27700581,27700927,27703745,27706658,27709254,27712254,2771255', 'assoc_port': '27387817:27388978,27387820:27388307,27391353:27391771,27394662:27396051,27394664:27395574,27394665:27395052,27398433:27400651,27398489:27399171,27403859:27404509,27403867:27404170,27406529:27407301,27409036:27409711,27413329:27414083,27413362:27413749,27417934:27419655,27417938:27419051,27417940:27418557,27417943:27418357,27435758:27436599,27439190:27439659,27441326:27441492,27442333:27442827,27443682:27443939,27444703:27444754,27444956:27445257,27446536:27446694,27447686:27447973,27449558:27450024,27451939:27452947,27451942:27452244,27451944:27452527,27455142:27455786,27458102:27458178,27463792:27464047,27473889:27474744,27476439:27477645,27476462:27477330,27478024:27478686,27480972:27481152,27484305:27484893,27485659:27486256,27487692:27488115,27488597:27489098,27490304:27490680,27491433:27492521,27491435:27492203,27493997:27494250,27497513:27497842,27498535:27498819,27499185:27499279,27500781:27501364,27500785:27501096,27501599:27501992,27503311:27503704,27503313:27503671,27508381:27508642,27552556:2759769', 'assoc_mat': '27387817:film_plastique:4211:27388978,27387820:film_plastique:4211:27388307,27391353:film_plastique:4211:27391771,27394662:film_plastique:4211:27396051,27394664:film_plastique:4211:27395574,27394665:film_plastique:4211:27395052,27398433:film_plastique:4211:27400651,27398489:film_plastique:4211:27399171,27403859:film_plastique:4211:27404509,27403867:film_plastique:4211:27404170,27406529:film_plastique:4211:27407301,27409036:film_plastique:4211:27409711,27413329:film_plastique:4211:27414083,27413362:film_plastique:4211:27413749,27417934:film_plastique:4211:27419655,27417938:film_plastique:4211:27419051,27417940:film_plastique:4211:27418557,27417943:film_plastique:4211:27418357,27435758:film_plastique:4211:27436599,27439190:film_plastique:4211:27439659,27441326:film_plastique:4211:27441492,27442333:film_plastique:4211:27442827,27443682:film_plastique:4211:27443939,27444703:film_plastique:4211:27444754,27444956:film_plastique:4211:27445257,27446536:film_plastique:4211:27446694,27447686:film_plastique:4211:2744797'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '27456983,27656506', 'assoc_port': '27447657:27456983,27632560:27656506', 'assoc_mat': '27447657:kraft:4205:27456983,27632560:kraft:4205:27656506'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006845083549875451, 'nb_photo': 2, 'list_port_cont': '27725896', 'assoc_port': '27724817:27725896', 'assoc_mat': '27724817:kraft:4203:27725896'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002074460989874949, 'nb_photo': 9, 'list_port_cont': '27726317,27791685,27892455,27909316,28031627,28050266,28051674', 'assoc_port': '27724827:27726317,27791447:27791685,27883599:27892455,27900879:27909316,27970906:28031627,28008620:28050266,28009528:28051674', 'assoc_mat': '27724827:kraft:4207:27726317,27791447:kraft:4207:27791685,27883599:kraft:4207:27892455,27900879:kraft:4207:27909316,27970906:kraft:4207:28031627,28008620:kraft:4207:28050266,28009528:kraft:4207:28051674'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '27388240', 'assoc_port': '27387810:27388240', 'assoc_mat': '27387810:kraft:4461:27388240'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0027207416927721704, 'nb_photo': 2, 'list_port_cont': '28057049', 'assoc_port': '28055965:28057049', 'assoc_mat': '28055965:kraft:4209:28057049'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0034498168782289814, 'nb_photo': 16, 'list_port_cont': '27409547,27724204,27748975,27939774,27943649,27971291,27973444,28010937,28013187,28018231,28037352,28073099', 'assoc_port': '27409008:27409547,27724179:27724204,27748890:27748975,27908715:28018231,27939624:27939774,27943511:27943649,27970591:27973444,27970913:27971291,28008659:28037352,28010259:28010937,28012537:28013187,28072024:28073099', 'assoc_mat': '27409008:kraft:3726:27409547,27724179:kraft:3726:27724204,27748890:kraft:3726:27748975,27908715:kraft:3726:28018231,27939624:kraft:3726:27939774,27943511:kraft:3726:27943649,27970591:kraft:3726:27973444,27970913:kraft:3726:27971291,28008659:kraft:3726:28037352,28010259:kraft:3726:28010937,28012537:kraft:3726:28013187,28072024:kraft:3726:28073099'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042740196839979487, 'nb_photo': 4, 'list_port_cont': '27826189,28030904,28049718,28053870', 'assoc_port': '27825814:27826189,28010195:28053870,28011670:28049718,28029995:28030904', 'assoc_mat': '27825814:kraft:4211:27826189,28010195:kraft:4211:28053870,28011670:kraft:4211:28049718,28029995:kraft:4211:28030904'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9484201622310402, 'nb_photo': 95, 'list_port_cont': '27411220,27456990,27498493,27656500,27690749,27717958,27742234,27764184,27772645,27796224,27835265,27836110,27912049,27947796,27953206,28023817,28025769,28030973,28054016,28054875,28055047,28056651,28058077', 'assoc_port': '27403861:27411220,27447657:27456990,27497510:27498493,27632560:27656500,27643654:27690749,27708723:27717958,27741703:27742234,27755172:27764184,27758988:27772645,27796153:27796224,27835201:27835265,27835204:27836110,27900926:27912049,27909294:28025769,27947304:27947796,27952837:27953206,27970896:28030973,28010398:28054875,28010400:28055047,28011647:28056651,28015478:28023817,28024265:28054016,28055935:28058077', 'assoc_mat': '27403861:metal:4205:27411220,27447657:metal:4205:27456990,27497510:metal:4205:27498493,27632560:metal:4205:27656500,27643654:metal:4205:27690749,27708723:metal:4205:27717958,27741703:metal:4205:27742234,27755172:metal:4205:27764184,27758988:metal:4205:27772645,27796153:metal:4205:27796224,27835201:metal:4205:27835265,27835204:metal:4205:27836110,27900926:metal:4205:27912049,27909294:metal:4205:28025769,27947304:metal:4205:27947796,27952837:metal:4205:27953206,27970896:metal:4205:28030973,28010398:metal:4205:28054875,28010400:metal:4205:28055047,28011647:metal:4205:28056651,28015478:metal:4205:28023817,28024265:metal:4205:28054016,28055935:metal:4205:28058077'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01962044325146126, 'nb_photo': 1904, 'list_port_cont': '27411784,27416410,27450161,27458148,27458634,27496626,27496839,27505707,27599127,27599996,27636549,27659028,27687207,27693188,27693899,27695935,27703788,27708564,27715753,27725928,27726047,27727840,27732136,27735309,27742958,27749053,27757547,27775788,27821692,27831196,27831616,27832155,27844456,27865313,27865495,27893742,27912547,27945753,27953136,27964503,27964990,28024005,28024890,28026054,28028270,28029962,28032102,28043326,28043522,28045857,28046983,28049852,28051799,28052296,28054082,28054843,28055313,28055724,28056974,28057100,28057220,28057288,28057971,28058004,28058098,28061012,28066560,28066595,28072666,28072716,28092381,28173317', 'assoc_port': '27403862:27411784,27413358:27416410,27441324:27450161,27448202:27458148,27455138:27458634,27490307:27496626,27491431:27496839,27500774:27505707,27552595:27599127,27552601:27599996,27612832:27636549,27630006:27693899,27633661:27659028,27640535:27687207,27649744:27693188,27661919:27695935,27691375:27708564,27703265:27703788,27713799:27715753,27724863:27726047,27724865:27725928,27727569:27727840,27731643:27732136,27734822:27735309,27741731:27742958,27748678:27749053,27756982:27757547,27770884:27775788,27803073:27831196,27811399:27821692,27825815:27832155,27831391:27831616,27837924:27844456,27861240:27893742,27861242:27865313,27861247:27865495,27900895:27912547,27900932:27964990,27900933:27964503,27909302:28026054,27940996:27945753,27950167:27953136,27970549:28028270,27970685:28029962,27970904:28032102,28008294:28046983,28008523:28049852,28008637:28043326,28008641:28043522,28009581:28052296,28009773:28066595,28010039:28054082,28010237:28054843,28010428:28055313,28010596:28055724,28011453:28056974,28011657:2805728', 'assoc_mat': '27403862:metal:4203:27411784,27413358:metal:4203:27416410,27441324:metal:4203:27450161,27448202:metal:4203:27458148,27455138:metal:4203:27458634,27490307:metal:4203:27496626,27491431:metal:4203:27496839,27500774:metal:4203:27505707,27552595:metal:4203:27599127,27552601:metal:4203:27599996,27612832:metal:4203:27636549,27630006:metal:4203:27693899,27633661:metal:4203:27659028,27640535:metal:4203:27687207,27649744:metal:4203:27693188,27661919:metal:4203:27695935,27691375:metal:4203:27708564,27703265:metal:4203:27703788,27713799:metal:4203:27715753,27724863:metal:4203:27726047,27724865:metal:4203:27725928,27727569:metal:4203:27727840,27731643:metal:4203:27732136,27734822:metal:4203:27735309,27741731:metal:4203:27742958,27748678:metal:4203:27749053,27756982:metal:4203:27757547,27770884:metal:4203:27775788,27803073:metal:4203:27831196,27811399:metal:4203:27821692,27825815:metal:4203:27832155,27831391:metal:4203:27831616,27837924:metal:4203:27844456,27861240:metal:4203:27893742,27861242:metal:4203:27865313,27861247:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.01233610908487579, 'nb_photo': 1260, 'list_port_cont': '27388151,27391570,27397021,27398608,27403873,27405556,27408431,27409091,27411893,27415360,27415556,27418140,27419406,27439396,27442528,27443753,27444987,27447758,27448211,27449616,27450469,27452008,27455211,27456543,27458134,27462485,27476679,27478216,27481089,27485845,27487938,27488704,27490187,27490413,27494093,27497578,27498409,27500843,27501693,27504190,27507883,27557586,27561838,27562346,27612933,27613917,27615598,27627485,27630223,27631652,27632804,27633837,27636282,27643738,27644691,27645173,27646973,27649851,27652021,27654016,27654147,27656334,27656897,27657606,27657873,27658116,27658426,27660476,27683837,27688197,27696569,27697303,27698079,27699305,27702492,27702710,27702968,27703358,27705881,27706036,27706247,27706301,27707209,27708843,27709189,27711722,27713844,27714995,27716407,27717108,27723635,27724273,27724929,27724967,27725070,27725602,27725705,27725817,27725839,27726930,27727189,27727587,27728078,27728392,27729717,27730904,27731758,27732326,27733601,27733918,27734106,27734884,27735438,2773933', 'assoc_port': '27387814:27388151,27391360:27391570,27395949:27397021,27398480:27398608,27403863:27403873,27405485:27405556,27406518:27408431,27409010:27411893,27409033:27409091,27413330:27415360,27415524:27415556,27417937:27419406,27417942:27418140,27439192:27439396,27442334:27442528,27443662:27443753,27444955:27444987,27447685:27447758,27448205:27448211,27449557:27449616,27450403:27450469,27451940:27452008,27455132:27456543,27455144:27455211,27458103:27458134,27462446:27462485,27476433:27476679,27478021:27478216,27480978:27481089,27485657:27485845,27487666:27490187,27487691:27487938,27488596:27488704,27490306:27490413,27494001:27494093,27497508:27498409,27497515:27497578,27500778:27500843,27501605:27501693,27503283:27504190,27507877:27507883,27552566:27562346,27552576:27561838,27552592:27557586,27612819:27615598,27612833:27613917,27612839:27612933,27627421:27627485,27630012:27630223,27631524:27631652,27632528:27656334,27632565:27656897,27632611:27632804,27633569:27657873,27633621:27658116,27633643:27658426,27633656:2763383', 'assoc_mat': '27387814:metal:4207:27388151,27391360:metal:4207:27391570,27395949:metal:4207:27397021,27398480:metal:4207:27398608,27403863:metal:4207:27403873,27405485:metal:4207:27405556,27406518:metal:4207:27408431,27409010:metal:4207:27411893,27409033:metal:4207:27409091,27413330:metal:4207:27415360,27415524:metal:4207:27415556,27417937:metal:4207:27419406,27417942:metal:4207:27418140,27439192:metal:4207:27439396,27442334:metal:4207:27442528,27443662:metal:4207:27443753,27444955:metal:4207:27444987,27447685:metal:4207:27447758,27448205:metal:4207:27448211,27449557:metal:4207:27449616,27450403:metal:4207:27450469,27451940:metal:4207:27452008,27455132:metal:4207:27456543,27455144:metal:4207:27455211,27458103:metal:4207:27458134,27462446:metal:4207:27462485,27476433:metal:4207:27476679,27478021:metal:4207:27478216,27480978:metal:4207:27481089,27485657:metal:4207:27485845,27487666:metal:4207:27490187,27487691:metal:4207:27487938,27488596:metal:4207:27488704,27490306:metal:4207:27490413,27494001:metal:4207:27494093,27497508:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003991134459236844, 'nb_photo': 38, 'list_port_cont': '27388114,27391798,27396185,27448048,27474329,27484808,27601678,27634204,27683746,27698164,27712049,27724321,27725141,27749167,27806384,27831509,27835709,27922868,27959502,27972039,27973806,28010085,28010621,28012225,28017946,28022625,28023368,28024440,28025067,28025803,28042396,28056557,28057503,28132307', 'assoc_port': '27387806:27388114,27391358:27391798,27395953:27396185,27447678:27448048,27473891:27474329,27484302:27484808,27552582:27601678,27633623:27634204,27682148:27683746,27687827:27698164,27711664:27712049,27724176:27724321,27724894:27725141,27748908:27749167,27805993:27806384,27831394:27831509,27835208:27835709,27922625:27922868,27958866:27959502,27970582:27973806,27970829:27972039,28008199:28042396,28008338:28010085,28009706:28025803,28009977:28010621,28010133:28024440,28010174:28022625,28010396:28012225,28010588:28023368,28011433:28025067,28015176:28017946,28055922:28057503,28056178:28056557,28090432:28132307', 'assoc_mat': '27387806:metal:4461:27388114,27391358:metal:4461:27391798,27395953:metal:4461:27396185,27447678:metal:4461:27448048,27473891:metal:4461:27474329,27484302:metal:4461:27484808,27552582:metal:4461:27601678,27633623:metal:4461:27634204,27682148:metal:4461:27683746,27687827:metal:4461:27698164,27711664:metal:4461:27712049,27724176:metal:4461:27724321,27724894:metal:4461:27725141,27748908:metal:4461:27749167,27805993:metal:4461:27806384,27831394:metal:4461:27831509,27835208:metal:4461:27835709,27922625:metal:4461:27922868,27958866:metal:4461:27959502,27970582:metal:4461:27973806,27970829:metal:4461:27972039,28008199:metal:4461:28042396,28008338:metal:4461:28010085,28009706:metal:4461:28025803,28009977:metal:4461:28010621,28010133:metal:4461:28024440,28010174:metal:4461:28022625,28010396:metal:4461:28012225,28010588:metal:4461:28023368,28011433:metal:4461:28025067,28015176:metal:4461:28017946,28055922:metal:4461:28057503,28056178:metal:4461:28056557,28090432:metal:4461:28132307'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010775944226241767, 'nb_photo': 34, 'list_port_cont': '27403975,27409263,27415615,27445299,27448018,27497720,27503435,27633991,27643811,27688898,27720107,27720224,27731043,27735509,27742883,27831483,27909715,27941332,27973904,27975306,28020331,28023116,28026352,28028457,28028782,28031240,28039167', 'assoc_port': '27403866:27403975,27409024:27409263,27415496:27415615,27444952:27445299,27447683:27448018,27497512:27497720,27503310:27503435,27633659:27633991,27643675:27643811,27687932:27688898,27714917:27720107,27720138:27720224,27730865:27731043,27735404:27735509,27741735:27742883,27831387:27831483,27900887:27909715,27908953:28020331,27940992:27941332,27970533:27975306,27970679:27973904,28009509:28031240,28009742:28039167,28009926:28028782,28010114:28028457,28010134:28026352,28015177:28023116', 'assoc_mat': '27403866:metal:4200:27403975,27409024:metal:4200:27409263,27415496:metal:4200:27415615,27444952:metal:4200:27445299,27447683:metal:4200:27448018,27497512:metal:4200:27497720,27503310:metal:4200:27503435,27633659:metal:4200:27633991,27643675:metal:4200:27643811,27687932:metal:4200:27688898,27714917:metal:4200:27720107,27720138:metal:4200:27720224,27730865:metal:4200:27731043,27735404:metal:4200:27735509,27741735:metal:4200:27742883,27831387:metal:4200:27831483,27900887:metal:4200:27909715,27908953:metal:4200:28020331,27940992:metal:4200:27941332,27970533:metal:4200:27975306,27970679:metal:4200:27973904,28009509:metal:4200:28031240,28009742:metal:4200:28039167,28009926:metal:4200:28028782,28010114:metal:4200:28028457,28010134:metal:4200:28026352,28015177:metal:4200:28023116'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01763850589917669, 'nb_photo': 208, 'list_port_cont': '27396116,27403907,27410544,27476857,27485919,27488963,27494318,27499343,27501808,27507916,27583799,27583944,27633944,27634744,27646624,27660681,27662134,27662322,27683182,27699237,27713922,27715176,27716493,27724296,27728139,27731838,27735087,27748748,27749915,27778515,27783999,27788584,27811610,27824421,27828300,27832964,27836446,27841651,27863262,27868725,27880542,27908981,27909618,27909822,27931025,27941292,27941362,27948213,27959289,27961214,27972076,27972459,28009202,28010200,28010497,28011062,28011628,28011925,28012599,28013076,28013474,28014096,28015882,28017089,28018785,28019175,28019253,28020017,28021412,28024278,28026121,28034840,28041235,28041654,28041948,28042002,28044498,28044710,28056040,28056138,28056156,28056271,28056292,28056700,28056787,28057056,28057442,28057658,28057785,28059212,28072130,28072145,28072274,28072319,28072390,28072417,28072645,28073768,28090684,28112217', 'assoc_port': '27395955:27396116,27403864:27403907,27410308:27410544,27476481:27476857,27485654:27485919,27488571:27488963,27494003:27494318,27499188:27499343,27501601:27501808,27507876:27507916,27552564:27583944,27552578:27583799,27633572:27633944,27634471:27634744,27646358:27646624,27660423:27660681,27661917:27662322,27661922:27662134,27682189:27683182,27699100:27699237,27713800:27713922,27714913:27715176,27716350:27716493,27724171:27724296,27727893:27728139,27731645:27731838,27734823:27735087,27748673:27748748,27749738:27749915,27778496:27778515,27783708:27783999,27788331:27788584,27811395:27811610,27824316:27824421,27828079:27828300,27832769:27832964,27836294:27836446,27841393:27841651,27863028:27863262,27868603:27868725,27871505:27880542,27908561:27909822,27908571:27909618,27908584:27908981,27908849:28021412,27930824:27931025,27940988:27941362,27940997:27941292,27948041:27948213,27958869:27959289,27960619:27961214,27970553:27972459,27970555:27972076,28008248:28020017,28008296:28019175,28008336:28010200,28008607:2800920', 'assoc_mat': '27395955:metal:4209:27396116,27403864:metal:4209:27403907,27410308:metal:4209:27410544,27476481:metal:4209:27476857,27485654:metal:4209:27485919,27488571:metal:4209:27488963,27494003:metal:4209:27494318,27499188:metal:4209:27499343,27501601:metal:4209:27501808,27507876:metal:4209:27507916,27552564:metal:4209:27583944,27552578:metal:4209:27583799,27633572:metal:4209:27633944,27634471:metal:4209:27634744,27646358:metal:4209:27646624,27660423:metal:4209:27660681,27661917:metal:4209:27662322,27661922:metal:4209:27662134,27682189:metal:4209:27683182,27699100:metal:4209:27699237,27713800:metal:4209:27713922,27714913:metal:4209:27715176,27716350:metal:4209:27716493,27724171:metal:4209:27724296,27727893:metal:4209:27728139,27731645:metal:4209:27731838,27734823:metal:4209:27735087,27748673:metal:4209:27748748,27749738:metal:4209:27749915,27778496:metal:4209:27778515,27783708:metal:4209:27783999,27788331:metal:4209:27788584,27811395:metal:4209:27811610,27824316:metal:4209:27824421,27828079:metal:4209:27828300,27832769:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0030594654474579825, 'nb_photo': 436, 'list_port_cont': '27388981,27391763,27396043,27399182,27400654,27404169,27404495,27409699,27413753,27414074,27419052,27419657,27436610,27439655,27442825,27443936,27444763,27450017,27452253,27452939,27464039,27484888,27486250,27489099,27492196,27492520,27497834,27499292,27501094,27502005,27503670,27508641,27597706,27606218,27623557,27624529,27628698,27629209,27632098,27633333,27633637,27634607,27634902,27636897,27638071,27641841,27642564,27643971,27644128,27645141,27646768,27650351,27654812,27662518,27685108,27686874,27688678,27689763,27691044,27692598,27695668,27697557,27698376,27700933,27703744,27709255,27712551,27714134,27717375,27723961,27724494,27725107,27725482,27725944,27726142,27726247,27726459,27727178,27727649,27727683,27729459,27732093,27732579,27734126,27735105,27735473,27741859,27742006,27742103,27742201,27742300,27742938,27748863,27749125,27749341,27749576,27750024,27753120,27756130,27757316,27763674,27768092,27769908,27770415,27783903,27786687,27787282,27796408,27796445,27802145,27802783,27804852,27805121,2780583', 'assoc_port': '27387817:27388981,27391353:27391763,27394662:27396043,27398433:27400654,27398489:27399182,27403859:27404495,27403867:27404169,27409036:27409699,27413329:27414074,27413362:27413753,27417934:27419657,27417938:27419052,27435758:27436610,27439190:27439655,27442333:27442825,27443682:27443936,27444703:27444763,27449558:27450017,27451939:27452939,27451942:27452253,27463792:27464039,27484305:27484888,27485659:27486250,27488597:27489099,27491433:27492520,27491435:27492196,27497513:27497834,27499185:27499292,27500785:27501094,27501599:27502005,27503313:27503670,27508381:27508641,27552556:27597706,27552572:27606218,27612829:27624529,27612864:27623557,27627416:27629209,27627423:27628698,27631519:27632098,27632563:27645141,27632628:27633637,27632633:27633333,27633575:27642564,27633647:27634607,27634469:27634902,27636063:27638071,27636066:27636897,27641144:27641841,27643652:27644128,27643674:27643971,27646363:27646768,27649740:27650351,27654129:27654812,27661884:27662518,27663936:27697557,27682164:27686874,27682212:2768510', 'assoc_mat': '27387817:metal:4211:27388981,27391353:metal:4211:27391763,27394662:metal:4211:27396043,27398433:metal:4211:27400654,27398489:metal:4211:27399182,27403859:metal:4211:27404495,27403867:metal:4211:27404169,27409036:metal:4211:27409699,27413329:metal:4211:27414074,27413362:metal:4211:27413753,27417934:metal:4211:27419657,27417938:metal:4211:27419052,27435758:metal:4211:27436610,27439190:metal:4211:27439655,27442333:metal:4211:27442825,27443682:metal:4211:27443936,27444703:metal:4211:27444763,27449558:metal:4211:27450017,27451939:metal:4211:27452939,27451942:metal:4211:27452253,27463792:metal:4211:27464039,27484305:metal:4211:27484888,27485659:metal:4211:27486250,27488597:metal:4211:27489099,27491433:metal:4211:27492520,27491435:metal:4211:27492196,27497513:metal:4211:27497834,27499185:metal:4211:27499292,27500785:metal:4211:27501094,27501599:metal:4211:27502005,27503313:metal:4211:27503670,27508381:metal:4211:27508641,27552556:metal:4211:27597706,27552572:metal:4211:27606218,27612829:metal:4211:27624529,27612864:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008875390882142378, 'nb_photo': 4, 'list_port_cont': '27910304,27944253', 'assoc_port': '27900929:27910304,27943509:27944253', 'assoc_mat': '27900929:metal:3327:27910304,27943509:metal:3327:27944253'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0013464287709556108, 'nb_photo': 365, 'list_port_cont': '27404058,27409520,27414661,27418161,27450448,27464131,27486197,27508693,27553039,27554038,27554361,27613072,27628075,27636659,27645925,27646634,27654633,27664179,27682647,27698730,27706808,27725255,27725806,27725972,27726226,27726383,27726821,27727621,27727957,27729856,27732111,27735326,27736256,27737933,27742112,27742354,27742381,27742399,27749010,27755743,27757358,27761314,27763585,27764520,27767568,27784383,27796390,27800352,27803395,27806412,27808949,27826545,27832602,27834111,27841655,27842077,27846845,27884234,27909959,27910421,27929184,27959454,27972837,27972936,27975685,28009263,28009918,28010451,28016214,28016469,28019304,28022046,28022558,28023639,28023917,28024190,28024852,28025346,28026337,28026703,28026872,28031007,28041836,28045395,28047562,28051569,28056933,28057238,28057808,28059852,28090622,28099881', 'assoc_port': '27403865:27404058,27409027:27409520,27414376:27414661,27417933:27418161,27448207:27450448,27463791:27464131,27485662:27486197,27507873:27508693,27552560:27554361,27552574:27554038,27552604:27553039,27612831:27613072,27627402:27628075,27632551:27636659,27643653:27645925,27646360:27646634,27654127:27654633,27663915:27664179,27682161:27682647,27691360:27698730,27706165:27706808,27724169:27727621,27724821:27727957,27724825:27725972,27724829:27726383,27724843:27726226,27724850:27725806,27724856:27725255,27724867:27726821,27729672:27729856,27731649:27732111,27733808:27735326,27734824:27736256,27737899:27737933,27741689:27742112,27741708:27742381,27741710:27742399,27741724:27742354,27748892:27749010,27755174:27755743,27756978:27757358,27760561:27764520,27760569:27761314,27763194:27763585,27767020:27767568,27783676:27784383,27796154:27796390,27799179:27800352,27803074:27803395,27805992:27806412,27808399:27808949,27826416:27826545,27831386:27832602,27833947:27834111,27841363:27841655,27841364:27842077,27843844:2784684', 'assoc_mat': '27403865:metal:3594:27404058,27409027:metal:3594:27409520,27414376:metal:3594:27414661,27417933:metal:3594:27418161,27448207:metal:3594:27450448,27463791:metal:3594:27464131,27485662:metal:3594:27486197,27507873:metal:3594:27508693,27552560:metal:3594:27554361,27552574:metal:3594:27554038,27552604:metal:3594:27553039,27612831:metal:3594:27613072,27627402:metal:3594:27628075,27632551:metal:3594:27636659,27643653:metal:3594:27645925,27646360:metal:3594:27646634,27654127:metal:3594:27654633,27663915:metal:3594:27664179,27682161:metal:3594:27682647,27691360:metal:3594:27698730,27706165:metal:3594:27706808,27724169:metal:3594:27727621,27724821:metal:3594:27727957,27724825:metal:3594:27725972,27724829:metal:3594:27726383,27724843:metal:3594:27726226,27724850:metal:3594:27725806,27724856:metal:3594:27725255,27724867:metal:3594:27726821,27729672:metal:3594:27729856,27731649:metal:3594:27732111,27733808:metal:3594:27735326,27734824:metal:3594:27736256,27737899:metal:3594:27737933,27741689:metal:3594:27742112,27741708:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.021818694047158107, 'nb_photo': 240, 'list_port_cont': '27411212,27456978,27498498,27656502,27690757,27717956,27727311,27729771,27742226,27764176,27772649,27796229,27835256,27836108,27912048,27947798,27953214,28023830,28025768,28051915,28054009,28054883,28055041,28056646,28058072', 'assoc_port': '27403861:27411212,27447657:27456978,27497510:27498498,27632560:27656502,27643654:27690757,27708723:27717956,27724848:27727311,27729673:27729771,27741703:27742226,27755172:27764176,27758988:27772649,27796153:27796229,27835201:27835256,27835204:27836108,27900926:27912048,27909294:28025768,27947304:27947798,27952837:27953214,28009556:28051915,28010398:28054883,28010400:28055041,28011647:28056646,28015478:28023830,28024265:28054009,28055935:28058072', 'assoc_mat': '27403861:papier:4205:27411212,27447657:papier:4205:27456978,27497510:papier:4205:27498498,27632560:papier:4205:27656502,27643654:papier:4205:27690757,27708723:papier:4205:27717956,27724848:papier:4205:27727311,27729673:papier:4205:27729771,27741703:papier:4205:27742226,27755172:papier:4205:27764176,27758988:papier:4205:27772649,27796153:papier:4205:27796229,27835201:papier:4205:27835256,27835204:papier:4205:27836108,27900926:papier:4205:27912048,27909294:papier:4205:28025768,27947304:papier:4205:27947798,27952837:papier:4205:27953214,28009556:papier:4205:28051915,28010398:papier:4205:28054883,28010400:papier:4205:28055041,28011647:papier:4205:28056646,28015478:papier:4205:28023830,28024265:papier:4205:28054009,28055935:papier:4205:28058072'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.028628602535231355, 'nb_photo': 10488, 'list_port_cont': '27411791,27416418,27450153,27458160,27458635,27496613,27496849,27505717,27599125,27600006,27636551,27659024,27687208,27693179,27693896,27695932,27703782,27708557,27715739,27725894,27725917,27726052,27727845,27732142,27735310,27742953,27749058,27749097,27757542,27775785,27795608,27821691,27831191,27831626,27832154,27844468,27865310,27865504,27893735,27912543,27945756,27953137,27964494,27964988,28024012,28024884,28026063,28028272,28029961,28032108,28043330,28043533,28045853,28046988,28049847,28051795,28052301,28054083,28054844,28055310,28056965,28057108,28057222,28057294,28057980,28057997,28058102,28061008,28066552,28066596,28072672,28072713,28092378,28173321', 'assoc_port': '27403862:27411791,27413358:27416418,27441324:27450153,27448202:27458160,27455138:27458635,27490307:27496613,27491431:27496849,27500774:27505717,27552595:27599125,27552601:27600006,27612832:27636551,27630006:27693896,27633661:27659024,27640535:27687208,27649744:27693179,27661919:27695932,27691375:27708557,27703265:27703782,27713799:27715739,27724817:27725894,27724863:27726052,27724865:27725917,27727569:27727845,27731643:27732142,27734822:27735310,27741731:27742953,27748678:27749058,27748679:27749097,27756982:27757542,27770884:27775785,27793956:27795608,27803073:27831191,27811399:27821691,27825815:27832154,27831391:27831626,27837924:27844468,27861240:27893735,27861242:27865310,27861247:27865504,27900895:27912543,27900932:27964988,27900933:27964494,27909302:28026063,27940996:27945756,27950167:27953137,27970549:28028272,27970685:28029961,27970904:28032108,28008294:28046988,28008523:28049847,28008637:28043330,28008641:28043533,28009581:28052301,28009773:28066596,28010039:28054083,28010237:28054844,28010428:2805531', 'assoc_mat': '27403862:papier:4203:27411791,27413358:papier:4203:27416418,27441324:papier:4203:27450153,27448202:papier:4203:27458160,27455138:papier:4203:27458635,27490307:papier:4203:27496613,27491431:papier:4203:27496849,27500774:papier:4203:27505717,27552595:papier:4203:27599125,27552601:papier:4203:27600006,27612832:papier:4203:27636551,27630006:papier:4203:27693896,27633661:papier:4203:27659024,27640535:papier:4203:27687208,27649744:papier:4203:27693179,27661919:papier:4203:27695932,27691375:papier:4203:27708557,27703265:papier:4203:27703782,27713799:papier:4203:27715739,27724817:papier:4203:27725894,27724863:papier:4203:27726052,27724865:papier:4203:27725917,27727569:papier:4203:27727845,27731643:papier:4203:27732142,27734822:papier:4203:27735310,27741731:papier:4203:27742953,27748678:papier:4203:27749058,27748679:papier:4203:27749097,27756982:papier:4203:27757542,27770884:papier:4203:27775785,27793956:papier:4203:27795608,27803073:papier:4203:27831191,27811399:papier:4203:27821691,27825815:papier:4203:27832154,2783'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.021290182817541876, 'nb_photo': 12085, 'list_port_cont': '27388148,27391569,27396018,27397017,27398612,27403871,27405553,27406639,27408432,27409097,27410411,27411896,27413432,27414565,27415359,27415564,27418141,27419399,27439406,27442524,27443745,27444150,27444996,27447759,27448222,27449614,27450462,27451587,27452002,27455203,27456537,27458137,27462486,27476686,27478219,27481083,27485843,27487933,27488714,27490176,27490406,27494105,27497577,27498397,27500829,27501689,27503364,27504185,27507885,27557593,27561262,27561843,27562348,27612932,27613914,27615106,27615602,27627490,27630227,27631656,27632790,27633838,27636290,27642784,27643746,27644693,27645165,27646974,27649844,27651326,27652026,27654021,27654149,27656344,27656885,27657611,27657870,27658107,27658420,27660482,27661970,27683839,27688195,27696574,27697308,27698065,27699301,27702489,27702720,27702971,27703373,27704729,27705885,27706029,27706250,27706300,27707198,27708850,27709201,27711727,27713832,27714998,27716401,27717102,27723632,27724267,27724941,27724965,27725081,27725603,27725700,27725815,27725845,2772633', 'assoc_port': '27387814:27388148,27391360:27391569,27395949:27397017,27395957:27396018,27398480:27398612,27403863:27403871,27405485:27405553,27406518:27408432,27406559:27406639,27409010:27411896,27409033:27409097,27410314:27410411,27413330:27415359,27413360:27414565,27413363:27413432,27415524:27415564,27417937:27419399,27417942:27418141,27439192:27439406,27442334:27442524,27443662:27443745,27444090:27444150,27444955:27444996,27447685:27447759,27448205:27448222,27449553:27451587,27449557:27449614,27450403:27450462,27451940:27452002,27455132:27456537,27455144:27455203,27458103:27458137,27462446:27462486,27476433:27476686,27478021:27478219,27480978:27481083,27485657:27485843,27487666:27490176,27487691:27487933,27488596:27488714,27490306:27490406,27494001:27494105,27497508:27498397,27497515:27497577,27500778:27500829,27501605:27501689,27503283:27504185,27503312:27503364,27507877:27507885,27552566:27562348,27552576:27561843,27552580:27561262,27552592:27557593,27612819:27615602,27612821:27615106,27612833:27613914,27612839:2761293', 'assoc_mat': '27387814:papier:4207:27388148,27391360:papier:4207:27391569,27395949:papier:4207:27397017,27395957:papier:4207:27396018,27398480:papier:4207:27398612,27403863:papier:4207:27403871,27405485:papier:4207:27405553,27406518:papier:4207:27408432,27406559:papier:4207:27406639,27409010:papier:4207:27411896,27409033:papier:4207:27409097,27410314:papier:4207:27410411,27413330:papier:4207:27415359,27413360:papier:4207:27414565,27413363:papier:4207:27413432,27415524:papier:4207:27415564,27417937:papier:4207:27419399,27417942:papier:4207:27418141,27439192:papier:4207:27439406,27442334:papier:4207:27442524,27443662:papier:4207:27443745,27444090:papier:4207:27444150,27444955:papier:4207:27444996,27447685:papier:4207:27447759,27448205:papier:4207:27448222,27449553:papier:4207:27451587,27449557:papier:4207:27449614,27450403:papier:4207:27450462,27451940:papier:4207:27452002,27455132:papier:4207:27456537,27455144:papier:4207:27455203,27458103:papier:4207:27458137,27462446:papier:4207:27462486,27476433:papier:4207:27476686,2747'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.18760391607149016, 'nb_photo': 43722, 'list_port_cont': '27388108,27388244,27391803,27396191,27404269,27405744,27409457,27413503,27414626,27415751,27418191,27442739,27444238,27445123,27446278,27448046,27449800,27452052,27455565,27474333,27478647,27484819,27487725,27491784,27494452,27498735,27501060,27508545,27601690,27613093,27630483,27633078,27634050,27634212,27634911,27638162,27642943,27645513,27646743,27652472,27656802,27662203,27662333,27683380,27683743,27688743,27691972,27698154,27698533,27703872,27712054,27716533,27720278,27724323,27725132,27725273,27725345,27725443,27725767,27725857,27728106,27729785,27731932,27733468,27735549,27741971,27742902,27742965,27748552,27749168,27749228,27749936,27751908,27763793,27767089,27767454,27769818,27778066,27788689,27790714,27794467,27804646,27804806,27806374,27809813,27819516,27825019,27826059,27828269,27829805,27831506,27832996,27835717,27839602,27846448,27861821,27867890,27879816,27884192,27884340,27902374,27903807,27909655,27922876,27929670,27929746,27947605,27950723,27959492,27971848,27972041,27972241,27972386,2797262', 'assoc_port': '27387806:27388108,27387810:27388244,27391358:27391803,27395953:27396191,27403868:27404269,27405483:27405744,27409030:27409457,27413357:27413503,27414375:27414626,27415525:27415751,27417944:27418191,27442369:27442739,27444089:27444238,27444957:27445123,27444958:27446278,27447678:27448046,27449556:27449800,27451941:27452052,27455145:27455565,27473891:27474333,27478027:27478647,27484302:27484819,27487693:27487725,27491434:27491784,27494005:27494452,27498534:27498735,27500783:27501060,27508383:27508545,27552582:27601690,27612834:27613093,27630010:27630483,27632604:27633078,27633566:27638162,27633623:27634212,27633652:27634050,27634487:27634911,27642739:27642943,27645058:27645513,27646354:27646743,27651911:27652472,27654132:27656802,27661886:27662203,27661889:27662333,27682148:27683743,27682204:27683380,27687827:27698154,27688001:27688743,27691412:27691972,27697880:27698533,27703255:27703872,27711664:27712054,27716353:27716533,27720163:27720278,27724176:27724323,27724811:27725857,27724831:27725767,27724847:2772544', 'assoc_mat': '27387806:papier:4461:27388108,27387810:papier:4461:27388244,27391358:papier:4461:27391803,27395953:papier:4461:27396191,27403868:papier:4461:27404269,27405483:papier:4461:27405744,27409030:papier:4461:27409457,27413357:papier:4461:27413503,27414375:papier:4461:27414626,27415525:papier:4461:27415751,27417944:papier:4461:27418191,27442369:papier:4461:27442739,27444089:papier:4461:27444238,27444957:papier:4461:27445123,27444958:papier:4461:27446278,27447678:papier:4461:27448046,27449556:papier:4461:27449800,27451941:papier:4461:27452052,27455145:papier:4461:27455565,27473891:papier:4461:27474333,27478027:papier:4461:27478647,27484302:papier:4461:27484819,27487693:papier:4461:27487725,27491434:papier:4461:27491784,27494005:papier:4461:27494452,27498534:papier:4461:27498735,27500783:papier:4461:27501060,27508383:papier:4461:27508545,27552582:papier:4461:27601690,27612834:papier:4461:27613093,27630010:papier:4461:27630483,27632604:papier:4461:27633078,27633566:papier:4461:27638162,27633623:papier:4461:27634212,2763'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1116671575428323, 'nb_photo': 5531, 'list_port_cont': '27388204,27391657,27398852,27403980,27404227,27406705,27407043,27409256,27413533,27413676,27413993,27415619,27418078,27418260,27441482,27442679,27443839,27445191,27445298,27445367,27448023,27448283,27449661,27450578,27452172,27455392,27455754,27458218,27474393,27476755,27481193,27481267,27484643,27486051,27490485,27491707,27494183,27494489,27497726,27498635,27500964,27503443,27503570,27507905,27507953,27583561,27613061,27623302,27623614,27632927,27633274,27633720,27633986,27634859,27635376,27635585,27636265,27636462,27636721,27640888,27641241,27643819,27643890,27650036,27650200,27652364,27653339,27654266,27657719,27660800,27683007,27688385,27688892,27688934,27689719,27692009,27695422,27698293,27703632,27703770,27704221,27716434,27716605,27720101,27720215,27723232,27723413,27724358,27725044,27725100,27725512,27725624,27725677,27725717,27726200,27729304,27729939,27731036,27732504,27732523,27733981,27735083,27735518,27735583,27741845,27741927,27742060,27742218,27742875,27742881,27748534,27748588,27748760,2774902', 'assoc_port': '27387812:27388204,27391356:27391657,27398487:27398852,27403860:27404227,27403866:27403980,27406521:27407043,27406526:27406705,27409024:27409256,27413328:27413993,27413331:27413676,27413361:27413533,27415496:27415619,27417932:27418260,27417939:27418078,27441327:27441482,27442370:27442679,27443683:27443839,27444952:27445298,27444953:27445367,27444954:27445191,27447683:27448023,27448204:27448283,27449554:27449661,27450402:27450578,27451943:27452172,27455125:27455754,27455140:27455392,27458101:27458218,27473893:27474393,27476459:27476755,27480971:27481267,27480974:27481193,27484307:27484643,27485664:27486051,27490305:27490485,27491432:27491707,27493995:27494489,27493999:27494183,27497512:27497726,27498561:27498635,27500780:27500964,27503284:27503570,27503310:27503443,27507872:27507953,27507874:27507905,27552562:27583561,27612823:27623614,27612827:27623302,27612836:27613061,27632498:27636265,27632554:27635585,27632568:27633274,27632602:27633720,27632631:27632927,27633617:27635376,27633659:27633986,27634467:2763485', 'assoc_mat': '27387812:papier:4200:27388204,27391356:papier:4200:27391657,27398487:papier:4200:27398852,27403860:papier:4200:27404227,27403866:papier:4200:27403980,27406521:papier:4200:27407043,27406526:papier:4200:27406705,27409024:papier:4200:27409256,27413328:papier:4200:27413993,27413331:papier:4200:27413676,27413361:papier:4200:27413533,27415496:papier:4200:27415619,27417932:papier:4200:27418260,27417939:papier:4200:27418078,27441327:papier:4200:27441482,27442370:papier:4200:27442679,27443683:papier:4200:27443839,27444952:papier:4200:27445298,27444953:papier:4200:27445367,27444954:papier:4200:27445191,27447683:papier:4200:27448023,27448204:papier:4200:27448283,27449554:papier:4200:27449661,27450402:papier:4200:27450578,27451943:papier:4200:27452172,27455125:papier:4200:27455754,27455140:papier:4200:27455392,27458101:papier:4200:27458218,27473893:papier:4200:27474393,27476459:papier:4200:27476755,27480971:papier:4200:27481267,27480974:papier:4200:27481193,27484307:papier:4200:27484643,27485664:papier:4200:27486051,2749'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970649682684423, 'nb_photo': 23891, 'list_port_cont': '27396110,27403905,27410546,27415671,27419067,27443776,27455448,27476861,27485929,27488955,27494315,27499340,27500918,27501813,27507925,27583803,27583942,27632897,27633939,27634743,27640908,27646521,27646627,27660693,27662124,27662325,27683180,27688551,27695343,27699233,27713923,27715183,27716481,27724294,27725027,27728142,27731844,27734929,27735088,27741785,27741886,27748742,27748999,27749917,27778518,27783985,27784434,27784511,27784524,27788585,27811603,27824429,27828307,27829702,27832963,27836447,27841642,27863264,27868718,27880544,27883778,27909621,27909821,27929203,27931024,27941238,27941293,27941365,27948211,27948241,27959275,27961229,27971441,27971589,27971740,27972065,27972455,27983931,28002126,28007367,28009211,28009553,28009562,28010201,28010334,28010474,28010493,28010702,28011000,28011066,28011629,28011919,28012265,28012609,28012737,28013082,28013250,28013308,28013467,28014088,28015881,28016358,28016453,28017085,28018789,28019183,28019250,28020005,28021404,28023811,28024267,28024520,28024716,2802612', 'assoc_port': '27395955:27396110,27403864:27403905,27410308:27410546,27415498:27415671,27418933:27419067,27443663:27443776,27455134:27455448,27476481:27476861,27485654:27485929,27488571:27488955,27494003:27494315,27499188:27499340,27500776:27500918,27501601:27501813,27507876:27507925,27552564:27583942,27552578:27583803,27632495:27632897,27633572:27633939,27634471:27634743,27640533:27640908,27646358:27646627,27646362:27646521,27660423:27660693,27661917:27662325,27661922:27662124,27682189:27683180,27687912:27688551,27694857:27695343,27699100:27699233,27713800:27713923,27714913:27715183,27716350:27716481,27724171:27724294,27724895:27725027,27727893:27728142,27731645:27731844,27734823:27735088,27734825:27734929,27741726:27741886,27741727:27741785,27748673:27748742,27748907:27748999,27749738:27749917,27778496:27778518,27783599:27784511,27783607:27784524,27783667:27784434,27783708:27783985,27788331:27788585,27811395:27811603,27824316:27824429,27828079:27828307,27829589:27829702,27832769:27832963,27836294:27836447,27841393:2784164', 'assoc_mat': '27395955:papier:4209:27396110,27403864:papier:4209:27403905,27410308:papier:4209:27410546,27415498:papier:4209:27415671,27418933:papier:4209:27419067,27443663:papier:4209:27443776,27455134:papier:4209:27455448,27476481:papier:4209:27476861,27485654:papier:4209:27485929,27488571:papier:4209:27488955,27494003:papier:4209:27494315,27499188:papier:4209:27499340,27500776:papier:4209:27500918,27501601:papier:4209:27501813,27507876:papier:4209:27507925,27552564:papier:4209:27583942,27552578:papier:4209:27583803,27632495:papier:4209:27632897,27633572:papier:4209:27633939,27634471:papier:4209:27634743,27640533:papier:4209:27640908,27646358:papier:4209:27646627,27646362:papier:4209:27646521,27660423:papier:4209:27660693,27661917:papier:4209:27662325,27661922:papier:4209:27662124,27682189:papier:4209:27683180,27687912:papier:4209:27688551,27694857:papier:4209:27695343,27699100:papier:4209:27699233,27713800:papier:4209:27713923,27714913:papier:4209:27715183,27716350:papier:4209:27716481,27724171:papier:4209:27724294,2772'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9792430540164833, 'nb_photo': 29, 'list_port_cont': '28003303,28010939,28020137,28073100', 'assoc_port': '28001990:28003303,28010259:28010939,28011523:28020137,28072024:28073100', 'assoc_mat': '28001990:papier:3726:28003303,28010259:papier:3726:28010939,28011523:papier:3726:28020137,28072024:papier:3726:28073100'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00972975699785171, 'nb_photo': 32819, 'list_port_cont': '27388301,27388973,27391767,27395044,27395577,27396056,27399173,27400660,27404162,27404504,27407313,27409702,27413759,27414076,27418359,27418572,27419054,27419652,27436594,27439664,27440755,27441499,27442814,27443941,27444758,27445245,27446696,27447975,27450019,27452250,27452532,27452949,27455792,27458179,27464033,27474742,27477317,27477657,27478671,27481137,27484897,27486246,27488111,27489106,27490686,27492202,27492517,27494248,27497835,27498829,27499286,27501107,27501358,27502002,27503677,27503698,27508632,27597701,27598303,27606212,27623570,27623693,27624395,27624530,27625422,27628689,27629213,27631194,27632111,27633340,27633629,27634609,27634897,27636132,27636908,27638081,27641471,27641848,27642556,27643071,27643662,27643963,27644126,27644579,27645143,27646435,27646783,27647849,27650348,27654493,27654816,27657960,27658552,27660880,27662526,27685109,27685393,27686875,27688677,27689548,27689768,27691035,27692588,27693415,27695662,27697029,27697559,27698372,27700571,27700926,27703738,27706666,27709260,2771225', 'assoc_port': '27387817:27388973,27387820:27388301,27391353:27391767,27394662:27396056,27394664:27395577,27394665:27395044,27398433:27400660,27398489:27399173,27403859:27404504,27403867:27404162,27406529:27407313,27409036:27409702,27413329:27414076,27413362:27413759,27417934:27419652,27417938:27419054,27417940:27418572,27417943:27418359,27435758:27436594,27439190:27439664,27439191:27440755,27441326:27441499,27442333:27442814,27443682:27443941,27444703:27444758,27444956:27445245,27446536:27446696,27447686:27447975,27449558:27450019,27451939:27452949,27451942:27452250,27451944:27452532,27455142:27455792,27458102:27458179,27463792:27464033,27473889:27474742,27476439:27477657,27476462:27477317,27478024:27478671,27480972:27481137,27484305:27484897,27485659:27486246,27487692:27488111,27488597:27489106,27490304:27490686,27491433:27492517,27491435:27492202,27493997:27494248,27497513:27497835,27498535:27498829,27499185:27499286,27500781:27501358,27500785:27501107,27501599:27502002,27503311:27503698,27503313:27503677,27508381:2750863', 'assoc_mat': '27387817:papier:4211:27388973,27387820:papier:4211:27388301,27391353:papier:4211:27391767,27394662:papier:4211:27396056,27394664:papier:4211:27395577,27394665:papier:4211:27395044,27398433:papier:4211:27400660,27398489:papier:4211:27399173,27403859:papier:4211:27404504,27403867:papier:4211:27404162,27406529:papier:4211:27407313,27409036:papier:4211:27409702,27413329:papier:4211:27414076,27413362:papier:4211:27413759,27417934:papier:4211:27419652,27417938:papier:4211:27419054,27417940:papier:4211:27418572,27417943:papier:4211:27418359,27435758:papier:4211:27436594,27439190:papier:4211:27439664,27439191:papier:4211:27440755,27441326:papier:4211:27441499,27442333:papier:4211:27442814,27443682:papier:4211:27443941,27444703:papier:4211:27444758,27444956:papier:4211:27445245,27446536:papier:4211:27446696,27447686:papier:4211:27447975,27449558:papier:4211:27450019,27451939:papier:4211:27452949,27451942:papier:4211:27452250,27451944:papier:4211:27452532,27455142:papier:4211:27455792,27458102:papier:4211:27458179,2746'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004413149124121256, 'nb_photo': 312, 'list_port_cont': '27404539,27405970,27410906,27413941,27444579,27444773,27446706,27448416,27450771,27456033,27481323,27489078,27489231,27491950,27593319,27594111,27613191,27632132,27633559,27634753,27634952,27640434,27641364,27643270,27645883,27650327,27654685,27684259,27684889,27696863,27698646,27704018,27709470,27712224,27725304,27725436,27726169,27726412,27727781,27729004,27729897,27731185,27732618,27734151,27735656,27742128,27742345,27742367,27752197,27753160,27759708,27763943,27771907,27772107,27794618,27794655,27803695,27806558,27809860,27824501,27832556,27833074,27834189,27836592,27841983,27879463,27884510,27884649,27904506,27910298,27910595,27911072,27946720,27948319,27953744,27973724,27974688,27975301,27976057,28009865,28012349,28013062,28014093,28016602,28016767,28017840,28018635,28020673,28020957,28021713,28022946,28024290,28027556,28029261,28030926,28034005,28035953,28037575,28038501,28041372,28042360,28043984,28044376,28047020,28047036,28051238,28057184,28057274,28105090', 'assoc_port': '27403857:27404539,27405487:27405970,27410312:27410906,27413359:27413941,27441325:27444579,27444704:27444773,27446535:27446706,27448206:27448416,27450404:27450771,27455136:27456033,27480981:27481323,27488570:27489231,27488598:27489078,27491436:27491950,27552570:27594111,27552607:27593319,27612838:27613191,27631521:27632132,27632501:27633559,27632556:27640434,27633619:27634952,27633645:27634753,27633654:27641364,27642713:27643270,27645052:27645883,27649737:27650327,27654126:27654685,27682168:27684889,27682219:27684259,27696342:27696863,27697882:27698646,27703261:27704018,27708725:27709470,27711670:27712224,27724819:27726412,27724835:27726169,27724852:27729004,27724873:27725304,27724892:27725436,27727575:27727781,27729668:27729897,27730863:27731185,27732212:27732618,27733812:27734151,27735399:27735656,27741697:27742367,27741714:27742345,27741722:27742128,27751513:27752197,27752666:27753160,27758990:27759708,27763188:27763943,27770872:27772107,27770878:27771907,27793955:27794655,27793994:27794618,27803070:2780369', 'assoc_mat': '27403857:papier:3327:27404539,27405487:papier:3327:27405970,27410312:papier:3327:27410906,27413359:papier:3327:27413941,27441325:papier:3327:27444579,27444704:papier:3327:27444773,27446535:papier:3327:27446706,27448206:papier:3327:27448416,27450404:papier:3327:27450771,27455136:papier:3327:27456033,27480981:papier:3327:27481323,27488570:papier:3327:27489231,27488598:papier:3327:27489078,27491436:papier:3327:27491950,27552570:papier:3327:27594111,27552607:papier:3327:27593319,27612838:papier:3327:27613191,27631521:papier:3327:27632132,27632501:papier:3327:27633559,27632556:papier:3327:27640434,27633619:papier:3327:27634952,27633645:papier:3327:27634753,27633654:papier:3327:27641364,27642713:papier:3327:27643270,27645052:papier:3327:27645883,27649737:papier:3327:27650327,27654126:papier:3327:27654685,27682168:papier:3327:27684889,27682219:papier:3327:27684259,27696342:papier:3327:27696863,27697882:papier:3327:27698646,27703261:papier:3327:27704018,27708725:papier:3327:27709470,27711670:papier:3327:27712224,2772'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.061994061954673156, 'nb_photo': 11960, 'list_port_cont': '27404050,27406957,27409517,27413720,27414662,27418156,27447825,27448334,27450015,27450456,27450710,27464134,27486188,27508695,27553043,27554047,27554359,27613080,27628069,27636654,27645919,27646631,27654636,27664182,27682652,27695561,27698732,27699558,27700002,27706806,27725250,27725591,27725808,27725974,27726081,27726219,27726384,27726516,27726826,27727618,27727954,27729855,27732115,27735320,27736258,27737931,27742087,27742113,27742281,27742359,27742386,27742398,27742415,27742542,27749022,27755753,27757354,27761315,27763584,27764515,27767263,27767578,27784376,27795276,27796392,27797040,27800358,27803389,27806410,27807295,27808941,27826548,27832609,27834110,27841661,27842078,27846849,27884235,27884549,27884979,27909964,27910425,27929191,27959459,27972834,27972943,27975689,28009262,28009912,28010453,28011754,28016206,28016474,28017358,28018705,28019302,28021582,28022054,28022555,28022764,28023645,28023925,28024197,28024853,28025348,28025994,28026329,28026704,28026867,28027389,28031008,28041835,28045399,2804755', 'assoc_port': '27403865:27404050,27406524:27406957,27409027:27409517,27413291:27413720,27414376:27414662,27417933:27418156,27447684:27447825,27448207:27450456,27448208:27448334,27449555:27450015,27450401:27450710,27463791:27464134,27485662:27486188,27507873:27508695,27552560:27554359,27552574:27554047,27552604:27553043,27612831:27613080,27627402:27628069,27632551:27636654,27643653:27645919,27646360:27646631,27654127:27654636,27663915:27664182,27682161:27682652,27691360:27698732,27694858:27695561,27699098:27699558,27699099:27700002,27706165:27706806,27724169:27727618,27724821:27727954,27724825:27725974,27724829:27726384,27724841:27726516,27724843:27726219,27724845:27726081,27724849:27725591,27724850:27725808,27724856:27725250,27724867:27726826,27729672:27729855,27731649:27732115,27733808:27735320,27734824:27736258,27737899:27737931,27741689:27742113,27741695:27742281,27741706:27742542,27741708:27742386,27741710:27742398,27741717:27742415,27741724:27742359,27741728:27742087,27748892:27749022,27755174:27755753,27756978:2775735', 'assoc_mat': '27403865:papier:3594:27404050,27406524:papier:3594:27406957,27409027:papier:3594:27409517,27413291:papier:3594:27413720,27414376:papier:3594:27414662,27417933:papier:3594:27418156,27447684:papier:3594:27447825,27448207:papier:3594:27450456,27448208:papier:3594:27448334,27449555:papier:3594:27450015,27450401:papier:3594:27450710,27463791:papier:3594:27464134,27485662:papier:3594:27486188,27507873:papier:3594:27508695,27552560:papier:3594:27554359,27552574:papier:3594:27554047,27552604:papier:3594:27553043,27612831:papier:3594:27613080,27627402:papier:3594:27628069,27632551:papier:3594:27636654,27643653:papier:3594:27645919,27646360:papier:3594:27646631,27654127:papier:3594:27654636,27663915:papier:3594:27664182,27682161:papier:3594:27682652,27691360:papier:3594:27698732,27694858:papier:3594:27695561,27699098:papier:3594:27699558,27699099:papier:3594:27700002,27706165:papier:3594:27706806,27724169:papier:3594:27727618,27724821:papier:3594:27727954,27724825:papier:3594:27725974,27724829:papier:3594:27726384,2772'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002084494964984727, 'nb_photo': 6, 'list_port_cont': '27717959,27729763,27836104,28023814,28051923', 'assoc_port': '27708723:27717959,27729673:27729763,27835204:27836104,28009556:28051923,28015478:28023814', 'assoc_mat': '27708723:pehd:4205:27717959,27729673:pehd:4205:27729763,27835204:pehd:4205:27836104,28009556:pehd:4205:28051923,28015478:pehd:4205:28023814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0033718170821413983, 'nb_photo': 244, 'list_port_cont': '27411782,27416414,27450159,27458642,27496616,27496842,27505706,27600004,27636553,27659027,27687194,27693180,27693909,27695940,27703787,27708561,27725886,27726049,27727841,27732137,27742954,27749091,27775775,27821701,27831198,27832143,27844466,27865311,27865498,27893739,27912542,27945749,27953147,27964496,28024006,28024886,28026064,28028275,28029957,28032112,28043332,28043527,28045864,28046991,28049853,28051802,28052309,28054088,28054846,28055311,28056975,28057103,28057224,28057298,28057981,28066563,28066592,28072671,28072710,28092379,28173324', 'assoc_port': '27403862:27411782,27413358:27416414,27441324:27450159,27455138:27458642,27490307:27496616,27491431:27496842,27500774:27505706,27552601:27600004,27612832:27636553,27630006:27693909,27633661:27659027,27640535:27687194,27649744:27693180,27661919:27695940,27691375:27708561,27703265:27703787,27724817:27725886,27724863:27726049,27727569:27727841,27731643:27732137,27741731:27742954,27748679:27749091,27770884:27775775,27803073:27831198,27811399:27821701,27825815:27832143,27837924:27844466,27861240:27893739,27861242:27865311,27861247:27865498,27900895:27912542,27900933:27964496,27909302:28026064,27940996:27945749,27950167:27953147,27970549:28028275,27970685:28029957,27970904:28032112,28008294:28046991,28008523:28049853,28008637:28043332,28008641:28043527,28009581:28052309,28009773:28066592,28010039:28054088,28010237:28054846,28010428:28055311,28011453:28056975,28011657:28057298,28011804:28057224,28015315:28066563,28015654:28024006,28024262:28024886,28041189:28051802,28041191:28045864,28056154:28057103,28056189:2805798', 'assoc_mat': '27403862:pehd:4203:27411782,27413358:pehd:4203:27416414,27441324:pehd:4203:27450159,27455138:pehd:4203:27458642,27490307:pehd:4203:27496616,27491431:pehd:4203:27496842,27500774:pehd:4203:27505706,27552601:pehd:4203:27600004,27612832:pehd:4203:27636553,27630006:pehd:4203:27693909,27633661:pehd:4203:27659027,27640535:pehd:4203:27687194,27649744:pehd:4203:27693180,27661919:pehd:4203:27695940,27691375:pehd:4203:27708561,27703265:pehd:4203:27703787,27724817:pehd:4203:27725886,27724863:pehd:4203:27726049,27727569:pehd:4203:27727841,27731643:pehd:4203:27732137,27741731:pehd:4203:27742954,27748679:pehd:4203:27749091,27770884:pehd:4203:27775775,27803073:pehd:4203:27831198,27811399:pehd:4203:27821701,27825815:pehd:4203:27832143,27837924:pehd:4203:27844466,27861240:pehd:4203:27893739,27861242:pehd:4203:27865311,27861247:pehd:4203:27865498,27900895:pehd:4203:27912542,27900933:pehd:4203:27964496,27909302:pehd:4203:28026064,27940996:pehd:4203:27945749,27950167:pehd:4203:27953147,27970549:pehd:4203:28028275,27970685:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027653618040189933, 'nb_photo': 176, 'list_port_cont': '27388147,27405547,27406652,27414567,27415567,27443754,27447750,27455208,27462487,27485853,27490175,27494104,27497574,27498398,27500834,27561839,27627488,27631655,27632803,27633846,27643751,27644695,27646969,27656329,27657867,27658428,27683846,27698072,27699302,27702483,27706031,27706302,27708847,27713836,27716395,27723628,27724263,27724975,27725077,27725611,27725827,27725849,27727199,27727376,27727599,27728395,27729708,27730905,27731752,27734109,27741815,27742042,27742078,27749414,27749538,27753269,27767040,27769412,27770968,27775411,27788426,27795231,27804346,27819466,27829183,27831138,27831455,27832859,27834097,27837781,27839199,27846155,27863180,27868705,27887992,27901732,27912664,27931361,27947470,28009790,28027460,28027763,28028308,28029683,28030983,28031763,28032097,28032455,28045078,28046523,28048094,28048518,28049977,28051402,28051996,28052606,28053110,28053497,28054137,28054324,28054550,28054957,28055468,28055497,28055597,28055683,28055746,28056116,28056381,28058974,28060765,28061368,28061429,2806158', 'assoc_port': '27387814:27388147,27405485:27405547,27406559:27406652,27413360:27414567,27415524:27415567,27443662:27443754,27447685:27447750,27455144:27455208,27462446:27462487,27485657:27485853,27487666:27490175,27494001:27494104,27497508:27498398,27497515:27497574,27500778:27500834,27552576:27561839,27627421:27627488,27631524:27631655,27632528:27656329,27632611:27632803,27633569:27657867,27633643:27658428,27633656:27633846,27642711:27644695,27643656:27643751,27646346:27646969,27682140:27702483,27682208:27683846,27691361:27706031,27697878:27698072,27699097:27699302,27706166:27706302,27708726:27708847,27713774:27713836,27716354:27716395,27722957:27723628,27724173:27724263,27724846:27727199,27724851:27727376,27724859:27725827,27724871:27725849,27724889:27725611,27724893:27724975,27725036:27725077,27727567:27727599,27727891:27728395,27729667:27729708,27730860:27730905,27731647:27731752,27733804:27734109,27741713:27742042,27741718:27742078,27741734:27741815,27748891:27749414,27749482:27749538,27751506:27753269,27767021:2776704', 'assoc_mat': '27387814:pehd:4207:27388147,27405485:pehd:4207:27405547,27406559:pehd:4207:27406652,27413360:pehd:4207:27414567,27415524:pehd:4207:27415567,27443662:pehd:4207:27443754,27447685:pehd:4207:27447750,27455144:pehd:4207:27455208,27462446:pehd:4207:27462487,27485657:pehd:4207:27485853,27487666:pehd:4207:27490175,27494001:pehd:4207:27494104,27497508:pehd:4207:27498398,27497515:pehd:4207:27497574,27500778:pehd:4207:27500834,27552576:pehd:4207:27561839,27627421:pehd:4207:27627488,27631524:pehd:4207:27631655,27632528:pehd:4207:27656329,27632611:pehd:4207:27632803,27633569:pehd:4207:27657867,27633643:pehd:4207:27658428,27633656:pehd:4207:27633846,27642711:pehd:4207:27644695,27643656:pehd:4207:27643751,27646346:pehd:4207:27646969,27682140:pehd:4207:27702483,27682208:pehd:4207:27683846,27691361:pehd:4207:27706031,27697878:pehd:4207:27698072,27699097:pehd:4207:27699302,27706166:pehd:4207:27706302,27708726:pehd:4207:27708847,27713774:pehd:4207:27713836,27716354:pehd:4207:27716395,27722957:pehd:4207:27723628,27724173:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0077621080510047215, 'nb_photo': 17, 'list_port_cont': '27396189,27414624,27418199,27445117,27662193,27691964,27835724,27929673,27971854,28009611,28013360,28058271,28072499,28091267', 'assoc_port': '27395953:27396189,27414375:27414624,27417944:27418199,27444957:27445117,27661886:27662193,27691412:27691964,27835208:27835724,27928875:27929673,27970902:27971854,28008559:28009611,28012559:28013360,28055828:28058271,28072044:28072499,28090372:28091267', 'assoc_mat': '27395953:pehd:4461:27396189,27414375:pehd:4461:27414624,27417944:pehd:4461:27418199,27444957:pehd:4461:27445117,27661886:pehd:4461:27662193,27691412:pehd:4461:27691964,27835208:pehd:4461:27835724,27928875:pehd:4461:27929673,27970902:pehd:4461:27971854,28008559:pehd:4461:28009611,28012559:pehd:4461:28013360,28055828:pehd:4461:28058271,28072044:pehd:4461:28072499,28090372:pehd:4461:28091267'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005682929849916751, 'nb_photo': 339, 'list_port_cont': '27391661,27398849,27404215,27409259,27413691,27415629,27418072,27418255,27441472,27442666,27443836,27445189,27445364,27448027,27450581,27452160,27474379,27481190,27486054,27491709,27494490,27500962,27503440,27507898,27507944,27583556,27613060,27623307,27633267,27633718,27633989,27635381,27635582,27636262,27636452,27640885,27641238,27643808,27643899,27650039,27650198,27652354,27653335,27688889,27688935,27692003,27698299,27703641,27716431,27716597,27720099,27723233,27724356,27725054,27725502,27725627,27725674,27731044,27732501,27732524,27733990,27735082,27735506,27735592,27741846,27741925,27742211,27748526,27748579,27748766,27749017,27749820,27752965,27761066,27763479,27763641,27767241,27769936,27786936,27790670,27790954,27791967,27796342,27803486,27804513,27804733,27806271,27809630,27811624,27824919,27825968,27831479,27832407,27838332,27841561,27843087,27844023,27868729,27879606,27883868,27890028,27901473,27909724,27909847,27929073,27941330,27947491,27953358,27959673,27971334,27972308,27972428,27973913,2797418', 'assoc_port': '27391356:27391661,27398487:27398849,27403860:27404215,27409024:27409259,27413331:27413691,27415496:27415629,27417932:27418255,27417939:27418072,27441327:27441472,27442370:27442666,27443683:27443836,27444953:27445364,27444954:27445189,27447683:27448027,27450402:27450581,27451943:27452160,27473893:27474379,27480974:27481190,27485664:27486054,27491432:27491709,27493995:27494490,27500780:27500962,27503310:27503440,27507872:27507944,27507874:27507898,27552562:27583556,27612827:27623307,27612836:27613060,27632498:27636262,27632554:27635582,27632568:27633267,27632602:27633718,27633617:27635381,27633659:27633989,27636070:27636452,27640534:27640885,27641185:27641238,27643655:27643899,27643675:27643808,27645056:27653335,27649735:27650198,27649739:27650039,27651913:27652354,27687870:27688935,27687932:27688889,27691362:27692003,27697876:27698299,27703257:27703641,27714917:27720099,27716348:27716597,27716351:27716431,27722936:27723233,27724178:27724356,27724813:27725627,27724869:27725674,27724884:27725502,27724890:2772505', 'assoc_mat': '27391356:pehd:4200:27391661,27398487:pehd:4200:27398849,27403860:pehd:4200:27404215,27409024:pehd:4200:27409259,27413331:pehd:4200:27413691,27415496:pehd:4200:27415629,27417932:pehd:4200:27418255,27417939:pehd:4200:27418072,27441327:pehd:4200:27441472,27442370:pehd:4200:27442666,27443683:pehd:4200:27443836,27444953:pehd:4200:27445364,27444954:pehd:4200:27445189,27447683:pehd:4200:27448027,27450402:pehd:4200:27450581,27451943:pehd:4200:27452160,27473893:pehd:4200:27474379,27480974:pehd:4200:27481190,27485664:pehd:4200:27486054,27491432:pehd:4200:27491709,27493995:pehd:4200:27494490,27500780:pehd:4200:27500962,27503310:pehd:4200:27503440,27507872:pehd:4200:27507944,27507874:pehd:4200:27507898,27552562:pehd:4200:27583556,27612827:pehd:4200:27623307,27612836:pehd:4200:27613060,27632498:pehd:4200:27636262,27632554:pehd:4200:27635582,27632568:pehd:4200:27633267,27632602:pehd:4200:27633718,27633617:pehd:4200:27635381,27633659:pehd:4200:27633989,27636070:pehd:4200:27636452,27640534:pehd:4200:27640885,27641185:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0030441519302341576, 'nb_photo': 98, 'list_port_cont': '27396102,27419070,27443779,27488964,27494317,27500932,27583937,27640916,27662127,27662321,27688549,27695348,27713931,27715179,27716494,27724299,27725023,27728145,27731837,27735093,27783994,27784520,27811611,27832967,27841638,27909622,27909816,27929198,27948234,27959281,27972070,27972452,28002125,28010212,28010499,28010695,28011013,28011064,28011918,28013297,28014078,28018776,28021409,28023804,28024269,28024523,28034849,28041656,28044499,28056258,28056309,28056690,28056788,28057055,28057656,28057781,28062185,28072271,28072393,28072413,28090797,28100305', 'assoc_port': '27395955:27396102,27418933:27419070,27443663:27443779,27488571:27488964,27494003:27494317,27500776:27500932,27552564:27583937,27640533:27640916,27661917:27662321,27661922:27662127,27687912:27688549,27694857:27695348,27713800:27713931,27714913:27715179,27716350:27716494,27724171:27724299,27724895:27725023,27727893:27728145,27731645:27731837,27734823:27735093,27783607:27784520,27783708:27783994,27811395:27811611,27832769:27832967,27841393:27841638,27908561:27909816,27908571:27909622,27908849:28021409,27928871:27929198,27948042:27948234,27958869:27959281,27970553:27972452,27970555:27972070,28002007:28002125,28008336:28010212,28008480:28023804,28009439:28018776,28009490:28011013,28009529:28011064,28009689:28010695,28009895:28010499,28010413:28011918,28010597:28024269,28011486:28014078,28011796:28013297,28024257:28024523,28034611:28034849,28041286:28041656,28044276:28044499,28055854:28056258,28055858:28056309,28055886:28057781,28055940:28062185,28055988:28057055,28056023:28057656,28056063:28056788,28056119:2805669', 'assoc_mat': '27395955:pehd:4209:27396102,27418933:pehd:4209:27419070,27443663:pehd:4209:27443779,27488571:pehd:4209:27488964,27494003:pehd:4209:27494317,27500776:pehd:4209:27500932,27552564:pehd:4209:27583937,27640533:pehd:4209:27640916,27661917:pehd:4209:27662321,27661922:pehd:4209:27662127,27687912:pehd:4209:27688549,27694857:pehd:4209:27695348,27713800:pehd:4209:27713931,27714913:pehd:4209:27715179,27716350:pehd:4209:27716494,27724171:pehd:4209:27724299,27724895:pehd:4209:27725023,27727893:pehd:4209:27728145,27731645:pehd:4209:27731837,27734823:pehd:4209:27735093,27783607:pehd:4209:27784520,27783708:pehd:4209:27783994,27811395:pehd:4209:27811611,27832769:pehd:4209:27832967,27841393:pehd:4209:27841638,27908561:pehd:4209:27909816,27908571:pehd:4209:27909622,27908849:pehd:4209:28021409,27928871:pehd:4209:27929198,27948042:pehd:4209:27948234,27958869:pehd:4209:27959281,27970553:pehd:4209:27972452,27970555:pehd:4209:27972070,28002007:pehd:4209:28002125,28008336:pehd:4209:28010212,28008480:pehd:4209:28023804,28009439:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9686140353258809, 'nb_photo': 11827, 'list_port_cont': '27388303,27388979,27391775,27395038,27395579,27396049,27399169,27400667,27404174,27404494,27407300,27409701,27413750,27414080,27418348,27418566,27419048,27419649,27436607,27439667,27441501,27442817,27443927,27444759,27445254,27446686,27447977,27450031,27452241,27452533,27452944,27455780,27458169,27464043,27474739,27477315,27477649,27478675,27481147,27484896,27486244,27488113,27489102,27490684,27492198,27492526,27494249,27497841,27498823,27501110,27501359,27501993,27503672,27503697,27508631,27597696,27598297,27606211,27623563,27623691,27624386,27624518,27625429,27628701,27629214,27631185,27632112,27633335,27633632,27634603,27634904,27636129,27636901,27638075,27641483,27641853,27642561,27643072,27643661,27643966,27644124,27644586,27645153,27646429,27646778,27647840,27650339,27654497,27654824,27657971,27658566,27660873,27662524,27685117,27685396,27686876,27688674,27689553,27691036,27692582,27693411,27695663,27697026,27697552,27698377,27700582,27700930,27703741,27706653,27709262,27712266,27712555,27714135,2771526', 'assoc_port': '27387817:27388979,27387820:27388303,27391353:27391775,27394662:27396049,27394664:27395579,27394665:27395038,27398433:27400667,27398489:27399169,27403859:27404494,27403867:27404174,27406529:27407300,27409036:27409701,27413329:27414080,27413362:27413750,27417934:27419649,27417938:27419048,27417940:27418566,27417943:27418348,27435758:27436607,27439190:27439667,27441326:27441501,27442333:27442817,27443682:27443927,27444703:27444759,27444956:27445254,27446536:27446686,27447686:27447977,27449558:27450031,27451939:27452944,27451942:27452241,27451944:27452533,27455142:27455780,27458102:27458169,27463792:27464043,27473889:27474739,27476439:27477649,27476462:27477315,27478024:27478675,27480972:27481147,27484305:27484896,27485659:27486244,27487692:27488113,27488597:27489102,27490304:27490684,27491433:27492526,27491435:27492198,27493997:27494249,27497513:27497841,27498535:27498823,27500781:27501359,27500785:27501110,27501599:27501993,27503311:27503697,27503313:27503672,27508381:27508631,27552556:27597696,27552568:2759829', 'assoc_mat': '27387817:pehd:4211:27388979,27387820:pehd:4211:27388303,27391353:pehd:4211:27391775,27394662:pehd:4211:27396049,27394664:pehd:4211:27395579,27394665:pehd:4211:27395038,27398433:pehd:4211:27400667,27398489:pehd:4211:27399169,27403859:pehd:4211:27404494,27403867:pehd:4211:27404174,27406529:pehd:4211:27407300,27409036:pehd:4211:27409701,27413329:pehd:4211:27414080,27413362:pehd:4211:27413750,27417934:pehd:4211:27419649,27417938:pehd:4211:27419048,27417940:pehd:4211:27418566,27417943:pehd:4211:27418348,27435758:pehd:4211:27436607,27439190:pehd:4211:27439667,27441326:pehd:4211:27441501,27442333:pehd:4211:27442817,27443682:pehd:4211:27443927,27444703:pehd:4211:27444759,27444956:pehd:4211:27445254,27446536:pehd:4211:27446686,27447686:pehd:4211:27447977,27449558:pehd:4211:27450031,27451939:pehd:4211:27452944,27451942:pehd:4211:27452241,27451944:pehd:4211:27452533,27455142:pehd:4211:27455780,27458102:pehd:4211:27458169,27463792:pehd:4211:27464043,27473889:pehd:4211:27474739,27476439:pehd:4211:27477649,27476462:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023717188187109977, 'nb_photo': 2, 'list_port_cont': '27632133,27944256', 'assoc_port': '27631521:27632133,27943509:27944256', 'assoc_mat': '27631521:pehd:3327:27632133,27943509:pehd:3327:27944256'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00038089436606446005, 'nb_photo': 23, 'list_port_cont': '27553034,27725811,27726375,27726824,27742272,27742355,27757351,27761306,27763583,27803397,28016472,28017363,28022550,28026335,28045398', 'assoc_port': '27552604:27553034,27724829:27726375,27724850:27725811,27724867:27726824,27741695:27742272,27741724:27742355,27756978:27757351,27760569:27761306,27763194:27763583,27803074:27803397,28009443:28026335,28011645:28022550,28015269:28017363,28015349:28016472,28044270:28045398', 'assoc_mat': '27552604:pehd:3594:27553034,27724829:pehd:3594:27726375,27724850:pehd:3594:27725811,27724867:pehd:3594:27726824,27741695:pehd:3594:27742272,27741724:pehd:3594:27742355,27756978:pehd:3594:27757351,27760569:pehd:3594:27761306,27763194:pehd:3594:27763583,27803074:pehd:3594:27803397,28009443:pehd:3594:28026335,28011645:pehd:3594:28022550,28015269:pehd:3594:28017363,28015349:pehd:3594:28016472,28044270:pehd:3594:28045398'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005727453731978083, 'nb_photo': 30, 'list_port_cont': '27411217,27456985,27764179,27772653,27836105,27912041,27947786,28023823,28025770,28030964,28047815,28056652', 'assoc_port': '27403861:27411217,27447657:27456985,27755172:27764179,27758988:27772653,27835204:27836105,27900926:27912041,27909294:28025770,27947304:27947786,27970896:28030964,28008437:28047815,28011647:28056652,28015478:28023823', 'assoc_mat': '27403861:pet_clair:4205:27411217,27447657:pet_clair:4205:27456985,27755172:pet_clair:4205:27764179,27758988:pet_clair:4205:27772653,27835204:pet_clair:4205:27836105,27900926:pet_clair:4205:27912041,27909294:pet_clair:4205:28025770,27947304:pet_clair:4205:27947786,27970896:pet_clair:4205:28030964,28008437:pet_clair:4205:28047815,28011647:pet_clair:4205:28056652,28015478:pet_clair:4205:28023823'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012044861640279978, 'nb_photo': 3, 'list_port_cont': '27749102,28173316', 'assoc_port': '27748679:27749102,28090387:28173316', 'assoc_mat': '27748679:pet_clair:4203:27749102,28090387:pet_clair:4203:28173316'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201299417076057, 'nb_photo': 17, 'list_port_cont': '27413428,27444152,27490401,27683841,27706304,27726332,27742069,27760703,27796194,27883805,27925065,28051661,28055323,28062505', 'assoc_port': '27413363:27413428,27444090:27444152,27490306:27490401,27682208:27683841,27706166:27706304,27724827:27726332,27741718:27742069,27760566:27760703,27796157:27796194,27883605:27883805,27924687:27925065,28009528:28051661,28010529:28055323,28055845:28062505', 'assoc_mat': '27413363:pet_clair:4207:27413428,27444090:pet_clair:4207:27444152,27490306:pet_clair:4207:27490401,27682208:pet_clair:4207:27683841,27706166:pet_clair:4207:27706304,27724827:pet_clair:4207:27726332,27741718:pet_clair:4207:27742069,27760566:pet_clair:4207:27760703,27796157:pet_clair:4207:27796194,27883605:pet_clair:4207:27883805,27924687:pet_clair:4207:27925065,28009528:pet_clair:4207:28051661,28010529:pet_clair:4207:28055323,28055845:pet_clair:4207:28062505'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008581643303917616, 'nb_photo': 4, 'list_port_cont': '27725862,27729789', 'assoc_port': '27724811:27725862,27729669:27729789', 'assoc_mat': '27724811:pet_clair:4461:27725862,27729669:pet_clair:4461:27729789'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007688014149062077, 'nb_photo': 45, 'list_port_cont': '27403982,27442667,27443842,27449652,27455742,27499274,27500965,27729933,27741796,27748764,27806272,27909147,28010129,28011107,28013599,28015718,28018658,28020519,28023113,28025377,28030584,28034723,28035427,28047128,28050598', 'assoc_port': '27403866:27403982,27442370:27442667,27443683:27443842,27449554:27449652,27455125:27455742,27499186:27499274,27500780:27500965,27724844:27729933,27741739:27741796,27748677:27748764,27805942:27806272,27900934:27909147,27908951:28020519,28008160:28050598,28008212:28035427,28008340:28034723,28008495:28010129,28009969:28011107,28010258:28025377,28011435:28015718,28011655:28013599,28015177:28023113,28015263:28018658,28030047:28030584,28046920:28047128', 'assoc_mat': '27403866:pet_clair:4200:27403982,27442370:pet_clair:4200:27442667,27443683:pet_clair:4200:27443842,27449554:pet_clair:4200:27449652,27455125:pet_clair:4200:27455742,27499186:pet_clair:4200:27499274,27500780:pet_clair:4200:27500965,27724844:pet_clair:4200:27729933,27741739:pet_clair:4200:27741796,27748677:pet_clair:4200:27748764,27805942:pet_clair:4200:27806272,27900934:pet_clair:4200:27909147,27908951:pet_clair:4200:28020519,28008160:pet_clair:4200:28050598,28008212:pet_clair:4200:28035427,28008340:pet_clair:4200:28034723,28008495:pet_clair:4200:28010129,28009969:pet_clair:4200:28011107,28010258:pet_clair:4200:28025377,28011435:pet_clair:4200:28015718,28011655:pet_clair:4200:28013599,28015177:pet_clair:4200:28023113,28015263:pet_clair:4200:28018658,28030047:pet_clair:4200:28030584,28046920:pet_clair:4200:28047128'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 7.590190076704758e-05, 'nb_photo': 1, 'list_port_cont': '28057774', 'assoc_port': '28055886:28057774', 'assoc_mat': '28055886:pet_clair:4209:28057774'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006621575093970585, 'nb_photo': 341, 'list_port_cont': '27395570,27413760,27436602,27464042,27481138,27624399,27624516,27633334,27657967,27693402,27717384,27733542,27749037,27824404,27824935,27831599,27833053,27864042,27864889,27867983,27910899,27944160,27951014,27953227,27971507,27975719,27977800,27982015,28020048,28024389,28026495,28030910,28042932,28048419,28048605,28048969,28049582,28049728,28049914,28050573,28051192,28052325,28052688,28053063,28053121,28053301,28053409,28053861,28054198,28057897,28058124,28058772,28059481,28060524,28073996,28091570,28127994', 'assoc_port': '27394664:27395570,27413362:27413760,27435758:27436602,27463792:27464042,27480972:27481138,27612829:27624516,27612835:27624399,27632633:27633334,27657540:27657967,27687821:27693402,27717023:27717384,27733316:27733542,27748909:27749037,27824312:27824404,27824669:27824935,27831384:27831599,27832773:27833053,27863029:27864042,27864189:27864889,27867411:27867983,27900882:27910899,27908755:28026495,27943510:27944160,27950170:27951014,27952797:27953227,27970650:27982015,27970750:27977800,27970859:27975719,27970915:27971507,28008484:28048969,28008583:28050573,28009589:28052325,28009877:28053301,28009980:28053861,28010155:28054198,28010263:28053409,28010312:28053121,28010317:28053063,28010434:28052688,28011319:28051192,28011452:28049914,28011466:28049582,28011511:28048419,28011620:28048605,28011670:28049728,28015262:28024389,28015535:28020048,28029995:28030910,28041241:28042932,28055849:28060524,28055885:28059481,28056011:28057897,28056126:28058124,28056127:28058772,28072011:28073996,28090434:28091570,28090439:2812799', 'assoc_mat': '27394664:pet_clair:4211:27395570,27413362:pet_clair:4211:27413760,27435758:pet_clair:4211:27436602,27463792:pet_clair:4211:27464042,27480972:pet_clair:4211:27481138,27612829:pet_clair:4211:27624516,27612835:pet_clair:4211:27624399,27632633:pet_clair:4211:27633334,27657540:pet_clair:4211:27657967,27687821:pet_clair:4211:27693402,27717023:pet_clair:4211:27717384,27733316:pet_clair:4211:27733542,27748909:pet_clair:4211:27749037,27824312:pet_clair:4211:27824404,27824669:pet_clair:4211:27824935,27831384:pet_clair:4211:27831599,27832773:pet_clair:4211:27833053,27863029:pet_clair:4211:27864042,27864189:pet_clair:4211:27864889,27867411:pet_clair:4211:27867983,27900882:pet_clair:4211:27910899,27908755:pet_clair:4211:28026495,27943510:pet_clair:4211:27944160,27950170:pet_clair:4211:27951014,27952797:pet_clair:4211:27953227,27970650:pet_clair:4211:27982015,27970750:pet_clair:4211:27977800,27970859:pet_clair:4211:27975719,27970915:pet_clair:4211:27971507,28008484:pet_clair:4211:28048969,28008583:pet_clair:4211:28050573,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9887844092214109, 'nb_photo': 126415, 'list_port_cont': '27392076,27396553,27399150,27404542,27405978,27407285,27410902,27413931,27418530,27418641,27419280,27420074,27439720,27442800,27443916,27444585,27444783,27446716,27448412,27450769,27456030,27459449,27474656,27477300,27481320,27481445,27485090,27489084,27489241,27491945,27498842,27498955,27503746,27593321,27594122,27594335,27613200,27628330,27632131,27633557,27634754,27634960,27635118,27635290,27640429,27641354,27643263,27645877,27650326,27654567,27654683,27661114,27684260,27684895,27688967,27689028,27690197,27692167,27692388,27693804,27696854,27697571,27698649,27704023,27709467,27712216,27715567,27716656,27723252,27723436,27723826,27725302,27725434,27725575,27726173,27726407,27727786,27728256,27729001,27729893,27731192,27732622,27734147,27735654,27742027,27742125,27742349,27742372,27748893,27749277,27749292,27750038,27752190,27753150,27759697,27763937,27771719,27771909,27772106,27787164,27787254,27788752,27794607,27794651,27803703,27806563,27808856,27809862,27812446,27824505,27824562,27829867,27832090,2783255', 'assoc_port': '27391350:27392076,27395951:27396553,27398431:27399150,27403857:27404542,27405487:27405978,27406532:27407285,27410312:27410902,27413359:27413931,27415497:27420074,27417935:27418641,27417941:27418530,27418908:27419280,27439188:27439720,27441325:27444585,27442335:27442800,27443661:27443916,27444704:27444783,27446535:27446716,27448206:27448412,27450404:27450769,27455136:27456030,27459009:27459449,27473895:27474656,27476436:27477300,27480969:27481445,27480981:27481320,27484320:27485090,27488570:27489241,27488598:27489084,27491436:27491945,27498532:27498955,27498548:27498842,27503285:27503746,27552558:27594335,27552570:27594122,27552607:27593321,27612838:27613200,27627418:27628330,27631521:27632131,27632501:27633557,27632556:27640429,27633515:27635290,27633578:27635118,27633619:27634960,27633645:27634754,27633654:27641354,27642713:27643263,27645052:27645877,27649737:27650326,27654126:27654683,27654128:27654567,27660393:27661114,27663938:27693804,27682144:27692167,27682168:27684895,27682219:27684260,27687910:2769757', 'assoc_mat': '27391350:pet_clair:3327:27392076,27395951:pet_clair:3327:27396553,27398431:pet_clair:3327:27399150,27403857:pet_clair:3327:27404542,27405487:pet_clair:3327:27405978,27406532:pet_clair:3327:27407285,27410312:pet_clair:3327:27410902,27413359:pet_clair:3327:27413931,27415497:pet_clair:3327:27420074,27417935:pet_clair:3327:27418641,27417941:pet_clair:3327:27418530,27418908:pet_clair:3327:27419280,27439188:pet_clair:3327:27439720,27441325:pet_clair:3327:27444585,27442335:pet_clair:3327:27442800,27443661:pet_clair:3327:27443916,27444704:pet_clair:3327:27444783,27446535:pet_clair:3327:27446716,27448206:pet_clair:3327:27448412,27450404:pet_clair:3327:27450769,27455136:pet_clair:3327:27456030,27459009:pet_clair:3327:27459449,27473895:pet_clair:3327:27474656,27476436:pet_clair:3327:27477300,27480969:pet_clair:3327:27481445,27480981:pet_clair:3327:27481320,27484320:pet_clair:3327:27485090,27488570:pet_clair:3327:27489241,27488598:pet_clair:3327:27489084,27491436:pet_clair:3327:27491945,27498532:pet_clair:3327:27498955,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.025167112023989316, 'nb_photo': 2741, 'list_port_cont': '27404056,27406961,27409516,27413721,27414666,27418155,27447816,27448336,27450013,27450454,27450718,27464127,27486195,27508700,27553040,27554040,27554360,27613074,27636655,27645923,27646629,27654637,27664178,27682656,27695559,27698728,27699562,27699998,27706811,27725247,27725596,27725810,27725969,27726088,27726227,27726376,27726521,27726817,27727620,27727951,27729860,27732114,27735321,27736254,27737939,27742090,27742119,27742274,27742356,27742389,27742393,27742410,27742540,27749006,27755745,27757353,27761305,27763586,27764518,27767259,27767570,27784378,27795273,27796387,27797047,27800361,27803394,27806408,27807294,27808944,27826546,27832606,27834109,27841654,27842079,27846846,27884237,27884551,27884970,27909962,27910426,27929192,27959464,27972840,27972939,27975686,28009258,28009917,28010455,28011760,28016212,28016467,28017367,28018707,28019310,28021580,28022051,28022549,28022770,28023643,28023920,28024196,28024845,28025342,28025991,28026336,28026698,28026875,28027387,28031004,28041838,28045391,28047558,2805157', 'assoc_port': '27403865:27404056,27406524:27406961,27409027:27409516,27413291:27413721,27414376:27414666,27417933:27418155,27447684:27447816,27448207:27450454,27448208:27448336,27449555:27450013,27450401:27450718,27463791:27464127,27485662:27486195,27507873:27508700,27552560:27554360,27552574:27554040,27552604:27553040,27612831:27613074,27632551:27636655,27643653:27645923,27646360:27646629,27654127:27654637,27663915:27664178,27682161:27682656,27691360:27698728,27694858:27695559,27699098:27699562,27699099:27699998,27706165:27706811,27724169:27727620,27724821:27727951,27724825:27725969,27724829:27726376,27724841:27726521,27724843:27726227,27724845:27726088,27724849:27725596,27724850:27725810,27724856:27725247,27724867:27726817,27729672:27729860,27731649:27732114,27733808:27735321,27734824:27736254,27737899:27737939,27741689:27742119,27741695:27742274,27741706:27742540,27741708:27742389,27741710:27742393,27741717:27742410,27741724:27742356,27741728:27742090,27748892:27749006,27755174:27755745,27756978:27757353,27760561:2776451', 'assoc_mat': '27403865:pet_clair:3594:27404056,27406524:pet_clair:3594:27406961,27409027:pet_clair:3594:27409516,27413291:pet_clair:3594:27413721,27414376:pet_clair:3594:27414666,27417933:pet_clair:3594:27418155,27447684:pet_clair:3594:27447816,27448207:pet_clair:3594:27450454,27448208:pet_clair:3594:27448336,27449555:pet_clair:3594:27450013,27450401:pet_clair:3594:27450718,27463791:pet_clair:3594:27464127,27485662:pet_clair:3594:27486195,27507873:pet_clair:3594:27508700,27552560:pet_clair:3594:27554360,27552574:pet_clair:3594:27554040,27552604:pet_clair:3594:27553040,27612831:pet_clair:3594:27613074,27632551:pet_clair:3594:27636655,27643653:pet_clair:3594:27645923,27646360:pet_clair:3594:27646629,27654127:pet_clair:3594:27654637,27663915:pet_clair:3594:27664178,27682161:pet_clair:3594:27682656,27691360:pet_clair:3594:27698728,27694858:pet_clair:3594:27695559,27699098:pet_clair:3594:27699562,27699099:pet_clair:3594:27699998,27706165:pet_clair:3594:27706811,27724169:pet_clair:3594:27727620,27724821:pet_clair:3594:27727951,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '28030971', 'assoc_port': '27970896:28030971', 'assoc_mat': '27970896:pet_fonce:4205:28030971'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27729786', 'assoc_port': '27729669:27729786', 'assoc_mat': '27729669:pet_fonce:4461:27729786'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0023467045069569424, 'nb_photo': 34, 'list_port_cont': '27717379,27733543,27864043,27953226,28030907,28053857,28053878,28058784,28128001', 'assoc_port': '27717023:27717379,27733316:27733543,27863029:27864043,27952797:27953226,28009980:28053857,28010195:28053878,28029995:28030907,28056127:28058784,28090439:28128001', 'assoc_mat': '27717023:pet_fonce:4211:27717379,27733316:pet_fonce:4211:27733543,27863029:pet_fonce:4211:27864043,27952797:pet_fonce:4211:27953226,28009980:pet_fonce:4211:28053857,28010195:pet_fonce:4211:28053878,28029995:pet_fonce:4211:28030907,28056127:pet_fonce:4211:28058784,28090439:pet_fonce:4211:28128001'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019197409836279966, 'nb_photo': 8, 'list_port_cont': '27407280,27444780,27930048,28029271', 'assoc_port': '27406532:27407280,27444704:27444780,27928873:27930048,28010308:28029271', 'assoc_mat': '27406532:pet_fonce:3327:27407280,27444704:pet_fonce:3327:27444780,27928873:pet_fonce:3327:27930048,28010308:pet_fonce:3327:28029271'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016448584783260863, 'nb_photo': 142, 'list_port_cont': '27414658,27418159,27450014,27450711,27464129,27486194,27553044,27554357,27613079,27628065,27636662,27645918,27664188,27699568,27706809,27725246,27725975,27726082,27726221,27726379,27726819,27727616,27727953,27729857,27735328,27742116,27742280,27742357,27742405,27749008,27757359,27763587,27784381,27796394,27800355,27806405,27807293,27808943,27826554,27832604,27834112,27842074,27846852,27884972,27909960,27929195,27959457,27972835,28009914,28011761,28016207,28019309,28021578,28022557,28023921,28024189,28024847,28026333,28026693,28026868,28027391,28041846,28045392,28051574,28057235,28057801,28059853,28090631,28099880', 'assoc_port': '27414376:27414658,27417933:27418159,27449555:27450014,27450401:27450711,27463791:27464129,27485662:27486194,27552560:27554357,27552604:27553044,27612831:27613079,27627402:27628065,27632551:27636662,27643653:27645918,27663915:27664188,27699098:27699568,27706165:27706809,27724169:27727616,27724821:27727953,27724825:27725975,27724829:27726379,27724843:27726221,27724845:27726082,27724856:27725246,27724867:27726819,27729672:27729857,27733808:27735328,27741689:27742116,27741695:27742280,27741717:27742405,27741724:27742357,27748892:27749008,27756978:27757359,27763194:27763587,27783676:27784381,27796154:27796394,27799179:27800355,27804202:27807293,27805992:27806405,27808399:27808943,27826416:27826554,27831386:27832604,27833947:27834112,27841364:27842074,27843844:27846852,27883565:27884972,27900917:28099880,27900927:27909960,27928880:27929195,27958886:27959457,27970713:27972835,28008473:28027391,28008504:28026693,28008658:28009914,28009443:28026333,28010190:28024847,28010191:28024189,28010444:28011761,28010594:2802392', 'assoc_mat': '27414376:pet_fonce:3594:27414658,27417933:pet_fonce:3594:27418159,27449555:pet_fonce:3594:27450014,27450401:pet_fonce:3594:27450711,27463791:pet_fonce:3594:27464129,27485662:pet_fonce:3594:27486194,27552560:pet_fonce:3594:27554357,27552604:pet_fonce:3594:27553044,27612831:pet_fonce:3594:27613079,27627402:pet_fonce:3594:27628065,27632551:pet_fonce:3594:27636662,27643653:pet_fonce:3594:27645918,27663915:pet_fonce:3594:27664188,27699098:pet_fonce:3594:27699568,27706165:pet_fonce:3594:27706809,27724169:pet_fonce:3594:27727616,27724821:pet_fonce:3594:27727953,27724825:pet_fonce:3594:27725975,27724829:pet_fonce:3594:27726379,27724843:pet_fonce:3594:27726221,27724845:pet_fonce:3594:27726082,27724856:pet_fonce:3594:27725246,27724867:pet_fonce:3594:27726819,27729672:pet_fonce:3594:27729857,27733808:pet_fonce:3594:27735328,27741689:pet_fonce:3594:27742116,27741695:pet_fonce:3594:27742280,27741717:pet_fonce:3594:27742405,27741724:pet_fonce:3594:27742357,27748892:pet_fonce:3594:27749008,27756978:pet_fonce:3594:27757359,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 24, 'list_port_cont': '27456981,27717963,27742236,27764171,27772647,27912044,27953217,28023826,28025763,28056653', 'assoc_port': '27447657:27456981,27708723:27717963,27741703:27742236,27755172:27764171,27758988:27772647,27900926:27912044,27909294:28025763,27952837:27953217,28011647:28056653,28015478:28023826', 'assoc_mat': '27447657:pet_opaque:4205:27456981,27708723:pet_opaque:4205:27717963,27741703:pet_opaque:4205:27742236,27755172:pet_opaque:4205:27764171,27758988:pet_opaque:4205:27772647,27900926:pet_opaque:4205:27912044,27909294:pet_opaque:4205:28025763,27952837:pet_opaque:4205:27953217,28011647:pet_opaque:4205:28056653,28015478:pet_opaque:4205:28023826'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011764597277881037, 'nb_photo': 4, 'list_port_cont': '27725890,28055723,28057991,28061019', 'assoc_port': '27724817:27725890,28010596:28055723,28055863:28061019,28055961:28057991', 'assoc_mat': '27724817:pet_opaque:4203:27725890,28010596:pet_opaque:4203:28055723,28055863:pet_opaque:4203:28061019,28055961:pet_opaque:4203:28057991'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020026197820910267, 'nb_photo': 18, 'list_port_cont': '27413429,27444151,27451589,27651332,27656338,27734107,27883806,28031630,28062512,28064587', 'assoc_port': '27413363:27413429,27444090:27444151,27449553:27451589,27632528:27656338,27649738:27651332,27733804:27734107,27883605:27883806,27970906:28031630,28015662:28064587,28055845:28062512', 'assoc_mat': '27413363:pet_opaque:4207:27413429,27444090:pet_opaque:4207:27444151,27449553:pet_opaque:4207:27451589,27632528:pet_opaque:4207:27656338,27649738:pet_opaque:4207:27651332,27733804:pet_opaque:4207:27734107,27883605:pet_opaque:4207:27883806,27970906:pet_opaque:4207:28031630,28015662:pet_opaque:4207:28064587,28055845:pet_opaque:4207:28062512'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008107916589591862, 'nb_photo': 20, 'list_port_cont': '27388235,27442733,27501075,27729783,27749170,27767094', 'assoc_port': '27387810:27388235,27442369:27442733,27500783:27501075,27729669:27729783,27748908:27749170,27767010:27767094', 'assoc_mat': '27387810:pet_opaque:4461:27388235,27442369:pet_opaque:4461:27442733,27500783:pet_opaque:4461:27501075,27729669:pet_opaque:4461:27729783,27748908:pet_opaque:4461:27749170,27767010:pet_opaque:4461:27767094'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001644261199377945, 'nb_photo': 111, 'list_port_cont': '27398845,27403986,27413686,27415626,27441476,27442681,27455387,27455757,27458211,27481182,27490491,27497729,27499272,27507901,27634852,27636719,27641244,27643892,27650025,27652353,27654262,27660794,27688894,27698295,27724366,27725047,27725670,27729940,27731038,27741804,27741843,27748767,27752970,27769563,27769939,27783929,27786935,27791958,27796336,27804735,27809635,27811625,27838338,27843088,27844010,27879594,27901468,27953360,27972317,28009026,28010511,28011111,28011438,28019678,28020518,28022240,28023350,28024984,28025386,28026355,28026628,28027348,28028769,28029842,28030578,28035424,28035504,28038283,28044037,28047130,28047222,28057677,28058798,28059561,28061970,28062281,28064550,28072094', 'assoc_port': '27398487:27398845,27403866:27403986,27413331:27413686,27415496:27415626,27441327:27441476,27442370:27442681,27455125:27455757,27455140:27455387,27458101:27458211,27480974:27481182,27490305:27490491,27497512:27497729,27499186:27499272,27507874:27507901,27634467:27634852,27636068:27636719,27641185:27641244,27643655:27643892,27649739:27650025,27651913:27652353,27654133:27654262,27660441:27660794,27687932:27688894,27697876:27698295,27724178:27724366,27724844:27729940,27724869:27725670,27724890:27725047,27730865:27731038,27741739:27741804,27741740:27741843,27748677:27748767,27752691:27752970,27769322:27769939,27769330:27769563,27783717:27783929,27786458:27786935,27791449:27791958,27796156:27796336,27804152:27804735,27809493:27809635,27811390:27811625,27836289:27843088,27837923:27838338,27843842:27844010,27871488:27879594,27900935:27901468,27908951:28020518,27952795:27953360,27970823:27972317,28008197:28035504,28008212:28035424,28008357:28044037,28008700:28009026,28009758:28029842,28009765:28038283,28009926:2802876', 'assoc_mat': '27398487:pet_opaque:4200:27398845,27403866:pet_opaque:4200:27403986,27413331:pet_opaque:4200:27413686,27415496:pet_opaque:4200:27415626,27441327:pet_opaque:4200:27441476,27442370:pet_opaque:4200:27442681,27455125:pet_opaque:4200:27455757,27455140:pet_opaque:4200:27455387,27458101:pet_opaque:4200:27458211,27480974:pet_opaque:4200:27481182,27490305:pet_opaque:4200:27490491,27497512:pet_opaque:4200:27497729,27499186:pet_opaque:4200:27499272,27507874:pet_opaque:4200:27507901,27634467:pet_opaque:4200:27634852,27636068:pet_opaque:4200:27636719,27641185:pet_opaque:4200:27641244,27643655:pet_opaque:4200:27643892,27649739:pet_opaque:4200:27650025,27651913:pet_opaque:4200:27652353,27654133:pet_opaque:4200:27654262,27660441:pet_opaque:4200:27660794,27687932:pet_opaque:4200:27688894,27697876:pet_opaque:4200:27698295,27724178:pet_opaque:4200:27724366,27724844:pet_opaque:4200:27729940,27724869:pet_opaque:4200:27725670,27724890:pet_opaque:4200:27725047,27730865:pet_opaque:4200:27731038,27741739:pet_opaque:4200:27741804,2774'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0012809481413330812, 'nb_photo': 8, 'list_port_cont': '27632903,28057041', 'assoc_port': '27632495:27632903,28055965:28057041', 'assoc_mat': '27632495:pet_opaque:4209:27632903,28055965:pet_opaque:4209:28057041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005182135235374548, 'nb_photo': 452, 'list_port_cont': '27441498,27452531,27474743,27477650,27488106,27489101,27492205,27503667,27624387,27624517,27629206,27636137,27641842,27644573,27654821,27657957,27686885,27691032,27697556,27712260,27712546,27717386,27726245,27726289,27729473,27729916,27732568,27733534,27735469,27749343,27750017,27750212,27753132,27808870,27812680,27826193,27833050,27836493,27839773,27864047,27864890,27884429,27884786,27922983,27930625,27931265,27931306,27941593,27946651,27947643,27948156,27953225,27959471,27971811,27975347,27982008,27983501,28010550,28015283,28016334,28020039,28024610,28024637,28030908,28038547,28039743,28047148,28047794,28048616,28049744,28050209,28050752,28051638,28052554,28052694,28052821,28053085,28053302,28053559,28053853,28053874,28054156,28054189,28057889,28058778,28059945,28061796,28063796,28073976,28073984,28074381,28090823,28091585,28128003,28129376', 'assoc_port': '27441326:27441498,27451944:27452531,27473889:27474743,27476439:27477650,27487692:27488106,27488597:27489101,27491435:27492205,27503313:27503667,27612829:27624517,27612835:27624387,27627416:27629206,27633519:27644573,27633642:27636137,27641144:27641842,27654129:27654821,27657540:27657957,27663936:27697556,27682164:27686885,27687933:27691032,27711666:27712546,27711672:27712260,27717023:27717386,27726011:27726289,27726017:27726245,27729122:27729473,27729671:27729916,27732214:27732568,27733316:27733534,27735403:27735469,27748889:27749343,27749735:27750212,27749739:27750017,27752665:27753132,27808401:27808870,27812131:27812680,27825814:27826193,27832773:27833050,27836288:27836493,27839128:27839773,27863029:27864047,27864189:27864890,27883591:27884786,27883598:27884429,27908707:28038547,27922605:27922983,27928847:27931306,27928867:27931265,27928882:27930625,27940994:27941593,27946307:27946651,27947307:27947643,27948044:27948156,27952797:27953225,27958889:27959471,27970589:27983501,27970650:27982008,27970908:2797534', 'assoc_mat': '27441326:pet_opaque:4211:27441498,27451944:pet_opaque:4211:27452531,27473889:pet_opaque:4211:27474743,27476439:pet_opaque:4211:27477650,27487692:pet_opaque:4211:27488106,27488597:pet_opaque:4211:27489101,27491435:pet_opaque:4211:27492205,27503313:pet_opaque:4211:27503667,27612829:pet_opaque:4211:27624517,27612835:pet_opaque:4211:27624387,27627416:pet_opaque:4211:27629206,27633519:pet_opaque:4211:27644573,27633642:pet_opaque:4211:27636137,27641144:pet_opaque:4211:27641842,27654129:pet_opaque:4211:27654821,27657540:pet_opaque:4211:27657957,27663936:pet_opaque:4211:27697556,27682164:pet_opaque:4211:27686885,27687933:pet_opaque:4211:27691032,27711666:pet_opaque:4211:27712546,27711672:pet_opaque:4211:27712260,27717023:pet_opaque:4211:27717386,27726011:pet_opaque:4211:27726289,27726017:pet_opaque:4211:27726245,27729122:pet_opaque:4211:27729473,27729671:pet_opaque:4211:27729916,27732214:pet_opaque:4211:27732568,27733316:pet_opaque:4211:27733534,27735403:pet_opaque:4211:27735469,27748889:pet_opaque:4211:27749343,2774'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006393710359215795, 'nb_photo': 819, 'list_port_cont': '27388043,27388519,27394960,27403889,27409147,27409546,27413454,27415570,27418130,27436081,27439450,27444194,27444349,27448236,27455218,27474438,27481101,27481533,27485874,27497586,27499248,27499574,27501652,27507929,27583260,27609368,27628049,27633450,27633780,27634246,27634477,27634662,27636035,27636248,27636670,27636885,27642828,27649915,27652041,27657625,27662180,27682942,27685011,27688291,27689213,27689832,27695178,27703407,27713880,27724205,27724918,27725232,27726122,27727968,27733373,27735446,27742526,27748981,27749136,27749552,27751729,27755327,27759196,27767074,27783869,27784487,27784943,27785267,27794220,27796211,27799377,27803185,27826436,27829662,27832373,27835280,27841455,27841672,27846169,27861539,27862427,27883668,27901119,27901655,27909005,27909392,27922792,27924910,27928944,27941180,27941778,27942283,27948100,27949831,27960831,27971295,27972271,27973442,27975561,27978079,28002188,28003036,28003308,28007196,28009193,28009500,28009805,28010178,28010419,28010710,28010940,28012170,28012497,2801318', 'assoc_port': '27387808:27388519,27387815:27388043,27394663:27394960,27403858:27403889,27409008:27409546,27409022:27409147,27413332:27413454,27415501:27415570,27417936:27418130,27435756:27436081,27439189:27439450,27444091:27444194,27444092:27444349,27448203:27448236,27455130:27455218,27473887:27474438,27480976:27481533,27480980:27481101,27485667:27485874,27497506:27497586,27499187:27499574,27499190:27499248,27501603:27501652,27507875:27507929,27552588:27583260,27609291:27609368,27627388:27628049,27632606:27636885,27632614:27636248,27632616:27636670,27632618:27636035,27632620:27633450,27633549:27634477,27633648:27634246,27633650:27633780,27634485:27634662,27642712:27642828,27649733:27649915,27651909:27652041,27657543:27657625,27661921:27662180,27682152:27685011,27682222:27682942,27687819:27689832,27687824:27689213,27688029:27688291,27694856:27695178,27703253:27703407,27713773:27713880,27724179:27724205,27724837:27725232,27724877:27724918,27726015:27726122,27727889:27727968,27733311:27733373,27735401:27735446,27741715:2774252', 'assoc_mat': '27387808:plastique:3726:27388519,27387815:plastique:3726:27388043,27394663:plastique:3726:27394960,27403858:plastique:3726:27403889,27409008:plastique:3726:27409546,27409022:plastique:3726:27409147,27413332:plastique:3726:27413454,27415501:plastique:3726:27415570,27417936:plastique:3726:27418130,27435756:plastique:3726:27436081,27439189:plastique:3726:27439450,27444091:plastique:3726:27444194,27444092:plastique:3726:27444349,27448203:plastique:3726:27448236,27455130:plastique:3726:27455218,27473887:plastique:3726:27474438,27480976:plastique:3726:27481533,27480980:plastique:3726:27481101,27485667:plastique:3726:27485874,27497506:plastique:3726:27497586,27499187:plastique:3726:27499574,27499190:plastique:3726:27499248,27501603:plastique:3726:27501652,27507875:plastique:3726:27507929,27552588:plastique:3726:27583260,27609291:plastique:3726:27609368,27627388:plastique:3726:27628049,27632606:plastique:3726:27636885,27632614:plastique:3726:27636248,27632616:plastique:3726:27636670,27632618:plastique:3726:27636035,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009124263622193112, 'nb_photo': 1570, 'list_port_cont': '27388044,27388512,27389019,27394958,27403897,27409151,27409544,27413444,27415577,27418121,27436071,27439447,27444186,27444351,27448233,27455217,27474437,27481102,27481539,27485878,27497594,27499246,27501650,27583259,27583630,27609365,27627750,27628041,27633452,27633786,27634249,27634472,27634659,27636030,27636243,27636675,27636888,27642832,27649909,27652036,27657630,27662177,27682941,27685008,27688300,27689217,27689824,27695180,27703404,27713877,27724203,27724914,27725222,27726124,27727966,27733380,27735452,27741756,27741963,27742525,27748441,27748984,27749137,27749547,27755324,27759195,27767068,27783866,27784488,27784725,27785279,27794228,27796204,27799370,27803179,27825898,27826433,27829661,27832372,27832461,27835278,27841461,27841667,27846168,27861536,27883670,27901108,27901648,27908723,27908993,27909398,27922783,27928954,27939767,27941196,27941777,27942278,27943638,27948107,27949821,27960838,27971297,27972264,27973445,27975554,27978076,28002189,28003035,28003640,28007201,28008860,28009196,28009501,2800979', 'assoc_port': '27387787:27389019,27387808:27388512,27387815:27388044,27394663:27394958,27403858:27403897,27409008:27409544,27409022:27409151,27413332:27413444,27415501:27415577,27417936:27418121,27435756:27436071,27439189:27439447,27444091:27444186,27444092:27444351,27448203:27448233,27455130:27455217,27473887:27474437,27480976:27481539,27480980:27481102,27485667:27485878,27497506:27497594,27499190:27499246,27501603:27501650,27552588:27583259,27552590:27583630,27609291:27609365,27627388:27628041,27627420:27627750,27632606:27636888,27632614:27636243,27632616:27636675,27632618:27636030,27632620:27633452,27633549:27634472,27633648:27634249,27633650:27633786,27634485:27634659,27642712:27642832,27649733:27649909,27651909:27652036,27657543:27657630,27661921:27662177,27682152:27685008,27682222:27682941,27687819:27689824,27687824:27689217,27688029:27688300,27694856:27695180,27703253:27703404,27713773:27713877,27724179:27724203,27724837:27725222,27724877:27724914,27726015:27726124,27727889:27727966,27733311:27733380,27735401:2773545', 'assoc_mat': '27387787:Teint_Dans_La_Masse:3726:27389019,27387808:Teint_Dans_La_Masse:3726:27388512,27387815:Teint_Dans_La_Masse:3726:27388044,27394663:Teint_Dans_La_Masse:3726:27394958,27403858:Teint_Dans_La_Masse:3726:27403897,27409008:Teint_Dans_La_Masse:3726:27409544,27409022:Teint_Dans_La_Masse:3726:27409151,27413332:Teint_Dans_La_Masse:3726:27413444,27415501:Teint_Dans_La_Masse:3726:27415577,27417936:Teint_Dans_La_Masse:3726:27418121,27435756:Teint_Dans_La_Masse:3726:27436071,27439189:Teint_Dans_La_Masse:3726:27439447,27444091:Teint_Dans_La_Masse:3726:27444186,27444092:Teint_Dans_La_Masse:3726:27444351,27448203:Teint_Dans_La_Masse:3726:27448233,27455130:Teint_Dans_La_Masse:3726:27455217,27473887:Teint_Dans_La_Masse:3726:27474437,27480976:Teint_Dans_La_Masse:3726:27481539,27480980:Teint_Dans_La_Masse:3726:27481102,27485667:Teint_Dans_La_Masse:3726:27485878,27497506:Teint_Dans_La_Masse:3726:27497594,27499190:Teint_Dans_La_Masse:3726:27499246,27501603:Teint_Dans_La_Masse:3726:27501650,27552588:Teint_Dans_La_Masse:3726:2'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27826198', 'assoc_port': '27825814:27826198', 'assoc_mat': '27825814:textiles_sanitaires:4211:27826198'}), 'main_stat': {'nb_photos': 47016}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30174299,30174302,30174310,30174318,30174336,30174358,30174368,30174377,30174386,30174391?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30174300,30174319,30174359,30174369,30174378,30174387,30174392?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30174301,30174320,30174321,30174322,30174349,30174366,30174400,30174401?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30174303,30174311,30174323,30174330,30174337,30174344,30174351,30174360,30174370,30174379,30174388,30174393?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30174304,30174312,30174324,30174331,30174338,30174345,30174352,30174361,30174371,30174380,30174394?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30174305,30174313,30174325,30174332,30174339,30174346,30174353,30174362,30174372,30174381,30174395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30174306,30174314,30174326,30174333,30174340,30174347,30174354,30174363,30174373,30174382,30174389,30174396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30174307,30174315,30174327,30174334,30174341,30174355,30174364,30174374,30174383,30174397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30174308,30174316,30174328,30174342,30174348,30174356,30174365,30174375,30174384,30174398?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30174309,30174317,30174329,30174335,30174343,30174350,30174357,30174367,30174376,30174385,30174390,30174399,30174402?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('jrm', '2025-10', 0.02970798357219252),), (('film_pedb', '2025-10', 0.19283764544310425),), (('flux_dev', '2025-10', 0.13244766524510718),), (('emr', '2025-10', 0.034633763410477816),), (('pehd_pp', '2025-10', 0.03170152659852546),), (('gm', '2025-10', 0.03224179746642067),), (('pet_clair', '2025-10', 0.012235406101642667),), (('aluminium', '2025-10', 0.053113526482728456),), (('ela', '2025-10', 0.06792387426449108),), (('refus', '2025-10', 0.07584241758192427),)]} 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': ((47016,),), 'unwanted_material_monthly_percentage': ((0.05732298822545061,),), 'material_repartition': (('pet_clair', 4962), ('pehd_pp', 4224), ('emr', 3273), ('film_pedb', 3069), ('jrm', 2814), ('flux_dev', 2326), ('gm', 1124), ('refus', 941), ('ela', 919), ('aluminium', 191)), 'material_dict': {'pet_clair': 4962, 'pehd_pp': 4224, 'emr': 3273, 'film_pedb': 3069, 'jrm': 2814, 'autres': 5501}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 10, 1), 0.06138256599191387, 5), (datetime.date(2025, 10, 2), 0.04990714354359816, 45), (datetime.date(2025, 10, 3), 0.0616522268214161, 43), (datetime.date(2025, 10, 6), 0.060825260889970194, 18), (datetime.date(2025, 10, 7), 0.059667518052221175, 61), (datetime.date(2025, 10, 8), 0.06050995037733838, 41), (datetime.date(2025, 10, 9), 0.05388017811450352, 47), (datetime.date(2025, 10, 10), 0.059287003728908244, 31), (datetime.date(2025, 10, 11), 0.05648688298271926, 42), (datetime.date(2025, 10, 13), 0.06196022239282566, 23), (datetime.date(2025, 10, 14), 0.0690296536160049, 8), (datetime.date(2025, 10, 15), 0.06484279579483782, 49), (datetime.date(2025, 10, 16), 0.0581202778835919, 9), (datetime.date(2025, 10, 17), 0.06450502834541307, 25), (datetime.date(2025, 10, 18), 0.019851237326213127, 5), (datetime.date(2025, 10, 20), 0.04923554826752861, 57), (datetime.date(2025, 10, 21), 0.05816812058816555, 52), (datetime.date(2025, 10, 22), 0.052097344622657096, 9), (datetime.date(2025, 10, 23), 0.05394497505073608, 35), (datetime.date(2025, 10, 24), 0.051644595960378285, 29), (datetime.date(2025, 10, 27), 0.053024375199332015, 50), (datetime.date(2025, 10, 29), 0.05002882782511376, 7), (datetime.date(2025, 10, 30), 0.0476902585136462, 6), (datetime.date(2025, 10, 31), 0.061897867732009594, 7)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2025, 10, 1), 0.03982428744221759, 5), (datetime.date(2025, 10, 2), 0.021345565926049515, 45), (datetime.date(2025, 10, 3), 0.028693238888274127, 43), (datetime.date(2025, 10, 6), 0.046820771587141895, 16), (datetime.date(2025, 10, 7), 0.021636254291368843, 38), (datetime.date(2025, 10, 8), 0.024702080252259583, 41), (datetime.date(2025, 10, 9), 0.025795403907515047, 47), (datetime.date(2025, 10, 10), 0.027292277246798988, 31), (datetime.date(2025, 10, 11), 0.0385599272621602, 42), (datetime.date(2025, 10, 13), 0.022789896467273734, 7), (datetime.date(2025, 10, 14), 0.03103523846116547, 7), (datetime.date(2025, 10, 15), 0.027187068717059462, 49), (datetime.date(2025, 10, 16), 0.028189376600720666, 16), (datetime.date(2025, 10, 17), 0.027918021395339086, 42), (datetime.date(2025, 10, 18), 0.03357148220537334, 5), (datetime.date(2025, 10, 20), 0.02111014990211027, 57), (datetime.date(2025, 10, 21), 0.04166730579233515, 52), (datetime.date(2025, 10, 22), 0.028377224810952673, 14), (datetime.date(2025, 10, 23), 0.027342657773856267, 35), (datetime.date(2025, 10, 24), 0.02686909763477191, 29), (datetime.date(2025, 10, 27), 0.029553923775676387, 6), (datetime.date(2025, 10, 29), 0.03010581735754874, 7), (datetime.date(2025, 10, 30), 0.029298183823487894, 6), (datetime.date(2025, 10, 31), 0.03694561815317899, 7)), 'film_pedb': ((datetime.date(2025, 10, 1), 0.21644627458050159, 10), (datetime.date(2025, 10, 2), 0.1940370530423389, 27), (datetime.date(2025, 10, 3), 0.17488117218014487, 45), (datetime.date(2025, 10, 6), 0.21145417285083348, 63), (datetime.date(2025, 10, 7), 0.215163720449229, 29), (datetime.date(2025, 10, 8), 0.21079559762190617, 40), (datetime.date(2025, 10, 9), 0.17861559262271084, 30), (datetime.date(2025, 10, 10), 0.20940380534462463, 42), (datetime.date(2025, 10, 11), 0.18231851194791115, 34), (datetime.date(2025, 10, 13), 0.19180027292612792, 37), (datetime.date(2025, 10, 14), 0.20927416055518944, 24), (datetime.date(2025, 10, 15), 0.230385892883027, 38), (datetime.date(2025, 10, 16), 0.2038267332074064, 40), (datetime.date(2025, 10, 17), 0.20983231032732164, 37), (datetime.date(2025, 10, 20), 0.1870704349386066, 32), (datetime.date(2025, 10, 21), 0.16346403737467624, 31), (datetime.date(2025, 10, 22), 0.18333358519693144, 32), (datetime.date(2025, 10, 23), 0.17079215047606217, 41), (datetime.date(2025, 10, 24), 0.21967504762001647, 35), (datetime.date(2025, 10, 27), 0.14884053377815565, 43), (datetime.date(2025, 10, 29), 0.19026533370008042, 37), (datetime.date(2025, 10, 30), 0.1621437332567239, 32), (datetime.date(2025, 10, 31), 0.1860090708218865, 42)), 'flux_dev': ((datetime.date(2025, 10, 1), 0.1193545041154964, 13), (datetime.date(2025, 10, 2), 0.10764781855304292, 12), (datetime.date(2025, 10, 3), 0.08772000845434855, 20), (datetime.date(2025, 10, 6), 0.1786854688663501, 14), (datetime.date(2025, 10, 7), 0.12282629952091512, 9), (datetime.date(2025, 10, 8), 0.15903494725570935, 16), (datetime.date(2025, 10, 9), 0.14140092511523342, 20), (datetime.date(2025, 10, 10), 0.15572063031926137, 11), (datetime.date(2025, 10, 11), 0.12383868803537242, 15), (datetime.date(2025, 10, 13), 0.16319143431900485, 6), (datetime.date(2025, 10, 14), 0.13486483870055596, 10), (datetime.date(2025, 10, 15), 0.1583834154194076, 21), (datetime.date(2025, 10, 16), 0.15414836098137918, 13), (datetime.date(2025, 10, 17), 0.14489888918418733, 5), (datetime.date(2025, 10, 20), 0.1250728003711138, 6), (datetime.date(2025, 10, 21), 0.12344203383017477, 18), (datetime.date(2025, 10, 22), 0.11500032213922254, 9), (datetime.date(2025, 10, 23), 0.12739086032685704, 7), (datetime.date(2025, 10, 24), 0.1354819767803018, 13), (datetime.date(2025, 10, 27), 0.1410614941393207, 16), (datetime.date(2025, 10, 29), 0.12358758227844353, 15), (datetime.date(2025, 10, 30), 0.10647851646523261, 8), (datetime.date(2025, 10, 31), 0.0780860791244706, 10)), 'emr': ((datetime.date(2025, 10, 1), 0.04027250697886242, 21), (datetime.date(2025, 10, 2), 0.02867127071887171, 12), (datetime.date(2025, 10, 3), 0.02767133842318143, 8), (datetime.date(2025, 10, 6), 0.028962621732193834, 15), (datetime.date(2025, 10, 7), 0.035490339499454404, 23), (datetime.date(2025, 10, 8), 0.03315034467349011, 5), (datetime.date(2025, 10, 9), 0.028845401363717608, 16), (datetime.date(2025, 10, 10), 0.03778632041905964, 20), (datetime.date(2025, 10, 11), 0.04048138990097674, 19), (datetime.date(2025, 10, 13), 0.0346055906947111, 10), (datetime.date(2025, 10, 14), 0.039916499593006374, 10), (datetime.date(2025, 10, 15), 0.042272023412713966, 13), (datetime.date(2025, 10, 16), 0.03961973577497571, 18), (datetime.date(2025, 10, 17), 0.035245949860176116, 18), (datetime.date(2025, 10, 20), 0.03398879418502135, 27), (datetime.date(2025, 10, 21), 0.03209803362816466, 15), (datetime.date(2025, 10, 22), 0.033952795220604036, 10), (datetime.date(2025, 10, 23), 0.0331680815697623, 14), (datetime.date(2025, 10, 24), 0.03185903164128325, 16), (datetime.date(2025, 10, 27), 0.032287020842292916, 16), (datetime.date(2025, 10, 29), 0.029244296719530796, 10), (datetime.date(2025, 10, 30), 0.03420921200924836, 7), (datetime.date(2025, 10, 31), 0.03261257374029376, 12)), 'pehd_pp': ((datetime.date(2025, 10, 1), 0.027883682248087002, 37), (datetime.date(2025, 10, 2), 0.03250215819346854, 24), (datetime.date(2025, 10, 3), 0.027083628507714074, 21), (datetime.date(2025, 10, 6), 0.03066579408658482, 18), (datetime.date(2025, 10, 7), 0.03017648070671039, 61), (datetime.date(2025, 10, 8), 0.030191423536205828, 21), (datetime.date(2025, 10, 9), 0.032937741234194115, 46), (datetime.date(2025, 10, 10), 0.034654057170322806, 13), (datetime.date(2025, 10, 11), 0.03154206994592469, 42), (datetime.date(2025, 10, 13), 0.029876953005604362, 23), (datetime.date(2025, 10, 14), 0.028196159363724212, 29), (datetime.date(2025, 10, 15), 0.03439204530369222, 35), (datetime.date(2025, 10, 16), 0.027661949557114887, 8), (datetime.date(2025, 10, 17), 0.03633516618849121, 25), (datetime.date(2025, 10, 20), 0.03760960284051081, 6), (datetime.date(2025, 10, 21), 0.04368550564859247, 27), (datetime.date(2025, 10, 22), 0.03733475595371158, 37), (datetime.date(2025, 10, 23), 0.03038503712400894, 11), (datetime.date(2025, 10, 24), 0.03136111305548759, 21), (datetime.date(2025, 10, 27), 0.030165711924952807, 7), (datetime.date(2025, 10, 29), 0.03346846277544105, 26), (datetime.date(2025, 10, 30), 0.02606846629317935, 42), (datetime.date(2025, 10, 31), 0.027343951181623968, 11)), 'gm': ((datetime.date(2025, 10, 1), 0.0185164505650779, 26), (datetime.date(2025, 10, 2), 0.017190181633737128, 27), (datetime.date(2025, 10, 3), 0.041790829329201334, 25), (datetime.date(2025, 10, 6), 0.03025908384928671, 5), (datetime.date(2025, 10, 7), 0.02545314128631766, 26), (datetime.date(2025, 10, 8), 0.021485999363632474, 25), (datetime.date(2025, 10, 9), 0.02865008495722752, 28), (datetime.date(2025, 10, 10), 0.029033824460397283, 24), (datetime.date(2025, 10, 11), 0.03848098205998742, 27), (datetime.date(2025, 10, 13), 0.006008364481565927, 23), (datetime.date(2025, 10, 14), 0.034170445593714426, 8), (datetime.date(2025, 10, 15), 0.02325621483771399, 27), (datetime.date(2025, 10, 16), 0.018207831359825236, 26), (datetime.date(2025, 10, 17), 0.023120402436922403, 25), (datetime.date(2025, 10, 18), 0.011996135296159553, 38), (datetime.date(2025, 10, 20), 0.020973632643297463, 27), (datetime.date(2025, 10, 21), 0.04841191818702923, 27), (datetime.date(2025, 10, 22), 0.029055759601976743, 24), (datetime.date(2025, 10, 23), 0.027565339832561157, 23), (datetime.date(2025, 10, 24), 0.012669266942304459, 24), (datetime.date(2025, 10, 27), 0.03950541969449515, 23), (datetime.date(2025, 10, 29), 0.024608746291525836, 23), (datetime.date(2025, 10, 30), 0.06871276038382204, 9), (datetime.date(2025, 10, 31), 0.06042961211292277, 5)), 'pet_clair': ((datetime.date(2025, 10, 1), 0.007766760299241523, 29), (datetime.date(2025, 10, 2), 0.005820013098784535, 34), (datetime.date(2025, 10, 3), 0.05718918162413239, 28), (datetime.date(2025, 10, 6), 0.013034677285250313, 47), (datetime.date(2025, 10, 7), 0.0051489881296839105, 27), (datetime.date(2025, 10, 8), 0.005140764610369816, 51), (datetime.date(2025, 10, 9), 0.0055557408063364585, 63), (datetime.date(2025, 10, 10), 0.006469024925560082, 24), (datetime.date(2025, 10, 11), 0.006449272902301028, 25), (datetime.date(2025, 10, 13), 0.007897523225729714, 53), (datetime.date(2025, 10, 14), 0.052607978054246815, 27), (datetime.date(2025, 10, 15), 0.005336221338188882, 26), (datetime.date(2025, 10, 16), 0.006164222094886964, 30), (datetime.date(2025, 10, 17), 0.007247058506004726, 25), (datetime.date(2025, 10, 20), 0.0017742524043191802, 55), (datetime.date(2025, 10, 21), 0.0032954735227333897, 19), (datetime.date(2025, 10, 22), 0.005036906032986655, 32), (datetime.date(2025, 10, 23), 0.005065943749237144, 39), (datetime.date(2025, 10, 24), 0.005045453907002613, 24), (datetime.date(2025, 10, 27), 0.0019936892920727907, 50), (datetime.date(2025, 10, 29), 0.003936072339514132, 22), (datetime.date(2025, 10, 30), 0.002712416081808773, 52), (datetime.date(2025, 10, 31), 0.054983448952777514, 28)), 'aluminium': ((datetime.date(2025, 10, 1), 0.06857210124604997, 17), (datetime.date(2025, 10, 2), 0.0696543440778183, 18), (datetime.date(2025, 10, 3), 0.05210269914755356, 11), (datetime.date(2025, 10, 6), 0.02893092724687644, 14), (datetime.date(2025, 10, 7), 0.07170948449793817, 15), (datetime.date(2025, 10, 8), 0.06413632948774406, 18), (datetime.date(2025, 10, 9), 0.055522626238914095, 7), (datetime.date(2025, 10, 10), 0.046598946431539875, 23), (datetime.date(2025, 10, 11), 0.06864385857363531, 7), (datetime.date(2025, 10, 13), 0.04880303213117562, 16), (datetime.date(2025, 10, 14), 0.04356119057976764, 5), (datetime.date(2025, 10, 15), 0.047764987334960284, 10), (datetime.date(2025, 10, 16), 0.05596801769338448, 5), (datetime.date(2025, 10, 17), 0.04892132668268322, 30), (datetime.date(2025, 10, 20), 0.039191131641274565, 15), (datetime.date(2025, 10, 21), 0.06678049130232304, 6), (datetime.date(2025, 10, 22), 0.05806896031478161, 6), (datetime.date(2025, 10, 23), 0.07103041667446643, 6), (datetime.date(2025, 10, 24), 0.04810499043997709, 5), (datetime.date(2025, 10, 27), 0.024809415453747343, 6), (datetime.date(2025, 10, 30), 0.054136299956345287, 15), (datetime.date(2025, 10, 31), 0.034133232982878604, 7)), 'ela': ((datetime.date(2025, 10, 1), 0.0539848229252639, 32), (datetime.date(2025, 10, 2), 0.07298775625077066, 37), (datetime.date(2025, 10, 3), 0.07969266872395302, 31), (datetime.date(2025, 10, 6), 0.051001634038879834, 17), (datetime.date(2025, 10, 7), 0.04119338878086156, 34), (datetime.date(2025, 10, 8), 0.053707499419595815, 33), (datetime.date(2025, 10, 9), 0.0626999459468531, 35), (datetime.date(2025, 10, 10), 0.06904108967896568, 33), (datetime.date(2025, 10, 11), 0.07797050707103886, 31), (datetime.date(2025, 10, 13), 0.06936751248625361, 8), (datetime.date(2025, 10, 14), 0.05503552315555491, 34), (datetime.date(2025, 10, 15), 0.06892885216083207, 21), (datetime.date(2025, 10, 16), 0.06858671655466665, 9), (datetime.date(2025, 10, 17), 0.059429326554146095, 37), (datetime.date(2025, 10, 20), 0.06254813916054883, 30), (datetime.date(2025, 10, 21), 0.07205081670888752, 26), (datetime.date(2025, 10, 22), 0.07225626518876797, 25), (datetime.date(2025, 10, 23), 0.056216691251966606, 30), (datetime.date(2025, 10, 24), 0.06564009938510901, 30), (datetime.date(2025, 10, 27), 0.07586551172618955, 28), (datetime.date(2025, 10, 29), 0.08545335202419023, 38), (datetime.date(2025, 10, 30), 0.09546095960483228, 29), (datetime.date(2025, 10, 31), 0.09309089600876934, 12)), 'refus': ((datetime.date(2025, 10, 1), 0.07914408971172333, 9), (datetime.date(2025, 10, 2), 0.06883132384108948, 19), (datetime.date(2025, 10, 3), 0.06140923120089789, 14), (datetime.date(2025, 10, 6), 0.07345401047025034, 10), (datetime.date(2025, 10, 7), 0.09001014386271483, 10), (datetime.date(2025, 10, 8), 0.08296460143758855, 11), (datetime.date(2025, 10, 9), 0.07358456675690521, 9), (datetime.date(2025, 10, 10), 0.08142634766989865, 11), (datetime.date(2025, 10, 11), 0.07672799375826721, 13), (datetime.date(2025, 10, 13), 0.0815791915752727, 22), (datetime.date(2025, 10, 14), 0.07967682722416995, 14), (datetime.date(2025, 10, 15), 0.07482392676082658, 15), (datetime.date(2025, 10, 16), 0.08640374113572898, 26), (datetime.date(2025, 10, 17), 0.1055200366382007, 11), (datetime.date(2025, 10, 20), 0.07249629488482386, 11), (datetime.date(2025, 10, 21), 0.05184647817460317, 9), (datetime.date(2025, 10, 22), 0.04849588550434905, 6), (datetime.date(2025, 10, 23), 0.05857292157850367, 11), (datetime.date(2025, 10, 24), 0.07322807255497688, 6), (datetime.date(2025, 10, 27), 0.0359768224645544, 6), (datetime.date(2025, 10, 29), 0.04889702428878153, 10), (datetime.date(2025, 10, 30), 0.04729495201581788, 16), (datetime.date(2025, 10, 31), 0.0537847324106677, 16))}, 'quality_array': [['-1.6682997425902129', '01102025'], ['-6.34952204460899', '02102025'], ['-6.2841736593501825', '03102025'], ['11.57224831343419', '06102025'], ['-6.426536495296279', '07102025'], ['-6.349311796293595', '08102025'], ['-6.335603961082914', '09102025'], ['-6.42747201489723', '10102025'], ['-6.347067494088275', '11102025'], ['-6.389574505773345', '13102025'], ['-6.405668989212931', '14102025'], ['-6.441653520297036', '15102025'], ['22.98034346575362', '16102025'], ['-6.393495410914876', '17102025'], ['16.548790169821995', '18102025'], ['33.59281059106881', '20102025'], ['74.14616015670899', '21102025'], ['-6.2114058753246235', '22102025'], ['-6.267947579384366', '23102025'], ['-6.297194448979583', '24102025'], ['-6.1673043794711955', '27102025'], ['15.705437007219935', '29102025'], ['-0.9416348001668872', '30102025'], ['0.5818851772414965', '31102025']], 'number_of_batch': ((2498,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004754867718578793, 'nb_photo': 730, 'list_port_cont': '27392087,27396549,27399148,27404538,27410900,27413936,27418633,27442806,27444577,27446715,27448414,27450770,27456034,27459453,27481453,27485096,27489083,27489240,27491951,27498846,27498943,27503750,27593323,27594118,27594339,27613194,27632136,27633563,27634750,27635130,27635292,27640431,27641351,27643276,27645874,27650332,27654568,27654687,27684261,27684894,27690196,27692395,27696858,27697581,27698641,27704019,27709466,27712215,27715576,27716651,27723251,27723433,27723833,27725298,27725431,27725573,27726174,27726405,27727783,27728254,27729008,27729888,27731183,27732626,27734150,27735655,27742022,27742129,27742341,27742366,27748898,27749302,27750043,27752194,27753152,27759696,27763944,27771716,27771913,27772112,27787264,27794619,27794653,27803692,27806557,27808848,27809866,27812451,27824496,27829873,27832084,27832560,27833064,27834193,27836585,27841984,27863604,27863788,27865617,27868368,27868858,27884502,27884646,27904513,27910583,27911067,27911813,27931469,27946729,27948317,27959855,27972028,27972109,2797235', 'assoc_port': '27391350:27392087,27395951:27396549,27398431:27399148,27403857:27404538,27410312:27410900,27413359:27413936,27417935:27418633,27441325:27444577,27442335:27442806,27446535:27446715,27448206:27448414,27450404:27450770,27455136:27456034,27459009:27459453,27480969:27481453,27484320:27485096,27488570:27489240,27488598:27489083,27491436:27491951,27498532:27498943,27498548:27498846,27503285:27503750,27552558:27594339,27552570:27594118,27552607:27593323,27612838:27613194,27631521:27632136,27632501:27633563,27632556:27640431,27633515:27635292,27633578:27635130,27633645:27634750,27633654:27641351,27642713:27643276,27645052:27645874,27649737:27650332,27654126:27654687,27654128:27654568,27682168:27684894,27682219:27684261,27687910:27697581,27687913:27690196,27691359:27692395,27696342:27696858,27697882:27698641,27703261:27704019,27708725:27709466,27711670:27712215,27714915:27715576,27716349:27716651,27722926:27723251,27722932:27723833,27722977:27723433,27724819:27726405,27724835:27726174,27724852:27729008,27724873:2772529', 'assoc_mat': '27391350:autre:3327:27392087,27395951:autre:3327:27396549,27398431:autre:3327:27399148,27403857:autre:3327:27404538,27410312:autre:3327:27410900,27413359:autre:3327:27413936,27417935:autre:3327:27418633,27441325:autre:3327:27444577,27442335:autre:3327:27442806,27446535:autre:3327:27446715,27448206:autre:3327:27448414,27450404:autre:3327:27450770,27455136:autre:3327:27456034,27459009:autre:3327:27459453,27480969:autre:3327:27481453,27484320:autre:3327:27485096,27488570:autre:3327:27489240,27488598:autre:3327:27489083,27491436:autre:3327:27491951,27498532:autre:3327:27498943,27498548:autre:3327:27498846,27503285:autre:3327:27503750,27552558:autre:3327:27594339,27552570:autre:3327:27594118,27552607:autre:3327:27593323,27612838:autre:3327:27613194,27631521:autre:3327:27632136,27632501:autre:3327:27633563,27632556:autre:3327:27640431,27633515:autre:3327:27635292,27633578:autre:3327:27635130,27633645:autre:3327:27634750,27633654:autre:3327:27641351,27642713:autre:3327:27643276,27645052:autre:3327:27645874,27649737:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0017664791638585787, 'nb_photo': 313, 'list_port_cont': '27404054,27406955,27409518,27413700,27414665,27418154,27448335,27450007,27450446,27450720,27464132,27486189,27508698,27553035,27554039,27554356,27613070,27636657,27645920,27654634,27664186,27682645,27695560,27698734,27700005,27706816,27725592,27725976,27726080,27726374,27727617,27727956,27729859,27732107,27735319,27736255,27737941,27742120,27742277,27742352,27742387,27742400,27742408,27749003,27757352,27761308,27763590,27767261,27767576,27784375,27795279,27796391,27803392,27807292,27808951,27826555,27832607,27834116,27842071,27846847,27884233,27884548,27909958,27910424,27929185,27959455,27972833,27975692,28009261,28009915,28010448,28016210,28017360,28019305,28021575,28023641,28023923,28024192,28024842,28025347,28025985,28026332,28026697,28026869,28031002,28045394,28047556,28051578,28056503,28056936,28057244,28057804,28090624,28099883', 'assoc_port': '27403865:27404054,27406524:27406955,27409027:27409518,27413291:27413700,27414376:27414665,27417933:27418154,27448207:27450446,27448208:27448335,27449555:27450007,27450401:27450720,27463791:27464132,27485662:27486189,27507873:27508698,27552560:27554356,27552574:27554039,27552604:27553035,27612831:27613070,27632551:27636657,27643653:27645920,27654127:27654634,27663915:27664186,27682161:27682645,27691360:27698734,27694858:27695560,27699099:27700005,27706165:27706816,27724169:27727617,27724821:27727956,27724825:27725976,27724829:27726374,27724845:27726080,27724849:27725592,27729672:27729859,27731649:27732107,27733808:27735319,27734824:27736255,27737899:27737941,27741689:27742120,27741695:27742277,27741708:27742387,27741710:27742400,27741717:27742408,27741724:27742352,27748892:27749003,27756978:27757352,27760569:27761308,27763194:27763590,27767019:27767261,27767020:27767576,27783676:27784375,27795188:27795279,27796154:27796391,27803074:27803392,27804202:27807292,27808399:27808951,27826416:27826555,27831386:2783260', 'assoc_mat': '27403865:autre:3594:27404054,27406524:autre:3594:27406955,27409027:autre:3594:27409518,27413291:autre:3594:27413700,27414376:autre:3594:27414665,27417933:autre:3594:27418154,27448207:autre:3594:27450446,27448208:autre:3594:27448335,27449555:autre:3594:27450007,27450401:autre:3594:27450720,27463791:autre:3594:27464132,27485662:autre:3594:27486189,27507873:autre:3594:27508698,27552560:autre:3594:27554356,27552574:autre:3594:27554039,27552604:autre:3594:27553035,27612831:autre:3594:27613070,27632551:autre:3594:27636657,27643653:autre:3594:27645920,27654127:autre:3594:27654634,27663915:autre:3594:27664186,27682161:autre:3594:27682645,27691360:autre:3594:27698734,27694858:autre:3594:27695560,27699099:autre:3594:27700005,27706165:autre:3594:27706816,27724169:autre:3594:27727617,27724821:autre:3594:27727956,27724825:autre:3594:27725976,27724829:autre:3594:27726374,27724845:autre:3594:27726080,27724849:autre:3594:27725592,27729672:autre:3594:27729859,27731649:autre:3594:27732107,27733808:autre:3594:27735319,27734824:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006694945782459157, 'nb_photo': 430, 'list_port_cont': '27388046,27388520,27394963,27403892,27409143,27409543,27415574,27436078,27439446,27444190,27448234,27455220,27474440,27481096,27481531,27485873,27497597,27499243,27499575,27501647,27507930,27583627,27609362,27627740,27628042,27633784,27634244,27634480,27634658,27636033,27636251,27636680,27636882,27642827,27649913,27652034,27657632,27662176,27682940,27685016,27688297,27689825,27695176,27703409,27713871,27724207,27724925,27725230,27726117,27727969,27733383,27735441,27741748,27741966,27742523,27748980,27749144,27749551,27755321,27767076,27783868,27784490,27785269,27794224,27796206,27799373,27803189,27826438,27829660,27832378,27832467,27835273,27841457,27841506,27841666,27846171,27901106,27901663,27908719,27909047,27922793,27924911,27928948,27941774,27942288,27948101,27949830,27960839,27971294,27972275,27973452,27978071,28002192,28003045,28007195,28009192,28009796,28010179,28010717,28012160,28012499,28013196,28015137,28015910,28016197,28017464,28018224,28019192,28021730,28022933,28023326,28024331,28024631,2802482', 'assoc_port': '27387808:27388520,27387815:27388046,27394663:27394963,27403858:27403892,27409008:27409543,27409022:27409143,27415501:27415574,27435756:27436078,27439189:27439446,27444091:27444190,27448203:27448234,27455130:27455220,27473887:27474440,27480976:27481531,27480980:27481096,27485667:27485873,27497506:27497597,27499187:27499575,27499190:27499243,27501603:27501647,27507875:27507930,27552590:27583627,27609291:27609362,27627388:27628042,27627420:27627740,27632606:27636882,27632614:27636251,27632616:27636680,27632618:27636033,27633549:27634480,27633648:27634244,27633650:27633784,27634485:27634658,27642712:27642827,27649733:27649913,27651909:27652034,27657543:27657632,27661921:27662176,27682152:27685016,27682222:27682940,27687819:27689825,27688029:27688297,27694856:27695176,27703253:27703409,27713773:27713871,27724179:27724207,27724837:27725230,27724877:27724925,27726015:27726117,27727889:27727969,27733311:27733383,27735401:27735441,27741712:27741966,27741715:27742523,27741720:27741748,27748884:27749144,27748890:2774898', 'assoc_mat': '27387808:autre_refus:3726:27388520,27387815:autre_refus:3726:27388046,27394663:autre_refus:3726:27394963,27403858:autre_refus:3726:27403892,27409008:autre_refus:3726:27409543,27409022:autre_refus:3726:27409143,27415501:autre_refus:3726:27415574,27435756:autre_refus:3726:27436078,27439189:autre_refus:3726:27439446,27444091:autre_refus:3726:27444190,27448203:autre_refus:3726:27448234,27455130:autre_refus:3726:27455220,27473887:autre_refus:3726:27474440,27480976:autre_refus:3726:27481531,27480980:autre_refus:3726:27481096,27485667:autre_refus:3726:27485873,27497506:autre_refus:3726:27497597,27499187:autre_refus:3726:27499575,27499190:autre_refus:3726:27499243,27501603:autre_refus:3726:27501647,27507875:autre_refus:3726:27507930,27552590:autre_refus:3726:27583627,27609291:autre_refus:3726:27609362,27627388:autre_refus:3726:27628042,27627420:autre_refus:3726:27627740,27632606:autre_refus:3726:27636882,27632614:autre_refus:3726:27636251,27632616:autre_refus:3726:27636680,27632618:autre_refus:3726:27636033,27633549:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008378578702010867, 'nb_photo': 14, 'list_port_cont': '27405969,27727784,27742135,27772110,27803698,27806559,27809867,27833066,27944248,28022939,28046594,28057177', 'assoc_port': '27405487:27405969,27727575:27727784,27741722:27742135,27770872:27772110,27803070:27803698,27805941:27806559,27809488:27809867,27832767:27833066,27908658:28022939,27943509:27944248,28008245:28046594,28056008:28057177', 'assoc_mat': '27405487:barquette_avec_film:3327:27405969,27727575:barquette_avec_film:3327:27727784,27741722:barquette_avec_film:3327:27742135,27770872:barquette_avec_film:3327:27772110,27803070:barquette_avec_film:3327:27803698,27805941:barquette_avec_film:3327:27806559,27809488:barquette_avec_film:3327:27809867,27832767:barquette_avec_film:3327:27833066,27908658:barquette_avec_film:3327:28022939,27943509:barquette_avec_film:3327:27944248,28008245:barquette_avec_film:3327:28046594,28056008:barquette_avec_film:3327:28057177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000370749533096371, 'nb_photo': 49, 'list_port_cont': '27411221,27656510,27727299,27729776,27742231,27772655,27835257,27836107,27912034,27947794,27953216,28023829,28054022,28056659', 'assoc_port': '27403861:27411221,27632560:27656510,27724848:27727299,27729673:27729776,27741703:27742231,27758988:27772655,27835201:27835257,27835204:27836107,27900926:27912034,27947304:27947794,27952837:27953216,28011647:28056659,28015478:28023829,28024265:28054022', 'assoc_mat': '27403861:barquette_opaque:4205:27411221,27632560:barquette_opaque:4205:27656510,27724848:barquette_opaque:4205:27727299,27729673:barquette_opaque:4205:27729776,27741703:barquette_opaque:4205:27742231,27758988:barquette_opaque:4205:27772655,27835201:barquette_opaque:4205:27835257,27835204:barquette_opaque:4205:27836107,27900926:barquette_opaque:4205:27912034,27947304:barquette_opaque:4205:27947794,27952837:barquette_opaque:4205:27953216,28011647:barquette_opaque:4205:28056659,28015478:barquette_opaque:4205:28023829,28024265:barquette_opaque:4205:28054022'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0014346224859668355, 'nb_photo': 289, 'list_port_cont': '27411788,27416409,27450162,27458639,27496623,27505710,27600008,27636558,27659034,27687203,27693175,27693897,27695936,27703775,27708554,27725900,27726041,27727846,27732132,27742949,27749052,27749099,27775787,27795612,27821702,27831193,27831619,27832145,27844462,27865493,27893750,27912544,27945758,27953140,28024019,28024892,28026059,28028282,28029970,28032111,28043319,28043535,28045866,28046985,28049839,28051808,28052297,28054086,28054853,28055303,28055728,28056971,28057105,28057223,28057293,28057979,28058103,28061011,28066565,28066599,28072669,28072712,28173327', 'assoc_port': '27403862:27411788,27413358:27416409,27441324:27450162,27455138:27458639,27490307:27496623,27500774:27505710,27552601:27600008,27612832:27636558,27630006:27693897,27633661:27659034,27640535:27687203,27649744:27693175,27661919:27695936,27691375:27708554,27703265:27703775,27724817:27725900,27724863:27726041,27727569:27727846,27731643:27732132,27741731:27742949,27748678:27749052,27748679:27749099,27770884:27775787,27793956:27795612,27803073:27831193,27811399:27821702,27825815:27832145,27831391:27831619,27837924:27844462,27861240:27893750,27861247:27865493,27900895:27912544,27909302:28026059,27940996:27945758,27950167:27953140,27970549:28028282,27970685:28029970,27970904:28032111,28008294:28046985,28008523:28049839,28008637:28043319,28008641:28043535,28009581:28052297,28009773:28066599,28010039:28054086,28010237:28054853,28010428:28055303,28010596:28055728,28011453:28056971,28011657:28057293,28011804:28057223,28015315:28066565,28015654:28024019,28024262:28024892,28041189:28051808,28041191:28045866,28055863:2806101', 'assoc_mat': '27403862:barquette_opaque:4203:27411788,27413358:barquette_opaque:4203:27416409,27441324:barquette_opaque:4203:27450162,27455138:barquette_opaque:4203:27458639,27490307:barquette_opaque:4203:27496623,27500774:barquette_opaque:4203:27505710,27552601:barquette_opaque:4203:27600008,27612832:barquette_opaque:4203:27636558,27630006:barquette_opaque:4203:27693897,27633661:barquette_opaque:4203:27659034,27640535:barquette_opaque:4203:27687203,27649744:barquette_opaque:4203:27693175,27661919:barquette_opaque:4203:27695936,27691375:barquette_opaque:4203:27708554,27703265:barquette_opaque:4203:27703775,27724817:barquette_opaque:4203:27725900,27724863:barquette_opaque:4203:27726041,27727569:barquette_opaque:4203:27727846,27731643:barquette_opaque:4203:27732132,27741731:barquette_opaque:4203:27742949,27748678:barquette_opaque:4203:27749052,27748679:barquette_opaque:4203:27749099,27770884:barquette_opaque:4203:27775787,27793956:barquette_opaque:4203:27795612,27803073:barquette_opaque:4203:27831193,27811399:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007596979831313744, 'nb_photo': 74, 'list_port_cont': '27388144,27391573,27405549,27415562,27444155,27448219,27500836,27627483,27630214,27631658,27642792,27658106,27702977,27706249,27709195,27724939,27726321,27727186,27727361,27729714,27788621,27796197,27831143,27835253,27836396,27843887,27883797,27892448,27910226,27912443,27927391,27946490,28029931,28032464,28033220,28048513,28049891,28050258,28050728,28051060,28051401,28052000,28053045,28053114,28054142,28060930,28061438,28061665,28061697,28061717,28062134,28064594,28072964,28073216,28073954,28171339,28172226', 'assoc_port': '27387814:27388144,27391360:27391573,27405485:27405549,27415524:27415562,27444090:27444155,27448205:27448219,27500778:27500836,27627421:27627483,27630012:27630214,27631524:27631658,27633621:27658106,27642714:27642792,27682200:27702977,27687914:27706249,27708724:27709195,27724815:27724939,27724827:27726321,27724846:27727186,27724851:27727361,27729667:27729714,27788323:27788621,27796157:27796197,27804158:27831143,27835209:27835253,27836324:27836396,27843846:27843887,27883599:27892448,27883605:27883797,27900903:27910226,27900930:27912443,27925690:27927391,27946345:27946490,27970746:28029931,27970980:28032464,28008489:28048513,28008555:28049891,28008620:28050258,28009437:28050728,28009486:28051060,28009495:28051401,28009580:28052000,28009769:28053045,28009795:28053114,28011648:28062134,28011659:28061697,28011751:28061438,28012539:28060930,28015452:28054142,28015662:28064594,28033004:28033220,28041221:28073216,28056056:28072964,28056150:28061717,28056185:28061665,28072016:28073954,28090385:28172226,28090422:2817133', 'assoc_mat': '27387814:barquette_opaque:4207:27388144,27391360:barquette_opaque:4207:27391573,27405485:barquette_opaque:4207:27405549,27415524:barquette_opaque:4207:27415562,27444090:barquette_opaque:4207:27444155,27448205:barquette_opaque:4207:27448219,27500778:barquette_opaque:4207:27500836,27627421:barquette_opaque:4207:27627483,27630012:barquette_opaque:4207:27630214,27631524:barquette_opaque:4207:27631658,27633621:barquette_opaque:4207:27658106,27642714:barquette_opaque:4207:27642792,27682200:barquette_opaque:4207:27702977,27687914:barquette_opaque:4207:27706249,27708724:barquette_opaque:4207:27709195,27724815:barquette_opaque:4207:27724939,27724827:barquette_opaque:4207:27726321,27724846:barquette_opaque:4207:27727186,27724851:barquette_opaque:4207:27727361,27729667:barquette_opaque:4207:27729714,27788323:barquette_opaque:4207:27788621,27796157:barquette_opaque:4207:27796197,27804158:barquette_opaque:4207:27831143,27835209:barquette_opaque:4207:27835253,27836324:barquette_opaque:4207:27836396,27843846:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006713296158631837, 'nb_photo': 30, 'list_port_cont': '27388238,27729781,27749157,27767086,27819514,28057513,28072498', 'assoc_port': '27387810:27388238,27729669:27729781,27748908:27749157,27767010:27767086,27819340:27819514,28055922:28057513,28072044:28072498', 'assoc_mat': '27387810:barquette_opaque:4461:27388238,27729669:barquette_opaque:4461:27729781,27748908:barquette_opaque:4461:27749157,27767010:barquette_opaque:4461:27767086,27819340:barquette_opaque:4461:27819514,28055922:barquette_opaque:4461:28057513,28072044:barquette_opaque:4461:28072498'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009362325958612342, 'nb_photo': 123, 'list_port_cont': '27391669,27398857,27403984,27445310,27452166,27455743,27490492,27499262,27503449,27583558,27623313,27633996,27635583,27636267,27636453,27650035,27652363,27657717,27723402,27725059,27725678,27729941,27735077,27735510,27741793,27741852,27752960,27763646,27769562,27809626,27825970,27834073,27864589,27883874,27909119,27909728,27953363,27973267,27975009,28010123,28011105,28011807,28012114,28014282,28017851,28020514,28025380,28026356,28032160,28036998,28037621,28039166,28044039,28047132,28050593,28052682,28058236,28061620,28061643,28061964,28062535,28098437', 'assoc_port': '27391356:27391669,27398487:27398857,27403866:27403984,27444952:27445310,27451943:27452166,27455125:27455743,27490305:27490492,27499186:27499262,27503310:27503449,27552562:27583558,27612827:27623313,27632498:27636267,27632554:27635583,27633659:27633996,27636070:27636453,27649739:27650035,27651913:27652363,27657534:27657717,27722930:27723402,27724844:27729941,27724869:27725678,27724890:27725059,27734821:27735077,27735404:27735510,27741739:27741793,27741740:27741852,27752691:27752960,27763192:27763646,27769330:27769562,27809493:27809626,27825817:27825970,27833969:27834073,27864191:27864589,27883601:27883874,27900887:27909728,27900934:27909119,27908951:28020514,27952795:27953363,27970550:27975009,27970717:27973267,28008160:28050593,28008282:28037621,28008357:28044039,28008406:28052682,28008495:28010123,28009742:28039166,28009793:28032160,28009969:28011105,28010134:28026356,28010258:28025380,28010555:28011807,28011624:28014282,28011688:28012114,28015208:28036998,28015278:28017851,28046920:28047132,28055948:2806196', 'assoc_mat': '27391356:barquette_opaque:4200:27391669,27398487:barquette_opaque:4200:27398857,27403866:barquette_opaque:4200:27403984,27444952:barquette_opaque:4200:27445310,27451943:barquette_opaque:4200:27452166,27455125:barquette_opaque:4200:27455743,27490305:barquette_opaque:4200:27490492,27499186:barquette_opaque:4200:27499262,27503310:barquette_opaque:4200:27503449,27552562:barquette_opaque:4200:27583558,27612827:barquette_opaque:4200:27623313,27632498:barquette_opaque:4200:27636267,27632554:barquette_opaque:4200:27635583,27633659:barquette_opaque:4200:27633996,27636070:barquette_opaque:4200:27636453,27649739:barquette_opaque:4200:27650035,27651913:barquette_opaque:4200:27652363,27657534:barquette_opaque:4200:27657717,27722930:barquette_opaque:4200:27723402,27724844:barquette_opaque:4200:27729941,27724869:barquette_opaque:4200:27725678,27724890:barquette_opaque:4200:27725059,27734821:barquette_opaque:4200:27735077,27735404:barquette_opaque:4200:27735510,27741739:barquette_opaque:4200:27741793,27741740:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005486070157273269, 'nb_photo': 36, 'list_port_cont': '27419068,27476868,27494319,27632905,27735101,27748996,27824427,27841647,27863261,27880549,27909818,27929188,27941291,28007378,28009547,28013296,28016364,28024519,28041653,28041987,28044712,28056796,28057048,28057069,28057443,28072284,28072406,28100312', 'assoc_port': '27418933:27419068,27476481:27476868,27494003:27494319,27632495:27632905,27734823:27735101,27748907:27748996,27824316:27824427,27841393:27841647,27863028:27863261,27871505:27880549,27908561:27909818,27928871:27929188,27940997:27941291,28006924:28007378,28008482:28009547,28011796:28013296,28015610:28016364,28024257:28024519,28041244:28041987,28041286:28041653,28044272:28044712,28055965:28057048,28055988:28057069,28056063:28056796,28056102:28057443,28072065:28072406,28072072:28072284,28090428:28100312', 'assoc_mat': '27418933:barquette_opaque:4209:27419068,27476481:barquette_opaque:4209:27476868,27494003:barquette_opaque:4209:27494319,27632495:barquette_opaque:4209:27632905,27734823:barquette_opaque:4209:27735101,27748907:barquette_opaque:4209:27748996,27824316:barquette_opaque:4209:27824427,27841393:barquette_opaque:4209:27841647,27863028:barquette_opaque:4209:27863261,27871505:barquette_opaque:4209:27880549,27908561:barquette_opaque:4209:27909818,27928871:barquette_opaque:4209:27929188,27940997:barquette_opaque:4209:27941291,28006924:barquette_opaque:4209:28007378,28008482:barquette_opaque:4209:28009547,28011796:barquette_opaque:4209:28013296,28015610:barquette_opaque:4209:28016364,28024257:barquette_opaque:4209:28024519,28041244:barquette_opaque:4209:28041987,28041286:barquette_opaque:4209:28041653,28044272:barquette_opaque:4209:28044712,28055965:barquette_opaque:4209:28057048,28055988:barquette_opaque:4209:28057069,28056063:barquette_opaque:4209:28056796,28056102:barquette_opaque:4209:28057443,28072065:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.014108740388306886, 'nb_photo': 6484, 'list_port_cont': '27388310,27388988,27391776,27395049,27395578,27396046,27399178,27400656,27404158,27404510,27407305,27409710,27413757,27414073,27418360,27419060,27419651,27436603,27439657,27440746,27441491,27442812,27443940,27444767,27445250,27446689,27447964,27450032,27452246,27452526,27452935,27455784,27464038,27474736,27477314,27477660,27478680,27484891,27486252,27488110,27489096,27490674,27492201,27492531,27494255,27497839,27498821,27499290,27501109,27501350,27501999,27503664,27508626,27597700,27598309,27606215,27623564,27624392,27624514,27625421,27628703,27629207,27631186,27632099,27633338,27633640,27634606,27634898,27636121,27636909,27638080,27641476,27641854,27642568,27643065,27643669,27643970,27644115,27644575,27645147,27646431,27646779,27647843,27650343,27654490,27654822,27657964,27660875,27662510,27685119,27685397,27686881,27688667,27689540,27691033,27693406,27695666,27697015,27697558,27698383,27700576,27700921,27703752,27706664,27709265,27712251,27712545,27714133,27715261,27716477,27717382,27723882,27723976,2772449', 'assoc_port': '27387817:27388988,27387820:27388310,27391353:27391776,27394662:27396046,27394664:27395578,27394665:27395049,27398433:27400656,27398489:27399178,27403859:27404510,27403867:27404158,27406529:27407305,27409036:27409710,27413329:27414073,27413362:27413757,27417934:27419651,27417938:27419060,27417943:27418360,27435758:27436603,27439190:27439657,27439191:27440746,27441326:27441491,27442333:27442812,27443682:27443940,27444703:27444767,27444956:27445250,27446536:27446689,27447686:27447964,27449558:27450032,27451939:27452935,27451942:27452246,27451944:27452526,27455142:27455784,27463792:27464038,27473889:27474736,27476439:27477660,27476462:27477314,27478024:27478680,27484305:27484891,27485659:27486252,27487692:27488110,27488597:27489096,27490304:27490674,27491433:27492531,27491435:27492201,27493997:27494255,27497513:27497839,27498535:27498821,27499185:27499290,27500781:27501350,27500785:27501109,27501599:27501999,27503313:27503664,27508381:27508626,27552556:27597700,27552568:27598309,27552572:27606215,27612825:2762542', 'assoc_mat': '27387817:barquette_opaque:4211:27388988,27387820:barquette_opaque:4211:27388310,27391353:barquette_opaque:4211:27391776,27394662:barquette_opaque:4211:27396046,27394664:barquette_opaque:4211:27395578,27394665:barquette_opaque:4211:27395049,27398433:barquette_opaque:4211:27400656,27398489:barquette_opaque:4211:27399178,27403859:barquette_opaque:4211:27404510,27403867:barquette_opaque:4211:27404158,27406529:barquette_opaque:4211:27407305,27409036:barquette_opaque:4211:27409710,27413329:barquette_opaque:4211:27414073,27413362:barquette_opaque:4211:27413757,27417934:barquette_opaque:4211:27419651,27417938:barquette_opaque:4211:27419060,27417943:barquette_opaque:4211:27418360,27435758:barquette_opaque:4211:27436603,27439190:barquette_opaque:4211:27439657,27439191:barquette_opaque:4211:27440746,27441326:barquette_opaque:4211:27441491,27442333:barquette_opaque:4211:27442812,27443682:barquette_opaque:4211:27443940,27444703:barquette_opaque:4211:27444767,27444956:barquette_opaque:4211:27445250,27446536:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023583930396138688, 'nb_photo': 56, 'list_port_cont': '27410903,27413930,27442804,27446705,27485100,27628328,27640424,27645875,27654686,27684263,27693803,27704027,27725566,27726162,27726413,27734148,27735660,27742024,27763945,27794620,27803694,27809870,27832558,27836580,27868360,27884654,27910296,27972897,27973723,27974456,27975298,28004055,28013555,28020958,28024069,28026421,28030919,28034008,28045546,28047029,28057273,28059868,28061200,28073019', 'assoc_port': '27410312:27410903,27413359:27413930,27442335:27442804,27446535:27446705,27484320:27485100,27627418:27628328,27632556:27640424,27645052:27645875,27654126:27654686,27663938:27693803,27682219:27684263,27703261:27704027,27724819:27726413,27724835:27726162,27725035:27725566,27733812:27734148,27735399:27735660,27741736:27742024,27763188:27763945,27793994:27794620,27803070:27803694,27809488:27809870,27832316:27832558,27836308:27836580,27867409:27868360,27883563:27884654,27900929:27910296,27909310:28020958,27970663:27975298,27970732:27974456,27970818:27973723,27970858:27972897,28002001:28004055,28008498:28047029,28009511:28045546,28009760:28034008,28011313:28026421,28011618:28024069,28011737:28013555,28030003:28030919,28055910:28059868,28056182:28061200,28056192:28057273,28072071:28073019', 'assoc_mat': '27410312:bouchon:3327:27410903,27413359:bouchon:3327:27413930,27442335:bouchon:3327:27442804,27446535:bouchon:3327:27446705,27484320:bouchon:3327:27485100,27627418:bouchon:3327:27628328,27632556:bouchon:3327:27640424,27645052:bouchon:3327:27645875,27654126:bouchon:3327:27654686,27663938:bouchon:3327:27693803,27682219:bouchon:3327:27684263,27703261:bouchon:3327:27704027,27724819:bouchon:3327:27726413,27724835:bouchon:3327:27726162,27725035:bouchon:3327:27725566,27733812:bouchon:3327:27734148,27735399:bouchon:3327:27735660,27741736:bouchon:3327:27742024,27763188:bouchon:3327:27763945,27793994:bouchon:3327:27794620,27803070:bouchon:3327:27803694,27809488:bouchon:3327:27809870,27832316:bouchon:3327:27832558,27836308:bouchon:3327:27836580,27867409:bouchon:3327:27868360,27883563:bouchon:3327:27884654,27900929:bouchon:3327:27910296,27909310:bouchon:3327:28020958,27970663:bouchon:3327:27975298,27970732:bouchon:3327:27974456,27970818:bouchon:3327:27973723,27970858:bouchon:3327:27972897,28002001:bouchon:3327:28004055,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013392774416063971, 'nb_photo': 773, 'list_port_cont': '27411219,27456993,27498504,27656513,27690750,27717960,27727314,27729772,27742225,27764169,27772643,27796226,27835270,27836112,27912043,27947790,27953210,28023822,28025756,28030966,28047810,28051929,28053149,28054012,28054890,28055049,28056655,28058073', 'assoc_port': '27403861:27411219,27447657:27456993,27497510:27498504,27632560:27656513,27643654:27690750,27708723:27717960,27724848:27727314,27729673:27729772,27741703:27742225,27755172:27764169,27758988:27772643,27796153:27796226,27835201:27835270,27835204:27836112,27900926:27912043,27909294:28025756,27947304:27947790,27952837:27953210,27970896:28030966,28008437:28047810,28009556:28051929,28009925:28053149,28010398:28054890,28010400:28055049,28011647:28056655,28015478:28023822,28024265:28054012,28055935:28058073', 'assoc_mat': '27403861:carton:4205:27411219,27447657:carton:4205:27456993,27497510:carton:4205:27498504,27632560:carton:4205:27656513,27643654:carton:4205:27690750,27708723:carton:4205:27717960,27724848:carton:4205:27727314,27729673:carton:4205:27729772,27741703:carton:4205:27742225,27755172:carton:4205:27764169,27758988:carton:4205:27772643,27796153:carton:4205:27796226,27835201:carton:4205:27835270,27835204:carton:4205:27836112,27900926:carton:4205:27912043,27909294:carton:4205:28025756,27947304:carton:4205:27947790,27952837:carton:4205:27953210,27970896:carton:4205:28030966,28008437:carton:4205:28047810,28009556:carton:4205:28051929,28009925:carton:4205:28053149,28010398:carton:4205:28054890,28010400:carton:4205:28055049,28011647:carton:4205:28056655,28015478:carton:4205:28023822,28024265:carton:4205:28054012,28055935:carton:4205:28058073'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013310420914535173, 'nb_photo': 1316, 'list_port_cont': '27411790,27416417,27450158,27458157,27458636,27496614,27496852,27505714,27599117,27599993,27636554,27659021,27687202,27693186,27693903,27695946,27703779,27708567,27715744,27725899,27725926,27726046,27727839,27732138,27735308,27742945,27749055,27749095,27757538,27775779,27795605,27821583,27821689,27831204,27831625,27832142,27844455,27865303,27865499,27893748,27912535,27945751,27953134,27964495,27964989,28024007,28024889,28026052,28028279,28029965,28032101,28043323,28043523,28045859,28046982,28049844,28051804,28052305,28054093,28054840,28055316,28055734,28056963,28057106,28057225,28057292,28057969,28058003,28058104,28061014,28066561,28066593,28072675,28072706,28092384,28173313', 'assoc_port': '27403862:27411790,27413358:27416417,27441324:27450158,27448202:27458157,27455138:27458636,27490307:27496614,27491431:27496852,27500774:27505714,27552595:27599117,27552601:27599993,27612832:27636554,27630006:27693903,27633661:27659021,27640535:27687202,27649744:27693186,27661919:27695946,27691375:27708567,27703265:27703779,27713799:27715744,27724817:27725899,27724863:27726046,27724865:27725926,27727569:27727839,27731643:27732138,27734822:27735308,27741731:27742945,27748678:27749055,27748679:27749095,27756982:27757538,27770884:27775779,27793956:27795605,27803073:27831204,27811397:27821583,27811399:27821689,27825815:27832142,27831391:27831625,27837924:27844455,27861240:27893748,27861242:27865303,27861247:27865499,27900895:27912535,27900932:27964989,27900933:27964495,27909302:28026052,27940996:27945751,27950167:27953134,27970549:28028279,27970685:28029965,27970904:28032101,28008294:28046982,28008523:28049844,28008637:28043323,28008641:28043523,28009581:28052305,28009773:28066593,28010039:28054093,28010237:2805484', 'assoc_mat': '27403862:carton:4203:27411790,27413358:carton:4203:27416417,27441324:carton:4203:27450158,27448202:carton:4203:27458157,27455138:carton:4203:27458636,27490307:carton:4203:27496614,27491431:carton:4203:27496852,27500774:carton:4203:27505714,27552595:carton:4203:27599117,27552601:carton:4203:27599993,27612832:carton:4203:27636554,27630006:carton:4203:27693903,27633661:carton:4203:27659021,27640535:carton:4203:27687202,27649744:carton:4203:27693186,27661919:carton:4203:27695946,27691375:carton:4203:27708567,27703265:carton:4203:27703779,27713799:carton:4203:27715744,27724817:carton:4203:27725899,27724863:carton:4203:27726046,27724865:carton:4203:27725926,27727569:carton:4203:27727839,27731643:carton:4203:27732138,27734822:carton:4203:27735308,27741731:carton:4203:27742945,27748678:carton:4203:27749055,27748679:carton:4203:27749095,27756982:carton:4203:27757538,27770884:carton:4203:27775779,27793956:carton:4203:27795605,27803073:carton:4203:27831204,27811397:carton:4203:27821583,27811399:carton:4203:27821689,2782'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.965827484759922, 'nb_photo': 6964, 'list_port_cont': '27388146,27391568,27396020,27397022,27398622,27403884,27405558,27406646,27408433,27409095,27410408,27411891,27413438,27414577,27415356,27415560,27418145,27419407,27439395,27442527,27443749,27444158,27444989,27447763,27448213,27449609,27450472,27451585,27452010,27455199,27456536,27458144,27462488,27476684,27478213,27481090,27485858,27487945,27488711,27490183,27490416,27494103,27497568,27498406,27500835,27501678,27503366,27504193,27507881,27557591,27561268,27561849,27562350,27612934,27613916,27615101,27615591,27627491,27630218,27631665,27632794,27633836,27636275,27642790,27643744,27644689,27645177,27646977,27649842,27651320,27652015,27654026,27654138,27656341,27656896,27657614,27657878,27658114,27658430,27660481,27661975,27683852,27688188,27696577,27697307,27698071,27699299,27702488,27702713,27702979,27703359,27704740,27705876,27706041,27706259,27706310,27707205,27708852,27709197,27711718,27713841,27714996,27716394,27717111,27723629,27724264,27724935,27724969,27725073,27725609,27725701,27725822,27725843,2772631', 'assoc_port': '27387814:27388146,27391360:27391568,27395949:27397022,27395957:27396020,27398480:27398622,27403863:27403884,27405485:27405558,27406518:27408433,27406559:27406646,27409010:27411891,27409033:27409095,27410314:27410408,27413330:27415356,27413360:27414577,27413363:27413438,27415524:27415560,27417937:27419407,27417942:27418145,27439192:27439395,27442334:27442527,27443662:27443749,27444090:27444158,27444955:27444989,27447685:27447763,27448205:27448213,27449553:27451585,27449557:27449609,27450403:27450472,27451940:27452010,27455132:27456536,27455144:27455199,27458103:27458144,27462446:27462488,27476433:27476684,27478021:27478213,27480978:27481090,27485657:27485858,27487666:27490183,27487691:27487945,27488596:27488711,27490306:27490416,27494001:27494103,27497508:27498406,27497515:27497568,27500778:27500835,27501605:27501678,27503283:27504193,27503312:27503366,27507877:27507881,27552566:27562350,27552576:27561849,27552580:27561268,27552592:27557591,27612819:27615591,27612821:27615101,27612833:27613916,27612839:2761293', 'assoc_mat': '27387814:carton:4207:27388146,27391360:carton:4207:27391568,27395949:carton:4207:27397022,27395957:carton:4207:27396020,27398480:carton:4207:27398622,27403863:carton:4207:27403884,27405485:carton:4207:27405558,27406518:carton:4207:27408433,27406559:carton:4207:27406646,27409010:carton:4207:27411891,27409033:carton:4207:27409095,27410314:carton:4207:27410408,27413330:carton:4207:27415356,27413360:carton:4207:27414577,27413363:carton:4207:27413438,27415524:carton:4207:27415560,27417937:carton:4207:27419407,27417942:carton:4207:27418145,27439192:carton:4207:27439395,27442334:carton:4207:27442527,27443662:carton:4207:27443749,27444090:carton:4207:27444158,27444955:carton:4207:27444989,27447685:carton:4207:27447763,27448205:carton:4207:27448213,27449553:carton:4207:27451585,27449557:carton:4207:27449609,27450403:carton:4207:27450472,27451940:carton:4207:27452010,27455132:carton:4207:27456536,27455144:carton:4207:27455199,27458103:carton:4207:27458144,27462446:carton:4207:27462488,27476433:carton:4207:27476684,2747'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.012164874484679816, 'nb_photo': 3544, 'list_port_cont': '27388231,27391792,27396198,27404264,27405738,27409452,27413500,27414628,27415755,27418200,27442742,27444229,27445122,27446279,27448042,27449794,27452057,27455570,27474320,27478634,27484816,27487713,27491781,27494450,27498721,27501067,27508532,27601685,27613099,27630482,27633077,27634049,27634217,27634912,27638167,27642947,27645505,27646741,27652462,27656809,27662195,27662338,27683392,27683740,27688738,27691968,27698166,27698534,27703873,27712057,27716521,27720279,27724320,27725135,27725270,27725349,27725442,27725773,27725863,27728105,27729779,27731930,27733473,27735542,27741984,27742910,27742967,27748544,27749155,27749239,27749937,27751904,27763796,27767088,27767447,27769830,27778070,27788698,27790716,27794464,27804634,27804801,27806379,27809818,27819520,27825034,27826048,27828265,27829793,27831518,27832994,27835718,27839610,27846449,27861806,27867887,27879819,27884195,27884342,27902385,27903812,27909652,27922878,27929666,27929756,27947610,27950728,27959503,27971855,27972043,27972240,27972397,27972617,2797379', 'assoc_port': '27387810:27388231,27391358:27391792,27395953:27396198,27403868:27404264,27405483:27405738,27409030:27409452,27413357:27413500,27414375:27414628,27415525:27415755,27417944:27418200,27442369:27442742,27444089:27444229,27444957:27445122,27444958:27446279,27447678:27448042,27449556:27449794,27451941:27452057,27455145:27455570,27473891:27474320,27478027:27478634,27484302:27484816,27487693:27487713,27491434:27491781,27494005:27494450,27498534:27498721,27500783:27501067,27508383:27508532,27552582:27601685,27612834:27613099,27630010:27630482,27632604:27633077,27633566:27638167,27633623:27634217,27633652:27634049,27634487:27634912,27642739:27642947,27645058:27645505,27646354:27646741,27651911:27652462,27654132:27656809,27661886:27662195,27661889:27662338,27682148:27683740,27682204:27683392,27687827:27698166,27688001:27688738,27691412:27691968,27697880:27698534,27703255:27703873,27711664:27712057,27716353:27716521,27720163:27720279,27724176:27724320,27724811:27725863,27724831:27725773,27724847:27725442,27724861:2772534', 'assoc_mat': '27387810:carton:4461:27388231,27391358:carton:4461:27391792,27395953:carton:4461:27396198,27403868:carton:4461:27404264,27405483:carton:4461:27405738,27409030:carton:4461:27409452,27413357:carton:4461:27413500,27414375:carton:4461:27414628,27415525:carton:4461:27415755,27417944:carton:4461:27418200,27442369:carton:4461:27442742,27444089:carton:4461:27444229,27444957:carton:4461:27445122,27444958:carton:4461:27446279,27447678:carton:4461:27448042,27449556:carton:4461:27449794,27451941:carton:4461:27452057,27455145:carton:4461:27455570,27473891:carton:4461:27474320,27478027:carton:4461:27478634,27484302:carton:4461:27484816,27487693:carton:4461:27487713,27491434:carton:4461:27491781,27494005:carton:4461:27494450,27498534:carton:4461:27498721,27500783:carton:4461:27501067,27508383:carton:4461:27508532,27552582:carton:4461:27601685,27612834:carton:4461:27613099,27630010:carton:4461:27630482,27632604:carton:4461:27633077,27633566:carton:4461:27638167,27633623:carton:4461:27634217,27633652:carton:4461:27634049,2763'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01936838306692752, 'nb_photo': 1118, 'list_port_cont': '27388207,27391666,27398843,27403985,27404214,27406702,27407041,27409252,27413535,27413682,27413995,27415624,27418256,27441483,27442670,27443830,27445190,27445312,27445359,27448024,27448275,27449655,27450576,27452169,27455379,27455752,27458208,27474392,27476764,27481192,27481265,27486064,27490482,27491705,27494187,27494476,27497723,27500973,27503442,27503556,27507902,27507951,27583567,27613048,27623626,27632929,27633273,27633717,27634000,27634857,27635378,27635576,27636269,27636466,27636725,27640893,27641245,27643817,27643891,27650032,27650210,27652360,27653334,27654259,27657713,27660801,27683003,27688381,27688900,27688939,27689725,27692000,27695413,27698296,27703635,27703755,27704229,27716436,27716610,27720095,27720220,27723239,27723407,27724369,27725056,27725096,27725498,27725635,27725680,27725728,27726189,27729317,27729946,27731042,27732495,27732530,27733988,27735078,27735508,27735594,27741850,27741923,27742058,27742206,27742866,27742890,27748537,27748574,27748761,27749815,27752972,27757132,27761053,2776347', 'assoc_port': '27387812:27388207,27391356:27391666,27398487:27398843,27403860:27404214,27403866:27403985,27406521:27407041,27406526:27406702,27409024:27409252,27413328:27413995,27413331:27413682,27413361:27413535,27415496:27415624,27417932:27418256,27441327:27441483,27442370:27442670,27443683:27443830,27444952:27445312,27444953:27445359,27444954:27445190,27447683:27448024,27448204:27448275,27449554:27449655,27450402:27450576,27451943:27452169,27455125:27455752,27455140:27455379,27458101:27458208,27473893:27474392,27476459:27476764,27480971:27481265,27480974:27481192,27485664:27486064,27490305:27490482,27491432:27491705,27493995:27494476,27493999:27494187,27497512:27497723,27500780:27500973,27503284:27503556,27503310:27503442,27507872:27507951,27507874:27507902,27552562:27583567,27612823:27623626,27612836:27613048,27632498:27636269,27632554:27635576,27632568:27633273,27632602:27633717,27632631:27632929,27633617:27635378,27633659:27634000,27634467:27634857,27636068:27636725,27636070:27636466,27640534:27640893,27641185:2764124', 'assoc_mat': '27387812:carton:4200:27388207,27391356:carton:4200:27391666,27398487:carton:4200:27398843,27403860:carton:4200:27404214,27403866:carton:4200:27403985,27406521:carton:4200:27407041,27406526:carton:4200:27406702,27409024:carton:4200:27409252,27413328:carton:4200:27413995,27413331:carton:4200:27413682,27413361:carton:4200:27413535,27415496:carton:4200:27415624,27417932:carton:4200:27418256,27441327:carton:4200:27441483,27442370:carton:4200:27442670,27443683:carton:4200:27443830,27444952:carton:4200:27445312,27444953:carton:4200:27445359,27444954:carton:4200:27445190,27447683:carton:4200:27448024,27448204:carton:4200:27448275,27449554:carton:4200:27449655,27450402:carton:4200:27450576,27451943:carton:4200:27452169,27455125:carton:4200:27455752,27455140:carton:4200:27455379,27458101:carton:4200:27458208,27473893:carton:4200:27474392,27476459:carton:4200:27476764,27480971:carton:4200:27481265,27480974:carton:4200:27481192,27485664:carton:4200:27486064,27490305:carton:4200:27490482,27491432:carton:4200:27491705,2749'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.029724922310397205, 'nb_photo': 884, 'list_port_cont': '27396108,27403911,27410543,27415670,27443786,27455441,27476865,27485932,27488953,27494320,27499329,27500925,27501814,27507922,27583796,27583945,27632912,27633945,27634736,27640905,27646519,27646626,27660682,27662135,27662328,27683175,27688550,27695350,27699241,27713921,27715174,27716480,27724298,27725025,27728137,27731845,27735095,27741774,27741884,27748751,27748991,27749911,27778530,27783986,27784428,27784531,27788582,27811604,27824420,27828299,27832958,27836451,27841650,27863267,27868717,27880541,27883786,27909064,27909630,27909815,27929183,27941237,27941282,27941354,27948205,27948231,27959277,27961212,27971430,27972064,27972450,27983944,28002120,28007379,28009199,28009539,28009570,28010211,28010324,28010478,28010498,28010703,28011001,28011067,28011638,28011917,28012274,28012612,28012727,28013252,28013300,28013475,28014100,28015865,28016361,28016459,28017097,28018782,28019172,28019242,28020024,28021401,28023799,28024279,28024522,28026120,28034852,28035417,28041231,28041648,28042001,28044495,28044708,2805604', 'assoc_port': '27395955:27396108,27403864:27403911,27410308:27410543,27415498:27415670,27443663:27443786,27455134:27455441,27476481:27476865,27485654:27485932,27488571:27488953,27494003:27494320,27499188:27499329,27500776:27500925,27501601:27501814,27507876:27507922,27552564:27583945,27552578:27583796,27632495:27632912,27633572:27633945,27634471:27634736,27640533:27640905,27646358:27646626,27646362:27646519,27660423:27660682,27661917:27662328,27661922:27662135,27682189:27683175,27687912:27688550,27694857:27695350,27699100:27699241,27713800:27713921,27714913:27715174,27716350:27716480,27724171:27724298,27724895:27725025,27727893:27728137,27731645:27731845,27734823:27735095,27741726:27741884,27741727:27741774,27748673:27748751,27748907:27748991,27749738:27749911,27778496:27778530,27783607:27784531,27783667:27784428,27783708:27783986,27788331:27788582,27811395:27811604,27824316:27824420,27828079:27828299,27832769:27832958,27836294:27836451,27841393:27841650,27863028:27863267,27868603:27868717,27871505:27880541,27883597:2788378', 'assoc_mat': '27395955:carton:4209:27396108,27403864:carton:4209:27403911,27410308:carton:4209:27410543,27415498:carton:4209:27415670,27443663:carton:4209:27443786,27455134:carton:4209:27455441,27476481:carton:4209:27476865,27485654:carton:4209:27485932,27488571:carton:4209:27488953,27494003:carton:4209:27494320,27499188:carton:4209:27499329,27500776:carton:4209:27500925,27501601:carton:4209:27501814,27507876:carton:4209:27507922,27552564:carton:4209:27583945,27552578:carton:4209:27583796,27632495:carton:4209:27632912,27633572:carton:4209:27633945,27634471:carton:4209:27634736,27640533:carton:4209:27640905,27646358:carton:4209:27646626,27646362:carton:4209:27646519,27660423:carton:4209:27660682,27661917:carton:4209:27662328,27661922:carton:4209:27662135,27682189:carton:4209:27683175,27687912:carton:4209:27688550,27694857:carton:4209:27695350,27699100:carton:4209:27699241,27713800:carton:4209:27713921,27714913:carton:4209:27715174,27716350:carton:4209:27716480,27724171:carton:4209:27724298,27724895:carton:4209:27725025,2772'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006831502015393489, 'nb_photo': 8373, 'list_port_cont': '27388297,27388986,27391769,27395037,27395582,27396048,27399167,27400666,27404160,27404501,27407309,27409703,27413748,27414085,27418356,27418568,27419057,27419664,27436608,27439652,27440745,27442821,27443931,27444764,27445243,27446688,27447974,27450026,27452249,27452522,27452937,27455791,27464048,27474740,27477316,27477652,27478685,27481146,27484901,27486245,27488109,27489094,27490678,27492210,27492525,27494240,27497847,27498820,27499289,27501108,27501363,27502003,27503665,27503694,27508639,27597692,27598299,27606208,27623572,27623685,27624391,27624522,27625432,27628691,27629212,27631184,27632104,27633330,27633627,27634615,27634895,27636128,27636902,27638074,27641479,27641840,27642567,27643075,27643974,27644118,27644576,27645148,27646436,27646774,27647848,27650353,27654488,27654810,27657973,27658568,27660876,27662519,27685106,27685389,27686883,27688680,27689542,27689778,27691034,27692590,27693416,27695667,27697028,27697569,27698387,27700586,27700923,27703750,27706665,27709268,27712256,27712552,27714131,2771525', 'assoc_port': '27387817:27388986,27387820:27388297,27391353:27391769,27394662:27396048,27394664:27395582,27394665:27395037,27398433:27400666,27398489:27399167,27403859:27404501,27403867:27404160,27406529:27407309,27409036:27409703,27413329:27414085,27413362:27413748,27417934:27419664,27417938:27419057,27417940:27418568,27417943:27418356,27435758:27436608,27439190:27439652,27439191:27440745,27442333:27442821,27443682:27443931,27444703:27444764,27444956:27445243,27446536:27446688,27447686:27447974,27449558:27450026,27451939:27452937,27451942:27452249,27451944:27452522,27455142:27455791,27463792:27464048,27473889:27474740,27476439:27477652,27476462:27477316,27478024:27478685,27480972:27481146,27484305:27484901,27485659:27486245,27487692:27488109,27488597:27489094,27490304:27490678,27491433:27492525,27491435:27492210,27493997:27494240,27497513:27497847,27498535:27498820,27499185:27499289,27500781:27501363,27500785:27501108,27501599:27502003,27503311:27503694,27503313:27503665,27508381:27508639,27552556:27597692,27552568:2759829', 'assoc_mat': '27387817:carton:4211:27388986,27387820:carton:4211:27388297,27391353:carton:4211:27391769,27394662:carton:4211:27396048,27394664:carton:4211:27395582,27394665:carton:4211:27395037,27398433:carton:4211:27400666,27398489:carton:4211:27399167,27403859:carton:4211:27404501,27403867:carton:4211:27404160,27406529:carton:4211:27407309,27409036:carton:4211:27409703,27413329:carton:4211:27414085,27413362:carton:4211:27413748,27417934:carton:4211:27419664,27417938:carton:4211:27419057,27417940:carton:4211:27418568,27417943:carton:4211:27418356,27435758:carton:4211:27436608,27439190:carton:4211:27439652,27439191:carton:4211:27440745,27442333:carton:4211:27442821,27443682:carton:4211:27443931,27444703:carton:4211:27444764,27444956:carton:4211:27445243,27446536:carton:4211:27446688,27447686:carton:4211:27447974,27449558:carton:4211:27450026,27451939:carton:4211:27452937,27451942:carton:4211:27452249,27451944:carton:4211:27452522,27455142:carton:4211:27455791,27463792:carton:4211:27464048,27473889:carton:4211:27474740,2747'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021956351554217094, 'nb_photo': 162, 'list_port_cont': '27396554,27404541,27405971,27407275,27410909,27413940,27418535,27444580,27444775,27450761,27489238,27491947,27498833,27593326,27628334,27634752,27635286,27640423,27645878,27650330,27654570,27684258,27684893,27692397,27693797,27696861,27698642,27709464,27712213,27725301,27725567,27726165,27728999,27731190,27732613,27734156,27742122,27742344,27742374,27753154,27763936,27771908,27772108,27794617,27803691,27806561,27809871,27832083,27832563,27833073,27841982,27863793,27884508,27884648,27904497,27910297,27910594,27926328,27930050,27948313,27953740,27973720,27974469,27976644,27976753,28009871,28013565,28016601,28016775,28020950,28021714,28024304,28026270,28029263,28030782,28030930,28031923,28034007,28036138,28039024,28043992,28046061,28046598,28046640,28047022,28047030,28051235,28059304,28059387', 'assoc_port': '27395951:27396554,27403857:27404541,27405487:27405971,27406532:27407275,27410312:27410909,27413359:27413940,27417941:27418535,27441325:27444580,27444704:27444775,27450404:27450761,27488570:27489238,27491436:27491947,27498548:27498833,27552607:27593326,27627418:27628334,27632556:27640423,27633515:27635286,27633645:27634752,27645052:27645878,27649737:27650330,27654128:27654570,27663938:27693797,27682168:27684893,27682219:27684258,27691359:27692397,27696342:27696861,27697882:27698642,27708725:27709464,27711670:27712213,27724835:27726165,27724852:27728999,27724873:27725301,27725035:27725567,27730863:27731190,27732212:27732613,27733812:27734156,27741697:27742374,27741714:27742344,27741722:27742122,27752666:27753154,27763188:27763936,27770872:27772108,27770878:27771908,27793994:27794617,27803070:27803691,27805941:27806561,27809488:27809871,27829125:27832083,27832316:27832563,27832767:27833073,27841391:27841982,27861252:27863793,27883563:27884648,27883603:27884508,27900893:27910594,27900929:27910297,27900942:2790449', 'assoc_mat': '27395951:carton:3327:27396554,27403857:carton:3327:27404541,27405487:carton:3327:27405971,27406532:carton:3327:27407275,27410312:carton:3327:27410909,27413359:carton:3327:27413940,27417941:carton:3327:27418535,27441325:carton:3327:27444580,27444704:carton:3327:27444775,27450404:carton:3327:27450761,27488570:carton:3327:27489238,27491436:carton:3327:27491947,27498548:carton:3327:27498833,27552607:carton:3327:27593326,27627418:carton:3327:27628334,27632556:carton:3327:27640423,27633515:carton:3327:27635286,27633645:carton:3327:27634752,27645052:carton:3327:27645878,27649737:carton:3327:27650330,27654128:carton:3327:27654570,27663938:carton:3327:27693797,27682168:carton:3327:27684893,27682219:carton:3327:27684258,27691359:carton:3327:27692397,27696342:carton:3327:27696861,27697882:carton:3327:27698642,27708725:carton:3327:27709464,27711670:carton:3327:27712213,27724835:carton:3327:27726165,27724852:carton:3327:27728999,27724873:carton:3327:27725301,27725035:carton:3327:27725567,27730863:carton:3327:27731190,2773'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00546870944728798, 'nb_photo': 1530, 'list_port_cont': '27404051,27406953,27409523,27413711,27414660,27418158,27447819,27448338,27450009,27450451,27450714,27464130,27486193,27508702,27553038,27554044,27554351,27613071,27628077,27636656,27645926,27646637,27654635,27664185,27682655,27695557,27698727,27699560,27700000,27706812,27725254,27725594,27725809,27725973,27726086,27726380,27726520,27726816,27727619,27727961,27729854,27732109,27736262,27737932,27742092,27742111,27742273,27742351,27742382,27742397,27742407,27742534,27749011,27755752,27757355,27761309,27763588,27764514,27767265,27767571,27784377,27795277,27796393,27797039,27800353,27803388,27806406,27807287,27808950,27826549,27832601,27834108,27841662,27842072,27846844,27884227,27884542,27884971,27909961,27910420,27929190,27959462,27972831,27972946,27975688,28009260,28009916,28010452,28011753,28016216,28016476,28017359,28018706,28019303,28021574,28022052,28022552,28022773,28023646,28023919,28024195,28024843,28025349,28025989,28026334,28026700,28026873,28027385,28031005,28041841,28045390,28047555,28051576,2805650', 'assoc_port': '27403865:27404051,27406524:27406953,27409027:27409523,27413291:27413711,27414376:27414660,27417933:27418158,27447684:27447819,27448207:27450451,27448208:27448338,27449555:27450009,27450401:27450714,27463791:27464130,27485662:27486193,27507873:27508702,27552560:27554351,27552574:27554044,27552604:27553038,27612831:27613071,27627402:27628077,27632551:27636656,27643653:27645926,27646360:27646637,27654127:27654635,27663915:27664185,27682161:27682655,27691360:27698727,27694858:27695557,27699098:27699560,27699099:27700000,27706165:27706812,27724169:27727619,27724821:27727961,27724825:27725973,27724829:27726380,27724841:27726520,27724845:27726086,27724849:27725594,27724850:27725809,27724856:27725254,27724867:27726816,27729672:27729854,27731649:27732109,27734824:27736262,27737899:27737932,27741689:27742111,27741695:27742273,27741706:27742534,27741708:27742382,27741710:27742397,27741717:27742407,27741724:27742351,27741728:27742092,27748892:27749011,27755174:27755752,27756978:27757355,27760561:27764514,27760569:2776130', 'assoc_mat': '27403865:carton:3594:27404051,27406524:carton:3594:27406953,27409027:carton:3594:27409523,27413291:carton:3594:27413711,27414376:carton:3594:27414660,27417933:carton:3594:27418158,27447684:carton:3594:27447819,27448207:carton:3594:27450451,27448208:carton:3594:27448338,27449555:carton:3594:27450009,27450401:carton:3594:27450714,27463791:carton:3594:27464130,27485662:carton:3594:27486193,27507873:carton:3594:27508702,27552560:carton:3594:27554351,27552574:carton:3594:27554044,27552604:carton:3594:27553038,27612831:carton:3594:27613071,27627402:carton:3594:27628077,27632551:carton:3594:27636656,27643653:carton:3594:27645926,27646360:carton:3594:27646637,27654127:carton:3594:27654635,27663915:carton:3594:27664185,27682161:carton:3594:27682655,27691360:carton:3594:27698727,27694858:carton:3594:27695557,27699098:carton:3594:27699560,27699099:carton:3594:27700000,27706165:carton:3594:27706812,27724169:carton:3594:27727619,27724821:carton:3594:27727961,27724825:carton:3594:27725973,27724829:carton:3594:27726380,2772'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0011232173718520283, 'nb_photo': 55, 'list_port_cont': '27388048,27403890,27409154,27415580,27418129,27455225,27481105,27497589,27583269,27583629,27632891,27633136,27642834,27652045,27688295,27689215,27725224,27727970,27735442,27749556,27755318,27767078,27784495,27803190,27826444,27835274,27883675,27909389,27922904,27942287,27943640,27949828,27975555,28010934,28012494,28013185,28016204,28018229,28020148,28030743,28031725,28035619,28059934', 'assoc_port': '27387815:27388048,27403858:27403890,27409022:27409154,27415501:27415580,27417936:27418129,27455130:27455225,27480980:27481105,27497506:27497589,27552588:27583269,27552590:27583629,27632623:27632891,27632626:27633136,27642712:27642834,27651909:27652045,27687824:27689215,27688029:27688295,27724837:27725224,27727889:27727970,27735401:27735442,27749481:27749556,27755169:27755318,27767006:27767078,27783669:27784495,27803076:27803190,27826415:27826444,27835207:27835274,27883564:27883675,27900938:27909389,27908715:28018229,27922558:27922904,27942178:27942287,27943511:27943640,27949692:27949828,27970819:27975555,28008246:28035619,28008334:28031725,28009382:28030743,28010259:28010934,28011523:28020148,28011743:28012494,28012537:28013185,28015399:28016204,28056098:28059934', 'assoc_mat': '27387815:cartonnette:3726:27388048,27403858:cartonnette:3726:27403890,27409022:cartonnette:3726:27409154,27415501:cartonnette:3726:27415580,27417936:cartonnette:3726:27418129,27455130:cartonnette:3726:27455225,27480980:cartonnette:3726:27481105,27497506:cartonnette:3726:27497589,27552588:cartonnette:3726:27583269,27552590:cartonnette:3726:27583629,27632623:cartonnette:3726:27632891,27632626:cartonnette:3726:27633136,27642712:cartonnette:3726:27642834,27651909:cartonnette:3726:27652045,27687824:cartonnette:3726:27689215,27688029:cartonnette:3726:27688295,27724837:cartonnette:3726:27725224,27727889:cartonnette:3726:27727970,27735401:cartonnette:3726:27735442,27749481:cartonnette:3726:27749556,27755169:cartonnette:3726:27755318,27767006:cartonnette:3726:27767078,27783669:cartonnette:3726:27784495,27803076:cartonnette:3726:27803190,27826415:cartonnette:3726:27826444,27835207:cartonnette:3726:27835274,27883564:cartonnette:3726:27883675,27900938:cartonnette:3726:27909389,27908715:cartonnette:3726:28018229,27922558:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009651889835522374, 'nb_photo': 321, 'list_port_cont': '27388521,27394964,27403898,27409539,27415575,27418125,27436074,27439452,27444350,27455221,27474432,27481104,27481540,27485875,27497591,27609364,27628044,27632883,27633132,27633448,27634476,27634656,27636244,27636671,27642831,27649918,27652044,27657635,27662184,27682937,27685017,27688301,27689218,27689826,27695177,27703405,27713873,27720211,27724201,27726125,27727972,27733377,27735445,27748445,27748976,27749141,27749545,27755326,27759203,27767079,27783865,27784494,27785275,27796203,27826435,27829653,27841462,27841505,27841665,27846167,27861542,27900766,27908720,27909399,27922914,27924906,27928953,27939766,27941179,27941770,27943644,27949822,27960834,27971292,27975559,27978073,28002191,28003044,28003307,28003645,28007198,28008852,28009189,28009811,28010180,28010938,28011156,28011289,28012167,28012498,28013186,28015135,28017467,28019198,28020145,28020753,28021731,28022106,28022926,28023323,28024326,28024625,28024826,28025051,28026001,28028794,28028995,28031720,28032195,28033167,28033762,28035518,28035618,2803735', 'assoc_port': '27387808:27388521,27394663:27394964,27403858:27403898,27409008:27409539,27415501:27415575,27417936:27418125,27435756:27436074,27439189:27439452,27444092:27444350,27455130:27455221,27473887:27474432,27480976:27481540,27480980:27481104,27485667:27485875,27497506:27497591,27609291:27609364,27627388:27628044,27632614:27636244,27632616:27636671,27632620:27633448,27632623:27632883,27632626:27633132,27633549:27634476,27634485:27634656,27642712:27642831,27649733:27649918,27651909:27652044,27657543:27657635,27661921:27662184,27682152:27685017,27682222:27682937,27687819:27689826,27687824:27689218,27688029:27688301,27694856:27695177,27703253:27703405,27713773:27713873,27720164:27720211,27724179:27724201,27726015:27726125,27727889:27727972,27733311:27733377,27735401:27735445,27748414:27748445,27748884:27749141,27748890:27748976,27749481:27749545,27755169:27755326,27758986:27759203,27767006:27767079,27783639:27785275,27783669:27784494,27783703:27783865,27796151:27796203,27826415:27826435,27829565:27829653,27841338:2784146', 'assoc_mat': '27387808:Carton_brun:3726:27388521,27394663:Carton_brun:3726:27394964,27403858:Carton_brun:3726:27403898,27409008:Carton_brun:3726:27409539,27415501:Carton_brun:3726:27415575,27417936:Carton_brun:3726:27418125,27435756:Carton_brun:3726:27436074,27439189:Carton_brun:3726:27439452,27444092:Carton_brun:3726:27444350,27455130:Carton_brun:3726:27455221,27473887:Carton_brun:3726:27474432,27480976:Carton_brun:3726:27481540,27480980:Carton_brun:3726:27481104,27485667:Carton_brun:3726:27485875,27497506:Carton_brun:3726:27497591,27609291:Carton_brun:3726:27609364,27627388:Carton_brun:3726:27628044,27632614:Carton_brun:3726:27636244,27632616:Carton_brun:3726:27636671,27632620:Carton_brun:3726:27633448,27632623:Carton_brun:3726:27632883,27632626:Carton_brun:3726:27633132,27633549:Carton_brun:3726:27634476,27634485:Carton_brun:3726:27634656,27642712:Carton_brun:3726:27642831,27649733:Carton_brun:3726:27649918,27651909:Carton_brun:3726:27652044,27657543:Carton_brun:3726:27657635,27661921:Carton_brun:3726:27662184,27682152:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.008483468325195816, 'nb_photo': 166, 'list_port_cont': '27388038,27388518,27394967,27403899,27409148,27409548,27415573,27436070,27474434,27481106,27485880,27497590,27583623,27609360,27628046,27633125,27633777,27634654,27636678,27636893,27642835,27649916,27682938,27688294,27695174,27703403,27735447,27741753,27741964,27749546,27755325,27759197,27767077,27784486,27784941,27794226,27799368,27829654,27832376,27835275,27841669,27883674,27900779,27909391,27928955,27943643,27949820,27960836,27971289,27972273,27975557,27978070,28002195,28003310,28009497,28010718,28010935,28011148,28011296,28015906,28016199,28017471,28020139,28021273,28022111,28024621,28025043,28026006,28028994,28031719,28032194,28033157,28035514,28035621,28037348,28056088,28059496,28060560,28072573,28073244', 'assoc_port': '27387808:27388518,27387815:27388038,27394663:27394967,27403858:27403899,27409008:27409548,27409022:27409148,27415501:27415573,27435756:27436070,27473887:27474434,27480980:27481106,27485667:27485880,27497506:27497590,27552590:27583623,27609291:27609360,27627388:27628046,27632606:27636893,27632616:27636678,27632626:27633125,27633650:27633777,27634485:27634654,27642712:27642835,27649733:27649916,27682222:27682938,27688029:27688294,27694856:27695174,27703253:27703403,27735401:27735447,27741712:27741964,27741720:27741753,27749481:27749546,27755169:27755325,27758986:27759197,27767006:27767077,27783624:27784941,27783669:27784486,27793995:27794226,27799173:27799368,27829565:27829654,27832320:27832376,27835207:27835275,27841392:27841669,27883564:27883674,27900573:27900779,27900938:27909391,27909343:28017471,27928861:27928955,27943511:27943643,27949692:27949820,27960603:27960836,27970587:27978070,27970708:27972273,27970819:27975557,27970913:27971289,28001990:28003310,28001996:28002195,28008246:28035621,28008290:2803219', 'assoc_mat': '27387808:Carton_gris:3726:27388518,27387815:Carton_gris:3726:27388038,27394663:Carton_gris:3726:27394967,27403858:Carton_gris:3726:27403899,27409008:Carton_gris:3726:27409548,27409022:Carton_gris:3726:27409148,27415501:Carton_gris:3726:27415573,27435756:Carton_gris:3726:27436070,27473887:Carton_gris:3726:27474434,27480980:Carton_gris:3726:27481106,27485667:Carton_gris:3726:27485880,27497506:Carton_gris:3726:27497590,27552590:Carton_gris:3726:27583623,27609291:Carton_gris:3726:27609360,27627388:Carton_gris:3726:27628046,27632606:Carton_gris:3726:27636893,27632616:Carton_gris:3726:27636678,27632626:Carton_gris:3726:27633125,27633650:Carton_gris:3726:27633777,27634485:Carton_gris:3726:27634654,27642712:Carton_gris:3726:27642835,27649733:Carton_gris:3726:27649916,27682222:Carton_gris:3726:27682938,27688029:Carton_gris:3726:27688294,27694856:Carton_gris:3726:27695174,27703253:Carton_gris:3726:27703403,27735401:Carton_gris:3726:27735447,27741712:Carton_gris:3726:27741964,27741720:Carton_gris:3726:27741753,27749481:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008195007846679516, 'nb_photo': 30, 'list_port_cont': '27498497,27656515,27717957,27742232,27772658,27835255,27947795,27953211,28023818,28025761,28030975,28054015,28056661', 'assoc_port': '27497510:27498497,27632560:27656515,27708723:27717957,27741703:27742232,27758988:27772658,27835201:27835255,27909294:28025761,27947304:27947795,27952837:27953211,27970896:28030975,28011647:28056661,28015478:28023818,28024265:28054015', 'assoc_mat': '27497510:ela:4205:27498497,27632560:ela:4205:27656515,27708723:ela:4205:27717957,27741703:ela:4205:27742232,27758988:ela:4205:27772658,27835201:ela:4205:27835255,27909294:ela:4205:28025761,27947304:ela:4205:27947795,27952837:ela:4205:27953211,27970896:ela:4205:28030975,28011647:ela:4205:28056661,28015478:ela:4205:28023818,28024265:ela:4205:28054015'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9420765182962771, 'nb_photo': 1012, 'list_port_cont': '27411781,27416413,27450156,27458151,27458638,27496615,27496850,27505704,27599123,27600001,27636559,27659022,27687204,27693189,27693908,27695944,27703774,27708553,27715745,27725889,27725923,27726055,27727843,27732134,27735306,27742960,27749049,27749105,27757544,27775778,27795613,27821586,27821697,27831195,27831630,27832157,27844464,27865312,27893745,27912549,27945761,27953148,27964500,27964994,28024018,28024885,28026057,28028274,28029969,28032104,28043331,28043531,28045863,28046992,28049846,28051798,28052310,28054092,28054849,28055315,28055721,28056967,28057102,28057215,28057296,28057975,28058002,28058092,28061018,28066554,28066600,28072678,28072717,28092383,28173314', 'assoc_port': '27403862:27411781,27413358:27416413,27441324:27450156,27448202:27458151,27455138:27458638,27490307:27496615,27491431:27496850,27500774:27505704,27552595:27599123,27552601:27600001,27612832:27636559,27630006:27693908,27633661:27659022,27640535:27687204,27649744:27693189,27661919:27695944,27691375:27708553,27703265:27703774,27713799:27715745,27724817:27725889,27724863:27726055,27724865:27725923,27727569:27727843,27731643:27732134,27734822:27735306,27741731:27742960,27748678:27749049,27748679:27749105,27756982:27757544,27770884:27775778,27793956:27795613,27803073:27831195,27811397:27821586,27811399:27821697,27825815:27832157,27831391:27831630,27837924:27844464,27861240:27893745,27861242:27865312,27900895:27912549,27900932:27964994,27900933:27964500,27909302:28026057,27940996:27945761,27950167:27953148,27970549:28028274,27970685:28029969,27970904:28032104,28008294:28046992,28008523:28049846,28008637:28043331,28008641:28043531,28009581:28052310,28009773:28066600,28010039:28054092,28010237:28054849,28010428:2805531', 'assoc_mat': '27403862:ela:4203:27411781,27413358:ela:4203:27416413,27441324:ela:4203:27450156,27448202:ela:4203:27458151,27455138:ela:4203:27458638,27490307:ela:4203:27496615,27491431:ela:4203:27496850,27500774:ela:4203:27505704,27552595:ela:4203:27599123,27552601:ela:4203:27600001,27612832:ela:4203:27636559,27630006:ela:4203:27693908,27633661:ela:4203:27659022,27640535:ela:4203:27687204,27649744:ela:4203:27693189,27661919:ela:4203:27695944,27691375:ela:4203:27708553,27703265:ela:4203:27703774,27713799:ela:4203:27715745,27724817:ela:4203:27725889,27724863:ela:4203:27726055,27724865:ela:4203:27725923,27727569:ela:4203:27727843,27731643:ela:4203:27732134,27734822:ela:4203:27735306,27741731:ela:4203:27742960,27748678:ela:4203:27749049,27748679:ela:4203:27749105,27756982:ela:4203:27757544,27770884:ela:4203:27775778,27793956:ela:4203:27795613,27803073:ela:4203:27831195,27811397:ela:4203:27821586,27811399:ela:4203:27821697,27825815:ela:4203:27832157,27831391:ela:4203:27831630,27837924:ela:4203:27844464,27861240:ela:4203:2789374'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007551649989956221, 'nb_photo': 48, 'list_port_cont': '27442525,27476677,27494107,27627486,27658418,27683840,27688191,27706261,27716404,27725816,27727195,27728079,27741954,27742045,27742081,27749416,27751638,27772033,27775164,27829194,27831135,27831447,27836386,27852382,27909324,27943588,27946486,28028709,28032092,28044315,28046341,28048085,28054003,28054149,28062809,28062843,28064597,28065844,28066637,28072690,28072950', 'assoc_port': '27442334:27442525,27476433:27476677,27494001:27494107,27627421:27627486,27633643:27658418,27682208:27683840,27687914:27706261,27688033:27688191,27716354:27716404,27724846:27727195,27724859:27725816,27726013:27728079,27741713:27742045,27741718:27742081,27741729:27741954,27748891:27749416,27751515:27751638,27752692:27772033,27767012:27775164,27804158:27831135,27829128:27829194,27831389:27831447,27836324:27836386,27839122:27852382,27900879:27909324,27908781:28065844,27909262:28062843,27909400:28062809,27943512:27943588,27946345:27946486,27970677:28028709,27970938:28032092,28008178:28044315,28008286:28046341,28008440:28048085,28010099:28054003,28011598:28066637,28015452:28054149,28015662:28064597,28055912:28072950,28072000:28072690', 'assoc_mat': '27442334:ela:4207:27442525,27476433:ela:4207:27476677,27494001:ela:4207:27494107,27627421:ela:4207:27627486,27633643:ela:4207:27658418,27682208:ela:4207:27683840,27687914:ela:4207:27706261,27688033:ela:4207:27688191,27716354:ela:4207:27716404,27724846:ela:4207:27727195,27724859:ela:4207:27725816,27726013:ela:4207:27728079,27741713:ela:4207:27742045,27741718:ela:4207:27742081,27741729:ela:4207:27741954,27748891:ela:4207:27749416,27751515:ela:4207:27751638,27752692:ela:4207:27772033,27767012:ela:4207:27775164,27804158:ela:4207:27831135,27829128:ela:4207:27829194,27831389:ela:4207:27831447,27836324:ela:4207:27836386,27839122:ela:4207:27852382,27900879:ela:4207:27909324,27908781:ela:4207:28065844,27909262:ela:4207:28062843,27909400:ela:4207:28062809,27943512:ela:4207:27943588,27946345:ela:4207:27946486,27970677:ela:4207:28028709,27970938:ela:4207:28032092,28008178:ela:4207:28044315,28008286:ela:4207:28046341,28008440:ela:4207:28048085,28010099:ela:4207:28054003,28011598:ela:4207:28066637,28015452:ela:4207:2805414'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0009430615679505819, 'nb_photo': 17, 'list_port_cont': '27388239,27418187,27720275,27729782,27749165,27804636,27839613', 'assoc_port': '27387810:27388239,27417944:27418187,27720163:27720275,27729669:27729782,27748908:27749165,27804162:27804636,27839125:27839613', 'assoc_mat': '27387810:ela:4461:27388239,27417944:ela:4461:27418187,27720163:ela:4461:27720275,27729669:ela:4461:27729782,27748908:ela:4461:27749165,27804162:ela:4461:27804636,27839125:ela:4461:27839613'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015928086113350976, 'nb_photo': 69, 'list_port_cont': '27403978,27404219,27413539,27441484,27445305,27623299,27633711,27633987,27652362,27682998,27692014,27695416,27698301,27703637,27704235,27725052,27725638,27731037,27732532,27735074,27741937,27748763,27749813,27752973,27761059,27767240,27769204,27783926,27786942,27790664,27796343,27829242,27834062,27841578,27901487,27909716,27929081,27959677,27972433,27973906,27974181,27975320,28009023,28010130,28017297,28017859,28022793,28024321,28026173,28026627,28035744,28039596,28048927,28050591,28062471,28062543,28064553', 'assoc_port': '27403860:27404219,27403866:27403978,27413361:27413539,27441327:27441484,27444952:27445305,27612827:27623299,27632602:27633711,27633659:27633987,27651913:27652362,27682193:27682998,27691362:27692014,27694859:27695416,27697876:27698301,27703249:27704235,27703257:27703637,27724813:27725638,27724890:27725052,27730865:27731037,27732208:27732532,27734821:27735074,27741716:27741937,27748677:27748763,27749740:27749813,27752691:27752973,27760558:27761059,27760564:27769204,27767015:27767240,27783717:27783926,27786458:27786942,27790388:27790664,27796156:27796343,27829127:27829242,27833969:27834062,27841365:27841578,27900887:27909716,27900935:27901487,27928865:27929081,27958860:27959677,27970533:27975320,27970648:27974181,27970679:27973906,27970748:27972433,28008160:28050591,28008495:28010130,28008700:28009023,28009665:28039596,28010188:28026173,28010406:28024321,28011351:28022793,28015278:28017859,28015323:28017297,28015488:28035744,28026382:28026627,28041246:28048927,28055894:28062471,28055980:28064553,28056021:2806254', 'assoc_mat': '27403860:ela:4200:27404219,27403866:ela:4200:27403978,27413361:ela:4200:27413539,27441327:ela:4200:27441484,27444952:ela:4200:27445305,27612827:ela:4200:27623299,27632602:ela:4200:27633711,27633659:ela:4200:27633987,27651913:ela:4200:27652362,27682193:ela:4200:27682998,27691362:ela:4200:27692014,27694859:ela:4200:27695416,27697876:ela:4200:27698301,27703249:ela:4200:27704235,27703257:ela:4200:27703637,27724813:ela:4200:27725638,27724890:ela:4200:27725052,27730865:ela:4200:27731037,27732208:ela:4200:27732532,27734821:ela:4200:27735074,27741716:ela:4200:27741937,27748677:ela:4200:27748763,27749740:ela:4200:27749813,27752691:ela:4200:27752973,27760558:ela:4200:27761059,27760564:ela:4200:27769204,27767015:ela:4200:27767240,27783717:ela:4200:27783926,27786458:ela:4200:27786942,27790388:ela:4200:27790664,27796156:ela:4200:27796343,27829127:ela:4200:27829242,27833969:ela:4200:27834062,27841365:ela:4200:27841578,27900887:ela:4200:27909716,27900935:ela:4200:27901487,27928865:ela:4200:27929081,27958860:ela:4200:2795967'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0022283337297774267, 'nb_photo': 94, 'list_port_cont': '27415660,27419065,27443781,27500922,27501807,27507920,27583794,27583943,27633941,27640913,27646625,27660683,27662126,27683179,27713928,27715178,27724290,27725021,27728140,27731835,27735094,27748741,27749000,27749907,27784438,27784528,27811607,27828297,27832955,27836438,27841639,27868711,27880552,27929209,27961220,27983935,28010477,28010507,28010704,28011012,28011054,28013307,28013480,28016353,28021406,28026127,28056053,28056311,28057039,28057064,28057669,28059221,28072277,28072416,28090688,28090805', 'assoc_port': '27415498:27415660,27418933:27419065,27443663:27443781,27500776:27500922,27501601:27501807,27507876:27507920,27552564:27583943,27552578:27583794,27633572:27633941,27640533:27640913,27646358:27646625,27660423:27660683,27661922:27662126,27682189:27683179,27713800:27713928,27714913:27715178,27724171:27724290,27724895:27725021,27727893:27728140,27731645:27731835,27734823:27735094,27748673:27748741,27748907:27749000,27749738:27749907,27783607:27784528,27783667:27784438,27811395:27811607,27828079:27828297,27832769:27832955,27836294:27836438,27841393:27841639,27868603:27868711,27871505:27880552,27908849:28021406,27928871:27929209,27960619:27961220,27970996:27983935,28009490:28011012,28009529:28011054,28009689:28010704,28009895:28010507,28010042:28010477,28011384:28026127,28011643:28013480,28011796:28013307,28015610:28016353,28055858:28056311,28055871:28056053,28055965:28057039,28055988:28057064,28056023:28057669,28056031:28059221,28072065:28072416,28072072:28072277,28090369:28090805,28090390:28090688', 'assoc_mat': '27415498:ela:4209:27415660,27418933:ela:4209:27419065,27443663:ela:4209:27443781,27500776:ela:4209:27500922,27501601:ela:4209:27501807,27507876:ela:4209:27507920,27552564:ela:4209:27583943,27552578:ela:4209:27583794,27633572:ela:4209:27633941,27640533:ela:4209:27640913,27646358:ela:4209:27646625,27660423:ela:4209:27660683,27661922:ela:4209:27662126,27682189:ela:4209:27683179,27713800:ela:4209:27713928,27714913:ela:4209:27715178,27724171:ela:4209:27724290,27724895:ela:4209:27725021,27727893:ela:4209:27728140,27731645:ela:4209:27731835,27734823:ela:4209:27735094,27748673:ela:4209:27748741,27748907:ela:4209:27749000,27749738:ela:4209:27749907,27783607:ela:4209:27784528,27783667:ela:4209:27784438,27811395:ela:4209:27811607,27828079:ela:4209:27828297,27832769:ela:4209:27832955,27836294:ela:4209:27836438,27841393:ela:4209:27841639,27868603:ela:4209:27868711,27871505:ela:4209:27880552,27908849:ela:4209:28021406,27928871:ela:4209:27929209,27960619:ela:4209:27961220,27970996:ela:4209:27983935,28009490:ela:4209:2801101'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010390391405943249, 'nb_photo': 1655, 'list_port_cont': '27388980,27391768,27395043,27396041,27399166,27400655,27404172,27404505,27407312,27409706,27413762,27414075,27418363,27418558,27419663,27436605,27439658,27441488,27442815,27443925,27444769,27445258,27446698,27447963,27450018,27452239,27452936,27455793,27464041,27477324,27477656,27478673,27486247,27488107,27489092,27490682,27492197,27492527,27497832,27498824,27501098,27501365,27501996,27503679,27508629,27597698,27598314,27606219,27623569,27624526,27625430,27628687,27629210,27631200,27632113,27633329,27634608,27634894,27636127,27636896,27638083,27641481,27641843,27642555,27643070,27643668,27643967,27644121,27644584,27645151,27646425,27646772,27647850,27650347,27654491,27654820,27657970,27658553,27660884,27662522,27685118,27686880,27688672,27689543,27691030,27692596,27693418,27695660,27697022,27697568,27698374,27700572,27703743,27706657,27709267,27712265,27712547,27715254,27717389,27723892,27723962,27724500,27725121,27725321,27725477,27725940,27726138,27726248,27726291,27726463,27727174,27727437,27727657,2772768', 'assoc_port': '27387817:27388980,27391353:27391768,27394662:27396041,27394665:27395043,27398433:27400655,27398489:27399166,27403859:27404505,27403867:27404172,27406529:27407312,27409036:27409706,27413329:27414075,27413362:27413762,27417934:27419663,27417940:27418558,27417943:27418363,27435758:27436605,27439190:27439658,27441326:27441488,27442333:27442815,27443682:27443925,27444703:27444769,27444956:27445258,27446536:27446698,27447686:27447963,27449558:27450018,27451939:27452936,27451942:27452239,27455142:27455793,27463792:27464041,27476439:27477656,27476462:27477324,27478024:27478673,27485659:27486247,27487692:27488107,27488597:27489092,27490304:27490682,27491433:27492527,27491435:27492197,27497513:27497832,27498535:27498824,27500781:27501365,27500785:27501098,27501599:27501996,27503313:27503679,27508381:27508629,27552556:27597698,27552568:27598314,27552572:27606219,27612825:27625430,27612829:27624526,27612864:27623569,27627416:27629210,27627423:27628687,27630008:27631200,27631519:27632113,27632531:27646425,27632563:2764515', 'assoc_mat': '27387817:ela:4211:27388980,27391353:ela:4211:27391768,27394662:ela:4211:27396041,27394665:ela:4211:27395043,27398433:ela:4211:27400655,27398489:ela:4211:27399166,27403859:ela:4211:27404505,27403867:ela:4211:27404172,27406529:ela:4211:27407312,27409036:ela:4211:27409706,27413329:ela:4211:27414075,27413362:ela:4211:27413762,27417934:ela:4211:27419663,27417940:ela:4211:27418558,27417943:ela:4211:27418363,27435758:ela:4211:27436605,27439190:ela:4211:27439658,27441326:ela:4211:27441488,27442333:ela:4211:27442815,27443682:ela:4211:27443925,27444703:ela:4211:27444769,27444956:ela:4211:27445258,27446536:ela:4211:27446698,27447686:ela:4211:27447963,27449558:ela:4211:27450018,27451939:ela:4211:27452936,27451942:ela:4211:27452239,27455142:ela:4211:27455793,27463792:ela:4211:27464041,27476439:ela:4211:27477656,27476462:ela:4211:27477324,27478024:ela:4211:27478673,27485659:ela:4211:27486247,27487692:ela:4211:27488107,27488597:ela:4211:27489092,27490304:ela:4211:27490682,27491433:ela:4211:27492527,27491435:ela:4211:2749219'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 2.9772257346711556e-05, 'nb_photo': 8, 'list_port_cont': '27456988,27656501,27717967,27742235,27764182,28025757', 'assoc_port': '27447657:27456988,27632560:27656501,27708723:27717967,27741703:27742235,27755172:27764182,27909294:28025757', 'assoc_mat': '27447657:etiquette:4205:27456988,27632560:etiquette:4205:27656501,27708723:etiquette:4205:27717967,27741703:etiquette:4205:27742235,27755172:etiquette:4205:27764182,27909294:etiquette:4205:28025757'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 5.4046439664740986e-05, 'nb_photo': 36, 'list_port_cont': '27411779,27416416,27450150,27496612,27496838,27659029,27715748,27725888,27727837,27742959,27775780,27795603,27821698,27831206,27831621,28024013,28028283,28029963,28043334,28046990,28052311,28055304,28055719,28057302,28058097,28061015,28066555,28072674,28072709', 'assoc_port': '27403862:27411779,27413358:27416416,27441324:27450150,27490307:27496612,27491431:27496838,27633661:27659029,27713799:27715748,27724817:27725888,27727569:27727837,27741731:27742959,27770884:27775780,27793956:27795603,27803073:27831206,27811399:27821698,27831391:27831621,27970549:28028283,27970685:28029963,28008294:28046990,28008637:28043334,28009581:28052311,28010428:28055304,28010596:28055719,28011657:28057302,28015315:28066555,28015654:28024013,28055863:28061015,28055957:28058097,28071999:28072709,28072057:28072674', 'assoc_mat': '27403862:etiquette:4203:27411779,27413358:etiquette:4203:27416416,27441324:etiquette:4203:27450150,27490307:etiquette:4203:27496612,27491431:etiquette:4203:27496838,27633661:etiquette:4203:27659029,27713799:etiquette:4203:27715748,27724817:etiquette:4203:27725888,27727569:etiquette:4203:27727837,27741731:etiquette:4203:27742959,27770884:etiquette:4203:27775780,27793956:etiquette:4203:27795603,27803073:etiquette:4203:27831206,27811399:etiquette:4203:27821698,27831391:etiquette:4203:27831621,27970549:etiquette:4203:28028283,27970685:etiquette:4203:28029963,28008294:etiquette:4203:28046990,28008637:etiquette:4203:28043334,28009581:etiquette:4203:28052311,28010428:etiquette:4203:28055304,28010596:etiquette:4203:28055719,28011657:etiquette:4203:28057302,28015315:etiquette:4203:28066555,28015654:etiquette:4203:28024013,28055863:etiquette:4203:28061015,28055957:etiquette:4203:28058097,28071999:etiquette:4203:28072709,28072057:etiquette:4203:28072674'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0002538559722809097, 'nb_photo': 4, 'list_port_cont': '27728384,27803143,28031631,28053101', 'assoc_port': '27727891:27728384,27803075:27803143,27970906:28031631,28009795:28053101', 'assoc_mat': '27727891:etiquette:4207:27728384,27803075:etiquette:4207:27803143,27970906:etiquette:4207:28031631,28009795:etiquette:4207:28053101'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 12, 'list_port_cont': '27388230,27749156,27767095', 'assoc_port': '27387810:27388230,27748908:27749156,27767010:27767095', 'assoc_mat': '27387810:etiquette:4461:27388230,27748908:etiquette:4461:27749156,27767010:etiquette:4461:27767095'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0006342210769572888, 'nb_photo': 2, 'list_port_cont': '27403987,27490495', 'assoc_port': '27403866:27403987,27490305:27490495', 'assoc_mat': '27403866:etiquette:4200:27403987,27490305:etiquette:4200:27490495'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010350815493554977, 'nb_photo': 81, 'list_port_cont': '27624393,27657969,27660879,27717390,27733537,27826187,27833052,27864051,27953235,27986760,28020052,28030913,28048614,28049721,28052695,28053294,28053855,28053871,28054196,28057893,28058780,28127987', 'assoc_port': '27612835:27624393,27657540:27657969,27660437:27660879,27717023:27717390,27733316:27733537,27825814:27826187,27832773:27833052,27863029:27864051,27952797:27953235,27970554:27986760,28009877:28053294,28009980:28053855,28010155:28054196,28010195:28053871,28010434:28052695,28011620:28048614,28011670:28049721,28015535:28020052,28029995:28030913,28056011:28057893,28056127:28058780,28090439:28127987', 'assoc_mat': '27612835:etiquette:4211:27624393,27657540:etiquette:4211:27657969,27660437:etiquette:4211:27660879,27717023:etiquette:4211:27717390,27733316:etiquette:4211:27733537,27825814:etiquette:4211:27826187,27832773:etiquette:4211:27833052,27863029:etiquette:4211:27864051,27952797:etiquette:4211:27953235,27970554:etiquette:4211:27986760,28009877:etiquette:4211:28053294,28009980:etiquette:4211:28053855,28010155:etiquette:4211:28054196,28010195:etiquette:4211:28053871,28010434:etiquette:4211:28052695,28011620:etiquette:4211:28048614,28011670:etiquette:4211:28049721,28015535:etiquette:4211:28020052,28029995:etiquette:4211:28030913,28056011:etiquette:4211:28057893,28056127:etiquette:4211:28058780,28090439:etiquette:4211:28127987'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006141354317677887, 'nb_photo': 32, 'list_port_cont': '27405976,27474652,27788764,27910300,27930051,27944259,27953746,28013554,28015994,28016770,28046602', 'assoc_port': '27405487:27405976,27473895:27474652,27788308:27788764,27900929:27910300,27928873:27930051,27943509:27944259,27952817:27953746,28008245:28046602,28011737:28013554,28014421:28015994,28015275:28016770', 'assoc_mat': '27405487:etiquette:3327:27405976,27473895:etiquette:3327:27474652,27788308:etiquette:3327:27788764,27900929:etiquette:3327:27910300,27928873:etiquette:3327:27930051,27943509:etiquette:3327:27944259,27952817:etiquette:3327:27953746,28008245:etiquette:3327:28046602,28011737:etiquette:3327:28013554,28014421:etiquette:3327:28015994,28015275:etiquette:3327:28016770'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.017805362996780198, 'nb_photo': 214, 'list_port_cont': '27411215,27456986,27498492,27656509,27690743,27717966,27727312,27729774,27742233,27764177,27772651,27796234,27835259,27836111,27912046,27947797,27953212,28023820,28025758,28047816,28051921,28053153,28054008,28054882,28055044,28056647', 'assoc_port': '27403861:27411215,27447657:27456986,27497510:27498492,27632560:27656509,27643654:27690743,27708723:27717966,27724848:27727312,27729673:27729774,27741703:27742233,27755172:27764177,27758988:27772651,27796153:27796234,27835201:27835259,27835204:27836111,27900926:27912046,27909294:28025758,27947304:27947797,27952837:27953212,28008437:28047816,28009556:28051921,28009925:28053153,28010398:28054882,28010400:28055044,28011647:28056647,28015478:28023820,28024265:28054008', 'assoc_mat': '27403861:film_plastique:4205:27411215,27447657:film_plastique:4205:27456986,27497510:film_plastique:4205:27498492,27632560:film_plastique:4205:27656509,27643654:film_plastique:4205:27690743,27708723:film_plastique:4205:27717966,27724848:film_plastique:4205:27727312,27729673:film_plastique:4205:27729774,27741703:film_plastique:4205:27742233,27755172:film_plastique:4205:27764177,27758988:film_plastique:4205:27772651,27796153:film_plastique:4205:27796234,27835201:film_plastique:4205:27835259,27835204:film_plastique:4205:27836111,27900926:film_plastique:4205:27912046,27909294:film_plastique:4205:28025758,27947304:film_plastique:4205:27947797,27952837:film_plastique:4205:27953212,28008437:film_plastique:4205:28047816,28009556:film_plastique:4205:28051921,28009925:film_plastique:4205:28053153,28010398:film_plastique:4205:28054882,28010400:film_plastique:4205:28055044,28011647:film_plastique:4205:28056647,28015478:film_plastique:4205:28023820,28024265:film_plastique:4205:28054008'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006559472452001922, 'nb_photo': 1034, 'list_port_cont': '27411792,27416419,27450151,27458152,27458640,27496611,27496846,27505716,27599118,27599995,27636547,27659030,27687199,27693176,27693895,27695947,27703789,27708556,27715743,27725895,27725924,27726040,27727849,27732133,27735307,27742955,27749064,27757545,27775789,27795606,27821587,27821690,27831197,27831629,27832149,27844454,27865309,27865500,27893737,27912541,27945754,27953135,27964492,27964995,28024004,28024891,28026065,28028284,28029966,28032100,28043320,28043521,28045860,28046986,28049840,28051796,28052300,28054095,28054855,28055312,28055720,28056968,28057094,28057227,28057295,28057970,28057993,28058100,28061021,28066558,28066603,28072676,28072715,28092374,28173322', 'assoc_port': '27403862:27411792,27413358:27416419,27441324:27450151,27448202:27458152,27455138:27458640,27490307:27496611,27491431:27496846,27500774:27505716,27552595:27599118,27552601:27599995,27612832:27636547,27630006:27693895,27633661:27659030,27640535:27687199,27649744:27693176,27661919:27695947,27691375:27708556,27703265:27703789,27713799:27715743,27724817:27725895,27724863:27726040,27724865:27725924,27727569:27727849,27731643:27732133,27734822:27735307,27741731:27742955,27748678:27749064,27756982:27757545,27770884:27775789,27793956:27795606,27803073:27831197,27811397:27821587,27811399:27821690,27825815:27832149,27831391:27831629,27837924:27844454,27861240:27893737,27861242:27865309,27861247:27865500,27900895:27912541,27900932:27964995,27900933:27964492,27909302:28026065,27940996:27945754,27950167:27953135,27970549:28028284,27970685:28029966,27970904:28032100,28008294:28046986,28008523:28049840,28008637:28043320,28008641:28043521,28009581:28052300,28009773:28066603,28010039:28054095,28010237:28054855,28010428:2805531', 'assoc_mat': '27403862:film_plastique:4203:27411792,27413358:film_plastique:4203:27416419,27441324:film_plastique:4203:27450151,27448202:film_plastique:4203:27458152,27455138:film_plastique:4203:27458640,27490307:film_plastique:4203:27496611,27491431:film_plastique:4203:27496846,27500774:film_plastique:4203:27505716,27552595:film_plastique:4203:27599118,27552601:film_plastique:4203:27599995,27612832:film_plastique:4203:27636547,27630006:film_plastique:4203:27693895,27633661:film_plastique:4203:27659030,27640535:film_plastique:4203:27687199,27649744:film_plastique:4203:27693176,27661919:film_plastique:4203:27695947,27691375:film_plastique:4203:27708556,27703265:film_plastique:4203:27703789,27713799:film_plastique:4203:27715743,27724817:film_plastique:4203:27725895,27724863:film_plastique:4203:27726040,27724865:film_plastique:4203:27725924,27727569:film_plastique:4203:27727849,27731643:film_plastique:4203:27732133,27734822:film_plastique:4203:27735307,27741731:film_plastique:4203:27742955,27748678:film_plastique:4203:2774906'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0034238839473023125, 'nb_photo': 2004, 'list_port_cont': '27388140,27391574,27396033,27397011,27398611,27403878,27405559,27406641,27408427,27409100,27410406,27411901,27413430,27414580,27415355,27415555,27418139,27419393,27439401,27442526,27443750,27444145,27444999,27448217,27449611,27450476,27451593,27452011,27455198,27456540,27458140,27462489,27476678,27478222,27481093,27485857,27487944,27488705,27490177,27490410,27494102,27497575,27498411,27500833,27501680,27503363,27504186,27507879,27557589,27561272,27562345,27612939,27613906,27615110,27615603,27627484,27630216,27631666,27632798,27633843,27636279,27642793,27643743,27644700,27645172,27646968,27649843,27651331,27652013,27654015,27654141,27656342,27656884,27657615,27657868,27658115,27658429,27660484,27661977,27683845,27688185,27696572,27697301,27698077,27699309,27702496,27702717,27702964,27703370,27704734,27705886,27706034,27706254,27706298,27707197,27708844,27709192,27711725,27713840,27714991,27716402,27717104,27723640,27724269,27724934,27724963,27725082,27725610,27725696,27725821,27725841,27726319,27726920,2772719', 'assoc_port': '27387814:27388140,27391360:27391574,27395949:27397011,27395957:27396033,27398480:27398611,27403863:27403878,27405485:27405559,27406518:27408427,27406559:27406641,27409010:27411901,27409033:27409100,27410314:27410406,27413330:27415355,27413360:27414580,27413363:27413430,27415524:27415555,27417937:27419393,27417942:27418139,27439192:27439401,27442334:27442526,27443662:27443750,27444090:27444145,27444955:27444999,27448205:27448217,27449553:27451593,27449557:27449611,27450403:27450476,27451940:27452011,27455132:27456540,27455144:27455198,27458103:27458140,27462446:27462489,27476433:27476678,27478021:27478222,27480978:27481093,27485657:27485857,27487666:27490177,27487691:27487944,27488596:27488705,27490306:27490410,27494001:27494102,27497508:27498411,27497515:27497575,27500778:27500833,27501605:27501680,27503283:27504186,27503312:27503363,27507877:27507879,27552566:27562345,27552580:27561272,27552592:27557589,27612819:27615603,27612821:27615110,27612833:27613906,27612839:27612939,27627421:27627484,27630012:2763021', 'assoc_mat': '27387814:film_plastique:4207:27388140,27391360:film_plastique:4207:27391574,27395949:film_plastique:4207:27397011,27395957:film_plastique:4207:27396033,27398480:film_plastique:4207:27398611,27403863:film_plastique:4207:27403878,27405485:film_plastique:4207:27405559,27406518:film_plastique:4207:27408427,27406559:film_plastique:4207:27406641,27409010:film_plastique:4207:27411901,27409033:film_plastique:4207:27409100,27410314:film_plastique:4207:27410406,27413330:film_plastique:4207:27415355,27413360:film_plastique:4207:27414580,27413363:film_plastique:4207:27413430,27415524:film_plastique:4207:27415555,27417937:film_plastique:4207:27419393,27417942:film_plastique:4207:27418139,27439192:film_plastique:4207:27439401,27442334:film_plastique:4207:27442526,27443662:film_plastique:4207:27443750,27444090:film_plastique:4207:27444145,27444955:film_plastique:4207:27444999,27448205:film_plastique:4207:27448217,27449553:film_plastique:4207:27451593,27449557:film_plastique:4207:27449611,27450403:film_plastique:4207:2745047'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7993380278436689, 'nb_photo': 6058, 'list_port_cont': '27388100,27388233,27391793,27396193,27404272,27405731,27409450,27413498,27414618,27415753,27418193,27442745,27444236,27445112,27446277,27448038,27449795,27452058,27455568,27474325,27478640,27484820,27487720,27491788,27494453,27498720,27501069,27508538,27601684,27613100,27630475,27633085,27634042,27634206,27634913,27638158,27642954,27645509,27646744,27652468,27656799,27662202,27662341,27683388,27683750,27688746,27691960,27698167,27698535,27703875,27712051,27716536,27720280,27724319,27725130,27725267,27725356,27725451,27725770,27725860,27728113,27729778,27731935,27733470,27735544,27741982,27742901,27742976,27748542,27749163,27749230,27749926,27751899,27763798,27767091,27767452,27769821,27778069,27788695,27790718,27794455,27804648,27804802,27806388,27809811,27819512,27825024,27826052,27828260,27829802,27831508,27832982,27835719,27839607,27846447,27861813,27867893,27879822,27884191,27884348,27902368,27903813,27909646,27922874,27929672,27929747,27947606,27950729,27959500,27971858,27972049,27972242,27972392,2797262', 'assoc_port': '27387806:27388100,27387810:27388233,27391358:27391793,27395953:27396193,27403868:27404272,27405483:27405731,27409030:27409450,27413357:27413498,27414375:27414618,27415525:27415753,27417944:27418193,27442369:27442745,27444089:27444236,27444957:27445112,27444958:27446277,27447678:27448038,27449556:27449795,27451941:27452058,27455145:27455568,27473891:27474325,27478027:27478640,27484302:27484820,27487693:27487720,27491434:27491788,27494005:27494453,27498534:27498720,27500783:27501069,27508383:27508538,27552582:27601684,27612834:27613100,27630010:27630475,27632604:27633085,27633566:27638158,27633623:27634206,27633652:27634042,27634487:27634913,27642739:27642954,27645058:27645509,27646354:27646744,27651911:27652468,27654132:27656799,27661886:27662202,27661889:27662341,27682148:27683750,27682204:27683388,27687827:27698167,27688001:27688746,27691412:27691960,27697880:27698535,27703255:27703875,27711664:27712051,27716353:27716536,27720163:27720280,27724176:27724319,27724811:27725860,27724831:27725770,27724847:2772545', 'assoc_mat': '27387806:film_plastique:4461:27388100,27387810:film_plastique:4461:27388233,27391358:film_plastique:4461:27391793,27395953:film_plastique:4461:27396193,27403868:film_plastique:4461:27404272,27405483:film_plastique:4461:27405731,27409030:film_plastique:4461:27409450,27413357:film_plastique:4461:27413498,27414375:film_plastique:4461:27414618,27415525:film_plastique:4461:27415753,27417944:film_plastique:4461:27418193,27442369:film_plastique:4461:27442745,27444089:film_plastique:4461:27444236,27444957:film_plastique:4461:27445112,27444958:film_plastique:4461:27446277,27447678:film_plastique:4461:27448038,27449556:film_plastique:4461:27449795,27451941:film_plastique:4461:27452058,27455145:film_plastique:4461:27455568,27473891:film_plastique:4461:27474325,27478027:film_plastique:4461:27478640,27484302:film_plastique:4461:27484820,27487693:film_plastique:4461:27487720,27491434:film_plastique:4461:27491788,27494005:film_plastique:4461:27494453,27498534:film_plastique:4461:27498720,27500783:film_plastique:4461:2750106'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0199454824626719, 'nb_photo': 2493, 'list_port_cont': '27388206,27398848,27403983,27404226,27406715,27407036,27409262,27413529,27413683,27413992,27415630,27418264,27441473,27442671,27443845,27445181,27445302,27445355,27448017,27449656,27450579,27452170,27455385,27455748,27458214,27474387,27476760,27481189,27481261,27484655,27486063,27490481,27491712,27494189,27494482,27497731,27498627,27500961,27503434,27503561,27507906,27507943,27583568,27613062,27623306,27623625,27632923,27633279,27633722,27633985,27634853,27635375,27635587,27636258,27636461,27636726,27640881,27641239,27643820,27643889,27650037,27650199,27652359,27653327,27654265,27657711,27660793,27683006,27688382,27688888,27688932,27689720,27692006,27695424,27698297,27703634,27703759,27704226,27716433,27716599,27720105,27720221,27723226,27723408,27724354,27725046,27725099,27725506,27725637,27725668,27725715,27726190,27729311,27731030,27732499,27732528,27733983,27735079,27735519,27735590,27741841,27741924,27742065,27742210,27742868,27742882,27748524,27748587,27748765,27749014,27749819,27752964,27757125,2776105', 'assoc_port': '27387812:27388206,27398487:27398848,27403860:27404226,27403866:27403983,27406521:27407036,27406526:27406715,27409024:27409262,27413328:27413992,27413331:27413683,27413361:27413529,27415496:27415630,27417932:27418264,27441327:27441473,27442370:27442671,27443683:27443845,27444952:27445302,27444953:27445355,27444954:27445181,27447683:27448017,27449554:27449656,27450402:27450579,27451943:27452170,27455125:27455748,27455140:27455385,27458101:27458214,27473893:27474387,27476459:27476760,27480971:27481261,27480974:27481189,27484307:27484655,27485664:27486063,27490305:27490481,27491432:27491712,27493995:27494482,27493999:27494189,27497512:27497731,27498561:27498627,27500780:27500961,27503284:27503561,27503310:27503434,27507872:27507943,27507874:27507906,27552562:27583568,27612823:27623625,27612827:27623306,27612836:27613062,27632498:27636258,27632554:27635587,27632568:27633279,27632602:27633722,27632631:27632923,27633617:27635375,27633659:27633985,27634467:27634853,27636068:27636726,27636070:27636461,27640534:2764088', 'assoc_mat': '27387812:film_plastique:4200:27388206,27398487:film_plastique:4200:27398848,27403860:film_plastique:4200:27404226,27403866:film_plastique:4200:27403983,27406521:film_plastique:4200:27407036,27406526:film_plastique:4200:27406715,27409024:film_plastique:4200:27409262,27413328:film_plastique:4200:27413992,27413331:film_plastique:4200:27413683,27413361:film_plastique:4200:27413529,27415496:film_plastique:4200:27415630,27417932:film_plastique:4200:27418264,27441327:film_plastique:4200:27441473,27442370:film_plastique:4200:27442671,27443683:film_plastique:4200:27443845,27444952:film_plastique:4200:27445302,27444953:film_plastique:4200:27445355,27444954:film_plastique:4200:27445181,27447683:film_plastique:4200:27448017,27449554:film_plastique:4200:27449656,27450402:film_plastique:4200:27450579,27451943:film_plastique:4200:27452170,27455125:film_plastique:4200:27455748,27455140:film_plastique:4200:27455385,27458101:film_plastique:4200:27458214,27473893:film_plastique:4200:27474387,27476459:film_plastique:4200:2747676'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007548436302299842, 'nb_photo': 258, 'list_port_cont': '27396113,27403903,27415672,27419066,27443777,27455440,27476859,27485933,27488958,27494325,27499335,27500924,27501809,27507914,27583802,27633934,27646615,27660691,27662138,27662318,27683183,27695341,27713917,27715184,27716487,27725022,27728144,27731836,27734935,27735099,27741887,27748752,27748994,27749908,27778525,27783993,27784425,27784504,27784523,27811605,27824425,27832956,27836440,27841643,27868721,27880551,27883773,27909619,27909807,27931017,27941245,27941288,27941358,27948203,27948236,27959288,27961234,27971435,27971744,27972461,28002134,28007374,28010206,28010480,28010699,28011055,28011631,28012272,28012606,28013086,28013293,28013478,28014080,28016351,28017084,28018780,28020013,28021410,28024274,28024529,28026129,28034842,28035406,28041238,28041649,28042003,28044489,28044717,28056141,28056281,28056310,28056402,28056691,28056785,28057051,28057070,28057655,28057788,28059227,28062181,28072121,28072283,28072329,28072398,28072404,28072633,28073774,28090691,28090809,28112216', 'assoc_port': '27395955:27396113,27403864:27403903,27415498:27415672,27418933:27419066,27443663:27443777,27455134:27455440,27476481:27476859,27485654:27485933,27488571:27488958,27494003:27494325,27499188:27499335,27500776:27500924,27501601:27501809,27507876:27507914,27552578:27583802,27633572:27633934,27646358:27646615,27660423:27660691,27661917:27662318,27661922:27662138,27682189:27683183,27694857:27695341,27713800:27713917,27714913:27715184,27716350:27716487,27724895:27725022,27727893:27728144,27731645:27731836,27734823:27735099,27734825:27734935,27741726:27741887,27748673:27748752,27748907:27748994,27749738:27749908,27778496:27778525,27783599:27784504,27783607:27784523,27783667:27784425,27783708:27783993,27811395:27811605,27824316:27824425,27832769:27832956,27836294:27836440,27841393:27841643,27868603:27868721,27871505:27880551,27883597:27883773,27908561:27909807,27908571:27909619,27908849:28021410,27930824:27931017,27940988:27941358,27940997:27941288,27941001:27941245,27948041:27948203,27948042:27948236,27958869:2795928', 'assoc_mat': '27395955:film_plastique:4209:27396113,27403864:film_plastique:4209:27403903,27415498:film_plastique:4209:27415672,27418933:film_plastique:4209:27419066,27443663:film_plastique:4209:27443777,27455134:film_plastique:4209:27455440,27476481:film_plastique:4209:27476859,27485654:film_plastique:4209:27485933,27488571:film_plastique:4209:27488958,27494003:film_plastique:4209:27494325,27499188:film_plastique:4209:27499335,27500776:film_plastique:4209:27500924,27501601:film_plastique:4209:27501809,27507876:film_plastique:4209:27507914,27552578:film_plastique:4209:27583802,27633572:film_plastique:4209:27633934,27646358:film_plastique:4209:27646615,27660423:film_plastique:4209:27660691,27661917:film_plastique:4209:27662318,27661922:film_plastique:4209:27662138,27682189:film_plastique:4209:27683183,27694857:film_plastique:4209:27695341,27713800:film_plastique:4209:27713917,27714913:film_plastique:4209:27715184,27716350:film_plastique:4209:27716487,27724895:film_plastique:4209:27725022,27727893:film_plastique:4209:2772814'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00620259037328401, 'nb_photo': 19060, 'list_port_cont': '27388307,27388978,27391771,27395052,27395574,27396051,27399171,27400651,27404170,27404509,27407301,27409711,27413749,27414083,27418357,27418557,27419051,27419655,27436599,27439659,27441492,27442827,27443939,27444754,27445257,27446694,27447973,27450024,27452244,27452527,27452947,27455786,27458178,27464047,27474744,27477330,27477645,27478686,27481152,27484893,27486256,27488115,27489098,27490680,27492203,27492521,27494250,27497842,27498819,27499279,27501096,27501364,27501992,27503671,27503704,27508642,27597693,27598301,27606220,27623571,27623686,27624388,27624520,27625433,27628688,27629204,27631188,27632109,27633342,27633633,27634616,27634891,27636136,27636905,27638079,27641473,27641856,27642558,27643074,27643666,27643968,27644130,27644583,27645146,27646424,27646777,27647837,27650350,27654499,27654819,27657959,27658564,27660882,27662515,27685110,27685401,27686873,27688673,27689541,27689777,27691042,27692591,27693404,27695669,27697025,27697567,27698375,27700581,27700927,27703745,27706658,27709254,27712254,2771255', 'assoc_port': '27387817:27388978,27387820:27388307,27391353:27391771,27394662:27396051,27394664:27395574,27394665:27395052,27398433:27400651,27398489:27399171,27403859:27404509,27403867:27404170,27406529:27407301,27409036:27409711,27413329:27414083,27413362:27413749,27417934:27419655,27417938:27419051,27417940:27418557,27417943:27418357,27435758:27436599,27439190:27439659,27441326:27441492,27442333:27442827,27443682:27443939,27444703:27444754,27444956:27445257,27446536:27446694,27447686:27447973,27449558:27450024,27451939:27452947,27451942:27452244,27451944:27452527,27455142:27455786,27458102:27458178,27463792:27464047,27473889:27474744,27476439:27477645,27476462:27477330,27478024:27478686,27480972:27481152,27484305:27484893,27485659:27486256,27487692:27488115,27488597:27489098,27490304:27490680,27491433:27492521,27491435:27492203,27493997:27494250,27497513:27497842,27498535:27498819,27499185:27499279,27500781:27501364,27500785:27501096,27501599:27501992,27503311:27503704,27503313:27503671,27508381:27508642,27552556:2759769', 'assoc_mat': '27387817:film_plastique:4211:27388978,27387820:film_plastique:4211:27388307,27391353:film_plastique:4211:27391771,27394662:film_plastique:4211:27396051,27394664:film_plastique:4211:27395574,27394665:film_plastique:4211:27395052,27398433:film_plastique:4211:27400651,27398489:film_plastique:4211:27399171,27403859:film_plastique:4211:27404509,27403867:film_plastique:4211:27404170,27406529:film_plastique:4211:27407301,27409036:film_plastique:4211:27409711,27413329:film_plastique:4211:27414083,27413362:film_plastique:4211:27413749,27417934:film_plastique:4211:27419655,27417938:film_plastique:4211:27419051,27417940:film_plastique:4211:27418557,27417943:film_plastique:4211:27418357,27435758:film_plastique:4211:27436599,27439190:film_plastique:4211:27439659,27441326:film_plastique:4211:27441492,27442333:film_plastique:4211:27442827,27443682:film_plastique:4211:27443939,27444703:film_plastique:4211:27444754,27444956:film_plastique:4211:27445257,27446536:film_plastique:4211:27446694,27447686:film_plastique:4211:2744797'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '27456983,27656506', 'assoc_port': '27447657:27456983,27632560:27656506', 'assoc_mat': '27447657:kraft:4205:27456983,27632560:kraft:4205:27656506'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0006845083549875451, 'nb_photo': 2, 'list_port_cont': '27725896', 'assoc_port': '27724817:27725896', 'assoc_mat': '27724817:kraft:4203:27725896'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002074460989874949, 'nb_photo': 9, 'list_port_cont': '27726317,27791685,27892455,27909316,28031627,28050266,28051674', 'assoc_port': '27724827:27726317,27791447:27791685,27883599:27892455,27900879:27909316,27970906:28031627,28008620:28050266,28009528:28051674', 'assoc_mat': '27724827:kraft:4207:27726317,27791447:kraft:4207:27791685,27883599:kraft:4207:27892455,27900879:kraft:4207:27909316,27970906:kraft:4207:28031627,28008620:kraft:4207:28050266,28009528:kraft:4207:28051674'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '27388240', 'assoc_port': '27387810:27388240', 'assoc_mat': '27387810:kraft:4461:27388240'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0027207416927721704, 'nb_photo': 2, 'list_port_cont': '28057049', 'assoc_port': '28055965:28057049', 'assoc_mat': '28055965:kraft:4209:28057049'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0034498168782289814, 'nb_photo': 16, 'list_port_cont': '27409547,27724204,27748975,27939774,27943649,27971291,27973444,28010937,28013187,28018231,28037352,28073099', 'assoc_port': '27409008:27409547,27724179:27724204,27748890:27748975,27908715:28018231,27939624:27939774,27943511:27943649,27970591:27973444,27970913:27971291,28008659:28037352,28010259:28010937,28012537:28013187,28072024:28073099', 'assoc_mat': '27409008:kraft:3726:27409547,27724179:kraft:3726:27724204,27748890:kraft:3726:27748975,27908715:kraft:3726:28018231,27939624:kraft:3726:27939774,27943511:kraft:3726:27943649,27970591:kraft:3726:27973444,27970913:kraft:3726:27971291,28008659:kraft:3726:28037352,28010259:kraft:3726:28010937,28012537:kraft:3726:28013187,28072024:kraft:3726:28073099'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00042740196839979487, 'nb_photo': 4, 'list_port_cont': '27826189,28030904,28049718,28053870', 'assoc_port': '27825814:27826189,28010195:28053870,28011670:28049718,28029995:28030904', 'assoc_mat': '27825814:kraft:4211:27826189,28010195:kraft:4211:28053870,28011670:kraft:4211:28049718,28029995:kraft:4211:28030904'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9484201622310402, 'nb_photo': 95, 'list_port_cont': '27411220,27456990,27498493,27656500,27690749,27717958,27742234,27764184,27772645,27796224,27835265,27836110,27912049,27947796,27953206,28023817,28025769,28030973,28054016,28054875,28055047,28056651,28058077', 'assoc_port': '27403861:27411220,27447657:27456990,27497510:27498493,27632560:27656500,27643654:27690749,27708723:27717958,27741703:27742234,27755172:27764184,27758988:27772645,27796153:27796224,27835201:27835265,27835204:27836110,27900926:27912049,27909294:28025769,27947304:27947796,27952837:27953206,27970896:28030973,28010398:28054875,28010400:28055047,28011647:28056651,28015478:28023817,28024265:28054016,28055935:28058077', 'assoc_mat': '27403861:metal:4205:27411220,27447657:metal:4205:27456990,27497510:metal:4205:27498493,27632560:metal:4205:27656500,27643654:metal:4205:27690749,27708723:metal:4205:27717958,27741703:metal:4205:27742234,27755172:metal:4205:27764184,27758988:metal:4205:27772645,27796153:metal:4205:27796224,27835201:metal:4205:27835265,27835204:metal:4205:27836110,27900926:metal:4205:27912049,27909294:metal:4205:28025769,27947304:metal:4205:27947796,27952837:metal:4205:27953206,27970896:metal:4205:28030973,28010398:metal:4205:28054875,28010400:metal:4205:28055047,28011647:metal:4205:28056651,28015478:metal:4205:28023817,28024265:metal:4205:28054016,28055935:metal:4205:28058077'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01962044325146126, 'nb_photo': 1904, 'list_port_cont': '27411784,27416410,27450161,27458148,27458634,27496626,27496839,27505707,27599127,27599996,27636549,27659028,27687207,27693188,27693899,27695935,27703788,27708564,27715753,27725928,27726047,27727840,27732136,27735309,27742958,27749053,27757547,27775788,27821692,27831196,27831616,27832155,27844456,27865313,27865495,27893742,27912547,27945753,27953136,27964503,27964990,28024005,28024890,28026054,28028270,28029962,28032102,28043326,28043522,28045857,28046983,28049852,28051799,28052296,28054082,28054843,28055313,28055724,28056974,28057100,28057220,28057288,28057971,28058004,28058098,28061012,28066560,28066595,28072666,28072716,28092381,28173317', 'assoc_port': '27403862:27411784,27413358:27416410,27441324:27450161,27448202:27458148,27455138:27458634,27490307:27496626,27491431:27496839,27500774:27505707,27552595:27599127,27552601:27599996,27612832:27636549,27630006:27693899,27633661:27659028,27640535:27687207,27649744:27693188,27661919:27695935,27691375:27708564,27703265:27703788,27713799:27715753,27724863:27726047,27724865:27725928,27727569:27727840,27731643:27732136,27734822:27735309,27741731:27742958,27748678:27749053,27756982:27757547,27770884:27775788,27803073:27831196,27811399:27821692,27825815:27832155,27831391:27831616,27837924:27844456,27861240:27893742,27861242:27865313,27861247:27865495,27900895:27912547,27900932:27964990,27900933:27964503,27909302:28026054,27940996:27945753,27950167:27953136,27970549:28028270,27970685:28029962,27970904:28032102,28008294:28046983,28008523:28049852,28008637:28043326,28008641:28043522,28009581:28052296,28009773:28066595,28010039:28054082,28010237:28054843,28010428:28055313,28010596:28055724,28011453:28056974,28011657:2805728', 'assoc_mat': '27403862:metal:4203:27411784,27413358:metal:4203:27416410,27441324:metal:4203:27450161,27448202:metal:4203:27458148,27455138:metal:4203:27458634,27490307:metal:4203:27496626,27491431:metal:4203:27496839,27500774:metal:4203:27505707,27552595:metal:4203:27599127,27552601:metal:4203:27599996,27612832:metal:4203:27636549,27630006:metal:4203:27693899,27633661:metal:4203:27659028,27640535:metal:4203:27687207,27649744:metal:4203:27693188,27661919:metal:4203:27695935,27691375:metal:4203:27708564,27703265:metal:4203:27703788,27713799:metal:4203:27715753,27724863:metal:4203:27726047,27724865:metal:4203:27725928,27727569:metal:4203:27727840,27731643:metal:4203:27732136,27734822:metal:4203:27735309,27741731:metal:4203:27742958,27748678:metal:4203:27749053,27756982:metal:4203:27757547,27770884:metal:4203:27775788,27803073:metal:4203:27831196,27811399:metal:4203:27821692,27825815:metal:4203:27832155,27831391:metal:4203:27831616,27837924:metal:4203:27844456,27861240:metal:4203:27893742,27861242:metal:4203:27865313,27861247:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.01233610908487579, 'nb_photo': 1260, 'list_port_cont': '27388151,27391570,27397021,27398608,27403873,27405556,27408431,27409091,27411893,27415360,27415556,27418140,27419406,27439396,27442528,27443753,27444987,27447758,27448211,27449616,27450469,27452008,27455211,27456543,27458134,27462485,27476679,27478216,27481089,27485845,27487938,27488704,27490187,27490413,27494093,27497578,27498409,27500843,27501693,27504190,27507883,27557586,27561838,27562346,27612933,27613917,27615598,27627485,27630223,27631652,27632804,27633837,27636282,27643738,27644691,27645173,27646973,27649851,27652021,27654016,27654147,27656334,27656897,27657606,27657873,27658116,27658426,27660476,27683837,27688197,27696569,27697303,27698079,27699305,27702492,27702710,27702968,27703358,27705881,27706036,27706247,27706301,27707209,27708843,27709189,27711722,27713844,27714995,27716407,27717108,27723635,27724273,27724929,27724967,27725070,27725602,27725705,27725817,27725839,27726930,27727189,27727587,27728078,27728392,27729717,27730904,27731758,27732326,27733601,27733918,27734106,27734884,27735438,2773933', 'assoc_port': '27387814:27388151,27391360:27391570,27395949:27397021,27398480:27398608,27403863:27403873,27405485:27405556,27406518:27408431,27409010:27411893,27409033:27409091,27413330:27415360,27415524:27415556,27417937:27419406,27417942:27418140,27439192:27439396,27442334:27442528,27443662:27443753,27444955:27444987,27447685:27447758,27448205:27448211,27449557:27449616,27450403:27450469,27451940:27452008,27455132:27456543,27455144:27455211,27458103:27458134,27462446:27462485,27476433:27476679,27478021:27478216,27480978:27481089,27485657:27485845,27487666:27490187,27487691:27487938,27488596:27488704,27490306:27490413,27494001:27494093,27497508:27498409,27497515:27497578,27500778:27500843,27501605:27501693,27503283:27504190,27507877:27507883,27552566:27562346,27552576:27561838,27552592:27557586,27612819:27615598,27612833:27613917,27612839:27612933,27627421:27627485,27630012:27630223,27631524:27631652,27632528:27656334,27632565:27656897,27632611:27632804,27633569:27657873,27633621:27658116,27633643:27658426,27633656:2763383', 'assoc_mat': '27387814:metal:4207:27388151,27391360:metal:4207:27391570,27395949:metal:4207:27397021,27398480:metal:4207:27398608,27403863:metal:4207:27403873,27405485:metal:4207:27405556,27406518:metal:4207:27408431,27409010:metal:4207:27411893,27409033:metal:4207:27409091,27413330:metal:4207:27415360,27415524:metal:4207:27415556,27417937:metal:4207:27419406,27417942:metal:4207:27418140,27439192:metal:4207:27439396,27442334:metal:4207:27442528,27443662:metal:4207:27443753,27444955:metal:4207:27444987,27447685:metal:4207:27447758,27448205:metal:4207:27448211,27449557:metal:4207:27449616,27450403:metal:4207:27450469,27451940:metal:4207:27452008,27455132:metal:4207:27456543,27455144:metal:4207:27455211,27458103:metal:4207:27458134,27462446:metal:4207:27462485,27476433:metal:4207:27476679,27478021:metal:4207:27478216,27480978:metal:4207:27481089,27485657:metal:4207:27485845,27487666:metal:4207:27490187,27487691:metal:4207:27487938,27488596:metal:4207:27488704,27490306:metal:4207:27490413,27494001:metal:4207:27494093,27497508:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003991134459236844, 'nb_photo': 38, 'list_port_cont': '27388114,27391798,27396185,27448048,27474329,27484808,27601678,27634204,27683746,27698164,27712049,27724321,27725141,27749167,27806384,27831509,27835709,27922868,27959502,27972039,27973806,28010085,28010621,28012225,28017946,28022625,28023368,28024440,28025067,28025803,28042396,28056557,28057503,28132307', 'assoc_port': '27387806:27388114,27391358:27391798,27395953:27396185,27447678:27448048,27473891:27474329,27484302:27484808,27552582:27601678,27633623:27634204,27682148:27683746,27687827:27698164,27711664:27712049,27724176:27724321,27724894:27725141,27748908:27749167,27805993:27806384,27831394:27831509,27835208:27835709,27922625:27922868,27958866:27959502,27970582:27973806,27970829:27972039,28008199:28042396,28008338:28010085,28009706:28025803,28009977:28010621,28010133:28024440,28010174:28022625,28010396:28012225,28010588:28023368,28011433:28025067,28015176:28017946,28055922:28057503,28056178:28056557,28090432:28132307', 'assoc_mat': '27387806:metal:4461:27388114,27391358:metal:4461:27391798,27395953:metal:4461:27396185,27447678:metal:4461:27448048,27473891:metal:4461:27474329,27484302:metal:4461:27484808,27552582:metal:4461:27601678,27633623:metal:4461:27634204,27682148:metal:4461:27683746,27687827:metal:4461:27698164,27711664:metal:4461:27712049,27724176:metal:4461:27724321,27724894:metal:4461:27725141,27748908:metal:4461:27749167,27805993:metal:4461:27806384,27831394:metal:4461:27831509,27835208:metal:4461:27835709,27922625:metal:4461:27922868,27958866:metal:4461:27959502,27970582:metal:4461:27973806,27970829:metal:4461:27972039,28008199:metal:4461:28042396,28008338:metal:4461:28010085,28009706:metal:4461:28025803,28009977:metal:4461:28010621,28010133:metal:4461:28024440,28010174:metal:4461:28022625,28010396:metal:4461:28012225,28010588:metal:4461:28023368,28011433:metal:4461:28025067,28015176:metal:4461:28017946,28055922:metal:4461:28057503,28056178:metal:4461:28056557,28090432:metal:4461:28132307'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010775944226241767, 'nb_photo': 34, 'list_port_cont': '27403975,27409263,27415615,27445299,27448018,27497720,27503435,27633991,27643811,27688898,27720107,27720224,27731043,27735509,27742883,27831483,27909715,27941332,27973904,27975306,28020331,28023116,28026352,28028457,28028782,28031240,28039167', 'assoc_port': '27403866:27403975,27409024:27409263,27415496:27415615,27444952:27445299,27447683:27448018,27497512:27497720,27503310:27503435,27633659:27633991,27643675:27643811,27687932:27688898,27714917:27720107,27720138:27720224,27730865:27731043,27735404:27735509,27741735:27742883,27831387:27831483,27900887:27909715,27908953:28020331,27940992:27941332,27970533:27975306,27970679:27973904,28009509:28031240,28009742:28039167,28009926:28028782,28010114:28028457,28010134:28026352,28015177:28023116', 'assoc_mat': '27403866:metal:4200:27403975,27409024:metal:4200:27409263,27415496:metal:4200:27415615,27444952:metal:4200:27445299,27447683:metal:4200:27448018,27497512:metal:4200:27497720,27503310:metal:4200:27503435,27633659:metal:4200:27633991,27643675:metal:4200:27643811,27687932:metal:4200:27688898,27714917:metal:4200:27720107,27720138:metal:4200:27720224,27730865:metal:4200:27731043,27735404:metal:4200:27735509,27741735:metal:4200:27742883,27831387:metal:4200:27831483,27900887:metal:4200:27909715,27908953:metal:4200:28020331,27940992:metal:4200:27941332,27970533:metal:4200:27975306,27970679:metal:4200:27973904,28009509:metal:4200:28031240,28009742:metal:4200:28039167,28009926:metal:4200:28028782,28010114:metal:4200:28028457,28010134:metal:4200:28026352,28015177:metal:4200:28023116'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01763850589917669, 'nb_photo': 208, 'list_port_cont': '27396116,27403907,27410544,27476857,27485919,27488963,27494318,27499343,27501808,27507916,27583799,27583944,27633944,27634744,27646624,27660681,27662134,27662322,27683182,27699237,27713922,27715176,27716493,27724296,27728139,27731838,27735087,27748748,27749915,27778515,27783999,27788584,27811610,27824421,27828300,27832964,27836446,27841651,27863262,27868725,27880542,27908981,27909618,27909822,27931025,27941292,27941362,27948213,27959289,27961214,27972076,27972459,28009202,28010200,28010497,28011062,28011628,28011925,28012599,28013076,28013474,28014096,28015882,28017089,28018785,28019175,28019253,28020017,28021412,28024278,28026121,28034840,28041235,28041654,28041948,28042002,28044498,28044710,28056040,28056138,28056156,28056271,28056292,28056700,28056787,28057056,28057442,28057658,28057785,28059212,28072130,28072145,28072274,28072319,28072390,28072417,28072645,28073768,28090684,28112217', 'assoc_port': '27395955:27396116,27403864:27403907,27410308:27410544,27476481:27476857,27485654:27485919,27488571:27488963,27494003:27494318,27499188:27499343,27501601:27501808,27507876:27507916,27552564:27583944,27552578:27583799,27633572:27633944,27634471:27634744,27646358:27646624,27660423:27660681,27661917:27662322,27661922:27662134,27682189:27683182,27699100:27699237,27713800:27713922,27714913:27715176,27716350:27716493,27724171:27724296,27727893:27728139,27731645:27731838,27734823:27735087,27748673:27748748,27749738:27749915,27778496:27778515,27783708:27783999,27788331:27788584,27811395:27811610,27824316:27824421,27828079:27828300,27832769:27832964,27836294:27836446,27841393:27841651,27863028:27863262,27868603:27868725,27871505:27880542,27908561:27909822,27908571:27909618,27908584:27908981,27908849:28021412,27930824:27931025,27940988:27941362,27940997:27941292,27948041:27948213,27958869:27959289,27960619:27961214,27970553:27972459,27970555:27972076,28008248:28020017,28008296:28019175,28008336:28010200,28008607:2800920', 'assoc_mat': '27395955:metal:4209:27396116,27403864:metal:4209:27403907,27410308:metal:4209:27410544,27476481:metal:4209:27476857,27485654:metal:4209:27485919,27488571:metal:4209:27488963,27494003:metal:4209:27494318,27499188:metal:4209:27499343,27501601:metal:4209:27501808,27507876:metal:4209:27507916,27552564:metal:4209:27583944,27552578:metal:4209:27583799,27633572:metal:4209:27633944,27634471:metal:4209:27634744,27646358:metal:4209:27646624,27660423:metal:4209:27660681,27661917:metal:4209:27662322,27661922:metal:4209:27662134,27682189:metal:4209:27683182,27699100:metal:4209:27699237,27713800:metal:4209:27713922,27714913:metal:4209:27715176,27716350:metal:4209:27716493,27724171:metal:4209:27724296,27727893:metal:4209:27728139,27731645:metal:4209:27731838,27734823:metal:4209:27735087,27748673:metal:4209:27748748,27749738:metal:4209:27749915,27778496:metal:4209:27778515,27783708:metal:4209:27783999,27788331:metal:4209:27788584,27811395:metal:4209:27811610,27824316:metal:4209:27824421,27828079:metal:4209:27828300,27832769:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0030594654474579825, 'nb_photo': 436, 'list_port_cont': '27388981,27391763,27396043,27399182,27400654,27404169,27404495,27409699,27413753,27414074,27419052,27419657,27436610,27439655,27442825,27443936,27444763,27450017,27452253,27452939,27464039,27484888,27486250,27489099,27492196,27492520,27497834,27499292,27501094,27502005,27503670,27508641,27597706,27606218,27623557,27624529,27628698,27629209,27632098,27633333,27633637,27634607,27634902,27636897,27638071,27641841,27642564,27643971,27644128,27645141,27646768,27650351,27654812,27662518,27685108,27686874,27688678,27689763,27691044,27692598,27695668,27697557,27698376,27700933,27703744,27709255,27712551,27714134,27717375,27723961,27724494,27725107,27725482,27725944,27726142,27726247,27726459,27727178,27727649,27727683,27729459,27732093,27732579,27734126,27735105,27735473,27741859,27742006,27742103,27742201,27742300,27742938,27748863,27749125,27749341,27749576,27750024,27753120,27756130,27757316,27763674,27768092,27769908,27770415,27783903,27786687,27787282,27796408,27796445,27802145,27802783,27804852,27805121,2780583', 'assoc_port': '27387817:27388981,27391353:27391763,27394662:27396043,27398433:27400654,27398489:27399182,27403859:27404495,27403867:27404169,27409036:27409699,27413329:27414074,27413362:27413753,27417934:27419657,27417938:27419052,27435758:27436610,27439190:27439655,27442333:27442825,27443682:27443936,27444703:27444763,27449558:27450017,27451939:27452939,27451942:27452253,27463792:27464039,27484305:27484888,27485659:27486250,27488597:27489099,27491433:27492520,27491435:27492196,27497513:27497834,27499185:27499292,27500785:27501094,27501599:27502005,27503313:27503670,27508381:27508641,27552556:27597706,27552572:27606218,27612829:27624529,27612864:27623557,27627416:27629209,27627423:27628698,27631519:27632098,27632563:27645141,27632628:27633637,27632633:27633333,27633575:27642564,27633647:27634607,27634469:27634902,27636063:27638071,27636066:27636897,27641144:27641841,27643652:27644128,27643674:27643971,27646363:27646768,27649740:27650351,27654129:27654812,27661884:27662518,27663936:27697557,27682164:27686874,27682212:2768510', 'assoc_mat': '27387817:metal:4211:27388981,27391353:metal:4211:27391763,27394662:metal:4211:27396043,27398433:metal:4211:27400654,27398489:metal:4211:27399182,27403859:metal:4211:27404495,27403867:metal:4211:27404169,27409036:metal:4211:27409699,27413329:metal:4211:27414074,27413362:metal:4211:27413753,27417934:metal:4211:27419657,27417938:metal:4211:27419052,27435758:metal:4211:27436610,27439190:metal:4211:27439655,27442333:metal:4211:27442825,27443682:metal:4211:27443936,27444703:metal:4211:27444763,27449558:metal:4211:27450017,27451939:metal:4211:27452939,27451942:metal:4211:27452253,27463792:metal:4211:27464039,27484305:metal:4211:27484888,27485659:metal:4211:27486250,27488597:metal:4211:27489099,27491433:metal:4211:27492520,27491435:metal:4211:27492196,27497513:metal:4211:27497834,27499185:metal:4211:27499292,27500785:metal:4211:27501094,27501599:metal:4211:27502005,27503313:metal:4211:27503670,27508381:metal:4211:27508641,27552556:metal:4211:27597706,27552572:metal:4211:27606218,27612829:metal:4211:27624529,27612864:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008875390882142378, 'nb_photo': 4, 'list_port_cont': '27910304,27944253', 'assoc_port': '27900929:27910304,27943509:27944253', 'assoc_mat': '27900929:metal:3327:27910304,27943509:metal:3327:27944253'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0013464287709556108, 'nb_photo': 365, 'list_port_cont': '27404058,27409520,27414661,27418161,27450448,27464131,27486197,27508693,27553039,27554038,27554361,27613072,27628075,27636659,27645925,27646634,27654633,27664179,27682647,27698730,27706808,27725255,27725806,27725972,27726226,27726383,27726821,27727621,27727957,27729856,27732111,27735326,27736256,27737933,27742112,27742354,27742381,27742399,27749010,27755743,27757358,27761314,27763585,27764520,27767568,27784383,27796390,27800352,27803395,27806412,27808949,27826545,27832602,27834111,27841655,27842077,27846845,27884234,27909959,27910421,27929184,27959454,27972837,27972936,27975685,28009263,28009918,28010451,28016214,28016469,28019304,28022046,28022558,28023639,28023917,28024190,28024852,28025346,28026337,28026703,28026872,28031007,28041836,28045395,28047562,28051569,28056933,28057238,28057808,28059852,28090622,28099881', 'assoc_port': '27403865:27404058,27409027:27409520,27414376:27414661,27417933:27418161,27448207:27450448,27463791:27464131,27485662:27486197,27507873:27508693,27552560:27554361,27552574:27554038,27552604:27553039,27612831:27613072,27627402:27628075,27632551:27636659,27643653:27645925,27646360:27646634,27654127:27654633,27663915:27664179,27682161:27682647,27691360:27698730,27706165:27706808,27724169:27727621,27724821:27727957,27724825:27725972,27724829:27726383,27724843:27726226,27724850:27725806,27724856:27725255,27724867:27726821,27729672:27729856,27731649:27732111,27733808:27735326,27734824:27736256,27737899:27737933,27741689:27742112,27741708:27742381,27741710:27742399,27741724:27742354,27748892:27749010,27755174:27755743,27756978:27757358,27760561:27764520,27760569:27761314,27763194:27763585,27767020:27767568,27783676:27784383,27796154:27796390,27799179:27800352,27803074:27803395,27805992:27806412,27808399:27808949,27826416:27826545,27831386:27832602,27833947:27834111,27841363:27841655,27841364:27842077,27843844:2784684', 'assoc_mat': '27403865:metal:3594:27404058,27409027:metal:3594:27409520,27414376:metal:3594:27414661,27417933:metal:3594:27418161,27448207:metal:3594:27450448,27463791:metal:3594:27464131,27485662:metal:3594:27486197,27507873:metal:3594:27508693,27552560:metal:3594:27554361,27552574:metal:3594:27554038,27552604:metal:3594:27553039,27612831:metal:3594:27613072,27627402:metal:3594:27628075,27632551:metal:3594:27636659,27643653:metal:3594:27645925,27646360:metal:3594:27646634,27654127:metal:3594:27654633,27663915:metal:3594:27664179,27682161:metal:3594:27682647,27691360:metal:3594:27698730,27706165:metal:3594:27706808,27724169:metal:3594:27727621,27724821:metal:3594:27727957,27724825:metal:3594:27725972,27724829:metal:3594:27726383,27724843:metal:3594:27726226,27724850:metal:3594:27725806,27724856:metal:3594:27725255,27724867:metal:3594:27726821,27729672:metal:3594:27729856,27731649:metal:3594:27732111,27733808:metal:3594:27735326,27734824:metal:3594:27736256,27737899:metal:3594:27737933,27741689:metal:3594:27742112,27741708:'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.021818694047158107, 'nb_photo': 240, 'list_port_cont': '27411212,27456978,27498498,27656502,27690757,27717956,27727311,27729771,27742226,27764176,27772649,27796229,27835256,27836108,27912048,27947798,27953214,28023830,28025768,28051915,28054009,28054883,28055041,28056646,28058072', 'assoc_port': '27403861:27411212,27447657:27456978,27497510:27498498,27632560:27656502,27643654:27690757,27708723:27717956,27724848:27727311,27729673:27729771,27741703:27742226,27755172:27764176,27758988:27772649,27796153:27796229,27835201:27835256,27835204:27836108,27900926:27912048,27909294:28025768,27947304:27947798,27952837:27953214,28009556:28051915,28010398:28054883,28010400:28055041,28011647:28056646,28015478:28023830,28024265:28054009,28055935:28058072', 'assoc_mat': '27403861:papier:4205:27411212,27447657:papier:4205:27456978,27497510:papier:4205:27498498,27632560:papier:4205:27656502,27643654:papier:4205:27690757,27708723:papier:4205:27717956,27724848:papier:4205:27727311,27729673:papier:4205:27729771,27741703:papier:4205:27742226,27755172:papier:4205:27764176,27758988:papier:4205:27772649,27796153:papier:4205:27796229,27835201:papier:4205:27835256,27835204:papier:4205:27836108,27900926:papier:4205:27912048,27909294:papier:4205:28025768,27947304:papier:4205:27947798,27952837:papier:4205:27953214,28009556:papier:4205:28051915,28010398:papier:4205:28054883,28010400:papier:4205:28055041,28011647:papier:4205:28056646,28015478:papier:4205:28023830,28024265:papier:4205:28054009,28055935:papier:4205:28058072'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.028628602535231355, 'nb_photo': 10488, 'list_port_cont': '27411791,27416418,27450153,27458160,27458635,27496613,27496849,27505717,27599125,27600006,27636551,27659024,27687208,27693179,27693896,27695932,27703782,27708557,27715739,27725894,27725917,27726052,27727845,27732142,27735310,27742953,27749058,27749097,27757542,27775785,27795608,27821691,27831191,27831626,27832154,27844468,27865310,27865504,27893735,27912543,27945756,27953137,27964494,27964988,28024012,28024884,28026063,28028272,28029961,28032108,28043330,28043533,28045853,28046988,28049847,28051795,28052301,28054083,28054844,28055310,28056965,28057108,28057222,28057294,28057980,28057997,28058102,28061008,28066552,28066596,28072672,28072713,28092378,28173321', 'assoc_port': '27403862:27411791,27413358:27416418,27441324:27450153,27448202:27458160,27455138:27458635,27490307:27496613,27491431:27496849,27500774:27505717,27552595:27599125,27552601:27600006,27612832:27636551,27630006:27693896,27633661:27659024,27640535:27687208,27649744:27693179,27661919:27695932,27691375:27708557,27703265:27703782,27713799:27715739,27724817:27725894,27724863:27726052,27724865:27725917,27727569:27727845,27731643:27732142,27734822:27735310,27741731:27742953,27748678:27749058,27748679:27749097,27756982:27757542,27770884:27775785,27793956:27795608,27803073:27831191,27811399:27821691,27825815:27832154,27831391:27831626,27837924:27844468,27861240:27893735,27861242:27865310,27861247:27865504,27900895:27912543,27900932:27964988,27900933:27964494,27909302:28026063,27940996:27945756,27950167:27953137,27970549:28028272,27970685:28029961,27970904:28032108,28008294:28046988,28008523:28049847,28008637:28043330,28008641:28043533,28009581:28052301,28009773:28066596,28010039:28054083,28010237:28054844,28010428:2805531', 'assoc_mat': '27403862:papier:4203:27411791,27413358:papier:4203:27416418,27441324:papier:4203:27450153,27448202:papier:4203:27458160,27455138:papier:4203:27458635,27490307:papier:4203:27496613,27491431:papier:4203:27496849,27500774:papier:4203:27505717,27552595:papier:4203:27599125,27552601:papier:4203:27600006,27612832:papier:4203:27636551,27630006:papier:4203:27693896,27633661:papier:4203:27659024,27640535:papier:4203:27687208,27649744:papier:4203:27693179,27661919:papier:4203:27695932,27691375:papier:4203:27708557,27703265:papier:4203:27703782,27713799:papier:4203:27715739,27724817:papier:4203:27725894,27724863:papier:4203:27726052,27724865:papier:4203:27725917,27727569:papier:4203:27727845,27731643:papier:4203:27732142,27734822:papier:4203:27735310,27741731:papier:4203:27742953,27748678:papier:4203:27749058,27748679:papier:4203:27749097,27756982:papier:4203:27757542,27770884:papier:4203:27775785,27793956:papier:4203:27795608,27803073:papier:4203:27831191,27811399:papier:4203:27821691,27825815:papier:4203:27832154,2783'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.021290182817541876, 'nb_photo': 12085, 'list_port_cont': '27388148,27391569,27396018,27397017,27398612,27403871,27405553,27406639,27408432,27409097,27410411,27411896,27413432,27414565,27415359,27415564,27418141,27419399,27439406,27442524,27443745,27444150,27444996,27447759,27448222,27449614,27450462,27451587,27452002,27455203,27456537,27458137,27462486,27476686,27478219,27481083,27485843,27487933,27488714,27490176,27490406,27494105,27497577,27498397,27500829,27501689,27503364,27504185,27507885,27557593,27561262,27561843,27562348,27612932,27613914,27615106,27615602,27627490,27630227,27631656,27632790,27633838,27636290,27642784,27643746,27644693,27645165,27646974,27649844,27651326,27652026,27654021,27654149,27656344,27656885,27657611,27657870,27658107,27658420,27660482,27661970,27683839,27688195,27696574,27697308,27698065,27699301,27702489,27702720,27702971,27703373,27704729,27705885,27706029,27706250,27706300,27707198,27708850,27709201,27711727,27713832,27714998,27716401,27717102,27723632,27724267,27724941,27724965,27725081,27725603,27725700,27725815,27725845,2772633', 'assoc_port': '27387814:27388148,27391360:27391569,27395949:27397017,27395957:27396018,27398480:27398612,27403863:27403871,27405485:27405553,27406518:27408432,27406559:27406639,27409010:27411896,27409033:27409097,27410314:27410411,27413330:27415359,27413360:27414565,27413363:27413432,27415524:27415564,27417937:27419399,27417942:27418141,27439192:27439406,27442334:27442524,27443662:27443745,27444090:27444150,27444955:27444996,27447685:27447759,27448205:27448222,27449553:27451587,27449557:27449614,27450403:27450462,27451940:27452002,27455132:27456537,27455144:27455203,27458103:27458137,27462446:27462486,27476433:27476686,27478021:27478219,27480978:27481083,27485657:27485843,27487666:27490176,27487691:27487933,27488596:27488714,27490306:27490406,27494001:27494105,27497508:27498397,27497515:27497577,27500778:27500829,27501605:27501689,27503283:27504185,27503312:27503364,27507877:27507885,27552566:27562348,27552576:27561843,27552580:27561262,27552592:27557593,27612819:27615602,27612821:27615106,27612833:27613914,27612839:2761293', 'assoc_mat': '27387814:papier:4207:27388148,27391360:papier:4207:27391569,27395949:papier:4207:27397017,27395957:papier:4207:27396018,27398480:papier:4207:27398612,27403863:papier:4207:27403871,27405485:papier:4207:27405553,27406518:papier:4207:27408432,27406559:papier:4207:27406639,27409010:papier:4207:27411896,27409033:papier:4207:27409097,27410314:papier:4207:27410411,27413330:papier:4207:27415359,27413360:papier:4207:27414565,27413363:papier:4207:27413432,27415524:papier:4207:27415564,27417937:papier:4207:27419399,27417942:papier:4207:27418141,27439192:papier:4207:27439406,27442334:papier:4207:27442524,27443662:papier:4207:27443745,27444090:papier:4207:27444150,27444955:papier:4207:27444996,27447685:papier:4207:27447759,27448205:papier:4207:27448222,27449553:papier:4207:27451587,27449557:papier:4207:27449614,27450403:papier:4207:27450462,27451940:papier:4207:27452002,27455132:papier:4207:27456537,27455144:papier:4207:27455203,27458103:papier:4207:27458137,27462446:papier:4207:27462486,27476433:papier:4207:27476686,2747'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.18760391607149016, 'nb_photo': 43722, 'list_port_cont': '27388108,27388244,27391803,27396191,27404269,27405744,27409457,27413503,27414626,27415751,27418191,27442739,27444238,27445123,27446278,27448046,27449800,27452052,27455565,27474333,27478647,27484819,27487725,27491784,27494452,27498735,27501060,27508545,27601690,27613093,27630483,27633078,27634050,27634212,27634911,27638162,27642943,27645513,27646743,27652472,27656802,27662203,27662333,27683380,27683743,27688743,27691972,27698154,27698533,27703872,27712054,27716533,27720278,27724323,27725132,27725273,27725345,27725443,27725767,27725857,27728106,27729785,27731932,27733468,27735549,27741971,27742902,27742965,27748552,27749168,27749228,27749936,27751908,27763793,27767089,27767454,27769818,27778066,27788689,27790714,27794467,27804646,27804806,27806374,27809813,27819516,27825019,27826059,27828269,27829805,27831506,27832996,27835717,27839602,27846448,27861821,27867890,27879816,27884192,27884340,27902374,27903807,27909655,27922876,27929670,27929746,27947605,27950723,27959492,27971848,27972041,27972241,27972386,2797262', 'assoc_port': '27387806:27388108,27387810:27388244,27391358:27391803,27395953:27396191,27403868:27404269,27405483:27405744,27409030:27409457,27413357:27413503,27414375:27414626,27415525:27415751,27417944:27418191,27442369:27442739,27444089:27444238,27444957:27445123,27444958:27446278,27447678:27448046,27449556:27449800,27451941:27452052,27455145:27455565,27473891:27474333,27478027:27478647,27484302:27484819,27487693:27487725,27491434:27491784,27494005:27494452,27498534:27498735,27500783:27501060,27508383:27508545,27552582:27601690,27612834:27613093,27630010:27630483,27632604:27633078,27633566:27638162,27633623:27634212,27633652:27634050,27634487:27634911,27642739:27642943,27645058:27645513,27646354:27646743,27651911:27652472,27654132:27656802,27661886:27662203,27661889:27662333,27682148:27683743,27682204:27683380,27687827:27698154,27688001:27688743,27691412:27691972,27697880:27698533,27703255:27703872,27711664:27712054,27716353:27716533,27720163:27720278,27724176:27724323,27724811:27725857,27724831:27725767,27724847:2772544', 'assoc_mat': '27387806:papier:4461:27388108,27387810:papier:4461:27388244,27391358:papier:4461:27391803,27395953:papier:4461:27396191,27403868:papier:4461:27404269,27405483:papier:4461:27405744,27409030:papier:4461:27409457,27413357:papier:4461:27413503,27414375:papier:4461:27414626,27415525:papier:4461:27415751,27417944:papier:4461:27418191,27442369:papier:4461:27442739,27444089:papier:4461:27444238,27444957:papier:4461:27445123,27444958:papier:4461:27446278,27447678:papier:4461:27448046,27449556:papier:4461:27449800,27451941:papier:4461:27452052,27455145:papier:4461:27455565,27473891:papier:4461:27474333,27478027:papier:4461:27478647,27484302:papier:4461:27484819,27487693:papier:4461:27487725,27491434:papier:4461:27491784,27494005:papier:4461:27494452,27498534:papier:4461:27498735,27500783:papier:4461:27501060,27508383:papier:4461:27508545,27552582:papier:4461:27601690,27612834:papier:4461:27613093,27630010:papier:4461:27630483,27632604:papier:4461:27633078,27633566:papier:4461:27638162,27633623:papier:4461:27634212,2763'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1116671575428323, 'nb_photo': 5531, 'list_port_cont': '27388204,27391657,27398852,27403980,27404227,27406705,27407043,27409256,27413533,27413676,27413993,27415619,27418078,27418260,27441482,27442679,27443839,27445191,27445298,27445367,27448023,27448283,27449661,27450578,27452172,27455392,27455754,27458218,27474393,27476755,27481193,27481267,27484643,27486051,27490485,27491707,27494183,27494489,27497726,27498635,27500964,27503443,27503570,27507905,27507953,27583561,27613061,27623302,27623614,27632927,27633274,27633720,27633986,27634859,27635376,27635585,27636265,27636462,27636721,27640888,27641241,27643819,27643890,27650036,27650200,27652364,27653339,27654266,27657719,27660800,27683007,27688385,27688892,27688934,27689719,27692009,27695422,27698293,27703632,27703770,27704221,27716434,27716605,27720101,27720215,27723232,27723413,27724358,27725044,27725100,27725512,27725624,27725677,27725717,27726200,27729304,27729939,27731036,27732504,27732523,27733981,27735083,27735518,27735583,27741845,27741927,27742060,27742218,27742875,27742881,27748534,27748588,27748760,2774902', 'assoc_port': '27387812:27388204,27391356:27391657,27398487:27398852,27403860:27404227,27403866:27403980,27406521:27407043,27406526:27406705,27409024:27409256,27413328:27413993,27413331:27413676,27413361:27413533,27415496:27415619,27417932:27418260,27417939:27418078,27441327:27441482,27442370:27442679,27443683:27443839,27444952:27445298,27444953:27445367,27444954:27445191,27447683:27448023,27448204:27448283,27449554:27449661,27450402:27450578,27451943:27452172,27455125:27455754,27455140:27455392,27458101:27458218,27473893:27474393,27476459:27476755,27480971:27481267,27480974:27481193,27484307:27484643,27485664:27486051,27490305:27490485,27491432:27491707,27493995:27494489,27493999:27494183,27497512:27497726,27498561:27498635,27500780:27500964,27503284:27503570,27503310:27503443,27507872:27507953,27507874:27507905,27552562:27583561,27612823:27623614,27612827:27623302,27612836:27613061,27632498:27636265,27632554:27635585,27632568:27633274,27632602:27633720,27632631:27632927,27633617:27635376,27633659:27633986,27634467:2763485', 'assoc_mat': '27387812:papier:4200:27388204,27391356:papier:4200:27391657,27398487:papier:4200:27398852,27403860:papier:4200:27404227,27403866:papier:4200:27403980,27406521:papier:4200:27407043,27406526:papier:4200:27406705,27409024:papier:4200:27409256,27413328:papier:4200:27413993,27413331:papier:4200:27413676,27413361:papier:4200:27413533,27415496:papier:4200:27415619,27417932:papier:4200:27418260,27417939:papier:4200:27418078,27441327:papier:4200:27441482,27442370:papier:4200:27442679,27443683:papier:4200:27443839,27444952:papier:4200:27445298,27444953:papier:4200:27445367,27444954:papier:4200:27445191,27447683:papier:4200:27448023,27448204:papier:4200:27448283,27449554:papier:4200:27449661,27450402:papier:4200:27450578,27451943:papier:4200:27452172,27455125:papier:4200:27455754,27455140:papier:4200:27455392,27458101:papier:4200:27458218,27473893:papier:4200:27474393,27476459:papier:4200:27476755,27480971:papier:4200:27481267,27480974:papier:4200:27481193,27484307:papier:4200:27484643,27485664:papier:4200:27486051,2749'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.970649682684423, 'nb_photo': 23891, 'list_port_cont': '27396110,27403905,27410546,27415671,27419067,27443776,27455448,27476861,27485929,27488955,27494315,27499340,27500918,27501813,27507925,27583803,27583942,27632897,27633939,27634743,27640908,27646521,27646627,27660693,27662124,27662325,27683180,27688551,27695343,27699233,27713923,27715183,27716481,27724294,27725027,27728142,27731844,27734929,27735088,27741785,27741886,27748742,27748999,27749917,27778518,27783985,27784434,27784511,27784524,27788585,27811603,27824429,27828307,27829702,27832963,27836447,27841642,27863264,27868718,27880544,27883778,27909621,27909821,27929203,27931024,27941238,27941293,27941365,27948211,27948241,27959275,27961229,27971441,27971589,27971740,27972065,27972455,27983931,28002126,28007367,28009211,28009553,28009562,28010201,28010334,28010474,28010493,28010702,28011000,28011066,28011629,28011919,28012265,28012609,28012737,28013082,28013250,28013308,28013467,28014088,28015881,28016358,28016453,28017085,28018789,28019183,28019250,28020005,28021404,28023811,28024267,28024520,28024716,2802612', 'assoc_port': '27395955:27396110,27403864:27403905,27410308:27410546,27415498:27415671,27418933:27419067,27443663:27443776,27455134:27455448,27476481:27476861,27485654:27485929,27488571:27488955,27494003:27494315,27499188:27499340,27500776:27500918,27501601:27501813,27507876:27507925,27552564:27583942,27552578:27583803,27632495:27632897,27633572:27633939,27634471:27634743,27640533:27640908,27646358:27646627,27646362:27646521,27660423:27660693,27661917:27662325,27661922:27662124,27682189:27683180,27687912:27688551,27694857:27695343,27699100:27699233,27713800:27713923,27714913:27715183,27716350:27716481,27724171:27724294,27724895:27725027,27727893:27728142,27731645:27731844,27734823:27735088,27734825:27734929,27741726:27741886,27741727:27741785,27748673:27748742,27748907:27748999,27749738:27749917,27778496:27778518,27783599:27784511,27783607:27784524,27783667:27784434,27783708:27783985,27788331:27788585,27811395:27811603,27824316:27824429,27828079:27828307,27829589:27829702,27832769:27832963,27836294:27836447,27841393:2784164', 'assoc_mat': '27395955:papier:4209:27396110,27403864:papier:4209:27403905,27410308:papier:4209:27410546,27415498:papier:4209:27415671,27418933:papier:4209:27419067,27443663:papier:4209:27443776,27455134:papier:4209:27455448,27476481:papier:4209:27476861,27485654:papier:4209:27485929,27488571:papier:4209:27488955,27494003:papier:4209:27494315,27499188:papier:4209:27499340,27500776:papier:4209:27500918,27501601:papier:4209:27501813,27507876:papier:4209:27507925,27552564:papier:4209:27583942,27552578:papier:4209:27583803,27632495:papier:4209:27632897,27633572:papier:4209:27633939,27634471:papier:4209:27634743,27640533:papier:4209:27640908,27646358:papier:4209:27646627,27646362:papier:4209:27646521,27660423:papier:4209:27660693,27661917:papier:4209:27662325,27661922:papier:4209:27662124,27682189:papier:4209:27683180,27687912:papier:4209:27688551,27694857:papier:4209:27695343,27699100:papier:4209:27699233,27713800:papier:4209:27713923,27714913:papier:4209:27715183,27716350:papier:4209:27716481,27724171:papier:4209:27724294,2772'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9792430540164833, 'nb_photo': 29, 'list_port_cont': '28003303,28010939,28020137,28073100', 'assoc_port': '28001990:28003303,28010259:28010939,28011523:28020137,28072024:28073100', 'assoc_mat': '28001990:papier:3726:28003303,28010259:papier:3726:28010939,28011523:papier:3726:28020137,28072024:papier:3726:28073100'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00972975699785171, 'nb_photo': 32819, 'list_port_cont': '27388301,27388973,27391767,27395044,27395577,27396056,27399173,27400660,27404162,27404504,27407313,27409702,27413759,27414076,27418359,27418572,27419054,27419652,27436594,27439664,27440755,27441499,27442814,27443941,27444758,27445245,27446696,27447975,27450019,27452250,27452532,27452949,27455792,27458179,27464033,27474742,27477317,27477657,27478671,27481137,27484897,27486246,27488111,27489106,27490686,27492202,27492517,27494248,27497835,27498829,27499286,27501107,27501358,27502002,27503677,27503698,27508632,27597701,27598303,27606212,27623570,27623693,27624395,27624530,27625422,27628689,27629213,27631194,27632111,27633340,27633629,27634609,27634897,27636132,27636908,27638081,27641471,27641848,27642556,27643071,27643662,27643963,27644126,27644579,27645143,27646435,27646783,27647849,27650348,27654493,27654816,27657960,27658552,27660880,27662526,27685109,27685393,27686875,27688677,27689548,27689768,27691035,27692588,27693415,27695662,27697029,27697559,27698372,27700571,27700926,27703738,27706666,27709260,2771225', 'assoc_port': '27387817:27388973,27387820:27388301,27391353:27391767,27394662:27396056,27394664:27395577,27394665:27395044,27398433:27400660,27398489:27399173,27403859:27404504,27403867:27404162,27406529:27407313,27409036:27409702,27413329:27414076,27413362:27413759,27417934:27419652,27417938:27419054,27417940:27418572,27417943:27418359,27435758:27436594,27439190:27439664,27439191:27440755,27441326:27441499,27442333:27442814,27443682:27443941,27444703:27444758,27444956:27445245,27446536:27446696,27447686:27447975,27449558:27450019,27451939:27452949,27451942:27452250,27451944:27452532,27455142:27455792,27458102:27458179,27463792:27464033,27473889:27474742,27476439:27477657,27476462:27477317,27478024:27478671,27480972:27481137,27484305:27484897,27485659:27486246,27487692:27488111,27488597:27489106,27490304:27490686,27491433:27492517,27491435:27492202,27493997:27494248,27497513:27497835,27498535:27498829,27499185:27499286,27500781:27501358,27500785:27501107,27501599:27502002,27503311:27503698,27503313:27503677,27508381:2750863', 'assoc_mat': '27387817:papier:4211:27388973,27387820:papier:4211:27388301,27391353:papier:4211:27391767,27394662:papier:4211:27396056,27394664:papier:4211:27395577,27394665:papier:4211:27395044,27398433:papier:4211:27400660,27398489:papier:4211:27399173,27403859:papier:4211:27404504,27403867:papier:4211:27404162,27406529:papier:4211:27407313,27409036:papier:4211:27409702,27413329:papier:4211:27414076,27413362:papier:4211:27413759,27417934:papier:4211:27419652,27417938:papier:4211:27419054,27417940:papier:4211:27418572,27417943:papier:4211:27418359,27435758:papier:4211:27436594,27439190:papier:4211:27439664,27439191:papier:4211:27440755,27441326:papier:4211:27441499,27442333:papier:4211:27442814,27443682:papier:4211:27443941,27444703:papier:4211:27444758,27444956:papier:4211:27445245,27446536:papier:4211:27446696,27447686:papier:4211:27447975,27449558:papier:4211:27450019,27451939:papier:4211:27452949,27451942:papier:4211:27452250,27451944:papier:4211:27452532,27455142:papier:4211:27455792,27458102:papier:4211:27458179,2746'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004413149124121256, 'nb_photo': 312, 'list_port_cont': '27404539,27405970,27410906,27413941,27444579,27444773,27446706,27448416,27450771,27456033,27481323,27489078,27489231,27491950,27593319,27594111,27613191,27632132,27633559,27634753,27634952,27640434,27641364,27643270,27645883,27650327,27654685,27684259,27684889,27696863,27698646,27704018,27709470,27712224,27725304,27725436,27726169,27726412,27727781,27729004,27729897,27731185,27732618,27734151,27735656,27742128,27742345,27742367,27752197,27753160,27759708,27763943,27771907,27772107,27794618,27794655,27803695,27806558,27809860,27824501,27832556,27833074,27834189,27836592,27841983,27879463,27884510,27884649,27904506,27910298,27910595,27911072,27946720,27948319,27953744,27973724,27974688,27975301,27976057,28009865,28012349,28013062,28014093,28016602,28016767,28017840,28018635,28020673,28020957,28021713,28022946,28024290,28027556,28029261,28030926,28034005,28035953,28037575,28038501,28041372,28042360,28043984,28044376,28047020,28047036,28051238,28057184,28057274,28105090', 'assoc_port': '27403857:27404539,27405487:27405970,27410312:27410906,27413359:27413941,27441325:27444579,27444704:27444773,27446535:27446706,27448206:27448416,27450404:27450771,27455136:27456033,27480981:27481323,27488570:27489231,27488598:27489078,27491436:27491950,27552570:27594111,27552607:27593319,27612838:27613191,27631521:27632132,27632501:27633559,27632556:27640434,27633619:27634952,27633645:27634753,27633654:27641364,27642713:27643270,27645052:27645883,27649737:27650327,27654126:27654685,27682168:27684889,27682219:27684259,27696342:27696863,27697882:27698646,27703261:27704018,27708725:27709470,27711670:27712224,27724819:27726412,27724835:27726169,27724852:27729004,27724873:27725304,27724892:27725436,27727575:27727781,27729668:27729897,27730863:27731185,27732212:27732618,27733812:27734151,27735399:27735656,27741697:27742367,27741714:27742345,27741722:27742128,27751513:27752197,27752666:27753160,27758990:27759708,27763188:27763943,27770872:27772107,27770878:27771907,27793955:27794655,27793994:27794618,27803070:2780369', 'assoc_mat': '27403857:papier:3327:27404539,27405487:papier:3327:27405970,27410312:papier:3327:27410906,27413359:papier:3327:27413941,27441325:papier:3327:27444579,27444704:papier:3327:27444773,27446535:papier:3327:27446706,27448206:papier:3327:27448416,27450404:papier:3327:27450771,27455136:papier:3327:27456033,27480981:papier:3327:27481323,27488570:papier:3327:27489231,27488598:papier:3327:27489078,27491436:papier:3327:27491950,27552570:papier:3327:27594111,27552607:papier:3327:27593319,27612838:papier:3327:27613191,27631521:papier:3327:27632132,27632501:papier:3327:27633559,27632556:papier:3327:27640434,27633619:papier:3327:27634952,27633645:papier:3327:27634753,27633654:papier:3327:27641364,27642713:papier:3327:27643270,27645052:papier:3327:27645883,27649737:papier:3327:27650327,27654126:papier:3327:27654685,27682168:papier:3327:27684889,27682219:papier:3327:27684259,27696342:papier:3327:27696863,27697882:papier:3327:27698646,27703261:papier:3327:27704018,27708725:papier:3327:27709470,27711670:papier:3327:27712224,2772'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.061994061954673156, 'nb_photo': 11960, 'list_port_cont': '27404050,27406957,27409517,27413720,27414662,27418156,27447825,27448334,27450015,27450456,27450710,27464134,27486188,27508695,27553043,27554047,27554359,27613080,27628069,27636654,27645919,27646631,27654636,27664182,27682652,27695561,27698732,27699558,27700002,27706806,27725250,27725591,27725808,27725974,27726081,27726219,27726384,27726516,27726826,27727618,27727954,27729855,27732115,27735320,27736258,27737931,27742087,27742113,27742281,27742359,27742386,27742398,27742415,27742542,27749022,27755753,27757354,27761315,27763584,27764515,27767263,27767578,27784376,27795276,27796392,27797040,27800358,27803389,27806410,27807295,27808941,27826548,27832609,27834110,27841661,27842078,27846849,27884235,27884549,27884979,27909964,27910425,27929191,27959459,27972834,27972943,27975689,28009262,28009912,28010453,28011754,28016206,28016474,28017358,28018705,28019302,28021582,28022054,28022555,28022764,28023645,28023925,28024197,28024853,28025348,28025994,28026329,28026704,28026867,28027389,28031008,28041835,28045399,2804755', 'assoc_port': '27403865:27404050,27406524:27406957,27409027:27409517,27413291:27413720,27414376:27414662,27417933:27418156,27447684:27447825,27448207:27450456,27448208:27448334,27449555:27450015,27450401:27450710,27463791:27464134,27485662:27486188,27507873:27508695,27552560:27554359,27552574:27554047,27552604:27553043,27612831:27613080,27627402:27628069,27632551:27636654,27643653:27645919,27646360:27646631,27654127:27654636,27663915:27664182,27682161:27682652,27691360:27698732,27694858:27695561,27699098:27699558,27699099:27700002,27706165:27706806,27724169:27727618,27724821:27727954,27724825:27725974,27724829:27726384,27724841:27726516,27724843:27726219,27724845:27726081,27724849:27725591,27724850:27725808,27724856:27725250,27724867:27726826,27729672:27729855,27731649:27732115,27733808:27735320,27734824:27736258,27737899:27737931,27741689:27742113,27741695:27742281,27741706:27742542,27741708:27742386,27741710:27742398,27741717:27742415,27741724:27742359,27741728:27742087,27748892:27749022,27755174:27755753,27756978:2775735', 'assoc_mat': '27403865:papier:3594:27404050,27406524:papier:3594:27406957,27409027:papier:3594:27409517,27413291:papier:3594:27413720,27414376:papier:3594:27414662,27417933:papier:3594:27418156,27447684:papier:3594:27447825,27448207:papier:3594:27450456,27448208:papier:3594:27448334,27449555:papier:3594:27450015,27450401:papier:3594:27450710,27463791:papier:3594:27464134,27485662:papier:3594:27486188,27507873:papier:3594:27508695,27552560:papier:3594:27554359,27552574:papier:3594:27554047,27552604:papier:3594:27553043,27612831:papier:3594:27613080,27627402:papier:3594:27628069,27632551:papier:3594:27636654,27643653:papier:3594:27645919,27646360:papier:3594:27646631,27654127:papier:3594:27654636,27663915:papier:3594:27664182,27682161:papier:3594:27682652,27691360:papier:3594:27698732,27694858:papier:3594:27695561,27699098:papier:3594:27699558,27699099:papier:3594:27700002,27706165:papier:3594:27706806,27724169:papier:3594:27727618,27724821:papier:3594:27727954,27724825:papier:3594:27725974,27724829:papier:3594:27726384,2772'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002084494964984727, 'nb_photo': 6, 'list_port_cont': '27717959,27729763,27836104,28023814,28051923', 'assoc_port': '27708723:27717959,27729673:27729763,27835204:27836104,28009556:28051923,28015478:28023814', 'assoc_mat': '27708723:pehd:4205:27717959,27729673:pehd:4205:27729763,27835204:pehd:4205:27836104,28009556:pehd:4205:28051923,28015478:pehd:4205:28023814'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0033718170821413983, 'nb_photo': 244, 'list_port_cont': '27411782,27416414,27450159,27458642,27496616,27496842,27505706,27600004,27636553,27659027,27687194,27693180,27693909,27695940,27703787,27708561,27725886,27726049,27727841,27732137,27742954,27749091,27775775,27821701,27831198,27832143,27844466,27865311,27865498,27893739,27912542,27945749,27953147,27964496,28024006,28024886,28026064,28028275,28029957,28032112,28043332,28043527,28045864,28046991,28049853,28051802,28052309,28054088,28054846,28055311,28056975,28057103,28057224,28057298,28057981,28066563,28066592,28072671,28072710,28092379,28173324', 'assoc_port': '27403862:27411782,27413358:27416414,27441324:27450159,27455138:27458642,27490307:27496616,27491431:27496842,27500774:27505706,27552601:27600004,27612832:27636553,27630006:27693909,27633661:27659027,27640535:27687194,27649744:27693180,27661919:27695940,27691375:27708561,27703265:27703787,27724817:27725886,27724863:27726049,27727569:27727841,27731643:27732137,27741731:27742954,27748679:27749091,27770884:27775775,27803073:27831198,27811399:27821701,27825815:27832143,27837924:27844466,27861240:27893739,27861242:27865311,27861247:27865498,27900895:27912542,27900933:27964496,27909302:28026064,27940996:27945749,27950167:27953147,27970549:28028275,27970685:28029957,27970904:28032112,28008294:28046991,28008523:28049853,28008637:28043332,28008641:28043527,28009581:28052309,28009773:28066592,28010039:28054088,28010237:28054846,28010428:28055311,28011453:28056975,28011657:28057298,28011804:28057224,28015315:28066563,28015654:28024006,28024262:28024886,28041189:28051802,28041191:28045864,28056154:28057103,28056189:2805798', 'assoc_mat': '27403862:pehd:4203:27411782,27413358:pehd:4203:27416414,27441324:pehd:4203:27450159,27455138:pehd:4203:27458642,27490307:pehd:4203:27496616,27491431:pehd:4203:27496842,27500774:pehd:4203:27505706,27552601:pehd:4203:27600004,27612832:pehd:4203:27636553,27630006:pehd:4203:27693909,27633661:pehd:4203:27659027,27640535:pehd:4203:27687194,27649744:pehd:4203:27693180,27661919:pehd:4203:27695940,27691375:pehd:4203:27708561,27703265:pehd:4203:27703787,27724817:pehd:4203:27725886,27724863:pehd:4203:27726049,27727569:pehd:4203:27727841,27731643:pehd:4203:27732137,27741731:pehd:4203:27742954,27748679:pehd:4203:27749091,27770884:pehd:4203:27775775,27803073:pehd:4203:27831198,27811399:pehd:4203:27821701,27825815:pehd:4203:27832143,27837924:pehd:4203:27844466,27861240:pehd:4203:27893739,27861242:pehd:4203:27865311,27861247:pehd:4203:27865498,27900895:pehd:4203:27912542,27900933:pehd:4203:27964496,27909302:pehd:4203:28026064,27940996:pehd:4203:27945749,27950167:pehd:4203:27953147,27970549:pehd:4203:28028275,27970685:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027653618040189933, 'nb_photo': 176, 'list_port_cont': '27388147,27405547,27406652,27414567,27415567,27443754,27447750,27455208,27462487,27485853,27490175,27494104,27497574,27498398,27500834,27561839,27627488,27631655,27632803,27633846,27643751,27644695,27646969,27656329,27657867,27658428,27683846,27698072,27699302,27702483,27706031,27706302,27708847,27713836,27716395,27723628,27724263,27724975,27725077,27725611,27725827,27725849,27727199,27727376,27727599,27728395,27729708,27730905,27731752,27734109,27741815,27742042,27742078,27749414,27749538,27753269,27767040,27769412,27770968,27775411,27788426,27795231,27804346,27819466,27829183,27831138,27831455,27832859,27834097,27837781,27839199,27846155,27863180,27868705,27887992,27901732,27912664,27931361,27947470,28009790,28027460,28027763,28028308,28029683,28030983,28031763,28032097,28032455,28045078,28046523,28048094,28048518,28049977,28051402,28051996,28052606,28053110,28053497,28054137,28054324,28054550,28054957,28055468,28055497,28055597,28055683,28055746,28056116,28056381,28058974,28060765,28061368,28061429,2806158', 'assoc_port': '27387814:27388147,27405485:27405547,27406559:27406652,27413360:27414567,27415524:27415567,27443662:27443754,27447685:27447750,27455144:27455208,27462446:27462487,27485657:27485853,27487666:27490175,27494001:27494104,27497508:27498398,27497515:27497574,27500778:27500834,27552576:27561839,27627421:27627488,27631524:27631655,27632528:27656329,27632611:27632803,27633569:27657867,27633643:27658428,27633656:27633846,27642711:27644695,27643656:27643751,27646346:27646969,27682140:27702483,27682208:27683846,27691361:27706031,27697878:27698072,27699097:27699302,27706166:27706302,27708726:27708847,27713774:27713836,27716354:27716395,27722957:27723628,27724173:27724263,27724846:27727199,27724851:27727376,27724859:27725827,27724871:27725849,27724889:27725611,27724893:27724975,27725036:27725077,27727567:27727599,27727891:27728395,27729667:27729708,27730860:27730905,27731647:27731752,27733804:27734109,27741713:27742042,27741718:27742078,27741734:27741815,27748891:27749414,27749482:27749538,27751506:27753269,27767021:2776704', 'assoc_mat': '27387814:pehd:4207:27388147,27405485:pehd:4207:27405547,27406559:pehd:4207:27406652,27413360:pehd:4207:27414567,27415524:pehd:4207:27415567,27443662:pehd:4207:27443754,27447685:pehd:4207:27447750,27455144:pehd:4207:27455208,27462446:pehd:4207:27462487,27485657:pehd:4207:27485853,27487666:pehd:4207:27490175,27494001:pehd:4207:27494104,27497508:pehd:4207:27498398,27497515:pehd:4207:27497574,27500778:pehd:4207:27500834,27552576:pehd:4207:27561839,27627421:pehd:4207:27627488,27631524:pehd:4207:27631655,27632528:pehd:4207:27656329,27632611:pehd:4207:27632803,27633569:pehd:4207:27657867,27633643:pehd:4207:27658428,27633656:pehd:4207:27633846,27642711:pehd:4207:27644695,27643656:pehd:4207:27643751,27646346:pehd:4207:27646969,27682140:pehd:4207:27702483,27682208:pehd:4207:27683846,27691361:pehd:4207:27706031,27697878:pehd:4207:27698072,27699097:pehd:4207:27699302,27706166:pehd:4207:27706302,27708726:pehd:4207:27708847,27713774:pehd:4207:27713836,27716354:pehd:4207:27716395,27722957:pehd:4207:27723628,27724173:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0077621080510047215, 'nb_photo': 17, 'list_port_cont': '27396189,27414624,27418199,27445117,27662193,27691964,27835724,27929673,27971854,28009611,28013360,28058271,28072499,28091267', 'assoc_port': '27395953:27396189,27414375:27414624,27417944:27418199,27444957:27445117,27661886:27662193,27691412:27691964,27835208:27835724,27928875:27929673,27970902:27971854,28008559:28009611,28012559:28013360,28055828:28058271,28072044:28072499,28090372:28091267', 'assoc_mat': '27395953:pehd:4461:27396189,27414375:pehd:4461:27414624,27417944:pehd:4461:27418199,27444957:pehd:4461:27445117,27661886:pehd:4461:27662193,27691412:pehd:4461:27691964,27835208:pehd:4461:27835724,27928875:pehd:4461:27929673,27970902:pehd:4461:27971854,28008559:pehd:4461:28009611,28012559:pehd:4461:28013360,28055828:pehd:4461:28058271,28072044:pehd:4461:28072499,28090372:pehd:4461:28091267'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005682929849916751, 'nb_photo': 339, 'list_port_cont': '27391661,27398849,27404215,27409259,27413691,27415629,27418072,27418255,27441472,27442666,27443836,27445189,27445364,27448027,27450581,27452160,27474379,27481190,27486054,27491709,27494490,27500962,27503440,27507898,27507944,27583556,27613060,27623307,27633267,27633718,27633989,27635381,27635582,27636262,27636452,27640885,27641238,27643808,27643899,27650039,27650198,27652354,27653335,27688889,27688935,27692003,27698299,27703641,27716431,27716597,27720099,27723233,27724356,27725054,27725502,27725627,27725674,27731044,27732501,27732524,27733990,27735082,27735506,27735592,27741846,27741925,27742211,27748526,27748579,27748766,27749017,27749820,27752965,27761066,27763479,27763641,27767241,27769936,27786936,27790670,27790954,27791967,27796342,27803486,27804513,27804733,27806271,27809630,27811624,27824919,27825968,27831479,27832407,27838332,27841561,27843087,27844023,27868729,27879606,27883868,27890028,27901473,27909724,27909847,27929073,27941330,27947491,27953358,27959673,27971334,27972308,27972428,27973913,2797418', 'assoc_port': '27391356:27391661,27398487:27398849,27403860:27404215,27409024:27409259,27413331:27413691,27415496:27415629,27417932:27418255,27417939:27418072,27441327:27441472,27442370:27442666,27443683:27443836,27444953:27445364,27444954:27445189,27447683:27448027,27450402:27450581,27451943:27452160,27473893:27474379,27480974:27481190,27485664:27486054,27491432:27491709,27493995:27494490,27500780:27500962,27503310:27503440,27507872:27507944,27507874:27507898,27552562:27583556,27612827:27623307,27612836:27613060,27632498:27636262,27632554:27635582,27632568:27633267,27632602:27633718,27633617:27635381,27633659:27633989,27636070:27636452,27640534:27640885,27641185:27641238,27643655:27643899,27643675:27643808,27645056:27653335,27649735:27650198,27649739:27650039,27651913:27652354,27687870:27688935,27687932:27688889,27691362:27692003,27697876:27698299,27703257:27703641,27714917:27720099,27716348:27716597,27716351:27716431,27722936:27723233,27724178:27724356,27724813:27725627,27724869:27725674,27724884:27725502,27724890:2772505', 'assoc_mat': '27391356:pehd:4200:27391661,27398487:pehd:4200:27398849,27403860:pehd:4200:27404215,27409024:pehd:4200:27409259,27413331:pehd:4200:27413691,27415496:pehd:4200:27415629,27417932:pehd:4200:27418255,27417939:pehd:4200:27418072,27441327:pehd:4200:27441472,27442370:pehd:4200:27442666,27443683:pehd:4200:27443836,27444953:pehd:4200:27445364,27444954:pehd:4200:27445189,27447683:pehd:4200:27448027,27450402:pehd:4200:27450581,27451943:pehd:4200:27452160,27473893:pehd:4200:27474379,27480974:pehd:4200:27481190,27485664:pehd:4200:27486054,27491432:pehd:4200:27491709,27493995:pehd:4200:27494490,27500780:pehd:4200:27500962,27503310:pehd:4200:27503440,27507872:pehd:4200:27507944,27507874:pehd:4200:27507898,27552562:pehd:4200:27583556,27612827:pehd:4200:27623307,27612836:pehd:4200:27613060,27632498:pehd:4200:27636262,27632554:pehd:4200:27635582,27632568:pehd:4200:27633267,27632602:pehd:4200:27633718,27633617:pehd:4200:27635381,27633659:pehd:4200:27633989,27636070:pehd:4200:27636452,27640534:pehd:4200:27640885,27641185:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0030441519302341576, 'nb_photo': 98, 'list_port_cont': '27396102,27419070,27443779,27488964,27494317,27500932,27583937,27640916,27662127,27662321,27688549,27695348,27713931,27715179,27716494,27724299,27725023,27728145,27731837,27735093,27783994,27784520,27811611,27832967,27841638,27909622,27909816,27929198,27948234,27959281,27972070,27972452,28002125,28010212,28010499,28010695,28011013,28011064,28011918,28013297,28014078,28018776,28021409,28023804,28024269,28024523,28034849,28041656,28044499,28056258,28056309,28056690,28056788,28057055,28057656,28057781,28062185,28072271,28072393,28072413,28090797,28100305', 'assoc_port': '27395955:27396102,27418933:27419070,27443663:27443779,27488571:27488964,27494003:27494317,27500776:27500932,27552564:27583937,27640533:27640916,27661917:27662321,27661922:27662127,27687912:27688549,27694857:27695348,27713800:27713931,27714913:27715179,27716350:27716494,27724171:27724299,27724895:27725023,27727893:27728145,27731645:27731837,27734823:27735093,27783607:27784520,27783708:27783994,27811395:27811611,27832769:27832967,27841393:27841638,27908561:27909816,27908571:27909622,27908849:28021409,27928871:27929198,27948042:27948234,27958869:27959281,27970553:27972452,27970555:27972070,28002007:28002125,28008336:28010212,28008480:28023804,28009439:28018776,28009490:28011013,28009529:28011064,28009689:28010695,28009895:28010499,28010413:28011918,28010597:28024269,28011486:28014078,28011796:28013297,28024257:28024523,28034611:28034849,28041286:28041656,28044276:28044499,28055854:28056258,28055858:28056309,28055886:28057781,28055940:28062185,28055988:28057055,28056023:28057656,28056063:28056788,28056119:2805669', 'assoc_mat': '27395955:pehd:4209:27396102,27418933:pehd:4209:27419070,27443663:pehd:4209:27443779,27488571:pehd:4209:27488964,27494003:pehd:4209:27494317,27500776:pehd:4209:27500932,27552564:pehd:4209:27583937,27640533:pehd:4209:27640916,27661917:pehd:4209:27662321,27661922:pehd:4209:27662127,27687912:pehd:4209:27688549,27694857:pehd:4209:27695348,27713800:pehd:4209:27713931,27714913:pehd:4209:27715179,27716350:pehd:4209:27716494,27724171:pehd:4209:27724299,27724895:pehd:4209:27725023,27727893:pehd:4209:27728145,27731645:pehd:4209:27731837,27734823:pehd:4209:27735093,27783607:pehd:4209:27784520,27783708:pehd:4209:27783994,27811395:pehd:4209:27811611,27832769:pehd:4209:27832967,27841393:pehd:4209:27841638,27908561:pehd:4209:27909816,27908571:pehd:4209:27909622,27908849:pehd:4209:28021409,27928871:pehd:4209:27929198,27948042:pehd:4209:27948234,27958869:pehd:4209:27959281,27970553:pehd:4209:27972452,27970555:pehd:4209:27972070,28002007:pehd:4209:28002125,28008336:pehd:4209:28010212,28008480:pehd:4209:28023804,28009439:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9686140353258809, 'nb_photo': 11827, 'list_port_cont': '27388303,27388979,27391775,27395038,27395579,27396049,27399169,27400667,27404174,27404494,27407300,27409701,27413750,27414080,27418348,27418566,27419048,27419649,27436607,27439667,27441501,27442817,27443927,27444759,27445254,27446686,27447977,27450031,27452241,27452533,27452944,27455780,27458169,27464043,27474739,27477315,27477649,27478675,27481147,27484896,27486244,27488113,27489102,27490684,27492198,27492526,27494249,27497841,27498823,27501110,27501359,27501993,27503672,27503697,27508631,27597696,27598297,27606211,27623563,27623691,27624386,27624518,27625429,27628701,27629214,27631185,27632112,27633335,27633632,27634603,27634904,27636129,27636901,27638075,27641483,27641853,27642561,27643072,27643661,27643966,27644124,27644586,27645153,27646429,27646778,27647840,27650339,27654497,27654824,27657971,27658566,27660873,27662524,27685117,27685396,27686876,27688674,27689553,27691036,27692582,27693411,27695663,27697026,27697552,27698377,27700582,27700930,27703741,27706653,27709262,27712266,27712555,27714135,2771526', 'assoc_port': '27387817:27388979,27387820:27388303,27391353:27391775,27394662:27396049,27394664:27395579,27394665:27395038,27398433:27400667,27398489:27399169,27403859:27404494,27403867:27404174,27406529:27407300,27409036:27409701,27413329:27414080,27413362:27413750,27417934:27419649,27417938:27419048,27417940:27418566,27417943:27418348,27435758:27436607,27439190:27439667,27441326:27441501,27442333:27442817,27443682:27443927,27444703:27444759,27444956:27445254,27446536:27446686,27447686:27447977,27449558:27450031,27451939:27452944,27451942:27452241,27451944:27452533,27455142:27455780,27458102:27458169,27463792:27464043,27473889:27474739,27476439:27477649,27476462:27477315,27478024:27478675,27480972:27481147,27484305:27484896,27485659:27486244,27487692:27488113,27488597:27489102,27490304:27490684,27491433:27492526,27491435:27492198,27493997:27494249,27497513:27497841,27498535:27498823,27500781:27501359,27500785:27501110,27501599:27501993,27503311:27503697,27503313:27503672,27508381:27508631,27552556:27597696,27552568:2759829', 'assoc_mat': '27387817:pehd:4211:27388979,27387820:pehd:4211:27388303,27391353:pehd:4211:27391775,27394662:pehd:4211:27396049,27394664:pehd:4211:27395579,27394665:pehd:4211:27395038,27398433:pehd:4211:27400667,27398489:pehd:4211:27399169,27403859:pehd:4211:27404494,27403867:pehd:4211:27404174,27406529:pehd:4211:27407300,27409036:pehd:4211:27409701,27413329:pehd:4211:27414080,27413362:pehd:4211:27413750,27417934:pehd:4211:27419649,27417938:pehd:4211:27419048,27417940:pehd:4211:27418566,27417943:pehd:4211:27418348,27435758:pehd:4211:27436607,27439190:pehd:4211:27439667,27441326:pehd:4211:27441501,27442333:pehd:4211:27442817,27443682:pehd:4211:27443927,27444703:pehd:4211:27444759,27444956:pehd:4211:27445254,27446536:pehd:4211:27446686,27447686:pehd:4211:27447977,27449558:pehd:4211:27450031,27451939:pehd:4211:27452944,27451942:pehd:4211:27452241,27451944:pehd:4211:27452533,27455142:pehd:4211:27455780,27458102:pehd:4211:27458169,27463792:pehd:4211:27464043,27473889:pehd:4211:27474739,27476439:pehd:4211:27477649,27476462:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00023717188187109977, 'nb_photo': 2, 'list_port_cont': '27632133,27944256', 'assoc_port': '27631521:27632133,27943509:27944256', 'assoc_mat': '27631521:pehd:3327:27632133,27943509:pehd:3327:27944256'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00038089436606446005, 'nb_photo': 23, 'list_port_cont': '27553034,27725811,27726375,27726824,27742272,27742355,27757351,27761306,27763583,27803397,28016472,28017363,28022550,28026335,28045398', 'assoc_port': '27552604:27553034,27724829:27726375,27724850:27725811,27724867:27726824,27741695:27742272,27741724:27742355,27756978:27757351,27760569:27761306,27763194:27763583,27803074:27803397,28009443:28026335,28011645:28022550,28015269:28017363,28015349:28016472,28044270:28045398', 'assoc_mat': '27552604:pehd:3594:27553034,27724829:pehd:3594:27726375,27724850:pehd:3594:27725811,27724867:pehd:3594:27726824,27741695:pehd:3594:27742272,27741724:pehd:3594:27742355,27756978:pehd:3594:27757351,27760569:pehd:3594:27761306,27763194:pehd:3594:27763583,27803074:pehd:3594:27803397,28009443:pehd:3594:28026335,28011645:pehd:3594:28022550,28015269:pehd:3594:28017363,28015349:pehd:3594:28016472,28044270:pehd:3594:28045398'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005727453731978083, 'nb_photo': 30, 'list_port_cont': '27411217,27456985,27764179,27772653,27836105,27912041,27947786,28023823,28025770,28030964,28047815,28056652', 'assoc_port': '27403861:27411217,27447657:27456985,27755172:27764179,27758988:27772653,27835204:27836105,27900926:27912041,27909294:28025770,27947304:27947786,27970896:28030964,28008437:28047815,28011647:28056652,28015478:28023823', 'assoc_mat': '27403861:pet_clair:4205:27411217,27447657:pet_clair:4205:27456985,27755172:pet_clair:4205:27764179,27758988:pet_clair:4205:27772653,27835204:pet_clair:4205:27836105,27900926:pet_clair:4205:27912041,27909294:pet_clair:4205:28025770,27947304:pet_clair:4205:27947786,27970896:pet_clair:4205:28030964,28008437:pet_clair:4205:28047815,28011647:pet_clair:4205:28056652,28015478:pet_clair:4205:28023823'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012044861640279978, 'nb_photo': 3, 'list_port_cont': '27749102,28173316', 'assoc_port': '27748679:27749102,28090387:28173316', 'assoc_mat': '27748679:pet_clair:4203:27749102,28090387:pet_clair:4203:28173316'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201299417076057, 'nb_photo': 17, 'list_port_cont': '27413428,27444152,27490401,27683841,27706304,27726332,27742069,27760703,27796194,27883805,27925065,28051661,28055323,28062505', 'assoc_port': '27413363:27413428,27444090:27444152,27490306:27490401,27682208:27683841,27706166:27706304,27724827:27726332,27741718:27742069,27760566:27760703,27796157:27796194,27883605:27883805,27924687:27925065,28009528:28051661,28010529:28055323,28055845:28062505', 'assoc_mat': '27413363:pet_clair:4207:27413428,27444090:pet_clair:4207:27444152,27490306:pet_clair:4207:27490401,27682208:pet_clair:4207:27683841,27706166:pet_clair:4207:27706304,27724827:pet_clair:4207:27726332,27741718:pet_clair:4207:27742069,27760566:pet_clair:4207:27760703,27796157:pet_clair:4207:27796194,27883605:pet_clair:4207:27883805,27924687:pet_clair:4207:27925065,28009528:pet_clair:4207:28051661,28010529:pet_clair:4207:28055323,28055845:pet_clair:4207:28062505'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008581643303917616, 'nb_photo': 4, 'list_port_cont': '27725862,27729789', 'assoc_port': '27724811:27725862,27729669:27729789', 'assoc_mat': '27724811:pet_clair:4461:27725862,27729669:pet_clair:4461:27729789'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007688014149062077, 'nb_photo': 45, 'list_port_cont': '27403982,27442667,27443842,27449652,27455742,27499274,27500965,27729933,27741796,27748764,27806272,27909147,28010129,28011107,28013599,28015718,28018658,28020519,28023113,28025377,28030584,28034723,28035427,28047128,28050598', 'assoc_port': '27403866:27403982,27442370:27442667,27443683:27443842,27449554:27449652,27455125:27455742,27499186:27499274,27500780:27500965,27724844:27729933,27741739:27741796,27748677:27748764,27805942:27806272,27900934:27909147,27908951:28020519,28008160:28050598,28008212:28035427,28008340:28034723,28008495:28010129,28009969:28011107,28010258:28025377,28011435:28015718,28011655:28013599,28015177:28023113,28015263:28018658,28030047:28030584,28046920:28047128', 'assoc_mat': '27403866:pet_clair:4200:27403982,27442370:pet_clair:4200:27442667,27443683:pet_clair:4200:27443842,27449554:pet_clair:4200:27449652,27455125:pet_clair:4200:27455742,27499186:pet_clair:4200:27499274,27500780:pet_clair:4200:27500965,27724844:pet_clair:4200:27729933,27741739:pet_clair:4200:27741796,27748677:pet_clair:4200:27748764,27805942:pet_clair:4200:27806272,27900934:pet_clair:4200:27909147,27908951:pet_clair:4200:28020519,28008160:pet_clair:4200:28050598,28008212:pet_clair:4200:28035427,28008340:pet_clair:4200:28034723,28008495:pet_clair:4200:28010129,28009969:pet_clair:4200:28011107,28010258:pet_clair:4200:28025377,28011435:pet_clair:4200:28015718,28011655:pet_clair:4200:28013599,28015177:pet_clair:4200:28023113,28015263:pet_clair:4200:28018658,28030047:pet_clair:4200:28030584,28046920:pet_clair:4200:28047128'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 7.590190076704758e-05, 'nb_photo': 1, 'list_port_cont': '28057774', 'assoc_port': '28055886:28057774', 'assoc_mat': '28055886:pet_clair:4209:28057774'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006621575093970585, 'nb_photo': 341, 'list_port_cont': '27395570,27413760,27436602,27464042,27481138,27624399,27624516,27633334,27657967,27693402,27717384,27733542,27749037,27824404,27824935,27831599,27833053,27864042,27864889,27867983,27910899,27944160,27951014,27953227,27971507,27975719,27977800,27982015,28020048,28024389,28026495,28030910,28042932,28048419,28048605,28048969,28049582,28049728,28049914,28050573,28051192,28052325,28052688,28053063,28053121,28053301,28053409,28053861,28054198,28057897,28058124,28058772,28059481,28060524,28073996,28091570,28127994', 'assoc_port': '27394664:27395570,27413362:27413760,27435758:27436602,27463792:27464042,27480972:27481138,27612829:27624516,27612835:27624399,27632633:27633334,27657540:27657967,27687821:27693402,27717023:27717384,27733316:27733542,27748909:27749037,27824312:27824404,27824669:27824935,27831384:27831599,27832773:27833053,27863029:27864042,27864189:27864889,27867411:27867983,27900882:27910899,27908755:28026495,27943510:27944160,27950170:27951014,27952797:27953227,27970650:27982015,27970750:27977800,27970859:27975719,27970915:27971507,28008484:28048969,28008583:28050573,28009589:28052325,28009877:28053301,28009980:28053861,28010155:28054198,28010263:28053409,28010312:28053121,28010317:28053063,28010434:28052688,28011319:28051192,28011452:28049914,28011466:28049582,28011511:28048419,28011620:28048605,28011670:28049728,28015262:28024389,28015535:28020048,28029995:28030910,28041241:28042932,28055849:28060524,28055885:28059481,28056011:28057897,28056126:28058124,28056127:28058772,28072011:28073996,28090434:28091570,28090439:2812799', 'assoc_mat': '27394664:pet_clair:4211:27395570,27413362:pet_clair:4211:27413760,27435758:pet_clair:4211:27436602,27463792:pet_clair:4211:27464042,27480972:pet_clair:4211:27481138,27612829:pet_clair:4211:27624516,27612835:pet_clair:4211:27624399,27632633:pet_clair:4211:27633334,27657540:pet_clair:4211:27657967,27687821:pet_clair:4211:27693402,27717023:pet_clair:4211:27717384,27733316:pet_clair:4211:27733542,27748909:pet_clair:4211:27749037,27824312:pet_clair:4211:27824404,27824669:pet_clair:4211:27824935,27831384:pet_clair:4211:27831599,27832773:pet_clair:4211:27833053,27863029:pet_clair:4211:27864042,27864189:pet_clair:4211:27864889,27867411:pet_clair:4211:27867983,27900882:pet_clair:4211:27910899,27908755:pet_clair:4211:28026495,27943510:pet_clair:4211:27944160,27950170:pet_clair:4211:27951014,27952797:pet_clair:4211:27953227,27970650:pet_clair:4211:27982015,27970750:pet_clair:4211:27977800,27970859:pet_clair:4211:27975719,27970915:pet_clair:4211:27971507,28008484:pet_clair:4211:28048969,28008583:pet_clair:4211:28050573,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9887844092214109, 'nb_photo': 126415, 'list_port_cont': '27392076,27396553,27399150,27404542,27405978,27407285,27410902,27413931,27418530,27418641,27419280,27420074,27439720,27442800,27443916,27444585,27444783,27446716,27448412,27450769,27456030,27459449,27474656,27477300,27481320,27481445,27485090,27489084,27489241,27491945,27498842,27498955,27503746,27593321,27594122,27594335,27613200,27628330,27632131,27633557,27634754,27634960,27635118,27635290,27640429,27641354,27643263,27645877,27650326,27654567,27654683,27661114,27684260,27684895,27688967,27689028,27690197,27692167,27692388,27693804,27696854,27697571,27698649,27704023,27709467,27712216,27715567,27716656,27723252,27723436,27723826,27725302,27725434,27725575,27726173,27726407,27727786,27728256,27729001,27729893,27731192,27732622,27734147,27735654,27742027,27742125,27742349,27742372,27748893,27749277,27749292,27750038,27752190,27753150,27759697,27763937,27771719,27771909,27772106,27787164,27787254,27788752,27794607,27794651,27803703,27806563,27808856,27809862,27812446,27824505,27824562,27829867,27832090,2783255', 'assoc_port': '27391350:27392076,27395951:27396553,27398431:27399150,27403857:27404542,27405487:27405978,27406532:27407285,27410312:27410902,27413359:27413931,27415497:27420074,27417935:27418641,27417941:27418530,27418908:27419280,27439188:27439720,27441325:27444585,27442335:27442800,27443661:27443916,27444704:27444783,27446535:27446716,27448206:27448412,27450404:27450769,27455136:27456030,27459009:27459449,27473895:27474656,27476436:27477300,27480969:27481445,27480981:27481320,27484320:27485090,27488570:27489241,27488598:27489084,27491436:27491945,27498532:27498955,27498548:27498842,27503285:27503746,27552558:27594335,27552570:27594122,27552607:27593321,27612838:27613200,27627418:27628330,27631521:27632131,27632501:27633557,27632556:27640429,27633515:27635290,27633578:27635118,27633619:27634960,27633645:27634754,27633654:27641354,27642713:27643263,27645052:27645877,27649737:27650326,27654126:27654683,27654128:27654567,27660393:27661114,27663938:27693804,27682144:27692167,27682168:27684895,27682219:27684260,27687910:2769757', 'assoc_mat': '27391350:pet_clair:3327:27392076,27395951:pet_clair:3327:27396553,27398431:pet_clair:3327:27399150,27403857:pet_clair:3327:27404542,27405487:pet_clair:3327:27405978,27406532:pet_clair:3327:27407285,27410312:pet_clair:3327:27410902,27413359:pet_clair:3327:27413931,27415497:pet_clair:3327:27420074,27417935:pet_clair:3327:27418641,27417941:pet_clair:3327:27418530,27418908:pet_clair:3327:27419280,27439188:pet_clair:3327:27439720,27441325:pet_clair:3327:27444585,27442335:pet_clair:3327:27442800,27443661:pet_clair:3327:27443916,27444704:pet_clair:3327:27444783,27446535:pet_clair:3327:27446716,27448206:pet_clair:3327:27448412,27450404:pet_clair:3327:27450769,27455136:pet_clair:3327:27456030,27459009:pet_clair:3327:27459449,27473895:pet_clair:3327:27474656,27476436:pet_clair:3327:27477300,27480969:pet_clair:3327:27481445,27480981:pet_clair:3327:27481320,27484320:pet_clair:3327:27485090,27488570:pet_clair:3327:27489241,27488598:pet_clair:3327:27489084,27491436:pet_clair:3327:27491945,27498532:pet_clair:3327:27498955,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.025167112023989316, 'nb_photo': 2741, 'list_port_cont': '27404056,27406961,27409516,27413721,27414666,27418155,27447816,27448336,27450013,27450454,27450718,27464127,27486195,27508700,27553040,27554040,27554360,27613074,27636655,27645923,27646629,27654637,27664178,27682656,27695559,27698728,27699562,27699998,27706811,27725247,27725596,27725810,27725969,27726088,27726227,27726376,27726521,27726817,27727620,27727951,27729860,27732114,27735321,27736254,27737939,27742090,27742119,27742274,27742356,27742389,27742393,27742410,27742540,27749006,27755745,27757353,27761305,27763586,27764518,27767259,27767570,27784378,27795273,27796387,27797047,27800361,27803394,27806408,27807294,27808944,27826546,27832606,27834109,27841654,27842079,27846846,27884237,27884551,27884970,27909962,27910426,27929192,27959464,27972840,27972939,27975686,28009258,28009917,28010455,28011760,28016212,28016467,28017367,28018707,28019310,28021580,28022051,28022549,28022770,28023643,28023920,28024196,28024845,28025342,28025991,28026336,28026698,28026875,28027387,28031004,28041838,28045391,28047558,2805157', 'assoc_port': '27403865:27404056,27406524:27406961,27409027:27409516,27413291:27413721,27414376:27414666,27417933:27418155,27447684:27447816,27448207:27450454,27448208:27448336,27449555:27450013,27450401:27450718,27463791:27464127,27485662:27486195,27507873:27508700,27552560:27554360,27552574:27554040,27552604:27553040,27612831:27613074,27632551:27636655,27643653:27645923,27646360:27646629,27654127:27654637,27663915:27664178,27682161:27682656,27691360:27698728,27694858:27695559,27699098:27699562,27699099:27699998,27706165:27706811,27724169:27727620,27724821:27727951,27724825:27725969,27724829:27726376,27724841:27726521,27724843:27726227,27724845:27726088,27724849:27725596,27724850:27725810,27724856:27725247,27724867:27726817,27729672:27729860,27731649:27732114,27733808:27735321,27734824:27736254,27737899:27737939,27741689:27742119,27741695:27742274,27741706:27742540,27741708:27742389,27741710:27742393,27741717:27742410,27741724:27742356,27741728:27742090,27748892:27749006,27755174:27755745,27756978:27757353,27760561:2776451', 'assoc_mat': '27403865:pet_clair:3594:27404056,27406524:pet_clair:3594:27406961,27409027:pet_clair:3594:27409516,27413291:pet_clair:3594:27413721,27414376:pet_clair:3594:27414666,27417933:pet_clair:3594:27418155,27447684:pet_clair:3594:27447816,27448207:pet_clair:3594:27450454,27448208:pet_clair:3594:27448336,27449555:pet_clair:3594:27450013,27450401:pet_clair:3594:27450718,27463791:pet_clair:3594:27464127,27485662:pet_clair:3594:27486195,27507873:pet_clair:3594:27508700,27552560:pet_clair:3594:27554360,27552574:pet_clair:3594:27554040,27552604:pet_clair:3594:27553040,27612831:pet_clair:3594:27613074,27632551:pet_clair:3594:27636655,27643653:pet_clair:3594:27645923,27646360:pet_clair:3594:27646629,27654127:pet_clair:3594:27654637,27663915:pet_clair:3594:27664178,27682161:pet_clair:3594:27682656,27691360:pet_clair:3594:27698728,27694858:pet_clair:3594:27695559,27699098:pet_clair:3594:27699562,27699099:pet_clair:3594:27699998,27706165:pet_clair:3594:27706811,27724169:pet_clair:3594:27727620,27724821:pet_clair:3594:27727951,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '28030971', 'assoc_port': '27970896:28030971', 'assoc_mat': '27970896:pet_fonce:4205:28030971'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27729786', 'assoc_port': '27729669:27729786', 'assoc_mat': '27729669:pet_fonce:4461:27729786'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0023467045069569424, 'nb_photo': 34, 'list_port_cont': '27717379,27733543,27864043,27953226,28030907,28053857,28053878,28058784,28128001', 'assoc_port': '27717023:27717379,27733316:27733543,27863029:27864043,27952797:27953226,28009980:28053857,28010195:28053878,28029995:28030907,28056127:28058784,28090439:28128001', 'assoc_mat': '27717023:pet_fonce:4211:27717379,27733316:pet_fonce:4211:27733543,27863029:pet_fonce:4211:27864043,27952797:pet_fonce:4211:27953226,28009980:pet_fonce:4211:28053857,28010195:pet_fonce:4211:28053878,28029995:pet_fonce:4211:28030907,28056127:pet_fonce:4211:28058784,28090439:pet_fonce:4211:28128001'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0019197409836279966, 'nb_photo': 8, 'list_port_cont': '27407280,27444780,27930048,28029271', 'assoc_port': '27406532:27407280,27444704:27444780,27928873:27930048,28010308:28029271', 'assoc_mat': '27406532:pet_fonce:3327:27407280,27444704:pet_fonce:3327:27444780,27928873:pet_fonce:3327:27930048,28010308:pet_fonce:3327:28029271'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0016448584783260863, 'nb_photo': 142, 'list_port_cont': '27414658,27418159,27450014,27450711,27464129,27486194,27553044,27554357,27613079,27628065,27636662,27645918,27664188,27699568,27706809,27725246,27725975,27726082,27726221,27726379,27726819,27727616,27727953,27729857,27735328,27742116,27742280,27742357,27742405,27749008,27757359,27763587,27784381,27796394,27800355,27806405,27807293,27808943,27826554,27832604,27834112,27842074,27846852,27884972,27909960,27929195,27959457,27972835,28009914,28011761,28016207,28019309,28021578,28022557,28023921,28024189,28024847,28026333,28026693,28026868,28027391,28041846,28045392,28051574,28057235,28057801,28059853,28090631,28099880', 'assoc_port': '27414376:27414658,27417933:27418159,27449555:27450014,27450401:27450711,27463791:27464129,27485662:27486194,27552560:27554357,27552604:27553044,27612831:27613079,27627402:27628065,27632551:27636662,27643653:27645918,27663915:27664188,27699098:27699568,27706165:27706809,27724169:27727616,27724821:27727953,27724825:27725975,27724829:27726379,27724843:27726221,27724845:27726082,27724856:27725246,27724867:27726819,27729672:27729857,27733808:27735328,27741689:27742116,27741695:27742280,27741717:27742405,27741724:27742357,27748892:27749008,27756978:27757359,27763194:27763587,27783676:27784381,27796154:27796394,27799179:27800355,27804202:27807293,27805992:27806405,27808399:27808943,27826416:27826554,27831386:27832604,27833947:27834112,27841364:27842074,27843844:27846852,27883565:27884972,27900917:28099880,27900927:27909960,27928880:27929195,27958886:27959457,27970713:27972835,28008473:28027391,28008504:28026693,28008658:28009914,28009443:28026333,28010190:28024847,28010191:28024189,28010444:28011761,28010594:2802392', 'assoc_mat': '27414376:pet_fonce:3594:27414658,27417933:pet_fonce:3594:27418159,27449555:pet_fonce:3594:27450014,27450401:pet_fonce:3594:27450711,27463791:pet_fonce:3594:27464129,27485662:pet_fonce:3594:27486194,27552560:pet_fonce:3594:27554357,27552604:pet_fonce:3594:27553044,27612831:pet_fonce:3594:27613079,27627402:pet_fonce:3594:27628065,27632551:pet_fonce:3594:27636662,27643653:pet_fonce:3594:27645918,27663915:pet_fonce:3594:27664188,27699098:pet_fonce:3594:27699568,27706165:pet_fonce:3594:27706809,27724169:pet_fonce:3594:27727616,27724821:pet_fonce:3594:27727953,27724825:pet_fonce:3594:27725975,27724829:pet_fonce:3594:27726379,27724843:pet_fonce:3594:27726221,27724845:pet_fonce:3594:27726082,27724856:pet_fonce:3594:27725246,27724867:pet_fonce:3594:27726819,27729672:pet_fonce:3594:27729857,27733808:pet_fonce:3594:27735328,27741689:pet_fonce:3594:27742116,27741695:pet_fonce:3594:27742280,27741717:pet_fonce:3594:27742405,27741724:pet_fonce:3594:27742357,27748892:pet_fonce:3594:27749008,27756978:pet_fonce:3594:27757359,2'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0, 'nb_photo': 24, 'list_port_cont': '27456981,27717963,27742236,27764171,27772647,27912044,27953217,28023826,28025763,28056653', 'assoc_port': '27447657:27456981,27708723:27717963,27741703:27742236,27755172:27764171,27758988:27772647,27900926:27912044,27909294:28025763,27952837:27953217,28011647:28056653,28015478:28023826', 'assoc_mat': '27447657:pet_opaque:4205:27456981,27708723:pet_opaque:4205:27717963,27741703:pet_opaque:4205:27742236,27755172:pet_opaque:4205:27764171,27758988:pet_opaque:4205:27772647,27900926:pet_opaque:4205:27912044,27909294:pet_opaque:4205:28025763,27952837:pet_opaque:4205:27953217,28011647:pet_opaque:4205:28056653,28015478:pet_opaque:4205:28023826'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011764597277881037, 'nb_photo': 4, 'list_port_cont': '27725890,28055723,28057991,28061019', 'assoc_port': '27724817:27725890,28010596:28055723,28055863:28061019,28055961:28057991', 'assoc_mat': '27724817:pet_opaque:4203:27725890,28010596:pet_opaque:4203:28055723,28055863:pet_opaque:4203:28061019,28055961:pet_opaque:4203:28057991'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020026197820910267, 'nb_photo': 18, 'list_port_cont': '27413429,27444151,27451589,27651332,27656338,27734107,27883806,28031630,28062512,28064587', 'assoc_port': '27413363:27413429,27444090:27444151,27449553:27451589,27632528:27656338,27649738:27651332,27733804:27734107,27883605:27883806,27970906:28031630,28015662:28064587,28055845:28062512', 'assoc_mat': '27413363:pet_opaque:4207:27413429,27444090:pet_opaque:4207:27444151,27449553:pet_opaque:4207:27451589,27632528:pet_opaque:4207:27656338,27649738:pet_opaque:4207:27651332,27733804:pet_opaque:4207:27734107,27883605:pet_opaque:4207:27883806,27970906:pet_opaque:4207:28031630,28015662:pet_opaque:4207:28064587,28055845:pet_opaque:4207:28062512'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0008107916589591862, 'nb_photo': 20, 'list_port_cont': '27388235,27442733,27501075,27729783,27749170,27767094', 'assoc_port': '27387810:27388235,27442369:27442733,27500783:27501075,27729669:27729783,27748908:27749170,27767010:27767094', 'assoc_mat': '27387810:pet_opaque:4461:27388235,27442369:pet_opaque:4461:27442733,27500783:pet_opaque:4461:27501075,27729669:pet_opaque:4461:27729783,27748908:pet_opaque:4461:27749170,27767010:pet_opaque:4461:27767094'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001644261199377945, 'nb_photo': 111, 'list_port_cont': '27398845,27403986,27413686,27415626,27441476,27442681,27455387,27455757,27458211,27481182,27490491,27497729,27499272,27507901,27634852,27636719,27641244,27643892,27650025,27652353,27654262,27660794,27688894,27698295,27724366,27725047,27725670,27729940,27731038,27741804,27741843,27748767,27752970,27769563,27769939,27783929,27786935,27791958,27796336,27804735,27809635,27811625,27838338,27843088,27844010,27879594,27901468,27953360,27972317,28009026,28010511,28011111,28011438,28019678,28020518,28022240,28023350,28024984,28025386,28026355,28026628,28027348,28028769,28029842,28030578,28035424,28035504,28038283,28044037,28047130,28047222,28057677,28058798,28059561,28061970,28062281,28064550,28072094', 'assoc_port': '27398487:27398845,27403866:27403986,27413331:27413686,27415496:27415626,27441327:27441476,27442370:27442681,27455125:27455757,27455140:27455387,27458101:27458211,27480974:27481182,27490305:27490491,27497512:27497729,27499186:27499272,27507874:27507901,27634467:27634852,27636068:27636719,27641185:27641244,27643655:27643892,27649739:27650025,27651913:27652353,27654133:27654262,27660441:27660794,27687932:27688894,27697876:27698295,27724178:27724366,27724844:27729940,27724869:27725670,27724890:27725047,27730865:27731038,27741739:27741804,27741740:27741843,27748677:27748767,27752691:27752970,27769322:27769939,27769330:27769563,27783717:27783929,27786458:27786935,27791449:27791958,27796156:27796336,27804152:27804735,27809493:27809635,27811390:27811625,27836289:27843088,27837923:27838338,27843842:27844010,27871488:27879594,27900935:27901468,27908951:28020518,27952795:27953360,27970823:27972317,28008197:28035504,28008212:28035424,28008357:28044037,28008700:28009026,28009758:28029842,28009765:28038283,28009926:2802876', 'assoc_mat': '27398487:pet_opaque:4200:27398845,27403866:pet_opaque:4200:27403986,27413331:pet_opaque:4200:27413686,27415496:pet_opaque:4200:27415626,27441327:pet_opaque:4200:27441476,27442370:pet_opaque:4200:27442681,27455125:pet_opaque:4200:27455757,27455140:pet_opaque:4200:27455387,27458101:pet_opaque:4200:27458211,27480974:pet_opaque:4200:27481182,27490305:pet_opaque:4200:27490491,27497512:pet_opaque:4200:27497729,27499186:pet_opaque:4200:27499272,27507874:pet_opaque:4200:27507901,27634467:pet_opaque:4200:27634852,27636068:pet_opaque:4200:27636719,27641185:pet_opaque:4200:27641244,27643655:pet_opaque:4200:27643892,27649739:pet_opaque:4200:27650025,27651913:pet_opaque:4200:27652353,27654133:pet_opaque:4200:27654262,27660441:pet_opaque:4200:27660794,27687932:pet_opaque:4200:27688894,27697876:pet_opaque:4200:27698295,27724178:pet_opaque:4200:27724366,27724844:pet_opaque:4200:27729940,27724869:pet_opaque:4200:27725670,27724890:pet_opaque:4200:27725047,27730865:pet_opaque:4200:27731038,27741739:pet_opaque:4200:27741804,2774'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0012809481413330812, 'nb_photo': 8, 'list_port_cont': '27632903,28057041', 'assoc_port': '27632495:27632903,28055965:28057041', 'assoc_mat': '27632495:pet_opaque:4209:27632903,28055965:pet_opaque:4209:28057041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005182135235374548, 'nb_photo': 452, 'list_port_cont': '27441498,27452531,27474743,27477650,27488106,27489101,27492205,27503667,27624387,27624517,27629206,27636137,27641842,27644573,27654821,27657957,27686885,27691032,27697556,27712260,27712546,27717386,27726245,27726289,27729473,27729916,27732568,27733534,27735469,27749343,27750017,27750212,27753132,27808870,27812680,27826193,27833050,27836493,27839773,27864047,27864890,27884429,27884786,27922983,27930625,27931265,27931306,27941593,27946651,27947643,27948156,27953225,27959471,27971811,27975347,27982008,27983501,28010550,28015283,28016334,28020039,28024610,28024637,28030908,28038547,28039743,28047148,28047794,28048616,28049744,28050209,28050752,28051638,28052554,28052694,28052821,28053085,28053302,28053559,28053853,28053874,28054156,28054189,28057889,28058778,28059945,28061796,28063796,28073976,28073984,28074381,28090823,28091585,28128003,28129376', 'assoc_port': '27441326:27441498,27451944:27452531,27473889:27474743,27476439:27477650,27487692:27488106,27488597:27489101,27491435:27492205,27503313:27503667,27612829:27624517,27612835:27624387,27627416:27629206,27633519:27644573,27633642:27636137,27641144:27641842,27654129:27654821,27657540:27657957,27663936:27697556,27682164:27686885,27687933:27691032,27711666:27712546,27711672:27712260,27717023:27717386,27726011:27726289,27726017:27726245,27729122:27729473,27729671:27729916,27732214:27732568,27733316:27733534,27735403:27735469,27748889:27749343,27749735:27750212,27749739:27750017,27752665:27753132,27808401:27808870,27812131:27812680,27825814:27826193,27832773:27833050,27836288:27836493,27839128:27839773,27863029:27864047,27864189:27864890,27883591:27884786,27883598:27884429,27908707:28038547,27922605:27922983,27928847:27931306,27928867:27931265,27928882:27930625,27940994:27941593,27946307:27946651,27947307:27947643,27948044:27948156,27952797:27953225,27958889:27959471,27970589:27983501,27970650:27982008,27970908:2797534', 'assoc_mat': '27441326:pet_opaque:4211:27441498,27451944:pet_opaque:4211:27452531,27473889:pet_opaque:4211:27474743,27476439:pet_opaque:4211:27477650,27487692:pet_opaque:4211:27488106,27488597:pet_opaque:4211:27489101,27491435:pet_opaque:4211:27492205,27503313:pet_opaque:4211:27503667,27612829:pet_opaque:4211:27624517,27612835:pet_opaque:4211:27624387,27627416:pet_opaque:4211:27629206,27633519:pet_opaque:4211:27644573,27633642:pet_opaque:4211:27636137,27641144:pet_opaque:4211:27641842,27654129:pet_opaque:4211:27654821,27657540:pet_opaque:4211:27657957,27663936:pet_opaque:4211:27697556,27682164:pet_opaque:4211:27686885,27687933:pet_opaque:4211:27691032,27711666:pet_opaque:4211:27712546,27711672:pet_opaque:4211:27712260,27717023:pet_opaque:4211:27717386,27726011:pet_opaque:4211:27726289,27726017:pet_opaque:4211:27726245,27729122:pet_opaque:4211:27729473,27729671:pet_opaque:4211:27729916,27732214:pet_opaque:4211:27732568,27733316:pet_opaque:4211:27733534,27735403:pet_opaque:4211:27735469,27748889:pet_opaque:4211:27749343,2774'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006393710359215795, 'nb_photo': 819, 'list_port_cont': '27388043,27388519,27394960,27403889,27409147,27409546,27413454,27415570,27418130,27436081,27439450,27444194,27444349,27448236,27455218,27474438,27481101,27481533,27485874,27497586,27499248,27499574,27501652,27507929,27583260,27609368,27628049,27633450,27633780,27634246,27634477,27634662,27636035,27636248,27636670,27636885,27642828,27649915,27652041,27657625,27662180,27682942,27685011,27688291,27689213,27689832,27695178,27703407,27713880,27724205,27724918,27725232,27726122,27727968,27733373,27735446,27742526,27748981,27749136,27749552,27751729,27755327,27759196,27767074,27783869,27784487,27784943,27785267,27794220,27796211,27799377,27803185,27826436,27829662,27832373,27835280,27841455,27841672,27846169,27861539,27862427,27883668,27901119,27901655,27909005,27909392,27922792,27924910,27928944,27941180,27941778,27942283,27948100,27949831,27960831,27971295,27972271,27973442,27975561,27978079,28002188,28003036,28003308,28007196,28009193,28009500,28009805,28010178,28010419,28010710,28010940,28012170,28012497,2801318', 'assoc_port': '27387808:27388519,27387815:27388043,27394663:27394960,27403858:27403889,27409008:27409546,27409022:27409147,27413332:27413454,27415501:27415570,27417936:27418130,27435756:27436081,27439189:27439450,27444091:27444194,27444092:27444349,27448203:27448236,27455130:27455218,27473887:27474438,27480976:27481533,27480980:27481101,27485667:27485874,27497506:27497586,27499187:27499574,27499190:27499248,27501603:27501652,27507875:27507929,27552588:27583260,27609291:27609368,27627388:27628049,27632606:27636885,27632614:27636248,27632616:27636670,27632618:27636035,27632620:27633450,27633549:27634477,27633648:27634246,27633650:27633780,27634485:27634662,27642712:27642828,27649733:27649915,27651909:27652041,27657543:27657625,27661921:27662180,27682152:27685011,27682222:27682942,27687819:27689832,27687824:27689213,27688029:27688291,27694856:27695178,27703253:27703407,27713773:27713880,27724179:27724205,27724837:27725232,27724877:27724918,27726015:27726122,27727889:27727968,27733311:27733373,27735401:27735446,27741715:2774252', 'assoc_mat': '27387808:plastique:3726:27388519,27387815:plastique:3726:27388043,27394663:plastique:3726:27394960,27403858:plastique:3726:27403889,27409008:plastique:3726:27409546,27409022:plastique:3726:27409147,27413332:plastique:3726:27413454,27415501:plastique:3726:27415570,27417936:plastique:3726:27418130,27435756:plastique:3726:27436081,27439189:plastique:3726:27439450,27444091:plastique:3726:27444194,27444092:plastique:3726:27444349,27448203:plastique:3726:27448236,27455130:plastique:3726:27455218,27473887:plastique:3726:27474438,27480976:plastique:3726:27481533,27480980:plastique:3726:27481101,27485667:plastique:3726:27485874,27497506:plastique:3726:27497586,27499187:plastique:3726:27499574,27499190:plastique:3726:27499248,27501603:plastique:3726:27501652,27507875:plastique:3726:27507929,27552588:plastique:3726:27583260,27609291:plastique:3726:27609368,27627388:plastique:3726:27628049,27632606:plastique:3726:27636885,27632614:plastique:3726:27636248,27632616:plastique:3726:27636670,27632618:plastique:3726:27636035,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009124263622193112, 'nb_photo': 1570, 'list_port_cont': '27388044,27388512,27389019,27394958,27403897,27409151,27409544,27413444,27415577,27418121,27436071,27439447,27444186,27444351,27448233,27455217,27474437,27481102,27481539,27485878,27497594,27499246,27501650,27583259,27583630,27609365,27627750,27628041,27633452,27633786,27634249,27634472,27634659,27636030,27636243,27636675,27636888,27642832,27649909,27652036,27657630,27662177,27682941,27685008,27688300,27689217,27689824,27695180,27703404,27713877,27724203,27724914,27725222,27726124,27727966,27733380,27735452,27741756,27741963,27742525,27748441,27748984,27749137,27749547,27755324,27759195,27767068,27783866,27784488,27784725,27785279,27794228,27796204,27799370,27803179,27825898,27826433,27829661,27832372,27832461,27835278,27841461,27841667,27846168,27861536,27883670,27901108,27901648,27908723,27908993,27909398,27922783,27928954,27939767,27941196,27941777,27942278,27943638,27948107,27949821,27960838,27971297,27972264,27973445,27975554,27978076,28002189,28003035,28003640,28007201,28008860,28009196,28009501,2800979', 'assoc_port': '27387787:27389019,27387808:27388512,27387815:27388044,27394663:27394958,27403858:27403897,27409008:27409544,27409022:27409151,27413332:27413444,27415501:27415577,27417936:27418121,27435756:27436071,27439189:27439447,27444091:27444186,27444092:27444351,27448203:27448233,27455130:27455217,27473887:27474437,27480976:27481539,27480980:27481102,27485667:27485878,27497506:27497594,27499190:27499246,27501603:27501650,27552588:27583259,27552590:27583630,27609291:27609365,27627388:27628041,27627420:27627750,27632606:27636888,27632614:27636243,27632616:27636675,27632618:27636030,27632620:27633452,27633549:27634472,27633648:27634249,27633650:27633786,27634485:27634659,27642712:27642832,27649733:27649909,27651909:27652036,27657543:27657630,27661921:27662177,27682152:27685008,27682222:27682941,27687819:27689824,27687824:27689217,27688029:27688300,27694856:27695180,27703253:27703404,27713773:27713877,27724179:27724203,27724837:27725222,27724877:27724914,27726015:27726124,27727889:27727966,27733311:27733380,27735401:2773545', 'assoc_mat': '27387787:Teint_Dans_La_Masse:3726:27389019,27387808:Teint_Dans_La_Masse:3726:27388512,27387815:Teint_Dans_La_Masse:3726:27388044,27394663:Teint_Dans_La_Masse:3726:27394958,27403858:Teint_Dans_La_Masse:3726:27403897,27409008:Teint_Dans_La_Masse:3726:27409544,27409022:Teint_Dans_La_Masse:3726:27409151,27413332:Teint_Dans_La_Masse:3726:27413444,27415501:Teint_Dans_La_Masse:3726:27415577,27417936:Teint_Dans_La_Masse:3726:27418121,27435756:Teint_Dans_La_Masse:3726:27436071,27439189:Teint_Dans_La_Masse:3726:27439447,27444091:Teint_Dans_La_Masse:3726:27444186,27444092:Teint_Dans_La_Masse:3726:27444351,27448203:Teint_Dans_La_Masse:3726:27448233,27455130:Teint_Dans_La_Masse:3726:27455217,27473887:Teint_Dans_La_Masse:3726:27474437,27480976:Teint_Dans_La_Masse:3726:27481539,27480980:Teint_Dans_La_Masse:3726:27481102,27485667:Teint_Dans_La_Masse:3726:27485878,27497506:Teint_Dans_La_Masse:3726:27497594,27499190:Teint_Dans_La_Masse:3726:27499246,27501603:Teint_Dans_La_Masse:3726:27501650,27552588:Teint_Dans_La_Masse:3726:2'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '27826198', 'assoc_port': '27825814:27826198', 'assoc_mat': '27825814:textiles_sanitaires:4211:27826198'}), 'main_stat': {'nb_photos': 47016}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30174299,30174302,30174310,30174318,30174336,30174358,30174368,30174377,30174386,30174391?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30174300,30174319,30174359,30174369,30174378,30174387,30174392?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30174301,30174320,30174321,30174322,30174349,30174366,30174400,30174401?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30174303,30174311,30174323,30174330,30174337,30174344,30174351,30174360,30174370,30174379,30174388,30174393?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30174304,30174312,30174324,30174331,30174338,30174345,30174352,30174361,30174371,30174380,30174394?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30174305,30174313,30174325,30174332,30174339,30174346,30174353,30174362,30174372,30174381,30174395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30174306,30174314,30174326,30174333,30174340,30174347,30174354,30174363,30174373,30174382,30174389,30174396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30174307,30174315,30174327,30174334,30174341,30174355,30174364,30174374,30174383,30174397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30174308,30174316,30174328,30174342,30174348,30174356,30174365,30174375,30174384,30174398?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30174309,30174317,30174329,30174335,30174343,30174350,30174357,30174367,30174376,30174385,30174390,30174399,30174402?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('jrm', '2025-10', 0.02970798357219252),), (('film_pedb', '2025-10', 0.19283764544310425),), (('flux_dev', '2025-10', 0.13244766524510718),), (('emr', '2025-10', 0.034633763410477816),), (('pehd_pp', '2025-10', 0.03170152659852546),), (('gm', '2025-10', 0.03224179746642067),), (('pet_clair', '2025-10', 0.012235406101642667),), (('aluminium', '2025-10', 0.053113526482728456),), (('ela', '2025-10', 0.06792387426449108),), (('refus', '2025-10', 0.07584241758192427),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_10_annee_2025.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.48%', 730], 'barquette_avec_film': ['barquette_avec_film', '0.08%', 14], 'bouchon': ['bouchon', '0.02%', 56], 'carton': ['carton', '0.22%', 162], 'etiquette': ['etiquette', '0.06%', 32], 'metal': ['metal', '0.09%', 4], 'papier': ['papier', '0.44%', 312], 'pehd': ['pehd', '0.02%', 2], 'pet_clair': ['pet_clair', '98.88%', 126415], 'pet_fonce': ['pet_fonce', '0.19%', 8]}, 'refus': {'autre': ['autre', '0.18%', 313], 'carton': ['carton', '0.55%', 1530], 'metal': ['metal', '0.13%', 365], 'papier': ['papier', '6.2%', 11960], 'pehd': ['pehd', '0.04%', 23], 'pet_clair': ['pet_clair', '2.52%', 2741], 'pet_fonce': ['pet_fonce', '0.16%', 142]}, 'jrm': {'autre_refus': ['autre_refus', '0.67%', 430], 'cartonnette': ['cartonnette', '0.11%', 55], 'Carton_brun': ['Carton_brun', '0.97%', 321], 'Carton_gris': ['Carton_gris', '0.85%', 166], 'kraft': ['kraft', '0.34%', 16], 'papier': ['papier', '97.92%', 29], 'plastique': ['plastique', '0.64%', 819], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '0.91%', 1570]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.04%', 49], 'carton': ['carton', '1.34%', 773], 'ela': ['ela', '0.08%', 30], 'etiquette': ['etiquette', '0.0%', 8], 'film_plastique': ['film_plastique', '1.78%', 214], 'kraft': ['kraft', '0.0%', 3], 'metal': ['metal', '94.84%', 95], 'papier': ['papier', '2.18%', 240], 'pehd': ['pehd', '0.21%', 6], 'pet_clair': ['pet_clair', '0.06%', 30], 'pet_fonce': ['pet_fonce', '0.0%', 1], 'pet_opaque': ['pet_opaque', '0.0%', 24]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.14%', 289], 'carton': ['carton', '1.33%', 1316], 'ela': ['ela', '94.21%', 1012], 'etiquette': ['etiquette', '0.01%', 36], 'film_plastique': ['film_plastique', '0.66%', 1034], 'kraft': ['kraft', '0.07%', 2], 'metal': ['metal', '1.96%', 1904], 'papier': ['papier', '2.86%', 10488], 'pehd': ['pehd', '0.34%', 244], 'pet_clair': ['pet_clair', '0.12%', 3], 'pet_opaque': ['pet_opaque', '0.01%', 4]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.08%', 74], 'carton': ['carton', '96.58%', 6964], 'ela': ['ela', '0.08%', 48], 'etiquette': ['etiquette', '0.03%', 4], 'film_plastique': ['film_plastique', '0.34%', 2004], 'kraft': ['kraft', '0.21%', 9], 'metal': ['metal', '1.23%', 1260], 'papier': ['papier', '2.13%', 12085], 'pehd': ['pehd', '0.28%', 176], 'pet_clair': ['pet_clair', '0.09%', 17], 'pet_opaque': ['pet_opaque', '0.2%', 18]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '0.67%', 30], 'carton': ['carton', '1.22%', 3544], 'ela': ['ela', '0.09%', 17], 'etiquette': ['etiquette', '0.0%', 12], 'film_plastique': ['film_plastique', '79.93%', 6058], 'kraft': ['kraft', '0.0%', 2], 'metal': ['metal', '0.4%', 38], 'papier': ['papier', '18.76%', 43722], 'pehd': ['pehd', '0.78%', 17], 'pet_clair': ['pet_clair', '0.09%', 4], 'pet_fonce': ['pet_fonce', '0.0%', 1], 'pet_opaque': ['pet_opaque', '0.08%', 20]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.94%', 123], 'carton': ['carton', '1.94%', 1118], 'ela': ['ela', '0.16%', 69], 'etiquette': ['etiquette', '0.06%', 2], 'film_plastique': ['film_plastique', '1.99%', 2493], 'metal': ['metal', '1.08%', 34], 'papier': ['papier', '11.17%', 5531], 'pehd': ['pehd', '0.57%', 339], 'pet_clair': ['pet_clair', '0.77%', 45], 'pet_opaque': ['pet_opaque', '0.16%', 111]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.55%', 36], 'carton': ['carton', '2.97%', 884], 'ela': ['ela', '0.22%', 94], 'film_plastique': ['film_plastique', '0.75%', 258], 'kraft': ['kraft', '0.27%', 2], 'metal': ['metal', '1.76%', 208], 'papier': ['papier', '97.06%', 23891], 'pehd': ['pehd', '0.3%', 98], 'pet_clair': ['pet_clair', '0.01%', 1], 'pet_opaque': ['pet_opaque', '0.13%', 8]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '1.41%', 6484], 'carton': ['carton', '0.68%', 8373], 'ela': ['ela', '0.1%', 1655], 'etiquette': ['etiquette', '0.1%', 81], 'film_plastique': ['film_plastique', '0.62%', 19060], 'kraft': ['kraft', '0.04%', 4], 'metal': ['metal', '0.31%', 436], 'papier': ['papier', '0.97%', 32819], 'pehd': ['pehd', '96.86%', 11827], 'pet_clair': ['pet_clair', '0.66%', 341], 'pet_fonce': ['pet_fonce', '0.23%', 34], 'pet_opaque': ['pet_opaque', '0.52%', 452], 'textiles_sanitaires': ['textiles_sanitaires', '0.0%', 1]}} before plot_matierial_repartition 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_10_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.37user 6.28system 0:37.62elapsed 30%CPU (0avgtext+0avgdata 163876maxresident)k 251272inputs+2728outputs (5281major+88656minor)pagefaults 0swaps