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-01' -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-01 _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-01-01" AND ded.date <= "2025-01-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 (1654763,1654746,1654720,1654670,1654650,1654605,1654581,1654532,1654513,1654767,1658108,1658109,1658112,1658116,1658119,1658304,1658255,1658238,1658188,1658165,1658131,1658120,1658325,1658365,1658390,1658439,1658461,1658509,1658532,1658573,1658588) 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.00335333834423154, 'nb_photo': 875, 'list_port_cont': '19370768,19371789,19371869,19373900,19374917,19375348,19387743,19387893,19388340,19389898,19392260,19394716,19395420,19396179,19397512,19398159,19398262,19398366,19399128,19410183,19410208,19411162,19411508,19412242,19417323,19417530,19430870,19430947,19433390,19437756,19440868,19446612,19451297,19453868,19456964,19457014,19457925,19459116,19461435,19461680,19461747,19465737,19467302,19468236,19469049,19470589,19471576,19473882,19476298,19476589,19477107,19478661,19482495,19488511,19490562,19498419,19499575,19500267,19500983,19501974,19503941,19504971,19505824,19508259,19508868,19509790,19510541,19517048,19517098,19517594,19519874,19521290,19522163,19522519,19525975,19528325,19543066,19543571,19544788,19546483,19549271,19551566,19553235,19553591,19553728,19555657,19556478,19556952,19557592,19571378,19572694,19577755,19578498,19581496,19585706,19591321,19593130,19595593,19599502,19625695,19628758,19631782,19634540,19638837,19643561,19648139,19649945,19657956,19661690,19665845,19676101,19693333,19693712,1969455', 'assoc_port': '19370526:19370768,19371333:19371869,19371343:19371789,19373268:19373900,19374328:19374917,19375083:19375348,19387141:19387893,19387145:19387743,19388090:19388340,19389027:19389898,19391357:19392260,19394321:19394716,19395028:19395420,19395733:19396179,19397312:19397512,19397892:19398366,19397895:19398262,19397897:19398159,19398799:19399128,19409765:19410208,19409945:19410183,19410821:19411162,19411325:19411508,19411750:19412242,19416274:19417323,19416276:19417530,19430626:19430947,19430628:19430870,19433117:19433390,19437330:19437756,19440217:19440868,19445899:19446612,19450721:19451297,19453210:19453868,19456526:19457014,19456531:19456964,19457586:19457925,19458788:19459116,19460972:19461747,19460973:19461680,19460976:19461435,19465714:19465737,19466863:19467302,19467832:19468236,19468804:19469049,19470120:19470589,19470642:19471576,19473171:19473882,19474556:19476589,19474568:19476298,19475793:19477107,19477742:19482495,19477745:19478661,19487950:19488511,19489650:19490562,19498293:19498419,19499279:1949957', 'assoc_mat': '19370526:autre:3327:19370768,19371333:autre:3327:19371869,19371343:autre:3327:19371789,19373268:autre:3327:19373900,19374328:autre:3327:19374917,19375083:autre:3327:19375348,19387141:autre:3327:19387893,19387145:autre:3327:19387743,19388090:autre:3327:19388340,19389027:autre:3327:19389898,19391357:autre:3327:19392260,19394321:autre:3327:19394716,19395028:autre:3327:19395420,19395733:autre:3327:19396179,19397312:autre:3327:19397512,19397892:autre:3327:19398366,19397895:autre:3327:19398262,19397897:autre:3327:19398159,19398799:autre:3327:19399128,19409765:autre:3327:19410208,19409945:autre:3327:19410183,19410821:autre:3327:19411162,19411325:autre:3327:19411508,19411750:autre:3327:19412242,19416274:autre:3327:19417323,19416276:autre:3327:19417530,19430626:autre:3327:19430947,19430628:autre:3327:19430870,19433117:autre:3327:19433390,19437330:autre:3327:19437756,19440217:autre:3327:19440868,19445899:autre:3327:19446612,19450721:autre:3327:19451297,19453210:autre:3327:19453868,19456526:autre:3327:19457014,19456531:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004446292935138422, 'nb_photo': 79, 'list_port_cont': '21137118,21137357,21137702,21137892,21138304,21138640,21138822,21139118,21139223,21139522,21139902,21173208,21173755,21178126,21180118,21180361,21180991,21181407', 'assoc_port': '21136601:21139902,21136603:21139522,21136606:21139223,21136608:21139118,21136617:21138822,21136619:21138640,21136624:21137892,21136628:21137702,21136633:21137357,21136639:21138304,21136640:21137118,21172933:21173208,21173139:21173755,21177656:21180118,21177716:21180991,21177717:21180361,21177725:21178126,21179437:21181407', 'assoc_mat': '21136601:autre:3594:21139902,21136603:autre:3594:21139522,21136606:autre:3594:21139223,21136608:autre:3594:21139118,21136617:autre:3594:21138822,21136619:autre:3594:21138640,21136624:autre:3594:21137892,21136628:autre:3594:21137702,21136633:autre:3594:21137357,21136639:autre:3594:21138304,21136640:autre:3594:21137118,21172933:autre:3594:21173208,21173139:autre:3594:21173755,21177656:autre:3594:21180118,21177716:autre:3594:21180991,21177717:autre:3594:21180361,21177725:autre:3594:21178126,21179437:autre:3594:21181407'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.024902797506967594, 'nb_photo': 28, 'list_port_cont': '19474863,19485300,19912461,19933758', 'assoc_port': '19474557:19474863,19477264:19485300,19884822:19933758,19901747:19912461', 'assoc_mat': '19474557:autre_refus:3726:19474863,19477264:autre_refus:3726:19485300,19884822:autre_refus:3726:19933758,19901747:autre_refus:3726:19912461'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012859671032701369, 'nb_photo': 1951, 'list_port_cont': '19517190,21136754,21136860,21137013,21137031,21137053,21137081,21137104,21137237,21137329,21137415,21137435,21137440,21137599,21137696,21137733,21137738,21137781,21138128,21138211,21138631,21138668,21138839,21138925,21139075,21139090,21139166,21139203,21139325,21139382,21139530,21139617,21139670,21139695,21139754,21139887,21140035,21140412,21140515,21140606,21140630,21140953,21140987,21141215,21141296,21141320,21141347,21141404,21141426,21141444,21141547,21141574,21141863,21141894,21142141,21147658,21173161,21173246,21173362,21173543,21173648,21173669,21173681,21173914,21174090,21174141,21174382,21174944,21175039,21175114,21175180,21175274,21175376,21175405,21175445,21175752,21175765,21175807,21175833,21175955,21176131,21176162,21176194,21176203,21176328,21176790,21176926,21176947,21177136,21177197,21177294,21177326,21177441,21177958,21178018,21178908,21178914,21179152,21179318,21179574,21179650,21179661,21179674,21179788,21179824,21179948,21180043,21180544,21181087,21181155,21181350,21181359,21181553,2118158', 'assoc_port': '19516788:19517190,21136549:21136754,21136550:21141894,21136559:21147658,21136560:21141863,21136574:21141574,21136576:21141547,21136581:21141444,21136582:21141426,21136584:21141404,21136586:21141347,21136588:21141320,21136589:21141296,21136592:21141215,21136594:21142141,21136604:21137031,21136611:21137013,21136618:21140987,21136620:21136860,21136897:21140953,21136902:21137329,21136914:21137237,21136920:21137053,21136948:21138631,21136950:21137104,21136951:21137415,21136956:21137081,21137249:21140630,21137300:21137435,21137302:21137599,21137319:21140606,21137321:21137440,21137519:21137738,21137523:21137733,21137528:21140412,21137546:21137781,21137554:21137696,21137951:21138211,21137962:21138128,21138540:21138668,21138579:21138925,21138586:21138839,21138606:21139754,21138608:21139075,21138718:21139695,21138719:21140515,21138720:21139670,21138730:21139617,21138737:21139530,21138749:21139090,21138777:21139887,21139032:21139382,21139041:21139325,21139052:21140035,21139055:21139203,21139057:21139166,21172714:2119038', 'assoc_mat': '19516788:autre_refus:3726:19517190,21136549:autre_refus:3726:21136754,21136550:autre_refus:3726:21141894,21136559:autre_refus:3726:21147658,21136560:autre_refus:3726:21141863,21136574:autre_refus:3726:21141574,21136576:autre_refus:3726:21141547,21136581:autre_refus:3726:21141444,21136582:autre_refus:3726:21141426,21136584:autre_refus:3726:21141404,21136586:autre_refus:3726:21141347,21136588:autre_refus:3726:21141320,21136589:autre_refus:3726:21141296,21136592:autre_refus:3726:21141215,21136594:autre_refus:3726:21142141,21136604:autre_refus:3726:21137031,21136611:autre_refus:3726:21137013,21136618:autre_refus:3726:21140987,21136620:autre_refus:3726:21136860,21136897:autre_refus:3726:21140953,21136902:autre_refus:3726:21137329,21136914:autre_refus:3726:21137237,21136920:autre_refus:3726:21137053,21136948:autre_refus:3726:21138631,21136950:autre_refus:3726:21137104,21136951:autre_refus:3726:21137415,21136956:autre_refus:3726:21137081,21137249:autre_refus:3726:21140630,21137300:autre_refus:3726:21137435,21137302:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018283586084267335, 'nb_photo': 19, 'list_port_cont': '19374915,19376908,19398364,19439431,19478669,19500981,19578502,19593129,19649949,19735308,19763008,19792900,19930572,20080762,20090050,20115897,21167897', 'assoc_port': '19374328:19374915,19376390:19376908,19397892:19398364,19438273:19439431,19477745:19478669,19500656:19500981,19576089:19578502,19591442:19593129,19648134:19649949,19735099:19735308,19762341:19763008,19791446:19792900,19929109:19930572,20080194:20080762,20089685:20090050,20115465:20115897,21137278:21167897', 'assoc_mat': '19374328:barquette_avec_film:3327:19374915,19376390:barquette_avec_film:3327:19376908,19397892:barquette_avec_film:3327:19398364,19438273:barquette_avec_film:3327:19439431,19477745:barquette_avec_film:3327:19478669,19500656:barquette_avec_film:3327:19500981,19576089:barquette_avec_film:3327:19578502,19591442:barquette_avec_film:3327:19593129,19648134:barquette_avec_film:3327:19649949,19735099:barquette_avec_film:3327:19735308,19762341:barquette_avec_film:3327:19763008,19791446:barquette_avec_film:3327:19792900,19929109:barquette_avec_film:3327:19930572,20080194:barquette_avec_film:3327:20080762,20089685:barquette_avec_film:3327:20090050,20115465:barquette_avec_film:3327:20115897,21137278:barquette_avec_film:3327:21167897'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00287786162305097, 'nb_photo': 16, 'list_port_cont': '21174314,21193906,21199573,21201314,21205235,21209166,21211543,21216443,21274176,21286769,21288175,21335680', 'assoc_port': '21137275:21274176,21138611:21286769,21138728:21335680,21138752:21288175,21172892:21216443,21172991:21211543,21173188:21209166,21173834:21205235,21173886:21174314,21174967:21201314,21175674:21199573,21177708:21193906', 'assoc_mat': '21137275:barquette_opaque:4205:21274176,21138611:barquette_opaque:4205:21286769,21138728:barquette_opaque:4205:21335680,21138752:barquette_opaque:4205:21288175,21172892:barquette_opaque:4205:21216443,21172991:barquette_opaque:4205:21211543,21173188:barquette_opaque:4205:21209166,21173834:barquette_opaque:4205:21205235,21173886:barquette_opaque:4205:21174314,21174967:barquette_opaque:4205:21201314,21175674:barquette_opaque:4205:21199573,21177708:barquette_opaque:4205:21193906'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011164716835811849, 'nb_photo': 110, 'list_port_cont': '20135031,20162230,20194744,20199704,20208113,20277582,21178861,21185338,21190162,21197020,21200262,21206313,21208469,21209629,21210463,21210903,21214501,21216596,21218223,21270586,21334557', 'assoc_port': '20025651:20135031,20039938:20277582,20073268:20162230,20104700:20194744,20115134:20199704,20119801:20208113,21136910:21270586,21139048:21334557,21172726:21218223,21172923:21216596,21172981:21214501,21173043:21210903,21173112:21210463,21173173:21209629,21173275:21208469,21173810:21206313,21175654:21200262,21176546:21197020,21177730:21178861,21179158:21190162,21179219:21185338', 'assoc_mat': '20025651:barquette_opaque:4203:20135031,20039938:barquette_opaque:4203:20277582,20073268:barquette_opaque:4203:20162230,20104700:barquette_opaque:4203:20194744,20115134:barquette_opaque:4203:20199704,20119801:barquette_opaque:4203:20208113,21136910:barquette_opaque:4203:21270586,21139048:barquette_opaque:4203:21334557,21172726:barquette_opaque:4203:21218223,21172923:barquette_opaque:4203:21216596,21172981:barquette_opaque:4203:21214501,21173043:barquette_opaque:4203:21210903,21173112:barquette_opaque:4203:21210463,21173173:barquette_opaque:4203:21209629,21173275:barquette_opaque:4203:21208469,21173810:barquette_opaque:4203:21206313,21175654:barquette_opaque:4203:21200262,21176546:barquette_opaque:4203:21197020,21177730:barquette_opaque:4203:21178861,21179158:barquette_opaque:4203:21190162,21179219:barquette_opaque:4203:21185338'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002205983192987563, 'nb_photo': 23, 'list_port_cont': '21168675,21168701,21172635,21184780,21186265,21186475,21190402,21191505,21191920,21192259,21192735,21194647,21195727,21197199,21198148,21198262,21200526,21200710,21201776,21201916,21202333,21203015', 'assoc_port': '21137277:21203015,21137508:21202333,21137521:21201916,21137535:21201776,21137970:21200710,21138547:21200526,21138613:21172635,21139042:21168701,21139051:21168675,21172894:21198262,21172897:21198148,21172939:21197199,21173006:21195727,21173095:21194647,21173307:21192735,21173310:21192259,21173321:21191920,21173328:21191505,21173827:21190402,21174961:21186475,21175581:21186265,21175652:21184780', 'assoc_mat': '21137277:barquette_opaque:4207:21203015,21137508:barquette_opaque:4207:21202333,21137521:barquette_opaque:4207:21201916,21137535:barquette_opaque:4207:21201776,21137970:barquette_opaque:4207:21200710,21138547:barquette_opaque:4207:21200526,21138613:barquette_opaque:4207:21172635,21139042:barquette_opaque:4207:21168701,21139051:barquette_opaque:4207:21168675,21172894:barquette_opaque:4207:21198262,21172897:barquette_opaque:4207:21198148,21172939:barquette_opaque:4207:21197199,21173006:barquette_opaque:4207:21195727,21173095:barquette_opaque:4207:21194647,21173307:barquette_opaque:4207:21192735,21173310:barquette_opaque:4207:21192259,21173321:barquette_opaque:4207:21191920,21173328:barquette_opaque:4207:21191505,21173827:barquette_opaque:4207:21190402,21174961:barquette_opaque:4207:21186475,21175581:barquette_opaque:4207:21186265,21175652:barquette_opaque:4207:21184780'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010501194621110661, 'nb_photo': 49, 'list_port_cont': '21174226,21176267,21177017,21184626,21190850,21191734,21194455,21194791,21196541,21197840,21197948,21198636,21199846,21201432,21202138,21202553,21205304,21206800,21207995,21209497,21209722,21215991,21216672,21217010,21218288,21263448,21269764,21273307,21280367,21283918,21285566,21286183,21286692,21288151,21292414,21294108,21294267,21295272,21298145,21302355', 'assoc_port': '21136554:21263448,21136602:21302355,21136896:21269764,21136947:21273307,21137526:21292414,21137549:21280367,21137972:21294267,21138545:21283918,21138553:21295272,21138582:21285566,21138589:21286183,21138602:21286692,21138625:21288151,21138760:21298145,21139063:21294108,21172724:21218288,21172851:21217010,21172890:21216672,21172952:21215991,21173142:21209722,21173155:21209497,21173306:21207995,21173331:21206800,21173836:21205304,21173892:21174226,21174780:21202553,21174789:21202138,21174963:21201432,21175915:21198636,21175930:21197948,21175941:21197840,21175945:21176267,21176554:21199846,21176576:21196541,21176613:21177017,21176896:21194791,21177661:21194455,21178633:21191734,21178722:21190850,21179349:21184626', 'assoc_mat': '21136554:barquette_opaque:4461:21263448,21136602:barquette_opaque:4461:21302355,21136896:barquette_opaque:4461:21269764,21136947:barquette_opaque:4461:21273307,21137526:barquette_opaque:4461:21292414,21137549:barquette_opaque:4461:21280367,21137972:barquette_opaque:4461:21294267,21138545:barquette_opaque:4461:21283918,21138553:barquette_opaque:4461:21295272,21138582:barquette_opaque:4461:21285566,21138589:barquette_opaque:4461:21286183,21138602:barquette_opaque:4461:21286692,21138625:barquette_opaque:4461:21288151,21138760:barquette_opaque:4461:21298145,21139063:barquette_opaque:4461:21294108,21172724:barquette_opaque:4461:21218288,21172851:barquette_opaque:4461:21217010,21172890:barquette_opaque:4461:21216672,21172952:barquette_opaque:4461:21215991,21173142:barquette_opaque:4461:21209722,21173155:barquette_opaque:4461:21209497,21173306:barquette_opaque:4461:21207995,21173331:barquette_opaque:4461:21206800,21173836:barquette_opaque:4461:21205304,21173892:barquette_opaque:4461:21174226,21174780:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04819562450924457, 'nb_photo': 444, 'list_port_cont': '21137268,21137617,21138141,21138501,21138690,21139961,21140016,21140737,21141139,21141622,21141780,21146770,21149878,21155314,21157136,21157447,21159111,21159367,21159727,21162405,21162604,21173420,21173961,21174115,21174128,21174167,21174339,21174405,21174708,21174894,21175217,21175518,21175783,21176024,21176244,21176726,21177040,21177161,21177535,21177972,21178137,21178197,21178269,21178696,21178871,21179235,21179407,21179531,21179561,21179594,21179836,21179843,21180080,21180158,21182453,21182993,21183064,21183132,21183734,21184009,21184555,21185071,21185191,21185392,21186286,21186739,21187663,21188513,21188675,21189116,21189255,21189453,21189722,21190115,21190523,21190707,21191013,21191406,21191624,21192053,21192390,21192887,21193384,21193629,21193844,21194238,21194497,21194676,21195000,21195309,21195542,21195981,21196636,21196910,21197655,21197888,21198215,21198466,21198733,21199074,21199311,21200274,21200549,21200907,21201673,21201770,21201849,21202035,21202212,21202439,21202602,21202867,21203034,2120327', 'assoc_port': '21136563:21137268,21136907:21162604,21136918:21162405,21136944:21137617,21137283:21159727,21137307:21159367,21137511:21159111,21137512:21157447,21137532:21157136,21137537:21155314,21137543:21138501,21137548:21138141,21137968:21138690,21138575:21149878,21138591:21146770,21138597:21141780,21138621:21141622,21138785:21141139,21139023:21140737,21139038:21140016,21139046:21139961,21172716:21206998,21172754:21206452,21172798:21206193,21172842:21205859,21172855:21205765,21172864:21205106,21172886:21206049,21172900:21205591,21172902:21205522,21172924:21204969,21172926:21205414,21172932:21173420,21173014:21204723,21173024:21204536,21173046:21204487,21173048:21204431,21173093:21204289,21173098:21204173,21173125:21203700,21173144:21203277,21173158:21203034,21173176:21202867,21173182:21202602,21173189:21202439,21173218:21202212,21173235:21202035,21173257:21201849,21173281:21201770,21173308:21201673,21173320:21200907,21173329:21174128,21173354:21173961,21173410:21174115,21173809:21200549,21173853:21200274,21173857:2117489', 'assoc_mat': '21136563:barquette_opaque:4200:21137268,21136907:barquette_opaque:4200:21162604,21136918:barquette_opaque:4200:21162405,21136944:barquette_opaque:4200:21137617,21137283:barquette_opaque:4200:21159727,21137307:barquette_opaque:4200:21159367,21137511:barquette_opaque:4200:21159111,21137512:barquette_opaque:4200:21157447,21137532:barquette_opaque:4200:21157136,21137537:barquette_opaque:4200:21155314,21137543:barquette_opaque:4200:21138501,21137548:barquette_opaque:4200:21138141,21137968:barquette_opaque:4200:21138690,21138575:barquette_opaque:4200:21149878,21138591:barquette_opaque:4200:21146770,21138597:barquette_opaque:4200:21141780,21138621:barquette_opaque:4200:21141622,21138785:barquette_opaque:4200:21141139,21139023:barquette_opaque:4200:21140737,21139038:barquette_opaque:4200:21140016,21139046:barquette_opaque:4200:21139961,21172716:barquette_opaque:4200:21206998,21172754:barquette_opaque:4200:21206452,21172798:barquette_opaque:4200:21206193,21172842:barquette_opaque:4200:21205859,21172855:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008786067008014976, 'nb_photo': 414, 'list_port_cont': '21173352,21173402,21173497,21173531,21174557,21175083,21175093,21175329,21175369,21175428,21175790,21176343,21176379,21176405,21176594,21176760,21176870,21177514,21177860,21178248,21178546,21179495,21179765,21180059,21180096,21180166,21180287,21180403,21180871,21183326,21183517,21183853,21184279,21184692,21185085,21185236,21185493,21186236,21186406,21186531,21187091,21187300,21187389,21188262,21188900,21189095,21190190,21190549,21190599,21190676,21190759,21190915,21190987,21191411,21191534,21192088,21192139,21192244,21192309,21192352,21192518,21192751,21193184,21193217,21193295,21193712,21193888,21194103,21194389,21194402,21194576,21194730,21194878,21194924,21195210,21195375,21195551,21195839,21195917,21196042,21196071,21196512,21196527,21196589,21196809,21196981,21197154,21197183,21197477,21197829,21197980,21198455,21198856,21199244,21199317,21199662,21199874,21199900,21199923,21200035,21200047,21200147,21200406,21200568,21200626,21200887,21200970,21201269,21201286,21201326,21201545,21202088,21202355,2120267', 'assoc_port': '19458329:21249061,19460977:21248693,19467828:21255765,19469398:21255280,19474557:21254388,19477264:21252241,19543451:21216038,19545200:21214724,19554129:21173402,19555141:21211406,19558298:21211040,19571015:21216943,19580444:21216702,19581718:21216404,19735437:21205214,19737247:21175428,19737437:21175329,19754761:21176343,19758171:21203743,19760878:21203824,19760884:21203656,19847173:21198856,19856581:21176870,19859427:21176760,19876106:21197829,19884822:21197183,19884847:21196981,19898891:21199900,19916125:21195375,19929105:21194878,19960824:21194389,19965567:21194103,19980529:21178546,20010529:21193217,20023443:21192518,20028256:21192139,20044538:21190987,20045058:21190915,20048503:21190599,20049402:21179765,20049856:21179495,20083093:21188262,20101894:21185085,20116388:21183853,20121243:21180287,21136551:21262919,21136555:21262377,21136558:21261956,21136607:21258674,21136610:21258367,21136612:21258425,21136614:21258522,21136615:21258133,21136616:21258177,21136622:21257995,21136626:21257404,21136627:2125742', 'assoc_mat': '19458329:barquette_opaque:4209:21249061,19460977:barquette_opaque:4209:21248693,19467828:barquette_opaque:4209:21255765,19469398:barquette_opaque:4209:21255280,19474557:barquette_opaque:4209:21254388,19477264:barquette_opaque:4209:21252241,19543451:barquette_opaque:4209:21216038,19545200:barquette_opaque:4209:21214724,19554129:barquette_opaque:4209:21173402,19555141:barquette_opaque:4209:21211406,19558298:barquette_opaque:4209:21211040,19571015:barquette_opaque:4209:21216943,19580444:barquette_opaque:4209:21216702,19581718:barquette_opaque:4209:21216404,19735437:barquette_opaque:4209:21205214,19737247:barquette_opaque:4209:21175428,19737437:barquette_opaque:4209:21175329,19754761:barquette_opaque:4209:21176343,19758171:barquette_opaque:4209:21203743,19760878:barquette_opaque:4209:21203824,19760884:barquette_opaque:4209:21203656,19847173:barquette_opaque:4209:21198856,19856581:barquette_opaque:4209:21176870,19859427:barquette_opaque:4209:21176760,19876106:barquette_opaque:4209:21197829,19884822:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02201873003300837, 'nb_photo': 4902, 'list_port_cont': '20085665,20086287,20087146,20089322,20090303,20101299,20106739,20107665,20115905,20117044,20118952,20121972,20122967,20136833,20137454,20137828,20138103,20139824,20139886,20140013,20172572,20174659,20176341,20177631,20196612,20198246,20199593,20200519,20200549,20201322,20231836,20231873,20232930,20233469,20234054,20234162,20235855,20238856,20239136,21137399,21139193,21139683,21163805,21164177,21167759,21168291,21168638,21169500,21169956,21170442,21173775,21174282,21174613,21174825,21175185,21175343,21175560,21175994,21176322,21176640,21177073,21177127,21177424,21177566,21177836,21178152,21183057,21187032,21190067,21191091,21191356,21192666,21193181,21196664,21197028,21198758,21199201,21199638,21200210,21200294,21200768,21200893,21201151,21202544,21202711,21203072,21203530', 'assoc_port': '19859429:20174659,19954425:20176341,20014710:20196612,20015611:20177631,20023438:20198246,20023441:20199593,20026808:20200519,20031177:20200549,20036276:20201322,20036573:20231836,20039940:20232930,20042505:20231873,20042852:20233469,20044534:20234054,20045059:20234162,20046352:20235855,20047144:20238856,20048499:20239136,20049854:20172572,20063551:20140013,20068359:20139886,20070514:20139824,20071895:20138103,20073270:20137828,20074713:20101299,20076794:20090303,20079018:20089322,20083089:20086287,20083092:20085665,20085536:20087146,20101919:20137454,20105987:20107665,20106007:20106739,20108234:20136833,20115463:20115905,20116392:20117044,20118802:20118952,20121224:20122967,20121231:20121972,21136613:21137399,21137552:21139193,21137971:21170442,21138549:21169956,21138592:21169500,21138615:21168638,21138620:21168291,21138725:21167759,21138733:21164177,21138741:21163805,21139065:21139683,21172727:21203530,21172847:21203072,21172860:21202711,21172936:21173775,21172955:21202544,21173009:21201151,21173010:2120089', 'assoc_mat': '19859429:barquette_opaque:4211:20174659,19954425:barquette_opaque:4211:20176341,20014710:barquette_opaque:4211:20196612,20015611:barquette_opaque:4211:20177631,20023438:barquette_opaque:4211:20198246,20023441:barquette_opaque:4211:20199593,20026808:barquette_opaque:4211:20200519,20031177:barquette_opaque:4211:20200549,20036276:barquette_opaque:4211:20201322,20036573:barquette_opaque:4211:20231836,20039940:barquette_opaque:4211:20232930,20042505:barquette_opaque:4211:20231873,20042852:barquette_opaque:4211:20233469,20044534:barquette_opaque:4211:20234054,20045059:barquette_opaque:4211:20234162,20046352:barquette_opaque:4211:20235855,20047144:barquette_opaque:4211:20238856,20048499:barquette_opaque:4211:20239136,20049854:barquette_opaque:4211:20172572,20063551:barquette_opaque:4211:20140013,20068359:barquette_opaque:4211:20139886,20070514:barquette_opaque:4211:20139824,20071895:barquette_opaque:4211:20138103,20073270:barquette_opaque:4211:20137828,20074713:barquette_opaque:4211:20101299,20076794:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006108623977705314, 'nb_photo': 264, 'list_port_cont': '19371787,19371875,19373423,19373909,19374908,19387892,19389897,19394719,19395410,19397511,19398269,19398362,19399126,19410211,19412234,19417328,19429585,19433392,19440870,19451293,19453873,19457935,19459125,19461432,19461672,19461751,19468245,19469044,19478665,19481508,19490568,19498414,19499574,19500987,19501968,19503522,19509789,19517100,19517599,19519881,19522152,19522526,19525157,19543572,19544797,19551564,19553727,19556473,19556954,19557587,19571379,19577751,19581504,19591322,19599505,19631776,19638833,19643562,19648140,19649936,19657950,19661692,19661997,19693341,19695231,19697213,19698287,19702203,19704961,19707973,19710091,19711764,19716477,19734499,19735311,19736024,19736966,19750127,19750148,19758821,19760293,19763017,19767939,19782818,19792902,19803491,19822202,19829821,19830323,19830451,19843640,19846162,19850131,19863690,19887302,19889953,19906587,19906956,19913570,19913585,19915937,19918205,19920795,19930418,19930566,19930716,19958638,19959530,19965446,19965465,19986633,20005491,20016265,2002758', 'assoc_port': '19371333:19371875,19371343:19371787,19372923:19373423,19373268:19373909,19374328:19374908,19387141:19387892,19389027:19389897,19394321:19394719,19395028:19395410,19397312:19397511,19397892:19398362,19397895:19398269,19398799:19399126,19409765:19410211,19411750:19412234,19416274:19417328,19429023:19429585,19433117:19433392,19440217:19440870,19450721:19451293,19453210:19453873,19457586:19457935,19458788:19459125,19460972:19461751,19460973:19461672,19460976:19461432,19467832:19468245,19468804:19469044,19477745:19478665,19480446:19481508,19489650:19490568,19498293:19498414,19499279:19499574,19500656:19500987,19501674:19501968,19503118:19503522,19509375:19509789,19516779:19517100,19517299:19517599,19519425:19519881,19521852:19522152,19522264:19522526,19524617:19525157,19543454:19543572,19544335:19544797,19550533:19551564,19553296:19553727,19555144:19556473,19556610:19556954,19557296:19557587,19571016:19571379,19576093:19577751,19580446:19581504,19590191:19591322,19598088:19599505,19630153:19631776,19637612:1963883', 'assoc_mat': '19371333:bouchon:3327:19371875,19371343:bouchon:3327:19371787,19372923:bouchon:3327:19373423,19373268:bouchon:3327:19373909,19374328:bouchon:3327:19374908,19387141:bouchon:3327:19387892,19389027:bouchon:3327:19389897,19394321:bouchon:3327:19394719,19395028:bouchon:3327:19395410,19397312:bouchon:3327:19397511,19397892:bouchon:3327:19398362,19397895:bouchon:3327:19398269,19398799:bouchon:3327:19399126,19409765:bouchon:3327:19410211,19411750:bouchon:3327:19412234,19416274:bouchon:3327:19417328,19429023:bouchon:3327:19429585,19433117:bouchon:3327:19433392,19440217:bouchon:3327:19440870,19450721:bouchon:3327:19451293,19453210:bouchon:3327:19453873,19457586:bouchon:3327:19457935,19458788:bouchon:3327:19459125,19460972:bouchon:3327:19461751,19460973:bouchon:3327:19461672,19460976:bouchon:3327:19461432,19467832:bouchon:3327:19468245,19468804:bouchon:3327:19469044,19477745:bouchon:3327:19478665,19480446:bouchon:3327:19481508,19489650:bouchon:3327:19490568,19498293:bouchon:3327:19498414,19499279:bouchon:3327:19499574,1'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.012281110273837777, 'nb_photo': 834, 'list_port_cont': '19372022,19388692,19419711,19433569,19434061,19436606,19446666,19465978,19490513,19512813,19516748,19521924,19530884,19543602,19629742,19698200,19712446,19728368,19730893,19742202,19780724,19826817,19868749,19870941,19905923,19909745,19927328,19929753,19934401,19939957,19945347,19966781,19982739,20119957,20136837,20147016,20149148,20150760,20164741,20166271,20194348,20199880,21173437,21174321,21175719,21193341,21193902,21199082,21199572,21201310,21202828,21205225,21207484,21209183,21209865,21210637,21210983,21211532,21214755,21216415,21216444,21217550,21271147,21274175,21274611,21286106,21286778,21288183,21331248,21334956,21335688', 'assoc_port': '19371330:19372022,19388376:19388692,19410818:19419711,19431292:19434061,19432610:19433569,19434928:19436606,19441323:19446666,19465715:19465978,19472282:19490513,19477740:19521924,19503121:19512813,19508552:19516748,19518156:19530884,19542922:19543602,19557292:21210983,19595770:19629742,19664408:19698200,19694911:19712446,19697095:19728368,19703072:19730893,19736178:19742202,19762344:19780724,19798177:19826817,19828904:19868749,19830365:19870941,19844075:19905923,19845009:19909745,19854016:19927328,19888797:19939957,19897039:19945347,19903192:19966781,19929091:19934401,19929173:19929753,19981942:19982739,20014713:20119957,20026814:20136837,20038211:20147016,20043627:20149148,20049858:20150760,20074722:20164741,20076786:20166271,20102661:20194348,20116393:20199880,21136917:21271147,21137275:21274175,21137301:21274611,21137314:21331248,21138587:21334956,21138610:21286106,21138611:21286778,21138728:21335688,21138752:21288183,21172809:21217550,21172887:21216415,21172892:21216444,21172928:21214755,21172991:2121153', 'assoc_mat': '19371330:carton:4205:19372022,19388376:carton:4205:19388692,19410818:carton:4205:19419711,19431292:carton:4205:19434061,19432610:carton:4205:19433569,19434928:carton:4205:19436606,19441323:carton:4205:19446666,19465715:carton:4205:19465978,19472282:carton:4205:19490513,19477740:carton:4205:19521924,19503121:carton:4205:19512813,19508552:carton:4205:19516748,19518156:carton:4205:19530884,19542922:carton:4205:19543602,19557292:carton:4205:21210983,19595770:carton:4205:19629742,19664408:carton:4205:19698200,19694911:carton:4205:19712446,19697095:carton:4205:19728368,19703072:carton:4205:19730893,19736178:carton:4205:19742202,19762344:carton:4205:19780724,19798177:carton:4205:19826817,19828904:carton:4205:19868749,19830365:carton:4205:19870941,19844075:carton:4205:19905923,19845009:carton:4205:19909745,19854016:carton:4205:19927328,19888797:carton:4205:19939957,19897039:carton:4205:19945347,19903192:carton:4205:19966781,19929091:carton:4205:19934401,19929173:carton:4205:19929753,19981942:carton:4205:19982739,2001'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006834743116521225, 'nb_photo': 353, 'list_port_cont': '20135032,20149736,20162229,20194752,20199701,20208112,20277579,21178855,21185334,21190171,21197018,21200269,21206300,21208468,21209641,21210468,21210895,21214495,21216603,21218219,21270582,21334552', 'assoc_port': '20025651:20135032,20039938:20277579,20045888:20149736,20073268:20162229,20104700:20194752,20115134:20199701,20119801:20208112,21136910:21270582,21139048:21334552,21172726:21218219,21172923:21216603,21172981:21214495,21173043:21210895,21173112:21210468,21173173:21209641,21173275:21208468,21173810:21206300,21175654:21200269,21176546:21197018,21177730:21178855,21179158:21190171,21179219:21185334', 'assoc_mat': '20025651:carton:4203:20135032,20039938:carton:4203:20277579,20045888:carton:4203:20149736,20073268:carton:4203:20162229,20104700:carton:4203:20194752,20115134:carton:4203:20199701,20119801:carton:4203:20208112,21136910:carton:4203:21270582,21139048:carton:4203:21334552,21172726:carton:4203:21218219,21172923:carton:4203:21216603,21172981:carton:4203:21214495,21173043:carton:4203:21210895,21173112:carton:4203:21210468,21173173:carton:4203:21209641,21173275:carton:4203:21208468,21173810:carton:4203:21206300,21175654:carton:4203:21200269,21176546:carton:4203:21197018,21177730:carton:4203:21178855,21179158:carton:4203:21190171,21179219:carton:4203:21185334'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9457485260786748, 'nb_photo': 4370, 'list_port_cont': '19370180,19370586,19393738,19410147,19410497,19429290,19451104,19461153,19520524,19543507,19571178,19630940,19638669,19641429,19693357,19694345,19702917,19703040,19734404,19750342,19762958,19820205,19825569,19843494,19930672,19931076,19958871,20068493,20112726,20114756,21137475,21137790,21168525,21168666,21168706,21168904,21169325,21169377,21169809,21169857,21170043,21170645,21170835,21170978,21172335,21172430,21172441,21172525,21172636,21172913,21173223,21173377,21173554,21173599,21173816,21174074,21174203,21174576,21174853,21174972,21175200,21175391,21175528,21175693,21175703,21175848,21176069,21176298,21176401,21176656,21176701,21176731,21176999,21177144,21177354,21177464,21177645,21177886,21177983,21178060,21178180,21178475,21178798,21178941,21179269,21179383,21179538,21179735,21179803,21180072,21181001,21181110,21181248,21181335,21181382,21181631,21182059,21182167,21182305,21182436,21182790,21183025,21184227,21184329,21184473,21184568,21184784,21184930,21185211,21185350,21185558,21185792,21185975,2118599', 'assoc_port': '19370012:19370180,19370527:19370586,19393354:19393738,19409943:19410147,19410363:19410497,19429020:19429290,19450726:19451104,19460980:19461153,19520063:19520524,19543455:19543507,19571019:19571178,19630156:19630940,19637611:19638669,19640302:19641429,19693114:19693357,19694237:19694345,19702412:19703040,19702414:19702917,19734227:19734404,19750179:19750342,19762340:19762958,19819066:19820205,19824209:19825569,19843219:19843494,19929081:19931076,19929097:19930672,19958105:19958871,20066052:20068493,20110612:20112726,20113526:20114756,21136895:21204509,21136900:21204469,21136903:21204411,21136908:21204345,21136913:21204260,21136923:21204119,21136946:21137475,21137243:21203545,21137245:21203408,21137252:21203187,21137272:21203059,21137277:21203000,21137306:21202908,21137315:21202837,21137504:21202749,21137505:21202590,21137507:21202488,21137508:21202331,21137515:21202249,21137517:21202071,21137521:21201928,21137527:21201842,21137531:21201806,21137535:21201778,21137545:21201677,21137547:21201490,21137551:2120137', 'assoc_mat': '19370012:carton:4207:19370180,19370527:carton:4207:19370586,19393354:carton:4207:19393738,19409943:carton:4207:19410147,19410363:carton:4207:19410497,19429020:carton:4207:19429290,19450726:carton:4207:19451104,19460980:carton:4207:19461153,19520063:carton:4207:19520524,19543455:carton:4207:19543507,19571019:carton:4207:19571178,19630156:carton:4207:19630940,19637611:carton:4207:19638669,19640302:carton:4207:19641429,19693114:carton:4207:19693357,19694237:carton:4207:19694345,19702412:carton:4207:19703040,19702414:carton:4207:19702917,19734227:carton:4207:19734404,19750179:carton:4207:19750342,19762340:carton:4207:19762958,19819066:carton:4207:19820205,19824209:carton:4207:19825569,19843219:carton:4207:19843494,19929081:carton:4207:19931076,19929097:carton:4207:19930672,19958105:carton:4207:19958871,20066052:carton:4207:20068493,20110612:carton:4207:20112726,20113526:carton:4207:20114756,21136895:carton:4207:21204509,21136900:carton:4207:21204469,21136903:carton:4207:21204411,21136908:carton:4207:21204345,2113'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.016054665117569124, 'nb_photo': 8349, 'list_port_cont': '19382629,21138325,21173624,21173977,21174218,21174999,21175871,21176086,21176269,21177016,21177307,21177677,21177756,21178213,21178433,21178765,21179351,21179694,21179861,21180197,21183108,21183280,21183386,21183569,21183933,21184087,21184614,21185524,21185916,21186365,21186912,21187926,21188559,21188819,21190267,21190333,21190417,21190860,21190891,21191232,21191425,21191726,21191874,21192115,21192154,21192547,21192770,21193017,21193072,21193307,21193450,21193733,21194034,21194256,21194351,21194463,21194594,21194785,21194823,21195173,21195579,21195646,21195900,21196061,21196265,21196531,21196717,21197218,21197285,21197831,21197947,21198094,21198175,21198624,21199132,21199216,21199359,21199547,21199690,21199854,21199992,21200101,21200630,21200981,21201084,21201160,21201434,21201485,21201635,21201968,21202137,21202503,21202552,21202679,21202777,21202936,21203306,21203454,21203592,21203758,21203845,21203906,21203976,21204061,21204203,21205040,21205251,21205312,21205365,21206238,21206482,21206618,21206663,2120673', 'assoc_port': '19377397:19382629,21136554:21263444,21136557:21303113,21136564:21302589,21136602:21302363,21136634:21301969,21136642:21264071,21136896:21269774,21136901:21270091,21136906:21270259,21136912:21270796,21136915:21272008,21136922:21299618,21136927:21299500,21136947:21273300,21136954:21273445,21136958:21138325,21137241:21273705,21137247:21274205,21137270:21274493,21137274:21274434,21137281:21275719,21137304:21276290,21137310:21294486,21137324:21277732,21137506:21278080,21137516:21278639,21137526:21292415,21137530:21279575,21137540:21279880,21137549:21280379,21137571:21281067,21137953:21281392,21137956:21281664,21137960:21282503,21137965:21282788,21137972:21294275,21138545:21283925,21138553:21295266,21138576:21284775,21138582:21285557,21138589:21286171,21138595:21286360,21138602:21286682,21138609:21286857,21138616:21290776,21138625:21288146,21138724:21287475,21138734:21286636,21138739:21286434,21138746:21286263,21138760:21298150,21138774:21286143,21138796:21285653,21139022:21284273,21139024:21284659,21139033:2128446', 'assoc_mat': '19377397:carton:4461:19382629,21136554:carton:4461:21263444,21136557:carton:4461:21303113,21136564:carton:4461:21302589,21136602:carton:4461:21302363,21136634:carton:4461:21301969,21136642:carton:4461:21264071,21136896:carton:4461:21269774,21136901:carton:4461:21270091,21136906:carton:4461:21270259,21136912:carton:4461:21270796,21136915:carton:4461:21272008,21136922:carton:4461:21299618,21136927:carton:4461:21299500,21136947:carton:4461:21273300,21136954:carton:4461:21273445,21136958:carton:4461:21138325,21137241:carton:4461:21273705,21137247:carton:4461:21274205,21137270:carton:4461:21274493,21137274:carton:4461:21274434,21137281:carton:4461:21275719,21137304:carton:4461:21276290,21137310:carton:4461:21294486,21137324:carton:4461:21277732,21137506:carton:4461:21278080,21137516:carton:4461:21278639,21137526:carton:4461:21292415,21137530:carton:4461:21279575,21137540:carton:4461:21279880,21137549:carton:4461:21280379,21137571:carton:4461:21281067,21137953:carton:4461:21281392,21137956:carton:4461:21281664,2113'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.030571031830554696, 'nb_photo': 2019, 'list_port_cont': '21137256,21137296,21137609,21138151,21138512,21138694,21139956,21140013,21140738,21141146,21141630,21141778,21146775,21149879,21155320,21157126,21157450,21159121,21159376,21159714,21162403,21162602,21173433,21173963,21174102,21174121,21174169,21174335,21174403,21174718,21174884,21175225,21175512,21175776,21176020,21176245,21176721,21177035,21177159,21177281,21177536,21177964,21178143,21178199,21178281,21178685,21178885,21179127,21179229,21179415,21179519,21179564,21179592,21179830,21179846,21180089,21180145,21182451,21182514,21182978,21183066,21183140,21183738,21183866,21184016,21184373,21184548,21185070,21185184,21185391,21186010,21186288,21186737,21186812,21187401,21187661,21188011,21188520,21188680,21189122,21189257,21189449,21189723,21190124,21190521,21190700,21190998,21191393,21191631,21192051,21192396,21192614,21192895,21193380,21193623,21193841,21194246,21194501,21194669,21195004,21195318,21195536,21195987,21196644,21196911,21197665,21197886,21198217,21198467,21198734,21199070,21199304,21200279,2120039', 'assoc_port': '21136562:21137296,21136563:21137256,21136907:21162602,21136918:21162403,21136944:21137609,21137283:21159714,21137307:21159376,21137511:21159121,21137512:21157450,21137532:21157126,21137537:21155320,21137543:21138512,21137548:21138151,21137968:21138694,21138575:21149879,21138591:21146775,21138597:21141778,21138621:21141630,21138785:21141146,21139023:21140738,21139038:21140013,21139046:21139956,21172716:21207007,21172754:21206442,21172798:21206192,21172842:21205858,21172855:21205760,21172864:21205109,21172886:21206051,21172900:21205593,21172902:21205531,21172924:21204971,21172926:21205409,21172932:21173433,21172990:21204890,21173014:21204728,21173024:21204531,21173046:21204485,21173048:21204442,21173093:21204276,21173098:21204181,21173100:21203940,21173125:21203707,21173144:21203263,21173158:21203041,21173176:21202875,21173182:21202597,21173189:21202445,21173218:21202213,21173235:21202037,21173257:21201861,21173281:21201765,21173308:21201668,21173319:21201401,21173320:21200906,21173329:21174121,21173354:2117396', 'assoc_mat': '21136562:carton:4200:21137296,21136563:carton:4200:21137256,21136907:carton:4200:21162602,21136918:carton:4200:21162403,21136944:carton:4200:21137609,21137283:carton:4200:21159714,21137307:carton:4200:21159376,21137511:carton:4200:21159121,21137512:carton:4200:21157450,21137532:carton:4200:21157126,21137537:carton:4200:21155320,21137543:carton:4200:21138512,21137548:carton:4200:21138151,21137968:carton:4200:21138694,21138575:carton:4200:21149879,21138591:carton:4200:21146775,21138597:carton:4200:21141778,21138621:carton:4200:21141630,21138785:carton:4200:21141146,21139023:carton:4200:21140738,21139038:carton:4200:21140013,21139046:carton:4200:21139956,21172716:carton:4200:21207007,21172754:carton:4200:21206442,21172798:carton:4200:21206192,21172842:carton:4200:21205858,21172855:carton:4200:21205760,21172864:carton:4200:21205109,21172886:carton:4200:21206051,21172900:carton:4200:21205593,21172902:carton:4200:21205531,21172924:carton:4200:21204971,21172926:carton:4200:21205409,21172932:carton:4200:21173433,2117'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9495037007547081, 'nb_photo': 1118, 'list_port_cont': '19428724,19438771,19458522,19459008,19461400,19468092,19470005,19475321,19475500,19498940,19500765,19506301,19517059,19518502,19524977,19543553,19545569,19553481,19554323,19558503,19562193,19571271,19581200,19583049,19598795,19656562,19660847,19703231,19735559,19737298,19737703,19756321,19759046,19762185,19764128,19764287,19771102,19778730,19831683,19845175,19847542,19857695,19860736,19885706,19889366,19899709,19911396,19917004,19930474,19965960,19976978,19981052,19983802,19985100,20005473,20012076,20018082,20023840,20028650,20028670,20044699,20047367,20048845,20050744,20052205,20064631,20072565,20076476,20084094,20116403,20117096,20118264,20122394', 'assoc_port': '19428659:19428724,19438276:19438771,19458329:19458522,19458789:19459008,19460977:19461400,19467828:19468092,19469398:19470005,19474561:19475500,19474563:19475321,19498629:19498940,19500653:19500765,19505863:19506301,19516423:19518502,19516780:19517059,19524618:19524977,19543451:19543553,19545200:19545569,19553301:19553481,19554129:19554323,19555141:19562193,19558298:19558503,19571015:19571271,19580444:19581200,19581718:19583049,19598090:19598795,19655151:19656562,19659858:19660847,19702409:19703231,19735437:19735559,19737247:19737298,19737437:19737703,19754761:19756321,19758171:19759046,19760878:19778730,19760884:19762185,19763328:19764287,19763356:19764128,19770002:19771102,19830361:19831683,19844397:19845175,19847173:19847542,19856581:19857695,19859427:19860736,19876106:19911396,19884847:19885706,19888799:19889366,19898891:19899709,19916125:19917004,19929105:19930474,19965567:19965960,19976778:19976978,19980529:19983802,19980532:19981052,19984107:19985100,20003495:20005473,20010529:20012076,20017062:2001808', 'assoc_mat': '19428659:carton:4207:19428724,19438276:carton:4207:19438771,19458329:carton:4207:19458522,19458789:carton:4207:19459008,19460977:carton:4207:19461400,19467828:carton:4207:19468092,19469398:carton:4207:19470005,19474561:carton:4207:19475500,19474563:carton:4207:19475321,19498629:carton:4207:19498940,19500653:carton:4207:19500765,19505863:carton:4207:19506301,19516423:carton:4207:19518502,19516780:carton:4207:19517059,19524618:carton:4207:19524977,19543451:carton:4207:19543553,19545200:carton:4207:19545569,19553301:carton:4207:19553481,19554129:carton:4207:19554323,19555141:carton:4207:19562193,19558298:carton:4207:19558503,19571015:carton:4207:19571271,19580444:carton:4207:19581200,19581718:carton:4207:19583049,19598090:carton:4207:19598795,19655151:carton:4207:19656562,19659858:carton:4207:19660847,19702409:carton:4207:19703231,19735437:carton:4207:19735559,19737247:carton:4207:19737298,19737437:carton:4207:19737703,19754761:carton:4207:19756321,19758171:carton:4207:19759046,19760878:carton:4207:19778730,1976'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.05150599062680614, 'nb_photo': 12104, 'list_port_cont': '21173351,21173395,21173488,21173529,21173908,21174048,21174157,21174190,21174246,21174451,21174482,21174560,21174802,21175081,21175103,21175322,21175357,21175436,21175491,21175785,21176144,21176171,21176347,21176355,21176384,21176406,21176562,21176590,21176623,21176764,21176862,21177206,21177241,21177513,21177592,21177853,21177859,21178024,21178033,21178114,21178246,21178286,21178315,21178341,21178548,21178560,21178717,21178842,21179143,21179256,21179291,21179501,21179725,21179780,21179995,21180052,21180102,21180161,21180288,21180390,21180405,21180870,21182946,21183033,21183325,21183519,21183727,21183850,21184024,21184178,21184283,21184305,21184693,21184738,21184884,21185011,21185077,21185231,21185313,21185370,21185508,21185845,21185935,21186239,21186414,21186539,21187081,21187137,21187188,21187293,21187395,21188107,21188256,21188445,21188597,21188893,21189102,21190184,21190204,21190556,21190593,21190645,21190750,21190917,21191009,21191027,21191103,21191188,21191242,21191340,21191419,21191528,21191770,2119196', 'assoc_port': '19428659:21248566,19438276:21246947,19458329:21249064,19458789:21248814,19460977:21248684,19467828:21255764,19469398:21255268,19474557:21254394,19474561:21253853,19474563:21253359,19477264:21252249,19498629:21237916,19500653:21235952,19505863:21234100,19516423:21218520,19516780:21218405,19524618:21217141,19543451:21216026,19545200:21214729,19553301:21211527,19554129:21173395,19555141:21211410,19558298:21211031,19571015:21216933,19580444:21216705,19581718:21216409,19598090:21173908,19655151:21210045,19659858:21209744,19702409:21201899,19735437:21205204,19737247:21175436,19737437:21175322,19754761:21176347,19758171:21203737,19760878:21203810,19760884:21203655,19763328:21203574,19763356:21203416,19770002:21174451,19830361:21209022,19844397:21199457,19847173:21198860,19856581:21176862,19859427:21176764,19876106:21197827,19884822:21197184,19884847:21196984,19888799:21196743,19898891:21199895,19901747:21196168,19916125:21195373,19929105:21194882,19960824:21194385,19965567:21194099,19976778:21178560,19980529:2117854', 'assoc_mat': '19428659:carton:4209:21248566,19438276:carton:4209:21246947,19458329:carton:4209:21249064,19458789:carton:4209:21248814,19460977:carton:4209:21248684,19467828:carton:4209:21255764,19469398:carton:4209:21255268,19474557:carton:4209:21254394,19474561:carton:4209:21253853,19474563:carton:4209:21253359,19477264:carton:4209:21252249,19498629:carton:4209:21237916,19500653:carton:4209:21235952,19505863:carton:4209:21234100,19516423:carton:4209:21218520,19516780:carton:4209:21218405,19524618:carton:4209:21217141,19543451:carton:4209:21216026,19545200:carton:4209:21214729,19553301:carton:4209:21211527,19554129:carton:4209:21173395,19555141:carton:4209:21211410,19558298:carton:4209:21211031,19571015:carton:4209:21216933,19580444:carton:4209:21216705,19581718:carton:4209:21216409,19598090:carton:4209:21173908,19655151:carton:4209:21210045,19659858:carton:4209:21209744,19702409:carton:4209:21201899,19735437:carton:4209:21205204,19737247:carton:4209:21175436,19737437:carton:4209:21175322,19754761:carton:4209:21176347,1975'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01134396152699671, 'nb_photo': 8407, 'list_port_cont': '20085678,20086286,20087143,20089327,20090308,20101305,20106738,20107664,20115918,20117057,20118951,20121963,20122971,20136822,20137463,20137830,20138097,20139823,20139888,20140020,20172574,20174660,20176349,20177622,20196601,20198249,20199604,20200531,20200563,20201329,20231846,20231875,20232922,20233471,20234061,20234174,20235860,20238854,20239131,21137409,21139183,21139680,21163819,21164185,21167757,21168281,21168633,21169498,21169957,21170451,21173768,21174271,21174612,21174830,21175205,21175352,21175564,21176008,21176312,21176646,21177071,21177116,21177430,21177556,21177829,21178166,21183048,21187030,21190055,21191093,21191353,21192662,21193180,21196661,21197034,21198742,21199198,21199640,21200215,21200290,21200777,21200890,21201144,21202532,21202714,21203085,21203528', 'assoc_port': '19859429:20174660,19954425:20176349,20014710:20196601,20015611:20177622,20023438:20198249,20023441:20199604,20026808:20200531,20031177:20200563,20036276:20201329,20036573:20231846,20039940:20232922,20042505:20231875,20042852:20233471,20044534:20234061,20045059:20234174,20046352:20235860,20047144:20238854,20048499:20239131,20049854:20172574,20063551:20140020,20068359:20139888,20070514:20139823,20071895:20138097,20073270:20137830,20074713:20101305,20076794:20090308,20079018:20089327,20083089:20086286,20083092:20085678,20085536:20087143,20101919:20137463,20105987:20107664,20106007:20106738,20108234:20136822,20115463:20115918,20116392:20117057,20118802:20118951,20121224:20122971,20121231:20121963,21136613:21137409,21137552:21139183,21137971:21170451,21138549:21169957,21138592:21169498,21138615:21168633,21138620:21168281,21138725:21167757,21138733:21164185,21138741:21163819,21139065:21139680,21172727:21203528,21172847:21203085,21172860:21202714,21172936:21173768,21172955:21202532,21173009:21201144,21173010:2120089', 'assoc_mat': '19859429:carton:4211:20174660,19954425:carton:4211:20176349,20014710:carton:4211:20196601,20015611:carton:4211:20177622,20023438:carton:4211:20198249,20023441:carton:4211:20199604,20026808:carton:4211:20200531,20031177:carton:4211:20200563,20036276:carton:4211:20201329,20036573:carton:4211:20231846,20039940:carton:4211:20232922,20042505:carton:4211:20231875,20042852:carton:4211:20233471,20044534:carton:4211:20234061,20045059:carton:4211:20234174,20046352:carton:4211:20235860,20047144:carton:4211:20238854,20048499:carton:4211:20239131,20049854:carton:4211:20172574,20063551:carton:4211:20140020,20068359:carton:4211:20139888,20070514:carton:4211:20139823,20071895:carton:4211:20138097,20073270:carton:4211:20137830,20074713:carton:4211:20101305,20076794:carton:4211:20090308,20079018:carton:4211:20089327,20083089:carton:4211:20086286,20083092:carton:4211:20085678,20085536:carton:4211:20087143,20101919:carton:4211:20137463,20105987:carton:4211:20107664,20106007:carton:4211:20106738,20108234:carton:4211:20136822,2011'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0044609433981024635, 'nb_photo': 174, 'list_port_cont': '19371781,19371878,19375346,19395419,19396187,19398264,19411163,19412232,19429584,19433395,19442085,19457013,19457932,19468234,19471577,19476478,19477113,19482497,19490567,19504970,19510550,19517041,19517592,19519876,19521293,19526085,19543059,19543583,19544798,19549269,19555652,19556472,19556841,19557593,19572698,19577753,19578494,19581498,19585709,19625706,19631773,19638834,19643552,19649942,19652673,19665847,19695228,19696423,19696813,19700615,19707979,19711762,19735312,19736969,19753193,19758818,19760284,19763007,19766772,19770419,19799204,19802798,19803493,19822207,19830453,19835167,19840720,19843369,19845223,19846163,19852179,19856470,19856681,19863697,19889950,19918200,19929554,19930423,19931465,19931573,19931670,19958639,19965448,19970659,20007443,20016266,20027587,20041409,20042814,20045736,20047929,20083831,20088235,20107422,20115889,20127513,21139243,21139283,21139395,21174084,21174582,21175069,21175971,21176482,21176750,21177451,21177603,21178667,21178933,21179754,21180271,21180556,21184998,2118767', 'assoc_port': '19371333:19371878,19371343:19371781,19375083:19375346,19395028:19395419,19395733:19396187,19397895:19398264,19410821:19411163,19411750:19412232,19429023:19429584,19433117:19433395,19441325:19442085,19456526:19457013,19457586:19457932,19467832:19468234,19470642:19471577,19474562:19476478,19475793:19477113,19477742:19482497,19489650:19490567,19504621:19504970,19510199:19510550,19516785:19517041,19517299:19517592,19519425:19519876,19521073:19521293,19525736:19526085,19542924:19543059,19543454:19543583,19544335:19544798,19548440:19549269,19555144:19556472,19555155:19555652,19556618:19556841,19557296:19557593,19572363:19572698,19576089:19578494,19576093:19577753,19580446:19581498,19584650:19585709,19624385:19625706,19630153:19631773,19637612:19638834,19641633:19643552,19648134:19649942,19650949:19652673,19664410:19665847,19694909:19695228,19696204:19696423,19696358:19696813,19699492:19700615,19706653:19707979,19710368:19711762,19735099:19735312,19736626:19736969,19751134:19753193,19754727:19770419,19757181:1975881', 'assoc_mat': '19371333:carton:3327:19371878,19371343:carton:3327:19371781,19375083:carton:3327:19375346,19395028:carton:3327:19395419,19395733:carton:3327:19396187,19397895:carton:3327:19398264,19410821:carton:3327:19411163,19411750:carton:3327:19412232,19429023:carton:3327:19429584,19433117:carton:3327:19433395,19441325:carton:3327:19442085,19456526:carton:3327:19457013,19457586:carton:3327:19457932,19467832:carton:3327:19468234,19470642:carton:3327:19471577,19474562:carton:3327:19476478,19475793:carton:3327:19477113,19477742:carton:3327:19482497,19489650:carton:3327:19490567,19504621:carton:3327:19504970,19510199:carton:3327:19510550,19516785:carton:3327:19517041,19517299:carton:3327:19517592,19519425:carton:3327:19519876,19521073:carton:3327:19521293,19525736:carton:3327:19526085,19542924:carton:3327:19543059,19543454:carton:3327:19543583,19544335:carton:3327:19544798,19548440:carton:3327:19549269,19555144:carton:3327:19556472,19555155:carton:3327:19555652,19556618:carton:3327:19556841,19557296:carton:3327:19557593,1957'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03065884522892062, 'nb_photo': 555, 'list_port_cont': '21137121,21137360,21137650,21137704,21137891,21137930,21138311,21138644,21138826,21139114,21139216,21139519,21139903,21173206,21173757,21178134,21180123,21180357,21180987,21181411', 'assoc_port': '21136601:21139903,21136603:21139519,21136606:21139216,21136608:21139114,21136617:21138826,21136619:21138644,21136621:21137930,21136624:21137891,21136628:21137704,21136630:21137650,21136633:21137360,21136639:21138311,21136640:21137121,21172933:21173206,21173139:21173757,21177656:21180123,21177716:21180987,21177717:21180357,21177725:21178134,21179437:21181411', 'assoc_mat': '21136601:carton:3594:21139903,21136603:carton:3594:21139519,21136606:carton:3594:21139216,21136608:carton:3594:21139114,21136617:carton:3594:21138826,21136619:carton:3594:21138644,21136621:carton:3594:21137930,21136624:carton:3594:21137891,21136628:carton:3594:21137704,21136630:carton:3594:21137650,21136633:carton:3594:21137360,21136639:carton:3594:21138311,21136640:carton:3594:21137121,21172933:carton:3594:21173206,21173139:carton:3594:21173757,21177656:carton:3594:21180123,21177716:carton:3594:21180987,21177717:carton:3594:21180357,21177725:carton:3594:21178134,21179437:carton:3594:21181411'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0001505998102944071, 'nb_photo': 3, 'list_port_cont': '19485304,20368533', 'assoc_port': '19477264:19485304,19960824:20368533', 'assoc_mat': '19477264:cartonnette:3726:19485304,19960824:cartonnette:3726:20368533'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.002001499464866794, 'nb_photo': 305, 'list_port_cont': '19517194,21136758,21136869,21137051,21137332,21137598,21137688,21137736,21137746,21138218,21138633,21138844,21138926,21139206,21139419,21139539,21139612,21139884,21140033,21140417,21140520,21140608,21140628,21141353,21141431,21141889,21147665,21173253,21173533,21173662,21173920,21174095,21174139,21174389,21174938,21175046,21175176,21175380,21175404,21175444,21175749,21175758,21175811,21175836,21175956,21176133,21176204,21176331,21176793,21176930,21176941,21177131,21177191,21177297,21177312,21177436,21177952,21178009,21178907,21178919,21179162,21179569,21179658,21179667,21179680,21179816,21181085,21181156,21181342,21181550,21181588,21182390,21182485,21182530,21182593,21182603,21184601,21185226,21185248,21187649,21187970,21188086,21188093,21188324,21189701,21189737,21189848,21189898,21189926,21190010,21190137,21190377', 'assoc_port': '19516788:19517194,21136549:21136758,21136550:21141889,21136559:21147665,21136582:21141431,21136586:21141353,21136620:21136869,21136902:21137332,21136920:21137051,21136948:21138633,21137249:21140628,21137302:21137598,21137319:21140608,21137519:21137746,21137523:21137736,21137528:21140417,21137554:21137688,21137951:21138218,21138579:21138926,21138586:21138844,21138719:21140520,21138730:21139612,21138737:21139539,21138777:21139884,21139030:21139419,21139052:21140033,21139055:21139206,21172714:21190377,21172802:21189926,21172834:21189898,21172891:21189848,21172903:21189737,21172958:21189701,21172998:21188324,21172999:21173253,21173011:21190010,21173017:21188093,21173086:21188086,21173096:21190137,21173239:21187649,21173240:21187970,21173266:21173533,21173322:21173662,21173332:21173920,21173831:21185248,21173838:21185226,21173864:21174389,21173868:21174095,21173884:21174139,21174773:21175046,21174787:21174938,21174935:21175444,21174964:21175404,21174995:21175380,21175056:21175176,21175583:21175956,21175585:2117583', 'assoc_mat': '19516788:cartonnette:3726:19517194,21136549:cartonnette:3726:21136758,21136550:cartonnette:3726:21141889,21136559:cartonnette:3726:21147665,21136582:cartonnette:3726:21141431,21136586:cartonnette:3726:21141353,21136620:cartonnette:3726:21136869,21136902:cartonnette:3726:21137332,21136920:cartonnette:3726:21137051,21136948:cartonnette:3726:21138633,21137249:cartonnette:3726:21140628,21137302:cartonnette:3726:21137598,21137319:cartonnette:3726:21140608,21137519:cartonnette:3726:21137746,21137523:cartonnette:3726:21137736,21137528:cartonnette:3726:21140417,21137554:cartonnette:3726:21137688,21137951:cartonnette:3726:21138218,21138579:cartonnette:3726:21138926,21138586:cartonnette:3726:21138844,21138719:cartonnette:3726:21140520,21138730:cartonnette:3726:21139612,21138737:cartonnette:3726:21139539,21138777:cartonnette:3726:21139884,21139030:cartonnette:3726:21139419,21139052:cartonnette:3726:21140033,21139055:cartonnette:3726:21139206,21172714:cartonnette:3726:21190377,21172802:cartonnette:3726:21189926,21172834:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04374455478030799, 'nb_photo': 27, 'list_port_cont': '19485305,19912454,20368540', 'assoc_port': '19477264:19485305,19901747:19912454,19960824:20368540', 'assoc_mat': '19477264:Carton_brun:3726:19485305,19901747:Carton_brun:3726:19912454,19960824:Carton_brun:3726:20368540'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0067713470393685315, 'nb_photo': 861, 'list_port_cont': '19517196,21136749,21137022,21137030,21137056,21137084,21137113,21137235,21137335,21137421,21137431,21137448,21137601,21137687,21137732,21137749,21137779,21138130,21138219,21138628,21138677,21138842,21138921,21139070,21139093,21139210,21139324,21139422,21139534,21139615,21139763,21139888,21140025,21140415,21140602,21140638,21140957,21140984,21141112,21141318,21141398,21141422,21141443,21141539,21141576,21141862,21141888,21147668,21173167,21173247,21173355,21173534,21173651,21173670,21173682,21173911,21174091,21174137,21174390,21174940,21175047,21175117,21175175,21175381,21175403,21175450,21175751,21175763,21175806,21175844,21175958,21176134,21176195,21176205,21176327,21176797,21176932,21176944,21177134,21177190,21177299,21177329,21177439,21177955,21178016,21178903,21178921,21179156,21179322,21179576,21179651,21179669,21179673,21179787,21179819,21179956,21180540,21181079,21181164,21181346,21181354,21181546,21181586,21181796,21182209,21182290,21182392,21182480,21182521,21182596,21182601,21183754,21183772,2118460', 'assoc_port': '19516788:19517196,21136549:21136749,21136550:21141888,21136559:21147668,21136560:21141862,21136574:21141576,21136576:21141539,21136581:21141443,21136582:21141422,21136584:21141398,21136588:21141318,21136598:21141112,21136604:21137030,21136611:21137022,21136618:21140984,21136897:21140957,21136902:21137335,21136914:21137235,21136920:21137056,21136948:21138628,21136950:21137113,21136951:21137421,21136956:21137084,21137249:21140638,21137300:21137431,21137302:21137601,21137319:21140602,21137321:21137448,21137519:21137749,21137523:21137732,21137528:21140415,21137546:21137779,21137554:21137687,21137951:21138219,21137962:21138130,21138540:21138677,21138579:21138921,21138586:21138842,21138606:21139763,21138608:21139070,21138730:21139615,21138737:21139534,21138749:21139093,21138777:21139888,21139030:21139422,21139041:21139324,21139052:21140025,21139055:21139210,21172714:21190379,21172722:21190400,21172802:21189934,21172834:21189900,21172891:21189847,21172903:21189739,21172949:21173167,21172958:21189702,21172965:2119078', 'assoc_mat': '19516788:Carton_brun:3726:19517196,21136549:Carton_brun:3726:21136749,21136550:Carton_brun:3726:21141888,21136559:Carton_brun:3726:21147668,21136560:Carton_brun:3726:21141862,21136574:Carton_brun:3726:21141576,21136576:Carton_brun:3726:21141539,21136581:Carton_brun:3726:21141443,21136582:Carton_brun:3726:21141422,21136584:Carton_brun:3726:21141398,21136588:Carton_brun:3726:21141318,21136598:Carton_brun:3726:21141112,21136604:Carton_brun:3726:21137030,21136611:Carton_brun:3726:21137022,21136618:Carton_brun:3726:21140984,21136897:Carton_brun:3726:21140957,21136902:Carton_brun:3726:21137335,21136914:Carton_brun:3726:21137235,21136920:Carton_brun:3726:21137056,21136948:Carton_brun:3726:21138628,21136950:Carton_brun:3726:21137113,21136951:Carton_brun:3726:21137421,21136956:Carton_brun:3726:21137084,21137249:Carton_brun:3726:21140638,21137300:Carton_brun:3726:21137431,21137302:Carton_brun:3726:21137601,21137319:Carton_brun:3726:21140602,21137321:Carton_brun:3726:21137448,21137519:Carton_brun:3726:21137749,21137523:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011127520886158601, 'nb_photo': 8, 'list_port_cont': '19485297,19912456,19933764,20368543', 'assoc_port': '19477264:19485297,19884822:19933764,19901747:19912456,19960824:20368543', 'assoc_mat': '19477264:Carton_gris:3726:19485297,19884822:Carton_gris:3726:19933764,19901747:Carton_gris:3726:19912456,19960824:Carton_gris:3726:20368543'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00519349039708474, 'nb_photo': 559, 'list_port_cont': '21136750,21136871,21137015,21137025,21137055,21137076,21137114,21137238,21137430,21137592,21137693,21137727,21137744,21137780,21138131,21138220,21138632,21138666,21138841,21138924,21139069,21139094,21139322,21139418,21139537,21139614,21139764,21139883,21140027,21140413,21140607,21140634,21141299,21141428,21141569,21141720,21141768,21141858,21141891,21142135,21147662,21173170,21173249,21173356,21173532,21173654,21173666,21173684,21173922,21174092,21174144,21174388,21174945,21175036,21175107,21175174,21175374,21175446,21175746,21175762,21175803,21175954,21176139,21176207,21176326,21176792,21176925,21176939,21177130,21177199,21177289,21177434,21177960,21178020,21178906,21178917,21179159,21179323,21179575,21179649,21179664,21179679,21179785,21179814,21179951,21180036,21181082,21181160,21181347,21181365,21181549,21181583,21182205,21182295,21182383,21182529,21182592,21182606,21183753,21183775,21184606,21185220,21185253,21187651,21187971,21188081,21188103,21188322,21189703,21189729,21189852,21189895,21189929,2119001', 'assoc_port': '21136549:21136750,21136550:21141891,21136559:21147662,21136560:21141858,21136567:21141768,21136572:21141720,21136574:21141569,21136582:21141428,21136589:21141299,21136594:21142135,21136604:21137025,21136611:21137015,21136620:21136871,21136914:21137238,21136920:21137055,21136948:21138632,21136950:21137114,21136956:21137076,21137249:21140634,21137300:21137430,21137302:21137592,21137319:21140607,21137519:21137744,21137523:21137727,21137528:21140413,21137546:21137780,21137554:21137693,21137951:21138220,21137962:21138131,21138540:21138666,21138579:21138924,21138586:21138841,21138606:21139764,21138608:21139069,21138730:21139614,21138737:21139537,21138749:21139094,21138777:21139883,21139030:21139418,21139041:21139322,21139052:21140027,21172722:21190390,21172802:21189929,21172834:21189895,21172891:21189852,21172903:21189729,21172949:21173170,21172958:21189703,21172985:21173356,21172998:21188322,21172999:21173249,21173011:21190016,21173017:21188103,21173086:21188081,21173096:21190134,21173239:21187651,21173240:2118797', 'assoc_mat': '21136549:Carton_gris:3726:21136750,21136550:Carton_gris:3726:21141891,21136559:Carton_gris:3726:21147662,21136560:Carton_gris:3726:21141858,21136567:Carton_gris:3726:21141768,21136572:Carton_gris:3726:21141720,21136574:Carton_gris:3726:21141569,21136582:Carton_gris:3726:21141428,21136589:Carton_gris:3726:21141299,21136594:Carton_gris:3726:21142135,21136604:Carton_gris:3726:21137025,21136611:Carton_gris:3726:21137015,21136620:Carton_gris:3726:21136871,21136914:Carton_gris:3726:21137238,21136920:Carton_gris:3726:21137055,21136948:Carton_gris:3726:21138632,21136950:Carton_gris:3726:21137114,21136956:Carton_gris:3726:21137076,21137249:Carton_gris:3726:21140634,21137300:Carton_gris:3726:21137430,21137302:Carton_gris:3726:21137592,21137319:Carton_gris:3726:21140607,21137519:Carton_gris:3726:21137744,21137523:Carton_gris:3726:21137727,21137528:Carton_gris:3726:21140413,21137546:Carton_gris:3726:21137780,21137554:Carton_gris:3726:21137693,21137951:Carton_gris:3726:21138220,21137962:Carton_gris:3726:21138131,21138540:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004888207604056086, 'nb_photo': 161, 'list_port_cont': '19372016,19388695,19419712,19433575,19434049,19436604,19490514,19516758,19521923,19543591,19629736,19712436,19728353,19730885,19742213,19868745,19870933,19927335,19929749,19934406,19939949,19945346,19966778,19982746,20149135,20150761,20164748,20166277,20194339,20199879,21173438,21174319,21175726,21193329,21193911,21199075,21199574,21201311,21202822,21205217,21207494,21209178,21209863,21210649,21210980,21211536,21214763,21216421,21216441,21217548,21271158,21274186,21274614,21286107,21286775,21288182,21331240,21335677', 'assoc_port': '19371330:19372016,19388376:19388695,19410818:19419712,19431292:19434049,19432610:19433575,19434928:19436604,19472282:19490514,19477740:19521923,19508552:19516758,19542922:19543591,19557292:21210980,19595770:19629736,19694911:19712436,19697095:19728353,19703072:19730885,19736178:19742213,19828904:19868745,19830365:19870933,19854016:19927335,19888797:19939949,19897039:19945346,19903192:19966778,19929091:19934406,19929173:19929749,19981942:19982746,20043627:20149135,20049858:20150761,20074722:20164748,20076786:20166277,20102661:20194339,20116393:20199879,21136917:21271158,21137275:21274186,21137301:21274614,21137314:21331240,21138610:21286107,21138611:21286775,21138728:21335677,21138752:21288182,21172809:21217548,21172887:21216421,21172892:21216441,21172928:21214763,21172991:21211536,21173019:21210649,21173097:21173438,21173138:21209863,21173188:21209178,21173311:21207494,21173834:21205217,21173886:21174319,21174765:21202822,21174967:21201311,21175051:21175726,21175674:21199574,21175914:21199075,21177708:2119391', 'assoc_mat': '19371330:ela:4205:19372016,19388376:ela:4205:19388695,19410818:ela:4205:19419712,19431292:ela:4205:19434049,19432610:ela:4205:19433575,19434928:ela:4205:19436604,19472282:ela:4205:19490514,19477740:ela:4205:19521923,19508552:ela:4205:19516758,19542922:ela:4205:19543591,19557292:ela:4205:21210980,19595770:ela:4205:19629736,19694911:ela:4205:19712436,19697095:ela:4205:19728353,19703072:ela:4205:19730885,19736178:ela:4205:19742213,19828904:ela:4205:19868745,19830365:ela:4205:19870933,19854016:ela:4205:19927335,19888797:ela:4205:19939949,19897039:ela:4205:19945346,19903192:ela:4205:19966778,19929091:ela:4205:19934406,19929173:ela:4205:19929749,19981942:ela:4205:19982746,20043627:ela:4205:20149135,20049858:ela:4205:20150761,20074722:ela:4205:20164748,20076786:ela:4205:20166277,20102661:ela:4205:20194339,20116393:ela:4205:20199879,21136917:ela:4205:21271158,21137275:ela:4205:21274186,21137301:ela:4205:21274614,21137314:ela:4205:21331240,21138610:ela:4205:21286107,21138611:ela:4205:21286775,21138728:ela:4205:2133567'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9796912483278869, 'nb_photo': 2031, 'list_port_cont': '19378740,19382775,19391044,19414001,19421450,19421669,19432960,19442609,19454857,19460654,19464252,19492243,19498099,19517315,19536259,19555497,19580123,19600890,19631285,19698317,19735534,19736195,19741469,19745781,19747033,19770757,19782404,19820629,19823157,19834503,19866549,19906396,19932250,19933865,19934194,19934615,19945320,19971486,20017960,20085447,20120047,20135034,20149747,20150059,20162218,20194756,20199714,20208109,20277578,21178868,21185332,21190170,21197015,21200261,21206306,21208473,21209628,21210458,21210900,21214500,21216592,21218224,21270587,21334564', 'assoc_port': '19373270:19378740,19377396:19382775,19389028:19391044,19395737:19421669,19409763:19421450,19413714:19414001,19431686:19432960,19438275:19442609,19452003:19454857,19454978:19464252,19460255:19460654,19474564:19492243,19487949:19498099,19509376:19517315,19522263:19536259,19548439:19555497,19559139:19580123,19576088:19600890,19595774:19631285,19662881:19698317,19695270:19736195,19704736:19741469,19715120:19735534,19732428:19745781,19735438:19747033,19754764:19770757,19763322:19782404,19768591:19820629,19794532:19823157,19805097:19834503,19826829:19866549,19844076:19906396,19848346:20017960,19859419:19933865,19859426:19934194,19897027:19945320,19905707:19971486,19929087:19934615,19929163:19932250,19958099:20150059,19984110:20085447,20014712:20120047,20025651:20135034,20039938:20277578,20045888:20149747,20073268:20162218,20104700:20194756,20115134:20199714,20119801:20208109,21136910:21270587,21139048:21334564,21172726:21218224,21172923:21216592,21172981:21214500,21173043:21210900,21173112:21210458,21173173:2120962', 'assoc_mat': '19373270:ela:4203:19378740,19377396:ela:4203:19382775,19389028:ela:4203:19391044,19395737:ela:4203:19421669,19409763:ela:4203:19421450,19413714:ela:4203:19414001,19431686:ela:4203:19432960,19438275:ela:4203:19442609,19452003:ela:4203:19454857,19454978:ela:4203:19464252,19460255:ela:4203:19460654,19474564:ela:4203:19492243,19487949:ela:4203:19498099,19509376:ela:4203:19517315,19522263:ela:4203:19536259,19548439:ela:4203:19555497,19559139:ela:4203:19580123,19576088:ela:4203:19600890,19595774:ela:4203:19631285,19662881:ela:4203:19698317,19695270:ela:4203:19736195,19704736:ela:4203:19741469,19715120:ela:4203:19735534,19732428:ela:4203:19745781,19735438:ela:4203:19747033,19754764:ela:4203:19770757,19763322:ela:4203:19782404,19768591:ela:4203:19820629,19794532:ela:4203:19823157,19805097:ela:4203:19834503,19826829:ela:4203:19866549,19844076:ela:4203:19906396,19848346:ela:4203:20017960,19859419:ela:4203:19933865,19859426:ela:4203:19934194,19897027:ela:4203:19945320,19905707:ela:4203:19971486,19929087:ela:4203:1993461'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015953619491836002, 'nb_photo': 75, 'list_port_cont': '21169322,21169862,21170036,21172329,21172918,21173382,21173818,21174861,21174982,21176071,21176305,21176398,21177473,21177647,21177981,21178182,21179388,21179742,21181261,21181327,21182443,21184328,21184936,21185204,21186715,21187059,21188582,21188702,21189540,21190023,21190220,21190721,21193498,21193836,21194168,21194300,21194635,21194978,21195018,21195453,21195513,21195616,21196940,21197204,21198440,21198806,21199099,21199621,21200318,21200479,21200591,21201834,21202239,21202326,21203188,21203807,21204263', 'assoc_port': '21136913:21204263,21137252:21203188,21137508:21202326,21137515:21202239,21137527:21201834,21137958:21203807,21138543:21200591,21138550:21200479,21138572:21200318,21138593:21199621,21138604:21199099,21138605:21172918,21138723:21172329,21138738:21170036,21138767:21169862,21139034:21169322,21172758:21198806,21172883:21198440,21172939:21197204,21172943:21196940,21173023:21195616,21173025:21195513,21173042:21195453,21173088:21195018,21173091:21194978,21173095:21194635,21173136:21194300,21173151:21173382,21173160:21194168,21173186:21193836,21173241:21193498,21173411:21190721,21173414:21173818,21173835:21190023,21173837:21189540,21173861:21174861,21174647:21188702,21174648:21188582,21174791:21187059,21174795:21174982,21174960:21186715,21175637:21185204,21175642:21190220,21175648:21184936,21175662:21184328,21175909:21176071,21175916:21176398,21175922:21176305,21176556:21178182,21176881:21177647,21176891:21177473,21177719:21177981,21178632:21182443,21178676:21179388,21179206:21181327,21179222:21181261,21179423:2117974', 'assoc_mat': '21136913:ela:4207:21204263,21137252:ela:4207:21203188,21137508:ela:4207:21202326,21137515:ela:4207:21202239,21137527:ela:4207:21201834,21137958:ela:4207:21203807,21138543:ela:4207:21200591,21138550:ela:4207:21200479,21138572:ela:4207:21200318,21138593:ela:4207:21199621,21138604:ela:4207:21199099,21138605:ela:4207:21172918,21138723:ela:4207:21172329,21138738:ela:4207:21170036,21138767:ela:4207:21169862,21139034:ela:4207:21169322,21172758:ela:4207:21198806,21172883:ela:4207:21198440,21172939:ela:4207:21197204,21172943:ela:4207:21196940,21173023:ela:4207:21195616,21173025:ela:4207:21195513,21173042:ela:4207:21195453,21173088:ela:4207:21195018,21173091:ela:4207:21194978,21173095:ela:4207:21194635,21173136:ela:4207:21194300,21173151:ela:4207:21173382,21173160:ela:4207:21194168,21173186:ela:4207:21193836,21173241:ela:4207:21193498,21173411:ela:4207:21190721,21173414:ela:4207:21173818,21173835:ela:4207:21190023,21173837:ela:4207:21189540,21173861:ela:4207:21174861,21174647:ela:4207:21188702,21174648:ela:4207:2118858'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053617390477679935, 'nb_photo': 32, 'list_port_cont': '21138319,21177688,21179335,21184101,21187934,21190273,21194589,21195635,21199845,21203900,21205362,21209464,21210620,21210834,21210920,21211717,21214654,21215996,21216364,21217809,21274481,21281057,21294494,21299606', 'assoc_port': '21136922:21299606,21136958:21138319,21137270:21274481,21137310:21294494,21137571:21281057,21172735:21217809,21172935:21216364,21172951:21214654,21172952:21215996,21172987:21211717,21173004:21210834,21173021:21210920,21173094:21210620,21173159:21209464,21173829:21205362,21175638:21203900,21176554:21199845,21176609:21195635,21176909:21194589,21176918:21177688,21178749:21179335,21179220:21190273,21179225:21187934,21179354:21184101', 'assoc_mat': '21136922:ela:4461:21299606,21136958:ela:4461:21138319,21137270:ela:4461:21274481,21137310:ela:4461:21294494,21137571:ela:4461:21281057,21172735:ela:4461:21217809,21172935:ela:4461:21216364,21172951:ela:4461:21214654,21172952:ela:4461:21215996,21172987:ela:4461:21211717,21173004:ela:4461:21210834,21173021:ela:4461:21210920,21173094:ela:4461:21210620,21173159:ela:4461:21209464,21173829:ela:4461:21205362,21175638:ela:4461:21203900,21176554:ela:4461:21199845,21176609:ela:4461:21195635,21176909:ela:4461:21194589,21176918:ela:4461:21177688,21178749:ela:4461:21179335,21179220:ela:4461:21190273,21179225:ela:4461:21187934,21179354:ela:4461:21184101'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008253086464311746, 'nb_photo': 45, 'list_port_cont': '21137612,21138691,21140015,21141774,21149886,21157128,21159720,21173428,21174119,21174394,21174711,21174896,21175515,21176021,21177270,21177967,21178684,21180144,21182508,21183881,21184560,21187402,21189721,21190126,21191399,21192054,21196914,21197656,21198204,21200918,21201853,21202444,21202607,21202870,21203931,21204883,21205102,21205404', 'assoc_port': '21136944:21137612,21137283:21159720,21137532:21157128,21137968:21138691,21138575:21149886,21138597:21141774,21139038:21140015,21172864:21205102,21172926:21205404,21172932:21173428,21172990:21204883,21173100:21203931,21173176:21202870,21173182:21202607,21173189:21202444,21173257:21201853,21173320:21200918,21173329:21174119,21173857:21174896,21173865:21174711,21173887:21174394,21174954:21198204,21175015:21175515,21175584:21197656,21175631:21196914,21175670:21176021,21176899:21192054,21176908:21191399,21176921:21177270,21177712:21178684,21177728:21177967,21178369:21189721,21178464:21187402,21178723:21190126,21179168:21184560,21179214:21183881,21179399:21182508,21179427:21180144', 'assoc_mat': '21136944:ela:4200:21137612,21137283:ela:4200:21159720,21137532:ela:4200:21157128,21137968:ela:4200:21138691,21138575:ela:4200:21149886,21138597:ela:4200:21141774,21139038:ela:4200:21140015,21172864:ela:4200:21205102,21172926:ela:4200:21205404,21172932:ela:4200:21173428,21172990:ela:4200:21204883,21173100:ela:4200:21203931,21173176:ela:4200:21202870,21173182:ela:4200:21202607,21173189:ela:4200:21202444,21173257:ela:4200:21201853,21173320:ela:4200:21200918,21173329:ela:4200:21174119,21173857:ela:4200:21174896,21173865:ela:4200:21174711,21173887:ela:4200:21174394,21174954:ela:4200:21198204,21175015:ela:4200:21175515,21175584:ela:4200:21197656,21175631:ela:4200:21196914,21175670:ela:4200:21176021,21176899:ela:4200:21192054,21176908:ela:4200:21191399,21176921:ela:4200:21177270,21177712:ela:4200:21178684,21177728:ela:4200:21177967,21178369:ela:4200:21189721,21178464:ela:4200:21187402,21178723:ela:4200:21190126,21179168:ela:4200:21184560,21179214:ela:4200:21183881,21179399:ela:4200:21182508,21179427:ela:4200:2118014'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0038784884331244797, 'nb_photo': 1264, 'list_port_cont': '21173349,21173387,21173489,21173906,21174046,21174456,21174477,21174559,21174807,21175085,21175323,21175358,21175431,21175791,21176147,21176173,21176340,21176356,21176378,21176404,21176573,21176603,21176765,21177249,21177525,21177593,21177848,21178031,21178032,21178110,21178240,21178284,21178301,21178350,21178538,21178704,21178839,21179147,21179259,21179293,21179491,21179727,21179777,21179988,21180047,21180165,21180280,21180391,21180409,21180868,21182951,21183036,21183514,21183717,21183854,21184180,21184291,21184298,21184706,21184735,21184888,21185019,21185082,21185235,21185310,21185367,21185502,21185855,21185943,21186250,21186407,21186536,21187136,21187197,21187294,21187388,21188118,21188261,21188453,21188885,21189096,21190188,21190206,21190554,21190592,21190652,21190758,21190925,21191024,21191029,21191105,21191191,21191238,21191330,21191420,21191535,21191974,21192016,21192080,21192083,21192134,21192227,21192322,21192347,21192509,21192757,21192835,21192907,21192928,21192944,21193004,21193050,21193118,2119319', 'assoc_port': '19428659:21248570,19438276:21246952,19458789:21248809,19460977:21248681,19469398:21255274,19474557:21254392,19474561:21253861,19477264:21252243,19498629:21237915,19500653:21235951,19505863:21234103,19516423:21218508,19516780:21218403,19524618:21217146,19543451:21216023,19545200:21214732,19553301:21211522,19554129:21173387,19555141:21211404,19558298:21211036,19571015:21216934,19580444:21216707,19598090:21173906,19655151:21210042,19659858:21209746,19737247:21175431,19737437:21175323,19754761:21176340,19758171:21203738,19760878:21203818,19760884:21203654,19763328:21203562,19763356:21203426,19770002:21174456,19830361:21209008,19844397:21199456,19847173:21198846,19859427:21176765,19876106:21197817,19884822:21197197,19884847:21196978,19888799:21196742,19898891:21199896,19901747:21196167,19916125:21195364,19929105:21194884,19960824:21194398,19965567:21194097,19980529:21178538,19980532:21178704,19984107:21178350,20003495:21193761,20017062:21192835,20023443:21192509,20028249:21192080,20028256:21192134,20044538:2119102', 'assoc_mat': '19428659:ela:4209:21248570,19438276:ela:4209:21246952,19458789:ela:4209:21248809,19460977:ela:4209:21248681,19469398:ela:4209:21255274,19474557:ela:4209:21254392,19474561:ela:4209:21253861,19477264:ela:4209:21252243,19498629:ela:4209:21237915,19500653:ela:4209:21235951,19505863:ela:4209:21234103,19516423:ela:4209:21218508,19516780:ela:4209:21218403,19524618:ela:4209:21217146,19543451:ela:4209:21216023,19545200:ela:4209:21214732,19553301:ela:4209:21211522,19554129:ela:4209:21173387,19555141:ela:4209:21211404,19558298:ela:4209:21211036,19571015:ela:4209:21216934,19580444:ela:4209:21216707,19598090:ela:4209:21173906,19655151:ela:4209:21210042,19659858:ela:4209:21209746,19737247:ela:4209:21175431,19737437:ela:4209:21175323,19754761:ela:4209:21176340,19758171:ela:4209:21203738,19760878:ela:4209:21203818,19760884:ela:4209:21203654,19763328:ela:4209:21203562,19763356:ela:4209:21203426,19770002:ela:4209:21174456,19830361:ela:4209:21209008,19844397:ela:4209:21199456,19847173:ela:4209:21198846,19859427:ela:4209:2117676'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009039695645472307, 'nb_photo': 1122, 'list_port_cont': '20085666,20086294,20087132,20089335,20090309,20101307,20106740,20107662,20115910,20117059,20118965,20121969,20122968,20136828,20137452,20137829,20138098,20139825,20139877,20140009,20172566,20174667,20176346,20177623,20196611,20198243,20199590,20200527,20200559,20201316,20231845,20231868,20232918,20233482,20234056,20234168,20235863,20238866,20239135,21137400,21139187,21139678,21163821,21164181,21167758,21168293,21168628,21169497,21169948,21170439,21173766,21174285,21174619,21174827,21175197,21175348,21175561,21176003,21176314,21176632,21177072,21177122,21177415,21177555,21177834,21183059,21187031,21190061,21191099,21191343,21192670,21193178,21196653,21197035,21199204,21199647,21200216,21200288,21200769,21200901,21201142,21202539,21202715,21203077,21203543', 'assoc_port': '19859429:20174667,19954425:20176346,20014710:20196611,20015611:20177623,20023438:20198243,20023441:20199590,20026808:20200527,20031177:20200559,20036276:20201316,20036573:20231845,20039940:20232918,20042505:20231868,20042852:20233482,20044534:20234056,20045059:20234168,20046352:20235863,20047144:20238866,20048499:20239135,20049854:20172566,20063551:20140009,20068359:20139877,20070514:20139825,20071895:20138098,20073270:20137829,20074713:20101307,20076794:20090309,20079018:20089335,20083089:20086294,20083092:20085666,20085536:20087132,20101919:20137452,20105987:20107662,20106007:20106740,20108234:20136828,20115463:20115910,20116392:20117059,20118802:20118965,20121224:20122968,20121231:20121969,21136613:21137400,21137552:21139187,21137971:21170439,21138549:21169948,21138592:21169497,21138615:21168628,21138620:21168293,21138725:21167758,21138733:21164181,21138741:21163821,21139065:21139678,21172727:21203543,21172847:21203077,21172860:21202715,21172936:21173766,21172955:21202539,21173009:21201142,21173010:2120090', 'assoc_mat': '19859429:ela:4211:20174667,19954425:ela:4211:20176346,20014710:ela:4211:20196611,20015611:ela:4211:20177623,20023438:ela:4211:20198243,20023441:ela:4211:20199590,20026808:ela:4211:20200527,20031177:ela:4211:20200559,20036276:ela:4211:20201316,20036573:ela:4211:20231845,20039940:ela:4211:20232918,20042505:ela:4211:20231868,20042852:ela:4211:20233482,20044534:ela:4211:20234056,20045059:ela:4211:20234168,20046352:ela:4211:20235863,20047144:ela:4211:20238866,20048499:ela:4211:20239135,20049854:ela:4211:20172566,20063551:ela:4211:20140009,20068359:ela:4211:20139877,20070514:ela:4211:20139825,20071895:ela:4211:20138098,20073270:ela:4211:20137829,20074713:ela:4211:20101307,20076794:ela:4211:20090309,20079018:ela:4211:20089335,20083089:ela:4211:20086294,20083092:ela:4211:20085666,20085536:ela:4211:20087132,20101919:ela:4211:20137452,20105987:ela:4211:20107662,20106007:ela:4211:20106740,20108234:ela:4211:20136828,20115463:ela:4211:20115910,20116392:ela:4211:20117059,20118802:ela:4211:20118965,20121224:ela:4211:2012296'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0006484880754804793, 'nb_photo': 1, 'list_port_cont': '19557492', 'assoc_port': '19557292:19557492', 'assoc_mat': '19557292:etiquette:4200:19557492'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00010719151846884862, 'nb_photo': 1, 'list_port_cont': '21216428', 'assoc_port': '21172887:21216428', 'assoc_mat': '21172887:etiquette:4205:21216428'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016916674992702524, 'nb_photo': 63, 'list_port_cont': '20135044,20162231,20194743,20199707,20208110,20277587,21178867,21185333,21190172,21197016,21200255,21206301,21208474,21209634,21210462,21210905,21214502,21216593,21218221,21270596,21334556', 'assoc_port': '20025651:20135044,20039938:20277587,20073268:20162231,20104700:20194743,20115134:20199707,20119801:20208110,21136910:21270596,21139048:21334556,21172726:21218221,21172923:21216593,21172981:21214502,21173043:21210905,21173112:21210462,21173173:21209634,21173275:21208474,21173810:21206301,21175654:21200255,21176546:21197016,21177730:21178867,21179158:21190172,21179219:21185333', 'assoc_mat': '20025651:etiquette:4203:20135044,20039938:etiquette:4203:20277587,20073268:etiquette:4203:20162231,20104700:etiquette:4203:20194743,20115134:etiquette:4203:20199707,20119801:etiquette:4203:20208110,21136910:etiquette:4203:21270596,21139048:etiquette:4203:21334556,21172726:etiquette:4203:21218221,21172923:etiquette:4203:21216593,21172981:etiquette:4203:21214502,21173043:etiquette:4203:21210905,21173112:etiquette:4203:21210462,21173173:etiquette:4203:21209634,21173275:etiquette:4203:21208474,21173810:etiquette:4203:21206301,21175654:etiquette:4203:21200255,21176546:etiquette:4203:21197016,21177730:etiquette:4203:21178867,21179158:etiquette:4203:21190172,21179219:etiquette:4203:21185333'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00019481495824143617, 'nb_photo': 5, 'list_port_cont': '21172921,21185803,21187046,21193214,21204417', 'assoc_port': '21136903:21204417,21138605:21172921,21173258:21193214,21174791:21187046,21175629:21185803', 'assoc_mat': '21136903:etiquette:4207:21204417,21138605:etiquette:4207:21172921,21173258:etiquette:4207:21193214,21174791:etiquette:4207:21187046,21175629:etiquette:4207:21185803'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00034771392286512285, 'nb_photo': 5, 'list_port_cont': '21175009,21195180,21203753,21298143', 'assoc_port': '21138760:21298143,21173882:21175009,21175645:21203753,21176887:21195180', 'assoc_mat': '21138760:etiquette:4461:21298143,21173882:etiquette:4461:21175009,21175645:etiquette:4461:21203753,21176887:etiquette:4461:21195180'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001978994173673069, 'nb_photo': 2837, 'list_port_cont': '19370611,19371755,19373184,19373868,19374473,19377702,19379399,19387362,19387562,19388223,19393022,19394590,19395983,19397179,19399047,19409857,19410523,19410919,19411421,19411860,19428744,19429614,19431478,19433327,19437724,19439966,19440806,19447290,19451134,19452606,19452775,19453682,19454202,19457798,19458560,19460168,19460411,19467216,19467437,19468386,19470270,19471364,19473213,19476025,19476182,19477887,19481226,19486667,19488343,19498362,19500891,19501951,19503296,19506127,19506286,19508031,19508154,19509551,19510377,19516982,19517569,19517737,19518424,19520574,19524896,19525902,19528208,19543531,19544486,19545611,19548084,19549154,19549931,19550887,19554429,19554583,19555415,19556365,19556911,19558489,19574527,19574677,19590795,19592353,19596417,19598811,19625016,19646693,19649283,19653242,19653442,19660901,19663610,19693639,19696995,19697482,19701192,19704638,19705259,19706001,19707098,19713513,19716199,19719999,19720199,19726998,19731023,19731966,19733533,19735236,19735612,19735893,19736503,1973702', 'assoc_port': '19370490:19370611,19371345:19371755,19372925:19373184,19373269:19373868,19374327:19374473,19377393:19377702,19377991:19379399,19387142:19387562,19387146:19387362,19388091:19388223,19392668:19393022,19394322:19394590,19395741:19395983,19396942:19397179,19398803:19399047,19409762:19409857,19410364:19410523,19410822:19410919,19411326:19411421,19411749:19411860,19428661:19428744,19429024:19429614,19431296:19431478,19433116:19433327,19437327:19437724,19439727:19439966,19440252:19440806,19446871:19447290,19450727:19451134,19452006:19452775,19452026:19452606,19453211:19453682,19454047:19454202,19457585:19457798,19458328:19458560,19459522:19460168,19460252:19460411,19465712:19468386,19466860:19467437,19466864:19467216,19469395:19470270,19470646:19471364,19472285:19473213,19474560:19476182,19475784:19476025,19477265:19477887,19480443:19481226,19485837:19486667,19487955:19488343,19498295:19498362,19500652:19500891,19501672:19501951,19503120:19503296,19505862:19506286,19505869:19506127,19507773:19508154,19507777:1950803', 'assoc_mat': '19370490:etiquette:4200:19370611,19371345:etiquette:4200:19371755,19372925:etiquette:4200:19373184,19373269:etiquette:4200:19373868,19374327:etiquette:4200:19374473,19377393:etiquette:4200:19377702,19377991:etiquette:4200:19379399,19387142:etiquette:4200:19387562,19387146:etiquette:4200:19387362,19388091:etiquette:4200:19388223,19392668:etiquette:4200:19393022,19394322:etiquette:4200:19394590,19395741:etiquette:4200:19395983,19396942:etiquette:4200:19397179,19398803:etiquette:4200:19399047,19409762:etiquette:4200:19409857,19410364:etiquette:4200:19410523,19410822:etiquette:4200:19410919,19411326:etiquette:4200:19411421,19411749:etiquette:4200:19411860,19428661:etiquette:4200:19428744,19429024:etiquette:4200:19429614,19431296:etiquette:4200:19431478,19433116:etiquette:4200:19433327,19437327:etiquette:4200:19437724,19439727:etiquette:4200:19439966,19440252:etiquette:4200:19440806,19446871:etiquette:4200:19447290,19450727:etiquette:4200:19451134,19452006:etiquette:4200:19452775,19452026:etiquette:4200:19452606,1'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008932914052715299, 'nb_photo': 257, 'list_port_cont': '21173486,21174179,21174473,21175073,21175101,21175355,21175439,21175503,21175796,21176154,21176175,21176375,21176409,21176566,21176589,21176874,21177516,21177596,21178118,21178295,21179141,21179253,21180046,21180285,21180872,21182958,21183039,21184727,21185080,21185841,21185945,21186530,21188110,21190198,21190646,21190918,21190993,21191245,21191409,21191971,21192066,21193014,21193102,21193123,21193186,21193371,21193892,21194407,21194908,21195217,21196077,21196124,21196166,21196528,21196571,21196812,21196825,21197001,21197196,21197764,21198014,21198376,21198454,21198622,21199251,21199263,21199466,21199605,21199797,21199901,21199927,21200186,21200562,21200805,21200827,21200963,21201036,21201055,21201197,21201275,21201464,21201520,21201543,21201890,21202094,21202178,21202265,21202659,21202730,21203137,21203445,21203509,21203650,21203740,21203792,21203816,21204343,21204369,21204779,21205197,21205280,21205334,21206134,21206356,21206758,21206777,21206878,21207526,21208064,21208661,21209038,21209121,21209231,2120927', 'assoc_port': '19474561:21253858,19498629:21237921,19516780:21218401,19545200:21214722,19571015:21216937,19702409:21201890,19737247:21175439,19758171:21203740,19760878:21203816,19760884:21203650,19844397:21199466,19856581:21176874,19884822:21197196,19898891:21199901,19901747:21196166,20028249:21192066,20044538:21190993,20045058:21190918,20063546:21190198,20101894:21185080,20121243:21180285,21136555:21262378,21136561:21261654,21136569:21260957,21136615:21258138,21136629:21257651,21136631:21257437,21136632:21256933,21136635:21257162,21136899:21255871,21136904:21255478,21136919:21254747,21136928:21253843,21137239:21251607,21137240:21251082,21137244:21250660,21137250:21250727,21137269:21250329,21137279:21249814,21137280:21250148,21137282:21249565,21137308:21249320,21137323:21248655,21137509:21248129,21137510:21247928,21137513:21247839,21137525:21247594,21137529:21247367,21137538:21247284,21137553:21246860,21137572:21246762,21137959:21246553,21137967:21245990,21137969:21246008,21138578:21245020,21138585:21244205,21138596:2124383', 'assoc_mat': '19474561:etiquette:4209:21253858,19498629:etiquette:4209:21237921,19516780:etiquette:4209:21218401,19545200:etiquette:4209:21214722,19571015:etiquette:4209:21216937,19702409:etiquette:4209:21201890,19737247:etiquette:4209:21175439,19758171:etiquette:4209:21203740,19760878:etiquette:4209:21203816,19760884:etiquette:4209:21203650,19844397:etiquette:4209:21199466,19856581:etiquette:4209:21176874,19884822:etiquette:4209:21197196,19898891:etiquette:4209:21199901,19901747:etiquette:4209:21196166,20028249:etiquette:4209:21192066,20044538:etiquette:4209:21190993,20045058:etiquette:4209:21190918,20063546:etiquette:4209:21190198,20101894:etiquette:4209:21185080,20121243:etiquette:4209:21180285,21136555:etiquette:4209:21262378,21136561:etiquette:4209:21261654,21136569:etiquette:4209:21260957,21136615:etiquette:4209:21258138,21136629:etiquette:4209:21257651,21136631:etiquette:4209:21257437,21136632:etiquette:4209:21256933,21136635:etiquette:4209:21257162,21136899:etiquette:4209:21255871,21136904:etiquette:4209:21255478,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.064135493758825e-05, 'nb_photo': 129, 'list_port_cont': '20085679,20086296,20087141,20089337,20101306,20106733,20115908,20117051,20118956,20136825,20137457,20137823,20138099,20172563,20174652,20177637,20199600,20200550,20201325,20231835,20232925,20234055,20234166,20235864,20238853,20239142,21137411,21139675,21163808,21164179,21167767,21168282,21168641,21169499,21169958,21170443,21173774,21174275,21174615,21174818,21175187,21176002,21176311,21176641,21177081,21177423,21177559,21177827,21183051,21187036,21190057,21191347,21193168,21197032,21198747,21200293,21200781,21201141,21202725,21203540', 'assoc_port': '19859429:20174652,20015611:20177637,20023441:20199600,20031177:20200550,20036276:20201325,20036573:20231835,20039940:20232925,20044534:20234055,20045059:20234166,20046352:20235864,20047144:20238853,20048499:20239142,20049854:20172563,20071895:20138099,20073270:20137823,20074713:20101306,20079018:20089337,20083089:20086296,20083092:20085679,20085536:20087141,20101919:20137457,20106007:20106733,20108234:20136825,20115463:20115908,20116392:20117051,20118802:20118956,21136613:21137411,21137971:21170443,21138549:21169958,21138592:21169499,21138615:21168641,21138620:21168282,21138725:21167767,21138733:21164179,21138741:21163808,21139065:21139675,21172727:21203540,21172860:21202725,21172936:21173774,21173009:21201141,21173089:21200781,21173140:21200293,21173409:21174275,21173805:21198747,21173876:21174818,21173880:21174615,21174772:21175187,21174949:21197032,21175589:21176311,21175653:21176002,21175921:21177081,21175940:21176641,21176550:21177423,21176888:21177827,21176903:21177559,21178391:21193168,21178640:2119134', 'assoc_mat': '19859429:etiquette:4211:20174652,20015611:etiquette:4211:20177637,20023441:etiquette:4211:20199600,20031177:etiquette:4211:20200550,20036276:etiquette:4211:20201325,20036573:etiquette:4211:20231835,20039940:etiquette:4211:20232925,20044534:etiquette:4211:20234055,20045059:etiquette:4211:20234166,20046352:etiquette:4211:20235864,20047144:etiquette:4211:20238853,20048499:etiquette:4211:20239142,20049854:etiquette:4211:20172563,20071895:etiquette:4211:20138099,20073270:etiquette:4211:20137823,20074713:etiquette:4211:20101306,20079018:etiquette:4211:20089337,20083089:etiquette:4211:20086296,20083092:etiquette:4211:20085679,20085536:etiquette:4211:20087141,20101919:etiquette:4211:20137457,20106007:etiquette:4211:20106733,20108234:etiquette:4211:20136825,20115463:etiquette:4211:20115908,20116392:etiquette:4211:20117051,20118802:etiquette:4211:20118956,21136613:etiquette:4211:21137411,21137971:etiquette:4211:21170443,21138549:etiquette:4211:21169958,21138592:etiquette:4211:21169499,21138615:etiquette:4211:21168641,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008458748444597118, 'nb_photo': 19, 'list_port_cont': '19388338,19398268,19411154,19457015,19693335,19696933,19704964,19736018,19803502,19905902,20027588,20107431,21140370,21167895,21177175,21187685', 'assoc_port': '19388090:19388338,19397895:19398268,19410821:19411154,19456526:19457015,19693113:19693335,19696353:19696933,19704032:19704964,19735678:19736018,19802103:19803502,19844067:19905902,20025654:20027588,20106006:20107431,21137278:21167895,21138588:21140370,21175944:21177175,21176529:21187685', 'assoc_mat': '19388090:etiquette:3327:19388338,19397895:etiquette:3327:19398268,19410821:etiquette:3327:19411154,19456526:etiquette:3327:19457015,19693113:etiquette:3327:19693335,19696353:etiquette:3327:19696933,19704032:etiquette:3327:19704964,19735678:etiquette:3327:19736018,19802103:etiquette:3327:19803502,19844067:etiquette:3327:19905902,20025654:etiquette:3327:20027588,20106006:etiquette:3327:20107431,21137278:etiquette:3327:21167895,21138588:etiquette:3327:21140370,21175944:etiquette:3327:21177175,21176529:etiquette:3327:21187685'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.026840699896044998, 'nb_photo': 344, 'list_port_cont': '21173443,21174320,21175716,21193335,21193916,21199582,21201318,21202819,21205226,21207483,21209182,21209872,21210647,21210974,21211540,21214756,21216416,21216445,21217560,21271156,21274188,21274617,21286101,21286776,21288171,21331245,21334964,21335681', 'assoc_port': '19557292:21210974,21136917:21271156,21137275:21274188,21137301:21274617,21137314:21331245,21138587:21334964,21138610:21286101,21138611:21286776,21138728:21335681,21138752:21288171,21172809:21217560,21172887:21216416,21172892:21216445,21172928:21214756,21172991:21211540,21173019:21210647,21173097:21173443,21173138:21209872,21173188:21209182,21173311:21207483,21173834:21205226,21173886:21174320,21174765:21202819,21174967:21201318,21175051:21175716,21175674:21199582,21177708:21193916,21178338:21193335', 'assoc_mat': '19557292:film_plastique:4205:21210974,21136917:film_plastique:4205:21271156,21137275:film_plastique:4205:21274188,21137301:film_plastique:4205:21274617,21137314:film_plastique:4205:21331245,21138587:film_plastique:4205:21334964,21138610:film_plastique:4205:21286101,21138611:film_plastique:4205:21286776,21138728:film_plastique:4205:21335681,21138752:film_plastique:4205:21288171,21172809:film_plastique:4205:21217560,21172887:film_plastique:4205:21216416,21172892:film_plastique:4205:21216445,21172928:film_plastique:4205:21214756,21172991:film_plastique:4205:21211540,21173019:film_plastique:4205:21210647,21173097:film_plastique:4205:21173443,21173138:film_plastique:4205:21209872,21173188:film_plastique:4205:21209182,21173311:film_plastique:4205:21207483,21173834:film_plastique:4205:21205226,21173886:film_plastique:4205:21174320,21174765:film_plastique:4205:21202819,21174967:film_plastique:4205:21201318,21175051:film_plastique:4205:21175716,21175674:film_plastique:4205:21199582,21177708:film_plastique:4205:2119391'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010630802491777362, 'nb_photo': 9956, 'list_port_cont': '19378735,19382767,19391050,19414007,19421456,19421672,19432967,19442605,19454860,19460664,19464248,19492239,19498096,19517307,19536264,19555493,19580120,19600900,19631279,19698315,19735533,19736193,19741475,19745782,19747030,19770762,19782402,19820641,19823153,19834492,19866551,19906410,19932253,19933866,19934192,19934602,19945322,19971478,20017961,20085448,20120041,20135040,20149746,20150057,20162221,20194750,20199708,20208103,20277584,21178870,21185324,21190165,21197008,21200258,21206302,21208471,21209640,21210456,21210896,21214497,21216591,21218227,21270592,21334553', 'assoc_port': '19373270:19378735,19377396:19382767,19389028:19391050,19395737:19421672,19409763:19421456,19413714:19414007,19431686:19432967,19438275:19442605,19452003:19454860,19454978:19464248,19460255:19460664,19474564:19492239,19487949:19498096,19509376:19517307,19522263:19536264,19548439:19555493,19559139:19580120,19576088:19600900,19595774:19631279,19662881:19698315,19695270:19736193,19704736:19741475,19715120:19735533,19732428:19745782,19735438:19747030,19754764:19770762,19763322:19782402,19768591:19820641,19794532:19823153,19805097:19834492,19826829:19866551,19844076:19906410,19848346:20017961,19859419:19933866,19859426:19934192,19897027:19945322,19905707:19971478,19929087:19934602,19929163:19932253,19958099:20150057,19984110:20085448,20014712:20120041,20025651:20135040,20039938:20277584,20045888:20149746,20073268:20162221,20104700:20194750,20115134:20199708,20119801:20208103,21136910:21270592,21139048:21334553,21172726:21218227,21172923:21216591,21172981:21214497,21173043:21210896,21173112:21210456,21173173:2120964', 'assoc_mat': '19373270:film_plastique:4203:19378735,19377396:film_plastique:4203:19382767,19389028:film_plastique:4203:19391050,19395737:film_plastique:4203:19421672,19409763:film_plastique:4203:19421456,19413714:film_plastique:4203:19414007,19431686:film_plastique:4203:19432967,19438275:film_plastique:4203:19442605,19452003:film_plastique:4203:19454860,19454978:film_plastique:4203:19464248,19460255:film_plastique:4203:19460664,19474564:film_plastique:4203:19492239,19487949:film_plastique:4203:19498096,19509376:film_plastique:4203:19517307,19522263:film_plastique:4203:19536264,19548439:film_plastique:4203:19555493,19559139:film_plastique:4203:19580120,19576088:film_plastique:4203:19600900,19595774:film_plastique:4203:19631279,19662881:film_plastique:4203:19698315,19695270:film_plastique:4203:19736193,19704736:film_plastique:4203:19741475,19715120:film_plastique:4203:19735533,19732428:film_plastique:4203:19745782,19735438:film_plastique:4203:19747030,19754764:film_plastique:4203:19770762,19763322:film_plastique:4203:1978240'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033125063423214817, 'nb_photo': 2313, 'list_port_cont': '19370181,19370585,19393748,19410148,19410486,19429291,19451101,19461164,19520522,19543509,19571179,19630951,19638665,19641427,19693358,19694333,19702913,19703046,19734413,19750335,19762945,19820195,19825578,19843486,19930658,19931079,19958865,20068497,20112727,20114745,21137481,21137795,21168521,21168671,21168710,21169323,21169370,21169805,21169858,21170042,21170653,21170837,21170985,21172339,21172427,21172442,21172523,21172640,21172920,21173232,21173383,21173555,21173598,21173811,21174072,21174199,21174572,21174847,21174978,21175210,21175385,21175536,21175687,21175708,21175849,21176078,21176301,21176389,21176662,21176703,21176736,21176997,21177152,21177358,21177458,21177638,21177889,21177989,21178067,21178471,21178792,21178945,21179270,21179381,21179543,21179738,21179798,21180070,21180995,21181113,21181246,21181337,21181384,21181625,21182045,21182161,21182299,21182437,21182786,21183010,21184235,21184317,21184462,21184565,21184777,21184932,21185203,21185355,21185554,21185798,21185972,21185986,21186255,2118648', 'assoc_port': '19370012:19370181,19370527:19370585,19393354:19393748,19409943:19410148,19410363:19410486,19429020:19429291,19450726:19451101,19460980:19461164,19520063:19520522,19543455:19543509,19571019:19571179,19630156:19630951,19637611:19638665,19640302:19641427,19693114:19693358,19694237:19694333,19702412:19703046,19702414:19702913,19734227:19734413,19750179:19750335,19762340:19762945,19819066:19820195,19824209:19825578,19843219:19843486,19929081:19931079,19929097:19930658,19958105:19958865,20066052:20068497,20110612:20112727,20113526:20114745,21136895:21204521,21136900:21204476,21136903:21204413,21136908:21204348,21136913:21204261,21136923:21204130,21136946:21137481,21137243:21203548,21137245:21203405,21137252:21203183,21137272:21203060,21137277:21203013,21137306:21202904,21137315:21202833,21137504:21202750,21137505:21202582,21137507:21202479,21137508:21202332,21137515:21202241,21137517:21202072,21137521:21201922,21137527:21201838,21137531:21201797,21137535:21201783,21137545:21201689,21137547:21201489,21137551:2120137', 'assoc_mat': '19370012:film_plastique:4207:19370181,19370527:film_plastique:4207:19370585,19393354:film_plastique:4207:19393748,19409943:film_plastique:4207:19410148,19410363:film_plastique:4207:19410486,19429020:film_plastique:4207:19429291,19450726:film_plastique:4207:19451101,19460980:film_plastique:4207:19461164,19520063:film_plastique:4207:19520522,19543455:film_plastique:4207:19543509,19571019:film_plastique:4207:19571179,19630156:film_plastique:4207:19630951,19637611:film_plastique:4207:19638665,19640302:film_plastique:4207:19641427,19693114:film_plastique:4207:19693358,19694237:film_plastique:4207:19694333,19702412:film_plastique:4207:19703046,19702414:film_plastique:4207:19702913,19734227:film_plastique:4207:19734413,19750179:film_plastique:4207:19750335,19762340:film_plastique:4207:19762945,19819066:film_plastique:4207:19820195,19824209:film_plastique:4207:19825578,19843219:film_plastique:4207:19843486,19929081:film_plastique:4207:19931079,19929097:film_plastique:4207:19930658,19958105:film_plastique:4207:1995886'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7659838114030344, 'nb_photo': 10324, 'list_port_cont': '19382627,21138318,21173628,21173980,21174211,21175006,21175870,21176081,21176259,21177013,21177311,21177682,21177768,21178212,21178438,21178767,21179337,21179691,21179871,21180193,21183100,21183284,21183393,21183560,21183941,21184088,21184617,21185513,21185912,21186361,21186914,21187933,21188552,21188822,21190265,21190341,21190425,21190859,21190885,21191219,21191429,21191728,21191862,21192103,21192161,21192546,21192768,21193022,21193071,21193301,21193454,21193730,21194031,21194262,21194364,21194464,21194585,21194790,21194821,21195177,21195565,21195645,21195908,21196048,21196264,21196538,21196715,21197223,21197287,21197830,21197944,21198100,21198179,21198625,21199144,21199224,21199361,21199536,21199694,21199841,21199999,21200093,21200628,21200989,21201074,21201156,21201429,21201477,21201631,21201958,21202146,21202497,21202554,21202686,21202770,21202929,21203309,21203450,21203594,21203746,21203854,21203911,21203972,21204054,21204191,21205048,21205237,21205300,21205363,21206074,21206245,21206474,21206621,2120666', 'assoc_port': '19377397:19382627,21136554:21263445,21136557:21303114,21136564:21302591,21136602:21302356,21136634:21301971,21136642:21264079,21136896:21269773,21136901:21270088,21136906:21270267,21136912:21270794,21136915:21272017,21136922:21299611,21136927:21299515,21136947:21273308,21136954:21273442,21136958:21138318,21137241:21273690,21137247:21274206,21137270:21274489,21137274:21274430,21137281:21275722,21137304:21276278,21137310:21294497,21137324:21277728,21137506:21278071,21137516:21278631,21137526:21292407,21137530:21279566,21137540:21279877,21137549:21280370,21137571:21281069,21137953:21281382,21137956:21281662,21137960:21282514,21137965:21282791,21137972:21294270,21138545:21283929,21138553:21295279,21138576:21284781,21138582:21285570,21138589:21286172,21138595:21286359,21138602:21286685,21138609:21286843,21138616:21290792,21138625:21288138,21138724:21287467,21138734:21286635,21138739:21286433,21138746:21286261,21138760:21298136,21138774:21286133,21138796:21285644,21139022:21284269,21139024:21284670,21139033:2128446', 'assoc_mat': '19377397:film_plastique:4461:19382627,21136554:film_plastique:4461:21263445,21136557:film_plastique:4461:21303114,21136564:film_plastique:4461:21302591,21136602:film_plastique:4461:21302356,21136634:film_plastique:4461:21301971,21136642:film_plastique:4461:21264079,21136896:film_plastique:4461:21269773,21136901:film_plastique:4461:21270088,21136906:film_plastique:4461:21270267,21136912:film_plastique:4461:21270794,21136915:film_plastique:4461:21272017,21136922:film_plastique:4461:21299611,21136927:film_plastique:4461:21299515,21136947:film_plastique:4461:21273308,21136954:film_plastique:4461:21273442,21136958:film_plastique:4461:21138318,21137241:film_plastique:4461:21273690,21137247:film_plastique:4461:21274206,21137270:film_plastique:4461:21274489,21137274:film_plastique:4461:21274430,21137281:film_plastique:4461:21275722,21137304:film_plastique:4461:21276278,21137310:film_plastique:4461:21294497,21137324:film_plastique:4461:21277728,21137506:film_plastique:4461:21278071,21137516:film_plastique:4461:2127863'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015553084426634644, 'nb_photo': 1445, 'list_port_cont': '21137257,21137294,21137618,21138147,21138502,21138686,21139957,21140012,21140726,21141151,21141623,21141776,21146773,21149881,21155317,21157123,21157448,21159118,21159374,21159719,21162410,21162594,21173421,21173964,21174109,21174120,21174174,21174336,21174395,21174710,21174882,21175232,21175516,21175779,21176011,21176255,21176716,21177044,21177167,21177285,21177537,21177975,21178148,21178185,21178278,21178693,21178883,21179123,21179227,21179400,21179521,21179556,21179580,21179837,21179853,21180083,21180153,21182458,21182525,21182988,21183065,21183133,21183870,21184007,21184383,21184562,21185056,21185188,21185403,21186013,21186282,21186738,21186806,21187407,21187665,21188002,21188512,21188670,21189117,21189265,21189451,21189712,21190121,21190517,21190702,21191012,21191396,21191628,21192063,21192397,21192620,21192888,21193387,21193619,21193846,21194239,21194512,21194672,21194996,21195310,21195530,21195991,21196638,21196922,21197657,21197889,21198211,21198472,21198731,21199068,21199299,21200278,21200402,2120055', 'assoc_port': '21136562:21137294,21136563:21137257,21136907:21162594,21136918:21162410,21136944:21137618,21137283:21159719,21137307:21159374,21137511:21159118,21137512:21157448,21137532:21157123,21137537:21155317,21137543:21138502,21137548:21138147,21137968:21138686,21138575:21149881,21138591:21146773,21138597:21141776,21138621:21141623,21138785:21141151,21139023:21140726,21139038:21140012,21139046:21139957,21172716:21207013,21172754:21206448,21172798:21206194,21172842:21205850,21172855:21205761,21172864:21205107,21172886:21206052,21172900:21205600,21172902:21205536,21172924:21204964,21172926:21205402,21172932:21173421,21172990:21204896,21173014:21204736,21173024:21204528,21173046:21204494,21173048:21204437,21173093:21204284,21173098:21204180,21173100:21203935,21173125:21203699,21173144:21203265,21173158:21203039,21173176:21202862,21173182:21202603,21173189:21202434,21173218:21202211,21173235:21202047,21173257:21201850,21173281:21201761,21173308:21201671,21173319:21201396,21173320:21200915,21173329:21174120,21173354:2117396', 'assoc_mat': '21136562:film_plastique:4200:21137294,21136563:film_plastique:4200:21137257,21136907:film_plastique:4200:21162594,21136918:film_plastique:4200:21162410,21136944:film_plastique:4200:21137618,21137283:film_plastique:4200:21159719,21137307:film_plastique:4200:21159374,21137511:film_plastique:4200:21159118,21137512:film_plastique:4200:21157448,21137532:film_plastique:4200:21157123,21137537:film_plastique:4200:21155317,21137543:film_plastique:4200:21138502,21137548:film_plastique:4200:21138147,21137968:film_plastique:4200:21138686,21138575:film_plastique:4200:21149881,21138591:film_plastique:4200:21146773,21138597:film_plastique:4200:21141776,21138621:film_plastique:4200:21141623,21138785:film_plastique:4200:21141151,21139023:film_plastique:4200:21140726,21139038:film_plastique:4200:21140012,21139046:film_plastique:4200:21139957,21172716:film_plastique:4200:21207013,21172754:film_plastique:4200:21206448,21172798:film_plastique:4200:21206194,21172842:film_plastique:4200:21205850,21172855:film_plastique:4200:2120576'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.004825751017362812, 'nb_photo': 1098, 'list_port_cont': '19428719,19438773,19458523,19459012,19461391,19468096,19470017,19475326,19475493,19498947,19500772,19506304,19517062,19518496,19524974,19543548,19545574,19553491,19554330,19558507,19562178,19571274,19581202,19583057,19598788,19656558,19660858,19703232,19735564,19737303,19737709,19756322,19759032,19762180,19764126,19764284,19771104,19778731,19831673,19845170,19847545,19857691,19860737,19885710,19889378,19899703,19911397,19917006,19930468,19965961,19976976,19981056,19983813,19985098,20005482,20012073,20018074,20023858,20028643,20028662,20044698,20047373,20048835,20050746,20052199,20064629,20072564,20076485,20084097,20116399,20117097,20118260,20122393', 'assoc_port': '19428659:19428719,19438276:19438773,19458329:19458523,19458789:19459012,19460977:19461391,19467828:19468096,19469398:19470017,19474561:19475493,19474563:19475326,19498629:19498947,19500653:19500772,19505863:19506304,19516423:19518496,19516780:19517062,19524618:19524974,19543451:19543548,19545200:19545574,19553301:19553491,19554129:19554330,19555141:19562178,19558298:19558507,19571015:19571274,19580444:19581202,19581718:19583057,19598090:19598788,19655151:19656558,19659858:19660858,19702409:19703232,19735437:19735564,19737247:19737303,19737437:19737709,19754761:19756322,19758171:19759032,19760878:19778731,19760884:19762180,19763328:19764284,19763356:19764126,19770002:19771104,19830361:19831673,19844397:19845170,19847173:19847545,19856581:19857691,19859427:19860737,19876106:19911397,19884847:19885710,19888799:19889378,19898891:19899703,19916125:19917006,19929105:19930468,19965567:19965961,19976778:19976976,19980529:19983813,19980532:19981056,19984107:19985098,20003495:20005482,20010529:20012073,20017062:2001807', 'assoc_mat': '19428659:film_plastique:4207:19428719,19438276:film_plastique:4207:19438773,19458329:film_plastique:4207:19458523,19458789:film_plastique:4207:19459012,19460977:film_plastique:4207:19461391,19467828:film_plastique:4207:19468096,19469398:film_plastique:4207:19470017,19474561:film_plastique:4207:19475493,19474563:film_plastique:4207:19475326,19498629:film_plastique:4207:19498947,19500653:film_plastique:4207:19500772,19505863:film_plastique:4207:19506304,19516423:film_plastique:4207:19518496,19516780:film_plastique:4207:19517062,19524618:film_plastique:4207:19524974,19543451:film_plastique:4207:19543548,19545200:film_plastique:4207:19545574,19553301:film_plastique:4207:19553491,19554129:film_plastique:4207:19554330,19555141:film_plastique:4207:19562178,19558298:film_plastique:4207:19558507,19571015:film_plastique:4207:19571274,19580444:film_plastique:4207:19581202,19581718:film_plastique:4207:19583057,19598090:film_plastique:4207:19598788,19655151:film_plastique:4207:19656558,19659858:film_plastique:4207:1966085'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03729823885769063, 'nb_photo': 2545, 'list_port_cont': '21173336,21173396,21173491,21173521,21173907,21174043,21174158,21174182,21174244,21174464,21174481,21174545,21174798,21175079,21175094,21175326,21175432,21175495,21175792,21176155,21176183,21176351,21176357,21176366,21176410,21176568,21176598,21176622,21176770,21176863,21177205,21177243,21177511,21177587,21177850,21177863,21178034,21178112,21178234,21178296,21178310,21178344,21178534,21178562,21178708,21178844,21179138,21179251,21179295,21179492,21179721,21179774,21179983,21180055,21180109,21180168,21180283,21180396,21180413,21182953,21183040,21183525,21183859,21184020,21184311,21184696,21184723,21184879,21185017,21185089,21185241,21185316,21185377,21185503,21185842,21185938,21186246,21186401,21186535,21187087,21187131,21187195,21187298,21187396,21188252,21188452,21188606,21188908,21189103,21190197,21190548,21190606,21190649,21190744,21190910,21190989,21190994,21191111,21191185,21191325,21191533,21191963,21192018,21192076,21192092,21192144,21192249,21192310,21192350,21192510,21192752,21192839,21192906,2119292', 'assoc_port': '19428659:21248567,19438276:21246938,19458329:21249054,19458789:21248806,19460977:21248687,19467828:21255762,19469398:21255265,19474561:21253852,19474563:21253345,19477264:21252239,19498629:21237923,19500653:21235964,19505863:21234104,19516423:21218513,19516780:21218397,19524618:21217131,19543451:21216024,19545200:21214730,19553301:21211531,19554129:21173396,19555141:21211417,19558298:21211039,19571015:21216936,19580444:21216714,19581718:21216398,19598090:21173907,19655151:21210049,19659858:21209755,19702409:21201887,19735437:21205211,19737247:21175432,19737437:21175326,19754761:21176351,19758171:21203731,19760878:21203820,19760884:21203659,19763328:21203564,19763356:21203422,19770002:21174464,19830361:21209010,19844397:21199453,19847173:21198857,19856581:21176863,19859427:21176770,19876106:21197814,19884822:21197187,19884847:21196977,19888799:21196749,19898891:21199897,19901747:21196169,19916125:21195361,19929105:21194877,19960824:21194392,19965567:21194094,19976778:21178562,19980529:21178534,19980532:2117870', 'assoc_mat': '19428659:film_plastique:4209:21248567,19438276:film_plastique:4209:21246938,19458329:film_plastique:4209:21249054,19458789:film_plastique:4209:21248806,19460977:film_plastique:4209:21248687,19467828:film_plastique:4209:21255762,19469398:film_plastique:4209:21255265,19474561:film_plastique:4209:21253852,19474563:film_plastique:4209:21253345,19477264:film_plastique:4209:21252239,19498629:film_plastique:4209:21237923,19500653:film_plastique:4209:21235964,19505863:film_plastique:4209:21234104,19516423:film_plastique:4209:21218513,19516780:film_plastique:4209:21218397,19524618:film_plastique:4209:21217131,19543451:film_plastique:4209:21216024,19545200:film_plastique:4209:21214730,19553301:film_plastique:4209:21211531,19554129:film_plastique:4209:21173396,19555141:film_plastique:4209:21211417,19558298:film_plastique:4209:21211039,19571015:film_plastique:4209:21216936,19580444:film_plastique:4209:21216714,19581718:film_plastique:4209:21216398,19598090:film_plastique:4209:21173907,19655151:film_plastique:4209:2121004'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002587944151642958, 'nb_photo': 19820, 'list_port_cont': '19377668,19382560,19382680,19383403,19391871,19411276,19413722,19414282,19414812,19415973,19419516,19419657,19419868,19420328,19421076,19421990,19430585,19431169,19434155,19435824,19437100,19437293,19441167,19441992,19446447,19447403,19451338,19451420,19455028,19455146,19456830,19457049,19458242,19460564,19461805,19462913,19462949,19464002,19466129,19467459,19468153,19468811,19471871,19472409,19490799,19492257,19493073,19493693,19494309,19496035,19498148,19500185,19501081,19510234,19511687,19512365,19512430,19513192,19514622,19517896,19527457,19529371,19530106,19531376,19531862,19531994,19532209,19532515,19532672,19533470,19536450,19536468,19543792,19547847,19553977,19554201,19556808,19559754,19571250,19598778,19601420,19622589,19626660,19629420,19632379,19651645,19688387,19694133,19695165,19696591,19697719,19710180,19715421,19724492,19727689,19727973,19728136,19733501,19734484,19735632,19737407,19740113,19740363,19740443,19740545,19740856,19741051,19741598,19741922,19742373,19742607,19742900,19745197,1974521', 'assoc_port': '19371348:19377668,19376389:19382560,19377394:19382680,19377989:19383403,19389025:19391871,19392671:19420328,19394324:19413722,19395025:19414282,19395734:19414812,19395742:19415973,19398111:19421990,19409942:19419516,19409946:19419657,19410824:19419868,19410827:19411276,19412015:19421076,19429021:19430585,19430308:19437293,19430311:19431169,19432612:19434155,19433903:19435824,19434929:19437100,19436968:19441167,19437331:19441992,19440254:19446447,19446867:19447403,19450720:19451338,19450732:19451420,19452005:19455028,19452019:19455146,19454044:19456830,19454045:19457049,19454976:19458242,19457587:19461805,19458785:19462913,19459530:19460564,19460250:19464002,19460978:19462949,19465713:19466129,19466557:19467459,19466862:19468153,19467830:19468811,19469394:19471871,19470121:19472409,19472284:19490799,19473173:19501081,19474567:19492257,19475785:19493073,19477266:19493693,19477744:19494309,19480432:19496035,19487954:19498148,19492194:19500185,19498631:19510234,19499908:19511687,19501671:19527457,19501673:1951236', 'assoc_mat': '19371348:film_plastique:4211:19377668,19376389:film_plastique:4211:19382560,19377394:film_plastique:4211:19382680,19377989:film_plastique:4211:19383403,19389025:film_plastique:4211:19391871,19392671:film_plastique:4211:19420328,19394324:film_plastique:4211:19413722,19395025:film_plastique:4211:19414282,19395734:film_plastique:4211:19414812,19395742:film_plastique:4211:19415973,19398111:film_plastique:4211:19421990,19409942:film_plastique:4211:19419516,19409946:film_plastique:4211:19419657,19410824:film_plastique:4211:19419868,19410827:film_plastique:4211:19411276,19412015:film_plastique:4211:19421076,19429021:film_plastique:4211:19430585,19430308:film_plastique:4211:19437293,19430311:film_plastique:4211:19431169,19432612:film_plastique:4211:19434155,19433903:film_plastique:4211:19435824,19434929:film_plastique:4211:19437100,19436968:film_plastique:4211:19441167,19437331:film_plastique:4211:19441992,19440254:film_plastique:4211:19446447,19446867:film_plastique:4211:19447403,19450720:film_plastique:4211:1945133'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003762439136769633, 'nb_photo': 3, 'list_port_cont': '19912451,20368534', 'assoc_port': '19901747:19912451,19960824:20368534', 'assoc_mat': '19901747:kraft:3726:19912451,19960824:kraft:3726:20368534'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001419870088374607, 'nb_photo': 104, 'list_port_cont': '21137077,21137419,21137426,21137591,21137774,21138221,21138634,21138676,21139091,21139532,21139618,21140026,21140611,21141435,21141473,21141854,21141897,21173359,21173913,21174941,21175179,21175753,21175767,21175962,21176200,21176788,21176940,21177192,21177288,21177433,21179321,21179572,21179958,21180040,21181552,21182589,21184599,21185221,21187654,21187969,21188101,21188326,21189734,21189904,21189928', 'assoc_port': '21136550:21141897,21136560:21141854,21136578:21141473,21136581:21141435,21136948:21138634,21136951:21137419,21136956:21137077,21137300:21137426,21137302:21137591,21137319:21140611,21137546:21137774,21137951:21138221,21138540:21138676,21138730:21139618,21138737:21139532,21138749:21139091,21139052:21140026,21172802:21189928,21172834:21189904,21172903:21189734,21172985:21173359,21172998:21188326,21173017:21188101,21173239:21187654,21173240:21187969,21173332:21173913,21173838:21185221,21174787:21174941,21175056:21175179,21175583:21175962,21175649:21175767,21175660:21175753,21175864:21184599,21175912:21176200,21176487:21176940,21176578:21176788,21176889:21177433,21176898:21177288,21176904:21177192,21178356:21182589,21178634:21179321,21178719:21181552,21179200:21179572,21179331:21180040,21179393:21179958', 'assoc_mat': '21136550:kraft:3726:21141897,21136560:kraft:3726:21141854,21136578:kraft:3726:21141473,21136581:kraft:3726:21141435,21136948:kraft:3726:21138634,21136951:kraft:3726:21137419,21136956:kraft:3726:21137077,21137300:kraft:3726:21137426,21137302:kraft:3726:21137591,21137319:kraft:3726:21140611,21137546:kraft:3726:21137774,21137951:kraft:3726:21138221,21138540:kraft:3726:21138676,21138730:kraft:3726:21139618,21138737:kraft:3726:21139532,21138749:kraft:3726:21139091,21139052:kraft:3726:21140026,21172802:kraft:3726:21189928,21172834:kraft:3726:21189904,21172903:kraft:3726:21189734,21172985:kraft:3726:21173359,21172998:kraft:3726:21188326,21173017:kraft:3726:21188101,21173239:kraft:3726:21187654,21173240:kraft:3726:21187969,21173332:kraft:3726:21173913,21173838:kraft:3726:21185221,21174787:kraft:3726:21174941,21175056:kraft:3726:21175179,21175583:kraft:3726:21175962,21175649:kraft:3726:21175767,21175660:kraft:3726:21175753,21175864:kraft:3726:21184599,21175912:kraft:3726:21176200,21176487:kraft:3726:21176940,21176578:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9512339480567764, 'nb_photo': 779, 'list_port_cont': '19372018,19388687,19419721,19433577,19434058,19436618,19446671,19465976,19490516,19512812,19516751,19521920,19530883,19543598,19629738,19698203,19712443,19728360,19730894,19742214,19780726,19826815,19868748,19870943,19905921,19909739,19927334,19929741,19934403,19939961,19945353,19966775,19982743,20119961,20136835,20147014,20149144,20150768,20164736,20166273,20194351,20199886,21173439,21174322,21175729,21193334,21193904,21199080,21199575,21201315,21202804,21205232,21207491,21209180,21209862,21210643,21210978,21211537,21214765,21216426,21216434,21217557,21271157,21274179,21274619,21286097,21286771,21288176,21331251,21335687', 'assoc_port': '19371330:19372018,19388376:19388687,19410818:19419721,19431292:19434058,19432610:19433577,19434928:19436618,19441323:19446671,19465715:19465976,19472282:19490516,19477740:19521920,19503121:19512812,19508552:19516751,19518156:19530883,19542922:19543598,19557292:21210978,19595770:19629738,19664408:19698203,19694911:19712443,19697095:19728360,19703072:19730894,19736178:19742214,19762344:19780726,19798177:19826815,19828904:19868748,19830365:19870943,19844075:19905921,19845009:19909739,19854016:19927334,19888797:19939961,19897039:19945353,19903192:19966775,19929091:19934403,19929173:19929741,19981942:19982743,20014713:20119961,20026814:20136835,20038211:20147014,20043627:20149144,20049858:20150768,20074722:20164736,20076786:20166273,20102661:20194351,20116393:20199886,21136917:21271157,21137275:21274179,21137301:21274619,21137314:21331251,21138610:21286097,21138611:21286771,21138728:21335687,21138752:21288176,21172809:21217557,21172887:21216426,21172892:21216434,21172928:21214765,21172991:21211537,21173019:2121064', 'assoc_mat': '19371330:metal:4205:19372018,19388376:metal:4205:19388687,19410818:metal:4205:19419721,19431292:metal:4205:19434058,19432610:metal:4205:19433577,19434928:metal:4205:19436618,19441323:metal:4205:19446671,19465715:metal:4205:19465976,19472282:metal:4205:19490516,19477740:metal:4205:19521920,19503121:metal:4205:19512812,19508552:metal:4205:19516751,19518156:metal:4205:19530883,19542922:metal:4205:19543598,19557292:metal:4205:21210978,19595770:metal:4205:19629738,19664408:metal:4205:19698203,19694911:metal:4205:19712443,19697095:metal:4205:19728360,19703072:metal:4205:19730894,19736178:metal:4205:19742214,19762344:metal:4205:19780726,19798177:metal:4205:19826815,19828904:metal:4205:19868748,19830365:metal:4205:19870943,19844075:metal:4205:19905921,19845009:metal:4205:19909739,19854016:metal:4205:19927334,19888797:metal:4205:19939961,19897039:metal:4205:19945353,19903192:metal:4205:19966775,19929091:metal:4205:19934403,19929173:metal:4205:19929741,19981942:metal:4205:19982743,20014713:metal:4205:20119961,20026814:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003621951563262779, 'nb_photo': 233, 'list_port_cont': '20135037,20149750,20162222,20194751,20199710,20208114,20277589,21178856,21185339,21190163,21197007,21200263,21206310,21208476,21209626,21210465,21210893,21214492,21216602,21218225,21270590,21334554', 'assoc_port': '20025651:20135037,20039938:20277589,20045888:20149750,20073268:20162222,20104700:20194751,20115134:20199710,20119801:20208114,21136910:21270590,21139048:21334554,21172726:21218225,21172923:21216602,21172981:21214492,21173043:21210893,21173112:21210465,21173173:21209626,21173275:21208476,21173810:21206310,21175654:21200263,21176546:21197007,21177730:21178856,21179158:21190163,21179219:21185339', 'assoc_mat': '20025651:metal:4203:20135037,20039938:metal:4203:20277589,20045888:metal:4203:20149750,20073268:metal:4203:20162222,20104700:metal:4203:20194751,20115134:metal:4203:20199710,20119801:metal:4203:20208114,21136910:metal:4203:21270590,21139048:metal:4203:21334554,21172726:metal:4203:21218225,21172923:metal:4203:21216602,21172981:metal:4203:21214492,21173043:metal:4203:21210893,21173112:metal:4203:21210465,21173173:metal:4203:21209626,21173275:metal:4203:21208476,21173810:metal:4203:21206310,21175654:metal:4203:21200263,21176546:metal:4203:21197007,21177730:metal:4203:21178856,21179158:metal:4203:21190163,21179219:metal:4203:21185339'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.006102654632364746, 'nb_photo': 134, 'list_port_cont': '21168708,21168919,21169312,21169859,21170647,21172341,21172429,21172436,21172632,21172917,21173231,21173558,21173611,21173819,21174856,21174985,21175704,21176295,21176391,21176655,21176697,21177147,21177360,21179390,21182054,21182154,21182783,21183013,21184327,21184564,21184934,21185210,21185976,21185992,21186725,21186981,21187576,21187808,21188592,21188705,21189429,21189555,21190019,21190144,21190407,21190793,21191081,21191206,21191316,21191389,21191496,21191839,21191917,21192038,21192213,21192451,21192736,21192879,21193202,21193499,21193515,21194060,21194173,21194350,21195448,21195625,21196430,21196772,21197200,21197310,21198027,21198269,21198436,21198549,21198592,21198686,21198871,21199102,21199341,21199521,21199632,21200136,21200344,21200435,21201385,21201488,21201779,21201832,21202080,21202248,21202753,21204412,21204507', 'assoc_port': '21136895:21204507,21136903:21204412,21137504:21202753,21137515:21202248,21137517:21202080,21137527:21201832,21137535:21201779,21137547:21201488,21137551:21201385,21138552:21200435,21138554:21200344,21138577:21200136,21138593:21199632,21138594:21199521,21138599:21199341,21138604:21199102,21138605:21172917,21138613:21172632,21138619:21172436,21138623:21172429,21138723:21172341,21138736:21170647,21138767:21169859,21139034:21169312,21139039:21168919,21139042:21168708,21172733:21198871,21172848:21198686,21172861:21198592,21172862:21198549,21172883:21198436,21172894:21198269,21172927:21197310,21172938:21198027,21172939:21197200,21172954:21173231,21172963:21196772,21172979:21196430,21173023:21195625,21173042:21195448,21173127:21194350,21173141:21173558,21173160:21194173,21173179:21194060,21173238:21193515,21173241:21193499,21173258:21193202,21173273:21192879,21173307:21192736,21173309:21192451,21173314:21173611,21173315:21192213,21173318:21192038,21173321:21191917,21173326:21191839,21173328:21191496,21173330:2119138', 'assoc_mat': '21136895:metal:4207:21204507,21136903:metal:4207:21204412,21137504:metal:4207:21202753,21137515:metal:4207:21202248,21137517:metal:4207:21202080,21137527:metal:4207:21201832,21137535:metal:4207:21201779,21137547:metal:4207:21201488,21137551:metal:4207:21201385,21138552:metal:4207:21200435,21138554:metal:4207:21200344,21138577:metal:4207:21200136,21138593:metal:4207:21199632,21138594:metal:4207:21199521,21138599:metal:4207:21199341,21138604:metal:4207:21199102,21138605:metal:4207:21172917,21138613:metal:4207:21172632,21138619:metal:4207:21172436,21138623:metal:4207:21172429,21138723:metal:4207:21172341,21138736:metal:4207:21170647,21138767:metal:4207:21169859,21139034:metal:4207:21169312,21139039:metal:4207:21168919,21139042:metal:4207:21168708,21172733:metal:4207:21198871,21172848:metal:4207:21198686,21172861:metal:4207:21198592,21172862:metal:4207:21198549,21172883:metal:4207:21198436,21172894:metal:4207:21198269,21172927:metal:4207:21197310,21172938:metal:4207:21198027,21172939:metal:4207:21197200,21172954:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004106228629629611, 'nb_photo': 24, 'list_port_cont': '21173618,21174997,21177761,21183099,21192159,21193074,21195570,21196532,21200986,21201077,21202135,21203585,21204195,21206734,21206828,21208840,21209352,21209710,21210914,21211721,21216459,21270256,21270781,21273298', 'assoc_port': '21136906:21270256,21136912:21270781,21136947:21273298,21172906:21216459,21172987:21211721,21173021:21210914,21173142:21209710,21173181:21209352,21173268:21208840,21173272:21173618,21173324:21206828,21173335:21206734,21173875:21203585,21173882:21174997,21174789:21202135,21175013:21201077,21175033:21200986,21175588:21204195,21176576:21196532,21176882:21195570,21176914:21177761,21178395:21193074,21178495:21192159,21179430:21183099', 'assoc_mat': '21136906:metal:4461:21270256,21136912:metal:4461:21270781,21136947:metal:4461:21273298,21172906:metal:4461:21216459,21172987:metal:4461:21211721,21173021:metal:4461:21210914,21173142:metal:4461:21209710,21173181:metal:4461:21209352,21173268:metal:4461:21208840,21173272:metal:4461:21173618,21173324:metal:4461:21206828,21173335:metal:4461:21206734,21173875:metal:4461:21203585,21173882:metal:4461:21174997,21174789:metal:4461:21202135,21175013:metal:4461:21201077,21175033:metal:4461:21200986,21175588:metal:4461:21204195,21176576:metal:4461:21196532,21176882:metal:4461:21195570,21176914:metal:4461:21177761,21178395:metal:4461:21193074,21178495:metal:4461:21192159,21179430:metal:4461:21183099'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2129391462354815, 'nb_photo': 1334, 'list_port_cont': '21137258,21137285,21137604,21138155,21138507,21138680,21139966,21140022,21140729,21141141,21141631,21141781,21146774,21149885,21155311,21157122,21157453,21159110,21159377,21159724,21162412,21162598,21173424,21173955,21174105,21174130,21174164,21174340,21174399,21174712,21174891,21175220,21175508,21175770,21176017,21176246,21176717,21177048,21177164,21177275,21177529,21177962,21178139,21178272,21178695,21178881,21179119,21179233,21179413,21179520,21179554,21179595,21179840,21179855,21180090,21180148,21182450,21182519,21182981,21183076,21183144,21183749,21183877,21184014,21184379,21184557,21185067,21185198,21185404,21186004,21186280,21186752,21186817,21187399,21187660,21188522,21188671,21189113,21189268,21189461,21189716,21190123,21190519,21190699,21190999,21191395,21191625,21192049,21192400,21192626,21192884,21193377,21193624,21193850,21194242,21194498,21194680,21195005,21195314,21195532,21195994,21196648,21196915,21197658,21197887,21198214,21198470,21198737,21199066,21199308,21200286,21200393,21200547,2120091', 'assoc_port': '21136562:21137285,21136563:21137258,21136907:21162598,21136918:21162412,21136944:21137604,21137283:21159724,21137307:21159377,21137511:21159110,21137512:21157453,21137532:21157122,21137537:21155311,21137543:21138507,21137548:21138155,21137968:21138680,21138575:21149885,21138591:21146774,21138597:21141781,21138621:21141631,21138785:21141141,21139023:21140729,21139038:21140022,21139046:21139966,21172716:21207001,21172754:21206440,21172798:21206183,21172842:21205853,21172855:21205762,21172864:21205115,21172886:21206046,21172900:21205595,21172902:21205525,21172924:21204962,21172926:21205415,21172932:21173424,21172990:21204893,21173014:21204730,21173024:21204524,21173046:21204498,21173048:21204441,21173093:21204286,21173098:21204186,21173100:21203933,21173125:21203711,21173144:21203266,21173158:21203037,21173176:21202864,21173182:21202599,21173189:21202432,21173218:21202198,21173235:21202042,21173257:21201854,21173281:21201762,21173308:21201660,21173319:21201393,21173320:21200911,21173329:21174130,21173354:2117395', 'assoc_mat': '21136562:metal:4200:21137285,21136563:metal:4200:21137258,21136907:metal:4200:21162598,21136918:metal:4200:21162412,21136944:metal:4200:21137604,21137283:metal:4200:21159724,21137307:metal:4200:21159377,21137511:metal:4200:21159110,21137512:metal:4200:21157453,21137532:metal:4200:21157122,21137537:metal:4200:21155311,21137543:metal:4200:21138507,21137548:metal:4200:21138155,21137968:metal:4200:21138680,21138575:metal:4200:21149885,21138591:metal:4200:21146774,21138597:metal:4200:21141781,21138621:metal:4200:21141631,21138785:metal:4200:21141141,21139023:metal:4200:21140729,21139038:metal:4200:21140022,21139046:metal:4200:21139966,21172716:metal:4200:21207001,21172754:metal:4200:21206440,21172798:metal:4200:21206183,21172842:metal:4200:21205853,21172855:metal:4200:21205762,21172864:metal:4200:21205115,21172886:metal:4200:21206046,21172900:metal:4200:21205595,21172902:metal:4200:21205525,21172924:metal:4200:21204962,21172926:metal:4200:21205415,21172932:metal:4200:21173424,21172990:metal:4200:21204893,21173014:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026562462196736476, 'nb_photo': 1037, 'list_port_cont': '21173348,21173389,21173493,21173526,21174151,21174183,21174258,21174460,21174547,21174800,21175082,21175320,21175359,21175438,21175499,21175794,21176150,21176178,21176349,21176362,21176380,21176558,21176596,21176621,21176766,21176875,21177239,21177515,21177855,21177858,21178022,21178047,21178241,21178287,21178309,21178353,21178545,21178565,21178711,21178840,21179144,21179266,21179497,21179773,21179997,21180162,21180290,21180397,21180407,21180861,21182956,21183030,21183331,21183521,21184033,21184289,21184302,21184702,21184724,21185014,21185078,21185314,21185381,21185500,21185851,21185947,21186528,21187084,21187133,21187196,21187384,21188121,21188263,21188440,21188896,21190183,21190201,21190552,21190594,21190653,21190747,21190920,21191020,21191108,21191192,21191412,21191531,21192027,21192069,21192137,21192321,21192342,21192520,21192745,21192899,21192925,21192987,21192999,21193060,21193117,21193193,21193231,21193491,21193765,21193801,21193865,21193889,21194100,21194383,21194404,21194483,21194578,21194697,2119472', 'assoc_port': '19428659:21248561,19438276:21246950,19458329:21249052,19458789:21248808,19460977:21248685,19467828:21255776,19469398:21255277,19474557:21254390,19474561:21253855,19474563:21253337,19477264:21252251,19498629:21237903,19516423:21218506,19524618:21217132,19543451:21216031,19545200:21214725,19553301:21211516,19554129:21173389,19555141:21211412,19580444:21216704,19581718:21216406,19655151:21210040,19702409:21201891,19737247:21175438,19737437:21175320,19754761:21176349,19758171:21203730,19760878:21203813,19763328:21203572,19763356:21203423,19770002:21174460,19830361:21209019,19844397:21199459,19847173:21198847,19856581:21176875,19859427:21176766,19876106:21197824,19884822:21197186,19884847:21196974,19888799:21196735,19898891:21199891,19901747:21196170,19916125:21195360,19929105:21194887,19960824:21194383,19965567:21194100,19976778:21178565,19980529:21178545,19980532:21178711,19984107:21178353,20003495:21193765,20010529:21193231,20023443:21192520,20028249:21192069,20028256:21192137,20044538:21191020,20045058:2119092', 'assoc_mat': '19428659:metal:4209:21248561,19438276:metal:4209:21246950,19458329:metal:4209:21249052,19458789:metal:4209:21248808,19460977:metal:4209:21248685,19467828:metal:4209:21255776,19469398:metal:4209:21255277,19474557:metal:4209:21254390,19474561:metal:4209:21253855,19474563:metal:4209:21253337,19477264:metal:4209:21252251,19498629:metal:4209:21237903,19516423:metal:4209:21218506,19524618:metal:4209:21217132,19543451:metal:4209:21216031,19545200:metal:4209:21214725,19553301:metal:4209:21211516,19554129:metal:4209:21173389,19555141:metal:4209:21211412,19580444:metal:4209:21216704,19581718:metal:4209:21216406,19655151:metal:4209:21210040,19702409:metal:4209:21201891,19737247:metal:4209:21175438,19737437:metal:4209:21175320,19754761:metal:4209:21176349,19758171:metal:4209:21203730,19760878:metal:4209:21203813,19763328:metal:4209:21203572,19763356:metal:4209:21203423,19770002:metal:4209:21174460,19830361:metal:4209:21209019,19844397:metal:4209:21199459,19847173:metal:4209:21198847,19856581:metal:4209:21176875,19859427:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011738312561851892, 'nb_photo': 1242, 'list_port_cont': '20085670,20086290,20087147,20089334,20090314,20101298,20106734,20107652,20115916,20117045,20118962,20121973,20122966,20136823,20137461,20137832,20138102,20139827,20139882,20140010,20172575,20174662,20176344,20177629,20196605,20198253,20199597,20200521,20200554,20201330,20231834,20231867,20232928,20233481,20234053,20234167,20235857,20238859,20239143,21137401,21139188,21139672,21163814,21164183,21167760,21168283,21168635,21169503,21169950,21170448,21173778,21174279,21174614,21174828,21175193,21175350,21175563,21176006,21176321,21176642,21177067,21177124,21177431,21177551,21177830,21178154,21183047,21187039,21190056,21191098,21191342,21192665,21193182,21196650,21197039,21198756,21199205,21199650,21200205,21200297,21200772,21200900,21201153,21202541,21202712,21203069,21203538', 'assoc_port': '19859429:20174662,19954425:20176344,20014710:20196605,20015611:20177629,20023438:20198253,20023441:20199597,20026808:20200521,20031177:20200554,20036276:20201330,20036573:20231834,20039940:20232928,20042505:20231867,20042852:20233481,20044534:20234053,20045059:20234167,20046352:20235857,20047144:20238859,20048499:20239143,20049854:20172575,20063551:20140010,20068359:20139882,20070514:20139827,20071895:20138102,20073270:20137832,20074713:20101298,20076794:20090314,20079018:20089334,20083089:20086290,20083092:20085670,20085536:20087147,20101919:20137461,20105987:20107652,20106007:20106734,20108234:20136823,20115463:20115916,20116392:20117045,20118802:20118962,20121224:20122966,20121231:20121973,21136613:21137401,21137552:21139188,21137971:21170448,21138549:21169950,21138592:21169503,21138615:21168635,21138620:21168283,21138725:21167760,21138733:21164183,21138741:21163814,21139065:21139672,21172727:21203538,21172847:21203069,21172860:21202712,21172936:21173778,21172955:21202541,21173009:21201153,21173010:2120090', 'assoc_mat': '19859429:metal:4211:20174662,19954425:metal:4211:20176344,20014710:metal:4211:20196605,20015611:metal:4211:20177629,20023438:metal:4211:20198253,20023441:metal:4211:20199597,20026808:metal:4211:20200521,20031177:metal:4211:20200554,20036276:metal:4211:20201330,20036573:metal:4211:20231834,20039940:metal:4211:20232928,20042505:metal:4211:20231867,20042852:metal:4211:20233481,20044534:metal:4211:20234053,20045059:metal:4211:20234167,20046352:metal:4211:20235857,20047144:metal:4211:20238859,20048499:metal:4211:20239143,20049854:metal:4211:20172575,20063551:metal:4211:20140010,20068359:metal:4211:20139882,20070514:metal:4211:20139827,20071895:metal:4211:20138102,20073270:metal:4211:20137832,20074713:metal:4211:20101298,20076794:metal:4211:20090314,20079018:metal:4211:20089334,20083089:metal:4211:20086290,20083092:metal:4211:20085670,20085536:metal:4211:20087147,20101919:metal:4211:20137461,20105987:metal:4211:20107652,20106007:metal:4211:20106734,20108234:metal:4211:20136823,20115463:metal:4211:20115916,20116392:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00012625157478808447, 'nb_photo': 2, 'list_port_cont': '19544800,20083825', 'assoc_port': '19544335:19544800,20082400:20083825', 'assoc_mat': '19544335:metal:3327:19544800,20082400:metal:3327:20083825'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012771578929116382, 'nb_photo': 65, 'list_port_cont': '21137123,21137355,21137701,21137896,21137929,21138309,21138648,21138827,21139518,21139899,21173207,21173754,21178132,21180359,21180990,21181408', 'assoc_port': '21136601:21139899,21136603:21139518,21136617:21138827,21136619:21138648,21136621:21137929,21136624:21137896,21136628:21137701,21136633:21137355,21136639:21138309,21136640:21137123,21172933:21173207,21173139:21173754,21177716:21180990,21177717:21180359,21177725:21178132,21179437:21181408', 'assoc_mat': '21136601:metal:3594:21139899,21136603:metal:3594:21139518,21136617:metal:3594:21138827,21136619:metal:3594:21138648,21136621:metal:3594:21137929,21136624:metal:3594:21137896,21136628:metal:3594:21137701,21136633:metal:3594:21137355,21136639:metal:3594:21138309,21136640:metal:3594:21137123,21172933:metal:3594:21173207,21173139:metal:3594:21173754,21177716:metal:3594:21180990,21177717:metal:3594:21180359,21177725:metal:3594:21178132,21179437:metal:3594:21181408'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.027945931174335498, 'nb_photo': 3958, 'list_port_cont': '19372015,19388691,19419723,19433574,19434056,19436614,19446664,19465979,19490506,19512815,19516746,19521916,19530881,19543588,19629747,19698192,19712444,19728356,19730886,19742206,19780730,19826826,19868756,19870938,19905911,19909743,19927331,19929755,19934409,19939956,19945344,19966772,19982748,20119952,20136838,20147010,20149140,20150769,20164734,20166274,20194350,20199884,21173416,21174316,21175721,21193344,21193917,21199089,21199581,21201306,21202827,21205234,21207495,21209158,21209871,21210638,21210981,21211538,21214760,21216422,21216432,21217559,21271155,21274189,21274621,21286099,21286770,21288177,21331242,21334966,21335678', 'assoc_port': '19371330:19372015,19388376:19388691,19410818:19419723,19431292:19434056,19432610:19433574,19434928:19436614,19441323:19446664,19465715:19465979,19472282:19490506,19477740:19521916,19503121:19512815,19508552:19516746,19518156:19530881,19542922:19543588,19557292:21210981,19595770:19629747,19664408:19698192,19694911:19712444,19697095:19728356,19703072:19730886,19736178:19742206,19762344:19780730,19798177:19826826,19828904:19868756,19830365:19870938,19844075:19905911,19845009:19909743,19854016:19927331,19888797:19939956,19897039:19945344,19903192:19966772,19929091:19934409,19929173:19929755,19981942:19982748,20014713:20119952,20026814:20136838,20038211:20147010,20043627:20149140,20049858:20150769,20074722:20164734,20076786:20166274,20102661:20194350,20116393:20199884,21136917:21271155,21137275:21274189,21137301:21274621,21137314:21331242,21138587:21334966,21138610:21286099,21138611:21286770,21138728:21335678,21138752:21288177,21172809:21217559,21172887:21216422,21172892:21216432,21172928:21214760,21172991:2121153', 'assoc_mat': '19371330:papier:4205:19372015,19388376:papier:4205:19388691,19410818:papier:4205:19419723,19431292:papier:4205:19434056,19432610:papier:4205:19433574,19434928:papier:4205:19436614,19441323:papier:4205:19446664,19465715:papier:4205:19465979,19472282:papier:4205:19490506,19477740:papier:4205:19521916,19503121:papier:4205:19512815,19508552:papier:4205:19516746,19518156:papier:4205:19530881,19542922:papier:4205:19543588,19557292:papier:4205:21210981,19595770:papier:4205:19629747,19664408:papier:4205:19698192,19694911:papier:4205:19712444,19697095:papier:4205:19728356,19703072:papier:4205:19730886,19736178:papier:4205:19742206,19762344:papier:4205:19780730,19798177:papier:4205:19826826,19828904:papier:4205:19868756,19830365:papier:4205:19870938,19844075:papier:4205:19905911,19845009:papier:4205:19909743,19854016:papier:4205:19927331,19888797:papier:4205:19939956,19897039:papier:4205:19945344,19903192:papier:4205:19966772,19929091:papier:4205:19934409,19929173:papier:4205:19929755,19981942:papier:4205:19982748,2001'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010125894441581362, 'nb_photo': 1618, 'list_port_cont': '20135036,20149744,20162228,20194745,20199703,20208101,20277590,21178858,21185335,21190167,21197022,21200264,21206305,21208481,21209631,21210457,21210907,21214503,21216604,21218218,21270595,21334565', 'assoc_port': '20025651:20135036,20039938:20277590,20045888:20149744,20073268:20162228,20104700:20194745,20115134:20199703,20119801:20208101,21136910:21270595,21139048:21334565,21172726:21218218,21172923:21216604,21172981:21214503,21173043:21210907,21173112:21210457,21173173:21209631,21173275:21208481,21173810:21206305,21175654:21200264,21176546:21197022,21177730:21178858,21179158:21190167,21179219:21185335', 'assoc_mat': '20025651:papier:4203:20135036,20039938:papier:4203:20277590,20045888:papier:4203:20149744,20073268:papier:4203:20162228,20104700:papier:4203:20194745,20115134:papier:4203:20199703,20119801:papier:4203:20208101,21136910:papier:4203:21270595,21139048:papier:4203:21334565,21172726:papier:4203:21218218,21172923:papier:4203:21216604,21172981:papier:4203:21214503,21173043:papier:4203:21210907,21173112:papier:4203:21210457,21173173:papier:4203:21209631,21173275:papier:4203:21208481,21173810:papier:4203:21206305,21175654:papier:4203:21200264,21176546:papier:4203:21197022,21177730:papier:4203:21178858,21179158:papier:4203:21190167,21179219:papier:4203:21185335'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04531627209538511, 'nb_photo': 14869, 'list_port_cont': '19370188,19370578,19393740,19410152,19410492,19429283,19451094,19461154,19520523,19543510,19571180,19630950,19638673,19641422,19693355,19694347,19702912,19703044,19734412,19750345,19762948,19820194,19825571,19843488,19930659,19931073,19958872,20068488,20112735,20114744,21137480,21137783,21168528,21168672,21168704,21168908,21169316,21169375,21169802,21169865,21170035,21170640,21170836,21170981,21172330,21172424,21172444,21172530,21172633,21172908,21173226,21173374,21173551,21173612,21173826,21174073,21174205,21174564,21174852,21174973,21175212,21175386,21175535,21175697,21175712,21175847,21176072,21176292,21176397,21176647,21176709,21176733,21176994,21177148,21177349,21177459,21177648,21177884,21177984,21178055,21178169,21178486,21178797,21178947,21179277,21179379,21179535,21179734,21179809,21180067,21181002,21181115,21181255,21181326,21181373,21181639,21182049,21182163,21182302,21182439,21182793,21183023,21184231,21184330,21184470,21184567,21184774,21184940,21185202,21185363,21185544,21185795,21185977,2118598', 'assoc_port': '19370012:19370188,19370527:19370578,19393354:19393740,19409943:19410152,19410363:19410492,19429020:19429283,19450726:19451094,19460980:19461154,19520063:19520523,19543455:19543510,19571019:19571180,19630156:19630950,19637611:19638673,19640302:19641422,19693114:19693355,19694237:19694347,19702412:19703044,19702414:19702912,19734227:19734412,19750179:19750345,19762340:19762948,19819066:19820194,19824209:19825571,19843219:19843488,19929081:19931073,19929097:19930659,19958105:19958872,20066052:20068488,20110612:20112735,20113526:20114744,21136895:21204520,21136900:21204472,21136903:21204415,21136908:21204355,21136913:21204265,21136923:21204132,21136946:21137480,21137243:21203557,21137245:21203403,21137252:21203178,21137272:21203054,21137277:21203005,21137306:21202902,21137315:21202832,21137504:21202745,21137505:21202593,21137507:21202487,21137508:21202340,21137515:21202252,21137517:21202079,21137521:21201925,21137527:21201829,21137531:21201809,21137535:21201780,21137545:21201675,21137547:21201501,21137551:2120137', 'assoc_mat': '19370012:papier:4207:19370188,19370527:papier:4207:19370578,19393354:papier:4207:19393740,19409943:papier:4207:19410152,19410363:papier:4207:19410492,19429020:papier:4207:19429283,19450726:papier:4207:19451094,19460980:papier:4207:19461154,19520063:papier:4207:19520523,19543455:papier:4207:19543510,19571019:papier:4207:19571180,19630156:papier:4207:19630950,19637611:papier:4207:19638673,19640302:papier:4207:19641422,19693114:papier:4207:19693355,19694237:papier:4207:19694347,19702412:papier:4207:19703044,19702414:papier:4207:19702912,19734227:papier:4207:19734412,19750179:papier:4207:19750345,19762340:papier:4207:19762948,19819066:papier:4207:19820194,19824209:papier:4207:19825571,19843219:papier:4207:19843488,19929081:papier:4207:19931073,19929097:papier:4207:19930659,19958105:papier:4207:19958872,20066052:papier:4207:20068488,20110612:papier:4207:20112735,20113526:papier:4207:20114744,21136895:papier:4207:21204520,21136900:papier:4207:21204472,21136903:papier:4207:21204415,21136908:papier:4207:21204355,2113'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21232816853617137, 'nb_photo': 85981, 'list_port_cont': '19382633,21138322,21173626,21173973,21174219,21175012,21175876,21176088,21176260,21177006,21177316,21177678,21177755,21178216,21178439,21178762,21179346,21179689,21179866,21180186,21183104,21183285,21183399,21183567,21183935,21184091,21184613,21185523,21185907,21186377,21186906,21187923,21188554,21188813,21190276,21190336,21190428,21190856,21190878,21191217,21191439,21191723,21191876,21192109,21192162,21192548,21192763,21193016,21193073,21193309,21193445,21193735,21194037,21194259,21194353,21194449,21194597,21194786,21194828,21195179,21195572,21195634,21195910,21196059,21196256,21196536,21196709,21197232,21197300,21197832,21197950,21198092,21198170,21198630,21199136,21199215,21199368,21199537,21199688,21199842,21199988,21200100,21200638,21200987,21201089,21201168,21201422,21201482,21201634,21201967,21202136,21202505,21202551,21202690,21202763,21202935,21203297,21203448,21203581,21203751,21203849,21203899,21203980,21204050,21204192,21205035,21205250,21205310,21205357,21206060,21206242,21206480,21206613,2120666', 'assoc_port': '19377397:19382633,21136554:21263441,21136557:21303115,21136564:21302595,21136602:21302368,21136634:21301980,21136642:21264074,21136896:21269763,21136901:21270085,21136906:21270266,21136912:21270787,21136915:21272021,21136922:21299616,21136927:21299514,21136947:21273306,21136954:21273444,21136958:21138322,21137241:21273697,21137247:21274199,21137270:21274488,21137274:21274444,21137281:21275732,21137304:21276277,21137310:21294488,21137324:21277729,21137506:21278073,21137516:21278627,21137526:21292409,21137530:21279573,21137540:21279875,21137549:21280368,21137571:21281058,21137953:21281396,21137956:21281666,21137960:21282508,21137965:21282793,21137972:21294268,21138545:21283915,21138553:21295280,21138576:21284779,21138582:21285561,21138589:21286173,21138595:21286352,21138602:21286695,21138609:21286856,21138616:21290773,21138625:21288147,21138724:21287469,21138734:21286638,21138739:21286442,21138746:21286275,21138760:21298146,21138774:21286142,21138796:21285640,21139022:21284275,21139024:21284661,21139033:2128447', 'assoc_mat': '19377397:papier:4461:19382633,21136554:papier:4461:21263441,21136557:papier:4461:21303115,21136564:papier:4461:21302595,21136602:papier:4461:21302368,21136634:papier:4461:21301980,21136642:papier:4461:21264074,21136896:papier:4461:21269763,21136901:papier:4461:21270085,21136906:papier:4461:21270266,21136912:papier:4461:21270787,21136915:papier:4461:21272021,21136922:papier:4461:21299616,21136927:papier:4461:21299514,21136947:papier:4461:21273306,21136954:papier:4461:21273444,21136958:papier:4461:21138322,21137241:papier:4461:21273697,21137247:papier:4461:21274199,21137270:papier:4461:21274488,21137274:papier:4461:21274444,21137281:papier:4461:21275732,21137304:papier:4461:21276277,21137310:papier:4461:21294488,21137324:papier:4461:21277729,21137506:papier:4461:21278073,21137516:papier:4461:21278627,21137526:papier:4461:21292409,21137530:papier:4461:21279573,21137540:papier:4461:21279875,21137549:papier:4461:21280368,21137571:papier:4461:21281058,21137953:papier:4461:21281396,21137956:papier:4461:21281666,2113'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01682368503151378, 'nb_photo': 2060, 'list_port_cont': '21137267,21137289,21137611,21138144,21138510,21138684,21139969,21140018,21140730,21141142,21141629,21141777,21146762,21149891,21155318,21157132,21157449,21159117,21159370,21159728,21162398,21162599,21173425,21173971,21174103,21174127,21174162,21174334,21174392,21174705,21174890,21175223,21175507,21175780,21176022,21176251,21176727,21177043,21177160,21177283,21177528,21177976,21178142,21178196,21178271,21178690,21178877,21179128,21179228,21179408,21179522,21179558,21179589,21179834,21179848,21180088,21180149,21182446,21182509,21182992,21183075,21183129,21183735,21183880,21184008,21184376,21184547,21185065,21185194,21185402,21186012,21186294,21186745,21186811,21187403,21187664,21187998,21188510,21188674,21189109,21189256,21189463,21189717,21190117,21190522,21190706,21191000,21191400,21191623,21192057,21192399,21192612,21192893,21193385,21193630,21193852,21194243,21194502,21194677,21195009,21195320,21195538,21195988,21196637,21196917,21197666,21197891,21198212,21198475,21198732,21199060,21199309,21200271,2120038', 'assoc_port': '21136562:21137289,21136563:21137267,21136907:21162599,21136918:21162398,21136944:21137611,21137283:21159728,21137307:21159370,21137511:21159117,21137512:21157449,21137532:21157132,21137537:21155318,21137543:21138510,21137548:21138144,21137968:21138684,21138575:21149891,21138591:21146762,21138597:21141777,21138621:21141629,21138785:21141142,21139023:21140730,21139038:21140018,21139046:21139969,21172716:21207009,21172754:21206444,21172798:21206180,21172842:21205862,21172855:21205753,21172864:21205105,21172886:21206057,21172900:21205590,21172902:21205523,21172924:21204960,21172926:21205400,21172932:21173425,21172990:21204889,21173014:21204733,21173024:21204529,21173046:21204497,21173048:21204436,21173093:21204288,21173098:21204174,21173100:21203932,21173125:21203698,21173144:21203275,21173158:21203035,21173176:21202876,21173182:21202608,21173189:21202441,21173218:21202200,21173235:21202049,21173257:21201856,21173281:21201768,21173308:21201666,21173319:21201402,21173320:21200908,21173329:21174127,21173354:2117397', 'assoc_mat': '21136562:papier:4200:21137289,21136563:papier:4200:21137267,21136907:papier:4200:21162599,21136918:papier:4200:21162398,21136944:papier:4200:21137611,21137283:papier:4200:21159728,21137307:papier:4200:21159370,21137511:papier:4200:21159117,21137512:papier:4200:21157449,21137532:papier:4200:21157132,21137537:papier:4200:21155318,21137543:papier:4200:21138510,21137548:papier:4200:21138144,21137968:papier:4200:21138684,21138575:papier:4200:21149891,21138591:papier:4200:21146762,21138597:papier:4200:21141777,21138621:papier:4200:21141629,21138785:papier:4200:21141142,21139023:papier:4200:21140730,21139038:papier:4200:21140018,21139046:papier:4200:21139969,21172716:papier:4200:21207009,21172754:papier:4200:21206444,21172798:papier:4200:21206180,21172842:papier:4200:21205862,21172855:papier:4200:21205753,21172864:papier:4200:21205105,21172886:papier:4200:21206057,21172900:papier:4200:21205590,21172902:papier:4200:21205523,21172924:papier:4200:21204960,21172926:papier:4200:21205400,21172932:papier:4200:21173425,2117'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.8992694447610192, 'nb_photo': 2, 'list_port_cont': '20368538', 'assoc_port': '19960824:20368538', 'assoc_mat': '19960824:papier:3726:20368538'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.047227417563077474, 'nb_photo': 5365, 'list_port_cont': '19428721,19438776,19458521,19459002,19461398,19468102,19470018,19475335,19475494,19498944,19500761,19506308,19517069,19518499,19524966,19543540,19545579,19553494,19554319,19558509,19562185,19571269,19581208,19583050,19598791,19656568,19660853,19703241,19735561,19737301,19737702,19756313,19759038,19762193,19764125,19764281,19771093,19778741,19831678,19845164,19847532,19857701,19860741,19885708,19889377,19899700,19911400,19917009,19930480,19965959,19976977,19981046,19983809,19985099,20005472,20012071,20018071,20023856,20028645,20028667,20044701,20047368,20048838,20050757,20052206,20064625,20072559,20076483,20084096,20116409,20117089,20118266,20122385', 'assoc_port': '19428659:19428721,19438276:19438776,19458329:19458521,19458789:19459002,19460977:19461398,19467828:19468102,19469398:19470018,19474561:19475494,19474563:19475335,19498629:19498944,19500653:19500761,19505863:19506308,19516423:19518499,19516780:19517069,19524618:19524966,19543451:19543540,19545200:19545579,19553301:19553494,19554129:19554319,19555141:19562185,19558298:19558509,19571015:19571269,19580444:19581208,19581718:19583050,19598090:19598791,19655151:19656568,19659858:19660853,19702409:19703241,19735437:19735561,19737247:19737301,19737437:19737702,19754761:19756313,19758171:19759038,19760878:19778741,19760884:19762193,19763328:19764281,19763356:19764125,19770002:19771093,19830361:19831678,19844397:19845164,19847173:19847532,19856581:19857701,19859427:19860741,19876106:19911400,19884847:19885708,19888799:19889377,19898891:19899700,19916125:19917009,19929105:19930480,19965567:19965959,19976778:19976977,19980529:19983809,19980532:19981046,19984107:19985099,20003495:20005472,20010529:20012071,20017062:2001807', 'assoc_mat': '19428659:papier:4207:19428721,19438276:papier:4207:19438776,19458329:papier:4207:19458521,19458789:papier:4207:19459002,19460977:papier:4207:19461398,19467828:papier:4207:19468102,19469398:papier:4207:19470018,19474561:papier:4207:19475494,19474563:papier:4207:19475335,19498629:papier:4207:19498944,19500653:papier:4207:19500761,19505863:papier:4207:19506308,19516423:papier:4207:19518499,19516780:papier:4207:19517069,19524618:papier:4207:19524966,19543451:papier:4207:19543540,19545200:papier:4207:19545579,19553301:papier:4207:19553494,19554129:papier:4207:19554319,19555141:papier:4207:19562185,19558298:papier:4207:19558509,19571015:papier:4207:19571269,19580444:papier:4207:19581208,19581718:papier:4207:19583050,19598090:papier:4207:19598791,19655151:papier:4207:19656568,19659858:papier:4207:19660853,19702409:papier:4207:19703241,19735437:papier:4207:19735561,19737247:papier:4207:19737301,19737437:papier:4207:19737702,19754761:papier:4207:19756313,19758171:papier:4207:19759038,19760878:papier:4207:19778741,1976'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.8996205312804136, 'nb_photo': 186856, 'list_port_cont': '21173340,21173391,21173490,21173518,21173903,21174057,21174146,21174185,21174250,21174461,21174476,21174554,21174804,21175077,21175098,21175330,21175356,21175430,21175501,21175793,21176146,21176186,21176345,21176360,21176368,21176408,21176563,21176597,21176628,21176763,21176861,21177204,21177245,21177517,21177594,21177854,21177868,21178041,21178046,21178109,21178247,21178288,21178311,21178348,21178550,21178571,21178716,21178846,21179139,21179258,21179292,21179499,21179732,21179768,21179984,21180066,21180106,21180174,21180279,21180401,21180414,21180866,21182947,21183027,21183335,21183518,21183719,21183857,21184030,21184188,21184281,21184307,21184694,21184730,21184881,21185013,21185081,21185234,21185306,21185378,21185496,21185844,21185941,21186251,21186403,21186524,21187089,21187146,21187184,21187305,21187383,21188114,21188255,21188444,21188611,21188899,21189105,21190189,21190191,21190546,21190604,21190651,21190748,21190922,21190988,21191017,21191115,21191200,21191241,21191336,21191424,21191539,21191756,2119196', 'assoc_port': '19428659:21248557,19438276:21246939,19458329:21249066,19458789:21248803,19460977:21248686,19467828:21255766,19469398:21255266,19474557:21254382,19474561:21253856,19474563:21253341,19477264:21252245,19498629:21237900,19500653:21235956,19505863:21234099,19516423:21218514,19516780:21218407,19524618:21217133,19543451:21216032,19545200:21214734,19553301:21211528,19554129:21173391,19555141:21211407,19558298:21211033,19571015:21216945,19580444:21216706,19581718:21216408,19598090:21173903,19655151:21210050,19659858:21209747,19702409:21201900,19735437:21205207,19737247:21175430,19737437:21175330,19754761:21176345,19758171:21203734,19760878:21203815,19760884:21203653,19763328:21203568,19763356:21203424,19770002:21174461,19830361:21209021,19844397:21199461,19847173:21198851,19856581:21176861,19859427:21176763,19876106:21197820,19884822:21197190,19884847:21196983,19888799:21196748,19898891:21199898,19901747:21196164,19916125:21195372,19929105:21194892,19960824:21194384,19965567:21194095,19976778:21178571,19980529:2117855', 'assoc_mat': '19428659:papier:4209:21248557,19438276:papier:4209:21246939,19458329:papier:4209:21249066,19458789:papier:4209:21248803,19460977:papier:4209:21248686,19467828:papier:4209:21255766,19469398:papier:4209:21255266,19474557:papier:4209:21254382,19474561:papier:4209:21253856,19474563:papier:4209:21253341,19477264:papier:4209:21252245,19498629:papier:4209:21237900,19500653:papier:4209:21235956,19505863:papier:4209:21234099,19516423:papier:4209:21218514,19516780:papier:4209:21218407,19524618:papier:4209:21217133,19543451:papier:4209:21216032,19545200:papier:4209:21214734,19553301:papier:4209:21211528,19554129:papier:4209:21173391,19555141:papier:4209:21211407,19558298:papier:4209:21211033,19571015:papier:4209:21216945,19580444:papier:4209:21216706,19581718:papier:4209:21216408,19598090:papier:4209:21173903,19655151:papier:4209:21210050,19659858:papier:4209:21209747,19702409:papier:4209:21201900,19735437:papier:4209:21205207,19737247:papier:4209:21175430,19737437:papier:4209:21175330,19754761:papier:4209:21176345,1975'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01047264137403709, 'nb_photo': 12386, 'list_port_cont': '20085669,20086291,20087135,20089333,20090310,20101312,20106742,20107654,20115904,20117055,20118953,20121967,20122972,20136820,20137453,20137826,20138108,20139833,20139891,20140021,20172569,20174664,20176347,20177625,20196613,20198257,20199595,20200517,20200558,20201317,20231847,20231877,20232924,20233477,20234051,20234170,20235869,20238860,20239130,21137410,21139179,21139679,21163807,21164171,21167765,21168284,21168634,21169495,21169962,21170441,21173767,21174280,21174611,21174821,21175199,21175337,21175570,21176001,21176319,21176633,21177068,21177125,21177421,21177562,21177825,21178153,21183060,21187034,21190064,21191087,21191341,21192660,21193167,21196656,21197023,21198753,21199202,21199643,21200201,21200298,21200776,21200888,21201143,21202542,21202716,21203075,21203531', 'assoc_port': '19859429:20174664,19954425:20176347,20014710:20196613,20015611:20177625,20023438:20198257,20023441:20199595,20026808:20200517,20031177:20200558,20036276:20201317,20036573:20231847,20039940:20232924,20042505:20231877,20042852:20233477,20044534:20234051,20045059:20234170,20046352:20235869,20047144:20238860,20048499:20239130,20049854:20172569,20063551:20140021,20068359:20139891,20070514:20139833,20071895:20138108,20073270:20137826,20074713:20101312,20076794:20090310,20079018:20089333,20083089:20086291,20083092:20085669,20085536:20087135,20101919:20137453,20105987:20107654,20106007:20106742,20108234:20136820,20115463:20115904,20116392:20117055,20118802:20118953,20121224:20122972,20121231:20121967,21136613:21137410,21137552:21139179,21137971:21170441,21138549:21169962,21138592:21169495,21138615:21168634,21138620:21168284,21138725:21167765,21138733:21164171,21138741:21163807,21139065:21139679,21172727:21203531,21172847:21203075,21172860:21202716,21172936:21173767,21172955:21202542,21173009:21201143,21173010:2120088', 'assoc_mat': '19859429:papier:4211:20174664,19954425:papier:4211:20176347,20014710:papier:4211:20196613,20015611:papier:4211:20177625,20023438:papier:4211:20198257,20023441:papier:4211:20199595,20026808:papier:4211:20200517,20031177:papier:4211:20200558,20036276:papier:4211:20201317,20036573:papier:4211:20231847,20039940:papier:4211:20232924,20042505:papier:4211:20231877,20042852:papier:4211:20233477,20044534:papier:4211:20234051,20045059:papier:4211:20234170,20046352:papier:4211:20235869,20047144:papier:4211:20238860,20048499:papier:4211:20239130,20049854:papier:4211:20172569,20063551:papier:4211:20140021,20068359:papier:4211:20139891,20070514:papier:4211:20139833,20071895:papier:4211:20138108,20073270:papier:4211:20137826,20074713:papier:4211:20101312,20076794:papier:4211:20090310,20079018:papier:4211:20089333,20083089:papier:4211:20086291,20083092:papier:4211:20085669,20085536:papier:4211:20087135,20101919:papier:4211:20137453,20105987:papier:4211:20107654,20106007:papier:4211:20106742,20108234:papier:4211:20136820,2011'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011033627314516818, 'nb_photo': 658, 'list_port_cont': '19370773,19371788,19371877,19373426,19373911,19374918,19375355,19376902,19387747,19387895,19388335,19389889,19392268,19394714,19395415,19396182,19397519,19398157,19398272,19398356,19410176,19410205,19411155,19411513,19417317,19429579,19430872,19438030,19440874,19442084,19446604,19451287,19453874,19456968,19457020,19457927,19459117,19460529,19461750,19467304,19468233,19469037,19470588,19471578,19476487,19476598,19477108,19478657,19481509,19488504,19490571,19499581,19500270,19500982,19501966,19503520,19503935,19504976,19505823,19508871,19509792,19510542,19517095,19517595,19519869,19522157,19525162,19525973,19526082,19528330,19543067,19543576,19544791,19546490,19549262,19553241,19553586,19553731,19556479,19556850,19557588,19571370,19578500,19581505,19591328,19625705,19631780,19634542,19638831,19643553,19648146,19649938,19652677,19661681,19661992,19665841,19693338,19693703,19694551,19695227,19696419,19696812,19696936,19704956,19707978,19710093,19711159,19711769,19717313,19731265,19732638,19733482,19734506,1973531', 'assoc_port': '19370526:19370773,19371333:19371877,19371343:19371788,19372923:19373426,19373268:19373911,19374328:19374918,19375083:19375355,19376390:19376902,19387141:19387895,19387145:19387747,19388090:19388335,19389027:19389889,19391357:19392268,19394321:19394714,19395028:19395415,19395733:19396182,19397312:19397519,19397892:19398356,19397895:19398272,19397897:19398157,19409765:19410205,19409945:19410176,19410821:19411155,19411325:19411513,19416274:19417317,19429023:19429579,19430628:19430872,19437328:19438030,19440217:19440874,19441325:19442084,19445899:19446604,19450721:19451287,19453210:19453874,19456526:19457020,19456531:19456968,19457586:19457927,19458788:19459117,19460251:19460529,19460972:19461750,19466863:19467304,19467832:19468233,19468804:19469037,19470120:19470588,19470642:19471578,19474556:19476598,19474562:19476487,19475793:19477108,19477745:19478657,19480446:19481509,19487950:19488504,19489650:19490571,19499279:19499581,19499909:19500270,19500656:19500982,19501674:19501966,19503118:19503520,19503742:1950393', 'assoc_mat': '19370526:papier:3327:19370773,19371333:papier:3327:19371877,19371343:papier:3327:19371788,19372923:papier:3327:19373426,19373268:papier:3327:19373911,19374328:papier:3327:19374918,19375083:papier:3327:19375355,19376390:papier:3327:19376902,19387141:papier:3327:19387895,19387145:papier:3327:19387747,19388090:papier:3327:19388335,19389027:papier:3327:19389889,19391357:papier:3327:19392268,19394321:papier:3327:19394714,19395028:papier:3327:19395415,19395733:papier:3327:19396182,19397312:papier:3327:19397519,19397892:papier:3327:19398356,19397895:papier:3327:19398272,19397897:papier:3327:19398157,19409765:papier:3327:19410205,19409945:papier:3327:19410176,19410821:papier:3327:19411155,19411325:papier:3327:19411513,19416274:papier:3327:19417317,19429023:papier:3327:19429579,19430628:papier:3327:19430872,19437328:papier:3327:19438030,19440217:papier:3327:19440874,19441325:papier:3327:19442084,19445899:papier:3327:19446604,19450721:papier:3327:19451287,19453210:papier:3327:19453874,19456526:papier:3327:19457020,1945'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0894301983532235, 'nb_photo': 2418, 'list_port_cont': '21137116,21137353,21137645,21137706,21137893,21137923,21138312,21138647,21138829,21139123,21139221,21139521,21139896,21173214,21173760,21178125,21180121,21180360,21180989,21181405', 'assoc_port': '21136601:21139896,21136603:21139521,21136606:21139221,21136608:21139123,21136617:21138829,21136619:21138647,21136621:21137923,21136624:21137893,21136628:21137706,21136630:21137645,21136633:21137353,21136639:21138312,21136640:21137116,21172933:21173214,21173139:21173760,21177656:21180121,21177716:21180989,21177717:21180360,21177725:21178125,21179437:21181405', 'assoc_mat': '21136601:papier:3594:21139896,21136603:papier:3594:21139521,21136606:papier:3594:21139221,21136608:papier:3594:21139123,21136617:papier:3594:21138829,21136619:papier:3594:21138647,21136621:papier:3594:21137923,21136624:papier:3594:21137893,21136628:papier:3594:21137706,21136630:papier:3594:21137645,21136633:papier:3594:21137353,21136639:papier:3594:21138312,21136640:papier:3594:21137116,21172933:papier:3594:21173214,21173139:papier:3594:21173760,21177656:papier:3594:21180121,21177716:papier:3594:21180989,21177717:papier:3594:21180360,21177725:papier:3594:21178125,21179437:papier:3594:21181405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.008965795971488033, 'nb_photo': 99, 'list_port_cont': '21173445,21174323,21175725,21193912,21199090,21199576,21201312,21202809,21205221,21207485,21209160,21209859,21210642,21210979,21211533,21214766,21216437,21217553,21271151,21274181,21274625,21286093,21286782,21288173,21331244,21334967,21335686', 'assoc_port': '19557292:21210979,21136917:21271151,21137275:21274181,21137301:21274625,21137314:21331244,21138587:21334967,21138610:21286093,21138611:21286782,21138728:21335686,21138752:21288173,21172809:21217553,21172892:21216437,21172928:21214766,21172991:21211533,21173019:21210642,21173097:21173445,21173138:21209859,21173188:21209160,21173311:21207485,21173834:21205221,21173886:21174323,21174765:21202809,21174967:21201312,21175051:21175725,21175674:21199576,21175914:21199090,21177708:21193912', 'assoc_mat': '19557292:pehd:4205:21210979,21136917:pehd:4205:21271151,21137275:pehd:4205:21274181,21137301:pehd:4205:21274625,21137314:pehd:4205:21331244,21138587:pehd:4205:21334967,21138610:pehd:4205:21286093,21138611:pehd:4205:21286782,21138728:pehd:4205:21335686,21138752:pehd:4205:21288173,21172809:pehd:4205:21217553,21172892:pehd:4205:21216437,21172928:pehd:4205:21214766,21172991:pehd:4205:21211533,21173019:pehd:4205:21210642,21173097:pehd:4205:21173445,21173138:pehd:4205:21209859,21173188:pehd:4205:21209160,21173311:pehd:4205:21207485,21173834:pehd:4205:21205221,21173886:pehd:4205:21174323,21174765:pehd:4205:21202809,21174967:pehd:4205:21201312,21175051:pehd:4205:21175725,21175674:pehd:4205:21199576,21175914:pehd:4205:21199090,21177708:pehd:4205:21193912'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0028984812727008372, 'nb_photo': 176, 'list_port_cont': '20135045,20149735,20162232,20194746,20199715,20208111,20277585,21178862,21185328,21190174,21197017,21200256,21206314,21208480,21209635,21210467,21210906,21214504,21216597,21218228,21270585,21334555', 'assoc_port': '20025651:20135045,20039938:20277585,20045888:20149735,20073268:20162232,20104700:20194746,20115134:20199715,20119801:20208111,21136910:21270585,21139048:21334555,21172726:21218228,21172923:21216597,21172981:21214504,21173043:21210906,21173112:21210467,21173173:21209635,21173275:21208480,21173810:21206314,21175654:21200256,21176546:21197017,21177730:21178862,21179158:21190174,21179219:21185328', 'assoc_mat': '20025651:pehd:4203:20135045,20039938:pehd:4203:20277585,20045888:pehd:4203:20149735,20073268:pehd:4203:20162232,20104700:pehd:4203:20194746,20115134:pehd:4203:20199715,20119801:pehd:4203:20208111,21136910:pehd:4203:21270585,21139048:pehd:4203:21334555,21172726:pehd:4203:21218228,21172923:pehd:4203:21216597,21172981:pehd:4203:21214504,21173043:pehd:4203:21210906,21173112:pehd:4203:21210467,21173173:pehd:4203:21209635,21173275:pehd:4203:21208480,21173810:pehd:4203:21206314,21175654:pehd:4203:21200256,21176546:pehd:4203:21197017,21177730:pehd:4203:21178862,21179158:pehd:4203:21190174,21179219:pehd:4203:21185328'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004927704602130949, 'nb_photo': 177, 'list_port_cont': '21137474,21169374,21169870,21170655,21170833,21172438,21172526,21172638,21172914,21173604,21174206,21174567,21174977,21175690,21176702,21176995,21177351,21177639,21177883,21178179,21178473,21178786,21178940,21179273,21179541,21179739,21179800,21181247,21181340,21181371,21181637,21182053,21182782,21183021,21184324,21184782,21184943,21185207,21185555,21185793,21185982,21185987,21186477,21186717,21187056,21187564,21187632,21187810,21188025,21188589,21188710,21189551,21190025,21190153,21190317,21191070,21191311,21191495,21191830,21191915,21192035,21192218,21192439,21192738,21192872,21193203,21193500,21194163,21194305,21194447,21194642,21194971,21195028,21195353,21195521,21195724,21196190,21196385,21196437,21196935,21197210,21197311,21197864,21198026,21198688,21198863,21199346,21199630,21199958,21200124,21200321,21200463,21200481,21200536,21200593,21200794,21200843,21201095,21201495,21201688,21201799,21201841,21201924,21202068,21202490,21202757,21203009,21203065,21203179,21203407,21203550,21203796,21204259,2120447', 'assoc_port': '21136895:21204516,21136900:21204471,21136913:21204259,21136946:21137474,21137243:21203550,21137245:21203407,21137252:21203179,21137272:21203065,21137277:21203009,21137504:21202757,21137507:21202490,21137517:21202068,21137521:21201924,21137527:21201841,21137531:21201799,21137545:21201688,21137547:21201495,21137950:21201095,21137952:21200843,21137954:21200794,21137958:21203796,21138543:21200593,21138547:21200536,21138550:21200481,21138551:21200463,21138572:21200321,21138577:21200124,21138583:21199958,21138593:21199630,21138599:21199346,21138605:21172914,21138613:21172638,21138618:21172526,21138619:21172438,21138732:21170833,21138736:21170655,21138767:21169870,21139027:21169374,21172733:21198863,21172848:21198688,21172927:21197311,21172938:21198026,21172939:21197210,21172943:21196935,21172945:21197864,21172979:21196437,21172986:21196385,21172995:21196190,21173006:21195724,21173025:21195521,21173044:21195353,21173088:21195028,21173091:21194971,21173095:21194642,21173101:21194447,21173136:21194305,21173160:2119416', 'assoc_mat': '21136895:pehd:4207:21204516,21136900:pehd:4207:21204471,21136913:pehd:4207:21204259,21136946:pehd:4207:21137474,21137243:pehd:4207:21203550,21137245:pehd:4207:21203407,21137252:pehd:4207:21203179,21137272:pehd:4207:21203065,21137277:pehd:4207:21203009,21137504:pehd:4207:21202757,21137507:pehd:4207:21202490,21137517:pehd:4207:21202068,21137521:pehd:4207:21201924,21137527:pehd:4207:21201841,21137531:pehd:4207:21201799,21137545:pehd:4207:21201688,21137547:pehd:4207:21201495,21137950:pehd:4207:21201095,21137952:pehd:4207:21200843,21137954:pehd:4207:21200794,21137958:pehd:4207:21203796,21138543:pehd:4207:21200593,21138547:pehd:4207:21200536,21138550:pehd:4207:21200481,21138551:pehd:4207:21200463,21138572:pehd:4207:21200321,21138577:pehd:4207:21200124,21138583:pehd:4207:21199958,21138593:pehd:4207:21199630,21138599:pehd:4207:21199346,21138605:pehd:4207:21172914,21138613:pehd:4207:21172638,21138618:pehd:4207:21172526,21138619:pehd:4207:21172438,21138732:pehd:4207:21170833,21138736:pehd:4207:21170655,21138767:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004650359688940145, 'nb_photo': 62, 'list_port_cont': '21138327,21173623,21176084,21178202,21178434,21178759,21179339,21183107,21183387,21184615,21190337,21190847,21191229,21192110,21193723,21194356,21195174,21196251,21198098,21199543,21200633,21200976,21202682,21203914,21205049,21205301,21205353,21206611,21208167,21209362,21209496,21210696,21210911,21211236,21211454,21214648,21216565,21216827,21217517,21218377,21264072,21269772,21270079,21270257,21276279,21277730,21278076,21280381,21284237', 'assoc_port': '21136642:21264072,21136896:21269772,21136901:21270079,21136906:21270257,21136958:21138327,21137304:21276279,21137324:21277730,21137506:21278076,21137549:21280381,21139045:21284237,21172717:21218377,21172836:21216827,21172838:21217517,21172895:21216565,21172951:21214648,21173007:21211454,21173016:21211236,21173021:21210911,21173090:21210696,21173155:21209496,21173181:21209362,21173272:21173623,21173279:21208167,21173371:21206611,21173829:21205353,21173836:21205301,21173866:21205049,21174774:21202682,21175033:21200976,21175638:21203914,21175650:21200633,21175677:21176084,21175866:21199543,21175919:21198098,21176584:21196251,21176887:21195174,21177666:21194356,21177721:21193723,21177738:21178759,21177749:21178434,21177752:21178202,21178493:21192110,21178680:21191229,21178722:21190847,21178746:21190337,21178749:21179339,21179349:21184615,21179418:21183387,21179430:21183107', 'assoc_mat': '21136642:pehd:4461:21264072,21136896:pehd:4461:21269772,21136901:pehd:4461:21270079,21136906:pehd:4461:21270257,21136958:pehd:4461:21138327,21137304:pehd:4461:21276279,21137324:pehd:4461:21277730,21137506:pehd:4461:21278076,21137549:pehd:4461:21280381,21139045:pehd:4461:21284237,21172717:pehd:4461:21218377,21172836:pehd:4461:21216827,21172838:pehd:4461:21217517,21172895:pehd:4461:21216565,21172951:pehd:4461:21214648,21173007:pehd:4461:21211454,21173016:pehd:4461:21211236,21173021:pehd:4461:21210911,21173090:pehd:4461:21210696,21173155:pehd:4461:21209496,21173181:pehd:4461:21209362,21173272:pehd:4461:21173623,21173279:pehd:4461:21208167,21173371:pehd:4461:21206611,21173829:pehd:4461:21205353,21173836:pehd:4461:21205301,21173866:pehd:4461:21205049,21174774:pehd:4461:21202682,21175033:pehd:4461:21200976,21175638:pehd:4461:21203914,21175650:pehd:4461:21200633,21175677:pehd:4461:21176084,21175866:pehd:4461:21199543,21175919:pehd:4461:21198098,21176584:pehd:4461:21196251,21176887:pehd:4461:21195174,21177666:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008644583799328111, 'nb_photo': 967, 'list_port_cont': '19370622,19394586,19409855,19429620,19451132,19454204,19458551,19468397,19471358,19477893,19481222,19486665,19503289,19524898,19544487,19549144,19550882,19590799,19592356,19598807,19646687,19649287,19653446,19660904,19697001,19731030,19733541,19735243,19735620,19735886,19753183,19793313,19803743,19816567,19832356,19848639,19854688,19857619,19863097,19875553,19877229,19890946,19930089,19957571,19966291,20011047,20030413,20037700,20041208,20043099,20044874,20071278,20074952,20076500,20119159,21137260,21137298,21137613,21138150,21138503,21138688,21139964,21140010,21140731,21141140,21141621,21141782,21146772,21149876,21155319,21157133,21157439,21159109,21159379,21159715,21162404,21162593,21173417,21173966,21174107,21174123,21174168,21174338,21174406,21174707,21174889,21175229,21175519,21175777,21176013,21176252,21176720,21177038,21177172,21177278,21177530,21177970,21178141,21178190,21178273,21178698,21178873,21179124,21179234,21179410,21179528,21179563,21179593,21179831,21179856,21180093,21180157,21182460,2118251', 'assoc_port': '19370490:19370622,19394322:19394586,19409762:19409855,19429024:19429620,19450727:19451132,19454047:19454204,19458328:19458551,19465712:19468397,19470646:19471358,19477265:19477893,19480443:19481222,19485837:19486665,19503120:19503289,19524616:19524898,19544334:19544487,19548443:19549144,19550537:19550882,19590188:19590799,19591441:19592356,19598089:19598807,19640304:19646687,19648135:19649287,19650948:19653446,19659856:19660904,19696786:19697001,19730770:19731030,19733301:19733541,19734824:19735243,19735436:19735620,19735676:19735886,19751133:19753183,19791449:19793313,19802098:19803743,19814985:19816567,19831645:19832356,19844077:19877229,19847785:19848639,19850833:19854688,19853986:19875553,19854013:19857619,19859428:19863097,19889625:19890946,19929168:19930089,19956702:19957571,19965565:19966291,20009323:20011047,20029780:20030413,20037384:20037700,20040842:20041208,20042853:20043099,20044532:20044874,20070516:20071278,20074699:20074952,20076084:20076500,20118800:20119159,21136562:21137298,21136563:2113726', 'assoc_mat': '19370490:pehd:4200:19370622,19394322:pehd:4200:19394586,19409762:pehd:4200:19409855,19429024:pehd:4200:19429620,19450727:pehd:4200:19451132,19454047:pehd:4200:19454204,19458328:pehd:4200:19458551,19465712:pehd:4200:19468397,19470646:pehd:4200:19471358,19477265:pehd:4200:19477893,19480443:pehd:4200:19481222,19485837:pehd:4200:19486665,19503120:pehd:4200:19503289,19524616:pehd:4200:19524898,19544334:pehd:4200:19544487,19548443:pehd:4200:19549144,19550537:pehd:4200:19550882,19590188:pehd:4200:19590799,19591441:pehd:4200:19592356,19598089:pehd:4200:19598807,19640304:pehd:4200:19646687,19648135:pehd:4200:19649287,19650948:pehd:4200:19653446,19659856:pehd:4200:19660904,19696786:pehd:4200:19697001,19730770:pehd:4200:19731030,19733301:pehd:4200:19733541,19734824:pehd:4200:19735243,19735436:pehd:4200:19735620,19735676:pehd:4200:19735886,19751133:pehd:4200:19753183,19791449:pehd:4200:19793313,19802098:pehd:4200:19803743,19814985:pehd:4200:19816567,19831645:pehd:4200:19832356,19844077:pehd:4200:19877229,19847785:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017422005869456577, 'nb_photo': 2904, 'list_port_cont': '21173343,21173400,21173495,21173524,21173904,21174053,21174155,21174178,21174247,21174454,21174469,21174558,21174801,21175075,21175095,21175321,21175365,21175427,21175493,21175786,21176152,21176177,21176352,21176358,21176374,21176413,21176559,21176601,21176627,21176772,21176860,21177210,21177235,21177588,21177841,21177867,21178040,21178052,21178113,21178243,21178299,21178312,21178342,21178535,21178566,21178702,21178845,21179142,21179265,21179298,21179498,21179730,21179776,21179996,21180053,21180100,21180173,21180286,21180394,21180415,21180863,21182957,21183037,21183321,21183509,21183720,21183862,21184025,21184186,21184285,21184308,21184705,21184726,21184885,21185018,21185086,21185232,21185317,21185379,21185497,21185847,21185944,21186240,21186411,21186537,21187138,21187191,21187290,21187393,21188112,21188257,21188449,21188599,21188905,21189101,21190185,21190193,21190553,21190605,21190677,21190756,21190919,21191018,21191019,21191116,21191187,21191246,21191332,21191413,21191527,21191964,21192029,21192071,2119208', 'assoc_port': '19428659:21248571,19438276:21246941,19458329:21249065,19458789:21248802,19460977:21248692,19467828:21255768,19469398:21255269,19474557:21254391,19474561:21253850,19474563:21253353,19477264:21252244,19498629:21237925,19500653:21235962,19505863:21234093,19516423:21218510,19516780:21218410,19524618:21217134,19543451:21216027,19545200:21214731,19553301:21211518,19554129:21173400,19555141:21211408,19558298:21211035,19571015:21216944,19580444:21216712,19581718:21216405,19598090:21173904,19655151:21210041,19659858:21209748,19702409:21201898,19735437:21205209,19737247:21175427,19737437:21175321,19754761:21176352,19758171:21203728,19760878:21203819,19760884:21203651,19763328:21203566,19763356:21203415,19770002:21174454,19830361:21209017,19844397:21199455,19847173:21198855,19856581:21176860,19859427:21176772,19876106:21197818,19884822:21197182,19884847:21196979,19888799:21196747,19898891:21199902,19901747:21196172,19916125:21195374,19929105:21194886,19965567:21194101,19976778:21178566,19980529:21178535,19980532:2117870', 'assoc_mat': '19428659:pehd:4209:21248571,19438276:pehd:4209:21246941,19458329:pehd:4209:21249065,19458789:pehd:4209:21248802,19460977:pehd:4209:21248692,19467828:pehd:4209:21255768,19469398:pehd:4209:21255269,19474557:pehd:4209:21254391,19474561:pehd:4209:21253850,19474563:pehd:4209:21253353,19477264:pehd:4209:21252244,19498629:pehd:4209:21237925,19500653:pehd:4209:21235962,19505863:pehd:4209:21234093,19516423:pehd:4209:21218510,19516780:pehd:4209:21218410,19524618:pehd:4209:21217134,19543451:pehd:4209:21216027,19545200:pehd:4209:21214731,19553301:pehd:4209:21211518,19554129:pehd:4209:21173400,19555141:pehd:4209:21211408,19558298:pehd:4209:21211035,19571015:pehd:4209:21216944,19580444:pehd:4209:21216712,19581718:pehd:4209:21216405,19598090:pehd:4209:21173904,19655151:pehd:4209:21210041,19659858:pehd:4209:21209748,19702409:pehd:4209:21201898,19735437:pehd:4209:21205209,19737247:pehd:4209:21175427,19737437:pehd:4209:21175321,19754761:pehd:4209:21176352,19758171:pehd:4209:21203728,19760878:pehd:4209:21203819,19760884:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9542561793245937, 'nb_photo': 19201, 'list_port_cont': '19377667,19382555,19382677,19383413,19391872,19411280,19413717,19414283,19414803,19415979,19419505,19419654,19419870,19420336,19421084,19421984,19430572,19431165,19434152,19435813,19437097,19437294,19441161,19441994,19446449,19447399,19451342,19451410,19455019,19455150,19456817,19457044,19458241,19460555,19461800,19462912,19462938,19464001,19466122,19467458,19468156,19468814,19471866,19472412,19490791,19492265,19493061,19493695,19494307,19496025,19498158,19500184,19501080,19510240,19511688,19512372,19512426,19513191,19514607,19517897,19527449,19529368,19530119,19531371,19531853,19531996,19532203,19532510,19532677,19533469,19536446,19536473,19543782,19547838,19553976,19554198,19556799,19559761,19571252,19598769,19601413,19622585,19626651,19629431,19632384,19651634,19688380,19694126,19695157,19696590,19697721,19710189,19715434,19724477,19727684,19727980,19728134,19733495,19734482,19735631,19737405,19740099,19740353,19740454,19740539,19740864,19741052,19741596,19741919,19742374,19742617,19742892,19745196,1974521', 'assoc_port': '19371348:19377667,19376389:19382555,19377394:19382677,19377989:19383413,19389025:19391872,19392671:19420336,19394324:19413717,19395025:19414283,19395734:19414803,19395742:19415979,19398111:19421984,19409942:19419505,19409946:19419654,19410824:19419870,19410827:19411280,19412015:19421084,19429021:19430572,19430308:19437294,19430311:19431165,19432612:19434152,19433903:19435813,19434929:19437097,19436968:19441161,19437331:19441994,19440254:19446449,19446867:19447399,19450720:19451342,19450732:19451410,19452005:19455019,19452019:19455150,19454044:19456817,19454045:19457044,19454976:19458241,19457587:19461800,19458785:19462912,19459530:19460555,19460250:19464001,19460978:19462938,19465713:19466122,19466557:19467458,19466862:19468156,19467830:19468814,19469394:19471866,19470121:19472412,19472284:19490791,19473173:19501080,19474567:19492265,19475785:19493061,19477266:19493695,19477744:19494307,19480432:19496025,19487954:19498158,19492194:19500184,19498631:19510240,19499908:19511688,19501671:19527449,19501673:1951237', 'assoc_mat': '19371348:pehd:4211:19377667,19376389:pehd:4211:19382555,19377394:pehd:4211:19382677,19377989:pehd:4211:19383413,19389025:pehd:4211:19391872,19392671:pehd:4211:19420336,19394324:pehd:4211:19413717,19395025:pehd:4211:19414283,19395734:pehd:4211:19414803,19395742:pehd:4211:19415979,19398111:pehd:4211:19421984,19409942:pehd:4211:19419505,19409946:pehd:4211:19419654,19410824:pehd:4211:19419870,19410827:pehd:4211:19411280,19412015:pehd:4211:19421084,19429021:pehd:4211:19430572,19430308:pehd:4211:19437294,19430311:pehd:4211:19431165,19432612:pehd:4211:19434152,19433903:pehd:4211:19435813,19434929:pehd:4211:19437097,19436968:pehd:4211:19441161,19437331:pehd:4211:19441994,19440254:pehd:4211:19446449,19446867:pehd:4211:19447399,19450720:pehd:4211:19451342,19450732:pehd:4211:19451410,19452005:pehd:4211:19455019,19452019:pehd:4211:19455150,19454044:pehd:4211:19456817,19454045:pehd:4211:19457044,19454976:pehd:4211:19458241,19457587:pehd:4211:19461800,19458785:pehd:4211:19462912,19459530:pehd:4211:19460555,19460250:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018801521897374254, 'nb_photo': 13, 'list_port_cont': '19397522,19461743,19638840,19661682,19698290,19716484,19770428,20041404,21139415,21176475,21180266', 'assoc_port': '19397312:19397522,19460972:19461743,19637612:19638840,19659857:19661682,19697948:19698290,19715150:19716484,19754727:19770428,20040828:20041404,21137524:21139415,21175676:21176475,21179148:21180266', 'assoc_mat': '19397312:pehd:3327:19397522,19460972:pehd:3327:19461743,19637612:pehd:3327:19638840,19659857:pehd:3327:19661682,19697948:pehd:3327:19698290,19715150:pehd:3327:19716484,19754727:pehd:3327:19770428,20040828:pehd:3327:20041404,21137524:pehd:3327:21139415,21175676:pehd:3327:21176475,21179148:pehd:3327:21180266'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008652358512849585, 'nb_photo': 9, 'list_port_cont': '21137653,21138639,21138830,21181401', 'assoc_port': '21136617:21138830,21136619:21138639,21136630:21137653,21179437:21181401', 'assoc_mat': '21136617:pehd:3594:21138830,21136619:pehd:3594:21138639,21136630:pehd:3594:21137653,21179437:pehd:3594:21181401'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.01964697528961852, 'nb_photo': 4, 'list_port_cont': '19557490', 'assoc_port': '19557292:19557490', 'assoc_mat': '19557292:pet_clair:4200:19557490'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005828783405012063, 'nb_photo': 15, 'list_port_cont': '21173426,21174324,21193905,21201316,21209164,21210975,21216440,21217558,21331253,21335675', 'assoc_port': '19557292:21210975,21137314:21331253,21138728:21335675,21172809:21217558,21172892:21216440,21173097:21173426,21173188:21209164,21173886:21174324,21174967:21201316,21177708:21193905', 'assoc_mat': '19557292:pet_clair:4205:21210975,21137314:pet_clair:4205:21331253,21138728:pet_clair:4205:21335675,21172809:pet_clair:4205:21217558,21172892:pet_clair:4205:21216440,21173097:pet_clair:4205:21173426,21173188:pet_clair:4205:21209164,21173886:pet_clair:4205:21174324,21174967:pet_clair:4205:21201316,21177708:pet_clair:4205:21193905'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002843450728719874, 'nb_photo': 2, 'list_port_cont': '21210455,21214506', 'assoc_port': '21172981:21214506,21173112:21210455', 'assoc_mat': '21172981:pet_clair:4203:21214506,21173112:pet_clair:4203:21210455'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004129176246477793, 'nb_photo': 18, 'list_port_cont': '21170643,21173605,21176073,21177890,21183015,21184781,21188128,21193518,21195344,21197753,21199104,21201374,21202242,21202905', 'assoc_port': '21137306:21202905,21137515:21202242,21137551:21201374,21138604:21199104,21138736:21170643,21172893:21197753,21173044:21195344,21173238:21193518,21173314:21173605,21174720:21188128,21175652:21184781,21175909:21176073,21176574:21177890,21178396:21183015', 'assoc_mat': '21137306:pet_clair:4207:21202905,21137515:pet_clair:4207:21202242,21137551:pet_clair:4207:21201374,21138604:pet_clair:4207:21199104,21138736:pet_clair:4207:21170643,21172893:pet_clair:4207:21197753,21173044:pet_clair:4207:21195344,21173238:pet_clair:4207:21193518,21173314:pet_clair:4207:21173605,21174720:pet_clair:4207:21188128,21175652:pet_clair:4207:21184781,21175909:pet_clair:4207:21176073,21176574:pet_clair:4207:21177890,21178396:pet_clair:4207:21183015'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005270299012936631, 'nb_photo': 5, 'list_port_cont': '21184098,21211420,21216452,21286687', 'assoc_port': '21138602:21286687,21172906:21216452,21173001:21211420,21179354:21184098', 'assoc_mat': '21138602:pet_clair:4461:21286687,21172906:pet_clair:4461:21216452,21173001:pet_clair:4461:21211420,21179354:pet_clair:4461:21184098'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03815334678899791, 'nb_photo': 7064, 'list_port_cont': '19370610,19371747,19373188,19373878,19374476,19377695,19379397,19387359,19387552,19388229,19393021,19394587,19395982,19397177,19399043,19409859,19410526,19410929,19411424,19411865,19428757,19429613,19431486,19433325,19437723,19439960,19440799,19447295,19451138,19452604,19452782,19453677,19454198,19457797,19458561,19460163,19460406,19467220,19467439,19468394,19470280,19471363,19473211,19476015,19476174,19477895,19481229,19486672,19488354,19498355,19500890,19501946,19503292,19506130,19506292,19508022,19508150,19509546,19510379,19516971,19517571,19517730,19518426,19520568,19524906,19525904,19528199,19543525,19544491,19545610,19548093,19549141,19549923,19550879,19554434,19554586,19555413,19556358,19556914,19558479,19574529,19574686,19590790,19592355,19596423,19598808,19625013,19646683,19649282,19653240,19653448,19660897,19663605,19693641,19696989,19697489,19701197,19704630,19705267,19705994,19707090,19713510,19716194,19719991,19720205,19727000,19731028,19731974,19733534,19735242,19735621,19735889,19736500,1973702', 'assoc_port': '19370490:19370610,19371345:19371747,19372925:19373188,19373269:19373878,19374327:19374476,19377393:19377695,19377991:19379397,19387142:19387552,19387146:19387359,19388091:19388229,19392668:19393021,19394322:19394587,19395741:19395982,19396942:19397177,19398803:19399043,19409762:19409859,19410364:19410526,19410822:19410929,19411326:19411424,19411749:19411865,19428661:19428757,19429024:19429613,19431296:19431486,19433116:19433325,19437327:19437723,19439727:19439960,19440252:19440799,19446871:19447295,19450727:19451138,19452006:19452782,19452026:19452604,19453211:19453677,19454047:19454198,19457585:19457797,19458328:19458561,19459522:19460163,19460252:19460406,19465712:19468394,19466860:19467439,19466864:19467220,19469395:19470280,19470646:19471363,19472285:19473211,19474560:19476174,19475784:19476015,19477265:19477895,19480443:19481229,19485837:19486672,19487955:19488354,19498295:19498355,19500652:19500890,19501672:19501946,19503120:19503292,19505862:19506292,19505869:19506130,19507773:19508150,19507777:1950802', 'assoc_mat': '19370490:pet_clair:4200:19370610,19371345:pet_clair:4200:19371747,19372925:pet_clair:4200:19373188,19373269:pet_clair:4200:19373878,19374327:pet_clair:4200:19374476,19377393:pet_clair:4200:19377695,19377991:pet_clair:4200:19379397,19387142:pet_clair:4200:19387552,19387146:pet_clair:4200:19387359,19388091:pet_clair:4200:19388229,19392668:pet_clair:4200:19393021,19394322:pet_clair:4200:19394587,19395741:pet_clair:4200:19395982,19396942:pet_clair:4200:19397177,19398803:pet_clair:4200:19399043,19409762:pet_clair:4200:19409859,19410364:pet_clair:4200:19410526,19410822:pet_clair:4200:19410929,19411326:pet_clair:4200:19411424,19411749:pet_clair:4200:19411865,19428661:pet_clair:4200:19428757,19429024:pet_clair:4200:19429613,19431296:pet_clair:4200:19431486,19433116:pet_clair:4200:19433325,19437327:pet_clair:4200:19437723,19439727:pet_clair:4200:19439960,19440252:pet_clair:4200:19440799,19446871:pet_clair:4200:19447295,19450727:pet_clair:4200:19451138,19452006:pet_clair:4200:19452782,19452026:pet_clair:4200:19452604,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010699882218194663, 'nb_photo': 96, 'list_port_cont': '21173484,21176143,21176382,21177591,21184695,21186249,21188253,21188902,21189092,21194413,21194568,21196120,21196171,21196505,21196816,21197181,21198382,21199780,21199886,21201051,21201285,21202672,21203425,21203433,21203575,21206142,21206882,21210286,21210507,21210733,21211038,21211674,21214818,21216330,21216717,21216899,21216946,21217102,21217485,21218148,21218351,21234118,21235192,21236749,21238354,21240132,21242443,21243491,21246238,21246555,21246756,21247699,21247821,21248757,21249060,21249193,21249373,21252421,21254064,21255339,21255472,21256277,21256935,21257171,21257400,21257426,21257691,21257997,21258131,21258433,21258518,21258530,21262916', 'assoc_port': '19458329:21249060,19558298:21211038,19580444:21216717,19763328:21203575,19763356:21203425,19901747:21196171,20083093:21188253,21136551:21262916,21136609:21258530,21136612:21258433,21136614:21258518,21136615:21258131,21136622:21257997,21136625:21257691,21136626:21257400,21136631:21257426,21136632:21256935,21136635:21257171,21136637:21256277,21136904:21255472,21136905:21255339,21136926:21254064,21136952:21252421,21137305:21249373,21137312:21249193,21137320:21248757,21137514:21247821,21137520:21247699,21137572:21246756,21137959:21246555,21137966:21246238,21138600:21243491,21138617:21242443,21138762:21240132,21139019:21238354,21139029:21236749,21139037:21235192,21139053:21234118,21172718:21218351,21172728:21218148,21172829:21216899,21172835:21217485,21172856:21217102,21172888:21216946,21172934:21216330,21172946:21214818,21172957:21173484,21172993:21211674,21173099:21210507,21173105:21210733,21173120:21210286,21173327:21206882,21173807:21206142,21173881:21203433,21174777:21202672,21174968:21201285,21175014:2120105', 'assoc_mat': '19458329:pet_clair:4209:21249060,19558298:pet_clair:4209:21211038,19580444:pet_clair:4209:21216717,19763328:pet_clair:4209:21203575,19763356:pet_clair:4209:21203425,19901747:pet_clair:4209:21196171,20083093:pet_clair:4209:21188253,21136551:pet_clair:4209:21262916,21136609:pet_clair:4209:21258530,21136612:pet_clair:4209:21258433,21136614:pet_clair:4209:21258518,21136615:pet_clair:4209:21258131,21136622:pet_clair:4209:21257997,21136625:pet_clair:4209:21257691,21136626:pet_clair:4209:21257400,21136631:pet_clair:4209:21257426,21136632:pet_clair:4209:21256935,21136635:pet_clair:4209:21257171,21136637:pet_clair:4209:21256277,21136904:pet_clair:4209:21255472,21136905:pet_clair:4209:21255339,21136926:pet_clair:4209:21254064,21136952:pet_clair:4209:21252421,21137305:pet_clair:4209:21249373,21137312:pet_clair:4209:21249193,21137320:pet_clair:4209:21248757,21137514:pet_clair:4209:21247821,21137520:pet_clair:4209:21247699,21137572:pet_clair:4209:21246756,21137959:pet_clair:4209:21246555,21137966:pet_clair:4209:21246238,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009513213100311534, 'nb_photo': 59, 'list_port_cont': '20087142,20106743,20117046,20121966,20138095,20140011,20172571,20176342,20177630,20198245,20235861,21137402,21139682,21163812,21164186,21167763,21169502,21170450,21176315,21177079,21177418,21177561,21177831,21187033,21191345,21192673,21196652,21197030,21198749,21200206,21200773,21200898,21201150,21202530', 'assoc_port': '19954425:20176342,20015611:20177630,20023438:20198245,20046352:20235861,20049854:20172571,20063551:20140011,20071895:20138095,20085536:20087142,20106007:20106743,20116392:20117046,20121231:20121966,21136613:21137402,21137971:21170450,21138592:21169502,21138725:21167763,21138733:21164186,21138741:21163812,21139065:21139682,21172955:21202530,21173009:21201150,21173010:21200898,21173089:21200773,21173149:21200206,21173805:21198749,21174949:21197030,21174962:21196652,21175589:21176315,21175921:21177079,21176550:21177418,21176888:21177831,21176903:21177561,21178422:21192673,21178640:21191345,21179180:21187033', 'assoc_mat': '19954425:pet_clair:4211:20176342,20015611:pet_clair:4211:20177630,20023438:pet_clair:4211:20198245,20046352:pet_clair:4211:20235861,20049854:pet_clair:4211:20172571,20063551:pet_clair:4211:20140011,20071895:pet_clair:4211:20138095,20085536:pet_clair:4211:20087142,20106007:pet_clair:4211:20106743,20116392:pet_clair:4211:20117046,20121231:pet_clair:4211:20121966,21136613:pet_clair:4211:21137402,21137971:pet_clair:4211:21170450,21138592:pet_clair:4211:21169502,21138725:pet_clair:4211:21167763,21138733:pet_clair:4211:21164186,21138741:pet_clair:4211:21163812,21139065:pet_clair:4211:21139682,21172955:pet_clair:4211:21202530,21173009:pet_clair:4211:21201150,21173010:pet_clair:4211:21200898,21173089:pet_clair:4211:21200773,21173149:pet_clair:4211:21200206,21173805:pet_clair:4211:21198749,21174949:pet_clair:4211:21197030,21174962:pet_clair:4211:21196652,21175589:pet_clair:4211:21176315,21175921:pet_clair:4211:21177079,21176550:pet_clair:4211:21177418,21176888:pet_clair:4211:21177831,21176903:pet_clair:4211:21177561,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9896239067873566, 'nb_photo': 136700, 'list_port_cont': '19370763,19371790,19371866,19373430,19373912,19374178,19374916,19375347,19376899,19387741,19387894,19388330,19389901,19392266,19394720,19395418,19396177,19397524,19398155,19398274,19398361,19399134,19410175,19410202,19411159,19411515,19412239,19417326,19417537,19429580,19430877,19430944,19433393,19437746,19438032,19439436,19440869,19442086,19446601,19451292,19453870,19456958,19457016,19457934,19459121,19460523,19461437,19461684,19461740,19465739,19467303,19468244,19469048,19470591,19471572,19473878,19476306,19476482,19476596,19477104,19478662,19481506,19482488,19488508,19490566,19498421,19499577,19500274,19500985,19501964,19503514,19503929,19504975,19505828,19508248,19508880,19509791,19510545,19517051,19517101,19517600,19518538,19519872,19521285,19522161,19522524,19525163,19525981,19526089,19528318,19543063,19543581,19544795,19546486,19549268,19551570,19553230,19553593,19553729,19555660,19556470,19556848,19556949,19557586,19571373,19572689,19577759,19578501,19581501,19585698,19591320,19593123,19595596,1959951', 'assoc_port': '19370526:19370763,19371333:19371866,19371343:19371790,19372923:19373430,19373268:19373912,19373603:19374178,19374328:19374916,19375083:19375347,19376390:19376899,19387141:19387894,19387145:19387741,19388090:19388330,19389027:19389901,19391357:19392266,19394321:19394720,19395028:19395418,19395733:19396177,19397312:19397524,19397892:19398361,19397895:19398274,19397897:19398155,19398799:19399134,19409765:19410202,19409945:19410175,19410821:19411159,19411325:19411515,19411750:19412239,19416274:19417326,19416276:19417537,19429023:19429580,19430626:19430944,19430628:19430877,19433117:19433393,19437328:19438032,19437330:19437746,19438273:19439436,19440217:19440869,19441325:19442086,19445899:19446601,19450721:19451292,19453210:19453870,19456526:19457016,19456531:19456958,19457586:19457934,19458788:19459121,19460251:19460523,19460972:19461740,19460973:19461684,19460976:19461437,19465714:19465739,19466863:19467303,19467832:19468244,19468804:19469048,19470120:19470591,19470642:19471572,19473171:19473878,19474556:1947659', 'assoc_mat': '19370526:pet_clair:3327:19370763,19371333:pet_clair:3327:19371866,19371343:pet_clair:3327:19371790,19372923:pet_clair:3327:19373430,19373268:pet_clair:3327:19373912,19373603:pet_clair:3327:19374178,19374328:pet_clair:3327:19374916,19375083:pet_clair:3327:19375347,19376390:pet_clair:3327:19376899,19387141:pet_clair:3327:19387894,19387145:pet_clair:3327:19387741,19388090:pet_clair:3327:19388330,19389027:pet_clair:3327:19389901,19391357:pet_clair:3327:19392266,19394321:pet_clair:3327:19394720,19395028:pet_clair:3327:19395418,19395733:pet_clair:3327:19396177,19397312:pet_clair:3327:19397524,19397892:pet_clair:3327:19398361,19397895:pet_clair:3327:19398274,19397897:pet_clair:3327:19398155,19398799:pet_clair:3327:19399134,19409765:pet_clair:3327:19410202,19409945:pet_clair:3327:19410175,19410821:pet_clair:3327:19411159,19411325:pet_clair:3327:19411515,19411750:pet_clair:3327:19412239,19416274:pet_clair:3327:19417326,19416276:pet_clair:3327:19417537,19429023:pet_clair:3327:19429580,19430626:pet_clair:3327:19430944,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.055285301422491766, 'nb_photo': 781, 'list_port_cont': '21137117,21137363,21137655,21137708,21137900,21137928,21138303,21138649,21138821,21139117,21139219,21139525,21139893,21173210,21173761,21178130,21180124,21180364,21180985,21181402', 'assoc_port': '21136601:21139893,21136603:21139525,21136606:21139219,21136608:21139117,21136617:21138821,21136619:21138649,21136621:21137928,21136624:21137900,21136628:21137708,21136630:21137655,21136633:21137363,21136639:21138303,21136640:21137117,21172933:21173210,21173139:21173761,21177656:21180124,21177716:21180985,21177717:21180364,21177725:21178130,21179437:21181402', 'assoc_mat': '21136601:pet_clair:3594:21139893,21136603:pet_clair:3594:21139525,21136606:pet_clair:3594:21139219,21136608:pet_clair:3594:21139117,21136617:pet_clair:3594:21138821,21136619:pet_clair:3594:21138649,21136621:pet_clair:3594:21137928,21136624:pet_clair:3594:21137900,21136628:pet_clair:3594:21137708,21136630:pet_clair:3594:21137655,21136633:pet_clair:3594:21137363,21136639:pet_clair:3594:21138303,21136640:pet_clair:3594:21137117,21172933:pet_clair:3594:21173210,21173139:pet_clair:3594:21173761,21177656:pet_clair:3594:21180124,21177716:pet_clair:3594:21180985,21177717:pet_clair:3594:21180364,21177725:pet_clair:3594:21178130,21179437:pet_clair:3594:21181402'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.9776717823255536, 'nb_photo': 10, 'list_port_cont': '19557496', 'assoc_port': '19557292:19557496', 'assoc_mat': '19557292:pet_fonce:4200:19557496'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00531340612357321, 'nb_photo': 1, 'list_port_cont': '21198447', 'assoc_port': '21172883:21198447', 'assoc_mat': '21172883:pet_fonce:4207:21198447'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010969486678296456, 'nb_photo': 2, 'list_port_cont': '21216822,21286177', 'assoc_port': '21138589:21286177,21172836:21216822', 'assoc_mat': '21138589:pet_fonce:4461:21286177,21172836:pet_fonce:4461:21216822'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8278023340044102, 'nb_photo': 6802, 'list_port_cont': '19370623,19371757,19373183,19373882,19374484,19377693,19379406,19387358,19387551,19388234,19393024,19394580,19395988,19397178,19399035,19409847,19410524,19410930,19411417,19411862,19428756,19429606,19431481,19433326,19437717,19439972,19440795,19447287,19451141,19452592,19452778,19453685,19454199,19457792,19458553,19460169,19460417,19467221,19467438,19468399,19470278,19471354,19473210,19476013,19476176,19477890,19481232,19486669,19488350,19498356,19500903,19501938,19503291,19506133,19506290,19508026,19508141,19509545,19510369,19516974,19517565,19517723,19518418,19520566,19524900,19525913,19528209,19543526,19544496,19545616,19548078,19549145,19549932,19550881,19554439,19554584,19555417,19556360,19556910,19558488,19574535,19574684,19590794,19592354,19596419,19598809,19625017,19646682,19649277,19653235,19653438,19660910,19663602,19693640,19696999,19697479,19701196,19704639,19705268,19706000,19707095,19713519,19716201,19719996,19720212,19727006,19731027,19731967,19733537,19735238,19735616,19735890,19736502,1973701', 'assoc_port': '19370490:19370623,19371345:19371757,19372925:19373183,19373269:19373882,19374327:19374484,19377393:19377693,19377991:19379406,19387142:19387551,19387146:19387358,19388091:19388234,19392668:19393024,19394322:19394580,19395741:19395988,19396942:19397178,19398803:19399035,19409762:19409847,19410364:19410524,19410822:19410930,19411326:19411417,19411749:19411862,19428661:19428756,19429024:19429606,19431296:19431481,19433116:19433326,19437327:19437717,19439727:19439972,19440252:19440795,19446871:19447287,19450727:19451141,19452006:19452778,19452026:19452592,19453211:19453685,19454047:19454199,19457585:19457792,19458328:19458553,19459522:19460169,19460252:19460417,19465712:19468399,19466860:19467438,19466864:19467221,19469395:19470278,19470646:19471354,19472285:19473210,19474560:19476176,19475784:19476013,19477265:19477890,19480443:19481232,19485837:19486669,19487955:19488350,19498295:19498356,19500652:19500903,19501672:19501938,19503120:19503291,19505862:19506290,19505869:19506133,19507773:19508141,19507777:1950802', 'assoc_mat': '19370490:pet_fonce:4200:19370623,19371345:pet_fonce:4200:19371757,19372925:pet_fonce:4200:19373183,19373269:pet_fonce:4200:19373882,19374327:pet_fonce:4200:19374484,19377393:pet_fonce:4200:19377693,19377991:pet_fonce:4200:19379406,19387142:pet_fonce:4200:19387551,19387146:pet_fonce:4200:19387358,19388091:pet_fonce:4200:19388234,19392668:pet_fonce:4200:19393024,19394322:pet_fonce:4200:19394580,19395741:pet_fonce:4200:19395988,19396942:pet_fonce:4200:19397178,19398803:pet_fonce:4200:19399035,19409762:pet_fonce:4200:19409847,19410364:pet_fonce:4200:19410524,19410822:pet_fonce:4200:19410930,19411326:pet_fonce:4200:19411417,19411749:pet_fonce:4200:19411862,19428661:pet_fonce:4200:19428756,19429024:pet_fonce:4200:19429606,19431296:pet_fonce:4200:19431481,19433116:pet_fonce:4200:19433326,19437327:pet_fonce:4200:19437717,19439727:pet_fonce:4200:19439972,19440252:pet_fonce:4200:19440795,19446871:pet_fonce:4200:19447287,19450727:pet_fonce:4200:19451141,19452006:pet_fonce:4200:19452778,19452026:pet_fonce:4200:19452592,1'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025408069799058904, 'nb_photo': 11, 'list_port_cont': '21189093,21194883,21196173,21197157,21210284,21238901,21240149,21250335,21252246,21258173', 'assoc_port': '19477264:21252246,19901747:21196173,19929105:21194883,21136616:21258173,21137269:21250335,21138756:21240149,21138791:21238901,21173120:21210284,21176534:21197157,21179170:21189093', 'assoc_mat': '19477264:pet_fonce:4209:21252246,19901747:pet_fonce:4209:21196173,19929105:pet_fonce:4209:21194883,21136616:pet_fonce:4209:21258173,21137269:pet_fonce:4209:21250335,21138756:pet_fonce:4209:21240149,21138791:pet_fonce:4209:21238901,21173120:pet_fonce:4209:21210284,21176534:pet_fonce:4209:21197157,21179170:pet_fonce:4209:21189093'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.208674852699782e-05, 'nb_photo': 2, 'list_port_cont': '21177078,21201155', 'assoc_port': '21173009:21201155,21175921:21177078', 'assoc_mat': '21173009:pet_fonce:4211:21201155,21175921:pet_fonce:4211:21177078'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030108053056529, 'nb_photo': 15, 'list_port_cont': '19388339,19473883,19510546,19525166,19553726,19571372,19593117,19665846,19710090,19850138,20007446,20020282,21176477', 'assoc_port': '19388090:19388339,19473171:19473883,19510199:19510546,19524617:19525166,19553296:19553726,19571016:19571372,19591442:19593117,19664410:19665846,19708916:19710090,19848344:19850138,20006224:20007446,20018408:20020282,21175676:21176477', 'assoc_mat': '19388090:pet_fonce:3327:19388339,19473171:pet_fonce:3327:19473883,19510199:pet_fonce:3327:19510546,19524617:pet_fonce:3327:19525166,19553296:pet_fonce:3327:19553726,19571016:pet_fonce:3327:19571372,19591442:pet_fonce:3327:19593117,19664410:pet_fonce:3327:19665846,19708916:pet_fonce:3327:19710090,19848344:pet_fonce:3327:19850138,20006224:pet_fonce:3327:20007446,20018408:pet_fonce:3327:20020282,21175676:pet_fonce:3327:21176477'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004004914091164038, 'nb_photo': 47, 'list_port_cont': '21137122,21137362,21137646,21137699,21137899,21137924,21138306,21138823,21139119,21139524,21139895,21180115,21180358,21180992,21181409', 'assoc_port': '21136601:21139895,21136603:21139524,21136608:21139119,21136617:21138823,21136621:21137924,21136624:21137899,21136628:21137699,21136630:21137646,21136633:21137362,21136639:21138306,21136640:21137122,21177656:21180115,21177716:21180992,21177717:21180358,21179437:21181409', 'assoc_mat': '21136601:pet_fonce:3594:21139895,21136603:pet_fonce:3594:21139524,21136608:pet_fonce:3594:21139119,21136617:pet_fonce:3594:21138823,21136621:pet_fonce:3594:21137924,21136624:pet_fonce:3594:21137899,21136628:pet_fonce:3594:21137699,21136630:pet_fonce:3594:21137646,21136633:pet_fonce:3594:21137362,21136639:pet_fonce:3594:21138306,21136640:pet_fonce:3594:21137122,21177656:pet_fonce:3594:21180115,21177716:pet_fonce:3594:21180992,21177717:pet_fonce:3594:21180358,21179437:pet_fonce:3594:21181409'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0020327543093474295, 'nb_photo': 2, 'list_port_cont': '19557499', 'assoc_port': '19557292:19557499', 'assoc_mat': '19557292:pet_opaque:4200:19557499'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014402921972177803, 'nb_photo': 3, 'list_port_cont': '21205230,21216436', 'assoc_port': '21172892:21216436,21173834:21205230', 'assoc_mat': '21172892:pet_opaque:4205:21216436,21173834:pet_opaque:4205:21205230'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.677883906078597e-05, 'nb_photo': 1, 'list_port_cont': '21178859', 'assoc_port': '21177730:21178859', 'assoc_mat': '21177730:pet_opaque:4203:21178859'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030792374251281903, 'nb_photo': 6, 'list_port_cont': '21170983,21184931,21188594,21199106,21202758,21203008', 'assoc_port': '21137277:21203008,21137504:21202758,21138604:21199106,21138729:21170983,21174648:21188594,21175648:21184931', 'assoc_mat': '21137277:pet_opaque:4207:21203008,21137504:pet_opaque:4207:21202758,21138604:pet_opaque:4207:21199106,21138729:pet_opaque:4207:21170983,21174648:pet_opaque:4207:21188594,21175648:pet_opaque:4207:21184931'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004600310975706045, 'nb_photo': 20, 'list_port_cont': '21173619,21186363,21193732,21201085,21201639,21202930,21203752,21203978,21205037,21211237,21211461,21214087,21217802,21218062,21218369,21282512,21282607,21286641,21286696', 'assoc_port': '21137960:21282512,21138602:21286696,21138734:21286641,21139054:21282607,21172717:21218369,21172730:21218062,21172735:21217802,21173007:21211461,21173016:21211237,21173236:21214087,21173272:21173619,21173866:21205037,21174764:21202930,21174953:21201639,21175013:21201085,21175633:21203978,21175645:21203752,21177721:21193732,21179203:21186363', 'assoc_mat': '21137960:pet_opaque:4461:21282512,21138602:pet_opaque:4461:21286696,21138734:pet_opaque:4461:21286641,21139054:pet_opaque:4461:21282607,21172717:pet_opaque:4461:21218369,21172730:pet_opaque:4461:21218062,21172735:pet_opaque:4461:21217802,21173007:pet_opaque:4461:21211461,21173016:pet_opaque:4461:21211237,21173236:pet_opaque:4461:21214087,21173272:pet_opaque:4461:21173619,21173866:pet_opaque:4461:21205037,21174764:pet_opaque:4461:21202930,21174953:pet_opaque:4461:21201639,21175013:pet_opaque:4461:21201085,21175633:pet_opaque:4461:21203978,21175645:pet_opaque:4461:21203752,21177721:pet_opaque:4461:21193732,21179203:pet_opaque:4461:21186363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010084781493230636, 'nb_photo': 6317, 'list_port_cont': '19370613,19371761,19373178,19373870,19374477,19377690,19379408,19387372,19387557,19388232,19393031,19394588,19395990,19397174,19399045,19409856,19410519,19410932,19411416,19411867,19428745,19429619,19431484,19433331,19437715,19439964,19440793,19447298,19451136,19452594,19452770,19453678,19454203,19457799,19458564,19460175,19460421,19467217,19467425,19468389,19470271,19471359,19473205,19476016,19476170,19477891,19481231,19486661,19488352,19498354,19500893,19501950,19503297,19506128,19506284,19508020,19508153,19509537,19510380,19516979,19517567,19517729,19518417,19520570,19524894,19525911,19528200,19543523,19544497,19545621,19548083,19549146,19549927,19550874,19554433,19554598,19555406,19556361,19556920,19558486,19574532,19574683,19590791,19592352,19596412,19598813,19625007,19646694,19649280,19653230,19653435,19660908,19663598,19693633,19696993,19697480,19701195,19704631,19705263,19705989,19707093,19713508,19716196,19719988,19720206,19727002,19731020,19731972,19733530,19735244,19735626,19735894,19736510,1973702', 'assoc_port': '19370490:19370613,19371345:19371761,19372925:19373178,19373269:19373870,19374327:19374477,19377393:19377690,19377991:19379408,19387142:19387557,19387146:19387372,19388091:19388232,19392668:19393031,19394322:19394588,19395741:19395990,19396942:19397174,19398803:19399045,19409762:19409856,19410364:19410519,19410822:19410932,19411326:19411416,19411749:19411867,19428661:19428745,19429024:19429619,19431296:19431484,19433116:19433331,19437327:19437715,19439727:19439964,19440252:19440793,19446871:19447298,19450727:19451136,19452006:19452770,19452026:19452594,19453211:19453678,19454047:19454203,19457585:19457799,19458328:19458564,19459522:19460175,19460252:19460421,19465712:19468389,19466860:19467425,19466864:19467217,19469395:19470271,19470646:19471359,19472285:19473205,19474560:19476170,19475784:19476016,19477265:19477891,19480443:19481231,19485837:19486661,19487955:19488352,19498295:19498354,19500652:19500893,19501672:19501950,19503120:19503297,19505862:19506284,19505869:19506128,19507773:19508153,19507777:1950802', 'assoc_mat': '19370490:pet_opaque:4200:19370613,19371345:pet_opaque:4200:19371761,19372925:pet_opaque:4200:19373178,19373269:pet_opaque:4200:19373870,19374327:pet_opaque:4200:19374477,19377393:pet_opaque:4200:19377690,19377991:pet_opaque:4200:19379408,19387142:pet_opaque:4200:19387557,19387146:pet_opaque:4200:19387372,19388091:pet_opaque:4200:19388232,19392668:pet_opaque:4200:19393031,19394322:pet_opaque:4200:19394588,19395741:pet_opaque:4200:19395990,19396942:pet_opaque:4200:19397174,19398803:pet_opaque:4200:19399045,19409762:pet_opaque:4200:19409856,19410364:pet_opaque:4200:19410519,19410822:pet_opaque:4200:19410932,19411326:pet_opaque:4200:19411416,19411749:pet_opaque:4200:19411867,19428661:pet_opaque:4200:19428745,19429024:pet_opaque:4200:19429619,19431296:pet_opaque:4200:19431484,19433116:pet_opaque:4200:19433331,19437327:pet_opaque:4200:19437715,19439727:pet_opaque:4200:19439964,19440252:pet_opaque:4200:19440793,19446871:pet_opaque:4200:19447298,19450727:pet_opaque:4200:19451136,19452006:pet_opaque:4200:19452770,1945'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002434881290682903, 'nb_photo': 85, 'list_port_cont': '21175086,21175092,21175362,21176418,21178289,21178558,21179500,21180099,21184179,21185008,21185239,21188610,21189091,21190202,21191537,21192523,21192747,21193285,21193714,21193768,21193894,21194724,21196046,21196829,21197152,21197179,21198763,21199254,21199506,21201258,21201277,21201366,21201866,21202253,21203513,21206132,21206719,21206762,21209257,21209316,21209611,21210801,21211678,21214540,21214550,21216931,21217148,21217308,21232473,21232724,21233107,21240151,21244206,21245827,21246852,21247937,21248558,21248678,21250328,21250735,21251886,21253347,21256248,21256940,21257163,21257385,21257439,21257644,21257696,21257999,21258178,21258361,21258510,21258536,21260971', 'assoc_port': '19428659:21248558,19474563:21253347,19571015:21216931,19976778:21178558,20003495:21193768,20023443:21192523,20049856:21179500,20063546:21190202,21136569:21260971,21136609:21258536,21136610:21258361,21136614:21258510,21136616:21258178,21136622:21257999,21136625:21257696,21136626:21257385,21136629:21257644,21136631:21257439,21136632:21256940,21136635:21257163,21136636:21256248,21136959:21251886,21137250:21250735,21137269:21250328,21137322:21248678,21137510:21247937,21137553:21246852,21138539:21245827,21138585:21244206,21138756:21240151,21139060:21233107,21139064:21232724,21139080:21232473,21172845:21217308,21172854:21217148,21172961:21214540,21172968:21214550,21172993:21211678,21173049:21210801,21173146:21209611,21173187:21209316,21173260:21209257,21173337:21206719,21173368:21206762,21173807:21206132,21173878:21203513,21174722:21175362,21174779:21175086,21174784:21202253,21174794:21175092,21174951:21201866,21174965:21201366,21174968:21201277,21175016:21201258,21175901:21199506,21175910:21199254,21175938:2117641', 'assoc_mat': '19428659:pet_opaque:4209:21248558,19474563:pet_opaque:4209:21253347,19571015:pet_opaque:4209:21216931,19976778:pet_opaque:4209:21178558,20003495:pet_opaque:4209:21193768,20023443:pet_opaque:4209:21192523,20049856:pet_opaque:4209:21179500,20063546:pet_opaque:4209:21190202,21136569:pet_opaque:4209:21260971,21136609:pet_opaque:4209:21258536,21136610:pet_opaque:4209:21258361,21136614:pet_opaque:4209:21258510,21136616:pet_opaque:4209:21258178,21136622:pet_opaque:4209:21257999,21136625:pet_opaque:4209:21257696,21136626:pet_opaque:4209:21257385,21136629:pet_opaque:4209:21257644,21136631:pet_opaque:4209:21257439,21136632:pet_opaque:4209:21256940,21136635:pet_opaque:4209:21257163,21136636:pet_opaque:4209:21256248,21136959:pet_opaque:4209:21251886,21137250:pet_opaque:4209:21250735,21137269:pet_opaque:4209:21250328,21137322:pet_opaque:4209:21248678,21137510:pet_opaque:4209:21247937,21137553:pet_opaque:4209:21246852,21138539:pet_opaque:4209:21245827,21138585:pet_opaque:4209:21244206,21138756:pet_opaque:4209:21240151,2113'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00030396813811464456, 'nb_photo': 115, 'list_port_cont': '20085668,20087145,20089326,20101313,20118964,20122964,20136834,20137455,20139828,20174654,20177633,20196603,20200522,20232920,20234171,20238862,20239133,21139191,21164170,21168285,21169504,21169952,21170452,21174616,21175211,21176637,21177082,21177113,21177417,21177828,21190068,21191088,21192669,21196662,21197033,21198755,21199207,21200211,21200291,21200775,21200894,21201152,21202528,21203533', 'assoc_port': '19859429:20174654,20014710:20196603,20015611:20177633,20026808:20200522,20039940:20232920,20045059:20234171,20047144:20238862,20048499:20239133,20070514:20139828,20074713:20101313,20079018:20089326,20083092:20085668,20085536:20087145,20101919:20137455,20108234:20136834,20118802:20118964,20121224:20122964,21137552:21139191,21137971:21170452,21138549:21169952,21138592:21169504,21138620:21168285,21138733:21164170,21172727:21203533,21172955:21202528,21173009:21201152,21173010:21200894,21173089:21200775,21173140:21200291,21173149:21200211,21173183:21199207,21173805:21198755,21173880:21174616,21174772:21175211,21174949:21197033,21174962:21196662,21175921:21177082,21175935:21177113,21175940:21176637,21176550:21177417,21176888:21177828,21178422:21192669,21178678:21191088,21179226:21190068', 'assoc_mat': '19859429:pet_opaque:4211:20174654,20014710:pet_opaque:4211:20196603,20015611:pet_opaque:4211:20177633,20026808:pet_opaque:4211:20200522,20039940:pet_opaque:4211:20232920,20045059:pet_opaque:4211:20234171,20047144:pet_opaque:4211:20238862,20048499:pet_opaque:4211:20239133,20070514:pet_opaque:4211:20139828,20074713:pet_opaque:4211:20101313,20079018:pet_opaque:4211:20089326,20083092:pet_opaque:4211:20085668,20085536:pet_opaque:4211:20087145,20101919:pet_opaque:4211:20137455,20108234:pet_opaque:4211:20136834,20118802:pet_opaque:4211:20118964,20121224:pet_opaque:4211:20122964,21137552:pet_opaque:4211:21139191,21137971:pet_opaque:4211:21170452,21138549:pet_opaque:4211:21169952,21138592:pet_opaque:4211:21169504,21138620:pet_opaque:4211:21168285,21138733:pet_opaque:4211:21164170,21172727:pet_opaque:4211:21203533,21172955:pet_opaque:4211:21202528,21173009:pet_opaque:4211:21201152,21173010:pet_opaque:4211:21200894,21173089:pet_opaque:4211:21200775,21173140:pet_opaque:4211:21200291,21173149:pet_opaque:4211:21200211,2117'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.020778248002517964, 'nb_photo': 11, 'list_port_cont': '19485303,19912453', 'assoc_port': '19477264:19485303,19901747:19912453', 'assoc_mat': '19477264:plastique:3726:19485303,19901747:plastique:3726:19912453'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005179238142315644, 'nb_photo': 1064, 'list_port_cont': '19517197,21136748,21136863,21137018,21137028,21137060,21137112,21137232,21137334,21137420,21137424,21137593,21137695,21137730,21137745,21137778,21138129,21138216,21138638,21138673,21138848,21138929,21139068,21139086,21139200,21139316,21139374,21139528,21139620,21139661,21139753,21139885,21140029,21140414,21140519,21140610,21140639,21140977,21141119,21141325,21141394,21141898,21142143,21147666,21173165,21173243,21173360,21173540,21173653,21173665,21173675,21173917,21174094,21174134,21174387,21174939,21175044,21175118,21175173,21175272,21175378,21175407,21175442,21175755,21175761,21175801,21175963,21176132,21176196,21176210,21176336,21176789,21176934,21176943,21177133,21177198,21177296,21177306,21177438,21177950,21178013,21178904,21178916,21179153,21179319,21179568,21179660,21179671,21179675,21179792,21179823,21179953,21180041,21180543,21181077,21181345,21181363,21181548,21181582,21181797,21182207,21182386,21182483,21182591,21182610,21183755,21183768,21184600,21185229,21185252,21187658,21187974,21188089,2118809', 'assoc_port': '19516788:19517197,21136549:21136748,21136550:21141898,21136559:21147666,21136584:21141394,21136588:21141325,21136594:21142143,21136598:21141119,21136604:21137028,21136611:21137018,21136618:21140977,21136620:21136863,21136902:21137334,21136914:21137232,21136920:21137060,21136948:21138638,21136950:21137112,21136951:21137420,21137249:21140639,21137300:21137424,21137302:21137593,21137319:21140610,21137519:21137745,21137523:21137730,21137528:21140414,21137546:21137778,21137554:21137695,21137951:21138216,21137962:21138129,21138540:21138673,21138579:21138929,21138586:21138848,21138606:21139753,21138608:21139068,21138719:21140519,21138720:21139661,21138730:21139620,21138737:21139528,21138749:21139086,21138777:21139885,21139032:21139374,21139041:21139316,21139052:21140029,21139055:21139200,21172714:21190381,21172721:21190351,21172722:21190389,21172802:21189936,21172834:21189902,21172891:21189855,21172903:21189732,21172949:21173165,21172958:21189711,21172965:21190780,21172985:21173360,21172998:21188320,21172999:2117324', 'assoc_mat': '19516788:plastique:3726:19517197,21136549:plastique:3726:21136748,21136550:plastique:3726:21141898,21136559:plastique:3726:21147666,21136584:plastique:3726:21141394,21136588:plastique:3726:21141325,21136594:plastique:3726:21142143,21136598:plastique:3726:21141119,21136604:plastique:3726:21137028,21136611:plastique:3726:21137018,21136618:plastique:3726:21140977,21136620:plastique:3726:21136863,21136902:plastique:3726:21137334,21136914:plastique:3726:21137232,21136920:plastique:3726:21137060,21136948:plastique:3726:21138638,21136950:plastique:3726:21137112,21136951:plastique:3726:21137420,21137249:plastique:3726:21140639,21137300:plastique:3726:21137424,21137302:plastique:3726:21137593,21137319:plastique:3726:21140610,21137519:plastique:3726:21137745,21137523:plastique:3726:21137730,21137528:plastique:3726:21140414,21137546:plastique:3726:21137778,21137554:plastique:3726:21137695,21137951:plastique:3726:21138216,21137962:plastique:3726:21138129,21138540:plastique:3726:21138673,21138579:plastique:3726:21138929,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.009236826428028994, 'nb_photo': 36, 'list_port_cont': '19474866,19485306,19912462,19933767,20368542', 'assoc_port': '19474557:19474866,19477264:19485306,19884822:19933767,19901747:19912462,19960824:20368542', 'assoc_mat': '19474557:Teint_Dans_La_Masse:3726:19474866,19477264:Teint_Dans_La_Masse:3726:19485306,19884822:Teint_Dans_La_Masse:3726:19933767,19901747:Teint_Dans_La_Masse:3726:19912462,19960824:Teint_Dans_La_Masse:3726:20368542'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010265525940866048, 'nb_photo': 3958, 'list_port_cont': '19517188,21136747,21136866,21137019,21137058,21137107,21137236,21137327,21137417,21137429,21137441,21137596,21137691,21137737,21137742,21137771,21138132,21138212,21138627,21138671,21138840,21138928,21139079,21139088,21139168,21139209,21139320,21139373,21139536,21139613,21139694,21139762,21139880,21140024,21140408,21140601,21140629,21140954,21140979,21141011,21141118,21141211,21141291,21141317,21141346,21141402,21141424,21141442,21141469,21141543,21141573,21141725,21141861,21141893,21142140,21147669,21173172,21173245,21173357,21173536,21173659,21173664,21173683,21173912,21174097,21174142,21174381,21174947,21175043,21175111,21175172,21175276,21175382,21175401,21175451,21175745,21175759,21175804,21175837,21175952,21176141,21176168,21176188,21176199,21176333,21176787,21176927,21176945,21177135,21177200,21177292,21177327,21177437,21177957,21178019,21178900,21178910,21179150,21179317,21179571,21179657,21179665,21179683,21179793,21179815,21179949,21180032,21180539,21181081,21181162,21181351,21181357,21181557,2118157', 'assoc_port': '19516788:19517188,21136549:21136747,21136550:21141893,21136559:21147669,21136560:21141861,21136572:21141725,21136574:21141573,21136576:21141543,21136578:21141469,21136581:21141442,21136582:21141424,21136584:21141402,21136586:21141346,21136588:21141317,21136589:21141291,21136592:21141211,21136594:21142140,21136598:21141118,21136599:21141011,21136611:21137019,21136618:21140979,21136620:21136866,21136897:21140954,21136902:21137327,21136914:21137236,21136920:21137058,21136948:21138627,21136950:21137107,21136951:21137417,21137249:21140629,21137300:21137429,21137302:21137596,21137319:21140601,21137321:21137441,21137519:21137742,21137523:21137737,21137528:21140408,21137546:21137771,21137554:21137691,21137951:21138212,21137962:21138132,21138540:21138671,21138579:21138928,21138586:21138840,21138606:21139762,21138608:21139079,21138718:21139694,21138730:21139613,21138737:21139536,21138749:21139088,21138777:21139880,21139032:21139373,21139041:21139320,21139052:21140024,21139055:21139209,21139057:21139168,21172714:2119038', 'assoc_mat': '19516788:Teint_Dans_La_Masse:3726:19517188,21136549:Teint_Dans_La_Masse:3726:21136747,21136550:Teint_Dans_La_Masse:3726:21141893,21136559:Teint_Dans_La_Masse:3726:21147669,21136560:Teint_Dans_La_Masse:3726:21141861,21136572:Teint_Dans_La_Masse:3726:21141725,21136574:Teint_Dans_La_Masse:3726:21141573,21136576:Teint_Dans_La_Masse:3726:21141543,21136578:Teint_Dans_La_Masse:3726:21141469,21136581:Teint_Dans_La_Masse:3726:21141442,21136582:Teint_Dans_La_Masse:3726:21141424,21136584:Teint_Dans_La_Masse:3726:21141402,21136586:Teint_Dans_La_Masse:3726:21141346,21136588:Teint_Dans_La_Masse:3726:21141317,21136589:Teint_Dans_La_Masse:3726:21141291,21136592:Teint_Dans_La_Masse:3726:21141211,21136594:Teint_Dans_La_Masse:3726:21142140,21136598:Teint_Dans_La_Masse:3726:21141118,21136599:Teint_Dans_La_Masse:3726:21141011,21136611:Teint_Dans_La_Masse:3726:21137019,21136618:Teint_Dans_La_Masse:3726:21140979,21136620:Teint_Dans_La_Masse:3726:21136866,21136897:Teint_Dans_La_Masse:3726:21140954,21136902:Teint_Dans_La_Masse:3726:2'}) 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(1654763,1654746,1654720,1654670,1654650,1654605,1654581,1654532,1654513,1654767,1658108,1658109,1658112,1658116,1658119,1658304,1658255,1658238,1658188,1658165,1658131,1658120,1658325,1658365,1658390,1658439,1658461,1658509,1658532,1658573,1658588)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173299, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370768,19371789,19371869,19373900,19374917,19375348,19387743,19387893,19388340,19389898,19392260,19394716,19395420,19396179,19397512,19398159,19398262,19398366,19399128,19410183,19410208,19411162,19411508,19412242,19417323,19417530,19430870,19430947,19433390,19437756,19440868,19446612,19451297,19453868,19456964,19457014,19457925,19459116,19461435,19461680,19461747,19465737,19467302,19468236,19469049,19470589,19471576,19473882,19476298,19476589,19477107,19478661,19482495,19488511,19490562,19498419,19499575,19500267,19500983,19501974,19503941,19504971,19505824,19508259,19508868,19509790,19510541,19517048,19517098,19517594,19519874,19521290,19522163,19522519,19525975,19528325,19543066,19543571,19544788,19546483,19549271,19551566,19553235,19553591,19553728,19555657,19556478,19556952,19557592,19571378,19572694,19577755,19578498,19581496,19585706,19591321,19593130,19595593,19599502,19625695,19628758,19631782,19634540,19638837,19643561,19648139,19649945,19657956,19661690,19665845,19676101,19693333,19693712,1969455 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173300, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137118,21137357,21137702,21137892,21138304,21138640,21138822,21139118,21139223,21139522,21139902,21173208,21173755,21178126,21180118,21180361,21180991,21181407 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173301, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19474863,19485300,19912461,19933758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173302, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517190,21136754,21136860,21137013,21137031,21137053,21137081,21137104,21137237,21137329,21137415,21137435,21137440,21137599,21137696,21137733,21137738,21137781,21138128,21138211,21138631,21138668,21138839,21138925,21139075,21139090,21139166,21139203,21139325,21139382,21139530,21139617,21139670,21139695,21139754,21139887,21140035,21140412,21140515,21140606,21140630,21140953,21140987,21141215,21141296,21141320,21141347,21141404,21141426,21141444,21141547,21141574,21141863,21141894,21142141,21147658,21173161,21173246,21173362,21173543,21173648,21173669,21173681,21173914,21174090,21174141,21174382,21174944,21175039,21175114,21175180,21175274,21175376,21175405,21175445,21175752,21175765,21175807,21175833,21175955,21176131,21176162,21176194,21176203,21176328,21176790,21176926,21176947,21177136,21177197,21177294,21177326,21177441,21177958,21178018,21178908,21178914,21179152,21179318,21179574,21179650,21179661,21179674,21179788,21179824,21179948,21180043,21180544,21181087,21181155,21181350,21181359,21181553,2118158 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173303, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19374915,19376908,19398364,19439431,19478669,19500981,19578502,19593129,19649949,19735308,19763008,19792900,19930572,20080762,20090050,20115897,21167897 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173304, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21174314,21193906,21199573,21201314,21205235,21209166,21211543,21216443,21274176,21286769,21288175,21335680 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173305, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135031,20162230,20194744,20199704,20208113,20277582,21178861,21185338,21190162,21197020,21200262,21206313,21208469,21209629,21210463,21210903,21214501,21216596,21218223,21270586,21334557 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173306, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21168675,21168701,21172635,21184780,21186265,21186475,21190402,21191505,21191920,21192259,21192735,21194647,21195727,21197199,21198148,21198262,21200526,21200710,21201776,21201916,21202333,21203015 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173307, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21174226,21176267,21177017,21184626,21190850,21191734,21194455,21194791,21196541,21197840,21197948,21198636,21199846,21201432,21202138,21202553,21205304,21206800,21207995,21209497,21209722,21215991,21216672,21217010,21218288,21263448,21269764,21273307,21280367,21283918,21285566,21286183,21286692,21288151,21292414,21294108,21294267,21295272,21298145,21302355 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173308, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137268,21137617,21138141,21138501,21138690,21139961,21140016,21140737,21141139,21141622,21141780,21146770,21149878,21155314,21157136,21157447,21159111,21159367,21159727,21162405,21162604,21173420,21173961,21174115,21174128,21174167,21174339,21174405,21174708,21174894,21175217,21175518,21175783,21176024,21176244,21176726,21177040,21177161,21177535,21177972,21178137,21178197,21178269,21178696,21178871,21179235,21179407,21179531,21179561,21179594,21179836,21179843,21180080,21180158,21182453,21182993,21183064,21183132,21183734,21184009,21184555,21185071,21185191,21185392,21186286,21186739,21187663,21188513,21188675,21189116,21189255,21189453,21189722,21190115,21190523,21190707,21191013,21191406,21191624,21192053,21192390,21192887,21193384,21193629,21193844,21194238,21194497,21194676,21195000,21195309,21195542,21195981,21196636,21196910,21197655,21197888,21198215,21198466,21198733,21199074,21199311,21200274,21200549,21200907,21201673,21201770,21201849,21202035,21202212,21202439,21202602,21202867,21203034,2120327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173309, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173352,21173402,21173497,21173531,21174557,21175083,21175093,21175329,21175369,21175428,21175790,21176343,21176379,21176405,21176594,21176760,21176870,21177514,21177860,21178248,21178546,21179495,21179765,21180059,21180096,21180166,21180287,21180403,21180871,21183326,21183517,21183853,21184279,21184692,21185085,21185236,21185493,21186236,21186406,21186531,21187091,21187300,21187389,21188262,21188900,21189095,21190190,21190549,21190599,21190676,21190759,21190915,21190987,21191411,21191534,21192088,21192139,21192244,21192309,21192352,21192518,21192751,21193184,21193217,21193295,21193712,21193888,21194103,21194389,21194402,21194576,21194730,21194878,21194924,21195210,21195375,21195551,21195839,21195917,21196042,21196071,21196512,21196527,21196589,21196809,21196981,21197154,21197183,21197477,21197829,21197980,21198455,21198856,21199244,21199317,21199662,21199874,21199900,21199923,21200035,21200047,21200147,21200406,21200568,21200626,21200887,21200970,21201269,21201286,21201326,21201545,21202088,21202355,2120267 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173310, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085665,20086287,20087146,20089322,20090303,20101299,20106739,20107665,20115905,20117044,20118952,20121972,20122967,20136833,20137454,20137828,20138103,20139824,20139886,20140013,20172572,20174659,20176341,20177631,20196612,20198246,20199593,20200519,20200549,20201322,20231836,20231873,20232930,20233469,20234054,20234162,20235855,20238856,20239136,21137399,21139193,21139683,21163805,21164177,21167759,21168291,21168638,21169500,21169956,21170442,21173775,21174282,21174613,21174825,21175185,21175343,21175560,21175994,21176322,21176640,21177073,21177127,21177424,21177566,21177836,21178152,21183057,21187032,21190067,21191091,21191356,21192666,21193181,21196664,21197028,21198758,21199201,21199638,21200210,21200294,21200768,21200893,21201151,21202544,21202711,21203072,21203530 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173311, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19371787,19371875,19373423,19373909,19374908,19387892,19389897,19394719,19395410,19397511,19398269,19398362,19399126,19410211,19412234,19417328,19429585,19433392,19440870,19451293,19453873,19457935,19459125,19461432,19461672,19461751,19468245,19469044,19478665,19481508,19490568,19498414,19499574,19500987,19501968,19503522,19509789,19517100,19517599,19519881,19522152,19522526,19525157,19543572,19544797,19551564,19553727,19556473,19556954,19557587,19571379,19577751,19581504,19591322,19599505,19631776,19638833,19643562,19648140,19649936,19657950,19661692,19661997,19693341,19695231,19697213,19698287,19702203,19704961,19707973,19710091,19711764,19716477,19734499,19735311,19736024,19736966,19750127,19750148,19758821,19760293,19763017,19767939,19782818,19792902,19803491,19822202,19829821,19830323,19830451,19843640,19846162,19850131,19863690,19887302,19889953,19906587,19906956,19913570,19913585,19915937,19918205,19920795,19930418,19930566,19930716,19958638,19959530,19965446,19965465,19986633,20005491,20016265,2002758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173312, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372022,19388692,19419711,19433569,19434061,19436606,19446666,19465978,19490513,19512813,19516748,19521924,19530884,19543602,19629742,19698200,19712446,19728368,19730893,19742202,19780724,19826817,19868749,19870941,19905923,19909745,19927328,19929753,19934401,19939957,19945347,19966781,19982739,20119957,20136837,20147016,20149148,20150760,20164741,20166271,20194348,20199880,21173437,21174321,21175719,21193341,21193902,21199082,21199572,21201310,21202828,21205225,21207484,21209183,21209865,21210637,21210983,21211532,21214755,21216415,21216444,21217550,21271147,21274175,21274611,21286106,21286778,21288183,21331248,21334956,21335688 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173313, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135032,20149736,20162229,20194752,20199701,20208112,20277579,21178855,21185334,21190171,21197018,21200269,21206300,21208468,21209641,21210468,21210895,21214495,21216603,21218219,21270582,21334552 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173314, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370180,19370586,19393738,19410147,19410497,19429290,19451104,19461153,19520524,19543507,19571178,19630940,19638669,19641429,19693357,19694345,19702917,19703040,19734404,19750342,19762958,19820205,19825569,19843494,19930672,19931076,19958871,20068493,20112726,20114756,21137475,21137790,21168525,21168666,21168706,21168904,21169325,21169377,21169809,21169857,21170043,21170645,21170835,21170978,21172335,21172430,21172441,21172525,21172636,21172913,21173223,21173377,21173554,21173599,21173816,21174074,21174203,21174576,21174853,21174972,21175200,21175391,21175528,21175693,21175703,21175848,21176069,21176298,21176401,21176656,21176701,21176731,21176999,21177144,21177354,21177464,21177645,21177886,21177983,21178060,21178180,21178475,21178798,21178941,21179269,21179383,21179538,21179735,21179803,21180072,21181001,21181110,21181248,21181335,21181382,21181631,21182059,21182167,21182305,21182436,21182790,21183025,21184227,21184329,21184473,21184568,21184784,21184930,21185211,21185350,21185558,21185792,21185975,2118599 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173315, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19382629,21138325,21173624,21173977,21174218,21174999,21175871,21176086,21176269,21177016,21177307,21177677,21177756,21178213,21178433,21178765,21179351,21179694,21179861,21180197,21183108,21183280,21183386,21183569,21183933,21184087,21184614,21185524,21185916,21186365,21186912,21187926,21188559,21188819,21190267,21190333,21190417,21190860,21190891,21191232,21191425,21191726,21191874,21192115,21192154,21192547,21192770,21193017,21193072,21193307,21193450,21193733,21194034,21194256,21194351,21194463,21194594,21194785,21194823,21195173,21195579,21195646,21195900,21196061,21196265,21196531,21196717,21197218,21197285,21197831,21197947,21198094,21198175,21198624,21199132,21199216,21199359,21199547,21199690,21199854,21199992,21200101,21200630,21200981,21201084,21201160,21201434,21201485,21201635,21201968,21202137,21202503,21202552,21202679,21202777,21202936,21203306,21203454,21203592,21203758,21203845,21203906,21203976,21204061,21204203,21205040,21205251,21205312,21205365,21206238,21206482,21206618,21206663,2120673 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173316, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137256,21137296,21137609,21138151,21138512,21138694,21139956,21140013,21140738,21141146,21141630,21141778,21146775,21149879,21155320,21157126,21157450,21159121,21159376,21159714,21162403,21162602,21173433,21173963,21174102,21174121,21174169,21174335,21174403,21174718,21174884,21175225,21175512,21175776,21176020,21176245,21176721,21177035,21177159,21177281,21177536,21177964,21178143,21178199,21178281,21178685,21178885,21179127,21179229,21179415,21179519,21179564,21179592,21179830,21179846,21180089,21180145,21182451,21182514,21182978,21183066,21183140,21183738,21183866,21184016,21184373,21184548,21185070,21185184,21185391,21186010,21186288,21186737,21186812,21187401,21187661,21188011,21188520,21188680,21189122,21189257,21189449,21189723,21190124,21190521,21190700,21190998,21191393,21191631,21192051,21192396,21192614,21192895,21193380,21193623,21193841,21194246,21194501,21194669,21195004,21195318,21195536,21195987,21196644,21196911,21197665,21197886,21198217,21198467,21198734,21199070,21199304,21200279,2120039 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19428724,19438771,19458522,19459008,19461400,19468092,19470005,19475321,19475500,19498940,19500765,19506301,19517059,19518502,19524977,19543553,19545569,19553481,19554323,19558503,19562193,19571271,19581200,19583049,19598795,19656562,19660847,19703231,19735559,19737298,19737703,19756321,19759046,19762185,19764128,19764287,19771102,19778730,19831683,19845175,19847542,19857695,19860736,19885706,19889366,19899709,19911396,19917004,19930474,19965960,19976978,19981052,19983802,19985100,20005473,20012076,20018082,20023840,20028650,20028670,20044699,20047367,20048845,20050744,20052205,20064631,20072565,20076476,20084094,20116403,20117096,20118264,20122394 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173351,21173395,21173488,21173529,21173908,21174048,21174157,21174190,21174246,21174451,21174482,21174560,21174802,21175081,21175103,21175322,21175357,21175436,21175491,21175785,21176144,21176171,21176347,21176355,21176384,21176406,21176562,21176590,21176623,21176764,21176862,21177206,21177241,21177513,21177592,21177853,21177859,21178024,21178033,21178114,21178246,21178286,21178315,21178341,21178548,21178560,21178717,21178842,21179143,21179256,21179291,21179501,21179725,21179780,21179995,21180052,21180102,21180161,21180288,21180390,21180405,21180870,21182946,21183033,21183325,21183519,21183727,21183850,21184024,21184178,21184283,21184305,21184693,21184738,21184884,21185011,21185077,21185231,21185313,21185370,21185508,21185845,21185935,21186239,21186414,21186539,21187081,21187137,21187188,21187293,21187395,21188107,21188256,21188445,21188597,21188893,21189102,21190184,21190204,21190556,21190593,21190645,21190750,21190917,21191009,21191027,21191103,21191188,21191242,21191340,21191419,21191528,21191770,2119196 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173318, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085678,20086286,20087143,20089327,20090308,20101305,20106738,20107664,20115918,20117057,20118951,20121963,20122971,20136822,20137463,20137830,20138097,20139823,20139888,20140020,20172574,20174660,20176349,20177622,20196601,20198249,20199604,20200531,20200563,20201329,20231846,20231875,20232922,20233471,20234061,20234174,20235860,20238854,20239131,21137409,21139183,21139680,21163819,21164185,21167757,21168281,21168633,21169498,21169957,21170451,21173768,21174271,21174612,21174830,21175205,21175352,21175564,21176008,21176312,21176646,21177071,21177116,21177430,21177556,21177829,21178166,21183048,21187030,21190055,21191093,21191353,21192662,21193180,21196661,21197034,21198742,21199198,21199640,21200215,21200290,21200777,21200890,21201144,21202532,21202714,21203085,21203528 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173319, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19371781,19371878,19375346,19395419,19396187,19398264,19411163,19412232,19429584,19433395,19442085,19457013,19457932,19468234,19471577,19476478,19477113,19482497,19490567,19504970,19510550,19517041,19517592,19519876,19521293,19526085,19543059,19543583,19544798,19549269,19555652,19556472,19556841,19557593,19572698,19577753,19578494,19581498,19585709,19625706,19631773,19638834,19643552,19649942,19652673,19665847,19695228,19696423,19696813,19700615,19707979,19711762,19735312,19736969,19753193,19758818,19760284,19763007,19766772,19770419,19799204,19802798,19803493,19822207,19830453,19835167,19840720,19843369,19845223,19846163,19852179,19856470,19856681,19863697,19889950,19918200,19929554,19930423,19931465,19931573,19931670,19958639,19965448,19970659,20007443,20016266,20027587,20041409,20042814,20045736,20047929,20083831,20088235,20107422,20115889,20127513,21139243,21139283,21139395,21174084,21174582,21175069,21175971,21176482,21176750,21177451,21177603,21178667,21178933,21179754,21180271,21180556,21184998,2118767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173320, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137121,21137360,21137650,21137704,21137891,21137930,21138311,21138644,21138826,21139114,21139216,21139519,21139903,21173206,21173757,21178134,21180123,21180357,21180987,21181411 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173321, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485304,20368533 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173322, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517194,21136758,21136869,21137051,21137332,21137598,21137688,21137736,21137746,21138218,21138633,21138844,21138926,21139206,21139419,21139539,21139612,21139884,21140033,21140417,21140520,21140608,21140628,21141353,21141431,21141889,21147665,21173253,21173533,21173662,21173920,21174095,21174139,21174389,21174938,21175046,21175176,21175380,21175404,21175444,21175749,21175758,21175811,21175836,21175956,21176133,21176204,21176331,21176793,21176930,21176941,21177131,21177191,21177297,21177312,21177436,21177952,21178009,21178907,21178919,21179162,21179569,21179658,21179667,21179680,21179816,21181085,21181156,21181342,21181550,21181588,21182390,21182485,21182530,21182593,21182603,21184601,21185226,21185248,21187649,21187970,21188086,21188093,21188324,21189701,21189737,21189848,21189898,21189926,21190010,21190137,21190377 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173323, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485305,19912454,20368540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173324, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517196,21136749,21137022,21137030,21137056,21137084,21137113,21137235,21137335,21137421,21137431,21137448,21137601,21137687,21137732,21137749,21137779,21138130,21138219,21138628,21138677,21138842,21138921,21139070,21139093,21139210,21139324,21139422,21139534,21139615,21139763,21139888,21140025,21140415,21140602,21140638,21140957,21140984,21141112,21141318,21141398,21141422,21141443,21141539,21141576,21141862,21141888,21147668,21173167,21173247,21173355,21173534,21173651,21173670,21173682,21173911,21174091,21174137,21174390,21174940,21175047,21175117,21175175,21175381,21175403,21175450,21175751,21175763,21175806,21175844,21175958,21176134,21176195,21176205,21176327,21176797,21176932,21176944,21177134,21177190,21177299,21177329,21177439,21177955,21178016,21178903,21178921,21179156,21179322,21179576,21179651,21179669,21179673,21179787,21179819,21179956,21180540,21181079,21181164,21181346,21181354,21181546,21181586,21181796,21182209,21182290,21182392,21182480,21182521,21182596,21182601,21183754,21183772,2118460 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173325, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485297,19912456,19933764,20368543 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173326, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21136750,21136871,21137015,21137025,21137055,21137076,21137114,21137238,21137430,21137592,21137693,21137727,21137744,21137780,21138131,21138220,21138632,21138666,21138841,21138924,21139069,21139094,21139322,21139418,21139537,21139614,21139764,21139883,21140027,21140413,21140607,21140634,21141299,21141428,21141569,21141720,21141768,21141858,21141891,21142135,21147662,21173170,21173249,21173356,21173532,21173654,21173666,21173684,21173922,21174092,21174144,21174388,21174945,21175036,21175107,21175174,21175374,21175446,21175746,21175762,21175803,21175954,21176139,21176207,21176326,21176792,21176925,21176939,21177130,21177199,21177289,21177434,21177960,21178020,21178906,21178917,21179159,21179323,21179575,21179649,21179664,21179679,21179785,21179814,21179951,21180036,21181082,21181160,21181347,21181365,21181549,21181583,21182205,21182295,21182383,21182529,21182592,21182606,21183753,21183775,21184606,21185220,21185253,21187651,21187971,21188081,21188103,21188322,21189703,21189729,21189852,21189895,21189929,2119001 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173327, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372016,19388695,19419712,19433575,19434049,19436604,19490514,19516758,19521923,19543591,19629736,19712436,19728353,19730885,19742213,19868745,19870933,19927335,19929749,19934406,19939949,19945346,19966778,19982746,20149135,20150761,20164748,20166277,20194339,20199879,21173438,21174319,21175726,21193329,21193911,21199075,21199574,21201311,21202822,21205217,21207494,21209178,21209863,21210649,21210980,21211536,21214763,21216421,21216441,21217548,21271158,21274186,21274614,21286107,21286775,21288182,21331240,21335677 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173328, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19378740,19382775,19391044,19414001,19421450,19421669,19432960,19442609,19454857,19460654,19464252,19492243,19498099,19517315,19536259,19555497,19580123,19600890,19631285,19698317,19735534,19736195,19741469,19745781,19747033,19770757,19782404,19820629,19823157,19834503,19866549,19906396,19932250,19933865,19934194,19934615,19945320,19971486,20017960,20085447,20120047,20135034,20149747,20150059,20162218,20194756,20199714,20208109,20277578,21178868,21185332,21190170,21197015,21200261,21206306,21208473,21209628,21210458,21210900,21214500,21216592,21218224,21270587,21334564 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173329, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21169322,21169862,21170036,21172329,21172918,21173382,21173818,21174861,21174982,21176071,21176305,21176398,21177473,21177647,21177981,21178182,21179388,21179742,21181261,21181327,21182443,21184328,21184936,21185204,21186715,21187059,21188582,21188702,21189540,21190023,21190220,21190721,21193498,21193836,21194168,21194300,21194635,21194978,21195018,21195453,21195513,21195616,21196940,21197204,21198440,21198806,21199099,21199621,21200318,21200479,21200591,21201834,21202239,21202326,21203188,21203807,21204263 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173330, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21138319,21177688,21179335,21184101,21187934,21190273,21194589,21195635,21199845,21203900,21205362,21209464,21210620,21210834,21210920,21211717,21214654,21215996,21216364,21217809,21274481,21281057,21294494,21299606 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173331, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137612,21138691,21140015,21141774,21149886,21157128,21159720,21173428,21174119,21174394,21174711,21174896,21175515,21176021,21177270,21177967,21178684,21180144,21182508,21183881,21184560,21187402,21189721,21190126,21191399,21192054,21196914,21197656,21198204,21200918,21201853,21202444,21202607,21202870,21203931,21204883,21205102,21205404 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173332, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173349,21173387,21173489,21173906,21174046,21174456,21174477,21174559,21174807,21175085,21175323,21175358,21175431,21175791,21176147,21176173,21176340,21176356,21176378,21176404,21176573,21176603,21176765,21177249,21177525,21177593,21177848,21178031,21178032,21178110,21178240,21178284,21178301,21178350,21178538,21178704,21178839,21179147,21179259,21179293,21179491,21179727,21179777,21179988,21180047,21180165,21180280,21180391,21180409,21180868,21182951,21183036,21183514,21183717,21183854,21184180,21184291,21184298,21184706,21184735,21184888,21185019,21185082,21185235,21185310,21185367,21185502,21185855,21185943,21186250,21186407,21186536,21187136,21187197,21187294,21187388,21188118,21188261,21188453,21188885,21189096,21190188,21190206,21190554,21190592,21190652,21190758,21190925,21191024,21191029,21191105,21191191,21191238,21191330,21191420,21191535,21191974,21192016,21192080,21192083,21192134,21192227,21192322,21192347,21192509,21192757,21192835,21192907,21192928,21192944,21193004,21193050,21193118,2119319 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173333, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085666,20086294,20087132,20089335,20090309,20101307,20106740,20107662,20115910,20117059,20118965,20121969,20122968,20136828,20137452,20137829,20138098,20139825,20139877,20140009,20172566,20174667,20176346,20177623,20196611,20198243,20199590,20200527,20200559,20201316,20231845,20231868,20232918,20233482,20234056,20234168,20235863,20238866,20239135,21137400,21139187,21139678,21163821,21164181,21167758,21168293,21168628,21169497,21169948,21170439,21173766,21174285,21174619,21174827,21175197,21175348,21175561,21176003,21176314,21176632,21177072,21177122,21177415,21177555,21177834,21183059,21187031,21190061,21191099,21191343,21192670,21193178,21196653,21197035,21199204,21199647,21200216,21200288,21200769,21200901,21201142,21202539,21202715,21203077,21203543 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557492 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21216428 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173335, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135044,20162231,20194743,20199707,20208110,20277587,21178867,21185333,21190172,21197016,21200255,21206301,21208474,21209634,21210462,21210905,21214502,21216593,21218221,21270596,21334556 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173336, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21172921,21185803,21187046,21193214,21204417 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173337, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21175009,21195180,21203753,21298143 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173338, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370611,19371755,19373184,19373868,19374473,19377702,19379399,19387362,19387562,19388223,19393022,19394590,19395983,19397179,19399047,19409857,19410523,19410919,19411421,19411860,19428744,19429614,19431478,19433327,19437724,19439966,19440806,19447290,19451134,19452606,19452775,19453682,19454202,19457798,19458560,19460168,19460411,19467216,19467437,19468386,19470270,19471364,19473213,19476025,19476182,19477887,19481226,19486667,19488343,19498362,19500891,19501951,19503296,19506127,19506286,19508031,19508154,19509551,19510377,19516982,19517569,19517737,19518424,19520574,19524896,19525902,19528208,19543531,19544486,19545611,19548084,19549154,19549931,19550887,19554429,19554583,19555415,19556365,19556911,19558489,19574527,19574677,19590795,19592353,19596417,19598811,19625016,19646693,19649283,19653242,19653442,19660901,19663610,19693639,19696995,19697482,19701192,19704638,19705259,19706001,19707098,19713513,19716199,19719999,19720199,19726998,19731023,19731966,19733533,19735236,19735612,19735893,19736503,1973702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173339, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173486,21174179,21174473,21175073,21175101,21175355,21175439,21175503,21175796,21176154,21176175,21176375,21176409,21176566,21176589,21176874,21177516,21177596,21178118,21178295,21179141,21179253,21180046,21180285,21180872,21182958,21183039,21184727,21185080,21185841,21185945,21186530,21188110,21190198,21190646,21190918,21190993,21191245,21191409,21191971,21192066,21193014,21193102,21193123,21193186,21193371,21193892,21194407,21194908,21195217,21196077,21196124,21196166,21196528,21196571,21196812,21196825,21197001,21197196,21197764,21198014,21198376,21198454,21198622,21199251,21199263,21199466,21199605,21199797,21199901,21199927,21200186,21200562,21200805,21200827,21200963,21201036,21201055,21201197,21201275,21201464,21201520,21201543,21201890,21202094,21202178,21202265,21202659,21202730,21203137,21203445,21203509,21203650,21203740,21203792,21203816,21204343,21204369,21204779,21205197,21205280,21205334,21206134,21206356,21206758,21206777,21206878,21207526,21208064,21208661,21209038,21209121,21209231,2120927 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173340, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085679,20086296,20087141,20089337,20101306,20106733,20115908,20117051,20118956,20136825,20137457,20137823,20138099,20172563,20174652,20177637,20199600,20200550,20201325,20231835,20232925,20234055,20234166,20235864,20238853,20239142,21137411,21139675,21163808,21164179,21167767,21168282,21168641,21169499,21169958,21170443,21173774,21174275,21174615,21174818,21175187,21176002,21176311,21176641,21177081,21177423,21177559,21177827,21183051,21187036,21190057,21191347,21193168,21197032,21198747,21200293,21200781,21201141,21202725,21203540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173341, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19388338,19398268,19411154,19457015,19693335,19696933,19704964,19736018,19803502,19905902,20027588,20107431,21140370,21167895,21177175,21187685 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173342, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173443,21174320,21175716,21193335,21193916,21199582,21201318,21202819,21205226,21207483,21209182,21209872,21210647,21210974,21211540,21214756,21216416,21216445,21217560,21271156,21274188,21274617,21286101,21286776,21288171,21331245,21334964,21335681 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173343, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19378735,19382767,19391050,19414007,19421456,19421672,19432967,19442605,19454860,19460664,19464248,19492239,19498096,19517307,19536264,19555493,19580120,19600900,19631279,19698315,19735533,19736193,19741475,19745782,19747030,19770762,19782402,19820641,19823153,19834492,19866551,19906410,19932253,19933866,19934192,19934602,19945322,19971478,20017961,20085448,20120041,20135040,20149746,20150057,20162221,20194750,20199708,20208103,20277584,21178870,21185324,21190165,21197008,21200258,21206302,21208471,21209640,21210456,21210896,21214497,21216591,21218227,21270592,21334553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173344, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370181,19370585,19393748,19410148,19410486,19429291,19451101,19461164,19520522,19543509,19571179,19630951,19638665,19641427,19693358,19694333,19702913,19703046,19734413,19750335,19762945,19820195,19825578,19843486,19930658,19931079,19958865,20068497,20112727,20114745,21137481,21137795,21168521,21168671,21168710,21169323,21169370,21169805,21169858,21170042,21170653,21170837,21170985,21172339,21172427,21172442,21172523,21172640,21172920,21173232,21173383,21173555,21173598,21173811,21174072,21174199,21174572,21174847,21174978,21175210,21175385,21175536,21175687,21175708,21175849,21176078,21176301,21176389,21176662,21176703,21176736,21176997,21177152,21177358,21177458,21177638,21177889,21177989,21178067,21178471,21178792,21178945,21179270,21179381,21179543,21179738,21179798,21180070,21180995,21181113,21181246,21181337,21181384,21181625,21182045,21182161,21182299,21182437,21182786,21183010,21184235,21184317,21184462,21184565,21184777,21184932,21185203,21185355,21185554,21185798,21185972,21185986,21186255,2118648 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173345, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19382627,21138318,21173628,21173980,21174211,21175006,21175870,21176081,21176259,21177013,21177311,21177682,21177768,21178212,21178438,21178767,21179337,21179691,21179871,21180193,21183100,21183284,21183393,21183560,21183941,21184088,21184617,21185513,21185912,21186361,21186914,21187933,21188552,21188822,21190265,21190341,21190425,21190859,21190885,21191219,21191429,21191728,21191862,21192103,21192161,21192546,21192768,21193022,21193071,21193301,21193454,21193730,21194031,21194262,21194364,21194464,21194585,21194790,21194821,21195177,21195565,21195645,21195908,21196048,21196264,21196538,21196715,21197223,21197287,21197830,21197944,21198100,21198179,21198625,21199144,21199224,21199361,21199536,21199694,21199841,21199999,21200093,21200628,21200989,21201074,21201156,21201429,21201477,21201631,21201958,21202146,21202497,21202554,21202686,21202770,21202929,21203309,21203450,21203594,21203746,21203854,21203911,21203972,21204054,21204191,21205048,21205237,21205300,21205363,21206074,21206245,21206474,21206621,2120666 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173346, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137257,21137294,21137618,21138147,21138502,21138686,21139957,21140012,21140726,21141151,21141623,21141776,21146773,21149881,21155317,21157123,21157448,21159118,21159374,21159719,21162410,21162594,21173421,21173964,21174109,21174120,21174174,21174336,21174395,21174710,21174882,21175232,21175516,21175779,21176011,21176255,21176716,21177044,21177167,21177285,21177537,21177975,21178148,21178185,21178278,21178693,21178883,21179123,21179227,21179400,21179521,21179556,21179580,21179837,21179853,21180083,21180153,21182458,21182525,21182988,21183065,21183133,21183870,21184007,21184383,21184562,21185056,21185188,21185403,21186013,21186282,21186738,21186806,21187407,21187665,21188002,21188512,21188670,21189117,21189265,21189451,21189712,21190121,21190517,21190702,21191012,21191396,21191628,21192063,21192397,21192620,21192888,21193387,21193619,21193846,21194239,21194512,21194672,21194996,21195310,21195530,21195991,21196638,21196922,21197657,21197889,21198211,21198472,21198731,21199068,21199299,21200278,21200402,2120055 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19428719,19438773,19458523,19459012,19461391,19468096,19470017,19475326,19475493,19498947,19500772,19506304,19517062,19518496,19524974,19543548,19545574,19553491,19554330,19558507,19562178,19571274,19581202,19583057,19598788,19656558,19660858,19703232,19735564,19737303,19737709,19756322,19759032,19762180,19764126,19764284,19771104,19778731,19831673,19845170,19847545,19857691,19860737,19885710,19889378,19899703,19911397,19917006,19930468,19965961,19976976,19981056,19983813,19985098,20005482,20012073,20018074,20023858,20028643,20028662,20044698,20047373,20048835,20050746,20052199,20064629,20072564,20076485,20084097,20116399,20117097,20118260,20122393 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173336,21173396,21173491,21173521,21173907,21174043,21174158,21174182,21174244,21174464,21174481,21174545,21174798,21175079,21175094,21175326,21175432,21175495,21175792,21176155,21176183,21176351,21176357,21176366,21176410,21176568,21176598,21176622,21176770,21176863,21177205,21177243,21177511,21177587,21177850,21177863,21178034,21178112,21178234,21178296,21178310,21178344,21178534,21178562,21178708,21178844,21179138,21179251,21179295,21179492,21179721,21179774,21179983,21180055,21180109,21180168,21180283,21180396,21180413,21182953,21183040,21183525,21183859,21184020,21184311,21184696,21184723,21184879,21185017,21185089,21185241,21185316,21185377,21185503,21185842,21185938,21186246,21186401,21186535,21187087,21187131,21187195,21187298,21187396,21188252,21188452,21188606,21188908,21189103,21190197,21190548,21190606,21190649,21190744,21190910,21190989,21190994,21191111,21191185,21191325,21191533,21191963,21192018,21192076,21192092,21192144,21192249,21192310,21192350,21192510,21192752,21192839,21192906,2119292 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173348, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19377668,19382560,19382680,19383403,19391871,19411276,19413722,19414282,19414812,19415973,19419516,19419657,19419868,19420328,19421076,19421990,19430585,19431169,19434155,19435824,19437100,19437293,19441167,19441992,19446447,19447403,19451338,19451420,19455028,19455146,19456830,19457049,19458242,19460564,19461805,19462913,19462949,19464002,19466129,19467459,19468153,19468811,19471871,19472409,19490799,19492257,19493073,19493693,19494309,19496035,19498148,19500185,19501081,19510234,19511687,19512365,19512430,19513192,19514622,19517896,19527457,19529371,19530106,19531376,19531862,19531994,19532209,19532515,19532672,19533470,19536450,19536468,19543792,19547847,19553977,19554201,19556808,19559754,19571250,19598778,19601420,19622589,19626660,19629420,19632379,19651645,19688387,19694133,19695165,19696591,19697719,19710180,19715421,19724492,19727689,19727973,19728136,19733501,19734484,19735632,19737407,19740113,19740363,19740443,19740545,19740856,19741051,19741598,19741922,19742373,19742607,19742900,19745197,1974521 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173349, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19912451,20368534 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173350, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137077,21137419,21137426,21137591,21137774,21138221,21138634,21138676,21139091,21139532,21139618,21140026,21140611,21141435,21141473,21141854,21141897,21173359,21173913,21174941,21175179,21175753,21175767,21175962,21176200,21176788,21176940,21177192,21177288,21177433,21179321,21179572,21179958,21180040,21181552,21182589,21184599,21185221,21187654,21187969,21188101,21188326,21189734,21189904,21189928 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173351, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372018,19388687,19419721,19433577,19434058,19436618,19446671,19465976,19490516,19512812,19516751,19521920,19530883,19543598,19629738,19698203,19712443,19728360,19730894,19742214,19780726,19826815,19868748,19870943,19905921,19909739,19927334,19929741,19934403,19939961,19945353,19966775,19982743,20119961,20136835,20147014,20149144,20150768,20164736,20166273,20194351,20199886,21173439,21174322,21175729,21193334,21193904,21199080,21199575,21201315,21202804,21205232,21207491,21209180,21209862,21210643,21210978,21211537,21214765,21216426,21216434,21217557,21271157,21274179,21274619,21286097,21286771,21288176,21331251,21335687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173352, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135037,20149750,20162222,20194751,20199710,20208114,20277589,21178856,21185339,21190163,21197007,21200263,21206310,21208476,21209626,21210465,21210893,21214492,21216602,21218225,21270590,21334554 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173353, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21168708,21168919,21169312,21169859,21170647,21172341,21172429,21172436,21172632,21172917,21173231,21173558,21173611,21173819,21174856,21174985,21175704,21176295,21176391,21176655,21176697,21177147,21177360,21179390,21182054,21182154,21182783,21183013,21184327,21184564,21184934,21185210,21185976,21185992,21186725,21186981,21187576,21187808,21188592,21188705,21189429,21189555,21190019,21190144,21190407,21190793,21191081,21191206,21191316,21191389,21191496,21191839,21191917,21192038,21192213,21192451,21192736,21192879,21193202,21193499,21193515,21194060,21194173,21194350,21195448,21195625,21196430,21196772,21197200,21197310,21198027,21198269,21198436,21198549,21198592,21198686,21198871,21199102,21199341,21199521,21199632,21200136,21200344,21200435,21201385,21201488,21201779,21201832,21202080,21202248,21202753,21204412,21204507 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173354, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173618,21174997,21177761,21183099,21192159,21193074,21195570,21196532,21200986,21201077,21202135,21203585,21204195,21206734,21206828,21208840,21209352,21209710,21210914,21211721,21216459,21270256,21270781,21273298 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173355, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137258,21137285,21137604,21138155,21138507,21138680,21139966,21140022,21140729,21141141,21141631,21141781,21146774,21149885,21155311,21157122,21157453,21159110,21159377,21159724,21162412,21162598,21173424,21173955,21174105,21174130,21174164,21174340,21174399,21174712,21174891,21175220,21175508,21175770,21176017,21176246,21176717,21177048,21177164,21177275,21177529,21177962,21178139,21178272,21178695,21178881,21179119,21179233,21179413,21179520,21179554,21179595,21179840,21179855,21180090,21180148,21182450,21182519,21182981,21183076,21183144,21183749,21183877,21184014,21184379,21184557,21185067,21185198,21185404,21186004,21186280,21186752,21186817,21187399,21187660,21188522,21188671,21189113,21189268,21189461,21189716,21190123,21190519,21190699,21190999,21191395,21191625,21192049,21192400,21192626,21192884,21193377,21193624,21193850,21194242,21194498,21194680,21195005,21195314,21195532,21195994,21196648,21196915,21197658,21197887,21198214,21198470,21198737,21199066,21199308,21200286,21200393,21200547,2120091 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173356, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173348,21173389,21173493,21173526,21174151,21174183,21174258,21174460,21174547,21174800,21175082,21175320,21175359,21175438,21175499,21175794,21176150,21176178,21176349,21176362,21176380,21176558,21176596,21176621,21176766,21176875,21177239,21177515,21177855,21177858,21178022,21178047,21178241,21178287,21178309,21178353,21178545,21178565,21178711,21178840,21179144,21179266,21179497,21179773,21179997,21180162,21180290,21180397,21180407,21180861,21182956,21183030,21183331,21183521,21184033,21184289,21184302,21184702,21184724,21185014,21185078,21185314,21185381,21185500,21185851,21185947,21186528,21187084,21187133,21187196,21187384,21188121,21188263,21188440,21188896,21190183,21190201,21190552,21190594,21190653,21190747,21190920,21191020,21191108,21191192,21191412,21191531,21192027,21192069,21192137,21192321,21192342,21192520,21192745,21192899,21192925,21192987,21192999,21193060,21193117,21193193,21193231,21193491,21193765,21193801,21193865,21193889,21194100,21194383,21194404,21194483,21194578,21194697,2119472 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173357, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085670,20086290,20087147,20089334,20090314,20101298,20106734,20107652,20115916,20117045,20118962,20121973,20122966,20136823,20137461,20137832,20138102,20139827,20139882,20140010,20172575,20174662,20176344,20177629,20196605,20198253,20199597,20200521,20200554,20201330,20231834,20231867,20232928,20233481,20234053,20234167,20235857,20238859,20239143,21137401,21139188,21139672,21163814,21164183,21167760,21168283,21168635,21169503,21169950,21170448,21173778,21174279,21174614,21174828,21175193,21175350,21175563,21176006,21176321,21176642,21177067,21177124,21177431,21177551,21177830,21178154,21183047,21187039,21190056,21191098,21191342,21192665,21193182,21196650,21197039,21198756,21199205,21199650,21200205,21200297,21200772,21200900,21201153,21202541,21202712,21203069,21203538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173358, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19544800,20083825 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173359, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137123,21137355,21137701,21137896,21137929,21138309,21138648,21138827,21139518,21139899,21173207,21173754,21178132,21180359,21180990,21181408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173360, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372015,19388691,19419723,19433574,19434056,19436614,19446664,19465979,19490506,19512815,19516746,19521916,19530881,19543588,19629747,19698192,19712444,19728356,19730886,19742206,19780730,19826826,19868756,19870938,19905911,19909743,19927331,19929755,19934409,19939956,19945344,19966772,19982748,20119952,20136838,20147010,20149140,20150769,20164734,20166274,20194350,20199884,21173416,21174316,21175721,21193344,21193917,21199089,21199581,21201306,21202827,21205234,21207495,21209158,21209871,21210638,21210981,21211538,21214760,21216422,21216432,21217559,21271155,21274189,21274621,21286099,21286770,21288177,21331242,21334966,21335678 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173361, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135036,20149744,20162228,20194745,20199703,20208101,20277590,21178858,21185335,21190167,21197022,21200264,21206305,21208481,21209631,21210457,21210907,21214503,21216604,21218218,21270595,21334565 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173362, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370188,19370578,19393740,19410152,19410492,19429283,19451094,19461154,19520523,19543510,19571180,19630950,19638673,19641422,19693355,19694347,19702912,19703044,19734412,19750345,19762948,19820194,19825571,19843488,19930659,19931073,19958872,20068488,20112735,20114744,21137480,21137783,21168528,21168672,21168704,21168908,21169316,21169375,21169802,21169865,21170035,21170640,21170836,21170981,21172330,21172424,21172444,21172530,21172633,21172908,21173226,21173374,21173551,21173612,21173826,21174073,21174205,21174564,21174852,21174973,21175212,21175386,21175535,21175697,21175712,21175847,21176072,21176292,21176397,21176647,21176709,21176733,21176994,21177148,21177349,21177459,21177648,21177884,21177984,21178055,21178169,21178486,21178797,21178947,21179277,21179379,21179535,21179734,21179809,21180067,21181002,21181115,21181255,21181326,21181373,21181639,21182049,21182163,21182302,21182439,21182793,21183023,21184231,21184330,21184470,21184567,21184774,21184940,21185202,21185363,21185544,21185795,21185977,2118598 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173363, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19382633,21138322,21173626,21173973,21174219,21175012,21175876,21176088,21176260,21177006,21177316,21177678,21177755,21178216,21178439,21178762,21179346,21179689,21179866,21180186,21183104,21183285,21183399,21183567,21183935,21184091,21184613,21185523,21185907,21186377,21186906,21187923,21188554,21188813,21190276,21190336,21190428,21190856,21190878,21191217,21191439,21191723,21191876,21192109,21192162,21192548,21192763,21193016,21193073,21193309,21193445,21193735,21194037,21194259,21194353,21194449,21194597,21194786,21194828,21195179,21195572,21195634,21195910,21196059,21196256,21196536,21196709,21197232,21197300,21197832,21197950,21198092,21198170,21198630,21199136,21199215,21199368,21199537,21199688,21199842,21199988,21200100,21200638,21200987,21201089,21201168,21201422,21201482,21201634,21201967,21202136,21202505,21202551,21202690,21202763,21202935,21203297,21203448,21203581,21203751,21203849,21203899,21203980,21204050,21204192,21205035,21205250,21205310,21205357,21206060,21206242,21206480,21206613,2120666 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173364, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137267,21137289,21137611,21138144,21138510,21138684,21139969,21140018,21140730,21141142,21141629,21141777,21146762,21149891,21155318,21157132,21157449,21159117,21159370,21159728,21162398,21162599,21173425,21173971,21174103,21174127,21174162,21174334,21174392,21174705,21174890,21175223,21175507,21175780,21176022,21176251,21176727,21177043,21177160,21177283,21177528,21177976,21178142,21178196,21178271,21178690,21178877,21179128,21179228,21179408,21179522,21179558,21179589,21179834,21179848,21180088,21180149,21182446,21182509,21182992,21183075,21183129,21183735,21183880,21184008,21184376,21184547,21185065,21185194,21185402,21186012,21186294,21186745,21186811,21187403,21187664,21187998,21188510,21188674,21189109,21189256,21189463,21189717,21190117,21190522,21190706,21191000,21191400,21191623,21192057,21192399,21192612,21192893,21193385,21193630,21193852,21194243,21194502,21194677,21195009,21195320,21195538,21195988,21196637,21196917,21197666,21197891,21198212,21198475,21198732,21199060,21199309,21200271,2120038 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20368538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19428721,19438776,19458521,19459002,19461398,19468102,19470018,19475335,19475494,19498944,19500761,19506308,19517069,19518499,19524966,19543540,19545579,19553494,19554319,19558509,19562185,19571269,19581208,19583050,19598791,19656568,19660853,19703241,19735561,19737301,19737702,19756313,19759038,19762193,19764125,19764281,19771093,19778741,19831678,19845164,19847532,19857701,19860741,19885708,19889377,19899700,19911400,19917009,19930480,19965959,19976977,19981046,19983809,19985099,20005472,20012071,20018071,20023856,20028645,20028667,20044701,20047368,20048838,20050757,20052206,20064625,20072559,20076483,20084096,20116409,20117089,20118266,20122385 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173340,21173391,21173490,21173518,21173903,21174057,21174146,21174185,21174250,21174461,21174476,21174554,21174804,21175077,21175098,21175330,21175356,21175430,21175501,21175793,21176146,21176186,21176345,21176360,21176368,21176408,21176563,21176597,21176628,21176763,21176861,21177204,21177245,21177517,21177594,21177854,21177868,21178041,21178046,21178109,21178247,21178288,21178311,21178348,21178550,21178571,21178716,21178846,21179139,21179258,21179292,21179499,21179732,21179768,21179984,21180066,21180106,21180174,21180279,21180401,21180414,21180866,21182947,21183027,21183335,21183518,21183719,21183857,21184030,21184188,21184281,21184307,21184694,21184730,21184881,21185013,21185081,21185234,21185306,21185378,21185496,21185844,21185941,21186251,21186403,21186524,21187089,21187146,21187184,21187305,21187383,21188114,21188255,21188444,21188611,21188899,21189105,21190189,21190191,21190546,21190604,21190651,21190748,21190922,21190988,21191017,21191115,21191200,21191241,21191336,21191424,21191539,21191756,2119196 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173366, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085669,20086291,20087135,20089333,20090310,20101312,20106742,20107654,20115904,20117055,20118953,20121967,20122972,20136820,20137453,20137826,20138108,20139833,20139891,20140021,20172569,20174664,20176347,20177625,20196613,20198257,20199595,20200517,20200558,20201317,20231847,20231877,20232924,20233477,20234051,20234170,20235869,20238860,20239130,21137410,21139179,21139679,21163807,21164171,21167765,21168284,21168634,21169495,21169962,21170441,21173767,21174280,21174611,21174821,21175199,21175337,21175570,21176001,21176319,21176633,21177068,21177125,21177421,21177562,21177825,21178153,21183060,21187034,21190064,21191087,21191341,21192660,21193167,21196656,21197023,21198753,21199202,21199643,21200201,21200298,21200776,21200888,21201143,21202542,21202716,21203075,21203531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173367, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370773,19371788,19371877,19373426,19373911,19374918,19375355,19376902,19387747,19387895,19388335,19389889,19392268,19394714,19395415,19396182,19397519,19398157,19398272,19398356,19410176,19410205,19411155,19411513,19417317,19429579,19430872,19438030,19440874,19442084,19446604,19451287,19453874,19456968,19457020,19457927,19459117,19460529,19461750,19467304,19468233,19469037,19470588,19471578,19476487,19476598,19477108,19478657,19481509,19488504,19490571,19499581,19500270,19500982,19501966,19503520,19503935,19504976,19505823,19508871,19509792,19510542,19517095,19517595,19519869,19522157,19525162,19525973,19526082,19528330,19543067,19543576,19544791,19546490,19549262,19553241,19553586,19553731,19556479,19556850,19557588,19571370,19578500,19581505,19591328,19625705,19631780,19634542,19638831,19643553,19648146,19649938,19652677,19661681,19661992,19665841,19693338,19693703,19694551,19695227,19696419,19696812,19696936,19704956,19707978,19710093,19711159,19711769,19717313,19731265,19732638,19733482,19734506,1973531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173368, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137116,21137353,21137645,21137706,21137893,21137923,21138312,21138647,21138829,21139123,21139221,21139521,21139896,21173214,21173760,21178125,21180121,21180360,21180989,21181405 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173369, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173445,21174323,21175725,21193912,21199090,21199576,21201312,21202809,21205221,21207485,21209160,21209859,21210642,21210979,21211533,21214766,21216437,21217553,21271151,21274181,21274625,21286093,21286782,21288173,21331244,21334967,21335686 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173370, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135045,20149735,20162232,20194746,20199715,20208111,20277585,21178862,21185328,21190174,21197017,21200256,21206314,21208480,21209635,21210467,21210906,21214504,21216597,21218228,21270585,21334555 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173371, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137474,21169374,21169870,21170655,21170833,21172438,21172526,21172638,21172914,21173604,21174206,21174567,21174977,21175690,21176702,21176995,21177351,21177639,21177883,21178179,21178473,21178786,21178940,21179273,21179541,21179739,21179800,21181247,21181340,21181371,21181637,21182053,21182782,21183021,21184324,21184782,21184943,21185207,21185555,21185793,21185982,21185987,21186477,21186717,21187056,21187564,21187632,21187810,21188025,21188589,21188710,21189551,21190025,21190153,21190317,21191070,21191311,21191495,21191830,21191915,21192035,21192218,21192439,21192738,21192872,21193203,21193500,21194163,21194305,21194447,21194642,21194971,21195028,21195353,21195521,21195724,21196190,21196385,21196437,21196935,21197210,21197311,21197864,21198026,21198688,21198863,21199346,21199630,21199958,21200124,21200321,21200463,21200481,21200536,21200593,21200794,21200843,21201095,21201495,21201688,21201799,21201841,21201924,21202068,21202490,21202757,21203009,21203065,21203179,21203407,21203550,21203796,21204259,2120447 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173372, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21138327,21173623,21176084,21178202,21178434,21178759,21179339,21183107,21183387,21184615,21190337,21190847,21191229,21192110,21193723,21194356,21195174,21196251,21198098,21199543,21200633,21200976,21202682,21203914,21205049,21205301,21205353,21206611,21208167,21209362,21209496,21210696,21210911,21211236,21211454,21214648,21216565,21216827,21217517,21218377,21264072,21269772,21270079,21270257,21276279,21277730,21278076,21280381,21284237 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173373, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370622,19394586,19409855,19429620,19451132,19454204,19458551,19468397,19471358,19477893,19481222,19486665,19503289,19524898,19544487,19549144,19550882,19590799,19592356,19598807,19646687,19649287,19653446,19660904,19697001,19731030,19733541,19735243,19735620,19735886,19753183,19793313,19803743,19816567,19832356,19848639,19854688,19857619,19863097,19875553,19877229,19890946,19930089,19957571,19966291,20011047,20030413,20037700,20041208,20043099,20044874,20071278,20074952,20076500,20119159,21137260,21137298,21137613,21138150,21138503,21138688,21139964,21140010,21140731,21141140,21141621,21141782,21146772,21149876,21155319,21157133,21157439,21159109,21159379,21159715,21162404,21162593,21173417,21173966,21174107,21174123,21174168,21174338,21174406,21174707,21174889,21175229,21175519,21175777,21176013,21176252,21176720,21177038,21177172,21177278,21177530,21177970,21178141,21178190,21178273,21178698,21178873,21179124,21179234,21179410,21179528,21179563,21179593,21179831,21179856,21180093,21180157,21182460,2118251 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173374, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173343,21173400,21173495,21173524,21173904,21174053,21174155,21174178,21174247,21174454,21174469,21174558,21174801,21175075,21175095,21175321,21175365,21175427,21175493,21175786,21176152,21176177,21176352,21176358,21176374,21176413,21176559,21176601,21176627,21176772,21176860,21177210,21177235,21177588,21177841,21177867,21178040,21178052,21178113,21178243,21178299,21178312,21178342,21178535,21178566,21178702,21178845,21179142,21179265,21179298,21179498,21179730,21179776,21179996,21180053,21180100,21180173,21180286,21180394,21180415,21180863,21182957,21183037,21183321,21183509,21183720,21183862,21184025,21184186,21184285,21184308,21184705,21184726,21184885,21185018,21185086,21185232,21185317,21185379,21185497,21185847,21185944,21186240,21186411,21186537,21187138,21187191,21187290,21187393,21188112,21188257,21188449,21188599,21188905,21189101,21190185,21190193,21190553,21190605,21190677,21190756,21190919,21191018,21191019,21191116,21191187,21191246,21191332,21191413,21191527,21191964,21192029,21192071,2119208 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173375, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19377667,19382555,19382677,19383413,19391872,19411280,19413717,19414283,19414803,19415979,19419505,19419654,19419870,19420336,19421084,19421984,19430572,19431165,19434152,19435813,19437097,19437294,19441161,19441994,19446449,19447399,19451342,19451410,19455019,19455150,19456817,19457044,19458241,19460555,19461800,19462912,19462938,19464001,19466122,19467458,19468156,19468814,19471866,19472412,19490791,19492265,19493061,19493695,19494307,19496025,19498158,19500184,19501080,19510240,19511688,19512372,19512426,19513191,19514607,19517897,19527449,19529368,19530119,19531371,19531853,19531996,19532203,19532510,19532677,19533469,19536446,19536473,19543782,19547838,19553976,19554198,19556799,19559761,19571252,19598769,19601413,19622585,19626651,19629431,19632384,19651634,19688380,19694126,19695157,19696590,19697721,19710189,19715434,19724477,19727684,19727980,19728134,19733495,19734482,19735631,19737405,19740099,19740353,19740454,19740539,19740864,19741052,19741596,19741919,19742374,19742617,19742892,19745196,1974521 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173376, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19397522,19461743,19638840,19661682,19698290,19716484,19770428,20041404,21139415,21176475,21180266 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173377, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137653,21138639,21138830,21181401 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557490 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173426,21174324,21193905,21201316,21209164,21210975,21216440,21217558,21331253,21335675 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173379, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21210455,21214506 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173380, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21170643,21173605,21176073,21177890,21183015,21184781,21188128,21193518,21195344,21197753,21199104,21201374,21202242,21202905 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173381, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21184098,21211420,21216452,21286687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173382, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370610,19371747,19373188,19373878,19374476,19377695,19379397,19387359,19387552,19388229,19393021,19394587,19395982,19397177,19399043,19409859,19410526,19410929,19411424,19411865,19428757,19429613,19431486,19433325,19437723,19439960,19440799,19447295,19451138,19452604,19452782,19453677,19454198,19457797,19458561,19460163,19460406,19467220,19467439,19468394,19470280,19471363,19473211,19476015,19476174,19477895,19481229,19486672,19488354,19498355,19500890,19501946,19503292,19506130,19506292,19508022,19508150,19509546,19510379,19516971,19517571,19517730,19518426,19520568,19524906,19525904,19528199,19543525,19544491,19545610,19548093,19549141,19549923,19550879,19554434,19554586,19555413,19556358,19556914,19558479,19574529,19574686,19590790,19592355,19596423,19598808,19625013,19646683,19649282,19653240,19653448,19660897,19663605,19693641,19696989,19697489,19701197,19704630,19705267,19705994,19707090,19713510,19716194,19719991,19720205,19727000,19731028,19731974,19733534,19735242,19735621,19735889,19736500,1973702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173383, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173484,21176143,21176382,21177591,21184695,21186249,21188253,21188902,21189092,21194413,21194568,21196120,21196171,21196505,21196816,21197181,21198382,21199780,21199886,21201051,21201285,21202672,21203425,21203433,21203575,21206142,21206882,21210286,21210507,21210733,21211038,21211674,21214818,21216330,21216717,21216899,21216946,21217102,21217485,21218148,21218351,21234118,21235192,21236749,21238354,21240132,21242443,21243491,21246238,21246555,21246756,21247699,21247821,21248757,21249060,21249193,21249373,21252421,21254064,21255339,21255472,21256277,21256935,21257171,21257400,21257426,21257691,21257997,21258131,21258433,21258518,21258530,21262916 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173384, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20087142,20106743,20117046,20121966,20138095,20140011,20172571,20176342,20177630,20198245,20235861,21137402,21139682,21163812,21164186,21167763,21169502,21170450,21176315,21177079,21177418,21177561,21177831,21187033,21191345,21192673,21196652,21197030,21198749,21200206,21200773,21200898,21201150,21202530 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173385, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370763,19371790,19371866,19373430,19373912,19374178,19374916,19375347,19376899,19387741,19387894,19388330,19389901,19392266,19394720,19395418,19396177,19397524,19398155,19398274,19398361,19399134,19410175,19410202,19411159,19411515,19412239,19417326,19417537,19429580,19430877,19430944,19433393,19437746,19438032,19439436,19440869,19442086,19446601,19451292,19453870,19456958,19457016,19457934,19459121,19460523,19461437,19461684,19461740,19465739,19467303,19468244,19469048,19470591,19471572,19473878,19476306,19476482,19476596,19477104,19478662,19481506,19482488,19488508,19490566,19498421,19499577,19500274,19500985,19501964,19503514,19503929,19504975,19505828,19508248,19508880,19509791,19510545,19517051,19517101,19517600,19518538,19519872,19521285,19522161,19522524,19525163,19525981,19526089,19528318,19543063,19543581,19544795,19546486,19549268,19551570,19553230,19553593,19553729,19555660,19556470,19556848,19556949,19557586,19571373,19572689,19577759,19578501,19581501,19585698,19591320,19593123,19595596,1959951 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173386, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137117,21137363,21137655,21137708,21137900,21137928,21138303,21138649,21138821,21139117,21139219,21139525,21139893,21173210,21173761,21178130,21180124,21180364,21180985,21181402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173387, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557496 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173388, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21198447 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173389, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21216822,21286177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173390, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370623,19371757,19373183,19373882,19374484,19377693,19379406,19387358,19387551,19388234,19393024,19394580,19395988,19397178,19399035,19409847,19410524,19410930,19411417,19411862,19428756,19429606,19431481,19433326,19437717,19439972,19440795,19447287,19451141,19452592,19452778,19453685,19454199,19457792,19458553,19460169,19460417,19467221,19467438,19468399,19470278,19471354,19473210,19476013,19476176,19477890,19481232,19486669,19488350,19498356,19500903,19501938,19503291,19506133,19506290,19508026,19508141,19509545,19510369,19516974,19517565,19517723,19518418,19520566,19524900,19525913,19528209,19543526,19544496,19545616,19548078,19549145,19549932,19550881,19554439,19554584,19555417,19556360,19556910,19558488,19574535,19574684,19590794,19592354,19596419,19598809,19625017,19646682,19649277,19653235,19653438,19660910,19663602,19693640,19696999,19697479,19701196,19704639,19705268,19706000,19707095,19713519,19716201,19719996,19720212,19727006,19731027,19731967,19733537,19735238,19735616,19735890,19736502,1973701 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173391, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21189093,21194883,21196173,21197157,21210284,21238901,21240149,21250335,21252246,21258173 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173392, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21177078,21201155 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173393, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19388339,19473883,19510546,19525166,19553726,19571372,19593117,19665846,19710090,19850138,20007446,20020282,21176477 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173394, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137122,21137362,21137646,21137699,21137899,21137924,21138306,21138823,21139119,21139524,21139895,21180115,21180358,21180992,21181409 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557499 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21205230,21216436 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173396, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21178859 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173397, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21170983,21184931,21188594,21199106,21202758,21203008 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173398, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173619,21186363,21193732,21201085,21201639,21202930,21203752,21203978,21205037,21211237,21211461,21214087,21217802,21218062,21218369,21282512,21282607,21286641,21286696 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173399, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370613,19371761,19373178,19373870,19374477,19377690,19379408,19387372,19387557,19388232,19393031,19394588,19395990,19397174,19399045,19409856,19410519,19410932,19411416,19411867,19428745,19429619,19431484,19433331,19437715,19439964,19440793,19447298,19451136,19452594,19452770,19453678,19454203,19457799,19458564,19460175,19460421,19467217,19467425,19468389,19470271,19471359,19473205,19476016,19476170,19477891,19481231,19486661,19488352,19498354,19500893,19501950,19503297,19506128,19506284,19508020,19508153,19509537,19510380,19516979,19517567,19517729,19518417,19520570,19524894,19525911,19528200,19543523,19544497,19545621,19548083,19549146,19549927,19550874,19554433,19554598,19555406,19556361,19556920,19558486,19574532,19574683,19590791,19592352,19596412,19598813,19625007,19646694,19649280,19653230,19653435,19660908,19663598,19693633,19696993,19697480,19701195,19704631,19705263,19705989,19707093,19713508,19716196,19719988,19720206,19727002,19731020,19731972,19733530,19735244,19735626,19735894,19736510,1973702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173400, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21175086,21175092,21175362,21176418,21178289,21178558,21179500,21180099,21184179,21185008,21185239,21188610,21189091,21190202,21191537,21192523,21192747,21193285,21193714,21193768,21193894,21194724,21196046,21196829,21197152,21197179,21198763,21199254,21199506,21201258,21201277,21201366,21201866,21202253,21203513,21206132,21206719,21206762,21209257,21209316,21209611,21210801,21211678,21214540,21214550,21216931,21217148,21217308,21232473,21232724,21233107,21240151,21244206,21245827,21246852,21247937,21248558,21248678,21250328,21250735,21251886,21253347,21256248,21256940,21257163,21257385,21257439,21257644,21257696,21257999,21258178,21258361,21258510,21258536,21260971 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173401, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085668,20087145,20089326,20101313,20118964,20122964,20136834,20137455,20139828,20174654,20177633,20196603,20200522,20232920,20234171,20238862,20239133,21139191,21164170,21168285,21169504,21169952,21170452,21174616,21175211,21176637,21177082,21177113,21177417,21177828,21190068,21191088,21192669,21196662,21197033,21198755,21199207,21200211,21200291,21200775,21200894,21201152,21202528,21203533 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173402, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485303,19912453 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173403, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517197,21136748,21136863,21137018,21137028,21137060,21137112,21137232,21137334,21137420,21137424,21137593,21137695,21137730,21137745,21137778,21138129,21138216,21138638,21138673,21138848,21138929,21139068,21139086,21139200,21139316,21139374,21139528,21139620,21139661,21139753,21139885,21140029,21140414,21140519,21140610,21140639,21140977,21141119,21141325,21141394,21141898,21142143,21147666,21173165,21173243,21173360,21173540,21173653,21173665,21173675,21173917,21174094,21174134,21174387,21174939,21175044,21175118,21175173,21175272,21175378,21175407,21175442,21175755,21175761,21175801,21175963,21176132,21176196,21176210,21176336,21176789,21176934,21176943,21177133,21177198,21177296,21177306,21177438,21177950,21178013,21178904,21178916,21179153,21179319,21179568,21179660,21179671,21179675,21179792,21179823,21179953,21180041,21180543,21181077,21181345,21181363,21181548,21181582,21181797,21182207,21182386,21182483,21182591,21182610,21183755,21183768,21184600,21185229,21185252,21187658,21187974,21188089,2118809 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173404, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19474866,19485306,19912462,19933767,20368542 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173405, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517188,21136747,21136866,21137019,21137058,21137107,21137236,21137327,21137417,21137429,21137441,21137596,21137691,21137737,21137742,21137771,21138132,21138212,21138627,21138671,21138840,21138928,21139079,21139088,21139168,21139209,21139320,21139373,21139536,21139613,21139694,21139762,21139880,21140024,21140408,21140601,21140629,21140954,21140979,21141011,21141118,21141211,21141291,21141317,21141346,21141402,21141424,21141442,21141469,21141543,21141573,21141725,21141861,21141893,21142140,21147669,21173172,21173245,21173357,21173536,21173659,21173664,21173683,21173912,21174097,21174142,21174381,21174947,21175043,21175111,21175172,21175276,21175382,21175401,21175451,21175745,21175759,21175804,21175837,21175952,21176141,21176168,21176188,21176199,21176333,21176787,21176927,21176945,21177135,21177200,21177292,21177327,21177437,21177957,21178019,21178900,21178910,21179150,21179317,21179571,21179657,21179665,21179683,21179793,21179815,21179949,21180032,21180539,21181081,21181162,21181351,21181357,21181557,2118157 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173299,30173303,30173311,30173319,30173341,30173358,30173367,30173376,30173385,30173393?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/30173300,30173320,30173359,30173368,30173377,30173386,30173394?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for gm : https://www.fotonower.com/velours/30173301,30173309,30173317,30173321,30173323,30173325,30173332,30173339,30173347,30173349,30173356,30173365,30173374,30173383,30173391,30173400,30173402,30173404?tags=autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse Voici le lien velours for jrm : https://www.fotonower.com/velours/30173302,30173322,30173324,30173326,30173350,30173403,30173405?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173304,30173312,30173327,30173334,30173342,30173351,30173360,30173369,30173378,30173387,30173395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173305,30173313,30173328,30173335,30173343,30173352,30173361,30173370,30173379,30173396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173306,30173314,30173329,30173336,30173344,30173353,30173362,30173371,30173380,30173388,30173397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173307,30173315,30173330,30173337,30173345,30173354,30173363,30173372,30173381,30173389,30173398?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173308,30173316,30173331,30173338,30173346,30173355,30173364,30173373,30173382,30173390,30173399?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173310,30173318,30173333,30173340,30173348,30173357,30173366,30173375,30173384,30173392,30173401?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque 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 : 01 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-01 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-01%') and created_at like '%2025-01%'))); 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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) = 01 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 '%012025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-01-01 : dt_date_just_month_year : 2025-01-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-01-01" AND ded.date <= "2025-01-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 (1654763,1654746,1654720,1654670,1654650,1654605,1654581,1654532,1654513,1654767,1658108,1658109,1658112,1658116,1658119,1658304,1658255,1658238,1658188,1658165,1658131,1658120,1658325,1658365,1658390,1658439,1658461,1658509,1658532,1658573,1658588) 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.00335333834423154, 'nb_photo': 875, 'list_port_cont': '19370768,19371789,19371869,19373900,19374917,19375348,19387743,19387893,19388340,19389898,19392260,19394716,19395420,19396179,19397512,19398159,19398262,19398366,19399128,19410183,19410208,19411162,19411508,19412242,19417323,19417530,19430870,19430947,19433390,19437756,19440868,19446612,19451297,19453868,19456964,19457014,19457925,19459116,19461435,19461680,19461747,19465737,19467302,19468236,19469049,19470589,19471576,19473882,19476298,19476589,19477107,19478661,19482495,19488511,19490562,19498419,19499575,19500267,19500983,19501974,19503941,19504971,19505824,19508259,19508868,19509790,19510541,19517048,19517098,19517594,19519874,19521290,19522163,19522519,19525975,19528325,19543066,19543571,19544788,19546483,19549271,19551566,19553235,19553591,19553728,19555657,19556478,19556952,19557592,19571378,19572694,19577755,19578498,19581496,19585706,19591321,19593130,19595593,19599502,19625695,19628758,19631782,19634540,19638837,19643561,19648139,19649945,19657956,19661690,19665845,19676101,19693333,19693712,1969455', 'assoc_port': '19370526:19370768,19371333:19371869,19371343:19371789,19373268:19373900,19374328:19374917,19375083:19375348,19387141:19387893,19387145:19387743,19388090:19388340,19389027:19389898,19391357:19392260,19394321:19394716,19395028:19395420,19395733:19396179,19397312:19397512,19397892:19398366,19397895:19398262,19397897:19398159,19398799:19399128,19409765:19410208,19409945:19410183,19410821:19411162,19411325:19411508,19411750:19412242,19416274:19417323,19416276:19417530,19430626:19430947,19430628:19430870,19433117:19433390,19437330:19437756,19440217:19440868,19445899:19446612,19450721:19451297,19453210:19453868,19456526:19457014,19456531:19456964,19457586:19457925,19458788:19459116,19460972:19461747,19460973:19461680,19460976:19461435,19465714:19465737,19466863:19467302,19467832:19468236,19468804:19469049,19470120:19470589,19470642:19471576,19473171:19473882,19474556:19476589,19474568:19476298,19475793:19477107,19477742:19482495,19477745:19478661,19487950:19488511,19489650:19490562,19498293:19498419,19499279:1949957', 'assoc_mat': '19370526:autre:3327:19370768,19371333:autre:3327:19371869,19371343:autre:3327:19371789,19373268:autre:3327:19373900,19374328:autre:3327:19374917,19375083:autre:3327:19375348,19387141:autre:3327:19387893,19387145:autre:3327:19387743,19388090:autre:3327:19388340,19389027:autre:3327:19389898,19391357:autre:3327:19392260,19394321:autre:3327:19394716,19395028:autre:3327:19395420,19395733:autre:3327:19396179,19397312:autre:3327:19397512,19397892:autre:3327:19398366,19397895:autre:3327:19398262,19397897:autre:3327:19398159,19398799:autre:3327:19399128,19409765:autre:3327:19410208,19409945:autre:3327:19410183,19410821:autre:3327:19411162,19411325:autre:3327:19411508,19411750:autre:3327:19412242,19416274:autre:3327:19417323,19416276:autre:3327:19417530,19430626:autre:3327:19430947,19430628:autre:3327:19430870,19433117:autre:3327:19433390,19437330:autre:3327:19437756,19440217:autre:3327:19440868,19445899:autre:3327:19446612,19450721:autre:3327:19451297,19453210:autre:3327:19453868,19456526:autre:3327:19457014,19456531:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004446292935138422, 'nb_photo': 79, 'list_port_cont': '21137118,21137357,21137702,21137892,21138304,21138640,21138822,21139118,21139223,21139522,21139902,21173208,21173755,21178126,21180118,21180361,21180991,21181407', 'assoc_port': '21136601:21139902,21136603:21139522,21136606:21139223,21136608:21139118,21136617:21138822,21136619:21138640,21136624:21137892,21136628:21137702,21136633:21137357,21136639:21138304,21136640:21137118,21172933:21173208,21173139:21173755,21177656:21180118,21177716:21180991,21177717:21180361,21177725:21178126,21179437:21181407', 'assoc_mat': '21136601:autre:3594:21139902,21136603:autre:3594:21139522,21136606:autre:3594:21139223,21136608:autre:3594:21139118,21136617:autre:3594:21138822,21136619:autre:3594:21138640,21136624:autre:3594:21137892,21136628:autre:3594:21137702,21136633:autre:3594:21137357,21136639:autre:3594:21138304,21136640:autre:3594:21137118,21172933:autre:3594:21173208,21173139:autre:3594:21173755,21177656:autre:3594:21180118,21177716:autre:3594:21180991,21177717:autre:3594:21180361,21177725:autre:3594:21178126,21179437:autre:3594:21181407'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.024902797506967594, 'nb_photo': 28, 'list_port_cont': '19474863,19485300,19912461,19933758', 'assoc_port': '19474557:19474863,19477264:19485300,19884822:19933758,19901747:19912461', 'assoc_mat': '19474557:autre_refus:3726:19474863,19477264:autre_refus:3726:19485300,19884822:autre_refus:3726:19933758,19901747:autre_refus:3726:19912461'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012859671032701369, 'nb_photo': 1951, 'list_port_cont': '19517190,21136754,21136860,21137013,21137031,21137053,21137081,21137104,21137237,21137329,21137415,21137435,21137440,21137599,21137696,21137733,21137738,21137781,21138128,21138211,21138631,21138668,21138839,21138925,21139075,21139090,21139166,21139203,21139325,21139382,21139530,21139617,21139670,21139695,21139754,21139887,21140035,21140412,21140515,21140606,21140630,21140953,21140987,21141215,21141296,21141320,21141347,21141404,21141426,21141444,21141547,21141574,21141863,21141894,21142141,21147658,21173161,21173246,21173362,21173543,21173648,21173669,21173681,21173914,21174090,21174141,21174382,21174944,21175039,21175114,21175180,21175274,21175376,21175405,21175445,21175752,21175765,21175807,21175833,21175955,21176131,21176162,21176194,21176203,21176328,21176790,21176926,21176947,21177136,21177197,21177294,21177326,21177441,21177958,21178018,21178908,21178914,21179152,21179318,21179574,21179650,21179661,21179674,21179788,21179824,21179948,21180043,21180544,21181087,21181155,21181350,21181359,21181553,2118158', 'assoc_port': '19516788:19517190,21136549:21136754,21136550:21141894,21136559:21147658,21136560:21141863,21136574:21141574,21136576:21141547,21136581:21141444,21136582:21141426,21136584:21141404,21136586:21141347,21136588:21141320,21136589:21141296,21136592:21141215,21136594:21142141,21136604:21137031,21136611:21137013,21136618:21140987,21136620:21136860,21136897:21140953,21136902:21137329,21136914:21137237,21136920:21137053,21136948:21138631,21136950:21137104,21136951:21137415,21136956:21137081,21137249:21140630,21137300:21137435,21137302:21137599,21137319:21140606,21137321:21137440,21137519:21137738,21137523:21137733,21137528:21140412,21137546:21137781,21137554:21137696,21137951:21138211,21137962:21138128,21138540:21138668,21138579:21138925,21138586:21138839,21138606:21139754,21138608:21139075,21138718:21139695,21138719:21140515,21138720:21139670,21138730:21139617,21138737:21139530,21138749:21139090,21138777:21139887,21139032:21139382,21139041:21139325,21139052:21140035,21139055:21139203,21139057:21139166,21172714:2119038', 'assoc_mat': '19516788:autre_refus:3726:19517190,21136549:autre_refus:3726:21136754,21136550:autre_refus:3726:21141894,21136559:autre_refus:3726:21147658,21136560:autre_refus:3726:21141863,21136574:autre_refus:3726:21141574,21136576:autre_refus:3726:21141547,21136581:autre_refus:3726:21141444,21136582:autre_refus:3726:21141426,21136584:autre_refus:3726:21141404,21136586:autre_refus:3726:21141347,21136588:autre_refus:3726:21141320,21136589:autre_refus:3726:21141296,21136592:autre_refus:3726:21141215,21136594:autre_refus:3726:21142141,21136604:autre_refus:3726:21137031,21136611:autre_refus:3726:21137013,21136618:autre_refus:3726:21140987,21136620:autre_refus:3726:21136860,21136897:autre_refus:3726:21140953,21136902:autre_refus:3726:21137329,21136914:autre_refus:3726:21137237,21136920:autre_refus:3726:21137053,21136948:autre_refus:3726:21138631,21136950:autre_refus:3726:21137104,21136951:autre_refus:3726:21137415,21136956:autre_refus:3726:21137081,21137249:autre_refus:3726:21140630,21137300:autre_refus:3726:21137435,21137302:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018283586084267335, 'nb_photo': 19, 'list_port_cont': '19374915,19376908,19398364,19439431,19478669,19500981,19578502,19593129,19649949,19735308,19763008,19792900,19930572,20080762,20090050,20115897,21167897', 'assoc_port': '19374328:19374915,19376390:19376908,19397892:19398364,19438273:19439431,19477745:19478669,19500656:19500981,19576089:19578502,19591442:19593129,19648134:19649949,19735099:19735308,19762341:19763008,19791446:19792900,19929109:19930572,20080194:20080762,20089685:20090050,20115465:20115897,21137278:21167897', 'assoc_mat': '19374328:barquette_avec_film:3327:19374915,19376390:barquette_avec_film:3327:19376908,19397892:barquette_avec_film:3327:19398364,19438273:barquette_avec_film:3327:19439431,19477745:barquette_avec_film:3327:19478669,19500656:barquette_avec_film:3327:19500981,19576089:barquette_avec_film:3327:19578502,19591442:barquette_avec_film:3327:19593129,19648134:barquette_avec_film:3327:19649949,19735099:barquette_avec_film:3327:19735308,19762341:barquette_avec_film:3327:19763008,19791446:barquette_avec_film:3327:19792900,19929109:barquette_avec_film:3327:19930572,20080194:barquette_avec_film:3327:20080762,20089685:barquette_avec_film:3327:20090050,20115465:barquette_avec_film:3327:20115897,21137278:barquette_avec_film:3327:21167897'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00287786162305097, 'nb_photo': 16, 'list_port_cont': '21174314,21193906,21199573,21201314,21205235,21209166,21211543,21216443,21274176,21286769,21288175,21335680', 'assoc_port': '21137275:21274176,21138611:21286769,21138728:21335680,21138752:21288175,21172892:21216443,21172991:21211543,21173188:21209166,21173834:21205235,21173886:21174314,21174967:21201314,21175674:21199573,21177708:21193906', 'assoc_mat': '21137275:barquette_opaque:4205:21274176,21138611:barquette_opaque:4205:21286769,21138728:barquette_opaque:4205:21335680,21138752:barquette_opaque:4205:21288175,21172892:barquette_opaque:4205:21216443,21172991:barquette_opaque:4205:21211543,21173188:barquette_opaque:4205:21209166,21173834:barquette_opaque:4205:21205235,21173886:barquette_opaque:4205:21174314,21174967:barquette_opaque:4205:21201314,21175674:barquette_opaque:4205:21199573,21177708:barquette_opaque:4205:21193906'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011164716835811849, 'nb_photo': 110, 'list_port_cont': '20135031,20162230,20194744,20199704,20208113,20277582,21178861,21185338,21190162,21197020,21200262,21206313,21208469,21209629,21210463,21210903,21214501,21216596,21218223,21270586,21334557', 'assoc_port': '20025651:20135031,20039938:20277582,20073268:20162230,20104700:20194744,20115134:20199704,20119801:20208113,21136910:21270586,21139048:21334557,21172726:21218223,21172923:21216596,21172981:21214501,21173043:21210903,21173112:21210463,21173173:21209629,21173275:21208469,21173810:21206313,21175654:21200262,21176546:21197020,21177730:21178861,21179158:21190162,21179219:21185338', 'assoc_mat': '20025651:barquette_opaque:4203:20135031,20039938:barquette_opaque:4203:20277582,20073268:barquette_opaque:4203:20162230,20104700:barquette_opaque:4203:20194744,20115134:barquette_opaque:4203:20199704,20119801:barquette_opaque:4203:20208113,21136910:barquette_opaque:4203:21270586,21139048:barquette_opaque:4203:21334557,21172726:barquette_opaque:4203:21218223,21172923:barquette_opaque:4203:21216596,21172981:barquette_opaque:4203:21214501,21173043:barquette_opaque:4203:21210903,21173112:barquette_opaque:4203:21210463,21173173:barquette_opaque:4203:21209629,21173275:barquette_opaque:4203:21208469,21173810:barquette_opaque:4203:21206313,21175654:barquette_opaque:4203:21200262,21176546:barquette_opaque:4203:21197020,21177730:barquette_opaque:4203:21178861,21179158:barquette_opaque:4203:21190162,21179219:barquette_opaque:4203:21185338'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002205983192987563, 'nb_photo': 23, 'list_port_cont': '21168675,21168701,21172635,21184780,21186265,21186475,21190402,21191505,21191920,21192259,21192735,21194647,21195727,21197199,21198148,21198262,21200526,21200710,21201776,21201916,21202333,21203015', 'assoc_port': '21137277:21203015,21137508:21202333,21137521:21201916,21137535:21201776,21137970:21200710,21138547:21200526,21138613:21172635,21139042:21168701,21139051:21168675,21172894:21198262,21172897:21198148,21172939:21197199,21173006:21195727,21173095:21194647,21173307:21192735,21173310:21192259,21173321:21191920,21173328:21191505,21173827:21190402,21174961:21186475,21175581:21186265,21175652:21184780', 'assoc_mat': '21137277:barquette_opaque:4207:21203015,21137508:barquette_opaque:4207:21202333,21137521:barquette_opaque:4207:21201916,21137535:barquette_opaque:4207:21201776,21137970:barquette_opaque:4207:21200710,21138547:barquette_opaque:4207:21200526,21138613:barquette_opaque:4207:21172635,21139042:barquette_opaque:4207:21168701,21139051:barquette_opaque:4207:21168675,21172894:barquette_opaque:4207:21198262,21172897:barquette_opaque:4207:21198148,21172939:barquette_opaque:4207:21197199,21173006:barquette_opaque:4207:21195727,21173095:barquette_opaque:4207:21194647,21173307:barquette_opaque:4207:21192735,21173310:barquette_opaque:4207:21192259,21173321:barquette_opaque:4207:21191920,21173328:barquette_opaque:4207:21191505,21173827:barquette_opaque:4207:21190402,21174961:barquette_opaque:4207:21186475,21175581:barquette_opaque:4207:21186265,21175652:barquette_opaque:4207:21184780'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010501194621110661, 'nb_photo': 49, 'list_port_cont': '21174226,21176267,21177017,21184626,21190850,21191734,21194455,21194791,21196541,21197840,21197948,21198636,21199846,21201432,21202138,21202553,21205304,21206800,21207995,21209497,21209722,21215991,21216672,21217010,21218288,21263448,21269764,21273307,21280367,21283918,21285566,21286183,21286692,21288151,21292414,21294108,21294267,21295272,21298145,21302355', 'assoc_port': '21136554:21263448,21136602:21302355,21136896:21269764,21136947:21273307,21137526:21292414,21137549:21280367,21137972:21294267,21138545:21283918,21138553:21295272,21138582:21285566,21138589:21286183,21138602:21286692,21138625:21288151,21138760:21298145,21139063:21294108,21172724:21218288,21172851:21217010,21172890:21216672,21172952:21215991,21173142:21209722,21173155:21209497,21173306:21207995,21173331:21206800,21173836:21205304,21173892:21174226,21174780:21202553,21174789:21202138,21174963:21201432,21175915:21198636,21175930:21197948,21175941:21197840,21175945:21176267,21176554:21199846,21176576:21196541,21176613:21177017,21176896:21194791,21177661:21194455,21178633:21191734,21178722:21190850,21179349:21184626', 'assoc_mat': '21136554:barquette_opaque:4461:21263448,21136602:barquette_opaque:4461:21302355,21136896:barquette_opaque:4461:21269764,21136947:barquette_opaque:4461:21273307,21137526:barquette_opaque:4461:21292414,21137549:barquette_opaque:4461:21280367,21137972:barquette_opaque:4461:21294267,21138545:barquette_opaque:4461:21283918,21138553:barquette_opaque:4461:21295272,21138582:barquette_opaque:4461:21285566,21138589:barquette_opaque:4461:21286183,21138602:barquette_opaque:4461:21286692,21138625:barquette_opaque:4461:21288151,21138760:barquette_opaque:4461:21298145,21139063:barquette_opaque:4461:21294108,21172724:barquette_opaque:4461:21218288,21172851:barquette_opaque:4461:21217010,21172890:barquette_opaque:4461:21216672,21172952:barquette_opaque:4461:21215991,21173142:barquette_opaque:4461:21209722,21173155:barquette_opaque:4461:21209497,21173306:barquette_opaque:4461:21207995,21173331:barquette_opaque:4461:21206800,21173836:barquette_opaque:4461:21205304,21173892:barquette_opaque:4461:21174226,21174780:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04819562450924457, 'nb_photo': 444, 'list_port_cont': '21137268,21137617,21138141,21138501,21138690,21139961,21140016,21140737,21141139,21141622,21141780,21146770,21149878,21155314,21157136,21157447,21159111,21159367,21159727,21162405,21162604,21173420,21173961,21174115,21174128,21174167,21174339,21174405,21174708,21174894,21175217,21175518,21175783,21176024,21176244,21176726,21177040,21177161,21177535,21177972,21178137,21178197,21178269,21178696,21178871,21179235,21179407,21179531,21179561,21179594,21179836,21179843,21180080,21180158,21182453,21182993,21183064,21183132,21183734,21184009,21184555,21185071,21185191,21185392,21186286,21186739,21187663,21188513,21188675,21189116,21189255,21189453,21189722,21190115,21190523,21190707,21191013,21191406,21191624,21192053,21192390,21192887,21193384,21193629,21193844,21194238,21194497,21194676,21195000,21195309,21195542,21195981,21196636,21196910,21197655,21197888,21198215,21198466,21198733,21199074,21199311,21200274,21200549,21200907,21201673,21201770,21201849,21202035,21202212,21202439,21202602,21202867,21203034,2120327', 'assoc_port': '21136563:21137268,21136907:21162604,21136918:21162405,21136944:21137617,21137283:21159727,21137307:21159367,21137511:21159111,21137512:21157447,21137532:21157136,21137537:21155314,21137543:21138501,21137548:21138141,21137968:21138690,21138575:21149878,21138591:21146770,21138597:21141780,21138621:21141622,21138785:21141139,21139023:21140737,21139038:21140016,21139046:21139961,21172716:21206998,21172754:21206452,21172798:21206193,21172842:21205859,21172855:21205765,21172864:21205106,21172886:21206049,21172900:21205591,21172902:21205522,21172924:21204969,21172926:21205414,21172932:21173420,21173014:21204723,21173024:21204536,21173046:21204487,21173048:21204431,21173093:21204289,21173098:21204173,21173125:21203700,21173144:21203277,21173158:21203034,21173176:21202867,21173182:21202602,21173189:21202439,21173218:21202212,21173235:21202035,21173257:21201849,21173281:21201770,21173308:21201673,21173320:21200907,21173329:21174128,21173354:21173961,21173410:21174115,21173809:21200549,21173853:21200274,21173857:2117489', 'assoc_mat': '21136563:barquette_opaque:4200:21137268,21136907:barquette_opaque:4200:21162604,21136918:barquette_opaque:4200:21162405,21136944:barquette_opaque:4200:21137617,21137283:barquette_opaque:4200:21159727,21137307:barquette_opaque:4200:21159367,21137511:barquette_opaque:4200:21159111,21137512:barquette_opaque:4200:21157447,21137532:barquette_opaque:4200:21157136,21137537:barquette_opaque:4200:21155314,21137543:barquette_opaque:4200:21138501,21137548:barquette_opaque:4200:21138141,21137968:barquette_opaque:4200:21138690,21138575:barquette_opaque:4200:21149878,21138591:barquette_opaque:4200:21146770,21138597:barquette_opaque:4200:21141780,21138621:barquette_opaque:4200:21141622,21138785:barquette_opaque:4200:21141139,21139023:barquette_opaque:4200:21140737,21139038:barquette_opaque:4200:21140016,21139046:barquette_opaque:4200:21139961,21172716:barquette_opaque:4200:21206998,21172754:barquette_opaque:4200:21206452,21172798:barquette_opaque:4200:21206193,21172842:barquette_opaque:4200:21205859,21172855:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008786067008014976, 'nb_photo': 414, 'list_port_cont': '21173352,21173402,21173497,21173531,21174557,21175083,21175093,21175329,21175369,21175428,21175790,21176343,21176379,21176405,21176594,21176760,21176870,21177514,21177860,21178248,21178546,21179495,21179765,21180059,21180096,21180166,21180287,21180403,21180871,21183326,21183517,21183853,21184279,21184692,21185085,21185236,21185493,21186236,21186406,21186531,21187091,21187300,21187389,21188262,21188900,21189095,21190190,21190549,21190599,21190676,21190759,21190915,21190987,21191411,21191534,21192088,21192139,21192244,21192309,21192352,21192518,21192751,21193184,21193217,21193295,21193712,21193888,21194103,21194389,21194402,21194576,21194730,21194878,21194924,21195210,21195375,21195551,21195839,21195917,21196042,21196071,21196512,21196527,21196589,21196809,21196981,21197154,21197183,21197477,21197829,21197980,21198455,21198856,21199244,21199317,21199662,21199874,21199900,21199923,21200035,21200047,21200147,21200406,21200568,21200626,21200887,21200970,21201269,21201286,21201326,21201545,21202088,21202355,2120267', 'assoc_port': '19458329:21249061,19460977:21248693,19467828:21255765,19469398:21255280,19474557:21254388,19477264:21252241,19543451:21216038,19545200:21214724,19554129:21173402,19555141:21211406,19558298:21211040,19571015:21216943,19580444:21216702,19581718:21216404,19735437:21205214,19737247:21175428,19737437:21175329,19754761:21176343,19758171:21203743,19760878:21203824,19760884:21203656,19847173:21198856,19856581:21176870,19859427:21176760,19876106:21197829,19884822:21197183,19884847:21196981,19898891:21199900,19916125:21195375,19929105:21194878,19960824:21194389,19965567:21194103,19980529:21178546,20010529:21193217,20023443:21192518,20028256:21192139,20044538:21190987,20045058:21190915,20048503:21190599,20049402:21179765,20049856:21179495,20083093:21188262,20101894:21185085,20116388:21183853,20121243:21180287,21136551:21262919,21136555:21262377,21136558:21261956,21136607:21258674,21136610:21258367,21136612:21258425,21136614:21258522,21136615:21258133,21136616:21258177,21136622:21257995,21136626:21257404,21136627:2125742', 'assoc_mat': '19458329:barquette_opaque:4209:21249061,19460977:barquette_opaque:4209:21248693,19467828:barquette_opaque:4209:21255765,19469398:barquette_opaque:4209:21255280,19474557:barquette_opaque:4209:21254388,19477264:barquette_opaque:4209:21252241,19543451:barquette_opaque:4209:21216038,19545200:barquette_opaque:4209:21214724,19554129:barquette_opaque:4209:21173402,19555141:barquette_opaque:4209:21211406,19558298:barquette_opaque:4209:21211040,19571015:barquette_opaque:4209:21216943,19580444:barquette_opaque:4209:21216702,19581718:barquette_opaque:4209:21216404,19735437:barquette_opaque:4209:21205214,19737247:barquette_opaque:4209:21175428,19737437:barquette_opaque:4209:21175329,19754761:barquette_opaque:4209:21176343,19758171:barquette_opaque:4209:21203743,19760878:barquette_opaque:4209:21203824,19760884:barquette_opaque:4209:21203656,19847173:barquette_opaque:4209:21198856,19856581:barquette_opaque:4209:21176870,19859427:barquette_opaque:4209:21176760,19876106:barquette_opaque:4209:21197829,19884822:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02201873003300837, 'nb_photo': 4902, 'list_port_cont': '20085665,20086287,20087146,20089322,20090303,20101299,20106739,20107665,20115905,20117044,20118952,20121972,20122967,20136833,20137454,20137828,20138103,20139824,20139886,20140013,20172572,20174659,20176341,20177631,20196612,20198246,20199593,20200519,20200549,20201322,20231836,20231873,20232930,20233469,20234054,20234162,20235855,20238856,20239136,21137399,21139193,21139683,21163805,21164177,21167759,21168291,21168638,21169500,21169956,21170442,21173775,21174282,21174613,21174825,21175185,21175343,21175560,21175994,21176322,21176640,21177073,21177127,21177424,21177566,21177836,21178152,21183057,21187032,21190067,21191091,21191356,21192666,21193181,21196664,21197028,21198758,21199201,21199638,21200210,21200294,21200768,21200893,21201151,21202544,21202711,21203072,21203530', 'assoc_port': '19859429:20174659,19954425:20176341,20014710:20196612,20015611:20177631,20023438:20198246,20023441:20199593,20026808:20200519,20031177:20200549,20036276:20201322,20036573:20231836,20039940:20232930,20042505:20231873,20042852:20233469,20044534:20234054,20045059:20234162,20046352:20235855,20047144:20238856,20048499:20239136,20049854:20172572,20063551:20140013,20068359:20139886,20070514:20139824,20071895:20138103,20073270:20137828,20074713:20101299,20076794:20090303,20079018:20089322,20083089:20086287,20083092:20085665,20085536:20087146,20101919:20137454,20105987:20107665,20106007:20106739,20108234:20136833,20115463:20115905,20116392:20117044,20118802:20118952,20121224:20122967,20121231:20121972,21136613:21137399,21137552:21139193,21137971:21170442,21138549:21169956,21138592:21169500,21138615:21168638,21138620:21168291,21138725:21167759,21138733:21164177,21138741:21163805,21139065:21139683,21172727:21203530,21172847:21203072,21172860:21202711,21172936:21173775,21172955:21202544,21173009:21201151,21173010:2120089', 'assoc_mat': '19859429:barquette_opaque:4211:20174659,19954425:barquette_opaque:4211:20176341,20014710:barquette_opaque:4211:20196612,20015611:barquette_opaque:4211:20177631,20023438:barquette_opaque:4211:20198246,20023441:barquette_opaque:4211:20199593,20026808:barquette_opaque:4211:20200519,20031177:barquette_opaque:4211:20200549,20036276:barquette_opaque:4211:20201322,20036573:barquette_opaque:4211:20231836,20039940:barquette_opaque:4211:20232930,20042505:barquette_opaque:4211:20231873,20042852:barquette_opaque:4211:20233469,20044534:barquette_opaque:4211:20234054,20045059:barquette_opaque:4211:20234162,20046352:barquette_opaque:4211:20235855,20047144:barquette_opaque:4211:20238856,20048499:barquette_opaque:4211:20239136,20049854:barquette_opaque:4211:20172572,20063551:barquette_opaque:4211:20140013,20068359:barquette_opaque:4211:20139886,20070514:barquette_opaque:4211:20139824,20071895:barquette_opaque:4211:20138103,20073270:barquette_opaque:4211:20137828,20074713:barquette_opaque:4211:20101299,20076794:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006108623977705314, 'nb_photo': 264, 'list_port_cont': '19371787,19371875,19373423,19373909,19374908,19387892,19389897,19394719,19395410,19397511,19398269,19398362,19399126,19410211,19412234,19417328,19429585,19433392,19440870,19451293,19453873,19457935,19459125,19461432,19461672,19461751,19468245,19469044,19478665,19481508,19490568,19498414,19499574,19500987,19501968,19503522,19509789,19517100,19517599,19519881,19522152,19522526,19525157,19543572,19544797,19551564,19553727,19556473,19556954,19557587,19571379,19577751,19581504,19591322,19599505,19631776,19638833,19643562,19648140,19649936,19657950,19661692,19661997,19693341,19695231,19697213,19698287,19702203,19704961,19707973,19710091,19711764,19716477,19734499,19735311,19736024,19736966,19750127,19750148,19758821,19760293,19763017,19767939,19782818,19792902,19803491,19822202,19829821,19830323,19830451,19843640,19846162,19850131,19863690,19887302,19889953,19906587,19906956,19913570,19913585,19915937,19918205,19920795,19930418,19930566,19930716,19958638,19959530,19965446,19965465,19986633,20005491,20016265,2002758', 'assoc_port': '19371333:19371875,19371343:19371787,19372923:19373423,19373268:19373909,19374328:19374908,19387141:19387892,19389027:19389897,19394321:19394719,19395028:19395410,19397312:19397511,19397892:19398362,19397895:19398269,19398799:19399126,19409765:19410211,19411750:19412234,19416274:19417328,19429023:19429585,19433117:19433392,19440217:19440870,19450721:19451293,19453210:19453873,19457586:19457935,19458788:19459125,19460972:19461751,19460973:19461672,19460976:19461432,19467832:19468245,19468804:19469044,19477745:19478665,19480446:19481508,19489650:19490568,19498293:19498414,19499279:19499574,19500656:19500987,19501674:19501968,19503118:19503522,19509375:19509789,19516779:19517100,19517299:19517599,19519425:19519881,19521852:19522152,19522264:19522526,19524617:19525157,19543454:19543572,19544335:19544797,19550533:19551564,19553296:19553727,19555144:19556473,19556610:19556954,19557296:19557587,19571016:19571379,19576093:19577751,19580446:19581504,19590191:19591322,19598088:19599505,19630153:19631776,19637612:1963883', 'assoc_mat': '19371333:bouchon:3327:19371875,19371343:bouchon:3327:19371787,19372923:bouchon:3327:19373423,19373268:bouchon:3327:19373909,19374328:bouchon:3327:19374908,19387141:bouchon:3327:19387892,19389027:bouchon:3327:19389897,19394321:bouchon:3327:19394719,19395028:bouchon:3327:19395410,19397312:bouchon:3327:19397511,19397892:bouchon:3327:19398362,19397895:bouchon:3327:19398269,19398799:bouchon:3327:19399126,19409765:bouchon:3327:19410211,19411750:bouchon:3327:19412234,19416274:bouchon:3327:19417328,19429023:bouchon:3327:19429585,19433117:bouchon:3327:19433392,19440217:bouchon:3327:19440870,19450721:bouchon:3327:19451293,19453210:bouchon:3327:19453873,19457586:bouchon:3327:19457935,19458788:bouchon:3327:19459125,19460972:bouchon:3327:19461751,19460973:bouchon:3327:19461672,19460976:bouchon:3327:19461432,19467832:bouchon:3327:19468245,19468804:bouchon:3327:19469044,19477745:bouchon:3327:19478665,19480446:bouchon:3327:19481508,19489650:bouchon:3327:19490568,19498293:bouchon:3327:19498414,19499279:bouchon:3327:19499574,1'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.012281110273837777, 'nb_photo': 834, 'list_port_cont': '19372022,19388692,19419711,19433569,19434061,19436606,19446666,19465978,19490513,19512813,19516748,19521924,19530884,19543602,19629742,19698200,19712446,19728368,19730893,19742202,19780724,19826817,19868749,19870941,19905923,19909745,19927328,19929753,19934401,19939957,19945347,19966781,19982739,20119957,20136837,20147016,20149148,20150760,20164741,20166271,20194348,20199880,21173437,21174321,21175719,21193341,21193902,21199082,21199572,21201310,21202828,21205225,21207484,21209183,21209865,21210637,21210983,21211532,21214755,21216415,21216444,21217550,21271147,21274175,21274611,21286106,21286778,21288183,21331248,21334956,21335688', 'assoc_port': '19371330:19372022,19388376:19388692,19410818:19419711,19431292:19434061,19432610:19433569,19434928:19436606,19441323:19446666,19465715:19465978,19472282:19490513,19477740:19521924,19503121:19512813,19508552:19516748,19518156:19530884,19542922:19543602,19557292:21210983,19595770:19629742,19664408:19698200,19694911:19712446,19697095:19728368,19703072:19730893,19736178:19742202,19762344:19780724,19798177:19826817,19828904:19868749,19830365:19870941,19844075:19905923,19845009:19909745,19854016:19927328,19888797:19939957,19897039:19945347,19903192:19966781,19929091:19934401,19929173:19929753,19981942:19982739,20014713:20119957,20026814:20136837,20038211:20147016,20043627:20149148,20049858:20150760,20074722:20164741,20076786:20166271,20102661:20194348,20116393:20199880,21136917:21271147,21137275:21274175,21137301:21274611,21137314:21331248,21138587:21334956,21138610:21286106,21138611:21286778,21138728:21335688,21138752:21288183,21172809:21217550,21172887:21216415,21172892:21216444,21172928:21214755,21172991:2121153', 'assoc_mat': '19371330:carton:4205:19372022,19388376:carton:4205:19388692,19410818:carton:4205:19419711,19431292:carton:4205:19434061,19432610:carton:4205:19433569,19434928:carton:4205:19436606,19441323:carton:4205:19446666,19465715:carton:4205:19465978,19472282:carton:4205:19490513,19477740:carton:4205:19521924,19503121:carton:4205:19512813,19508552:carton:4205:19516748,19518156:carton:4205:19530884,19542922:carton:4205:19543602,19557292:carton:4205:21210983,19595770:carton:4205:19629742,19664408:carton:4205:19698200,19694911:carton:4205:19712446,19697095:carton:4205:19728368,19703072:carton:4205:19730893,19736178:carton:4205:19742202,19762344:carton:4205:19780724,19798177:carton:4205:19826817,19828904:carton:4205:19868749,19830365:carton:4205:19870941,19844075:carton:4205:19905923,19845009:carton:4205:19909745,19854016:carton:4205:19927328,19888797:carton:4205:19939957,19897039:carton:4205:19945347,19903192:carton:4205:19966781,19929091:carton:4205:19934401,19929173:carton:4205:19929753,19981942:carton:4205:19982739,2001'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006834743116521225, 'nb_photo': 353, 'list_port_cont': '20135032,20149736,20162229,20194752,20199701,20208112,20277579,21178855,21185334,21190171,21197018,21200269,21206300,21208468,21209641,21210468,21210895,21214495,21216603,21218219,21270582,21334552', 'assoc_port': '20025651:20135032,20039938:20277579,20045888:20149736,20073268:20162229,20104700:20194752,20115134:20199701,20119801:20208112,21136910:21270582,21139048:21334552,21172726:21218219,21172923:21216603,21172981:21214495,21173043:21210895,21173112:21210468,21173173:21209641,21173275:21208468,21173810:21206300,21175654:21200269,21176546:21197018,21177730:21178855,21179158:21190171,21179219:21185334', 'assoc_mat': '20025651:carton:4203:20135032,20039938:carton:4203:20277579,20045888:carton:4203:20149736,20073268:carton:4203:20162229,20104700:carton:4203:20194752,20115134:carton:4203:20199701,20119801:carton:4203:20208112,21136910:carton:4203:21270582,21139048:carton:4203:21334552,21172726:carton:4203:21218219,21172923:carton:4203:21216603,21172981:carton:4203:21214495,21173043:carton:4203:21210895,21173112:carton:4203:21210468,21173173:carton:4203:21209641,21173275:carton:4203:21208468,21173810:carton:4203:21206300,21175654:carton:4203:21200269,21176546:carton:4203:21197018,21177730:carton:4203:21178855,21179158:carton:4203:21190171,21179219:carton:4203:21185334'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9457485260786748, 'nb_photo': 4370, 'list_port_cont': '19370180,19370586,19393738,19410147,19410497,19429290,19451104,19461153,19520524,19543507,19571178,19630940,19638669,19641429,19693357,19694345,19702917,19703040,19734404,19750342,19762958,19820205,19825569,19843494,19930672,19931076,19958871,20068493,20112726,20114756,21137475,21137790,21168525,21168666,21168706,21168904,21169325,21169377,21169809,21169857,21170043,21170645,21170835,21170978,21172335,21172430,21172441,21172525,21172636,21172913,21173223,21173377,21173554,21173599,21173816,21174074,21174203,21174576,21174853,21174972,21175200,21175391,21175528,21175693,21175703,21175848,21176069,21176298,21176401,21176656,21176701,21176731,21176999,21177144,21177354,21177464,21177645,21177886,21177983,21178060,21178180,21178475,21178798,21178941,21179269,21179383,21179538,21179735,21179803,21180072,21181001,21181110,21181248,21181335,21181382,21181631,21182059,21182167,21182305,21182436,21182790,21183025,21184227,21184329,21184473,21184568,21184784,21184930,21185211,21185350,21185558,21185792,21185975,2118599', 'assoc_port': '19370012:19370180,19370527:19370586,19393354:19393738,19409943:19410147,19410363:19410497,19429020:19429290,19450726:19451104,19460980:19461153,19520063:19520524,19543455:19543507,19571019:19571178,19630156:19630940,19637611:19638669,19640302:19641429,19693114:19693357,19694237:19694345,19702412:19703040,19702414:19702917,19734227:19734404,19750179:19750342,19762340:19762958,19819066:19820205,19824209:19825569,19843219:19843494,19929081:19931076,19929097:19930672,19958105:19958871,20066052:20068493,20110612:20112726,20113526:20114756,21136895:21204509,21136900:21204469,21136903:21204411,21136908:21204345,21136913:21204260,21136923:21204119,21136946:21137475,21137243:21203545,21137245:21203408,21137252:21203187,21137272:21203059,21137277:21203000,21137306:21202908,21137315:21202837,21137504:21202749,21137505:21202590,21137507:21202488,21137508:21202331,21137515:21202249,21137517:21202071,21137521:21201928,21137527:21201842,21137531:21201806,21137535:21201778,21137545:21201677,21137547:21201490,21137551:2120137', 'assoc_mat': '19370012:carton:4207:19370180,19370527:carton:4207:19370586,19393354:carton:4207:19393738,19409943:carton:4207:19410147,19410363:carton:4207:19410497,19429020:carton:4207:19429290,19450726:carton:4207:19451104,19460980:carton:4207:19461153,19520063:carton:4207:19520524,19543455:carton:4207:19543507,19571019:carton:4207:19571178,19630156:carton:4207:19630940,19637611:carton:4207:19638669,19640302:carton:4207:19641429,19693114:carton:4207:19693357,19694237:carton:4207:19694345,19702412:carton:4207:19703040,19702414:carton:4207:19702917,19734227:carton:4207:19734404,19750179:carton:4207:19750342,19762340:carton:4207:19762958,19819066:carton:4207:19820205,19824209:carton:4207:19825569,19843219:carton:4207:19843494,19929081:carton:4207:19931076,19929097:carton:4207:19930672,19958105:carton:4207:19958871,20066052:carton:4207:20068493,20110612:carton:4207:20112726,20113526:carton:4207:20114756,21136895:carton:4207:21204509,21136900:carton:4207:21204469,21136903:carton:4207:21204411,21136908:carton:4207:21204345,2113'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.016054665117569124, 'nb_photo': 8349, 'list_port_cont': '19382629,21138325,21173624,21173977,21174218,21174999,21175871,21176086,21176269,21177016,21177307,21177677,21177756,21178213,21178433,21178765,21179351,21179694,21179861,21180197,21183108,21183280,21183386,21183569,21183933,21184087,21184614,21185524,21185916,21186365,21186912,21187926,21188559,21188819,21190267,21190333,21190417,21190860,21190891,21191232,21191425,21191726,21191874,21192115,21192154,21192547,21192770,21193017,21193072,21193307,21193450,21193733,21194034,21194256,21194351,21194463,21194594,21194785,21194823,21195173,21195579,21195646,21195900,21196061,21196265,21196531,21196717,21197218,21197285,21197831,21197947,21198094,21198175,21198624,21199132,21199216,21199359,21199547,21199690,21199854,21199992,21200101,21200630,21200981,21201084,21201160,21201434,21201485,21201635,21201968,21202137,21202503,21202552,21202679,21202777,21202936,21203306,21203454,21203592,21203758,21203845,21203906,21203976,21204061,21204203,21205040,21205251,21205312,21205365,21206238,21206482,21206618,21206663,2120673', 'assoc_port': '19377397:19382629,21136554:21263444,21136557:21303113,21136564:21302589,21136602:21302363,21136634:21301969,21136642:21264071,21136896:21269774,21136901:21270091,21136906:21270259,21136912:21270796,21136915:21272008,21136922:21299618,21136927:21299500,21136947:21273300,21136954:21273445,21136958:21138325,21137241:21273705,21137247:21274205,21137270:21274493,21137274:21274434,21137281:21275719,21137304:21276290,21137310:21294486,21137324:21277732,21137506:21278080,21137516:21278639,21137526:21292415,21137530:21279575,21137540:21279880,21137549:21280379,21137571:21281067,21137953:21281392,21137956:21281664,21137960:21282503,21137965:21282788,21137972:21294275,21138545:21283925,21138553:21295266,21138576:21284775,21138582:21285557,21138589:21286171,21138595:21286360,21138602:21286682,21138609:21286857,21138616:21290776,21138625:21288146,21138724:21287475,21138734:21286636,21138739:21286434,21138746:21286263,21138760:21298150,21138774:21286143,21138796:21285653,21139022:21284273,21139024:21284659,21139033:2128446', 'assoc_mat': '19377397:carton:4461:19382629,21136554:carton:4461:21263444,21136557:carton:4461:21303113,21136564:carton:4461:21302589,21136602:carton:4461:21302363,21136634:carton:4461:21301969,21136642:carton:4461:21264071,21136896:carton:4461:21269774,21136901:carton:4461:21270091,21136906:carton:4461:21270259,21136912:carton:4461:21270796,21136915:carton:4461:21272008,21136922:carton:4461:21299618,21136927:carton:4461:21299500,21136947:carton:4461:21273300,21136954:carton:4461:21273445,21136958:carton:4461:21138325,21137241:carton:4461:21273705,21137247:carton:4461:21274205,21137270:carton:4461:21274493,21137274:carton:4461:21274434,21137281:carton:4461:21275719,21137304:carton:4461:21276290,21137310:carton:4461:21294486,21137324:carton:4461:21277732,21137506:carton:4461:21278080,21137516:carton:4461:21278639,21137526:carton:4461:21292415,21137530:carton:4461:21279575,21137540:carton:4461:21279880,21137549:carton:4461:21280379,21137571:carton:4461:21281067,21137953:carton:4461:21281392,21137956:carton:4461:21281664,2113'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.030571031830554696, 'nb_photo': 2019, 'list_port_cont': '21137256,21137296,21137609,21138151,21138512,21138694,21139956,21140013,21140738,21141146,21141630,21141778,21146775,21149879,21155320,21157126,21157450,21159121,21159376,21159714,21162403,21162602,21173433,21173963,21174102,21174121,21174169,21174335,21174403,21174718,21174884,21175225,21175512,21175776,21176020,21176245,21176721,21177035,21177159,21177281,21177536,21177964,21178143,21178199,21178281,21178685,21178885,21179127,21179229,21179415,21179519,21179564,21179592,21179830,21179846,21180089,21180145,21182451,21182514,21182978,21183066,21183140,21183738,21183866,21184016,21184373,21184548,21185070,21185184,21185391,21186010,21186288,21186737,21186812,21187401,21187661,21188011,21188520,21188680,21189122,21189257,21189449,21189723,21190124,21190521,21190700,21190998,21191393,21191631,21192051,21192396,21192614,21192895,21193380,21193623,21193841,21194246,21194501,21194669,21195004,21195318,21195536,21195987,21196644,21196911,21197665,21197886,21198217,21198467,21198734,21199070,21199304,21200279,2120039', 'assoc_port': '21136562:21137296,21136563:21137256,21136907:21162602,21136918:21162403,21136944:21137609,21137283:21159714,21137307:21159376,21137511:21159121,21137512:21157450,21137532:21157126,21137537:21155320,21137543:21138512,21137548:21138151,21137968:21138694,21138575:21149879,21138591:21146775,21138597:21141778,21138621:21141630,21138785:21141146,21139023:21140738,21139038:21140013,21139046:21139956,21172716:21207007,21172754:21206442,21172798:21206192,21172842:21205858,21172855:21205760,21172864:21205109,21172886:21206051,21172900:21205593,21172902:21205531,21172924:21204971,21172926:21205409,21172932:21173433,21172990:21204890,21173014:21204728,21173024:21204531,21173046:21204485,21173048:21204442,21173093:21204276,21173098:21204181,21173100:21203940,21173125:21203707,21173144:21203263,21173158:21203041,21173176:21202875,21173182:21202597,21173189:21202445,21173218:21202213,21173235:21202037,21173257:21201861,21173281:21201765,21173308:21201668,21173319:21201401,21173320:21200906,21173329:21174121,21173354:2117396', 'assoc_mat': '21136562:carton:4200:21137296,21136563:carton:4200:21137256,21136907:carton:4200:21162602,21136918:carton:4200:21162403,21136944:carton:4200:21137609,21137283:carton:4200:21159714,21137307:carton:4200:21159376,21137511:carton:4200:21159121,21137512:carton:4200:21157450,21137532:carton:4200:21157126,21137537:carton:4200:21155320,21137543:carton:4200:21138512,21137548:carton:4200:21138151,21137968:carton:4200:21138694,21138575:carton:4200:21149879,21138591:carton:4200:21146775,21138597:carton:4200:21141778,21138621:carton:4200:21141630,21138785:carton:4200:21141146,21139023:carton:4200:21140738,21139038:carton:4200:21140013,21139046:carton:4200:21139956,21172716:carton:4200:21207007,21172754:carton:4200:21206442,21172798:carton:4200:21206192,21172842:carton:4200:21205858,21172855:carton:4200:21205760,21172864:carton:4200:21205109,21172886:carton:4200:21206051,21172900:carton:4200:21205593,21172902:carton:4200:21205531,21172924:carton:4200:21204971,21172926:carton:4200:21205409,21172932:carton:4200:21173433,2117'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9495037007547081, 'nb_photo': 1118, 'list_port_cont': '19428724,19438771,19458522,19459008,19461400,19468092,19470005,19475321,19475500,19498940,19500765,19506301,19517059,19518502,19524977,19543553,19545569,19553481,19554323,19558503,19562193,19571271,19581200,19583049,19598795,19656562,19660847,19703231,19735559,19737298,19737703,19756321,19759046,19762185,19764128,19764287,19771102,19778730,19831683,19845175,19847542,19857695,19860736,19885706,19889366,19899709,19911396,19917004,19930474,19965960,19976978,19981052,19983802,19985100,20005473,20012076,20018082,20023840,20028650,20028670,20044699,20047367,20048845,20050744,20052205,20064631,20072565,20076476,20084094,20116403,20117096,20118264,20122394', 'assoc_port': '19428659:19428724,19438276:19438771,19458329:19458522,19458789:19459008,19460977:19461400,19467828:19468092,19469398:19470005,19474561:19475500,19474563:19475321,19498629:19498940,19500653:19500765,19505863:19506301,19516423:19518502,19516780:19517059,19524618:19524977,19543451:19543553,19545200:19545569,19553301:19553481,19554129:19554323,19555141:19562193,19558298:19558503,19571015:19571271,19580444:19581200,19581718:19583049,19598090:19598795,19655151:19656562,19659858:19660847,19702409:19703231,19735437:19735559,19737247:19737298,19737437:19737703,19754761:19756321,19758171:19759046,19760878:19778730,19760884:19762185,19763328:19764287,19763356:19764128,19770002:19771102,19830361:19831683,19844397:19845175,19847173:19847542,19856581:19857695,19859427:19860736,19876106:19911396,19884847:19885706,19888799:19889366,19898891:19899709,19916125:19917004,19929105:19930474,19965567:19965960,19976778:19976978,19980529:19983802,19980532:19981052,19984107:19985100,20003495:20005473,20010529:20012076,20017062:2001808', 'assoc_mat': '19428659:carton:4207:19428724,19438276:carton:4207:19438771,19458329:carton:4207:19458522,19458789:carton:4207:19459008,19460977:carton:4207:19461400,19467828:carton:4207:19468092,19469398:carton:4207:19470005,19474561:carton:4207:19475500,19474563:carton:4207:19475321,19498629:carton:4207:19498940,19500653:carton:4207:19500765,19505863:carton:4207:19506301,19516423:carton:4207:19518502,19516780:carton:4207:19517059,19524618:carton:4207:19524977,19543451:carton:4207:19543553,19545200:carton:4207:19545569,19553301:carton:4207:19553481,19554129:carton:4207:19554323,19555141:carton:4207:19562193,19558298:carton:4207:19558503,19571015:carton:4207:19571271,19580444:carton:4207:19581200,19581718:carton:4207:19583049,19598090:carton:4207:19598795,19655151:carton:4207:19656562,19659858:carton:4207:19660847,19702409:carton:4207:19703231,19735437:carton:4207:19735559,19737247:carton:4207:19737298,19737437:carton:4207:19737703,19754761:carton:4207:19756321,19758171:carton:4207:19759046,19760878:carton:4207:19778730,1976'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.05150599062680614, 'nb_photo': 12104, 'list_port_cont': '21173351,21173395,21173488,21173529,21173908,21174048,21174157,21174190,21174246,21174451,21174482,21174560,21174802,21175081,21175103,21175322,21175357,21175436,21175491,21175785,21176144,21176171,21176347,21176355,21176384,21176406,21176562,21176590,21176623,21176764,21176862,21177206,21177241,21177513,21177592,21177853,21177859,21178024,21178033,21178114,21178246,21178286,21178315,21178341,21178548,21178560,21178717,21178842,21179143,21179256,21179291,21179501,21179725,21179780,21179995,21180052,21180102,21180161,21180288,21180390,21180405,21180870,21182946,21183033,21183325,21183519,21183727,21183850,21184024,21184178,21184283,21184305,21184693,21184738,21184884,21185011,21185077,21185231,21185313,21185370,21185508,21185845,21185935,21186239,21186414,21186539,21187081,21187137,21187188,21187293,21187395,21188107,21188256,21188445,21188597,21188893,21189102,21190184,21190204,21190556,21190593,21190645,21190750,21190917,21191009,21191027,21191103,21191188,21191242,21191340,21191419,21191528,21191770,2119196', 'assoc_port': '19428659:21248566,19438276:21246947,19458329:21249064,19458789:21248814,19460977:21248684,19467828:21255764,19469398:21255268,19474557:21254394,19474561:21253853,19474563:21253359,19477264:21252249,19498629:21237916,19500653:21235952,19505863:21234100,19516423:21218520,19516780:21218405,19524618:21217141,19543451:21216026,19545200:21214729,19553301:21211527,19554129:21173395,19555141:21211410,19558298:21211031,19571015:21216933,19580444:21216705,19581718:21216409,19598090:21173908,19655151:21210045,19659858:21209744,19702409:21201899,19735437:21205204,19737247:21175436,19737437:21175322,19754761:21176347,19758171:21203737,19760878:21203810,19760884:21203655,19763328:21203574,19763356:21203416,19770002:21174451,19830361:21209022,19844397:21199457,19847173:21198860,19856581:21176862,19859427:21176764,19876106:21197827,19884822:21197184,19884847:21196984,19888799:21196743,19898891:21199895,19901747:21196168,19916125:21195373,19929105:21194882,19960824:21194385,19965567:21194099,19976778:21178560,19980529:2117854', 'assoc_mat': '19428659:carton:4209:21248566,19438276:carton:4209:21246947,19458329:carton:4209:21249064,19458789:carton:4209:21248814,19460977:carton:4209:21248684,19467828:carton:4209:21255764,19469398:carton:4209:21255268,19474557:carton:4209:21254394,19474561:carton:4209:21253853,19474563:carton:4209:21253359,19477264:carton:4209:21252249,19498629:carton:4209:21237916,19500653:carton:4209:21235952,19505863:carton:4209:21234100,19516423:carton:4209:21218520,19516780:carton:4209:21218405,19524618:carton:4209:21217141,19543451:carton:4209:21216026,19545200:carton:4209:21214729,19553301:carton:4209:21211527,19554129:carton:4209:21173395,19555141:carton:4209:21211410,19558298:carton:4209:21211031,19571015:carton:4209:21216933,19580444:carton:4209:21216705,19581718:carton:4209:21216409,19598090:carton:4209:21173908,19655151:carton:4209:21210045,19659858:carton:4209:21209744,19702409:carton:4209:21201899,19735437:carton:4209:21205204,19737247:carton:4209:21175436,19737437:carton:4209:21175322,19754761:carton:4209:21176347,1975'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01134396152699671, 'nb_photo': 8407, 'list_port_cont': '20085678,20086286,20087143,20089327,20090308,20101305,20106738,20107664,20115918,20117057,20118951,20121963,20122971,20136822,20137463,20137830,20138097,20139823,20139888,20140020,20172574,20174660,20176349,20177622,20196601,20198249,20199604,20200531,20200563,20201329,20231846,20231875,20232922,20233471,20234061,20234174,20235860,20238854,20239131,21137409,21139183,21139680,21163819,21164185,21167757,21168281,21168633,21169498,21169957,21170451,21173768,21174271,21174612,21174830,21175205,21175352,21175564,21176008,21176312,21176646,21177071,21177116,21177430,21177556,21177829,21178166,21183048,21187030,21190055,21191093,21191353,21192662,21193180,21196661,21197034,21198742,21199198,21199640,21200215,21200290,21200777,21200890,21201144,21202532,21202714,21203085,21203528', 'assoc_port': '19859429:20174660,19954425:20176349,20014710:20196601,20015611:20177622,20023438:20198249,20023441:20199604,20026808:20200531,20031177:20200563,20036276:20201329,20036573:20231846,20039940:20232922,20042505:20231875,20042852:20233471,20044534:20234061,20045059:20234174,20046352:20235860,20047144:20238854,20048499:20239131,20049854:20172574,20063551:20140020,20068359:20139888,20070514:20139823,20071895:20138097,20073270:20137830,20074713:20101305,20076794:20090308,20079018:20089327,20083089:20086286,20083092:20085678,20085536:20087143,20101919:20137463,20105987:20107664,20106007:20106738,20108234:20136822,20115463:20115918,20116392:20117057,20118802:20118951,20121224:20122971,20121231:20121963,21136613:21137409,21137552:21139183,21137971:21170451,21138549:21169957,21138592:21169498,21138615:21168633,21138620:21168281,21138725:21167757,21138733:21164185,21138741:21163819,21139065:21139680,21172727:21203528,21172847:21203085,21172860:21202714,21172936:21173768,21172955:21202532,21173009:21201144,21173010:2120089', 'assoc_mat': '19859429:carton:4211:20174660,19954425:carton:4211:20176349,20014710:carton:4211:20196601,20015611:carton:4211:20177622,20023438:carton:4211:20198249,20023441:carton:4211:20199604,20026808:carton:4211:20200531,20031177:carton:4211:20200563,20036276:carton:4211:20201329,20036573:carton:4211:20231846,20039940:carton:4211:20232922,20042505:carton:4211:20231875,20042852:carton:4211:20233471,20044534:carton:4211:20234061,20045059:carton:4211:20234174,20046352:carton:4211:20235860,20047144:carton:4211:20238854,20048499:carton:4211:20239131,20049854:carton:4211:20172574,20063551:carton:4211:20140020,20068359:carton:4211:20139888,20070514:carton:4211:20139823,20071895:carton:4211:20138097,20073270:carton:4211:20137830,20074713:carton:4211:20101305,20076794:carton:4211:20090308,20079018:carton:4211:20089327,20083089:carton:4211:20086286,20083092:carton:4211:20085678,20085536:carton:4211:20087143,20101919:carton:4211:20137463,20105987:carton:4211:20107664,20106007:carton:4211:20106738,20108234:carton:4211:20136822,2011'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0044609433981024635, 'nb_photo': 174, 'list_port_cont': '19371781,19371878,19375346,19395419,19396187,19398264,19411163,19412232,19429584,19433395,19442085,19457013,19457932,19468234,19471577,19476478,19477113,19482497,19490567,19504970,19510550,19517041,19517592,19519876,19521293,19526085,19543059,19543583,19544798,19549269,19555652,19556472,19556841,19557593,19572698,19577753,19578494,19581498,19585709,19625706,19631773,19638834,19643552,19649942,19652673,19665847,19695228,19696423,19696813,19700615,19707979,19711762,19735312,19736969,19753193,19758818,19760284,19763007,19766772,19770419,19799204,19802798,19803493,19822207,19830453,19835167,19840720,19843369,19845223,19846163,19852179,19856470,19856681,19863697,19889950,19918200,19929554,19930423,19931465,19931573,19931670,19958639,19965448,19970659,20007443,20016266,20027587,20041409,20042814,20045736,20047929,20083831,20088235,20107422,20115889,20127513,21139243,21139283,21139395,21174084,21174582,21175069,21175971,21176482,21176750,21177451,21177603,21178667,21178933,21179754,21180271,21180556,21184998,2118767', 'assoc_port': '19371333:19371878,19371343:19371781,19375083:19375346,19395028:19395419,19395733:19396187,19397895:19398264,19410821:19411163,19411750:19412232,19429023:19429584,19433117:19433395,19441325:19442085,19456526:19457013,19457586:19457932,19467832:19468234,19470642:19471577,19474562:19476478,19475793:19477113,19477742:19482497,19489650:19490567,19504621:19504970,19510199:19510550,19516785:19517041,19517299:19517592,19519425:19519876,19521073:19521293,19525736:19526085,19542924:19543059,19543454:19543583,19544335:19544798,19548440:19549269,19555144:19556472,19555155:19555652,19556618:19556841,19557296:19557593,19572363:19572698,19576089:19578494,19576093:19577753,19580446:19581498,19584650:19585709,19624385:19625706,19630153:19631773,19637612:19638834,19641633:19643552,19648134:19649942,19650949:19652673,19664410:19665847,19694909:19695228,19696204:19696423,19696358:19696813,19699492:19700615,19706653:19707979,19710368:19711762,19735099:19735312,19736626:19736969,19751134:19753193,19754727:19770419,19757181:1975881', 'assoc_mat': '19371333:carton:3327:19371878,19371343:carton:3327:19371781,19375083:carton:3327:19375346,19395028:carton:3327:19395419,19395733:carton:3327:19396187,19397895:carton:3327:19398264,19410821:carton:3327:19411163,19411750:carton:3327:19412232,19429023:carton:3327:19429584,19433117:carton:3327:19433395,19441325:carton:3327:19442085,19456526:carton:3327:19457013,19457586:carton:3327:19457932,19467832:carton:3327:19468234,19470642:carton:3327:19471577,19474562:carton:3327:19476478,19475793:carton:3327:19477113,19477742:carton:3327:19482497,19489650:carton:3327:19490567,19504621:carton:3327:19504970,19510199:carton:3327:19510550,19516785:carton:3327:19517041,19517299:carton:3327:19517592,19519425:carton:3327:19519876,19521073:carton:3327:19521293,19525736:carton:3327:19526085,19542924:carton:3327:19543059,19543454:carton:3327:19543583,19544335:carton:3327:19544798,19548440:carton:3327:19549269,19555144:carton:3327:19556472,19555155:carton:3327:19555652,19556618:carton:3327:19556841,19557296:carton:3327:19557593,1957'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03065884522892062, 'nb_photo': 555, 'list_port_cont': '21137121,21137360,21137650,21137704,21137891,21137930,21138311,21138644,21138826,21139114,21139216,21139519,21139903,21173206,21173757,21178134,21180123,21180357,21180987,21181411', 'assoc_port': '21136601:21139903,21136603:21139519,21136606:21139216,21136608:21139114,21136617:21138826,21136619:21138644,21136621:21137930,21136624:21137891,21136628:21137704,21136630:21137650,21136633:21137360,21136639:21138311,21136640:21137121,21172933:21173206,21173139:21173757,21177656:21180123,21177716:21180987,21177717:21180357,21177725:21178134,21179437:21181411', 'assoc_mat': '21136601:carton:3594:21139903,21136603:carton:3594:21139519,21136606:carton:3594:21139216,21136608:carton:3594:21139114,21136617:carton:3594:21138826,21136619:carton:3594:21138644,21136621:carton:3594:21137930,21136624:carton:3594:21137891,21136628:carton:3594:21137704,21136630:carton:3594:21137650,21136633:carton:3594:21137360,21136639:carton:3594:21138311,21136640:carton:3594:21137121,21172933:carton:3594:21173206,21173139:carton:3594:21173757,21177656:carton:3594:21180123,21177716:carton:3594:21180987,21177717:carton:3594:21180357,21177725:carton:3594:21178134,21179437:carton:3594:21181411'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0001505998102944071, 'nb_photo': 3, 'list_port_cont': '19485304,20368533', 'assoc_port': '19477264:19485304,19960824:20368533', 'assoc_mat': '19477264:cartonnette:3726:19485304,19960824:cartonnette:3726:20368533'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.002001499464866794, 'nb_photo': 305, 'list_port_cont': '19517194,21136758,21136869,21137051,21137332,21137598,21137688,21137736,21137746,21138218,21138633,21138844,21138926,21139206,21139419,21139539,21139612,21139884,21140033,21140417,21140520,21140608,21140628,21141353,21141431,21141889,21147665,21173253,21173533,21173662,21173920,21174095,21174139,21174389,21174938,21175046,21175176,21175380,21175404,21175444,21175749,21175758,21175811,21175836,21175956,21176133,21176204,21176331,21176793,21176930,21176941,21177131,21177191,21177297,21177312,21177436,21177952,21178009,21178907,21178919,21179162,21179569,21179658,21179667,21179680,21179816,21181085,21181156,21181342,21181550,21181588,21182390,21182485,21182530,21182593,21182603,21184601,21185226,21185248,21187649,21187970,21188086,21188093,21188324,21189701,21189737,21189848,21189898,21189926,21190010,21190137,21190377', 'assoc_port': '19516788:19517194,21136549:21136758,21136550:21141889,21136559:21147665,21136582:21141431,21136586:21141353,21136620:21136869,21136902:21137332,21136920:21137051,21136948:21138633,21137249:21140628,21137302:21137598,21137319:21140608,21137519:21137746,21137523:21137736,21137528:21140417,21137554:21137688,21137951:21138218,21138579:21138926,21138586:21138844,21138719:21140520,21138730:21139612,21138737:21139539,21138777:21139884,21139030:21139419,21139052:21140033,21139055:21139206,21172714:21190377,21172802:21189926,21172834:21189898,21172891:21189848,21172903:21189737,21172958:21189701,21172998:21188324,21172999:21173253,21173011:21190010,21173017:21188093,21173086:21188086,21173096:21190137,21173239:21187649,21173240:21187970,21173266:21173533,21173322:21173662,21173332:21173920,21173831:21185248,21173838:21185226,21173864:21174389,21173868:21174095,21173884:21174139,21174773:21175046,21174787:21174938,21174935:21175444,21174964:21175404,21174995:21175380,21175056:21175176,21175583:21175956,21175585:2117583', 'assoc_mat': '19516788:cartonnette:3726:19517194,21136549:cartonnette:3726:21136758,21136550:cartonnette:3726:21141889,21136559:cartonnette:3726:21147665,21136582:cartonnette:3726:21141431,21136586:cartonnette:3726:21141353,21136620:cartonnette:3726:21136869,21136902:cartonnette:3726:21137332,21136920:cartonnette:3726:21137051,21136948:cartonnette:3726:21138633,21137249:cartonnette:3726:21140628,21137302:cartonnette:3726:21137598,21137319:cartonnette:3726:21140608,21137519:cartonnette:3726:21137746,21137523:cartonnette:3726:21137736,21137528:cartonnette:3726:21140417,21137554:cartonnette:3726:21137688,21137951:cartonnette:3726:21138218,21138579:cartonnette:3726:21138926,21138586:cartonnette:3726:21138844,21138719:cartonnette:3726:21140520,21138730:cartonnette:3726:21139612,21138737:cartonnette:3726:21139539,21138777:cartonnette:3726:21139884,21139030:cartonnette:3726:21139419,21139052:cartonnette:3726:21140033,21139055:cartonnette:3726:21139206,21172714:cartonnette:3726:21190377,21172802:cartonnette:3726:21189926,21172834:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04374455478030799, 'nb_photo': 27, 'list_port_cont': '19485305,19912454,20368540', 'assoc_port': '19477264:19485305,19901747:19912454,19960824:20368540', 'assoc_mat': '19477264:Carton_brun:3726:19485305,19901747:Carton_brun:3726:19912454,19960824:Carton_brun:3726:20368540'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0067713470393685315, 'nb_photo': 861, 'list_port_cont': '19517196,21136749,21137022,21137030,21137056,21137084,21137113,21137235,21137335,21137421,21137431,21137448,21137601,21137687,21137732,21137749,21137779,21138130,21138219,21138628,21138677,21138842,21138921,21139070,21139093,21139210,21139324,21139422,21139534,21139615,21139763,21139888,21140025,21140415,21140602,21140638,21140957,21140984,21141112,21141318,21141398,21141422,21141443,21141539,21141576,21141862,21141888,21147668,21173167,21173247,21173355,21173534,21173651,21173670,21173682,21173911,21174091,21174137,21174390,21174940,21175047,21175117,21175175,21175381,21175403,21175450,21175751,21175763,21175806,21175844,21175958,21176134,21176195,21176205,21176327,21176797,21176932,21176944,21177134,21177190,21177299,21177329,21177439,21177955,21178016,21178903,21178921,21179156,21179322,21179576,21179651,21179669,21179673,21179787,21179819,21179956,21180540,21181079,21181164,21181346,21181354,21181546,21181586,21181796,21182209,21182290,21182392,21182480,21182521,21182596,21182601,21183754,21183772,2118460', 'assoc_port': '19516788:19517196,21136549:21136749,21136550:21141888,21136559:21147668,21136560:21141862,21136574:21141576,21136576:21141539,21136581:21141443,21136582:21141422,21136584:21141398,21136588:21141318,21136598:21141112,21136604:21137030,21136611:21137022,21136618:21140984,21136897:21140957,21136902:21137335,21136914:21137235,21136920:21137056,21136948:21138628,21136950:21137113,21136951:21137421,21136956:21137084,21137249:21140638,21137300:21137431,21137302:21137601,21137319:21140602,21137321:21137448,21137519:21137749,21137523:21137732,21137528:21140415,21137546:21137779,21137554:21137687,21137951:21138219,21137962:21138130,21138540:21138677,21138579:21138921,21138586:21138842,21138606:21139763,21138608:21139070,21138730:21139615,21138737:21139534,21138749:21139093,21138777:21139888,21139030:21139422,21139041:21139324,21139052:21140025,21139055:21139210,21172714:21190379,21172722:21190400,21172802:21189934,21172834:21189900,21172891:21189847,21172903:21189739,21172949:21173167,21172958:21189702,21172965:2119078', 'assoc_mat': '19516788:Carton_brun:3726:19517196,21136549:Carton_brun:3726:21136749,21136550:Carton_brun:3726:21141888,21136559:Carton_brun:3726:21147668,21136560:Carton_brun:3726:21141862,21136574:Carton_brun:3726:21141576,21136576:Carton_brun:3726:21141539,21136581:Carton_brun:3726:21141443,21136582:Carton_brun:3726:21141422,21136584:Carton_brun:3726:21141398,21136588:Carton_brun:3726:21141318,21136598:Carton_brun:3726:21141112,21136604:Carton_brun:3726:21137030,21136611:Carton_brun:3726:21137022,21136618:Carton_brun:3726:21140984,21136897:Carton_brun:3726:21140957,21136902:Carton_brun:3726:21137335,21136914:Carton_brun:3726:21137235,21136920:Carton_brun:3726:21137056,21136948:Carton_brun:3726:21138628,21136950:Carton_brun:3726:21137113,21136951:Carton_brun:3726:21137421,21136956:Carton_brun:3726:21137084,21137249:Carton_brun:3726:21140638,21137300:Carton_brun:3726:21137431,21137302:Carton_brun:3726:21137601,21137319:Carton_brun:3726:21140602,21137321:Carton_brun:3726:21137448,21137519:Carton_brun:3726:21137749,21137523:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011127520886158601, 'nb_photo': 8, 'list_port_cont': '19485297,19912456,19933764,20368543', 'assoc_port': '19477264:19485297,19884822:19933764,19901747:19912456,19960824:20368543', 'assoc_mat': '19477264:Carton_gris:3726:19485297,19884822:Carton_gris:3726:19933764,19901747:Carton_gris:3726:19912456,19960824:Carton_gris:3726:20368543'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00519349039708474, 'nb_photo': 559, 'list_port_cont': '21136750,21136871,21137015,21137025,21137055,21137076,21137114,21137238,21137430,21137592,21137693,21137727,21137744,21137780,21138131,21138220,21138632,21138666,21138841,21138924,21139069,21139094,21139322,21139418,21139537,21139614,21139764,21139883,21140027,21140413,21140607,21140634,21141299,21141428,21141569,21141720,21141768,21141858,21141891,21142135,21147662,21173170,21173249,21173356,21173532,21173654,21173666,21173684,21173922,21174092,21174144,21174388,21174945,21175036,21175107,21175174,21175374,21175446,21175746,21175762,21175803,21175954,21176139,21176207,21176326,21176792,21176925,21176939,21177130,21177199,21177289,21177434,21177960,21178020,21178906,21178917,21179159,21179323,21179575,21179649,21179664,21179679,21179785,21179814,21179951,21180036,21181082,21181160,21181347,21181365,21181549,21181583,21182205,21182295,21182383,21182529,21182592,21182606,21183753,21183775,21184606,21185220,21185253,21187651,21187971,21188081,21188103,21188322,21189703,21189729,21189852,21189895,21189929,2119001', 'assoc_port': '21136549:21136750,21136550:21141891,21136559:21147662,21136560:21141858,21136567:21141768,21136572:21141720,21136574:21141569,21136582:21141428,21136589:21141299,21136594:21142135,21136604:21137025,21136611:21137015,21136620:21136871,21136914:21137238,21136920:21137055,21136948:21138632,21136950:21137114,21136956:21137076,21137249:21140634,21137300:21137430,21137302:21137592,21137319:21140607,21137519:21137744,21137523:21137727,21137528:21140413,21137546:21137780,21137554:21137693,21137951:21138220,21137962:21138131,21138540:21138666,21138579:21138924,21138586:21138841,21138606:21139764,21138608:21139069,21138730:21139614,21138737:21139537,21138749:21139094,21138777:21139883,21139030:21139418,21139041:21139322,21139052:21140027,21172722:21190390,21172802:21189929,21172834:21189895,21172891:21189852,21172903:21189729,21172949:21173170,21172958:21189703,21172985:21173356,21172998:21188322,21172999:21173249,21173011:21190016,21173017:21188103,21173086:21188081,21173096:21190134,21173239:21187651,21173240:2118797', 'assoc_mat': '21136549:Carton_gris:3726:21136750,21136550:Carton_gris:3726:21141891,21136559:Carton_gris:3726:21147662,21136560:Carton_gris:3726:21141858,21136567:Carton_gris:3726:21141768,21136572:Carton_gris:3726:21141720,21136574:Carton_gris:3726:21141569,21136582:Carton_gris:3726:21141428,21136589:Carton_gris:3726:21141299,21136594:Carton_gris:3726:21142135,21136604:Carton_gris:3726:21137025,21136611:Carton_gris:3726:21137015,21136620:Carton_gris:3726:21136871,21136914:Carton_gris:3726:21137238,21136920:Carton_gris:3726:21137055,21136948:Carton_gris:3726:21138632,21136950:Carton_gris:3726:21137114,21136956:Carton_gris:3726:21137076,21137249:Carton_gris:3726:21140634,21137300:Carton_gris:3726:21137430,21137302:Carton_gris:3726:21137592,21137319:Carton_gris:3726:21140607,21137519:Carton_gris:3726:21137744,21137523:Carton_gris:3726:21137727,21137528:Carton_gris:3726:21140413,21137546:Carton_gris:3726:21137780,21137554:Carton_gris:3726:21137693,21137951:Carton_gris:3726:21138220,21137962:Carton_gris:3726:21138131,21138540:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004888207604056086, 'nb_photo': 161, 'list_port_cont': '19372016,19388695,19419712,19433575,19434049,19436604,19490514,19516758,19521923,19543591,19629736,19712436,19728353,19730885,19742213,19868745,19870933,19927335,19929749,19934406,19939949,19945346,19966778,19982746,20149135,20150761,20164748,20166277,20194339,20199879,21173438,21174319,21175726,21193329,21193911,21199075,21199574,21201311,21202822,21205217,21207494,21209178,21209863,21210649,21210980,21211536,21214763,21216421,21216441,21217548,21271158,21274186,21274614,21286107,21286775,21288182,21331240,21335677', 'assoc_port': '19371330:19372016,19388376:19388695,19410818:19419712,19431292:19434049,19432610:19433575,19434928:19436604,19472282:19490514,19477740:19521923,19508552:19516758,19542922:19543591,19557292:21210980,19595770:19629736,19694911:19712436,19697095:19728353,19703072:19730885,19736178:19742213,19828904:19868745,19830365:19870933,19854016:19927335,19888797:19939949,19897039:19945346,19903192:19966778,19929091:19934406,19929173:19929749,19981942:19982746,20043627:20149135,20049858:20150761,20074722:20164748,20076786:20166277,20102661:20194339,20116393:20199879,21136917:21271158,21137275:21274186,21137301:21274614,21137314:21331240,21138610:21286107,21138611:21286775,21138728:21335677,21138752:21288182,21172809:21217548,21172887:21216421,21172892:21216441,21172928:21214763,21172991:21211536,21173019:21210649,21173097:21173438,21173138:21209863,21173188:21209178,21173311:21207494,21173834:21205217,21173886:21174319,21174765:21202822,21174967:21201311,21175051:21175726,21175674:21199574,21175914:21199075,21177708:2119391', 'assoc_mat': '19371330:ela:4205:19372016,19388376:ela:4205:19388695,19410818:ela:4205:19419712,19431292:ela:4205:19434049,19432610:ela:4205:19433575,19434928:ela:4205:19436604,19472282:ela:4205:19490514,19477740:ela:4205:19521923,19508552:ela:4205:19516758,19542922:ela:4205:19543591,19557292:ela:4205:21210980,19595770:ela:4205:19629736,19694911:ela:4205:19712436,19697095:ela:4205:19728353,19703072:ela:4205:19730885,19736178:ela:4205:19742213,19828904:ela:4205:19868745,19830365:ela:4205:19870933,19854016:ela:4205:19927335,19888797:ela:4205:19939949,19897039:ela:4205:19945346,19903192:ela:4205:19966778,19929091:ela:4205:19934406,19929173:ela:4205:19929749,19981942:ela:4205:19982746,20043627:ela:4205:20149135,20049858:ela:4205:20150761,20074722:ela:4205:20164748,20076786:ela:4205:20166277,20102661:ela:4205:20194339,20116393:ela:4205:20199879,21136917:ela:4205:21271158,21137275:ela:4205:21274186,21137301:ela:4205:21274614,21137314:ela:4205:21331240,21138610:ela:4205:21286107,21138611:ela:4205:21286775,21138728:ela:4205:2133567'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9796912483278869, 'nb_photo': 2031, 'list_port_cont': '19378740,19382775,19391044,19414001,19421450,19421669,19432960,19442609,19454857,19460654,19464252,19492243,19498099,19517315,19536259,19555497,19580123,19600890,19631285,19698317,19735534,19736195,19741469,19745781,19747033,19770757,19782404,19820629,19823157,19834503,19866549,19906396,19932250,19933865,19934194,19934615,19945320,19971486,20017960,20085447,20120047,20135034,20149747,20150059,20162218,20194756,20199714,20208109,20277578,21178868,21185332,21190170,21197015,21200261,21206306,21208473,21209628,21210458,21210900,21214500,21216592,21218224,21270587,21334564', 'assoc_port': '19373270:19378740,19377396:19382775,19389028:19391044,19395737:19421669,19409763:19421450,19413714:19414001,19431686:19432960,19438275:19442609,19452003:19454857,19454978:19464252,19460255:19460654,19474564:19492243,19487949:19498099,19509376:19517315,19522263:19536259,19548439:19555497,19559139:19580123,19576088:19600890,19595774:19631285,19662881:19698317,19695270:19736195,19704736:19741469,19715120:19735534,19732428:19745781,19735438:19747033,19754764:19770757,19763322:19782404,19768591:19820629,19794532:19823157,19805097:19834503,19826829:19866549,19844076:19906396,19848346:20017960,19859419:19933865,19859426:19934194,19897027:19945320,19905707:19971486,19929087:19934615,19929163:19932250,19958099:20150059,19984110:20085447,20014712:20120047,20025651:20135034,20039938:20277578,20045888:20149747,20073268:20162218,20104700:20194756,20115134:20199714,20119801:20208109,21136910:21270587,21139048:21334564,21172726:21218224,21172923:21216592,21172981:21214500,21173043:21210900,21173112:21210458,21173173:2120962', 'assoc_mat': '19373270:ela:4203:19378740,19377396:ela:4203:19382775,19389028:ela:4203:19391044,19395737:ela:4203:19421669,19409763:ela:4203:19421450,19413714:ela:4203:19414001,19431686:ela:4203:19432960,19438275:ela:4203:19442609,19452003:ela:4203:19454857,19454978:ela:4203:19464252,19460255:ela:4203:19460654,19474564:ela:4203:19492243,19487949:ela:4203:19498099,19509376:ela:4203:19517315,19522263:ela:4203:19536259,19548439:ela:4203:19555497,19559139:ela:4203:19580123,19576088:ela:4203:19600890,19595774:ela:4203:19631285,19662881:ela:4203:19698317,19695270:ela:4203:19736195,19704736:ela:4203:19741469,19715120:ela:4203:19735534,19732428:ela:4203:19745781,19735438:ela:4203:19747033,19754764:ela:4203:19770757,19763322:ela:4203:19782404,19768591:ela:4203:19820629,19794532:ela:4203:19823157,19805097:ela:4203:19834503,19826829:ela:4203:19866549,19844076:ela:4203:19906396,19848346:ela:4203:20017960,19859419:ela:4203:19933865,19859426:ela:4203:19934194,19897027:ela:4203:19945320,19905707:ela:4203:19971486,19929087:ela:4203:1993461'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015953619491836002, 'nb_photo': 75, 'list_port_cont': '21169322,21169862,21170036,21172329,21172918,21173382,21173818,21174861,21174982,21176071,21176305,21176398,21177473,21177647,21177981,21178182,21179388,21179742,21181261,21181327,21182443,21184328,21184936,21185204,21186715,21187059,21188582,21188702,21189540,21190023,21190220,21190721,21193498,21193836,21194168,21194300,21194635,21194978,21195018,21195453,21195513,21195616,21196940,21197204,21198440,21198806,21199099,21199621,21200318,21200479,21200591,21201834,21202239,21202326,21203188,21203807,21204263', 'assoc_port': '21136913:21204263,21137252:21203188,21137508:21202326,21137515:21202239,21137527:21201834,21137958:21203807,21138543:21200591,21138550:21200479,21138572:21200318,21138593:21199621,21138604:21199099,21138605:21172918,21138723:21172329,21138738:21170036,21138767:21169862,21139034:21169322,21172758:21198806,21172883:21198440,21172939:21197204,21172943:21196940,21173023:21195616,21173025:21195513,21173042:21195453,21173088:21195018,21173091:21194978,21173095:21194635,21173136:21194300,21173151:21173382,21173160:21194168,21173186:21193836,21173241:21193498,21173411:21190721,21173414:21173818,21173835:21190023,21173837:21189540,21173861:21174861,21174647:21188702,21174648:21188582,21174791:21187059,21174795:21174982,21174960:21186715,21175637:21185204,21175642:21190220,21175648:21184936,21175662:21184328,21175909:21176071,21175916:21176398,21175922:21176305,21176556:21178182,21176881:21177647,21176891:21177473,21177719:21177981,21178632:21182443,21178676:21179388,21179206:21181327,21179222:21181261,21179423:2117974', 'assoc_mat': '21136913:ela:4207:21204263,21137252:ela:4207:21203188,21137508:ela:4207:21202326,21137515:ela:4207:21202239,21137527:ela:4207:21201834,21137958:ela:4207:21203807,21138543:ela:4207:21200591,21138550:ela:4207:21200479,21138572:ela:4207:21200318,21138593:ela:4207:21199621,21138604:ela:4207:21199099,21138605:ela:4207:21172918,21138723:ela:4207:21172329,21138738:ela:4207:21170036,21138767:ela:4207:21169862,21139034:ela:4207:21169322,21172758:ela:4207:21198806,21172883:ela:4207:21198440,21172939:ela:4207:21197204,21172943:ela:4207:21196940,21173023:ela:4207:21195616,21173025:ela:4207:21195513,21173042:ela:4207:21195453,21173088:ela:4207:21195018,21173091:ela:4207:21194978,21173095:ela:4207:21194635,21173136:ela:4207:21194300,21173151:ela:4207:21173382,21173160:ela:4207:21194168,21173186:ela:4207:21193836,21173241:ela:4207:21193498,21173411:ela:4207:21190721,21173414:ela:4207:21173818,21173835:ela:4207:21190023,21173837:ela:4207:21189540,21173861:ela:4207:21174861,21174647:ela:4207:21188702,21174648:ela:4207:2118858'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053617390477679935, 'nb_photo': 32, 'list_port_cont': '21138319,21177688,21179335,21184101,21187934,21190273,21194589,21195635,21199845,21203900,21205362,21209464,21210620,21210834,21210920,21211717,21214654,21215996,21216364,21217809,21274481,21281057,21294494,21299606', 'assoc_port': '21136922:21299606,21136958:21138319,21137270:21274481,21137310:21294494,21137571:21281057,21172735:21217809,21172935:21216364,21172951:21214654,21172952:21215996,21172987:21211717,21173004:21210834,21173021:21210920,21173094:21210620,21173159:21209464,21173829:21205362,21175638:21203900,21176554:21199845,21176609:21195635,21176909:21194589,21176918:21177688,21178749:21179335,21179220:21190273,21179225:21187934,21179354:21184101', 'assoc_mat': '21136922:ela:4461:21299606,21136958:ela:4461:21138319,21137270:ela:4461:21274481,21137310:ela:4461:21294494,21137571:ela:4461:21281057,21172735:ela:4461:21217809,21172935:ela:4461:21216364,21172951:ela:4461:21214654,21172952:ela:4461:21215996,21172987:ela:4461:21211717,21173004:ela:4461:21210834,21173021:ela:4461:21210920,21173094:ela:4461:21210620,21173159:ela:4461:21209464,21173829:ela:4461:21205362,21175638:ela:4461:21203900,21176554:ela:4461:21199845,21176609:ela:4461:21195635,21176909:ela:4461:21194589,21176918:ela:4461:21177688,21178749:ela:4461:21179335,21179220:ela:4461:21190273,21179225:ela:4461:21187934,21179354:ela:4461:21184101'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008253086464311746, 'nb_photo': 45, 'list_port_cont': '21137612,21138691,21140015,21141774,21149886,21157128,21159720,21173428,21174119,21174394,21174711,21174896,21175515,21176021,21177270,21177967,21178684,21180144,21182508,21183881,21184560,21187402,21189721,21190126,21191399,21192054,21196914,21197656,21198204,21200918,21201853,21202444,21202607,21202870,21203931,21204883,21205102,21205404', 'assoc_port': '21136944:21137612,21137283:21159720,21137532:21157128,21137968:21138691,21138575:21149886,21138597:21141774,21139038:21140015,21172864:21205102,21172926:21205404,21172932:21173428,21172990:21204883,21173100:21203931,21173176:21202870,21173182:21202607,21173189:21202444,21173257:21201853,21173320:21200918,21173329:21174119,21173857:21174896,21173865:21174711,21173887:21174394,21174954:21198204,21175015:21175515,21175584:21197656,21175631:21196914,21175670:21176021,21176899:21192054,21176908:21191399,21176921:21177270,21177712:21178684,21177728:21177967,21178369:21189721,21178464:21187402,21178723:21190126,21179168:21184560,21179214:21183881,21179399:21182508,21179427:21180144', 'assoc_mat': '21136944:ela:4200:21137612,21137283:ela:4200:21159720,21137532:ela:4200:21157128,21137968:ela:4200:21138691,21138575:ela:4200:21149886,21138597:ela:4200:21141774,21139038:ela:4200:21140015,21172864:ela:4200:21205102,21172926:ela:4200:21205404,21172932:ela:4200:21173428,21172990:ela:4200:21204883,21173100:ela:4200:21203931,21173176:ela:4200:21202870,21173182:ela:4200:21202607,21173189:ela:4200:21202444,21173257:ela:4200:21201853,21173320:ela:4200:21200918,21173329:ela:4200:21174119,21173857:ela:4200:21174896,21173865:ela:4200:21174711,21173887:ela:4200:21174394,21174954:ela:4200:21198204,21175015:ela:4200:21175515,21175584:ela:4200:21197656,21175631:ela:4200:21196914,21175670:ela:4200:21176021,21176899:ela:4200:21192054,21176908:ela:4200:21191399,21176921:ela:4200:21177270,21177712:ela:4200:21178684,21177728:ela:4200:21177967,21178369:ela:4200:21189721,21178464:ela:4200:21187402,21178723:ela:4200:21190126,21179168:ela:4200:21184560,21179214:ela:4200:21183881,21179399:ela:4200:21182508,21179427:ela:4200:2118014'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0038784884331244797, 'nb_photo': 1264, 'list_port_cont': '21173349,21173387,21173489,21173906,21174046,21174456,21174477,21174559,21174807,21175085,21175323,21175358,21175431,21175791,21176147,21176173,21176340,21176356,21176378,21176404,21176573,21176603,21176765,21177249,21177525,21177593,21177848,21178031,21178032,21178110,21178240,21178284,21178301,21178350,21178538,21178704,21178839,21179147,21179259,21179293,21179491,21179727,21179777,21179988,21180047,21180165,21180280,21180391,21180409,21180868,21182951,21183036,21183514,21183717,21183854,21184180,21184291,21184298,21184706,21184735,21184888,21185019,21185082,21185235,21185310,21185367,21185502,21185855,21185943,21186250,21186407,21186536,21187136,21187197,21187294,21187388,21188118,21188261,21188453,21188885,21189096,21190188,21190206,21190554,21190592,21190652,21190758,21190925,21191024,21191029,21191105,21191191,21191238,21191330,21191420,21191535,21191974,21192016,21192080,21192083,21192134,21192227,21192322,21192347,21192509,21192757,21192835,21192907,21192928,21192944,21193004,21193050,21193118,2119319', 'assoc_port': '19428659:21248570,19438276:21246952,19458789:21248809,19460977:21248681,19469398:21255274,19474557:21254392,19474561:21253861,19477264:21252243,19498629:21237915,19500653:21235951,19505863:21234103,19516423:21218508,19516780:21218403,19524618:21217146,19543451:21216023,19545200:21214732,19553301:21211522,19554129:21173387,19555141:21211404,19558298:21211036,19571015:21216934,19580444:21216707,19598090:21173906,19655151:21210042,19659858:21209746,19737247:21175431,19737437:21175323,19754761:21176340,19758171:21203738,19760878:21203818,19760884:21203654,19763328:21203562,19763356:21203426,19770002:21174456,19830361:21209008,19844397:21199456,19847173:21198846,19859427:21176765,19876106:21197817,19884822:21197197,19884847:21196978,19888799:21196742,19898891:21199896,19901747:21196167,19916125:21195364,19929105:21194884,19960824:21194398,19965567:21194097,19980529:21178538,19980532:21178704,19984107:21178350,20003495:21193761,20017062:21192835,20023443:21192509,20028249:21192080,20028256:21192134,20044538:2119102', 'assoc_mat': '19428659:ela:4209:21248570,19438276:ela:4209:21246952,19458789:ela:4209:21248809,19460977:ela:4209:21248681,19469398:ela:4209:21255274,19474557:ela:4209:21254392,19474561:ela:4209:21253861,19477264:ela:4209:21252243,19498629:ela:4209:21237915,19500653:ela:4209:21235951,19505863:ela:4209:21234103,19516423:ela:4209:21218508,19516780:ela:4209:21218403,19524618:ela:4209:21217146,19543451:ela:4209:21216023,19545200:ela:4209:21214732,19553301:ela:4209:21211522,19554129:ela:4209:21173387,19555141:ela:4209:21211404,19558298:ela:4209:21211036,19571015:ela:4209:21216934,19580444:ela:4209:21216707,19598090:ela:4209:21173906,19655151:ela:4209:21210042,19659858:ela:4209:21209746,19737247:ela:4209:21175431,19737437:ela:4209:21175323,19754761:ela:4209:21176340,19758171:ela:4209:21203738,19760878:ela:4209:21203818,19760884:ela:4209:21203654,19763328:ela:4209:21203562,19763356:ela:4209:21203426,19770002:ela:4209:21174456,19830361:ela:4209:21209008,19844397:ela:4209:21199456,19847173:ela:4209:21198846,19859427:ela:4209:2117676'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009039695645472307, 'nb_photo': 1122, 'list_port_cont': '20085666,20086294,20087132,20089335,20090309,20101307,20106740,20107662,20115910,20117059,20118965,20121969,20122968,20136828,20137452,20137829,20138098,20139825,20139877,20140009,20172566,20174667,20176346,20177623,20196611,20198243,20199590,20200527,20200559,20201316,20231845,20231868,20232918,20233482,20234056,20234168,20235863,20238866,20239135,21137400,21139187,21139678,21163821,21164181,21167758,21168293,21168628,21169497,21169948,21170439,21173766,21174285,21174619,21174827,21175197,21175348,21175561,21176003,21176314,21176632,21177072,21177122,21177415,21177555,21177834,21183059,21187031,21190061,21191099,21191343,21192670,21193178,21196653,21197035,21199204,21199647,21200216,21200288,21200769,21200901,21201142,21202539,21202715,21203077,21203543', 'assoc_port': '19859429:20174667,19954425:20176346,20014710:20196611,20015611:20177623,20023438:20198243,20023441:20199590,20026808:20200527,20031177:20200559,20036276:20201316,20036573:20231845,20039940:20232918,20042505:20231868,20042852:20233482,20044534:20234056,20045059:20234168,20046352:20235863,20047144:20238866,20048499:20239135,20049854:20172566,20063551:20140009,20068359:20139877,20070514:20139825,20071895:20138098,20073270:20137829,20074713:20101307,20076794:20090309,20079018:20089335,20083089:20086294,20083092:20085666,20085536:20087132,20101919:20137452,20105987:20107662,20106007:20106740,20108234:20136828,20115463:20115910,20116392:20117059,20118802:20118965,20121224:20122968,20121231:20121969,21136613:21137400,21137552:21139187,21137971:21170439,21138549:21169948,21138592:21169497,21138615:21168628,21138620:21168293,21138725:21167758,21138733:21164181,21138741:21163821,21139065:21139678,21172727:21203543,21172847:21203077,21172860:21202715,21172936:21173766,21172955:21202539,21173009:21201142,21173010:2120090', 'assoc_mat': '19859429:ela:4211:20174667,19954425:ela:4211:20176346,20014710:ela:4211:20196611,20015611:ela:4211:20177623,20023438:ela:4211:20198243,20023441:ela:4211:20199590,20026808:ela:4211:20200527,20031177:ela:4211:20200559,20036276:ela:4211:20201316,20036573:ela:4211:20231845,20039940:ela:4211:20232918,20042505:ela:4211:20231868,20042852:ela:4211:20233482,20044534:ela:4211:20234056,20045059:ela:4211:20234168,20046352:ela:4211:20235863,20047144:ela:4211:20238866,20048499:ela:4211:20239135,20049854:ela:4211:20172566,20063551:ela:4211:20140009,20068359:ela:4211:20139877,20070514:ela:4211:20139825,20071895:ela:4211:20138098,20073270:ela:4211:20137829,20074713:ela:4211:20101307,20076794:ela:4211:20090309,20079018:ela:4211:20089335,20083089:ela:4211:20086294,20083092:ela:4211:20085666,20085536:ela:4211:20087132,20101919:ela:4211:20137452,20105987:ela:4211:20107662,20106007:ela:4211:20106740,20108234:ela:4211:20136828,20115463:ela:4211:20115910,20116392:ela:4211:20117059,20118802:ela:4211:20118965,20121224:ela:4211:2012296'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0006484880754804793, 'nb_photo': 1, 'list_port_cont': '19557492', 'assoc_port': '19557292:19557492', 'assoc_mat': '19557292:etiquette:4200:19557492'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00010719151846884862, 'nb_photo': 1, 'list_port_cont': '21216428', 'assoc_port': '21172887:21216428', 'assoc_mat': '21172887:etiquette:4205:21216428'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016916674992702524, 'nb_photo': 63, 'list_port_cont': '20135044,20162231,20194743,20199707,20208110,20277587,21178867,21185333,21190172,21197016,21200255,21206301,21208474,21209634,21210462,21210905,21214502,21216593,21218221,21270596,21334556', 'assoc_port': '20025651:20135044,20039938:20277587,20073268:20162231,20104700:20194743,20115134:20199707,20119801:20208110,21136910:21270596,21139048:21334556,21172726:21218221,21172923:21216593,21172981:21214502,21173043:21210905,21173112:21210462,21173173:21209634,21173275:21208474,21173810:21206301,21175654:21200255,21176546:21197016,21177730:21178867,21179158:21190172,21179219:21185333', 'assoc_mat': '20025651:etiquette:4203:20135044,20039938:etiquette:4203:20277587,20073268:etiquette:4203:20162231,20104700:etiquette:4203:20194743,20115134:etiquette:4203:20199707,20119801:etiquette:4203:20208110,21136910:etiquette:4203:21270596,21139048:etiquette:4203:21334556,21172726:etiquette:4203:21218221,21172923:etiquette:4203:21216593,21172981:etiquette:4203:21214502,21173043:etiquette:4203:21210905,21173112:etiquette:4203:21210462,21173173:etiquette:4203:21209634,21173275:etiquette:4203:21208474,21173810:etiquette:4203:21206301,21175654:etiquette:4203:21200255,21176546:etiquette:4203:21197016,21177730:etiquette:4203:21178867,21179158:etiquette:4203:21190172,21179219:etiquette:4203:21185333'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00019481495824143617, 'nb_photo': 5, 'list_port_cont': '21172921,21185803,21187046,21193214,21204417', 'assoc_port': '21136903:21204417,21138605:21172921,21173258:21193214,21174791:21187046,21175629:21185803', 'assoc_mat': '21136903:etiquette:4207:21204417,21138605:etiquette:4207:21172921,21173258:etiquette:4207:21193214,21174791:etiquette:4207:21187046,21175629:etiquette:4207:21185803'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00034771392286512285, 'nb_photo': 5, 'list_port_cont': '21175009,21195180,21203753,21298143', 'assoc_port': '21138760:21298143,21173882:21175009,21175645:21203753,21176887:21195180', 'assoc_mat': '21138760:etiquette:4461:21298143,21173882:etiquette:4461:21175009,21175645:etiquette:4461:21203753,21176887:etiquette:4461:21195180'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001978994173673069, 'nb_photo': 2837, 'list_port_cont': '19370611,19371755,19373184,19373868,19374473,19377702,19379399,19387362,19387562,19388223,19393022,19394590,19395983,19397179,19399047,19409857,19410523,19410919,19411421,19411860,19428744,19429614,19431478,19433327,19437724,19439966,19440806,19447290,19451134,19452606,19452775,19453682,19454202,19457798,19458560,19460168,19460411,19467216,19467437,19468386,19470270,19471364,19473213,19476025,19476182,19477887,19481226,19486667,19488343,19498362,19500891,19501951,19503296,19506127,19506286,19508031,19508154,19509551,19510377,19516982,19517569,19517737,19518424,19520574,19524896,19525902,19528208,19543531,19544486,19545611,19548084,19549154,19549931,19550887,19554429,19554583,19555415,19556365,19556911,19558489,19574527,19574677,19590795,19592353,19596417,19598811,19625016,19646693,19649283,19653242,19653442,19660901,19663610,19693639,19696995,19697482,19701192,19704638,19705259,19706001,19707098,19713513,19716199,19719999,19720199,19726998,19731023,19731966,19733533,19735236,19735612,19735893,19736503,1973702', 'assoc_port': '19370490:19370611,19371345:19371755,19372925:19373184,19373269:19373868,19374327:19374473,19377393:19377702,19377991:19379399,19387142:19387562,19387146:19387362,19388091:19388223,19392668:19393022,19394322:19394590,19395741:19395983,19396942:19397179,19398803:19399047,19409762:19409857,19410364:19410523,19410822:19410919,19411326:19411421,19411749:19411860,19428661:19428744,19429024:19429614,19431296:19431478,19433116:19433327,19437327:19437724,19439727:19439966,19440252:19440806,19446871:19447290,19450727:19451134,19452006:19452775,19452026:19452606,19453211:19453682,19454047:19454202,19457585:19457798,19458328:19458560,19459522:19460168,19460252:19460411,19465712:19468386,19466860:19467437,19466864:19467216,19469395:19470270,19470646:19471364,19472285:19473213,19474560:19476182,19475784:19476025,19477265:19477887,19480443:19481226,19485837:19486667,19487955:19488343,19498295:19498362,19500652:19500891,19501672:19501951,19503120:19503296,19505862:19506286,19505869:19506127,19507773:19508154,19507777:1950803', 'assoc_mat': '19370490:etiquette:4200:19370611,19371345:etiquette:4200:19371755,19372925:etiquette:4200:19373184,19373269:etiquette:4200:19373868,19374327:etiquette:4200:19374473,19377393:etiquette:4200:19377702,19377991:etiquette:4200:19379399,19387142:etiquette:4200:19387562,19387146:etiquette:4200:19387362,19388091:etiquette:4200:19388223,19392668:etiquette:4200:19393022,19394322:etiquette:4200:19394590,19395741:etiquette:4200:19395983,19396942:etiquette:4200:19397179,19398803:etiquette:4200:19399047,19409762:etiquette:4200:19409857,19410364:etiquette:4200:19410523,19410822:etiquette:4200:19410919,19411326:etiquette:4200:19411421,19411749:etiquette:4200:19411860,19428661:etiquette:4200:19428744,19429024:etiquette:4200:19429614,19431296:etiquette:4200:19431478,19433116:etiquette:4200:19433327,19437327:etiquette:4200:19437724,19439727:etiquette:4200:19439966,19440252:etiquette:4200:19440806,19446871:etiquette:4200:19447290,19450727:etiquette:4200:19451134,19452006:etiquette:4200:19452775,19452026:etiquette:4200:19452606,1'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008932914052715299, 'nb_photo': 257, 'list_port_cont': '21173486,21174179,21174473,21175073,21175101,21175355,21175439,21175503,21175796,21176154,21176175,21176375,21176409,21176566,21176589,21176874,21177516,21177596,21178118,21178295,21179141,21179253,21180046,21180285,21180872,21182958,21183039,21184727,21185080,21185841,21185945,21186530,21188110,21190198,21190646,21190918,21190993,21191245,21191409,21191971,21192066,21193014,21193102,21193123,21193186,21193371,21193892,21194407,21194908,21195217,21196077,21196124,21196166,21196528,21196571,21196812,21196825,21197001,21197196,21197764,21198014,21198376,21198454,21198622,21199251,21199263,21199466,21199605,21199797,21199901,21199927,21200186,21200562,21200805,21200827,21200963,21201036,21201055,21201197,21201275,21201464,21201520,21201543,21201890,21202094,21202178,21202265,21202659,21202730,21203137,21203445,21203509,21203650,21203740,21203792,21203816,21204343,21204369,21204779,21205197,21205280,21205334,21206134,21206356,21206758,21206777,21206878,21207526,21208064,21208661,21209038,21209121,21209231,2120927', 'assoc_port': '19474561:21253858,19498629:21237921,19516780:21218401,19545200:21214722,19571015:21216937,19702409:21201890,19737247:21175439,19758171:21203740,19760878:21203816,19760884:21203650,19844397:21199466,19856581:21176874,19884822:21197196,19898891:21199901,19901747:21196166,20028249:21192066,20044538:21190993,20045058:21190918,20063546:21190198,20101894:21185080,20121243:21180285,21136555:21262378,21136561:21261654,21136569:21260957,21136615:21258138,21136629:21257651,21136631:21257437,21136632:21256933,21136635:21257162,21136899:21255871,21136904:21255478,21136919:21254747,21136928:21253843,21137239:21251607,21137240:21251082,21137244:21250660,21137250:21250727,21137269:21250329,21137279:21249814,21137280:21250148,21137282:21249565,21137308:21249320,21137323:21248655,21137509:21248129,21137510:21247928,21137513:21247839,21137525:21247594,21137529:21247367,21137538:21247284,21137553:21246860,21137572:21246762,21137959:21246553,21137967:21245990,21137969:21246008,21138578:21245020,21138585:21244205,21138596:2124383', 'assoc_mat': '19474561:etiquette:4209:21253858,19498629:etiquette:4209:21237921,19516780:etiquette:4209:21218401,19545200:etiquette:4209:21214722,19571015:etiquette:4209:21216937,19702409:etiquette:4209:21201890,19737247:etiquette:4209:21175439,19758171:etiquette:4209:21203740,19760878:etiquette:4209:21203816,19760884:etiquette:4209:21203650,19844397:etiquette:4209:21199466,19856581:etiquette:4209:21176874,19884822:etiquette:4209:21197196,19898891:etiquette:4209:21199901,19901747:etiquette:4209:21196166,20028249:etiquette:4209:21192066,20044538:etiquette:4209:21190993,20045058:etiquette:4209:21190918,20063546:etiquette:4209:21190198,20101894:etiquette:4209:21185080,20121243:etiquette:4209:21180285,21136555:etiquette:4209:21262378,21136561:etiquette:4209:21261654,21136569:etiquette:4209:21260957,21136615:etiquette:4209:21258138,21136629:etiquette:4209:21257651,21136631:etiquette:4209:21257437,21136632:etiquette:4209:21256933,21136635:etiquette:4209:21257162,21136899:etiquette:4209:21255871,21136904:etiquette:4209:21255478,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.064135493758825e-05, 'nb_photo': 129, 'list_port_cont': '20085679,20086296,20087141,20089337,20101306,20106733,20115908,20117051,20118956,20136825,20137457,20137823,20138099,20172563,20174652,20177637,20199600,20200550,20201325,20231835,20232925,20234055,20234166,20235864,20238853,20239142,21137411,21139675,21163808,21164179,21167767,21168282,21168641,21169499,21169958,21170443,21173774,21174275,21174615,21174818,21175187,21176002,21176311,21176641,21177081,21177423,21177559,21177827,21183051,21187036,21190057,21191347,21193168,21197032,21198747,21200293,21200781,21201141,21202725,21203540', 'assoc_port': '19859429:20174652,20015611:20177637,20023441:20199600,20031177:20200550,20036276:20201325,20036573:20231835,20039940:20232925,20044534:20234055,20045059:20234166,20046352:20235864,20047144:20238853,20048499:20239142,20049854:20172563,20071895:20138099,20073270:20137823,20074713:20101306,20079018:20089337,20083089:20086296,20083092:20085679,20085536:20087141,20101919:20137457,20106007:20106733,20108234:20136825,20115463:20115908,20116392:20117051,20118802:20118956,21136613:21137411,21137971:21170443,21138549:21169958,21138592:21169499,21138615:21168641,21138620:21168282,21138725:21167767,21138733:21164179,21138741:21163808,21139065:21139675,21172727:21203540,21172860:21202725,21172936:21173774,21173009:21201141,21173089:21200781,21173140:21200293,21173409:21174275,21173805:21198747,21173876:21174818,21173880:21174615,21174772:21175187,21174949:21197032,21175589:21176311,21175653:21176002,21175921:21177081,21175940:21176641,21176550:21177423,21176888:21177827,21176903:21177559,21178391:21193168,21178640:2119134', 'assoc_mat': '19859429:etiquette:4211:20174652,20015611:etiquette:4211:20177637,20023441:etiquette:4211:20199600,20031177:etiquette:4211:20200550,20036276:etiquette:4211:20201325,20036573:etiquette:4211:20231835,20039940:etiquette:4211:20232925,20044534:etiquette:4211:20234055,20045059:etiquette:4211:20234166,20046352:etiquette:4211:20235864,20047144:etiquette:4211:20238853,20048499:etiquette:4211:20239142,20049854:etiquette:4211:20172563,20071895:etiquette:4211:20138099,20073270:etiquette:4211:20137823,20074713:etiquette:4211:20101306,20079018:etiquette:4211:20089337,20083089:etiquette:4211:20086296,20083092:etiquette:4211:20085679,20085536:etiquette:4211:20087141,20101919:etiquette:4211:20137457,20106007:etiquette:4211:20106733,20108234:etiquette:4211:20136825,20115463:etiquette:4211:20115908,20116392:etiquette:4211:20117051,20118802:etiquette:4211:20118956,21136613:etiquette:4211:21137411,21137971:etiquette:4211:21170443,21138549:etiquette:4211:21169958,21138592:etiquette:4211:21169499,21138615:etiquette:4211:21168641,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008458748444597118, 'nb_photo': 19, 'list_port_cont': '19388338,19398268,19411154,19457015,19693335,19696933,19704964,19736018,19803502,19905902,20027588,20107431,21140370,21167895,21177175,21187685', 'assoc_port': '19388090:19388338,19397895:19398268,19410821:19411154,19456526:19457015,19693113:19693335,19696353:19696933,19704032:19704964,19735678:19736018,19802103:19803502,19844067:19905902,20025654:20027588,20106006:20107431,21137278:21167895,21138588:21140370,21175944:21177175,21176529:21187685', 'assoc_mat': '19388090:etiquette:3327:19388338,19397895:etiquette:3327:19398268,19410821:etiquette:3327:19411154,19456526:etiquette:3327:19457015,19693113:etiquette:3327:19693335,19696353:etiquette:3327:19696933,19704032:etiquette:3327:19704964,19735678:etiquette:3327:19736018,19802103:etiquette:3327:19803502,19844067:etiquette:3327:19905902,20025654:etiquette:3327:20027588,20106006:etiquette:3327:20107431,21137278:etiquette:3327:21167895,21138588:etiquette:3327:21140370,21175944:etiquette:3327:21177175,21176529:etiquette:3327:21187685'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.026840699896044998, 'nb_photo': 344, 'list_port_cont': '21173443,21174320,21175716,21193335,21193916,21199582,21201318,21202819,21205226,21207483,21209182,21209872,21210647,21210974,21211540,21214756,21216416,21216445,21217560,21271156,21274188,21274617,21286101,21286776,21288171,21331245,21334964,21335681', 'assoc_port': '19557292:21210974,21136917:21271156,21137275:21274188,21137301:21274617,21137314:21331245,21138587:21334964,21138610:21286101,21138611:21286776,21138728:21335681,21138752:21288171,21172809:21217560,21172887:21216416,21172892:21216445,21172928:21214756,21172991:21211540,21173019:21210647,21173097:21173443,21173138:21209872,21173188:21209182,21173311:21207483,21173834:21205226,21173886:21174320,21174765:21202819,21174967:21201318,21175051:21175716,21175674:21199582,21177708:21193916,21178338:21193335', 'assoc_mat': '19557292:film_plastique:4205:21210974,21136917:film_plastique:4205:21271156,21137275:film_plastique:4205:21274188,21137301:film_plastique:4205:21274617,21137314:film_plastique:4205:21331245,21138587:film_plastique:4205:21334964,21138610:film_plastique:4205:21286101,21138611:film_plastique:4205:21286776,21138728:film_plastique:4205:21335681,21138752:film_plastique:4205:21288171,21172809:film_plastique:4205:21217560,21172887:film_plastique:4205:21216416,21172892:film_plastique:4205:21216445,21172928:film_plastique:4205:21214756,21172991:film_plastique:4205:21211540,21173019:film_plastique:4205:21210647,21173097:film_plastique:4205:21173443,21173138:film_plastique:4205:21209872,21173188:film_plastique:4205:21209182,21173311:film_plastique:4205:21207483,21173834:film_plastique:4205:21205226,21173886:film_plastique:4205:21174320,21174765:film_plastique:4205:21202819,21174967:film_plastique:4205:21201318,21175051:film_plastique:4205:21175716,21175674:film_plastique:4205:21199582,21177708:film_plastique:4205:2119391'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010630802491777362, 'nb_photo': 9956, 'list_port_cont': '19378735,19382767,19391050,19414007,19421456,19421672,19432967,19442605,19454860,19460664,19464248,19492239,19498096,19517307,19536264,19555493,19580120,19600900,19631279,19698315,19735533,19736193,19741475,19745782,19747030,19770762,19782402,19820641,19823153,19834492,19866551,19906410,19932253,19933866,19934192,19934602,19945322,19971478,20017961,20085448,20120041,20135040,20149746,20150057,20162221,20194750,20199708,20208103,20277584,21178870,21185324,21190165,21197008,21200258,21206302,21208471,21209640,21210456,21210896,21214497,21216591,21218227,21270592,21334553', 'assoc_port': '19373270:19378735,19377396:19382767,19389028:19391050,19395737:19421672,19409763:19421456,19413714:19414007,19431686:19432967,19438275:19442605,19452003:19454860,19454978:19464248,19460255:19460664,19474564:19492239,19487949:19498096,19509376:19517307,19522263:19536264,19548439:19555493,19559139:19580120,19576088:19600900,19595774:19631279,19662881:19698315,19695270:19736193,19704736:19741475,19715120:19735533,19732428:19745782,19735438:19747030,19754764:19770762,19763322:19782402,19768591:19820641,19794532:19823153,19805097:19834492,19826829:19866551,19844076:19906410,19848346:20017961,19859419:19933866,19859426:19934192,19897027:19945322,19905707:19971478,19929087:19934602,19929163:19932253,19958099:20150057,19984110:20085448,20014712:20120041,20025651:20135040,20039938:20277584,20045888:20149746,20073268:20162221,20104700:20194750,20115134:20199708,20119801:20208103,21136910:21270592,21139048:21334553,21172726:21218227,21172923:21216591,21172981:21214497,21173043:21210896,21173112:21210456,21173173:2120964', 'assoc_mat': '19373270:film_plastique:4203:19378735,19377396:film_plastique:4203:19382767,19389028:film_plastique:4203:19391050,19395737:film_plastique:4203:19421672,19409763:film_plastique:4203:19421456,19413714:film_plastique:4203:19414007,19431686:film_plastique:4203:19432967,19438275:film_plastique:4203:19442605,19452003:film_plastique:4203:19454860,19454978:film_plastique:4203:19464248,19460255:film_plastique:4203:19460664,19474564:film_plastique:4203:19492239,19487949:film_plastique:4203:19498096,19509376:film_plastique:4203:19517307,19522263:film_plastique:4203:19536264,19548439:film_plastique:4203:19555493,19559139:film_plastique:4203:19580120,19576088:film_plastique:4203:19600900,19595774:film_plastique:4203:19631279,19662881:film_plastique:4203:19698315,19695270:film_plastique:4203:19736193,19704736:film_plastique:4203:19741475,19715120:film_plastique:4203:19735533,19732428:film_plastique:4203:19745782,19735438:film_plastique:4203:19747030,19754764:film_plastique:4203:19770762,19763322:film_plastique:4203:1978240'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033125063423214817, 'nb_photo': 2313, 'list_port_cont': '19370181,19370585,19393748,19410148,19410486,19429291,19451101,19461164,19520522,19543509,19571179,19630951,19638665,19641427,19693358,19694333,19702913,19703046,19734413,19750335,19762945,19820195,19825578,19843486,19930658,19931079,19958865,20068497,20112727,20114745,21137481,21137795,21168521,21168671,21168710,21169323,21169370,21169805,21169858,21170042,21170653,21170837,21170985,21172339,21172427,21172442,21172523,21172640,21172920,21173232,21173383,21173555,21173598,21173811,21174072,21174199,21174572,21174847,21174978,21175210,21175385,21175536,21175687,21175708,21175849,21176078,21176301,21176389,21176662,21176703,21176736,21176997,21177152,21177358,21177458,21177638,21177889,21177989,21178067,21178471,21178792,21178945,21179270,21179381,21179543,21179738,21179798,21180070,21180995,21181113,21181246,21181337,21181384,21181625,21182045,21182161,21182299,21182437,21182786,21183010,21184235,21184317,21184462,21184565,21184777,21184932,21185203,21185355,21185554,21185798,21185972,21185986,21186255,2118648', 'assoc_port': '19370012:19370181,19370527:19370585,19393354:19393748,19409943:19410148,19410363:19410486,19429020:19429291,19450726:19451101,19460980:19461164,19520063:19520522,19543455:19543509,19571019:19571179,19630156:19630951,19637611:19638665,19640302:19641427,19693114:19693358,19694237:19694333,19702412:19703046,19702414:19702913,19734227:19734413,19750179:19750335,19762340:19762945,19819066:19820195,19824209:19825578,19843219:19843486,19929081:19931079,19929097:19930658,19958105:19958865,20066052:20068497,20110612:20112727,20113526:20114745,21136895:21204521,21136900:21204476,21136903:21204413,21136908:21204348,21136913:21204261,21136923:21204130,21136946:21137481,21137243:21203548,21137245:21203405,21137252:21203183,21137272:21203060,21137277:21203013,21137306:21202904,21137315:21202833,21137504:21202750,21137505:21202582,21137507:21202479,21137508:21202332,21137515:21202241,21137517:21202072,21137521:21201922,21137527:21201838,21137531:21201797,21137535:21201783,21137545:21201689,21137547:21201489,21137551:2120137', 'assoc_mat': '19370012:film_plastique:4207:19370181,19370527:film_plastique:4207:19370585,19393354:film_plastique:4207:19393748,19409943:film_plastique:4207:19410148,19410363:film_plastique:4207:19410486,19429020:film_plastique:4207:19429291,19450726:film_plastique:4207:19451101,19460980:film_plastique:4207:19461164,19520063:film_plastique:4207:19520522,19543455:film_plastique:4207:19543509,19571019:film_plastique:4207:19571179,19630156:film_plastique:4207:19630951,19637611:film_plastique:4207:19638665,19640302:film_plastique:4207:19641427,19693114:film_plastique:4207:19693358,19694237:film_plastique:4207:19694333,19702412:film_plastique:4207:19703046,19702414:film_plastique:4207:19702913,19734227:film_plastique:4207:19734413,19750179:film_plastique:4207:19750335,19762340:film_plastique:4207:19762945,19819066:film_plastique:4207:19820195,19824209:film_plastique:4207:19825578,19843219:film_plastique:4207:19843486,19929081:film_plastique:4207:19931079,19929097:film_plastique:4207:19930658,19958105:film_plastique:4207:1995886'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7659838114030344, 'nb_photo': 10324, 'list_port_cont': '19382627,21138318,21173628,21173980,21174211,21175006,21175870,21176081,21176259,21177013,21177311,21177682,21177768,21178212,21178438,21178767,21179337,21179691,21179871,21180193,21183100,21183284,21183393,21183560,21183941,21184088,21184617,21185513,21185912,21186361,21186914,21187933,21188552,21188822,21190265,21190341,21190425,21190859,21190885,21191219,21191429,21191728,21191862,21192103,21192161,21192546,21192768,21193022,21193071,21193301,21193454,21193730,21194031,21194262,21194364,21194464,21194585,21194790,21194821,21195177,21195565,21195645,21195908,21196048,21196264,21196538,21196715,21197223,21197287,21197830,21197944,21198100,21198179,21198625,21199144,21199224,21199361,21199536,21199694,21199841,21199999,21200093,21200628,21200989,21201074,21201156,21201429,21201477,21201631,21201958,21202146,21202497,21202554,21202686,21202770,21202929,21203309,21203450,21203594,21203746,21203854,21203911,21203972,21204054,21204191,21205048,21205237,21205300,21205363,21206074,21206245,21206474,21206621,2120666', 'assoc_port': '19377397:19382627,21136554:21263445,21136557:21303114,21136564:21302591,21136602:21302356,21136634:21301971,21136642:21264079,21136896:21269773,21136901:21270088,21136906:21270267,21136912:21270794,21136915:21272017,21136922:21299611,21136927:21299515,21136947:21273308,21136954:21273442,21136958:21138318,21137241:21273690,21137247:21274206,21137270:21274489,21137274:21274430,21137281:21275722,21137304:21276278,21137310:21294497,21137324:21277728,21137506:21278071,21137516:21278631,21137526:21292407,21137530:21279566,21137540:21279877,21137549:21280370,21137571:21281069,21137953:21281382,21137956:21281662,21137960:21282514,21137965:21282791,21137972:21294270,21138545:21283929,21138553:21295279,21138576:21284781,21138582:21285570,21138589:21286172,21138595:21286359,21138602:21286685,21138609:21286843,21138616:21290792,21138625:21288138,21138724:21287467,21138734:21286635,21138739:21286433,21138746:21286261,21138760:21298136,21138774:21286133,21138796:21285644,21139022:21284269,21139024:21284670,21139033:2128446', 'assoc_mat': '19377397:film_plastique:4461:19382627,21136554:film_plastique:4461:21263445,21136557:film_plastique:4461:21303114,21136564:film_plastique:4461:21302591,21136602:film_plastique:4461:21302356,21136634:film_plastique:4461:21301971,21136642:film_plastique:4461:21264079,21136896:film_plastique:4461:21269773,21136901:film_plastique:4461:21270088,21136906:film_plastique:4461:21270267,21136912:film_plastique:4461:21270794,21136915:film_plastique:4461:21272017,21136922:film_plastique:4461:21299611,21136927:film_plastique:4461:21299515,21136947:film_plastique:4461:21273308,21136954:film_plastique:4461:21273442,21136958:film_plastique:4461:21138318,21137241:film_plastique:4461:21273690,21137247:film_plastique:4461:21274206,21137270:film_plastique:4461:21274489,21137274:film_plastique:4461:21274430,21137281:film_plastique:4461:21275722,21137304:film_plastique:4461:21276278,21137310:film_plastique:4461:21294497,21137324:film_plastique:4461:21277728,21137506:film_plastique:4461:21278071,21137516:film_plastique:4461:2127863'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015553084426634644, 'nb_photo': 1445, 'list_port_cont': '21137257,21137294,21137618,21138147,21138502,21138686,21139957,21140012,21140726,21141151,21141623,21141776,21146773,21149881,21155317,21157123,21157448,21159118,21159374,21159719,21162410,21162594,21173421,21173964,21174109,21174120,21174174,21174336,21174395,21174710,21174882,21175232,21175516,21175779,21176011,21176255,21176716,21177044,21177167,21177285,21177537,21177975,21178148,21178185,21178278,21178693,21178883,21179123,21179227,21179400,21179521,21179556,21179580,21179837,21179853,21180083,21180153,21182458,21182525,21182988,21183065,21183133,21183870,21184007,21184383,21184562,21185056,21185188,21185403,21186013,21186282,21186738,21186806,21187407,21187665,21188002,21188512,21188670,21189117,21189265,21189451,21189712,21190121,21190517,21190702,21191012,21191396,21191628,21192063,21192397,21192620,21192888,21193387,21193619,21193846,21194239,21194512,21194672,21194996,21195310,21195530,21195991,21196638,21196922,21197657,21197889,21198211,21198472,21198731,21199068,21199299,21200278,21200402,2120055', 'assoc_port': '21136562:21137294,21136563:21137257,21136907:21162594,21136918:21162410,21136944:21137618,21137283:21159719,21137307:21159374,21137511:21159118,21137512:21157448,21137532:21157123,21137537:21155317,21137543:21138502,21137548:21138147,21137968:21138686,21138575:21149881,21138591:21146773,21138597:21141776,21138621:21141623,21138785:21141151,21139023:21140726,21139038:21140012,21139046:21139957,21172716:21207013,21172754:21206448,21172798:21206194,21172842:21205850,21172855:21205761,21172864:21205107,21172886:21206052,21172900:21205600,21172902:21205536,21172924:21204964,21172926:21205402,21172932:21173421,21172990:21204896,21173014:21204736,21173024:21204528,21173046:21204494,21173048:21204437,21173093:21204284,21173098:21204180,21173100:21203935,21173125:21203699,21173144:21203265,21173158:21203039,21173176:21202862,21173182:21202603,21173189:21202434,21173218:21202211,21173235:21202047,21173257:21201850,21173281:21201761,21173308:21201671,21173319:21201396,21173320:21200915,21173329:21174120,21173354:2117396', 'assoc_mat': '21136562:film_plastique:4200:21137294,21136563:film_plastique:4200:21137257,21136907:film_plastique:4200:21162594,21136918:film_plastique:4200:21162410,21136944:film_plastique:4200:21137618,21137283:film_plastique:4200:21159719,21137307:film_plastique:4200:21159374,21137511:film_plastique:4200:21159118,21137512:film_plastique:4200:21157448,21137532:film_plastique:4200:21157123,21137537:film_plastique:4200:21155317,21137543:film_plastique:4200:21138502,21137548:film_plastique:4200:21138147,21137968:film_plastique:4200:21138686,21138575:film_plastique:4200:21149881,21138591:film_plastique:4200:21146773,21138597:film_plastique:4200:21141776,21138621:film_plastique:4200:21141623,21138785:film_plastique:4200:21141151,21139023:film_plastique:4200:21140726,21139038:film_plastique:4200:21140012,21139046:film_plastique:4200:21139957,21172716:film_plastique:4200:21207013,21172754:film_plastique:4200:21206448,21172798:film_plastique:4200:21206194,21172842:film_plastique:4200:21205850,21172855:film_plastique:4200:2120576'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.004825751017362812, 'nb_photo': 1098, 'list_port_cont': '19428719,19438773,19458523,19459012,19461391,19468096,19470017,19475326,19475493,19498947,19500772,19506304,19517062,19518496,19524974,19543548,19545574,19553491,19554330,19558507,19562178,19571274,19581202,19583057,19598788,19656558,19660858,19703232,19735564,19737303,19737709,19756322,19759032,19762180,19764126,19764284,19771104,19778731,19831673,19845170,19847545,19857691,19860737,19885710,19889378,19899703,19911397,19917006,19930468,19965961,19976976,19981056,19983813,19985098,20005482,20012073,20018074,20023858,20028643,20028662,20044698,20047373,20048835,20050746,20052199,20064629,20072564,20076485,20084097,20116399,20117097,20118260,20122393', 'assoc_port': '19428659:19428719,19438276:19438773,19458329:19458523,19458789:19459012,19460977:19461391,19467828:19468096,19469398:19470017,19474561:19475493,19474563:19475326,19498629:19498947,19500653:19500772,19505863:19506304,19516423:19518496,19516780:19517062,19524618:19524974,19543451:19543548,19545200:19545574,19553301:19553491,19554129:19554330,19555141:19562178,19558298:19558507,19571015:19571274,19580444:19581202,19581718:19583057,19598090:19598788,19655151:19656558,19659858:19660858,19702409:19703232,19735437:19735564,19737247:19737303,19737437:19737709,19754761:19756322,19758171:19759032,19760878:19778731,19760884:19762180,19763328:19764284,19763356:19764126,19770002:19771104,19830361:19831673,19844397:19845170,19847173:19847545,19856581:19857691,19859427:19860737,19876106:19911397,19884847:19885710,19888799:19889378,19898891:19899703,19916125:19917006,19929105:19930468,19965567:19965961,19976778:19976976,19980529:19983813,19980532:19981056,19984107:19985098,20003495:20005482,20010529:20012073,20017062:2001807', 'assoc_mat': '19428659:film_plastique:4207:19428719,19438276:film_plastique:4207:19438773,19458329:film_plastique:4207:19458523,19458789:film_plastique:4207:19459012,19460977:film_plastique:4207:19461391,19467828:film_plastique:4207:19468096,19469398:film_plastique:4207:19470017,19474561:film_plastique:4207:19475493,19474563:film_plastique:4207:19475326,19498629:film_plastique:4207:19498947,19500653:film_plastique:4207:19500772,19505863:film_plastique:4207:19506304,19516423:film_plastique:4207:19518496,19516780:film_plastique:4207:19517062,19524618:film_plastique:4207:19524974,19543451:film_plastique:4207:19543548,19545200:film_plastique:4207:19545574,19553301:film_plastique:4207:19553491,19554129:film_plastique:4207:19554330,19555141:film_plastique:4207:19562178,19558298:film_plastique:4207:19558507,19571015:film_plastique:4207:19571274,19580444:film_plastique:4207:19581202,19581718:film_plastique:4207:19583057,19598090:film_plastique:4207:19598788,19655151:film_plastique:4207:19656558,19659858:film_plastique:4207:1966085'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03729823885769063, 'nb_photo': 2545, 'list_port_cont': '21173336,21173396,21173491,21173521,21173907,21174043,21174158,21174182,21174244,21174464,21174481,21174545,21174798,21175079,21175094,21175326,21175432,21175495,21175792,21176155,21176183,21176351,21176357,21176366,21176410,21176568,21176598,21176622,21176770,21176863,21177205,21177243,21177511,21177587,21177850,21177863,21178034,21178112,21178234,21178296,21178310,21178344,21178534,21178562,21178708,21178844,21179138,21179251,21179295,21179492,21179721,21179774,21179983,21180055,21180109,21180168,21180283,21180396,21180413,21182953,21183040,21183525,21183859,21184020,21184311,21184696,21184723,21184879,21185017,21185089,21185241,21185316,21185377,21185503,21185842,21185938,21186246,21186401,21186535,21187087,21187131,21187195,21187298,21187396,21188252,21188452,21188606,21188908,21189103,21190197,21190548,21190606,21190649,21190744,21190910,21190989,21190994,21191111,21191185,21191325,21191533,21191963,21192018,21192076,21192092,21192144,21192249,21192310,21192350,21192510,21192752,21192839,21192906,2119292', 'assoc_port': '19428659:21248567,19438276:21246938,19458329:21249054,19458789:21248806,19460977:21248687,19467828:21255762,19469398:21255265,19474561:21253852,19474563:21253345,19477264:21252239,19498629:21237923,19500653:21235964,19505863:21234104,19516423:21218513,19516780:21218397,19524618:21217131,19543451:21216024,19545200:21214730,19553301:21211531,19554129:21173396,19555141:21211417,19558298:21211039,19571015:21216936,19580444:21216714,19581718:21216398,19598090:21173907,19655151:21210049,19659858:21209755,19702409:21201887,19735437:21205211,19737247:21175432,19737437:21175326,19754761:21176351,19758171:21203731,19760878:21203820,19760884:21203659,19763328:21203564,19763356:21203422,19770002:21174464,19830361:21209010,19844397:21199453,19847173:21198857,19856581:21176863,19859427:21176770,19876106:21197814,19884822:21197187,19884847:21196977,19888799:21196749,19898891:21199897,19901747:21196169,19916125:21195361,19929105:21194877,19960824:21194392,19965567:21194094,19976778:21178562,19980529:21178534,19980532:2117870', 'assoc_mat': '19428659:film_plastique:4209:21248567,19438276:film_plastique:4209:21246938,19458329:film_plastique:4209:21249054,19458789:film_plastique:4209:21248806,19460977:film_plastique:4209:21248687,19467828:film_plastique:4209:21255762,19469398:film_plastique:4209:21255265,19474561:film_plastique:4209:21253852,19474563:film_plastique:4209:21253345,19477264:film_plastique:4209:21252239,19498629:film_plastique:4209:21237923,19500653:film_plastique:4209:21235964,19505863:film_plastique:4209:21234104,19516423:film_plastique:4209:21218513,19516780:film_plastique:4209:21218397,19524618:film_plastique:4209:21217131,19543451:film_plastique:4209:21216024,19545200:film_plastique:4209:21214730,19553301:film_plastique:4209:21211531,19554129:film_plastique:4209:21173396,19555141:film_plastique:4209:21211417,19558298:film_plastique:4209:21211039,19571015:film_plastique:4209:21216936,19580444:film_plastique:4209:21216714,19581718:film_plastique:4209:21216398,19598090:film_plastique:4209:21173907,19655151:film_plastique:4209:2121004'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002587944151642958, 'nb_photo': 19820, 'list_port_cont': '19377668,19382560,19382680,19383403,19391871,19411276,19413722,19414282,19414812,19415973,19419516,19419657,19419868,19420328,19421076,19421990,19430585,19431169,19434155,19435824,19437100,19437293,19441167,19441992,19446447,19447403,19451338,19451420,19455028,19455146,19456830,19457049,19458242,19460564,19461805,19462913,19462949,19464002,19466129,19467459,19468153,19468811,19471871,19472409,19490799,19492257,19493073,19493693,19494309,19496035,19498148,19500185,19501081,19510234,19511687,19512365,19512430,19513192,19514622,19517896,19527457,19529371,19530106,19531376,19531862,19531994,19532209,19532515,19532672,19533470,19536450,19536468,19543792,19547847,19553977,19554201,19556808,19559754,19571250,19598778,19601420,19622589,19626660,19629420,19632379,19651645,19688387,19694133,19695165,19696591,19697719,19710180,19715421,19724492,19727689,19727973,19728136,19733501,19734484,19735632,19737407,19740113,19740363,19740443,19740545,19740856,19741051,19741598,19741922,19742373,19742607,19742900,19745197,1974521', 'assoc_port': '19371348:19377668,19376389:19382560,19377394:19382680,19377989:19383403,19389025:19391871,19392671:19420328,19394324:19413722,19395025:19414282,19395734:19414812,19395742:19415973,19398111:19421990,19409942:19419516,19409946:19419657,19410824:19419868,19410827:19411276,19412015:19421076,19429021:19430585,19430308:19437293,19430311:19431169,19432612:19434155,19433903:19435824,19434929:19437100,19436968:19441167,19437331:19441992,19440254:19446447,19446867:19447403,19450720:19451338,19450732:19451420,19452005:19455028,19452019:19455146,19454044:19456830,19454045:19457049,19454976:19458242,19457587:19461805,19458785:19462913,19459530:19460564,19460250:19464002,19460978:19462949,19465713:19466129,19466557:19467459,19466862:19468153,19467830:19468811,19469394:19471871,19470121:19472409,19472284:19490799,19473173:19501081,19474567:19492257,19475785:19493073,19477266:19493693,19477744:19494309,19480432:19496035,19487954:19498148,19492194:19500185,19498631:19510234,19499908:19511687,19501671:19527457,19501673:1951236', 'assoc_mat': '19371348:film_plastique:4211:19377668,19376389:film_plastique:4211:19382560,19377394:film_plastique:4211:19382680,19377989:film_plastique:4211:19383403,19389025:film_plastique:4211:19391871,19392671:film_plastique:4211:19420328,19394324:film_plastique:4211:19413722,19395025:film_plastique:4211:19414282,19395734:film_plastique:4211:19414812,19395742:film_plastique:4211:19415973,19398111:film_plastique:4211:19421990,19409942:film_plastique:4211:19419516,19409946:film_plastique:4211:19419657,19410824:film_plastique:4211:19419868,19410827:film_plastique:4211:19411276,19412015:film_plastique:4211:19421076,19429021:film_plastique:4211:19430585,19430308:film_plastique:4211:19437293,19430311:film_plastique:4211:19431169,19432612:film_plastique:4211:19434155,19433903:film_plastique:4211:19435824,19434929:film_plastique:4211:19437100,19436968:film_plastique:4211:19441167,19437331:film_plastique:4211:19441992,19440254:film_plastique:4211:19446447,19446867:film_plastique:4211:19447403,19450720:film_plastique:4211:1945133'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003762439136769633, 'nb_photo': 3, 'list_port_cont': '19912451,20368534', 'assoc_port': '19901747:19912451,19960824:20368534', 'assoc_mat': '19901747:kraft:3726:19912451,19960824:kraft:3726:20368534'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001419870088374607, 'nb_photo': 104, 'list_port_cont': '21137077,21137419,21137426,21137591,21137774,21138221,21138634,21138676,21139091,21139532,21139618,21140026,21140611,21141435,21141473,21141854,21141897,21173359,21173913,21174941,21175179,21175753,21175767,21175962,21176200,21176788,21176940,21177192,21177288,21177433,21179321,21179572,21179958,21180040,21181552,21182589,21184599,21185221,21187654,21187969,21188101,21188326,21189734,21189904,21189928', 'assoc_port': '21136550:21141897,21136560:21141854,21136578:21141473,21136581:21141435,21136948:21138634,21136951:21137419,21136956:21137077,21137300:21137426,21137302:21137591,21137319:21140611,21137546:21137774,21137951:21138221,21138540:21138676,21138730:21139618,21138737:21139532,21138749:21139091,21139052:21140026,21172802:21189928,21172834:21189904,21172903:21189734,21172985:21173359,21172998:21188326,21173017:21188101,21173239:21187654,21173240:21187969,21173332:21173913,21173838:21185221,21174787:21174941,21175056:21175179,21175583:21175962,21175649:21175767,21175660:21175753,21175864:21184599,21175912:21176200,21176487:21176940,21176578:21176788,21176889:21177433,21176898:21177288,21176904:21177192,21178356:21182589,21178634:21179321,21178719:21181552,21179200:21179572,21179331:21180040,21179393:21179958', 'assoc_mat': '21136550:kraft:3726:21141897,21136560:kraft:3726:21141854,21136578:kraft:3726:21141473,21136581:kraft:3726:21141435,21136948:kraft:3726:21138634,21136951:kraft:3726:21137419,21136956:kraft:3726:21137077,21137300:kraft:3726:21137426,21137302:kraft:3726:21137591,21137319:kraft:3726:21140611,21137546:kraft:3726:21137774,21137951:kraft:3726:21138221,21138540:kraft:3726:21138676,21138730:kraft:3726:21139618,21138737:kraft:3726:21139532,21138749:kraft:3726:21139091,21139052:kraft:3726:21140026,21172802:kraft:3726:21189928,21172834:kraft:3726:21189904,21172903:kraft:3726:21189734,21172985:kraft:3726:21173359,21172998:kraft:3726:21188326,21173017:kraft:3726:21188101,21173239:kraft:3726:21187654,21173240:kraft:3726:21187969,21173332:kraft:3726:21173913,21173838:kraft:3726:21185221,21174787:kraft:3726:21174941,21175056:kraft:3726:21175179,21175583:kraft:3726:21175962,21175649:kraft:3726:21175767,21175660:kraft:3726:21175753,21175864:kraft:3726:21184599,21175912:kraft:3726:21176200,21176487:kraft:3726:21176940,21176578:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9512339480567764, 'nb_photo': 779, 'list_port_cont': '19372018,19388687,19419721,19433577,19434058,19436618,19446671,19465976,19490516,19512812,19516751,19521920,19530883,19543598,19629738,19698203,19712443,19728360,19730894,19742214,19780726,19826815,19868748,19870943,19905921,19909739,19927334,19929741,19934403,19939961,19945353,19966775,19982743,20119961,20136835,20147014,20149144,20150768,20164736,20166273,20194351,20199886,21173439,21174322,21175729,21193334,21193904,21199080,21199575,21201315,21202804,21205232,21207491,21209180,21209862,21210643,21210978,21211537,21214765,21216426,21216434,21217557,21271157,21274179,21274619,21286097,21286771,21288176,21331251,21335687', 'assoc_port': '19371330:19372018,19388376:19388687,19410818:19419721,19431292:19434058,19432610:19433577,19434928:19436618,19441323:19446671,19465715:19465976,19472282:19490516,19477740:19521920,19503121:19512812,19508552:19516751,19518156:19530883,19542922:19543598,19557292:21210978,19595770:19629738,19664408:19698203,19694911:19712443,19697095:19728360,19703072:19730894,19736178:19742214,19762344:19780726,19798177:19826815,19828904:19868748,19830365:19870943,19844075:19905921,19845009:19909739,19854016:19927334,19888797:19939961,19897039:19945353,19903192:19966775,19929091:19934403,19929173:19929741,19981942:19982743,20014713:20119961,20026814:20136835,20038211:20147014,20043627:20149144,20049858:20150768,20074722:20164736,20076786:20166273,20102661:20194351,20116393:20199886,21136917:21271157,21137275:21274179,21137301:21274619,21137314:21331251,21138610:21286097,21138611:21286771,21138728:21335687,21138752:21288176,21172809:21217557,21172887:21216426,21172892:21216434,21172928:21214765,21172991:21211537,21173019:2121064', 'assoc_mat': '19371330:metal:4205:19372018,19388376:metal:4205:19388687,19410818:metal:4205:19419721,19431292:metal:4205:19434058,19432610:metal:4205:19433577,19434928:metal:4205:19436618,19441323:metal:4205:19446671,19465715:metal:4205:19465976,19472282:metal:4205:19490516,19477740:metal:4205:19521920,19503121:metal:4205:19512812,19508552:metal:4205:19516751,19518156:metal:4205:19530883,19542922:metal:4205:19543598,19557292:metal:4205:21210978,19595770:metal:4205:19629738,19664408:metal:4205:19698203,19694911:metal:4205:19712443,19697095:metal:4205:19728360,19703072:metal:4205:19730894,19736178:metal:4205:19742214,19762344:metal:4205:19780726,19798177:metal:4205:19826815,19828904:metal:4205:19868748,19830365:metal:4205:19870943,19844075:metal:4205:19905921,19845009:metal:4205:19909739,19854016:metal:4205:19927334,19888797:metal:4205:19939961,19897039:metal:4205:19945353,19903192:metal:4205:19966775,19929091:metal:4205:19934403,19929173:metal:4205:19929741,19981942:metal:4205:19982743,20014713:metal:4205:20119961,20026814:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003621951563262779, 'nb_photo': 233, 'list_port_cont': '20135037,20149750,20162222,20194751,20199710,20208114,20277589,21178856,21185339,21190163,21197007,21200263,21206310,21208476,21209626,21210465,21210893,21214492,21216602,21218225,21270590,21334554', 'assoc_port': '20025651:20135037,20039938:20277589,20045888:20149750,20073268:20162222,20104700:20194751,20115134:20199710,20119801:20208114,21136910:21270590,21139048:21334554,21172726:21218225,21172923:21216602,21172981:21214492,21173043:21210893,21173112:21210465,21173173:21209626,21173275:21208476,21173810:21206310,21175654:21200263,21176546:21197007,21177730:21178856,21179158:21190163,21179219:21185339', 'assoc_mat': '20025651:metal:4203:20135037,20039938:metal:4203:20277589,20045888:metal:4203:20149750,20073268:metal:4203:20162222,20104700:metal:4203:20194751,20115134:metal:4203:20199710,20119801:metal:4203:20208114,21136910:metal:4203:21270590,21139048:metal:4203:21334554,21172726:metal:4203:21218225,21172923:metal:4203:21216602,21172981:metal:4203:21214492,21173043:metal:4203:21210893,21173112:metal:4203:21210465,21173173:metal:4203:21209626,21173275:metal:4203:21208476,21173810:metal:4203:21206310,21175654:metal:4203:21200263,21176546:metal:4203:21197007,21177730:metal:4203:21178856,21179158:metal:4203:21190163,21179219:metal:4203:21185339'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.006102654632364746, 'nb_photo': 134, 'list_port_cont': '21168708,21168919,21169312,21169859,21170647,21172341,21172429,21172436,21172632,21172917,21173231,21173558,21173611,21173819,21174856,21174985,21175704,21176295,21176391,21176655,21176697,21177147,21177360,21179390,21182054,21182154,21182783,21183013,21184327,21184564,21184934,21185210,21185976,21185992,21186725,21186981,21187576,21187808,21188592,21188705,21189429,21189555,21190019,21190144,21190407,21190793,21191081,21191206,21191316,21191389,21191496,21191839,21191917,21192038,21192213,21192451,21192736,21192879,21193202,21193499,21193515,21194060,21194173,21194350,21195448,21195625,21196430,21196772,21197200,21197310,21198027,21198269,21198436,21198549,21198592,21198686,21198871,21199102,21199341,21199521,21199632,21200136,21200344,21200435,21201385,21201488,21201779,21201832,21202080,21202248,21202753,21204412,21204507', 'assoc_port': '21136895:21204507,21136903:21204412,21137504:21202753,21137515:21202248,21137517:21202080,21137527:21201832,21137535:21201779,21137547:21201488,21137551:21201385,21138552:21200435,21138554:21200344,21138577:21200136,21138593:21199632,21138594:21199521,21138599:21199341,21138604:21199102,21138605:21172917,21138613:21172632,21138619:21172436,21138623:21172429,21138723:21172341,21138736:21170647,21138767:21169859,21139034:21169312,21139039:21168919,21139042:21168708,21172733:21198871,21172848:21198686,21172861:21198592,21172862:21198549,21172883:21198436,21172894:21198269,21172927:21197310,21172938:21198027,21172939:21197200,21172954:21173231,21172963:21196772,21172979:21196430,21173023:21195625,21173042:21195448,21173127:21194350,21173141:21173558,21173160:21194173,21173179:21194060,21173238:21193515,21173241:21193499,21173258:21193202,21173273:21192879,21173307:21192736,21173309:21192451,21173314:21173611,21173315:21192213,21173318:21192038,21173321:21191917,21173326:21191839,21173328:21191496,21173330:2119138', 'assoc_mat': '21136895:metal:4207:21204507,21136903:metal:4207:21204412,21137504:metal:4207:21202753,21137515:metal:4207:21202248,21137517:metal:4207:21202080,21137527:metal:4207:21201832,21137535:metal:4207:21201779,21137547:metal:4207:21201488,21137551:metal:4207:21201385,21138552:metal:4207:21200435,21138554:metal:4207:21200344,21138577:metal:4207:21200136,21138593:metal:4207:21199632,21138594:metal:4207:21199521,21138599:metal:4207:21199341,21138604:metal:4207:21199102,21138605:metal:4207:21172917,21138613:metal:4207:21172632,21138619:metal:4207:21172436,21138623:metal:4207:21172429,21138723:metal:4207:21172341,21138736:metal:4207:21170647,21138767:metal:4207:21169859,21139034:metal:4207:21169312,21139039:metal:4207:21168919,21139042:metal:4207:21168708,21172733:metal:4207:21198871,21172848:metal:4207:21198686,21172861:metal:4207:21198592,21172862:metal:4207:21198549,21172883:metal:4207:21198436,21172894:metal:4207:21198269,21172927:metal:4207:21197310,21172938:metal:4207:21198027,21172939:metal:4207:21197200,21172954:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004106228629629611, 'nb_photo': 24, 'list_port_cont': '21173618,21174997,21177761,21183099,21192159,21193074,21195570,21196532,21200986,21201077,21202135,21203585,21204195,21206734,21206828,21208840,21209352,21209710,21210914,21211721,21216459,21270256,21270781,21273298', 'assoc_port': '21136906:21270256,21136912:21270781,21136947:21273298,21172906:21216459,21172987:21211721,21173021:21210914,21173142:21209710,21173181:21209352,21173268:21208840,21173272:21173618,21173324:21206828,21173335:21206734,21173875:21203585,21173882:21174997,21174789:21202135,21175013:21201077,21175033:21200986,21175588:21204195,21176576:21196532,21176882:21195570,21176914:21177761,21178395:21193074,21178495:21192159,21179430:21183099', 'assoc_mat': '21136906:metal:4461:21270256,21136912:metal:4461:21270781,21136947:metal:4461:21273298,21172906:metal:4461:21216459,21172987:metal:4461:21211721,21173021:metal:4461:21210914,21173142:metal:4461:21209710,21173181:metal:4461:21209352,21173268:metal:4461:21208840,21173272:metal:4461:21173618,21173324:metal:4461:21206828,21173335:metal:4461:21206734,21173875:metal:4461:21203585,21173882:metal:4461:21174997,21174789:metal:4461:21202135,21175013:metal:4461:21201077,21175033:metal:4461:21200986,21175588:metal:4461:21204195,21176576:metal:4461:21196532,21176882:metal:4461:21195570,21176914:metal:4461:21177761,21178395:metal:4461:21193074,21178495:metal:4461:21192159,21179430:metal:4461:21183099'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2129391462354815, 'nb_photo': 1334, 'list_port_cont': '21137258,21137285,21137604,21138155,21138507,21138680,21139966,21140022,21140729,21141141,21141631,21141781,21146774,21149885,21155311,21157122,21157453,21159110,21159377,21159724,21162412,21162598,21173424,21173955,21174105,21174130,21174164,21174340,21174399,21174712,21174891,21175220,21175508,21175770,21176017,21176246,21176717,21177048,21177164,21177275,21177529,21177962,21178139,21178272,21178695,21178881,21179119,21179233,21179413,21179520,21179554,21179595,21179840,21179855,21180090,21180148,21182450,21182519,21182981,21183076,21183144,21183749,21183877,21184014,21184379,21184557,21185067,21185198,21185404,21186004,21186280,21186752,21186817,21187399,21187660,21188522,21188671,21189113,21189268,21189461,21189716,21190123,21190519,21190699,21190999,21191395,21191625,21192049,21192400,21192626,21192884,21193377,21193624,21193850,21194242,21194498,21194680,21195005,21195314,21195532,21195994,21196648,21196915,21197658,21197887,21198214,21198470,21198737,21199066,21199308,21200286,21200393,21200547,2120091', 'assoc_port': '21136562:21137285,21136563:21137258,21136907:21162598,21136918:21162412,21136944:21137604,21137283:21159724,21137307:21159377,21137511:21159110,21137512:21157453,21137532:21157122,21137537:21155311,21137543:21138507,21137548:21138155,21137968:21138680,21138575:21149885,21138591:21146774,21138597:21141781,21138621:21141631,21138785:21141141,21139023:21140729,21139038:21140022,21139046:21139966,21172716:21207001,21172754:21206440,21172798:21206183,21172842:21205853,21172855:21205762,21172864:21205115,21172886:21206046,21172900:21205595,21172902:21205525,21172924:21204962,21172926:21205415,21172932:21173424,21172990:21204893,21173014:21204730,21173024:21204524,21173046:21204498,21173048:21204441,21173093:21204286,21173098:21204186,21173100:21203933,21173125:21203711,21173144:21203266,21173158:21203037,21173176:21202864,21173182:21202599,21173189:21202432,21173218:21202198,21173235:21202042,21173257:21201854,21173281:21201762,21173308:21201660,21173319:21201393,21173320:21200911,21173329:21174130,21173354:2117395', 'assoc_mat': '21136562:metal:4200:21137285,21136563:metal:4200:21137258,21136907:metal:4200:21162598,21136918:metal:4200:21162412,21136944:metal:4200:21137604,21137283:metal:4200:21159724,21137307:metal:4200:21159377,21137511:metal:4200:21159110,21137512:metal:4200:21157453,21137532:metal:4200:21157122,21137537:metal:4200:21155311,21137543:metal:4200:21138507,21137548:metal:4200:21138155,21137968:metal:4200:21138680,21138575:metal:4200:21149885,21138591:metal:4200:21146774,21138597:metal:4200:21141781,21138621:metal:4200:21141631,21138785:metal:4200:21141141,21139023:metal:4200:21140729,21139038:metal:4200:21140022,21139046:metal:4200:21139966,21172716:metal:4200:21207001,21172754:metal:4200:21206440,21172798:metal:4200:21206183,21172842:metal:4200:21205853,21172855:metal:4200:21205762,21172864:metal:4200:21205115,21172886:metal:4200:21206046,21172900:metal:4200:21205595,21172902:metal:4200:21205525,21172924:metal:4200:21204962,21172926:metal:4200:21205415,21172932:metal:4200:21173424,21172990:metal:4200:21204893,21173014:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026562462196736476, 'nb_photo': 1037, 'list_port_cont': '21173348,21173389,21173493,21173526,21174151,21174183,21174258,21174460,21174547,21174800,21175082,21175320,21175359,21175438,21175499,21175794,21176150,21176178,21176349,21176362,21176380,21176558,21176596,21176621,21176766,21176875,21177239,21177515,21177855,21177858,21178022,21178047,21178241,21178287,21178309,21178353,21178545,21178565,21178711,21178840,21179144,21179266,21179497,21179773,21179997,21180162,21180290,21180397,21180407,21180861,21182956,21183030,21183331,21183521,21184033,21184289,21184302,21184702,21184724,21185014,21185078,21185314,21185381,21185500,21185851,21185947,21186528,21187084,21187133,21187196,21187384,21188121,21188263,21188440,21188896,21190183,21190201,21190552,21190594,21190653,21190747,21190920,21191020,21191108,21191192,21191412,21191531,21192027,21192069,21192137,21192321,21192342,21192520,21192745,21192899,21192925,21192987,21192999,21193060,21193117,21193193,21193231,21193491,21193765,21193801,21193865,21193889,21194100,21194383,21194404,21194483,21194578,21194697,2119472', 'assoc_port': '19428659:21248561,19438276:21246950,19458329:21249052,19458789:21248808,19460977:21248685,19467828:21255776,19469398:21255277,19474557:21254390,19474561:21253855,19474563:21253337,19477264:21252251,19498629:21237903,19516423:21218506,19524618:21217132,19543451:21216031,19545200:21214725,19553301:21211516,19554129:21173389,19555141:21211412,19580444:21216704,19581718:21216406,19655151:21210040,19702409:21201891,19737247:21175438,19737437:21175320,19754761:21176349,19758171:21203730,19760878:21203813,19763328:21203572,19763356:21203423,19770002:21174460,19830361:21209019,19844397:21199459,19847173:21198847,19856581:21176875,19859427:21176766,19876106:21197824,19884822:21197186,19884847:21196974,19888799:21196735,19898891:21199891,19901747:21196170,19916125:21195360,19929105:21194887,19960824:21194383,19965567:21194100,19976778:21178565,19980529:21178545,19980532:21178711,19984107:21178353,20003495:21193765,20010529:21193231,20023443:21192520,20028249:21192069,20028256:21192137,20044538:21191020,20045058:2119092', 'assoc_mat': '19428659:metal:4209:21248561,19438276:metal:4209:21246950,19458329:metal:4209:21249052,19458789:metal:4209:21248808,19460977:metal:4209:21248685,19467828:metal:4209:21255776,19469398:metal:4209:21255277,19474557:metal:4209:21254390,19474561:metal:4209:21253855,19474563:metal:4209:21253337,19477264:metal:4209:21252251,19498629:metal:4209:21237903,19516423:metal:4209:21218506,19524618:metal:4209:21217132,19543451:metal:4209:21216031,19545200:metal:4209:21214725,19553301:metal:4209:21211516,19554129:metal:4209:21173389,19555141:metal:4209:21211412,19580444:metal:4209:21216704,19581718:metal:4209:21216406,19655151:metal:4209:21210040,19702409:metal:4209:21201891,19737247:metal:4209:21175438,19737437:metal:4209:21175320,19754761:metal:4209:21176349,19758171:metal:4209:21203730,19760878:metal:4209:21203813,19763328:metal:4209:21203572,19763356:metal:4209:21203423,19770002:metal:4209:21174460,19830361:metal:4209:21209019,19844397:metal:4209:21199459,19847173:metal:4209:21198847,19856581:metal:4209:21176875,19859427:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011738312561851892, 'nb_photo': 1242, 'list_port_cont': '20085670,20086290,20087147,20089334,20090314,20101298,20106734,20107652,20115916,20117045,20118962,20121973,20122966,20136823,20137461,20137832,20138102,20139827,20139882,20140010,20172575,20174662,20176344,20177629,20196605,20198253,20199597,20200521,20200554,20201330,20231834,20231867,20232928,20233481,20234053,20234167,20235857,20238859,20239143,21137401,21139188,21139672,21163814,21164183,21167760,21168283,21168635,21169503,21169950,21170448,21173778,21174279,21174614,21174828,21175193,21175350,21175563,21176006,21176321,21176642,21177067,21177124,21177431,21177551,21177830,21178154,21183047,21187039,21190056,21191098,21191342,21192665,21193182,21196650,21197039,21198756,21199205,21199650,21200205,21200297,21200772,21200900,21201153,21202541,21202712,21203069,21203538', 'assoc_port': '19859429:20174662,19954425:20176344,20014710:20196605,20015611:20177629,20023438:20198253,20023441:20199597,20026808:20200521,20031177:20200554,20036276:20201330,20036573:20231834,20039940:20232928,20042505:20231867,20042852:20233481,20044534:20234053,20045059:20234167,20046352:20235857,20047144:20238859,20048499:20239143,20049854:20172575,20063551:20140010,20068359:20139882,20070514:20139827,20071895:20138102,20073270:20137832,20074713:20101298,20076794:20090314,20079018:20089334,20083089:20086290,20083092:20085670,20085536:20087147,20101919:20137461,20105987:20107652,20106007:20106734,20108234:20136823,20115463:20115916,20116392:20117045,20118802:20118962,20121224:20122966,20121231:20121973,21136613:21137401,21137552:21139188,21137971:21170448,21138549:21169950,21138592:21169503,21138615:21168635,21138620:21168283,21138725:21167760,21138733:21164183,21138741:21163814,21139065:21139672,21172727:21203538,21172847:21203069,21172860:21202712,21172936:21173778,21172955:21202541,21173009:21201153,21173010:2120090', 'assoc_mat': '19859429:metal:4211:20174662,19954425:metal:4211:20176344,20014710:metal:4211:20196605,20015611:metal:4211:20177629,20023438:metal:4211:20198253,20023441:metal:4211:20199597,20026808:metal:4211:20200521,20031177:metal:4211:20200554,20036276:metal:4211:20201330,20036573:metal:4211:20231834,20039940:metal:4211:20232928,20042505:metal:4211:20231867,20042852:metal:4211:20233481,20044534:metal:4211:20234053,20045059:metal:4211:20234167,20046352:metal:4211:20235857,20047144:metal:4211:20238859,20048499:metal:4211:20239143,20049854:metal:4211:20172575,20063551:metal:4211:20140010,20068359:metal:4211:20139882,20070514:metal:4211:20139827,20071895:metal:4211:20138102,20073270:metal:4211:20137832,20074713:metal:4211:20101298,20076794:metal:4211:20090314,20079018:metal:4211:20089334,20083089:metal:4211:20086290,20083092:metal:4211:20085670,20085536:metal:4211:20087147,20101919:metal:4211:20137461,20105987:metal:4211:20107652,20106007:metal:4211:20106734,20108234:metal:4211:20136823,20115463:metal:4211:20115916,20116392:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00012625157478808447, 'nb_photo': 2, 'list_port_cont': '19544800,20083825', 'assoc_port': '19544335:19544800,20082400:20083825', 'assoc_mat': '19544335:metal:3327:19544800,20082400:metal:3327:20083825'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012771578929116382, 'nb_photo': 65, 'list_port_cont': '21137123,21137355,21137701,21137896,21137929,21138309,21138648,21138827,21139518,21139899,21173207,21173754,21178132,21180359,21180990,21181408', 'assoc_port': '21136601:21139899,21136603:21139518,21136617:21138827,21136619:21138648,21136621:21137929,21136624:21137896,21136628:21137701,21136633:21137355,21136639:21138309,21136640:21137123,21172933:21173207,21173139:21173754,21177716:21180990,21177717:21180359,21177725:21178132,21179437:21181408', 'assoc_mat': '21136601:metal:3594:21139899,21136603:metal:3594:21139518,21136617:metal:3594:21138827,21136619:metal:3594:21138648,21136621:metal:3594:21137929,21136624:metal:3594:21137896,21136628:metal:3594:21137701,21136633:metal:3594:21137355,21136639:metal:3594:21138309,21136640:metal:3594:21137123,21172933:metal:3594:21173207,21173139:metal:3594:21173754,21177716:metal:3594:21180990,21177717:metal:3594:21180359,21177725:metal:3594:21178132,21179437:metal:3594:21181408'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.027945931174335498, 'nb_photo': 3958, 'list_port_cont': '19372015,19388691,19419723,19433574,19434056,19436614,19446664,19465979,19490506,19512815,19516746,19521916,19530881,19543588,19629747,19698192,19712444,19728356,19730886,19742206,19780730,19826826,19868756,19870938,19905911,19909743,19927331,19929755,19934409,19939956,19945344,19966772,19982748,20119952,20136838,20147010,20149140,20150769,20164734,20166274,20194350,20199884,21173416,21174316,21175721,21193344,21193917,21199089,21199581,21201306,21202827,21205234,21207495,21209158,21209871,21210638,21210981,21211538,21214760,21216422,21216432,21217559,21271155,21274189,21274621,21286099,21286770,21288177,21331242,21334966,21335678', 'assoc_port': '19371330:19372015,19388376:19388691,19410818:19419723,19431292:19434056,19432610:19433574,19434928:19436614,19441323:19446664,19465715:19465979,19472282:19490506,19477740:19521916,19503121:19512815,19508552:19516746,19518156:19530881,19542922:19543588,19557292:21210981,19595770:19629747,19664408:19698192,19694911:19712444,19697095:19728356,19703072:19730886,19736178:19742206,19762344:19780730,19798177:19826826,19828904:19868756,19830365:19870938,19844075:19905911,19845009:19909743,19854016:19927331,19888797:19939956,19897039:19945344,19903192:19966772,19929091:19934409,19929173:19929755,19981942:19982748,20014713:20119952,20026814:20136838,20038211:20147010,20043627:20149140,20049858:20150769,20074722:20164734,20076786:20166274,20102661:20194350,20116393:20199884,21136917:21271155,21137275:21274189,21137301:21274621,21137314:21331242,21138587:21334966,21138610:21286099,21138611:21286770,21138728:21335678,21138752:21288177,21172809:21217559,21172887:21216422,21172892:21216432,21172928:21214760,21172991:2121153', 'assoc_mat': '19371330:papier:4205:19372015,19388376:papier:4205:19388691,19410818:papier:4205:19419723,19431292:papier:4205:19434056,19432610:papier:4205:19433574,19434928:papier:4205:19436614,19441323:papier:4205:19446664,19465715:papier:4205:19465979,19472282:papier:4205:19490506,19477740:papier:4205:19521916,19503121:papier:4205:19512815,19508552:papier:4205:19516746,19518156:papier:4205:19530881,19542922:papier:4205:19543588,19557292:papier:4205:21210981,19595770:papier:4205:19629747,19664408:papier:4205:19698192,19694911:papier:4205:19712444,19697095:papier:4205:19728356,19703072:papier:4205:19730886,19736178:papier:4205:19742206,19762344:papier:4205:19780730,19798177:papier:4205:19826826,19828904:papier:4205:19868756,19830365:papier:4205:19870938,19844075:papier:4205:19905911,19845009:papier:4205:19909743,19854016:papier:4205:19927331,19888797:papier:4205:19939956,19897039:papier:4205:19945344,19903192:papier:4205:19966772,19929091:papier:4205:19934409,19929173:papier:4205:19929755,19981942:papier:4205:19982748,2001'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010125894441581362, 'nb_photo': 1618, 'list_port_cont': '20135036,20149744,20162228,20194745,20199703,20208101,20277590,21178858,21185335,21190167,21197022,21200264,21206305,21208481,21209631,21210457,21210907,21214503,21216604,21218218,21270595,21334565', 'assoc_port': '20025651:20135036,20039938:20277590,20045888:20149744,20073268:20162228,20104700:20194745,20115134:20199703,20119801:20208101,21136910:21270595,21139048:21334565,21172726:21218218,21172923:21216604,21172981:21214503,21173043:21210907,21173112:21210457,21173173:21209631,21173275:21208481,21173810:21206305,21175654:21200264,21176546:21197022,21177730:21178858,21179158:21190167,21179219:21185335', 'assoc_mat': '20025651:papier:4203:20135036,20039938:papier:4203:20277590,20045888:papier:4203:20149744,20073268:papier:4203:20162228,20104700:papier:4203:20194745,20115134:papier:4203:20199703,20119801:papier:4203:20208101,21136910:papier:4203:21270595,21139048:papier:4203:21334565,21172726:papier:4203:21218218,21172923:papier:4203:21216604,21172981:papier:4203:21214503,21173043:papier:4203:21210907,21173112:papier:4203:21210457,21173173:papier:4203:21209631,21173275:papier:4203:21208481,21173810:papier:4203:21206305,21175654:papier:4203:21200264,21176546:papier:4203:21197022,21177730:papier:4203:21178858,21179158:papier:4203:21190167,21179219:papier:4203:21185335'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04531627209538511, 'nb_photo': 14869, 'list_port_cont': '19370188,19370578,19393740,19410152,19410492,19429283,19451094,19461154,19520523,19543510,19571180,19630950,19638673,19641422,19693355,19694347,19702912,19703044,19734412,19750345,19762948,19820194,19825571,19843488,19930659,19931073,19958872,20068488,20112735,20114744,21137480,21137783,21168528,21168672,21168704,21168908,21169316,21169375,21169802,21169865,21170035,21170640,21170836,21170981,21172330,21172424,21172444,21172530,21172633,21172908,21173226,21173374,21173551,21173612,21173826,21174073,21174205,21174564,21174852,21174973,21175212,21175386,21175535,21175697,21175712,21175847,21176072,21176292,21176397,21176647,21176709,21176733,21176994,21177148,21177349,21177459,21177648,21177884,21177984,21178055,21178169,21178486,21178797,21178947,21179277,21179379,21179535,21179734,21179809,21180067,21181002,21181115,21181255,21181326,21181373,21181639,21182049,21182163,21182302,21182439,21182793,21183023,21184231,21184330,21184470,21184567,21184774,21184940,21185202,21185363,21185544,21185795,21185977,2118598', 'assoc_port': '19370012:19370188,19370527:19370578,19393354:19393740,19409943:19410152,19410363:19410492,19429020:19429283,19450726:19451094,19460980:19461154,19520063:19520523,19543455:19543510,19571019:19571180,19630156:19630950,19637611:19638673,19640302:19641422,19693114:19693355,19694237:19694347,19702412:19703044,19702414:19702912,19734227:19734412,19750179:19750345,19762340:19762948,19819066:19820194,19824209:19825571,19843219:19843488,19929081:19931073,19929097:19930659,19958105:19958872,20066052:20068488,20110612:20112735,20113526:20114744,21136895:21204520,21136900:21204472,21136903:21204415,21136908:21204355,21136913:21204265,21136923:21204132,21136946:21137480,21137243:21203557,21137245:21203403,21137252:21203178,21137272:21203054,21137277:21203005,21137306:21202902,21137315:21202832,21137504:21202745,21137505:21202593,21137507:21202487,21137508:21202340,21137515:21202252,21137517:21202079,21137521:21201925,21137527:21201829,21137531:21201809,21137535:21201780,21137545:21201675,21137547:21201501,21137551:2120137', 'assoc_mat': '19370012:papier:4207:19370188,19370527:papier:4207:19370578,19393354:papier:4207:19393740,19409943:papier:4207:19410152,19410363:papier:4207:19410492,19429020:papier:4207:19429283,19450726:papier:4207:19451094,19460980:papier:4207:19461154,19520063:papier:4207:19520523,19543455:papier:4207:19543510,19571019:papier:4207:19571180,19630156:papier:4207:19630950,19637611:papier:4207:19638673,19640302:papier:4207:19641422,19693114:papier:4207:19693355,19694237:papier:4207:19694347,19702412:papier:4207:19703044,19702414:papier:4207:19702912,19734227:papier:4207:19734412,19750179:papier:4207:19750345,19762340:papier:4207:19762948,19819066:papier:4207:19820194,19824209:papier:4207:19825571,19843219:papier:4207:19843488,19929081:papier:4207:19931073,19929097:papier:4207:19930659,19958105:papier:4207:19958872,20066052:papier:4207:20068488,20110612:papier:4207:20112735,20113526:papier:4207:20114744,21136895:papier:4207:21204520,21136900:papier:4207:21204472,21136903:papier:4207:21204415,21136908:papier:4207:21204355,2113'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21232816853617137, 'nb_photo': 85981, 'list_port_cont': '19382633,21138322,21173626,21173973,21174219,21175012,21175876,21176088,21176260,21177006,21177316,21177678,21177755,21178216,21178439,21178762,21179346,21179689,21179866,21180186,21183104,21183285,21183399,21183567,21183935,21184091,21184613,21185523,21185907,21186377,21186906,21187923,21188554,21188813,21190276,21190336,21190428,21190856,21190878,21191217,21191439,21191723,21191876,21192109,21192162,21192548,21192763,21193016,21193073,21193309,21193445,21193735,21194037,21194259,21194353,21194449,21194597,21194786,21194828,21195179,21195572,21195634,21195910,21196059,21196256,21196536,21196709,21197232,21197300,21197832,21197950,21198092,21198170,21198630,21199136,21199215,21199368,21199537,21199688,21199842,21199988,21200100,21200638,21200987,21201089,21201168,21201422,21201482,21201634,21201967,21202136,21202505,21202551,21202690,21202763,21202935,21203297,21203448,21203581,21203751,21203849,21203899,21203980,21204050,21204192,21205035,21205250,21205310,21205357,21206060,21206242,21206480,21206613,2120666', 'assoc_port': '19377397:19382633,21136554:21263441,21136557:21303115,21136564:21302595,21136602:21302368,21136634:21301980,21136642:21264074,21136896:21269763,21136901:21270085,21136906:21270266,21136912:21270787,21136915:21272021,21136922:21299616,21136927:21299514,21136947:21273306,21136954:21273444,21136958:21138322,21137241:21273697,21137247:21274199,21137270:21274488,21137274:21274444,21137281:21275732,21137304:21276277,21137310:21294488,21137324:21277729,21137506:21278073,21137516:21278627,21137526:21292409,21137530:21279573,21137540:21279875,21137549:21280368,21137571:21281058,21137953:21281396,21137956:21281666,21137960:21282508,21137965:21282793,21137972:21294268,21138545:21283915,21138553:21295280,21138576:21284779,21138582:21285561,21138589:21286173,21138595:21286352,21138602:21286695,21138609:21286856,21138616:21290773,21138625:21288147,21138724:21287469,21138734:21286638,21138739:21286442,21138746:21286275,21138760:21298146,21138774:21286142,21138796:21285640,21139022:21284275,21139024:21284661,21139033:2128447', 'assoc_mat': '19377397:papier:4461:19382633,21136554:papier:4461:21263441,21136557:papier:4461:21303115,21136564:papier:4461:21302595,21136602:papier:4461:21302368,21136634:papier:4461:21301980,21136642:papier:4461:21264074,21136896:papier:4461:21269763,21136901:papier:4461:21270085,21136906:papier:4461:21270266,21136912:papier:4461:21270787,21136915:papier:4461:21272021,21136922:papier:4461:21299616,21136927:papier:4461:21299514,21136947:papier:4461:21273306,21136954:papier:4461:21273444,21136958:papier:4461:21138322,21137241:papier:4461:21273697,21137247:papier:4461:21274199,21137270:papier:4461:21274488,21137274:papier:4461:21274444,21137281:papier:4461:21275732,21137304:papier:4461:21276277,21137310:papier:4461:21294488,21137324:papier:4461:21277729,21137506:papier:4461:21278073,21137516:papier:4461:21278627,21137526:papier:4461:21292409,21137530:papier:4461:21279573,21137540:papier:4461:21279875,21137549:papier:4461:21280368,21137571:papier:4461:21281058,21137953:papier:4461:21281396,21137956:papier:4461:21281666,2113'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01682368503151378, 'nb_photo': 2060, 'list_port_cont': '21137267,21137289,21137611,21138144,21138510,21138684,21139969,21140018,21140730,21141142,21141629,21141777,21146762,21149891,21155318,21157132,21157449,21159117,21159370,21159728,21162398,21162599,21173425,21173971,21174103,21174127,21174162,21174334,21174392,21174705,21174890,21175223,21175507,21175780,21176022,21176251,21176727,21177043,21177160,21177283,21177528,21177976,21178142,21178196,21178271,21178690,21178877,21179128,21179228,21179408,21179522,21179558,21179589,21179834,21179848,21180088,21180149,21182446,21182509,21182992,21183075,21183129,21183735,21183880,21184008,21184376,21184547,21185065,21185194,21185402,21186012,21186294,21186745,21186811,21187403,21187664,21187998,21188510,21188674,21189109,21189256,21189463,21189717,21190117,21190522,21190706,21191000,21191400,21191623,21192057,21192399,21192612,21192893,21193385,21193630,21193852,21194243,21194502,21194677,21195009,21195320,21195538,21195988,21196637,21196917,21197666,21197891,21198212,21198475,21198732,21199060,21199309,21200271,2120038', 'assoc_port': '21136562:21137289,21136563:21137267,21136907:21162599,21136918:21162398,21136944:21137611,21137283:21159728,21137307:21159370,21137511:21159117,21137512:21157449,21137532:21157132,21137537:21155318,21137543:21138510,21137548:21138144,21137968:21138684,21138575:21149891,21138591:21146762,21138597:21141777,21138621:21141629,21138785:21141142,21139023:21140730,21139038:21140018,21139046:21139969,21172716:21207009,21172754:21206444,21172798:21206180,21172842:21205862,21172855:21205753,21172864:21205105,21172886:21206057,21172900:21205590,21172902:21205523,21172924:21204960,21172926:21205400,21172932:21173425,21172990:21204889,21173014:21204733,21173024:21204529,21173046:21204497,21173048:21204436,21173093:21204288,21173098:21204174,21173100:21203932,21173125:21203698,21173144:21203275,21173158:21203035,21173176:21202876,21173182:21202608,21173189:21202441,21173218:21202200,21173235:21202049,21173257:21201856,21173281:21201768,21173308:21201666,21173319:21201402,21173320:21200908,21173329:21174127,21173354:2117397', 'assoc_mat': '21136562:papier:4200:21137289,21136563:papier:4200:21137267,21136907:papier:4200:21162599,21136918:papier:4200:21162398,21136944:papier:4200:21137611,21137283:papier:4200:21159728,21137307:papier:4200:21159370,21137511:papier:4200:21159117,21137512:papier:4200:21157449,21137532:papier:4200:21157132,21137537:papier:4200:21155318,21137543:papier:4200:21138510,21137548:papier:4200:21138144,21137968:papier:4200:21138684,21138575:papier:4200:21149891,21138591:papier:4200:21146762,21138597:papier:4200:21141777,21138621:papier:4200:21141629,21138785:papier:4200:21141142,21139023:papier:4200:21140730,21139038:papier:4200:21140018,21139046:papier:4200:21139969,21172716:papier:4200:21207009,21172754:papier:4200:21206444,21172798:papier:4200:21206180,21172842:papier:4200:21205862,21172855:papier:4200:21205753,21172864:papier:4200:21205105,21172886:papier:4200:21206057,21172900:papier:4200:21205590,21172902:papier:4200:21205523,21172924:papier:4200:21204960,21172926:papier:4200:21205400,21172932:papier:4200:21173425,2117'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.8992694447610192, 'nb_photo': 2, 'list_port_cont': '20368538', 'assoc_port': '19960824:20368538', 'assoc_mat': '19960824:papier:3726:20368538'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.047227417563077474, 'nb_photo': 5365, 'list_port_cont': '19428721,19438776,19458521,19459002,19461398,19468102,19470018,19475335,19475494,19498944,19500761,19506308,19517069,19518499,19524966,19543540,19545579,19553494,19554319,19558509,19562185,19571269,19581208,19583050,19598791,19656568,19660853,19703241,19735561,19737301,19737702,19756313,19759038,19762193,19764125,19764281,19771093,19778741,19831678,19845164,19847532,19857701,19860741,19885708,19889377,19899700,19911400,19917009,19930480,19965959,19976977,19981046,19983809,19985099,20005472,20012071,20018071,20023856,20028645,20028667,20044701,20047368,20048838,20050757,20052206,20064625,20072559,20076483,20084096,20116409,20117089,20118266,20122385', 'assoc_port': '19428659:19428721,19438276:19438776,19458329:19458521,19458789:19459002,19460977:19461398,19467828:19468102,19469398:19470018,19474561:19475494,19474563:19475335,19498629:19498944,19500653:19500761,19505863:19506308,19516423:19518499,19516780:19517069,19524618:19524966,19543451:19543540,19545200:19545579,19553301:19553494,19554129:19554319,19555141:19562185,19558298:19558509,19571015:19571269,19580444:19581208,19581718:19583050,19598090:19598791,19655151:19656568,19659858:19660853,19702409:19703241,19735437:19735561,19737247:19737301,19737437:19737702,19754761:19756313,19758171:19759038,19760878:19778741,19760884:19762193,19763328:19764281,19763356:19764125,19770002:19771093,19830361:19831678,19844397:19845164,19847173:19847532,19856581:19857701,19859427:19860741,19876106:19911400,19884847:19885708,19888799:19889377,19898891:19899700,19916125:19917009,19929105:19930480,19965567:19965959,19976778:19976977,19980529:19983809,19980532:19981046,19984107:19985099,20003495:20005472,20010529:20012071,20017062:2001807', 'assoc_mat': '19428659:papier:4207:19428721,19438276:papier:4207:19438776,19458329:papier:4207:19458521,19458789:papier:4207:19459002,19460977:papier:4207:19461398,19467828:papier:4207:19468102,19469398:papier:4207:19470018,19474561:papier:4207:19475494,19474563:papier:4207:19475335,19498629:papier:4207:19498944,19500653:papier:4207:19500761,19505863:papier:4207:19506308,19516423:papier:4207:19518499,19516780:papier:4207:19517069,19524618:papier:4207:19524966,19543451:papier:4207:19543540,19545200:papier:4207:19545579,19553301:papier:4207:19553494,19554129:papier:4207:19554319,19555141:papier:4207:19562185,19558298:papier:4207:19558509,19571015:papier:4207:19571269,19580444:papier:4207:19581208,19581718:papier:4207:19583050,19598090:papier:4207:19598791,19655151:papier:4207:19656568,19659858:papier:4207:19660853,19702409:papier:4207:19703241,19735437:papier:4207:19735561,19737247:papier:4207:19737301,19737437:papier:4207:19737702,19754761:papier:4207:19756313,19758171:papier:4207:19759038,19760878:papier:4207:19778741,1976'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.8996205312804136, 'nb_photo': 186856, 'list_port_cont': '21173340,21173391,21173490,21173518,21173903,21174057,21174146,21174185,21174250,21174461,21174476,21174554,21174804,21175077,21175098,21175330,21175356,21175430,21175501,21175793,21176146,21176186,21176345,21176360,21176368,21176408,21176563,21176597,21176628,21176763,21176861,21177204,21177245,21177517,21177594,21177854,21177868,21178041,21178046,21178109,21178247,21178288,21178311,21178348,21178550,21178571,21178716,21178846,21179139,21179258,21179292,21179499,21179732,21179768,21179984,21180066,21180106,21180174,21180279,21180401,21180414,21180866,21182947,21183027,21183335,21183518,21183719,21183857,21184030,21184188,21184281,21184307,21184694,21184730,21184881,21185013,21185081,21185234,21185306,21185378,21185496,21185844,21185941,21186251,21186403,21186524,21187089,21187146,21187184,21187305,21187383,21188114,21188255,21188444,21188611,21188899,21189105,21190189,21190191,21190546,21190604,21190651,21190748,21190922,21190988,21191017,21191115,21191200,21191241,21191336,21191424,21191539,21191756,2119196', 'assoc_port': '19428659:21248557,19438276:21246939,19458329:21249066,19458789:21248803,19460977:21248686,19467828:21255766,19469398:21255266,19474557:21254382,19474561:21253856,19474563:21253341,19477264:21252245,19498629:21237900,19500653:21235956,19505863:21234099,19516423:21218514,19516780:21218407,19524618:21217133,19543451:21216032,19545200:21214734,19553301:21211528,19554129:21173391,19555141:21211407,19558298:21211033,19571015:21216945,19580444:21216706,19581718:21216408,19598090:21173903,19655151:21210050,19659858:21209747,19702409:21201900,19735437:21205207,19737247:21175430,19737437:21175330,19754761:21176345,19758171:21203734,19760878:21203815,19760884:21203653,19763328:21203568,19763356:21203424,19770002:21174461,19830361:21209021,19844397:21199461,19847173:21198851,19856581:21176861,19859427:21176763,19876106:21197820,19884822:21197190,19884847:21196983,19888799:21196748,19898891:21199898,19901747:21196164,19916125:21195372,19929105:21194892,19960824:21194384,19965567:21194095,19976778:21178571,19980529:2117855', 'assoc_mat': '19428659:papier:4209:21248557,19438276:papier:4209:21246939,19458329:papier:4209:21249066,19458789:papier:4209:21248803,19460977:papier:4209:21248686,19467828:papier:4209:21255766,19469398:papier:4209:21255266,19474557:papier:4209:21254382,19474561:papier:4209:21253856,19474563:papier:4209:21253341,19477264:papier:4209:21252245,19498629:papier:4209:21237900,19500653:papier:4209:21235956,19505863:papier:4209:21234099,19516423:papier:4209:21218514,19516780:papier:4209:21218407,19524618:papier:4209:21217133,19543451:papier:4209:21216032,19545200:papier:4209:21214734,19553301:papier:4209:21211528,19554129:papier:4209:21173391,19555141:papier:4209:21211407,19558298:papier:4209:21211033,19571015:papier:4209:21216945,19580444:papier:4209:21216706,19581718:papier:4209:21216408,19598090:papier:4209:21173903,19655151:papier:4209:21210050,19659858:papier:4209:21209747,19702409:papier:4209:21201900,19735437:papier:4209:21205207,19737247:papier:4209:21175430,19737437:papier:4209:21175330,19754761:papier:4209:21176345,1975'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01047264137403709, 'nb_photo': 12386, 'list_port_cont': '20085669,20086291,20087135,20089333,20090310,20101312,20106742,20107654,20115904,20117055,20118953,20121967,20122972,20136820,20137453,20137826,20138108,20139833,20139891,20140021,20172569,20174664,20176347,20177625,20196613,20198257,20199595,20200517,20200558,20201317,20231847,20231877,20232924,20233477,20234051,20234170,20235869,20238860,20239130,21137410,21139179,21139679,21163807,21164171,21167765,21168284,21168634,21169495,21169962,21170441,21173767,21174280,21174611,21174821,21175199,21175337,21175570,21176001,21176319,21176633,21177068,21177125,21177421,21177562,21177825,21178153,21183060,21187034,21190064,21191087,21191341,21192660,21193167,21196656,21197023,21198753,21199202,21199643,21200201,21200298,21200776,21200888,21201143,21202542,21202716,21203075,21203531', 'assoc_port': '19859429:20174664,19954425:20176347,20014710:20196613,20015611:20177625,20023438:20198257,20023441:20199595,20026808:20200517,20031177:20200558,20036276:20201317,20036573:20231847,20039940:20232924,20042505:20231877,20042852:20233477,20044534:20234051,20045059:20234170,20046352:20235869,20047144:20238860,20048499:20239130,20049854:20172569,20063551:20140021,20068359:20139891,20070514:20139833,20071895:20138108,20073270:20137826,20074713:20101312,20076794:20090310,20079018:20089333,20083089:20086291,20083092:20085669,20085536:20087135,20101919:20137453,20105987:20107654,20106007:20106742,20108234:20136820,20115463:20115904,20116392:20117055,20118802:20118953,20121224:20122972,20121231:20121967,21136613:21137410,21137552:21139179,21137971:21170441,21138549:21169962,21138592:21169495,21138615:21168634,21138620:21168284,21138725:21167765,21138733:21164171,21138741:21163807,21139065:21139679,21172727:21203531,21172847:21203075,21172860:21202716,21172936:21173767,21172955:21202542,21173009:21201143,21173010:2120088', 'assoc_mat': '19859429:papier:4211:20174664,19954425:papier:4211:20176347,20014710:papier:4211:20196613,20015611:papier:4211:20177625,20023438:papier:4211:20198257,20023441:papier:4211:20199595,20026808:papier:4211:20200517,20031177:papier:4211:20200558,20036276:papier:4211:20201317,20036573:papier:4211:20231847,20039940:papier:4211:20232924,20042505:papier:4211:20231877,20042852:papier:4211:20233477,20044534:papier:4211:20234051,20045059:papier:4211:20234170,20046352:papier:4211:20235869,20047144:papier:4211:20238860,20048499:papier:4211:20239130,20049854:papier:4211:20172569,20063551:papier:4211:20140021,20068359:papier:4211:20139891,20070514:papier:4211:20139833,20071895:papier:4211:20138108,20073270:papier:4211:20137826,20074713:papier:4211:20101312,20076794:papier:4211:20090310,20079018:papier:4211:20089333,20083089:papier:4211:20086291,20083092:papier:4211:20085669,20085536:papier:4211:20087135,20101919:papier:4211:20137453,20105987:papier:4211:20107654,20106007:papier:4211:20106742,20108234:papier:4211:20136820,2011'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011033627314516818, 'nb_photo': 658, 'list_port_cont': '19370773,19371788,19371877,19373426,19373911,19374918,19375355,19376902,19387747,19387895,19388335,19389889,19392268,19394714,19395415,19396182,19397519,19398157,19398272,19398356,19410176,19410205,19411155,19411513,19417317,19429579,19430872,19438030,19440874,19442084,19446604,19451287,19453874,19456968,19457020,19457927,19459117,19460529,19461750,19467304,19468233,19469037,19470588,19471578,19476487,19476598,19477108,19478657,19481509,19488504,19490571,19499581,19500270,19500982,19501966,19503520,19503935,19504976,19505823,19508871,19509792,19510542,19517095,19517595,19519869,19522157,19525162,19525973,19526082,19528330,19543067,19543576,19544791,19546490,19549262,19553241,19553586,19553731,19556479,19556850,19557588,19571370,19578500,19581505,19591328,19625705,19631780,19634542,19638831,19643553,19648146,19649938,19652677,19661681,19661992,19665841,19693338,19693703,19694551,19695227,19696419,19696812,19696936,19704956,19707978,19710093,19711159,19711769,19717313,19731265,19732638,19733482,19734506,1973531', 'assoc_port': '19370526:19370773,19371333:19371877,19371343:19371788,19372923:19373426,19373268:19373911,19374328:19374918,19375083:19375355,19376390:19376902,19387141:19387895,19387145:19387747,19388090:19388335,19389027:19389889,19391357:19392268,19394321:19394714,19395028:19395415,19395733:19396182,19397312:19397519,19397892:19398356,19397895:19398272,19397897:19398157,19409765:19410205,19409945:19410176,19410821:19411155,19411325:19411513,19416274:19417317,19429023:19429579,19430628:19430872,19437328:19438030,19440217:19440874,19441325:19442084,19445899:19446604,19450721:19451287,19453210:19453874,19456526:19457020,19456531:19456968,19457586:19457927,19458788:19459117,19460251:19460529,19460972:19461750,19466863:19467304,19467832:19468233,19468804:19469037,19470120:19470588,19470642:19471578,19474556:19476598,19474562:19476487,19475793:19477108,19477745:19478657,19480446:19481509,19487950:19488504,19489650:19490571,19499279:19499581,19499909:19500270,19500656:19500982,19501674:19501966,19503118:19503520,19503742:1950393', 'assoc_mat': '19370526:papier:3327:19370773,19371333:papier:3327:19371877,19371343:papier:3327:19371788,19372923:papier:3327:19373426,19373268:papier:3327:19373911,19374328:papier:3327:19374918,19375083:papier:3327:19375355,19376390:papier:3327:19376902,19387141:papier:3327:19387895,19387145:papier:3327:19387747,19388090:papier:3327:19388335,19389027:papier:3327:19389889,19391357:papier:3327:19392268,19394321:papier:3327:19394714,19395028:papier:3327:19395415,19395733:papier:3327:19396182,19397312:papier:3327:19397519,19397892:papier:3327:19398356,19397895:papier:3327:19398272,19397897:papier:3327:19398157,19409765:papier:3327:19410205,19409945:papier:3327:19410176,19410821:papier:3327:19411155,19411325:papier:3327:19411513,19416274:papier:3327:19417317,19429023:papier:3327:19429579,19430628:papier:3327:19430872,19437328:papier:3327:19438030,19440217:papier:3327:19440874,19441325:papier:3327:19442084,19445899:papier:3327:19446604,19450721:papier:3327:19451287,19453210:papier:3327:19453874,19456526:papier:3327:19457020,1945'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0894301983532235, 'nb_photo': 2418, 'list_port_cont': '21137116,21137353,21137645,21137706,21137893,21137923,21138312,21138647,21138829,21139123,21139221,21139521,21139896,21173214,21173760,21178125,21180121,21180360,21180989,21181405', 'assoc_port': '21136601:21139896,21136603:21139521,21136606:21139221,21136608:21139123,21136617:21138829,21136619:21138647,21136621:21137923,21136624:21137893,21136628:21137706,21136630:21137645,21136633:21137353,21136639:21138312,21136640:21137116,21172933:21173214,21173139:21173760,21177656:21180121,21177716:21180989,21177717:21180360,21177725:21178125,21179437:21181405', 'assoc_mat': '21136601:papier:3594:21139896,21136603:papier:3594:21139521,21136606:papier:3594:21139221,21136608:papier:3594:21139123,21136617:papier:3594:21138829,21136619:papier:3594:21138647,21136621:papier:3594:21137923,21136624:papier:3594:21137893,21136628:papier:3594:21137706,21136630:papier:3594:21137645,21136633:papier:3594:21137353,21136639:papier:3594:21138312,21136640:papier:3594:21137116,21172933:papier:3594:21173214,21173139:papier:3594:21173760,21177656:papier:3594:21180121,21177716:papier:3594:21180989,21177717:papier:3594:21180360,21177725:papier:3594:21178125,21179437:papier:3594:21181405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.008965795971488033, 'nb_photo': 99, 'list_port_cont': '21173445,21174323,21175725,21193912,21199090,21199576,21201312,21202809,21205221,21207485,21209160,21209859,21210642,21210979,21211533,21214766,21216437,21217553,21271151,21274181,21274625,21286093,21286782,21288173,21331244,21334967,21335686', 'assoc_port': '19557292:21210979,21136917:21271151,21137275:21274181,21137301:21274625,21137314:21331244,21138587:21334967,21138610:21286093,21138611:21286782,21138728:21335686,21138752:21288173,21172809:21217553,21172892:21216437,21172928:21214766,21172991:21211533,21173019:21210642,21173097:21173445,21173138:21209859,21173188:21209160,21173311:21207485,21173834:21205221,21173886:21174323,21174765:21202809,21174967:21201312,21175051:21175725,21175674:21199576,21175914:21199090,21177708:21193912', 'assoc_mat': '19557292:pehd:4205:21210979,21136917:pehd:4205:21271151,21137275:pehd:4205:21274181,21137301:pehd:4205:21274625,21137314:pehd:4205:21331244,21138587:pehd:4205:21334967,21138610:pehd:4205:21286093,21138611:pehd:4205:21286782,21138728:pehd:4205:21335686,21138752:pehd:4205:21288173,21172809:pehd:4205:21217553,21172892:pehd:4205:21216437,21172928:pehd:4205:21214766,21172991:pehd:4205:21211533,21173019:pehd:4205:21210642,21173097:pehd:4205:21173445,21173138:pehd:4205:21209859,21173188:pehd:4205:21209160,21173311:pehd:4205:21207485,21173834:pehd:4205:21205221,21173886:pehd:4205:21174323,21174765:pehd:4205:21202809,21174967:pehd:4205:21201312,21175051:pehd:4205:21175725,21175674:pehd:4205:21199576,21175914:pehd:4205:21199090,21177708:pehd:4205:21193912'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0028984812727008372, 'nb_photo': 176, 'list_port_cont': '20135045,20149735,20162232,20194746,20199715,20208111,20277585,21178862,21185328,21190174,21197017,21200256,21206314,21208480,21209635,21210467,21210906,21214504,21216597,21218228,21270585,21334555', 'assoc_port': '20025651:20135045,20039938:20277585,20045888:20149735,20073268:20162232,20104700:20194746,20115134:20199715,20119801:20208111,21136910:21270585,21139048:21334555,21172726:21218228,21172923:21216597,21172981:21214504,21173043:21210906,21173112:21210467,21173173:21209635,21173275:21208480,21173810:21206314,21175654:21200256,21176546:21197017,21177730:21178862,21179158:21190174,21179219:21185328', 'assoc_mat': '20025651:pehd:4203:20135045,20039938:pehd:4203:20277585,20045888:pehd:4203:20149735,20073268:pehd:4203:20162232,20104700:pehd:4203:20194746,20115134:pehd:4203:20199715,20119801:pehd:4203:20208111,21136910:pehd:4203:21270585,21139048:pehd:4203:21334555,21172726:pehd:4203:21218228,21172923:pehd:4203:21216597,21172981:pehd:4203:21214504,21173043:pehd:4203:21210906,21173112:pehd:4203:21210467,21173173:pehd:4203:21209635,21173275:pehd:4203:21208480,21173810:pehd:4203:21206314,21175654:pehd:4203:21200256,21176546:pehd:4203:21197017,21177730:pehd:4203:21178862,21179158:pehd:4203:21190174,21179219:pehd:4203:21185328'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004927704602130949, 'nb_photo': 177, 'list_port_cont': '21137474,21169374,21169870,21170655,21170833,21172438,21172526,21172638,21172914,21173604,21174206,21174567,21174977,21175690,21176702,21176995,21177351,21177639,21177883,21178179,21178473,21178786,21178940,21179273,21179541,21179739,21179800,21181247,21181340,21181371,21181637,21182053,21182782,21183021,21184324,21184782,21184943,21185207,21185555,21185793,21185982,21185987,21186477,21186717,21187056,21187564,21187632,21187810,21188025,21188589,21188710,21189551,21190025,21190153,21190317,21191070,21191311,21191495,21191830,21191915,21192035,21192218,21192439,21192738,21192872,21193203,21193500,21194163,21194305,21194447,21194642,21194971,21195028,21195353,21195521,21195724,21196190,21196385,21196437,21196935,21197210,21197311,21197864,21198026,21198688,21198863,21199346,21199630,21199958,21200124,21200321,21200463,21200481,21200536,21200593,21200794,21200843,21201095,21201495,21201688,21201799,21201841,21201924,21202068,21202490,21202757,21203009,21203065,21203179,21203407,21203550,21203796,21204259,2120447', 'assoc_port': '21136895:21204516,21136900:21204471,21136913:21204259,21136946:21137474,21137243:21203550,21137245:21203407,21137252:21203179,21137272:21203065,21137277:21203009,21137504:21202757,21137507:21202490,21137517:21202068,21137521:21201924,21137527:21201841,21137531:21201799,21137545:21201688,21137547:21201495,21137950:21201095,21137952:21200843,21137954:21200794,21137958:21203796,21138543:21200593,21138547:21200536,21138550:21200481,21138551:21200463,21138572:21200321,21138577:21200124,21138583:21199958,21138593:21199630,21138599:21199346,21138605:21172914,21138613:21172638,21138618:21172526,21138619:21172438,21138732:21170833,21138736:21170655,21138767:21169870,21139027:21169374,21172733:21198863,21172848:21198688,21172927:21197311,21172938:21198026,21172939:21197210,21172943:21196935,21172945:21197864,21172979:21196437,21172986:21196385,21172995:21196190,21173006:21195724,21173025:21195521,21173044:21195353,21173088:21195028,21173091:21194971,21173095:21194642,21173101:21194447,21173136:21194305,21173160:2119416', 'assoc_mat': '21136895:pehd:4207:21204516,21136900:pehd:4207:21204471,21136913:pehd:4207:21204259,21136946:pehd:4207:21137474,21137243:pehd:4207:21203550,21137245:pehd:4207:21203407,21137252:pehd:4207:21203179,21137272:pehd:4207:21203065,21137277:pehd:4207:21203009,21137504:pehd:4207:21202757,21137507:pehd:4207:21202490,21137517:pehd:4207:21202068,21137521:pehd:4207:21201924,21137527:pehd:4207:21201841,21137531:pehd:4207:21201799,21137545:pehd:4207:21201688,21137547:pehd:4207:21201495,21137950:pehd:4207:21201095,21137952:pehd:4207:21200843,21137954:pehd:4207:21200794,21137958:pehd:4207:21203796,21138543:pehd:4207:21200593,21138547:pehd:4207:21200536,21138550:pehd:4207:21200481,21138551:pehd:4207:21200463,21138572:pehd:4207:21200321,21138577:pehd:4207:21200124,21138583:pehd:4207:21199958,21138593:pehd:4207:21199630,21138599:pehd:4207:21199346,21138605:pehd:4207:21172914,21138613:pehd:4207:21172638,21138618:pehd:4207:21172526,21138619:pehd:4207:21172438,21138732:pehd:4207:21170833,21138736:pehd:4207:21170655,21138767:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004650359688940145, 'nb_photo': 62, 'list_port_cont': '21138327,21173623,21176084,21178202,21178434,21178759,21179339,21183107,21183387,21184615,21190337,21190847,21191229,21192110,21193723,21194356,21195174,21196251,21198098,21199543,21200633,21200976,21202682,21203914,21205049,21205301,21205353,21206611,21208167,21209362,21209496,21210696,21210911,21211236,21211454,21214648,21216565,21216827,21217517,21218377,21264072,21269772,21270079,21270257,21276279,21277730,21278076,21280381,21284237', 'assoc_port': '21136642:21264072,21136896:21269772,21136901:21270079,21136906:21270257,21136958:21138327,21137304:21276279,21137324:21277730,21137506:21278076,21137549:21280381,21139045:21284237,21172717:21218377,21172836:21216827,21172838:21217517,21172895:21216565,21172951:21214648,21173007:21211454,21173016:21211236,21173021:21210911,21173090:21210696,21173155:21209496,21173181:21209362,21173272:21173623,21173279:21208167,21173371:21206611,21173829:21205353,21173836:21205301,21173866:21205049,21174774:21202682,21175033:21200976,21175638:21203914,21175650:21200633,21175677:21176084,21175866:21199543,21175919:21198098,21176584:21196251,21176887:21195174,21177666:21194356,21177721:21193723,21177738:21178759,21177749:21178434,21177752:21178202,21178493:21192110,21178680:21191229,21178722:21190847,21178746:21190337,21178749:21179339,21179349:21184615,21179418:21183387,21179430:21183107', 'assoc_mat': '21136642:pehd:4461:21264072,21136896:pehd:4461:21269772,21136901:pehd:4461:21270079,21136906:pehd:4461:21270257,21136958:pehd:4461:21138327,21137304:pehd:4461:21276279,21137324:pehd:4461:21277730,21137506:pehd:4461:21278076,21137549:pehd:4461:21280381,21139045:pehd:4461:21284237,21172717:pehd:4461:21218377,21172836:pehd:4461:21216827,21172838:pehd:4461:21217517,21172895:pehd:4461:21216565,21172951:pehd:4461:21214648,21173007:pehd:4461:21211454,21173016:pehd:4461:21211236,21173021:pehd:4461:21210911,21173090:pehd:4461:21210696,21173155:pehd:4461:21209496,21173181:pehd:4461:21209362,21173272:pehd:4461:21173623,21173279:pehd:4461:21208167,21173371:pehd:4461:21206611,21173829:pehd:4461:21205353,21173836:pehd:4461:21205301,21173866:pehd:4461:21205049,21174774:pehd:4461:21202682,21175033:pehd:4461:21200976,21175638:pehd:4461:21203914,21175650:pehd:4461:21200633,21175677:pehd:4461:21176084,21175866:pehd:4461:21199543,21175919:pehd:4461:21198098,21176584:pehd:4461:21196251,21176887:pehd:4461:21195174,21177666:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008644583799328111, 'nb_photo': 967, 'list_port_cont': '19370622,19394586,19409855,19429620,19451132,19454204,19458551,19468397,19471358,19477893,19481222,19486665,19503289,19524898,19544487,19549144,19550882,19590799,19592356,19598807,19646687,19649287,19653446,19660904,19697001,19731030,19733541,19735243,19735620,19735886,19753183,19793313,19803743,19816567,19832356,19848639,19854688,19857619,19863097,19875553,19877229,19890946,19930089,19957571,19966291,20011047,20030413,20037700,20041208,20043099,20044874,20071278,20074952,20076500,20119159,21137260,21137298,21137613,21138150,21138503,21138688,21139964,21140010,21140731,21141140,21141621,21141782,21146772,21149876,21155319,21157133,21157439,21159109,21159379,21159715,21162404,21162593,21173417,21173966,21174107,21174123,21174168,21174338,21174406,21174707,21174889,21175229,21175519,21175777,21176013,21176252,21176720,21177038,21177172,21177278,21177530,21177970,21178141,21178190,21178273,21178698,21178873,21179124,21179234,21179410,21179528,21179563,21179593,21179831,21179856,21180093,21180157,21182460,2118251', 'assoc_port': '19370490:19370622,19394322:19394586,19409762:19409855,19429024:19429620,19450727:19451132,19454047:19454204,19458328:19458551,19465712:19468397,19470646:19471358,19477265:19477893,19480443:19481222,19485837:19486665,19503120:19503289,19524616:19524898,19544334:19544487,19548443:19549144,19550537:19550882,19590188:19590799,19591441:19592356,19598089:19598807,19640304:19646687,19648135:19649287,19650948:19653446,19659856:19660904,19696786:19697001,19730770:19731030,19733301:19733541,19734824:19735243,19735436:19735620,19735676:19735886,19751133:19753183,19791449:19793313,19802098:19803743,19814985:19816567,19831645:19832356,19844077:19877229,19847785:19848639,19850833:19854688,19853986:19875553,19854013:19857619,19859428:19863097,19889625:19890946,19929168:19930089,19956702:19957571,19965565:19966291,20009323:20011047,20029780:20030413,20037384:20037700,20040842:20041208,20042853:20043099,20044532:20044874,20070516:20071278,20074699:20074952,20076084:20076500,20118800:20119159,21136562:21137298,21136563:2113726', 'assoc_mat': '19370490:pehd:4200:19370622,19394322:pehd:4200:19394586,19409762:pehd:4200:19409855,19429024:pehd:4200:19429620,19450727:pehd:4200:19451132,19454047:pehd:4200:19454204,19458328:pehd:4200:19458551,19465712:pehd:4200:19468397,19470646:pehd:4200:19471358,19477265:pehd:4200:19477893,19480443:pehd:4200:19481222,19485837:pehd:4200:19486665,19503120:pehd:4200:19503289,19524616:pehd:4200:19524898,19544334:pehd:4200:19544487,19548443:pehd:4200:19549144,19550537:pehd:4200:19550882,19590188:pehd:4200:19590799,19591441:pehd:4200:19592356,19598089:pehd:4200:19598807,19640304:pehd:4200:19646687,19648135:pehd:4200:19649287,19650948:pehd:4200:19653446,19659856:pehd:4200:19660904,19696786:pehd:4200:19697001,19730770:pehd:4200:19731030,19733301:pehd:4200:19733541,19734824:pehd:4200:19735243,19735436:pehd:4200:19735620,19735676:pehd:4200:19735886,19751133:pehd:4200:19753183,19791449:pehd:4200:19793313,19802098:pehd:4200:19803743,19814985:pehd:4200:19816567,19831645:pehd:4200:19832356,19844077:pehd:4200:19877229,19847785:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017422005869456577, 'nb_photo': 2904, 'list_port_cont': '21173343,21173400,21173495,21173524,21173904,21174053,21174155,21174178,21174247,21174454,21174469,21174558,21174801,21175075,21175095,21175321,21175365,21175427,21175493,21175786,21176152,21176177,21176352,21176358,21176374,21176413,21176559,21176601,21176627,21176772,21176860,21177210,21177235,21177588,21177841,21177867,21178040,21178052,21178113,21178243,21178299,21178312,21178342,21178535,21178566,21178702,21178845,21179142,21179265,21179298,21179498,21179730,21179776,21179996,21180053,21180100,21180173,21180286,21180394,21180415,21180863,21182957,21183037,21183321,21183509,21183720,21183862,21184025,21184186,21184285,21184308,21184705,21184726,21184885,21185018,21185086,21185232,21185317,21185379,21185497,21185847,21185944,21186240,21186411,21186537,21187138,21187191,21187290,21187393,21188112,21188257,21188449,21188599,21188905,21189101,21190185,21190193,21190553,21190605,21190677,21190756,21190919,21191018,21191019,21191116,21191187,21191246,21191332,21191413,21191527,21191964,21192029,21192071,2119208', 'assoc_port': '19428659:21248571,19438276:21246941,19458329:21249065,19458789:21248802,19460977:21248692,19467828:21255768,19469398:21255269,19474557:21254391,19474561:21253850,19474563:21253353,19477264:21252244,19498629:21237925,19500653:21235962,19505863:21234093,19516423:21218510,19516780:21218410,19524618:21217134,19543451:21216027,19545200:21214731,19553301:21211518,19554129:21173400,19555141:21211408,19558298:21211035,19571015:21216944,19580444:21216712,19581718:21216405,19598090:21173904,19655151:21210041,19659858:21209748,19702409:21201898,19735437:21205209,19737247:21175427,19737437:21175321,19754761:21176352,19758171:21203728,19760878:21203819,19760884:21203651,19763328:21203566,19763356:21203415,19770002:21174454,19830361:21209017,19844397:21199455,19847173:21198855,19856581:21176860,19859427:21176772,19876106:21197818,19884822:21197182,19884847:21196979,19888799:21196747,19898891:21199902,19901747:21196172,19916125:21195374,19929105:21194886,19965567:21194101,19976778:21178566,19980529:21178535,19980532:2117870', 'assoc_mat': '19428659:pehd:4209:21248571,19438276:pehd:4209:21246941,19458329:pehd:4209:21249065,19458789:pehd:4209:21248802,19460977:pehd:4209:21248692,19467828:pehd:4209:21255768,19469398:pehd:4209:21255269,19474557:pehd:4209:21254391,19474561:pehd:4209:21253850,19474563:pehd:4209:21253353,19477264:pehd:4209:21252244,19498629:pehd:4209:21237925,19500653:pehd:4209:21235962,19505863:pehd:4209:21234093,19516423:pehd:4209:21218510,19516780:pehd:4209:21218410,19524618:pehd:4209:21217134,19543451:pehd:4209:21216027,19545200:pehd:4209:21214731,19553301:pehd:4209:21211518,19554129:pehd:4209:21173400,19555141:pehd:4209:21211408,19558298:pehd:4209:21211035,19571015:pehd:4209:21216944,19580444:pehd:4209:21216712,19581718:pehd:4209:21216405,19598090:pehd:4209:21173904,19655151:pehd:4209:21210041,19659858:pehd:4209:21209748,19702409:pehd:4209:21201898,19735437:pehd:4209:21205209,19737247:pehd:4209:21175427,19737437:pehd:4209:21175321,19754761:pehd:4209:21176352,19758171:pehd:4209:21203728,19760878:pehd:4209:21203819,19760884:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9542561793245937, 'nb_photo': 19201, 'list_port_cont': '19377667,19382555,19382677,19383413,19391872,19411280,19413717,19414283,19414803,19415979,19419505,19419654,19419870,19420336,19421084,19421984,19430572,19431165,19434152,19435813,19437097,19437294,19441161,19441994,19446449,19447399,19451342,19451410,19455019,19455150,19456817,19457044,19458241,19460555,19461800,19462912,19462938,19464001,19466122,19467458,19468156,19468814,19471866,19472412,19490791,19492265,19493061,19493695,19494307,19496025,19498158,19500184,19501080,19510240,19511688,19512372,19512426,19513191,19514607,19517897,19527449,19529368,19530119,19531371,19531853,19531996,19532203,19532510,19532677,19533469,19536446,19536473,19543782,19547838,19553976,19554198,19556799,19559761,19571252,19598769,19601413,19622585,19626651,19629431,19632384,19651634,19688380,19694126,19695157,19696590,19697721,19710189,19715434,19724477,19727684,19727980,19728134,19733495,19734482,19735631,19737405,19740099,19740353,19740454,19740539,19740864,19741052,19741596,19741919,19742374,19742617,19742892,19745196,1974521', 'assoc_port': '19371348:19377667,19376389:19382555,19377394:19382677,19377989:19383413,19389025:19391872,19392671:19420336,19394324:19413717,19395025:19414283,19395734:19414803,19395742:19415979,19398111:19421984,19409942:19419505,19409946:19419654,19410824:19419870,19410827:19411280,19412015:19421084,19429021:19430572,19430308:19437294,19430311:19431165,19432612:19434152,19433903:19435813,19434929:19437097,19436968:19441161,19437331:19441994,19440254:19446449,19446867:19447399,19450720:19451342,19450732:19451410,19452005:19455019,19452019:19455150,19454044:19456817,19454045:19457044,19454976:19458241,19457587:19461800,19458785:19462912,19459530:19460555,19460250:19464001,19460978:19462938,19465713:19466122,19466557:19467458,19466862:19468156,19467830:19468814,19469394:19471866,19470121:19472412,19472284:19490791,19473173:19501080,19474567:19492265,19475785:19493061,19477266:19493695,19477744:19494307,19480432:19496025,19487954:19498158,19492194:19500184,19498631:19510240,19499908:19511688,19501671:19527449,19501673:1951237', 'assoc_mat': '19371348:pehd:4211:19377667,19376389:pehd:4211:19382555,19377394:pehd:4211:19382677,19377989:pehd:4211:19383413,19389025:pehd:4211:19391872,19392671:pehd:4211:19420336,19394324:pehd:4211:19413717,19395025:pehd:4211:19414283,19395734:pehd:4211:19414803,19395742:pehd:4211:19415979,19398111:pehd:4211:19421984,19409942:pehd:4211:19419505,19409946:pehd:4211:19419654,19410824:pehd:4211:19419870,19410827:pehd:4211:19411280,19412015:pehd:4211:19421084,19429021:pehd:4211:19430572,19430308:pehd:4211:19437294,19430311:pehd:4211:19431165,19432612:pehd:4211:19434152,19433903:pehd:4211:19435813,19434929:pehd:4211:19437097,19436968:pehd:4211:19441161,19437331:pehd:4211:19441994,19440254:pehd:4211:19446449,19446867:pehd:4211:19447399,19450720:pehd:4211:19451342,19450732:pehd:4211:19451410,19452005:pehd:4211:19455019,19452019:pehd:4211:19455150,19454044:pehd:4211:19456817,19454045:pehd:4211:19457044,19454976:pehd:4211:19458241,19457587:pehd:4211:19461800,19458785:pehd:4211:19462912,19459530:pehd:4211:19460555,19460250:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018801521897374254, 'nb_photo': 13, 'list_port_cont': '19397522,19461743,19638840,19661682,19698290,19716484,19770428,20041404,21139415,21176475,21180266', 'assoc_port': '19397312:19397522,19460972:19461743,19637612:19638840,19659857:19661682,19697948:19698290,19715150:19716484,19754727:19770428,20040828:20041404,21137524:21139415,21175676:21176475,21179148:21180266', 'assoc_mat': '19397312:pehd:3327:19397522,19460972:pehd:3327:19461743,19637612:pehd:3327:19638840,19659857:pehd:3327:19661682,19697948:pehd:3327:19698290,19715150:pehd:3327:19716484,19754727:pehd:3327:19770428,20040828:pehd:3327:20041404,21137524:pehd:3327:21139415,21175676:pehd:3327:21176475,21179148:pehd:3327:21180266'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008652358512849585, 'nb_photo': 9, 'list_port_cont': '21137653,21138639,21138830,21181401', 'assoc_port': '21136617:21138830,21136619:21138639,21136630:21137653,21179437:21181401', 'assoc_mat': '21136617:pehd:3594:21138830,21136619:pehd:3594:21138639,21136630:pehd:3594:21137653,21179437:pehd:3594:21181401'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.01964697528961852, 'nb_photo': 4, 'list_port_cont': '19557490', 'assoc_port': '19557292:19557490', 'assoc_mat': '19557292:pet_clair:4200:19557490'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005828783405012063, 'nb_photo': 15, 'list_port_cont': '21173426,21174324,21193905,21201316,21209164,21210975,21216440,21217558,21331253,21335675', 'assoc_port': '19557292:21210975,21137314:21331253,21138728:21335675,21172809:21217558,21172892:21216440,21173097:21173426,21173188:21209164,21173886:21174324,21174967:21201316,21177708:21193905', 'assoc_mat': '19557292:pet_clair:4205:21210975,21137314:pet_clair:4205:21331253,21138728:pet_clair:4205:21335675,21172809:pet_clair:4205:21217558,21172892:pet_clair:4205:21216440,21173097:pet_clair:4205:21173426,21173188:pet_clair:4205:21209164,21173886:pet_clair:4205:21174324,21174967:pet_clair:4205:21201316,21177708:pet_clair:4205:21193905'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002843450728719874, 'nb_photo': 2, 'list_port_cont': '21210455,21214506', 'assoc_port': '21172981:21214506,21173112:21210455', 'assoc_mat': '21172981:pet_clair:4203:21214506,21173112:pet_clair:4203:21210455'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004129176246477793, 'nb_photo': 18, 'list_port_cont': '21170643,21173605,21176073,21177890,21183015,21184781,21188128,21193518,21195344,21197753,21199104,21201374,21202242,21202905', 'assoc_port': '21137306:21202905,21137515:21202242,21137551:21201374,21138604:21199104,21138736:21170643,21172893:21197753,21173044:21195344,21173238:21193518,21173314:21173605,21174720:21188128,21175652:21184781,21175909:21176073,21176574:21177890,21178396:21183015', 'assoc_mat': '21137306:pet_clair:4207:21202905,21137515:pet_clair:4207:21202242,21137551:pet_clair:4207:21201374,21138604:pet_clair:4207:21199104,21138736:pet_clair:4207:21170643,21172893:pet_clair:4207:21197753,21173044:pet_clair:4207:21195344,21173238:pet_clair:4207:21193518,21173314:pet_clair:4207:21173605,21174720:pet_clair:4207:21188128,21175652:pet_clair:4207:21184781,21175909:pet_clair:4207:21176073,21176574:pet_clair:4207:21177890,21178396:pet_clair:4207:21183015'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005270299012936631, 'nb_photo': 5, 'list_port_cont': '21184098,21211420,21216452,21286687', 'assoc_port': '21138602:21286687,21172906:21216452,21173001:21211420,21179354:21184098', 'assoc_mat': '21138602:pet_clair:4461:21286687,21172906:pet_clair:4461:21216452,21173001:pet_clair:4461:21211420,21179354:pet_clair:4461:21184098'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03815334678899791, 'nb_photo': 7064, 'list_port_cont': '19370610,19371747,19373188,19373878,19374476,19377695,19379397,19387359,19387552,19388229,19393021,19394587,19395982,19397177,19399043,19409859,19410526,19410929,19411424,19411865,19428757,19429613,19431486,19433325,19437723,19439960,19440799,19447295,19451138,19452604,19452782,19453677,19454198,19457797,19458561,19460163,19460406,19467220,19467439,19468394,19470280,19471363,19473211,19476015,19476174,19477895,19481229,19486672,19488354,19498355,19500890,19501946,19503292,19506130,19506292,19508022,19508150,19509546,19510379,19516971,19517571,19517730,19518426,19520568,19524906,19525904,19528199,19543525,19544491,19545610,19548093,19549141,19549923,19550879,19554434,19554586,19555413,19556358,19556914,19558479,19574529,19574686,19590790,19592355,19596423,19598808,19625013,19646683,19649282,19653240,19653448,19660897,19663605,19693641,19696989,19697489,19701197,19704630,19705267,19705994,19707090,19713510,19716194,19719991,19720205,19727000,19731028,19731974,19733534,19735242,19735621,19735889,19736500,1973702', 'assoc_port': '19370490:19370610,19371345:19371747,19372925:19373188,19373269:19373878,19374327:19374476,19377393:19377695,19377991:19379397,19387142:19387552,19387146:19387359,19388091:19388229,19392668:19393021,19394322:19394587,19395741:19395982,19396942:19397177,19398803:19399043,19409762:19409859,19410364:19410526,19410822:19410929,19411326:19411424,19411749:19411865,19428661:19428757,19429024:19429613,19431296:19431486,19433116:19433325,19437327:19437723,19439727:19439960,19440252:19440799,19446871:19447295,19450727:19451138,19452006:19452782,19452026:19452604,19453211:19453677,19454047:19454198,19457585:19457797,19458328:19458561,19459522:19460163,19460252:19460406,19465712:19468394,19466860:19467439,19466864:19467220,19469395:19470280,19470646:19471363,19472285:19473211,19474560:19476174,19475784:19476015,19477265:19477895,19480443:19481229,19485837:19486672,19487955:19488354,19498295:19498355,19500652:19500890,19501672:19501946,19503120:19503292,19505862:19506292,19505869:19506130,19507773:19508150,19507777:1950802', 'assoc_mat': '19370490:pet_clair:4200:19370610,19371345:pet_clair:4200:19371747,19372925:pet_clair:4200:19373188,19373269:pet_clair:4200:19373878,19374327:pet_clair:4200:19374476,19377393:pet_clair:4200:19377695,19377991:pet_clair:4200:19379397,19387142:pet_clair:4200:19387552,19387146:pet_clair:4200:19387359,19388091:pet_clair:4200:19388229,19392668:pet_clair:4200:19393021,19394322:pet_clair:4200:19394587,19395741:pet_clair:4200:19395982,19396942:pet_clair:4200:19397177,19398803:pet_clair:4200:19399043,19409762:pet_clair:4200:19409859,19410364:pet_clair:4200:19410526,19410822:pet_clair:4200:19410929,19411326:pet_clair:4200:19411424,19411749:pet_clair:4200:19411865,19428661:pet_clair:4200:19428757,19429024:pet_clair:4200:19429613,19431296:pet_clair:4200:19431486,19433116:pet_clair:4200:19433325,19437327:pet_clair:4200:19437723,19439727:pet_clair:4200:19439960,19440252:pet_clair:4200:19440799,19446871:pet_clair:4200:19447295,19450727:pet_clair:4200:19451138,19452006:pet_clair:4200:19452782,19452026:pet_clair:4200:19452604,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010699882218194663, 'nb_photo': 96, 'list_port_cont': '21173484,21176143,21176382,21177591,21184695,21186249,21188253,21188902,21189092,21194413,21194568,21196120,21196171,21196505,21196816,21197181,21198382,21199780,21199886,21201051,21201285,21202672,21203425,21203433,21203575,21206142,21206882,21210286,21210507,21210733,21211038,21211674,21214818,21216330,21216717,21216899,21216946,21217102,21217485,21218148,21218351,21234118,21235192,21236749,21238354,21240132,21242443,21243491,21246238,21246555,21246756,21247699,21247821,21248757,21249060,21249193,21249373,21252421,21254064,21255339,21255472,21256277,21256935,21257171,21257400,21257426,21257691,21257997,21258131,21258433,21258518,21258530,21262916', 'assoc_port': '19458329:21249060,19558298:21211038,19580444:21216717,19763328:21203575,19763356:21203425,19901747:21196171,20083093:21188253,21136551:21262916,21136609:21258530,21136612:21258433,21136614:21258518,21136615:21258131,21136622:21257997,21136625:21257691,21136626:21257400,21136631:21257426,21136632:21256935,21136635:21257171,21136637:21256277,21136904:21255472,21136905:21255339,21136926:21254064,21136952:21252421,21137305:21249373,21137312:21249193,21137320:21248757,21137514:21247821,21137520:21247699,21137572:21246756,21137959:21246555,21137966:21246238,21138600:21243491,21138617:21242443,21138762:21240132,21139019:21238354,21139029:21236749,21139037:21235192,21139053:21234118,21172718:21218351,21172728:21218148,21172829:21216899,21172835:21217485,21172856:21217102,21172888:21216946,21172934:21216330,21172946:21214818,21172957:21173484,21172993:21211674,21173099:21210507,21173105:21210733,21173120:21210286,21173327:21206882,21173807:21206142,21173881:21203433,21174777:21202672,21174968:21201285,21175014:2120105', 'assoc_mat': '19458329:pet_clair:4209:21249060,19558298:pet_clair:4209:21211038,19580444:pet_clair:4209:21216717,19763328:pet_clair:4209:21203575,19763356:pet_clair:4209:21203425,19901747:pet_clair:4209:21196171,20083093:pet_clair:4209:21188253,21136551:pet_clair:4209:21262916,21136609:pet_clair:4209:21258530,21136612:pet_clair:4209:21258433,21136614:pet_clair:4209:21258518,21136615:pet_clair:4209:21258131,21136622:pet_clair:4209:21257997,21136625:pet_clair:4209:21257691,21136626:pet_clair:4209:21257400,21136631:pet_clair:4209:21257426,21136632:pet_clair:4209:21256935,21136635:pet_clair:4209:21257171,21136637:pet_clair:4209:21256277,21136904:pet_clair:4209:21255472,21136905:pet_clair:4209:21255339,21136926:pet_clair:4209:21254064,21136952:pet_clair:4209:21252421,21137305:pet_clair:4209:21249373,21137312:pet_clair:4209:21249193,21137320:pet_clair:4209:21248757,21137514:pet_clair:4209:21247821,21137520:pet_clair:4209:21247699,21137572:pet_clair:4209:21246756,21137959:pet_clair:4209:21246555,21137966:pet_clair:4209:21246238,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009513213100311534, 'nb_photo': 59, 'list_port_cont': '20087142,20106743,20117046,20121966,20138095,20140011,20172571,20176342,20177630,20198245,20235861,21137402,21139682,21163812,21164186,21167763,21169502,21170450,21176315,21177079,21177418,21177561,21177831,21187033,21191345,21192673,21196652,21197030,21198749,21200206,21200773,21200898,21201150,21202530', 'assoc_port': '19954425:20176342,20015611:20177630,20023438:20198245,20046352:20235861,20049854:20172571,20063551:20140011,20071895:20138095,20085536:20087142,20106007:20106743,20116392:20117046,20121231:20121966,21136613:21137402,21137971:21170450,21138592:21169502,21138725:21167763,21138733:21164186,21138741:21163812,21139065:21139682,21172955:21202530,21173009:21201150,21173010:21200898,21173089:21200773,21173149:21200206,21173805:21198749,21174949:21197030,21174962:21196652,21175589:21176315,21175921:21177079,21176550:21177418,21176888:21177831,21176903:21177561,21178422:21192673,21178640:21191345,21179180:21187033', 'assoc_mat': '19954425:pet_clair:4211:20176342,20015611:pet_clair:4211:20177630,20023438:pet_clair:4211:20198245,20046352:pet_clair:4211:20235861,20049854:pet_clair:4211:20172571,20063551:pet_clair:4211:20140011,20071895:pet_clair:4211:20138095,20085536:pet_clair:4211:20087142,20106007:pet_clair:4211:20106743,20116392:pet_clair:4211:20117046,20121231:pet_clair:4211:20121966,21136613:pet_clair:4211:21137402,21137971:pet_clair:4211:21170450,21138592:pet_clair:4211:21169502,21138725:pet_clair:4211:21167763,21138733:pet_clair:4211:21164186,21138741:pet_clair:4211:21163812,21139065:pet_clair:4211:21139682,21172955:pet_clair:4211:21202530,21173009:pet_clair:4211:21201150,21173010:pet_clair:4211:21200898,21173089:pet_clair:4211:21200773,21173149:pet_clair:4211:21200206,21173805:pet_clair:4211:21198749,21174949:pet_clair:4211:21197030,21174962:pet_clair:4211:21196652,21175589:pet_clair:4211:21176315,21175921:pet_clair:4211:21177079,21176550:pet_clair:4211:21177418,21176888:pet_clair:4211:21177831,21176903:pet_clair:4211:21177561,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9896239067873566, 'nb_photo': 136700, 'list_port_cont': '19370763,19371790,19371866,19373430,19373912,19374178,19374916,19375347,19376899,19387741,19387894,19388330,19389901,19392266,19394720,19395418,19396177,19397524,19398155,19398274,19398361,19399134,19410175,19410202,19411159,19411515,19412239,19417326,19417537,19429580,19430877,19430944,19433393,19437746,19438032,19439436,19440869,19442086,19446601,19451292,19453870,19456958,19457016,19457934,19459121,19460523,19461437,19461684,19461740,19465739,19467303,19468244,19469048,19470591,19471572,19473878,19476306,19476482,19476596,19477104,19478662,19481506,19482488,19488508,19490566,19498421,19499577,19500274,19500985,19501964,19503514,19503929,19504975,19505828,19508248,19508880,19509791,19510545,19517051,19517101,19517600,19518538,19519872,19521285,19522161,19522524,19525163,19525981,19526089,19528318,19543063,19543581,19544795,19546486,19549268,19551570,19553230,19553593,19553729,19555660,19556470,19556848,19556949,19557586,19571373,19572689,19577759,19578501,19581501,19585698,19591320,19593123,19595596,1959951', 'assoc_port': '19370526:19370763,19371333:19371866,19371343:19371790,19372923:19373430,19373268:19373912,19373603:19374178,19374328:19374916,19375083:19375347,19376390:19376899,19387141:19387894,19387145:19387741,19388090:19388330,19389027:19389901,19391357:19392266,19394321:19394720,19395028:19395418,19395733:19396177,19397312:19397524,19397892:19398361,19397895:19398274,19397897:19398155,19398799:19399134,19409765:19410202,19409945:19410175,19410821:19411159,19411325:19411515,19411750:19412239,19416274:19417326,19416276:19417537,19429023:19429580,19430626:19430944,19430628:19430877,19433117:19433393,19437328:19438032,19437330:19437746,19438273:19439436,19440217:19440869,19441325:19442086,19445899:19446601,19450721:19451292,19453210:19453870,19456526:19457016,19456531:19456958,19457586:19457934,19458788:19459121,19460251:19460523,19460972:19461740,19460973:19461684,19460976:19461437,19465714:19465739,19466863:19467303,19467832:19468244,19468804:19469048,19470120:19470591,19470642:19471572,19473171:19473878,19474556:1947659', 'assoc_mat': '19370526:pet_clair:3327:19370763,19371333:pet_clair:3327:19371866,19371343:pet_clair:3327:19371790,19372923:pet_clair:3327:19373430,19373268:pet_clair:3327:19373912,19373603:pet_clair:3327:19374178,19374328:pet_clair:3327:19374916,19375083:pet_clair:3327:19375347,19376390:pet_clair:3327:19376899,19387141:pet_clair:3327:19387894,19387145:pet_clair:3327:19387741,19388090:pet_clair:3327:19388330,19389027:pet_clair:3327:19389901,19391357:pet_clair:3327:19392266,19394321:pet_clair:3327:19394720,19395028:pet_clair:3327:19395418,19395733:pet_clair:3327:19396177,19397312:pet_clair:3327:19397524,19397892:pet_clair:3327:19398361,19397895:pet_clair:3327:19398274,19397897:pet_clair:3327:19398155,19398799:pet_clair:3327:19399134,19409765:pet_clair:3327:19410202,19409945:pet_clair:3327:19410175,19410821:pet_clair:3327:19411159,19411325:pet_clair:3327:19411515,19411750:pet_clair:3327:19412239,19416274:pet_clair:3327:19417326,19416276:pet_clair:3327:19417537,19429023:pet_clair:3327:19429580,19430626:pet_clair:3327:19430944,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.055285301422491766, 'nb_photo': 781, 'list_port_cont': '21137117,21137363,21137655,21137708,21137900,21137928,21138303,21138649,21138821,21139117,21139219,21139525,21139893,21173210,21173761,21178130,21180124,21180364,21180985,21181402', 'assoc_port': '21136601:21139893,21136603:21139525,21136606:21139219,21136608:21139117,21136617:21138821,21136619:21138649,21136621:21137928,21136624:21137900,21136628:21137708,21136630:21137655,21136633:21137363,21136639:21138303,21136640:21137117,21172933:21173210,21173139:21173761,21177656:21180124,21177716:21180985,21177717:21180364,21177725:21178130,21179437:21181402', 'assoc_mat': '21136601:pet_clair:3594:21139893,21136603:pet_clair:3594:21139525,21136606:pet_clair:3594:21139219,21136608:pet_clair:3594:21139117,21136617:pet_clair:3594:21138821,21136619:pet_clair:3594:21138649,21136621:pet_clair:3594:21137928,21136624:pet_clair:3594:21137900,21136628:pet_clair:3594:21137708,21136630:pet_clair:3594:21137655,21136633:pet_clair:3594:21137363,21136639:pet_clair:3594:21138303,21136640:pet_clair:3594:21137117,21172933:pet_clair:3594:21173210,21173139:pet_clair:3594:21173761,21177656:pet_clair:3594:21180124,21177716:pet_clair:3594:21180985,21177717:pet_clair:3594:21180364,21177725:pet_clair:3594:21178130,21179437:pet_clair:3594:21181402'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.9776717823255536, 'nb_photo': 10, 'list_port_cont': '19557496', 'assoc_port': '19557292:19557496', 'assoc_mat': '19557292:pet_fonce:4200:19557496'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00531340612357321, 'nb_photo': 1, 'list_port_cont': '21198447', 'assoc_port': '21172883:21198447', 'assoc_mat': '21172883:pet_fonce:4207:21198447'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010969486678296456, 'nb_photo': 2, 'list_port_cont': '21216822,21286177', 'assoc_port': '21138589:21286177,21172836:21216822', 'assoc_mat': '21138589:pet_fonce:4461:21286177,21172836:pet_fonce:4461:21216822'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8278023340044102, 'nb_photo': 6802, 'list_port_cont': '19370623,19371757,19373183,19373882,19374484,19377693,19379406,19387358,19387551,19388234,19393024,19394580,19395988,19397178,19399035,19409847,19410524,19410930,19411417,19411862,19428756,19429606,19431481,19433326,19437717,19439972,19440795,19447287,19451141,19452592,19452778,19453685,19454199,19457792,19458553,19460169,19460417,19467221,19467438,19468399,19470278,19471354,19473210,19476013,19476176,19477890,19481232,19486669,19488350,19498356,19500903,19501938,19503291,19506133,19506290,19508026,19508141,19509545,19510369,19516974,19517565,19517723,19518418,19520566,19524900,19525913,19528209,19543526,19544496,19545616,19548078,19549145,19549932,19550881,19554439,19554584,19555417,19556360,19556910,19558488,19574535,19574684,19590794,19592354,19596419,19598809,19625017,19646682,19649277,19653235,19653438,19660910,19663602,19693640,19696999,19697479,19701196,19704639,19705268,19706000,19707095,19713519,19716201,19719996,19720212,19727006,19731027,19731967,19733537,19735238,19735616,19735890,19736502,1973701', 'assoc_port': '19370490:19370623,19371345:19371757,19372925:19373183,19373269:19373882,19374327:19374484,19377393:19377693,19377991:19379406,19387142:19387551,19387146:19387358,19388091:19388234,19392668:19393024,19394322:19394580,19395741:19395988,19396942:19397178,19398803:19399035,19409762:19409847,19410364:19410524,19410822:19410930,19411326:19411417,19411749:19411862,19428661:19428756,19429024:19429606,19431296:19431481,19433116:19433326,19437327:19437717,19439727:19439972,19440252:19440795,19446871:19447287,19450727:19451141,19452006:19452778,19452026:19452592,19453211:19453685,19454047:19454199,19457585:19457792,19458328:19458553,19459522:19460169,19460252:19460417,19465712:19468399,19466860:19467438,19466864:19467221,19469395:19470278,19470646:19471354,19472285:19473210,19474560:19476176,19475784:19476013,19477265:19477890,19480443:19481232,19485837:19486669,19487955:19488350,19498295:19498356,19500652:19500903,19501672:19501938,19503120:19503291,19505862:19506290,19505869:19506133,19507773:19508141,19507777:1950802', 'assoc_mat': '19370490:pet_fonce:4200:19370623,19371345:pet_fonce:4200:19371757,19372925:pet_fonce:4200:19373183,19373269:pet_fonce:4200:19373882,19374327:pet_fonce:4200:19374484,19377393:pet_fonce:4200:19377693,19377991:pet_fonce:4200:19379406,19387142:pet_fonce:4200:19387551,19387146:pet_fonce:4200:19387358,19388091:pet_fonce:4200:19388234,19392668:pet_fonce:4200:19393024,19394322:pet_fonce:4200:19394580,19395741:pet_fonce:4200:19395988,19396942:pet_fonce:4200:19397178,19398803:pet_fonce:4200:19399035,19409762:pet_fonce:4200:19409847,19410364:pet_fonce:4200:19410524,19410822:pet_fonce:4200:19410930,19411326:pet_fonce:4200:19411417,19411749:pet_fonce:4200:19411862,19428661:pet_fonce:4200:19428756,19429024:pet_fonce:4200:19429606,19431296:pet_fonce:4200:19431481,19433116:pet_fonce:4200:19433326,19437327:pet_fonce:4200:19437717,19439727:pet_fonce:4200:19439972,19440252:pet_fonce:4200:19440795,19446871:pet_fonce:4200:19447287,19450727:pet_fonce:4200:19451141,19452006:pet_fonce:4200:19452778,19452026:pet_fonce:4200:19452592,1'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025408069799058904, 'nb_photo': 11, 'list_port_cont': '21189093,21194883,21196173,21197157,21210284,21238901,21240149,21250335,21252246,21258173', 'assoc_port': '19477264:21252246,19901747:21196173,19929105:21194883,21136616:21258173,21137269:21250335,21138756:21240149,21138791:21238901,21173120:21210284,21176534:21197157,21179170:21189093', 'assoc_mat': '19477264:pet_fonce:4209:21252246,19901747:pet_fonce:4209:21196173,19929105:pet_fonce:4209:21194883,21136616:pet_fonce:4209:21258173,21137269:pet_fonce:4209:21250335,21138756:pet_fonce:4209:21240149,21138791:pet_fonce:4209:21238901,21173120:pet_fonce:4209:21210284,21176534:pet_fonce:4209:21197157,21179170:pet_fonce:4209:21189093'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.208674852699782e-05, 'nb_photo': 2, 'list_port_cont': '21177078,21201155', 'assoc_port': '21173009:21201155,21175921:21177078', 'assoc_mat': '21173009:pet_fonce:4211:21201155,21175921:pet_fonce:4211:21177078'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030108053056529, 'nb_photo': 15, 'list_port_cont': '19388339,19473883,19510546,19525166,19553726,19571372,19593117,19665846,19710090,19850138,20007446,20020282,21176477', 'assoc_port': '19388090:19388339,19473171:19473883,19510199:19510546,19524617:19525166,19553296:19553726,19571016:19571372,19591442:19593117,19664410:19665846,19708916:19710090,19848344:19850138,20006224:20007446,20018408:20020282,21175676:21176477', 'assoc_mat': '19388090:pet_fonce:3327:19388339,19473171:pet_fonce:3327:19473883,19510199:pet_fonce:3327:19510546,19524617:pet_fonce:3327:19525166,19553296:pet_fonce:3327:19553726,19571016:pet_fonce:3327:19571372,19591442:pet_fonce:3327:19593117,19664410:pet_fonce:3327:19665846,19708916:pet_fonce:3327:19710090,19848344:pet_fonce:3327:19850138,20006224:pet_fonce:3327:20007446,20018408:pet_fonce:3327:20020282,21175676:pet_fonce:3327:21176477'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004004914091164038, 'nb_photo': 47, 'list_port_cont': '21137122,21137362,21137646,21137699,21137899,21137924,21138306,21138823,21139119,21139524,21139895,21180115,21180358,21180992,21181409', 'assoc_port': '21136601:21139895,21136603:21139524,21136608:21139119,21136617:21138823,21136621:21137924,21136624:21137899,21136628:21137699,21136630:21137646,21136633:21137362,21136639:21138306,21136640:21137122,21177656:21180115,21177716:21180992,21177717:21180358,21179437:21181409', 'assoc_mat': '21136601:pet_fonce:3594:21139895,21136603:pet_fonce:3594:21139524,21136608:pet_fonce:3594:21139119,21136617:pet_fonce:3594:21138823,21136621:pet_fonce:3594:21137924,21136624:pet_fonce:3594:21137899,21136628:pet_fonce:3594:21137699,21136630:pet_fonce:3594:21137646,21136633:pet_fonce:3594:21137362,21136639:pet_fonce:3594:21138306,21136640:pet_fonce:3594:21137122,21177656:pet_fonce:3594:21180115,21177716:pet_fonce:3594:21180992,21177717:pet_fonce:3594:21180358,21179437:pet_fonce:3594:21181409'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0020327543093474295, 'nb_photo': 2, 'list_port_cont': '19557499', 'assoc_port': '19557292:19557499', 'assoc_mat': '19557292:pet_opaque:4200:19557499'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014402921972177803, 'nb_photo': 3, 'list_port_cont': '21205230,21216436', 'assoc_port': '21172892:21216436,21173834:21205230', 'assoc_mat': '21172892:pet_opaque:4205:21216436,21173834:pet_opaque:4205:21205230'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.677883906078597e-05, 'nb_photo': 1, 'list_port_cont': '21178859', 'assoc_port': '21177730:21178859', 'assoc_mat': '21177730:pet_opaque:4203:21178859'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030792374251281903, 'nb_photo': 6, 'list_port_cont': '21170983,21184931,21188594,21199106,21202758,21203008', 'assoc_port': '21137277:21203008,21137504:21202758,21138604:21199106,21138729:21170983,21174648:21188594,21175648:21184931', 'assoc_mat': '21137277:pet_opaque:4207:21203008,21137504:pet_opaque:4207:21202758,21138604:pet_opaque:4207:21199106,21138729:pet_opaque:4207:21170983,21174648:pet_opaque:4207:21188594,21175648:pet_opaque:4207:21184931'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004600310975706045, 'nb_photo': 20, 'list_port_cont': '21173619,21186363,21193732,21201085,21201639,21202930,21203752,21203978,21205037,21211237,21211461,21214087,21217802,21218062,21218369,21282512,21282607,21286641,21286696', 'assoc_port': '21137960:21282512,21138602:21286696,21138734:21286641,21139054:21282607,21172717:21218369,21172730:21218062,21172735:21217802,21173007:21211461,21173016:21211237,21173236:21214087,21173272:21173619,21173866:21205037,21174764:21202930,21174953:21201639,21175013:21201085,21175633:21203978,21175645:21203752,21177721:21193732,21179203:21186363', 'assoc_mat': '21137960:pet_opaque:4461:21282512,21138602:pet_opaque:4461:21286696,21138734:pet_opaque:4461:21286641,21139054:pet_opaque:4461:21282607,21172717:pet_opaque:4461:21218369,21172730:pet_opaque:4461:21218062,21172735:pet_opaque:4461:21217802,21173007:pet_opaque:4461:21211461,21173016:pet_opaque:4461:21211237,21173236:pet_opaque:4461:21214087,21173272:pet_opaque:4461:21173619,21173866:pet_opaque:4461:21205037,21174764:pet_opaque:4461:21202930,21174953:pet_opaque:4461:21201639,21175013:pet_opaque:4461:21201085,21175633:pet_opaque:4461:21203978,21175645:pet_opaque:4461:21203752,21177721:pet_opaque:4461:21193732,21179203:pet_opaque:4461:21186363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010084781493230636, 'nb_photo': 6317, 'list_port_cont': '19370613,19371761,19373178,19373870,19374477,19377690,19379408,19387372,19387557,19388232,19393031,19394588,19395990,19397174,19399045,19409856,19410519,19410932,19411416,19411867,19428745,19429619,19431484,19433331,19437715,19439964,19440793,19447298,19451136,19452594,19452770,19453678,19454203,19457799,19458564,19460175,19460421,19467217,19467425,19468389,19470271,19471359,19473205,19476016,19476170,19477891,19481231,19486661,19488352,19498354,19500893,19501950,19503297,19506128,19506284,19508020,19508153,19509537,19510380,19516979,19517567,19517729,19518417,19520570,19524894,19525911,19528200,19543523,19544497,19545621,19548083,19549146,19549927,19550874,19554433,19554598,19555406,19556361,19556920,19558486,19574532,19574683,19590791,19592352,19596412,19598813,19625007,19646694,19649280,19653230,19653435,19660908,19663598,19693633,19696993,19697480,19701195,19704631,19705263,19705989,19707093,19713508,19716196,19719988,19720206,19727002,19731020,19731972,19733530,19735244,19735626,19735894,19736510,1973702', 'assoc_port': '19370490:19370613,19371345:19371761,19372925:19373178,19373269:19373870,19374327:19374477,19377393:19377690,19377991:19379408,19387142:19387557,19387146:19387372,19388091:19388232,19392668:19393031,19394322:19394588,19395741:19395990,19396942:19397174,19398803:19399045,19409762:19409856,19410364:19410519,19410822:19410932,19411326:19411416,19411749:19411867,19428661:19428745,19429024:19429619,19431296:19431484,19433116:19433331,19437327:19437715,19439727:19439964,19440252:19440793,19446871:19447298,19450727:19451136,19452006:19452770,19452026:19452594,19453211:19453678,19454047:19454203,19457585:19457799,19458328:19458564,19459522:19460175,19460252:19460421,19465712:19468389,19466860:19467425,19466864:19467217,19469395:19470271,19470646:19471359,19472285:19473205,19474560:19476170,19475784:19476016,19477265:19477891,19480443:19481231,19485837:19486661,19487955:19488352,19498295:19498354,19500652:19500893,19501672:19501950,19503120:19503297,19505862:19506284,19505869:19506128,19507773:19508153,19507777:1950802', 'assoc_mat': '19370490:pet_opaque:4200:19370613,19371345:pet_opaque:4200:19371761,19372925:pet_opaque:4200:19373178,19373269:pet_opaque:4200:19373870,19374327:pet_opaque:4200:19374477,19377393:pet_opaque:4200:19377690,19377991:pet_opaque:4200:19379408,19387142:pet_opaque:4200:19387557,19387146:pet_opaque:4200:19387372,19388091:pet_opaque:4200:19388232,19392668:pet_opaque:4200:19393031,19394322:pet_opaque:4200:19394588,19395741:pet_opaque:4200:19395990,19396942:pet_opaque:4200:19397174,19398803:pet_opaque:4200:19399045,19409762:pet_opaque:4200:19409856,19410364:pet_opaque:4200:19410519,19410822:pet_opaque:4200:19410932,19411326:pet_opaque:4200:19411416,19411749:pet_opaque:4200:19411867,19428661:pet_opaque:4200:19428745,19429024:pet_opaque:4200:19429619,19431296:pet_opaque:4200:19431484,19433116:pet_opaque:4200:19433331,19437327:pet_opaque:4200:19437715,19439727:pet_opaque:4200:19439964,19440252:pet_opaque:4200:19440793,19446871:pet_opaque:4200:19447298,19450727:pet_opaque:4200:19451136,19452006:pet_opaque:4200:19452770,1945'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002434881290682903, 'nb_photo': 85, 'list_port_cont': '21175086,21175092,21175362,21176418,21178289,21178558,21179500,21180099,21184179,21185008,21185239,21188610,21189091,21190202,21191537,21192523,21192747,21193285,21193714,21193768,21193894,21194724,21196046,21196829,21197152,21197179,21198763,21199254,21199506,21201258,21201277,21201366,21201866,21202253,21203513,21206132,21206719,21206762,21209257,21209316,21209611,21210801,21211678,21214540,21214550,21216931,21217148,21217308,21232473,21232724,21233107,21240151,21244206,21245827,21246852,21247937,21248558,21248678,21250328,21250735,21251886,21253347,21256248,21256940,21257163,21257385,21257439,21257644,21257696,21257999,21258178,21258361,21258510,21258536,21260971', 'assoc_port': '19428659:21248558,19474563:21253347,19571015:21216931,19976778:21178558,20003495:21193768,20023443:21192523,20049856:21179500,20063546:21190202,21136569:21260971,21136609:21258536,21136610:21258361,21136614:21258510,21136616:21258178,21136622:21257999,21136625:21257696,21136626:21257385,21136629:21257644,21136631:21257439,21136632:21256940,21136635:21257163,21136636:21256248,21136959:21251886,21137250:21250735,21137269:21250328,21137322:21248678,21137510:21247937,21137553:21246852,21138539:21245827,21138585:21244206,21138756:21240151,21139060:21233107,21139064:21232724,21139080:21232473,21172845:21217308,21172854:21217148,21172961:21214540,21172968:21214550,21172993:21211678,21173049:21210801,21173146:21209611,21173187:21209316,21173260:21209257,21173337:21206719,21173368:21206762,21173807:21206132,21173878:21203513,21174722:21175362,21174779:21175086,21174784:21202253,21174794:21175092,21174951:21201866,21174965:21201366,21174968:21201277,21175016:21201258,21175901:21199506,21175910:21199254,21175938:2117641', 'assoc_mat': '19428659:pet_opaque:4209:21248558,19474563:pet_opaque:4209:21253347,19571015:pet_opaque:4209:21216931,19976778:pet_opaque:4209:21178558,20003495:pet_opaque:4209:21193768,20023443:pet_opaque:4209:21192523,20049856:pet_opaque:4209:21179500,20063546:pet_opaque:4209:21190202,21136569:pet_opaque:4209:21260971,21136609:pet_opaque:4209:21258536,21136610:pet_opaque:4209:21258361,21136614:pet_opaque:4209:21258510,21136616:pet_opaque:4209:21258178,21136622:pet_opaque:4209:21257999,21136625:pet_opaque:4209:21257696,21136626:pet_opaque:4209:21257385,21136629:pet_opaque:4209:21257644,21136631:pet_opaque:4209:21257439,21136632:pet_opaque:4209:21256940,21136635:pet_opaque:4209:21257163,21136636:pet_opaque:4209:21256248,21136959:pet_opaque:4209:21251886,21137250:pet_opaque:4209:21250735,21137269:pet_opaque:4209:21250328,21137322:pet_opaque:4209:21248678,21137510:pet_opaque:4209:21247937,21137553:pet_opaque:4209:21246852,21138539:pet_opaque:4209:21245827,21138585:pet_opaque:4209:21244206,21138756:pet_opaque:4209:21240151,2113'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00030396813811464456, 'nb_photo': 115, 'list_port_cont': '20085668,20087145,20089326,20101313,20118964,20122964,20136834,20137455,20139828,20174654,20177633,20196603,20200522,20232920,20234171,20238862,20239133,21139191,21164170,21168285,21169504,21169952,21170452,21174616,21175211,21176637,21177082,21177113,21177417,21177828,21190068,21191088,21192669,21196662,21197033,21198755,21199207,21200211,21200291,21200775,21200894,21201152,21202528,21203533', 'assoc_port': '19859429:20174654,20014710:20196603,20015611:20177633,20026808:20200522,20039940:20232920,20045059:20234171,20047144:20238862,20048499:20239133,20070514:20139828,20074713:20101313,20079018:20089326,20083092:20085668,20085536:20087145,20101919:20137455,20108234:20136834,20118802:20118964,20121224:20122964,21137552:21139191,21137971:21170452,21138549:21169952,21138592:21169504,21138620:21168285,21138733:21164170,21172727:21203533,21172955:21202528,21173009:21201152,21173010:21200894,21173089:21200775,21173140:21200291,21173149:21200211,21173183:21199207,21173805:21198755,21173880:21174616,21174772:21175211,21174949:21197033,21174962:21196662,21175921:21177082,21175935:21177113,21175940:21176637,21176550:21177417,21176888:21177828,21178422:21192669,21178678:21191088,21179226:21190068', 'assoc_mat': '19859429:pet_opaque:4211:20174654,20014710:pet_opaque:4211:20196603,20015611:pet_opaque:4211:20177633,20026808:pet_opaque:4211:20200522,20039940:pet_opaque:4211:20232920,20045059:pet_opaque:4211:20234171,20047144:pet_opaque:4211:20238862,20048499:pet_opaque:4211:20239133,20070514:pet_opaque:4211:20139828,20074713:pet_opaque:4211:20101313,20079018:pet_opaque:4211:20089326,20083092:pet_opaque:4211:20085668,20085536:pet_opaque:4211:20087145,20101919:pet_opaque:4211:20137455,20108234:pet_opaque:4211:20136834,20118802:pet_opaque:4211:20118964,20121224:pet_opaque:4211:20122964,21137552:pet_opaque:4211:21139191,21137971:pet_opaque:4211:21170452,21138549:pet_opaque:4211:21169952,21138592:pet_opaque:4211:21169504,21138620:pet_opaque:4211:21168285,21138733:pet_opaque:4211:21164170,21172727:pet_opaque:4211:21203533,21172955:pet_opaque:4211:21202528,21173009:pet_opaque:4211:21201152,21173010:pet_opaque:4211:21200894,21173089:pet_opaque:4211:21200775,21173140:pet_opaque:4211:21200291,21173149:pet_opaque:4211:21200211,2117'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.020778248002517964, 'nb_photo': 11, 'list_port_cont': '19485303,19912453', 'assoc_port': '19477264:19485303,19901747:19912453', 'assoc_mat': '19477264:plastique:3726:19485303,19901747:plastique:3726:19912453'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005179238142315644, 'nb_photo': 1064, 'list_port_cont': '19517197,21136748,21136863,21137018,21137028,21137060,21137112,21137232,21137334,21137420,21137424,21137593,21137695,21137730,21137745,21137778,21138129,21138216,21138638,21138673,21138848,21138929,21139068,21139086,21139200,21139316,21139374,21139528,21139620,21139661,21139753,21139885,21140029,21140414,21140519,21140610,21140639,21140977,21141119,21141325,21141394,21141898,21142143,21147666,21173165,21173243,21173360,21173540,21173653,21173665,21173675,21173917,21174094,21174134,21174387,21174939,21175044,21175118,21175173,21175272,21175378,21175407,21175442,21175755,21175761,21175801,21175963,21176132,21176196,21176210,21176336,21176789,21176934,21176943,21177133,21177198,21177296,21177306,21177438,21177950,21178013,21178904,21178916,21179153,21179319,21179568,21179660,21179671,21179675,21179792,21179823,21179953,21180041,21180543,21181077,21181345,21181363,21181548,21181582,21181797,21182207,21182386,21182483,21182591,21182610,21183755,21183768,21184600,21185229,21185252,21187658,21187974,21188089,2118809', 'assoc_port': '19516788:19517197,21136549:21136748,21136550:21141898,21136559:21147666,21136584:21141394,21136588:21141325,21136594:21142143,21136598:21141119,21136604:21137028,21136611:21137018,21136618:21140977,21136620:21136863,21136902:21137334,21136914:21137232,21136920:21137060,21136948:21138638,21136950:21137112,21136951:21137420,21137249:21140639,21137300:21137424,21137302:21137593,21137319:21140610,21137519:21137745,21137523:21137730,21137528:21140414,21137546:21137778,21137554:21137695,21137951:21138216,21137962:21138129,21138540:21138673,21138579:21138929,21138586:21138848,21138606:21139753,21138608:21139068,21138719:21140519,21138720:21139661,21138730:21139620,21138737:21139528,21138749:21139086,21138777:21139885,21139032:21139374,21139041:21139316,21139052:21140029,21139055:21139200,21172714:21190381,21172721:21190351,21172722:21190389,21172802:21189936,21172834:21189902,21172891:21189855,21172903:21189732,21172949:21173165,21172958:21189711,21172965:21190780,21172985:21173360,21172998:21188320,21172999:2117324', 'assoc_mat': '19516788:plastique:3726:19517197,21136549:plastique:3726:21136748,21136550:plastique:3726:21141898,21136559:plastique:3726:21147666,21136584:plastique:3726:21141394,21136588:plastique:3726:21141325,21136594:plastique:3726:21142143,21136598:plastique:3726:21141119,21136604:plastique:3726:21137028,21136611:plastique:3726:21137018,21136618:plastique:3726:21140977,21136620:plastique:3726:21136863,21136902:plastique:3726:21137334,21136914:plastique:3726:21137232,21136920:plastique:3726:21137060,21136948:plastique:3726:21138638,21136950:plastique:3726:21137112,21136951:plastique:3726:21137420,21137249:plastique:3726:21140639,21137300:plastique:3726:21137424,21137302:plastique:3726:21137593,21137319:plastique:3726:21140610,21137519:plastique:3726:21137745,21137523:plastique:3726:21137730,21137528:plastique:3726:21140414,21137546:plastique:3726:21137778,21137554:plastique:3726:21137695,21137951:plastique:3726:21138216,21137962:plastique:3726:21138129,21138540:plastique:3726:21138673,21138579:plastique:3726:21138929,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.009236826428028994, 'nb_photo': 36, 'list_port_cont': '19474866,19485306,19912462,19933767,20368542', 'assoc_port': '19474557:19474866,19477264:19485306,19884822:19933767,19901747:19912462,19960824:20368542', 'assoc_mat': '19474557:Teint_Dans_La_Masse:3726:19474866,19477264:Teint_Dans_La_Masse:3726:19485306,19884822:Teint_Dans_La_Masse:3726:19933767,19901747:Teint_Dans_La_Masse:3726:19912462,19960824:Teint_Dans_La_Masse:3726:20368542'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010265525940866048, 'nb_photo': 3958, 'list_port_cont': '19517188,21136747,21136866,21137019,21137058,21137107,21137236,21137327,21137417,21137429,21137441,21137596,21137691,21137737,21137742,21137771,21138132,21138212,21138627,21138671,21138840,21138928,21139079,21139088,21139168,21139209,21139320,21139373,21139536,21139613,21139694,21139762,21139880,21140024,21140408,21140601,21140629,21140954,21140979,21141011,21141118,21141211,21141291,21141317,21141346,21141402,21141424,21141442,21141469,21141543,21141573,21141725,21141861,21141893,21142140,21147669,21173172,21173245,21173357,21173536,21173659,21173664,21173683,21173912,21174097,21174142,21174381,21174947,21175043,21175111,21175172,21175276,21175382,21175401,21175451,21175745,21175759,21175804,21175837,21175952,21176141,21176168,21176188,21176199,21176333,21176787,21176927,21176945,21177135,21177200,21177292,21177327,21177437,21177957,21178019,21178900,21178910,21179150,21179317,21179571,21179657,21179665,21179683,21179793,21179815,21179949,21180032,21180539,21181081,21181162,21181351,21181357,21181557,2118157', 'assoc_port': '19516788:19517188,21136549:21136747,21136550:21141893,21136559:21147669,21136560:21141861,21136572:21141725,21136574:21141573,21136576:21141543,21136578:21141469,21136581:21141442,21136582:21141424,21136584:21141402,21136586:21141346,21136588:21141317,21136589:21141291,21136592:21141211,21136594:21142140,21136598:21141118,21136599:21141011,21136611:21137019,21136618:21140979,21136620:21136866,21136897:21140954,21136902:21137327,21136914:21137236,21136920:21137058,21136948:21138627,21136950:21137107,21136951:21137417,21137249:21140629,21137300:21137429,21137302:21137596,21137319:21140601,21137321:21137441,21137519:21137742,21137523:21137737,21137528:21140408,21137546:21137771,21137554:21137691,21137951:21138212,21137962:21138132,21138540:21138671,21138579:21138928,21138586:21138840,21138606:21139762,21138608:21139079,21138718:21139694,21138730:21139613,21138737:21139536,21138749:21139088,21138777:21139880,21139032:21139373,21139041:21139320,21139052:21140024,21139055:21139209,21139057:21139168,21172714:2119038', 'assoc_mat': '19516788:Teint_Dans_La_Masse:3726:19517188,21136549:Teint_Dans_La_Masse:3726:21136747,21136550:Teint_Dans_La_Masse:3726:21141893,21136559:Teint_Dans_La_Masse:3726:21147669,21136560:Teint_Dans_La_Masse:3726:21141861,21136572:Teint_Dans_La_Masse:3726:21141725,21136574:Teint_Dans_La_Masse:3726:21141573,21136576:Teint_Dans_La_Masse:3726:21141543,21136578:Teint_Dans_La_Masse:3726:21141469,21136581:Teint_Dans_La_Masse:3726:21141442,21136582:Teint_Dans_La_Masse:3726:21141424,21136584:Teint_Dans_La_Masse:3726:21141402,21136586:Teint_Dans_La_Masse:3726:21141346,21136588:Teint_Dans_La_Masse:3726:21141317,21136589:Teint_Dans_La_Masse:3726:21141291,21136592:Teint_Dans_La_Masse:3726:21141211,21136594:Teint_Dans_La_Masse:3726:21142140,21136598:Teint_Dans_La_Masse:3726:21141118,21136599:Teint_Dans_La_Masse:3726:21141011,21136611:Teint_Dans_La_Masse:3726:21137019,21136618:Teint_Dans_La_Masse:3726:21140979,21136620:Teint_Dans_La_Masse:3726:21136866,21136897:Teint_Dans_La_Masse:3726:21140954,21136902:Teint_Dans_La_Masse:3726:2'}) 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(1654763,1654746,1654720,1654670,1654650,1654605,1654581,1654532,1654513,1654767,1658108,1658109,1658112,1658116,1658119,1658304,1658255,1658238,1658188,1658165,1658131,1658120,1658325,1658365,1658390,1658439,1658461,1658509,1658532,1658573,1658588)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173299, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370768,19371789,19371869,19373900,19374917,19375348,19387743,19387893,19388340,19389898,19392260,19394716,19395420,19396179,19397512,19398159,19398262,19398366,19399128,19410183,19410208,19411162,19411508,19412242,19417323,19417530,19430870,19430947,19433390,19437756,19440868,19446612,19451297,19453868,19456964,19457014,19457925,19459116,19461435,19461680,19461747,19465737,19467302,19468236,19469049,19470589,19471576,19473882,19476298,19476589,19477107,19478661,19482495,19488511,19490562,19498419,19499575,19500267,19500983,19501974,19503941,19504971,19505824,19508259,19508868,19509790,19510541,19517048,19517098,19517594,19519874,19521290,19522163,19522519,19525975,19528325,19543066,19543571,19544788,19546483,19549271,19551566,19553235,19553591,19553728,19555657,19556478,19556952,19557592,19571378,19572694,19577755,19578498,19581496,19585706,19591321,19593130,19595593,19599502,19625695,19628758,19631782,19634540,19638837,19643561,19648139,19649945,19657956,19661690,19665845,19676101,19693333,19693712,1969455 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173300, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137118,21137357,21137702,21137892,21138304,21138640,21138822,21139118,21139223,21139522,21139902,21173208,21173755,21178126,21180118,21180361,21180991,21181407 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173301, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19474863,19485300,19912461,19933758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173302, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517190,21136754,21136860,21137013,21137031,21137053,21137081,21137104,21137237,21137329,21137415,21137435,21137440,21137599,21137696,21137733,21137738,21137781,21138128,21138211,21138631,21138668,21138839,21138925,21139075,21139090,21139166,21139203,21139325,21139382,21139530,21139617,21139670,21139695,21139754,21139887,21140035,21140412,21140515,21140606,21140630,21140953,21140987,21141215,21141296,21141320,21141347,21141404,21141426,21141444,21141547,21141574,21141863,21141894,21142141,21147658,21173161,21173246,21173362,21173543,21173648,21173669,21173681,21173914,21174090,21174141,21174382,21174944,21175039,21175114,21175180,21175274,21175376,21175405,21175445,21175752,21175765,21175807,21175833,21175955,21176131,21176162,21176194,21176203,21176328,21176790,21176926,21176947,21177136,21177197,21177294,21177326,21177441,21177958,21178018,21178908,21178914,21179152,21179318,21179574,21179650,21179661,21179674,21179788,21179824,21179948,21180043,21180544,21181087,21181155,21181350,21181359,21181553,2118158 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173303, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19374915,19376908,19398364,19439431,19478669,19500981,19578502,19593129,19649949,19735308,19763008,19792900,19930572,20080762,20090050,20115897,21167897 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173304, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21174314,21193906,21199573,21201314,21205235,21209166,21211543,21216443,21274176,21286769,21288175,21335680 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173305, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135031,20162230,20194744,20199704,20208113,20277582,21178861,21185338,21190162,21197020,21200262,21206313,21208469,21209629,21210463,21210903,21214501,21216596,21218223,21270586,21334557 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173306, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21168675,21168701,21172635,21184780,21186265,21186475,21190402,21191505,21191920,21192259,21192735,21194647,21195727,21197199,21198148,21198262,21200526,21200710,21201776,21201916,21202333,21203015 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173307, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21174226,21176267,21177017,21184626,21190850,21191734,21194455,21194791,21196541,21197840,21197948,21198636,21199846,21201432,21202138,21202553,21205304,21206800,21207995,21209497,21209722,21215991,21216672,21217010,21218288,21263448,21269764,21273307,21280367,21283918,21285566,21286183,21286692,21288151,21292414,21294108,21294267,21295272,21298145,21302355 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173308, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137268,21137617,21138141,21138501,21138690,21139961,21140016,21140737,21141139,21141622,21141780,21146770,21149878,21155314,21157136,21157447,21159111,21159367,21159727,21162405,21162604,21173420,21173961,21174115,21174128,21174167,21174339,21174405,21174708,21174894,21175217,21175518,21175783,21176024,21176244,21176726,21177040,21177161,21177535,21177972,21178137,21178197,21178269,21178696,21178871,21179235,21179407,21179531,21179561,21179594,21179836,21179843,21180080,21180158,21182453,21182993,21183064,21183132,21183734,21184009,21184555,21185071,21185191,21185392,21186286,21186739,21187663,21188513,21188675,21189116,21189255,21189453,21189722,21190115,21190523,21190707,21191013,21191406,21191624,21192053,21192390,21192887,21193384,21193629,21193844,21194238,21194497,21194676,21195000,21195309,21195542,21195981,21196636,21196910,21197655,21197888,21198215,21198466,21198733,21199074,21199311,21200274,21200549,21200907,21201673,21201770,21201849,21202035,21202212,21202439,21202602,21202867,21203034,2120327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173309, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173352,21173402,21173497,21173531,21174557,21175083,21175093,21175329,21175369,21175428,21175790,21176343,21176379,21176405,21176594,21176760,21176870,21177514,21177860,21178248,21178546,21179495,21179765,21180059,21180096,21180166,21180287,21180403,21180871,21183326,21183517,21183853,21184279,21184692,21185085,21185236,21185493,21186236,21186406,21186531,21187091,21187300,21187389,21188262,21188900,21189095,21190190,21190549,21190599,21190676,21190759,21190915,21190987,21191411,21191534,21192088,21192139,21192244,21192309,21192352,21192518,21192751,21193184,21193217,21193295,21193712,21193888,21194103,21194389,21194402,21194576,21194730,21194878,21194924,21195210,21195375,21195551,21195839,21195917,21196042,21196071,21196512,21196527,21196589,21196809,21196981,21197154,21197183,21197477,21197829,21197980,21198455,21198856,21199244,21199317,21199662,21199874,21199900,21199923,21200035,21200047,21200147,21200406,21200568,21200626,21200887,21200970,21201269,21201286,21201326,21201545,21202088,21202355,2120267 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173310, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085665,20086287,20087146,20089322,20090303,20101299,20106739,20107665,20115905,20117044,20118952,20121972,20122967,20136833,20137454,20137828,20138103,20139824,20139886,20140013,20172572,20174659,20176341,20177631,20196612,20198246,20199593,20200519,20200549,20201322,20231836,20231873,20232930,20233469,20234054,20234162,20235855,20238856,20239136,21137399,21139193,21139683,21163805,21164177,21167759,21168291,21168638,21169500,21169956,21170442,21173775,21174282,21174613,21174825,21175185,21175343,21175560,21175994,21176322,21176640,21177073,21177127,21177424,21177566,21177836,21178152,21183057,21187032,21190067,21191091,21191356,21192666,21193181,21196664,21197028,21198758,21199201,21199638,21200210,21200294,21200768,21200893,21201151,21202544,21202711,21203072,21203530 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173311, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19371787,19371875,19373423,19373909,19374908,19387892,19389897,19394719,19395410,19397511,19398269,19398362,19399126,19410211,19412234,19417328,19429585,19433392,19440870,19451293,19453873,19457935,19459125,19461432,19461672,19461751,19468245,19469044,19478665,19481508,19490568,19498414,19499574,19500987,19501968,19503522,19509789,19517100,19517599,19519881,19522152,19522526,19525157,19543572,19544797,19551564,19553727,19556473,19556954,19557587,19571379,19577751,19581504,19591322,19599505,19631776,19638833,19643562,19648140,19649936,19657950,19661692,19661997,19693341,19695231,19697213,19698287,19702203,19704961,19707973,19710091,19711764,19716477,19734499,19735311,19736024,19736966,19750127,19750148,19758821,19760293,19763017,19767939,19782818,19792902,19803491,19822202,19829821,19830323,19830451,19843640,19846162,19850131,19863690,19887302,19889953,19906587,19906956,19913570,19913585,19915937,19918205,19920795,19930418,19930566,19930716,19958638,19959530,19965446,19965465,19986633,20005491,20016265,2002758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173312, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372022,19388692,19419711,19433569,19434061,19436606,19446666,19465978,19490513,19512813,19516748,19521924,19530884,19543602,19629742,19698200,19712446,19728368,19730893,19742202,19780724,19826817,19868749,19870941,19905923,19909745,19927328,19929753,19934401,19939957,19945347,19966781,19982739,20119957,20136837,20147016,20149148,20150760,20164741,20166271,20194348,20199880,21173437,21174321,21175719,21193341,21193902,21199082,21199572,21201310,21202828,21205225,21207484,21209183,21209865,21210637,21210983,21211532,21214755,21216415,21216444,21217550,21271147,21274175,21274611,21286106,21286778,21288183,21331248,21334956,21335688 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173313, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135032,20149736,20162229,20194752,20199701,20208112,20277579,21178855,21185334,21190171,21197018,21200269,21206300,21208468,21209641,21210468,21210895,21214495,21216603,21218219,21270582,21334552 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173314, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370180,19370586,19393738,19410147,19410497,19429290,19451104,19461153,19520524,19543507,19571178,19630940,19638669,19641429,19693357,19694345,19702917,19703040,19734404,19750342,19762958,19820205,19825569,19843494,19930672,19931076,19958871,20068493,20112726,20114756,21137475,21137790,21168525,21168666,21168706,21168904,21169325,21169377,21169809,21169857,21170043,21170645,21170835,21170978,21172335,21172430,21172441,21172525,21172636,21172913,21173223,21173377,21173554,21173599,21173816,21174074,21174203,21174576,21174853,21174972,21175200,21175391,21175528,21175693,21175703,21175848,21176069,21176298,21176401,21176656,21176701,21176731,21176999,21177144,21177354,21177464,21177645,21177886,21177983,21178060,21178180,21178475,21178798,21178941,21179269,21179383,21179538,21179735,21179803,21180072,21181001,21181110,21181248,21181335,21181382,21181631,21182059,21182167,21182305,21182436,21182790,21183025,21184227,21184329,21184473,21184568,21184784,21184930,21185211,21185350,21185558,21185792,21185975,2118599 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173315, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19382629,21138325,21173624,21173977,21174218,21174999,21175871,21176086,21176269,21177016,21177307,21177677,21177756,21178213,21178433,21178765,21179351,21179694,21179861,21180197,21183108,21183280,21183386,21183569,21183933,21184087,21184614,21185524,21185916,21186365,21186912,21187926,21188559,21188819,21190267,21190333,21190417,21190860,21190891,21191232,21191425,21191726,21191874,21192115,21192154,21192547,21192770,21193017,21193072,21193307,21193450,21193733,21194034,21194256,21194351,21194463,21194594,21194785,21194823,21195173,21195579,21195646,21195900,21196061,21196265,21196531,21196717,21197218,21197285,21197831,21197947,21198094,21198175,21198624,21199132,21199216,21199359,21199547,21199690,21199854,21199992,21200101,21200630,21200981,21201084,21201160,21201434,21201485,21201635,21201968,21202137,21202503,21202552,21202679,21202777,21202936,21203306,21203454,21203592,21203758,21203845,21203906,21203976,21204061,21204203,21205040,21205251,21205312,21205365,21206238,21206482,21206618,21206663,2120673 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173316, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137256,21137296,21137609,21138151,21138512,21138694,21139956,21140013,21140738,21141146,21141630,21141778,21146775,21149879,21155320,21157126,21157450,21159121,21159376,21159714,21162403,21162602,21173433,21173963,21174102,21174121,21174169,21174335,21174403,21174718,21174884,21175225,21175512,21175776,21176020,21176245,21176721,21177035,21177159,21177281,21177536,21177964,21178143,21178199,21178281,21178685,21178885,21179127,21179229,21179415,21179519,21179564,21179592,21179830,21179846,21180089,21180145,21182451,21182514,21182978,21183066,21183140,21183738,21183866,21184016,21184373,21184548,21185070,21185184,21185391,21186010,21186288,21186737,21186812,21187401,21187661,21188011,21188520,21188680,21189122,21189257,21189449,21189723,21190124,21190521,21190700,21190998,21191393,21191631,21192051,21192396,21192614,21192895,21193380,21193623,21193841,21194246,21194501,21194669,21195004,21195318,21195536,21195987,21196644,21196911,21197665,21197886,21198217,21198467,21198734,21199070,21199304,21200279,2120039 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19428724,19438771,19458522,19459008,19461400,19468092,19470005,19475321,19475500,19498940,19500765,19506301,19517059,19518502,19524977,19543553,19545569,19553481,19554323,19558503,19562193,19571271,19581200,19583049,19598795,19656562,19660847,19703231,19735559,19737298,19737703,19756321,19759046,19762185,19764128,19764287,19771102,19778730,19831683,19845175,19847542,19857695,19860736,19885706,19889366,19899709,19911396,19917004,19930474,19965960,19976978,19981052,19983802,19985100,20005473,20012076,20018082,20023840,20028650,20028670,20044699,20047367,20048845,20050744,20052205,20064631,20072565,20076476,20084094,20116403,20117096,20118264,20122394 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173317, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173351,21173395,21173488,21173529,21173908,21174048,21174157,21174190,21174246,21174451,21174482,21174560,21174802,21175081,21175103,21175322,21175357,21175436,21175491,21175785,21176144,21176171,21176347,21176355,21176384,21176406,21176562,21176590,21176623,21176764,21176862,21177206,21177241,21177513,21177592,21177853,21177859,21178024,21178033,21178114,21178246,21178286,21178315,21178341,21178548,21178560,21178717,21178842,21179143,21179256,21179291,21179501,21179725,21179780,21179995,21180052,21180102,21180161,21180288,21180390,21180405,21180870,21182946,21183033,21183325,21183519,21183727,21183850,21184024,21184178,21184283,21184305,21184693,21184738,21184884,21185011,21185077,21185231,21185313,21185370,21185508,21185845,21185935,21186239,21186414,21186539,21187081,21187137,21187188,21187293,21187395,21188107,21188256,21188445,21188597,21188893,21189102,21190184,21190204,21190556,21190593,21190645,21190750,21190917,21191009,21191027,21191103,21191188,21191242,21191340,21191419,21191528,21191770,2119196 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173318, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085678,20086286,20087143,20089327,20090308,20101305,20106738,20107664,20115918,20117057,20118951,20121963,20122971,20136822,20137463,20137830,20138097,20139823,20139888,20140020,20172574,20174660,20176349,20177622,20196601,20198249,20199604,20200531,20200563,20201329,20231846,20231875,20232922,20233471,20234061,20234174,20235860,20238854,20239131,21137409,21139183,21139680,21163819,21164185,21167757,21168281,21168633,21169498,21169957,21170451,21173768,21174271,21174612,21174830,21175205,21175352,21175564,21176008,21176312,21176646,21177071,21177116,21177430,21177556,21177829,21178166,21183048,21187030,21190055,21191093,21191353,21192662,21193180,21196661,21197034,21198742,21199198,21199640,21200215,21200290,21200777,21200890,21201144,21202532,21202714,21203085,21203528 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173319, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19371781,19371878,19375346,19395419,19396187,19398264,19411163,19412232,19429584,19433395,19442085,19457013,19457932,19468234,19471577,19476478,19477113,19482497,19490567,19504970,19510550,19517041,19517592,19519876,19521293,19526085,19543059,19543583,19544798,19549269,19555652,19556472,19556841,19557593,19572698,19577753,19578494,19581498,19585709,19625706,19631773,19638834,19643552,19649942,19652673,19665847,19695228,19696423,19696813,19700615,19707979,19711762,19735312,19736969,19753193,19758818,19760284,19763007,19766772,19770419,19799204,19802798,19803493,19822207,19830453,19835167,19840720,19843369,19845223,19846163,19852179,19856470,19856681,19863697,19889950,19918200,19929554,19930423,19931465,19931573,19931670,19958639,19965448,19970659,20007443,20016266,20027587,20041409,20042814,20045736,20047929,20083831,20088235,20107422,20115889,20127513,21139243,21139283,21139395,21174084,21174582,21175069,21175971,21176482,21176750,21177451,21177603,21178667,21178933,21179754,21180271,21180556,21184998,2118767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173320, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137121,21137360,21137650,21137704,21137891,21137930,21138311,21138644,21138826,21139114,21139216,21139519,21139903,21173206,21173757,21178134,21180123,21180357,21180987,21181411 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173321, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485304,20368533 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173322, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517194,21136758,21136869,21137051,21137332,21137598,21137688,21137736,21137746,21138218,21138633,21138844,21138926,21139206,21139419,21139539,21139612,21139884,21140033,21140417,21140520,21140608,21140628,21141353,21141431,21141889,21147665,21173253,21173533,21173662,21173920,21174095,21174139,21174389,21174938,21175046,21175176,21175380,21175404,21175444,21175749,21175758,21175811,21175836,21175956,21176133,21176204,21176331,21176793,21176930,21176941,21177131,21177191,21177297,21177312,21177436,21177952,21178009,21178907,21178919,21179162,21179569,21179658,21179667,21179680,21179816,21181085,21181156,21181342,21181550,21181588,21182390,21182485,21182530,21182593,21182603,21184601,21185226,21185248,21187649,21187970,21188086,21188093,21188324,21189701,21189737,21189848,21189898,21189926,21190010,21190137,21190377 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173323, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485305,19912454,20368540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173324, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517196,21136749,21137022,21137030,21137056,21137084,21137113,21137235,21137335,21137421,21137431,21137448,21137601,21137687,21137732,21137749,21137779,21138130,21138219,21138628,21138677,21138842,21138921,21139070,21139093,21139210,21139324,21139422,21139534,21139615,21139763,21139888,21140025,21140415,21140602,21140638,21140957,21140984,21141112,21141318,21141398,21141422,21141443,21141539,21141576,21141862,21141888,21147668,21173167,21173247,21173355,21173534,21173651,21173670,21173682,21173911,21174091,21174137,21174390,21174940,21175047,21175117,21175175,21175381,21175403,21175450,21175751,21175763,21175806,21175844,21175958,21176134,21176195,21176205,21176327,21176797,21176932,21176944,21177134,21177190,21177299,21177329,21177439,21177955,21178016,21178903,21178921,21179156,21179322,21179576,21179651,21179669,21179673,21179787,21179819,21179956,21180540,21181079,21181164,21181346,21181354,21181546,21181586,21181796,21182209,21182290,21182392,21182480,21182521,21182596,21182601,21183754,21183772,2118460 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173325, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485297,19912456,19933764,20368543 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173326, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21136750,21136871,21137015,21137025,21137055,21137076,21137114,21137238,21137430,21137592,21137693,21137727,21137744,21137780,21138131,21138220,21138632,21138666,21138841,21138924,21139069,21139094,21139322,21139418,21139537,21139614,21139764,21139883,21140027,21140413,21140607,21140634,21141299,21141428,21141569,21141720,21141768,21141858,21141891,21142135,21147662,21173170,21173249,21173356,21173532,21173654,21173666,21173684,21173922,21174092,21174144,21174388,21174945,21175036,21175107,21175174,21175374,21175446,21175746,21175762,21175803,21175954,21176139,21176207,21176326,21176792,21176925,21176939,21177130,21177199,21177289,21177434,21177960,21178020,21178906,21178917,21179159,21179323,21179575,21179649,21179664,21179679,21179785,21179814,21179951,21180036,21181082,21181160,21181347,21181365,21181549,21181583,21182205,21182295,21182383,21182529,21182592,21182606,21183753,21183775,21184606,21185220,21185253,21187651,21187971,21188081,21188103,21188322,21189703,21189729,21189852,21189895,21189929,2119001 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173327, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372016,19388695,19419712,19433575,19434049,19436604,19490514,19516758,19521923,19543591,19629736,19712436,19728353,19730885,19742213,19868745,19870933,19927335,19929749,19934406,19939949,19945346,19966778,19982746,20149135,20150761,20164748,20166277,20194339,20199879,21173438,21174319,21175726,21193329,21193911,21199075,21199574,21201311,21202822,21205217,21207494,21209178,21209863,21210649,21210980,21211536,21214763,21216421,21216441,21217548,21271158,21274186,21274614,21286107,21286775,21288182,21331240,21335677 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173328, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19378740,19382775,19391044,19414001,19421450,19421669,19432960,19442609,19454857,19460654,19464252,19492243,19498099,19517315,19536259,19555497,19580123,19600890,19631285,19698317,19735534,19736195,19741469,19745781,19747033,19770757,19782404,19820629,19823157,19834503,19866549,19906396,19932250,19933865,19934194,19934615,19945320,19971486,20017960,20085447,20120047,20135034,20149747,20150059,20162218,20194756,20199714,20208109,20277578,21178868,21185332,21190170,21197015,21200261,21206306,21208473,21209628,21210458,21210900,21214500,21216592,21218224,21270587,21334564 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173329, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21169322,21169862,21170036,21172329,21172918,21173382,21173818,21174861,21174982,21176071,21176305,21176398,21177473,21177647,21177981,21178182,21179388,21179742,21181261,21181327,21182443,21184328,21184936,21185204,21186715,21187059,21188582,21188702,21189540,21190023,21190220,21190721,21193498,21193836,21194168,21194300,21194635,21194978,21195018,21195453,21195513,21195616,21196940,21197204,21198440,21198806,21199099,21199621,21200318,21200479,21200591,21201834,21202239,21202326,21203188,21203807,21204263 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173330, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21138319,21177688,21179335,21184101,21187934,21190273,21194589,21195635,21199845,21203900,21205362,21209464,21210620,21210834,21210920,21211717,21214654,21215996,21216364,21217809,21274481,21281057,21294494,21299606 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173331, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137612,21138691,21140015,21141774,21149886,21157128,21159720,21173428,21174119,21174394,21174711,21174896,21175515,21176021,21177270,21177967,21178684,21180144,21182508,21183881,21184560,21187402,21189721,21190126,21191399,21192054,21196914,21197656,21198204,21200918,21201853,21202444,21202607,21202870,21203931,21204883,21205102,21205404 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173332, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173349,21173387,21173489,21173906,21174046,21174456,21174477,21174559,21174807,21175085,21175323,21175358,21175431,21175791,21176147,21176173,21176340,21176356,21176378,21176404,21176573,21176603,21176765,21177249,21177525,21177593,21177848,21178031,21178032,21178110,21178240,21178284,21178301,21178350,21178538,21178704,21178839,21179147,21179259,21179293,21179491,21179727,21179777,21179988,21180047,21180165,21180280,21180391,21180409,21180868,21182951,21183036,21183514,21183717,21183854,21184180,21184291,21184298,21184706,21184735,21184888,21185019,21185082,21185235,21185310,21185367,21185502,21185855,21185943,21186250,21186407,21186536,21187136,21187197,21187294,21187388,21188118,21188261,21188453,21188885,21189096,21190188,21190206,21190554,21190592,21190652,21190758,21190925,21191024,21191029,21191105,21191191,21191238,21191330,21191420,21191535,21191974,21192016,21192080,21192083,21192134,21192227,21192322,21192347,21192509,21192757,21192835,21192907,21192928,21192944,21193004,21193050,21193118,2119319 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173333, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085666,20086294,20087132,20089335,20090309,20101307,20106740,20107662,20115910,20117059,20118965,20121969,20122968,20136828,20137452,20137829,20138098,20139825,20139877,20140009,20172566,20174667,20176346,20177623,20196611,20198243,20199590,20200527,20200559,20201316,20231845,20231868,20232918,20233482,20234056,20234168,20235863,20238866,20239135,21137400,21139187,21139678,21163821,21164181,21167758,21168293,21168628,21169497,21169948,21170439,21173766,21174285,21174619,21174827,21175197,21175348,21175561,21176003,21176314,21176632,21177072,21177122,21177415,21177555,21177834,21183059,21187031,21190061,21191099,21191343,21192670,21193178,21196653,21197035,21199204,21199647,21200216,21200288,21200769,21200901,21201142,21202539,21202715,21203077,21203543 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557492 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173334, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21216428 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173335, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135044,20162231,20194743,20199707,20208110,20277587,21178867,21185333,21190172,21197016,21200255,21206301,21208474,21209634,21210462,21210905,21214502,21216593,21218221,21270596,21334556 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173336, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21172921,21185803,21187046,21193214,21204417 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173337, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21175009,21195180,21203753,21298143 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173338, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370611,19371755,19373184,19373868,19374473,19377702,19379399,19387362,19387562,19388223,19393022,19394590,19395983,19397179,19399047,19409857,19410523,19410919,19411421,19411860,19428744,19429614,19431478,19433327,19437724,19439966,19440806,19447290,19451134,19452606,19452775,19453682,19454202,19457798,19458560,19460168,19460411,19467216,19467437,19468386,19470270,19471364,19473213,19476025,19476182,19477887,19481226,19486667,19488343,19498362,19500891,19501951,19503296,19506127,19506286,19508031,19508154,19509551,19510377,19516982,19517569,19517737,19518424,19520574,19524896,19525902,19528208,19543531,19544486,19545611,19548084,19549154,19549931,19550887,19554429,19554583,19555415,19556365,19556911,19558489,19574527,19574677,19590795,19592353,19596417,19598811,19625016,19646693,19649283,19653242,19653442,19660901,19663610,19693639,19696995,19697482,19701192,19704638,19705259,19706001,19707098,19713513,19716199,19719999,19720199,19726998,19731023,19731966,19733533,19735236,19735612,19735893,19736503,1973702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173339, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173486,21174179,21174473,21175073,21175101,21175355,21175439,21175503,21175796,21176154,21176175,21176375,21176409,21176566,21176589,21176874,21177516,21177596,21178118,21178295,21179141,21179253,21180046,21180285,21180872,21182958,21183039,21184727,21185080,21185841,21185945,21186530,21188110,21190198,21190646,21190918,21190993,21191245,21191409,21191971,21192066,21193014,21193102,21193123,21193186,21193371,21193892,21194407,21194908,21195217,21196077,21196124,21196166,21196528,21196571,21196812,21196825,21197001,21197196,21197764,21198014,21198376,21198454,21198622,21199251,21199263,21199466,21199605,21199797,21199901,21199927,21200186,21200562,21200805,21200827,21200963,21201036,21201055,21201197,21201275,21201464,21201520,21201543,21201890,21202094,21202178,21202265,21202659,21202730,21203137,21203445,21203509,21203650,21203740,21203792,21203816,21204343,21204369,21204779,21205197,21205280,21205334,21206134,21206356,21206758,21206777,21206878,21207526,21208064,21208661,21209038,21209121,21209231,2120927 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173340, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085679,20086296,20087141,20089337,20101306,20106733,20115908,20117051,20118956,20136825,20137457,20137823,20138099,20172563,20174652,20177637,20199600,20200550,20201325,20231835,20232925,20234055,20234166,20235864,20238853,20239142,21137411,21139675,21163808,21164179,21167767,21168282,21168641,21169499,21169958,21170443,21173774,21174275,21174615,21174818,21175187,21176002,21176311,21176641,21177081,21177423,21177559,21177827,21183051,21187036,21190057,21191347,21193168,21197032,21198747,21200293,21200781,21201141,21202725,21203540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173341, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19388338,19398268,19411154,19457015,19693335,19696933,19704964,19736018,19803502,19905902,20027588,20107431,21140370,21167895,21177175,21187685 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173342, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173443,21174320,21175716,21193335,21193916,21199582,21201318,21202819,21205226,21207483,21209182,21209872,21210647,21210974,21211540,21214756,21216416,21216445,21217560,21271156,21274188,21274617,21286101,21286776,21288171,21331245,21334964,21335681 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173343, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19378735,19382767,19391050,19414007,19421456,19421672,19432967,19442605,19454860,19460664,19464248,19492239,19498096,19517307,19536264,19555493,19580120,19600900,19631279,19698315,19735533,19736193,19741475,19745782,19747030,19770762,19782402,19820641,19823153,19834492,19866551,19906410,19932253,19933866,19934192,19934602,19945322,19971478,20017961,20085448,20120041,20135040,20149746,20150057,20162221,20194750,20199708,20208103,20277584,21178870,21185324,21190165,21197008,21200258,21206302,21208471,21209640,21210456,21210896,21214497,21216591,21218227,21270592,21334553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173344, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370181,19370585,19393748,19410148,19410486,19429291,19451101,19461164,19520522,19543509,19571179,19630951,19638665,19641427,19693358,19694333,19702913,19703046,19734413,19750335,19762945,19820195,19825578,19843486,19930658,19931079,19958865,20068497,20112727,20114745,21137481,21137795,21168521,21168671,21168710,21169323,21169370,21169805,21169858,21170042,21170653,21170837,21170985,21172339,21172427,21172442,21172523,21172640,21172920,21173232,21173383,21173555,21173598,21173811,21174072,21174199,21174572,21174847,21174978,21175210,21175385,21175536,21175687,21175708,21175849,21176078,21176301,21176389,21176662,21176703,21176736,21176997,21177152,21177358,21177458,21177638,21177889,21177989,21178067,21178471,21178792,21178945,21179270,21179381,21179543,21179738,21179798,21180070,21180995,21181113,21181246,21181337,21181384,21181625,21182045,21182161,21182299,21182437,21182786,21183010,21184235,21184317,21184462,21184565,21184777,21184932,21185203,21185355,21185554,21185798,21185972,21185986,21186255,2118648 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173345, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19382627,21138318,21173628,21173980,21174211,21175006,21175870,21176081,21176259,21177013,21177311,21177682,21177768,21178212,21178438,21178767,21179337,21179691,21179871,21180193,21183100,21183284,21183393,21183560,21183941,21184088,21184617,21185513,21185912,21186361,21186914,21187933,21188552,21188822,21190265,21190341,21190425,21190859,21190885,21191219,21191429,21191728,21191862,21192103,21192161,21192546,21192768,21193022,21193071,21193301,21193454,21193730,21194031,21194262,21194364,21194464,21194585,21194790,21194821,21195177,21195565,21195645,21195908,21196048,21196264,21196538,21196715,21197223,21197287,21197830,21197944,21198100,21198179,21198625,21199144,21199224,21199361,21199536,21199694,21199841,21199999,21200093,21200628,21200989,21201074,21201156,21201429,21201477,21201631,21201958,21202146,21202497,21202554,21202686,21202770,21202929,21203309,21203450,21203594,21203746,21203854,21203911,21203972,21204054,21204191,21205048,21205237,21205300,21205363,21206074,21206245,21206474,21206621,2120666 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173346, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137257,21137294,21137618,21138147,21138502,21138686,21139957,21140012,21140726,21141151,21141623,21141776,21146773,21149881,21155317,21157123,21157448,21159118,21159374,21159719,21162410,21162594,21173421,21173964,21174109,21174120,21174174,21174336,21174395,21174710,21174882,21175232,21175516,21175779,21176011,21176255,21176716,21177044,21177167,21177285,21177537,21177975,21178148,21178185,21178278,21178693,21178883,21179123,21179227,21179400,21179521,21179556,21179580,21179837,21179853,21180083,21180153,21182458,21182525,21182988,21183065,21183133,21183870,21184007,21184383,21184562,21185056,21185188,21185403,21186013,21186282,21186738,21186806,21187407,21187665,21188002,21188512,21188670,21189117,21189265,21189451,21189712,21190121,21190517,21190702,21191012,21191396,21191628,21192063,21192397,21192620,21192888,21193387,21193619,21193846,21194239,21194512,21194672,21194996,21195310,21195530,21195991,21196638,21196922,21197657,21197889,21198211,21198472,21198731,21199068,21199299,21200278,21200402,2120055 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19428719,19438773,19458523,19459012,19461391,19468096,19470017,19475326,19475493,19498947,19500772,19506304,19517062,19518496,19524974,19543548,19545574,19553491,19554330,19558507,19562178,19571274,19581202,19583057,19598788,19656558,19660858,19703232,19735564,19737303,19737709,19756322,19759032,19762180,19764126,19764284,19771104,19778731,19831673,19845170,19847545,19857691,19860737,19885710,19889378,19899703,19911397,19917006,19930468,19965961,19976976,19981056,19983813,19985098,20005482,20012073,20018074,20023858,20028643,20028662,20044698,20047373,20048835,20050746,20052199,20064629,20072564,20076485,20084097,20116399,20117097,20118260,20122393 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173347, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173336,21173396,21173491,21173521,21173907,21174043,21174158,21174182,21174244,21174464,21174481,21174545,21174798,21175079,21175094,21175326,21175432,21175495,21175792,21176155,21176183,21176351,21176357,21176366,21176410,21176568,21176598,21176622,21176770,21176863,21177205,21177243,21177511,21177587,21177850,21177863,21178034,21178112,21178234,21178296,21178310,21178344,21178534,21178562,21178708,21178844,21179138,21179251,21179295,21179492,21179721,21179774,21179983,21180055,21180109,21180168,21180283,21180396,21180413,21182953,21183040,21183525,21183859,21184020,21184311,21184696,21184723,21184879,21185017,21185089,21185241,21185316,21185377,21185503,21185842,21185938,21186246,21186401,21186535,21187087,21187131,21187195,21187298,21187396,21188252,21188452,21188606,21188908,21189103,21190197,21190548,21190606,21190649,21190744,21190910,21190989,21190994,21191111,21191185,21191325,21191533,21191963,21192018,21192076,21192092,21192144,21192249,21192310,21192350,21192510,21192752,21192839,21192906,2119292 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173348, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19377668,19382560,19382680,19383403,19391871,19411276,19413722,19414282,19414812,19415973,19419516,19419657,19419868,19420328,19421076,19421990,19430585,19431169,19434155,19435824,19437100,19437293,19441167,19441992,19446447,19447403,19451338,19451420,19455028,19455146,19456830,19457049,19458242,19460564,19461805,19462913,19462949,19464002,19466129,19467459,19468153,19468811,19471871,19472409,19490799,19492257,19493073,19493693,19494309,19496035,19498148,19500185,19501081,19510234,19511687,19512365,19512430,19513192,19514622,19517896,19527457,19529371,19530106,19531376,19531862,19531994,19532209,19532515,19532672,19533470,19536450,19536468,19543792,19547847,19553977,19554201,19556808,19559754,19571250,19598778,19601420,19622589,19626660,19629420,19632379,19651645,19688387,19694133,19695165,19696591,19697719,19710180,19715421,19724492,19727689,19727973,19728136,19733501,19734484,19735632,19737407,19740113,19740363,19740443,19740545,19740856,19741051,19741598,19741922,19742373,19742607,19742900,19745197,1974521 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173349, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19912451,20368534 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173350, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137077,21137419,21137426,21137591,21137774,21138221,21138634,21138676,21139091,21139532,21139618,21140026,21140611,21141435,21141473,21141854,21141897,21173359,21173913,21174941,21175179,21175753,21175767,21175962,21176200,21176788,21176940,21177192,21177288,21177433,21179321,21179572,21179958,21180040,21181552,21182589,21184599,21185221,21187654,21187969,21188101,21188326,21189734,21189904,21189928 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173351, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372018,19388687,19419721,19433577,19434058,19436618,19446671,19465976,19490516,19512812,19516751,19521920,19530883,19543598,19629738,19698203,19712443,19728360,19730894,19742214,19780726,19826815,19868748,19870943,19905921,19909739,19927334,19929741,19934403,19939961,19945353,19966775,19982743,20119961,20136835,20147014,20149144,20150768,20164736,20166273,20194351,20199886,21173439,21174322,21175729,21193334,21193904,21199080,21199575,21201315,21202804,21205232,21207491,21209180,21209862,21210643,21210978,21211537,21214765,21216426,21216434,21217557,21271157,21274179,21274619,21286097,21286771,21288176,21331251,21335687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173352, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135037,20149750,20162222,20194751,20199710,20208114,20277589,21178856,21185339,21190163,21197007,21200263,21206310,21208476,21209626,21210465,21210893,21214492,21216602,21218225,21270590,21334554 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173353, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21168708,21168919,21169312,21169859,21170647,21172341,21172429,21172436,21172632,21172917,21173231,21173558,21173611,21173819,21174856,21174985,21175704,21176295,21176391,21176655,21176697,21177147,21177360,21179390,21182054,21182154,21182783,21183013,21184327,21184564,21184934,21185210,21185976,21185992,21186725,21186981,21187576,21187808,21188592,21188705,21189429,21189555,21190019,21190144,21190407,21190793,21191081,21191206,21191316,21191389,21191496,21191839,21191917,21192038,21192213,21192451,21192736,21192879,21193202,21193499,21193515,21194060,21194173,21194350,21195448,21195625,21196430,21196772,21197200,21197310,21198027,21198269,21198436,21198549,21198592,21198686,21198871,21199102,21199341,21199521,21199632,21200136,21200344,21200435,21201385,21201488,21201779,21201832,21202080,21202248,21202753,21204412,21204507 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173354, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173618,21174997,21177761,21183099,21192159,21193074,21195570,21196532,21200986,21201077,21202135,21203585,21204195,21206734,21206828,21208840,21209352,21209710,21210914,21211721,21216459,21270256,21270781,21273298 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173355, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137258,21137285,21137604,21138155,21138507,21138680,21139966,21140022,21140729,21141141,21141631,21141781,21146774,21149885,21155311,21157122,21157453,21159110,21159377,21159724,21162412,21162598,21173424,21173955,21174105,21174130,21174164,21174340,21174399,21174712,21174891,21175220,21175508,21175770,21176017,21176246,21176717,21177048,21177164,21177275,21177529,21177962,21178139,21178272,21178695,21178881,21179119,21179233,21179413,21179520,21179554,21179595,21179840,21179855,21180090,21180148,21182450,21182519,21182981,21183076,21183144,21183749,21183877,21184014,21184379,21184557,21185067,21185198,21185404,21186004,21186280,21186752,21186817,21187399,21187660,21188522,21188671,21189113,21189268,21189461,21189716,21190123,21190519,21190699,21190999,21191395,21191625,21192049,21192400,21192626,21192884,21193377,21193624,21193850,21194242,21194498,21194680,21195005,21195314,21195532,21195994,21196648,21196915,21197658,21197887,21198214,21198470,21198737,21199066,21199308,21200286,21200393,21200547,2120091 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173356, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173348,21173389,21173493,21173526,21174151,21174183,21174258,21174460,21174547,21174800,21175082,21175320,21175359,21175438,21175499,21175794,21176150,21176178,21176349,21176362,21176380,21176558,21176596,21176621,21176766,21176875,21177239,21177515,21177855,21177858,21178022,21178047,21178241,21178287,21178309,21178353,21178545,21178565,21178711,21178840,21179144,21179266,21179497,21179773,21179997,21180162,21180290,21180397,21180407,21180861,21182956,21183030,21183331,21183521,21184033,21184289,21184302,21184702,21184724,21185014,21185078,21185314,21185381,21185500,21185851,21185947,21186528,21187084,21187133,21187196,21187384,21188121,21188263,21188440,21188896,21190183,21190201,21190552,21190594,21190653,21190747,21190920,21191020,21191108,21191192,21191412,21191531,21192027,21192069,21192137,21192321,21192342,21192520,21192745,21192899,21192925,21192987,21192999,21193060,21193117,21193193,21193231,21193491,21193765,21193801,21193865,21193889,21194100,21194383,21194404,21194483,21194578,21194697,2119472 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173357, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085670,20086290,20087147,20089334,20090314,20101298,20106734,20107652,20115916,20117045,20118962,20121973,20122966,20136823,20137461,20137832,20138102,20139827,20139882,20140010,20172575,20174662,20176344,20177629,20196605,20198253,20199597,20200521,20200554,20201330,20231834,20231867,20232928,20233481,20234053,20234167,20235857,20238859,20239143,21137401,21139188,21139672,21163814,21164183,21167760,21168283,21168635,21169503,21169950,21170448,21173778,21174279,21174614,21174828,21175193,21175350,21175563,21176006,21176321,21176642,21177067,21177124,21177431,21177551,21177830,21178154,21183047,21187039,21190056,21191098,21191342,21192665,21193182,21196650,21197039,21198756,21199205,21199650,21200205,21200297,21200772,21200900,21201153,21202541,21202712,21203069,21203538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173358, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19544800,20083825 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173359, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137123,21137355,21137701,21137896,21137929,21138309,21138648,21138827,21139518,21139899,21173207,21173754,21178132,21180359,21180990,21181408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173360, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19372015,19388691,19419723,19433574,19434056,19436614,19446664,19465979,19490506,19512815,19516746,19521916,19530881,19543588,19629747,19698192,19712444,19728356,19730886,19742206,19780730,19826826,19868756,19870938,19905911,19909743,19927331,19929755,19934409,19939956,19945344,19966772,19982748,20119952,20136838,20147010,20149140,20150769,20164734,20166274,20194350,20199884,21173416,21174316,21175721,21193344,21193917,21199089,21199581,21201306,21202827,21205234,21207495,21209158,21209871,21210638,21210981,21211538,21214760,21216422,21216432,21217559,21271155,21274189,21274621,21286099,21286770,21288177,21331242,21334966,21335678 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173361, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135036,20149744,20162228,20194745,20199703,20208101,20277590,21178858,21185335,21190167,21197022,21200264,21206305,21208481,21209631,21210457,21210907,21214503,21216604,21218218,21270595,21334565 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173362, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370188,19370578,19393740,19410152,19410492,19429283,19451094,19461154,19520523,19543510,19571180,19630950,19638673,19641422,19693355,19694347,19702912,19703044,19734412,19750345,19762948,19820194,19825571,19843488,19930659,19931073,19958872,20068488,20112735,20114744,21137480,21137783,21168528,21168672,21168704,21168908,21169316,21169375,21169802,21169865,21170035,21170640,21170836,21170981,21172330,21172424,21172444,21172530,21172633,21172908,21173226,21173374,21173551,21173612,21173826,21174073,21174205,21174564,21174852,21174973,21175212,21175386,21175535,21175697,21175712,21175847,21176072,21176292,21176397,21176647,21176709,21176733,21176994,21177148,21177349,21177459,21177648,21177884,21177984,21178055,21178169,21178486,21178797,21178947,21179277,21179379,21179535,21179734,21179809,21180067,21181002,21181115,21181255,21181326,21181373,21181639,21182049,21182163,21182302,21182439,21182793,21183023,21184231,21184330,21184470,21184567,21184774,21184940,21185202,21185363,21185544,21185795,21185977,2118598 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173363, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19382633,21138322,21173626,21173973,21174219,21175012,21175876,21176088,21176260,21177006,21177316,21177678,21177755,21178216,21178439,21178762,21179346,21179689,21179866,21180186,21183104,21183285,21183399,21183567,21183935,21184091,21184613,21185523,21185907,21186377,21186906,21187923,21188554,21188813,21190276,21190336,21190428,21190856,21190878,21191217,21191439,21191723,21191876,21192109,21192162,21192548,21192763,21193016,21193073,21193309,21193445,21193735,21194037,21194259,21194353,21194449,21194597,21194786,21194828,21195179,21195572,21195634,21195910,21196059,21196256,21196536,21196709,21197232,21197300,21197832,21197950,21198092,21198170,21198630,21199136,21199215,21199368,21199537,21199688,21199842,21199988,21200100,21200638,21200987,21201089,21201168,21201422,21201482,21201634,21201967,21202136,21202505,21202551,21202690,21202763,21202935,21203297,21203448,21203581,21203751,21203849,21203899,21203980,21204050,21204192,21205035,21205250,21205310,21205357,21206060,21206242,21206480,21206613,2120666 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173364, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137267,21137289,21137611,21138144,21138510,21138684,21139969,21140018,21140730,21141142,21141629,21141777,21146762,21149891,21155318,21157132,21157449,21159117,21159370,21159728,21162398,21162599,21173425,21173971,21174103,21174127,21174162,21174334,21174392,21174705,21174890,21175223,21175507,21175780,21176022,21176251,21176727,21177043,21177160,21177283,21177528,21177976,21178142,21178196,21178271,21178690,21178877,21179128,21179228,21179408,21179522,21179558,21179589,21179834,21179848,21180088,21180149,21182446,21182509,21182992,21183075,21183129,21183735,21183880,21184008,21184376,21184547,21185065,21185194,21185402,21186012,21186294,21186745,21186811,21187403,21187664,21187998,21188510,21188674,21189109,21189256,21189463,21189717,21190117,21190522,21190706,21191000,21191400,21191623,21192057,21192399,21192612,21192893,21193385,21193630,21193852,21194243,21194502,21194677,21195009,21195320,21195538,21195988,21196637,21196917,21197666,21197891,21198212,21198475,21198732,21199060,21199309,21200271,2120038 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20368538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19428721,19438776,19458521,19459002,19461398,19468102,19470018,19475335,19475494,19498944,19500761,19506308,19517069,19518499,19524966,19543540,19545579,19553494,19554319,19558509,19562185,19571269,19581208,19583050,19598791,19656568,19660853,19703241,19735561,19737301,19737702,19756313,19759038,19762193,19764125,19764281,19771093,19778741,19831678,19845164,19847532,19857701,19860741,19885708,19889377,19899700,19911400,19917009,19930480,19965959,19976977,19981046,19983809,19985099,20005472,20012071,20018071,20023856,20028645,20028667,20044701,20047368,20048838,20050757,20052206,20064625,20072559,20076483,20084096,20116409,20117089,20118266,20122385 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173340,21173391,21173490,21173518,21173903,21174057,21174146,21174185,21174250,21174461,21174476,21174554,21174804,21175077,21175098,21175330,21175356,21175430,21175501,21175793,21176146,21176186,21176345,21176360,21176368,21176408,21176563,21176597,21176628,21176763,21176861,21177204,21177245,21177517,21177594,21177854,21177868,21178041,21178046,21178109,21178247,21178288,21178311,21178348,21178550,21178571,21178716,21178846,21179139,21179258,21179292,21179499,21179732,21179768,21179984,21180066,21180106,21180174,21180279,21180401,21180414,21180866,21182947,21183027,21183335,21183518,21183719,21183857,21184030,21184188,21184281,21184307,21184694,21184730,21184881,21185013,21185081,21185234,21185306,21185378,21185496,21185844,21185941,21186251,21186403,21186524,21187089,21187146,21187184,21187305,21187383,21188114,21188255,21188444,21188611,21188899,21189105,21190189,21190191,21190546,21190604,21190651,21190748,21190922,21190988,21191017,21191115,21191200,21191241,21191336,21191424,21191539,21191756,2119196 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173366, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085669,20086291,20087135,20089333,20090310,20101312,20106742,20107654,20115904,20117055,20118953,20121967,20122972,20136820,20137453,20137826,20138108,20139833,20139891,20140021,20172569,20174664,20176347,20177625,20196613,20198257,20199595,20200517,20200558,20201317,20231847,20231877,20232924,20233477,20234051,20234170,20235869,20238860,20239130,21137410,21139179,21139679,21163807,21164171,21167765,21168284,21168634,21169495,21169962,21170441,21173767,21174280,21174611,21174821,21175199,21175337,21175570,21176001,21176319,21176633,21177068,21177125,21177421,21177562,21177825,21178153,21183060,21187034,21190064,21191087,21191341,21192660,21193167,21196656,21197023,21198753,21199202,21199643,21200201,21200298,21200776,21200888,21201143,21202542,21202716,21203075,21203531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173367, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370773,19371788,19371877,19373426,19373911,19374918,19375355,19376902,19387747,19387895,19388335,19389889,19392268,19394714,19395415,19396182,19397519,19398157,19398272,19398356,19410176,19410205,19411155,19411513,19417317,19429579,19430872,19438030,19440874,19442084,19446604,19451287,19453874,19456968,19457020,19457927,19459117,19460529,19461750,19467304,19468233,19469037,19470588,19471578,19476487,19476598,19477108,19478657,19481509,19488504,19490571,19499581,19500270,19500982,19501966,19503520,19503935,19504976,19505823,19508871,19509792,19510542,19517095,19517595,19519869,19522157,19525162,19525973,19526082,19528330,19543067,19543576,19544791,19546490,19549262,19553241,19553586,19553731,19556479,19556850,19557588,19571370,19578500,19581505,19591328,19625705,19631780,19634542,19638831,19643553,19648146,19649938,19652677,19661681,19661992,19665841,19693338,19693703,19694551,19695227,19696419,19696812,19696936,19704956,19707978,19710093,19711159,19711769,19717313,19731265,19732638,19733482,19734506,1973531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173368, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137116,21137353,21137645,21137706,21137893,21137923,21138312,21138647,21138829,21139123,21139221,21139521,21139896,21173214,21173760,21178125,21180121,21180360,21180989,21181405 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173369, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173445,21174323,21175725,21193912,21199090,21199576,21201312,21202809,21205221,21207485,21209160,21209859,21210642,21210979,21211533,21214766,21216437,21217553,21271151,21274181,21274625,21286093,21286782,21288173,21331244,21334967,21335686 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173370, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20135045,20149735,20162232,20194746,20199715,20208111,20277585,21178862,21185328,21190174,21197017,21200256,21206314,21208480,21209635,21210467,21210906,21214504,21216597,21218228,21270585,21334555 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173371, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137474,21169374,21169870,21170655,21170833,21172438,21172526,21172638,21172914,21173604,21174206,21174567,21174977,21175690,21176702,21176995,21177351,21177639,21177883,21178179,21178473,21178786,21178940,21179273,21179541,21179739,21179800,21181247,21181340,21181371,21181637,21182053,21182782,21183021,21184324,21184782,21184943,21185207,21185555,21185793,21185982,21185987,21186477,21186717,21187056,21187564,21187632,21187810,21188025,21188589,21188710,21189551,21190025,21190153,21190317,21191070,21191311,21191495,21191830,21191915,21192035,21192218,21192439,21192738,21192872,21193203,21193500,21194163,21194305,21194447,21194642,21194971,21195028,21195353,21195521,21195724,21196190,21196385,21196437,21196935,21197210,21197311,21197864,21198026,21198688,21198863,21199346,21199630,21199958,21200124,21200321,21200463,21200481,21200536,21200593,21200794,21200843,21201095,21201495,21201688,21201799,21201841,21201924,21202068,21202490,21202757,21203009,21203065,21203179,21203407,21203550,21203796,21204259,2120447 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173372, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21138327,21173623,21176084,21178202,21178434,21178759,21179339,21183107,21183387,21184615,21190337,21190847,21191229,21192110,21193723,21194356,21195174,21196251,21198098,21199543,21200633,21200976,21202682,21203914,21205049,21205301,21205353,21206611,21208167,21209362,21209496,21210696,21210911,21211236,21211454,21214648,21216565,21216827,21217517,21218377,21264072,21269772,21270079,21270257,21276279,21277730,21278076,21280381,21284237 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173373, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370622,19394586,19409855,19429620,19451132,19454204,19458551,19468397,19471358,19477893,19481222,19486665,19503289,19524898,19544487,19549144,19550882,19590799,19592356,19598807,19646687,19649287,19653446,19660904,19697001,19731030,19733541,19735243,19735620,19735886,19753183,19793313,19803743,19816567,19832356,19848639,19854688,19857619,19863097,19875553,19877229,19890946,19930089,19957571,19966291,20011047,20030413,20037700,20041208,20043099,20044874,20071278,20074952,20076500,20119159,21137260,21137298,21137613,21138150,21138503,21138688,21139964,21140010,21140731,21141140,21141621,21141782,21146772,21149876,21155319,21157133,21157439,21159109,21159379,21159715,21162404,21162593,21173417,21173966,21174107,21174123,21174168,21174338,21174406,21174707,21174889,21175229,21175519,21175777,21176013,21176252,21176720,21177038,21177172,21177278,21177530,21177970,21178141,21178190,21178273,21178698,21178873,21179124,21179234,21179410,21179528,21179563,21179593,21179831,21179856,21180093,21180157,21182460,2118251 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173374, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173343,21173400,21173495,21173524,21173904,21174053,21174155,21174178,21174247,21174454,21174469,21174558,21174801,21175075,21175095,21175321,21175365,21175427,21175493,21175786,21176152,21176177,21176352,21176358,21176374,21176413,21176559,21176601,21176627,21176772,21176860,21177210,21177235,21177588,21177841,21177867,21178040,21178052,21178113,21178243,21178299,21178312,21178342,21178535,21178566,21178702,21178845,21179142,21179265,21179298,21179498,21179730,21179776,21179996,21180053,21180100,21180173,21180286,21180394,21180415,21180863,21182957,21183037,21183321,21183509,21183720,21183862,21184025,21184186,21184285,21184308,21184705,21184726,21184885,21185018,21185086,21185232,21185317,21185379,21185497,21185847,21185944,21186240,21186411,21186537,21187138,21187191,21187290,21187393,21188112,21188257,21188449,21188599,21188905,21189101,21190185,21190193,21190553,21190605,21190677,21190756,21190919,21191018,21191019,21191116,21191187,21191246,21191332,21191413,21191527,21191964,21192029,21192071,2119208 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173375, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19377667,19382555,19382677,19383413,19391872,19411280,19413717,19414283,19414803,19415979,19419505,19419654,19419870,19420336,19421084,19421984,19430572,19431165,19434152,19435813,19437097,19437294,19441161,19441994,19446449,19447399,19451342,19451410,19455019,19455150,19456817,19457044,19458241,19460555,19461800,19462912,19462938,19464001,19466122,19467458,19468156,19468814,19471866,19472412,19490791,19492265,19493061,19493695,19494307,19496025,19498158,19500184,19501080,19510240,19511688,19512372,19512426,19513191,19514607,19517897,19527449,19529368,19530119,19531371,19531853,19531996,19532203,19532510,19532677,19533469,19536446,19536473,19543782,19547838,19553976,19554198,19556799,19559761,19571252,19598769,19601413,19622585,19626651,19629431,19632384,19651634,19688380,19694126,19695157,19696590,19697721,19710189,19715434,19724477,19727684,19727980,19728134,19733495,19734482,19735631,19737405,19740099,19740353,19740454,19740539,19740864,19741052,19741596,19741919,19742374,19742617,19742892,19745196,1974521 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173376, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19397522,19461743,19638840,19661682,19698290,19716484,19770428,20041404,21139415,21176475,21180266 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173377, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137653,21138639,21138830,21181401 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557490 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173426,21174324,21193905,21201316,21209164,21210975,21216440,21217558,21331253,21335675 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173379, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21210455,21214506 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173380, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21170643,21173605,21176073,21177890,21183015,21184781,21188128,21193518,21195344,21197753,21199104,21201374,21202242,21202905 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173381, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21184098,21211420,21216452,21286687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173382, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370610,19371747,19373188,19373878,19374476,19377695,19379397,19387359,19387552,19388229,19393021,19394587,19395982,19397177,19399043,19409859,19410526,19410929,19411424,19411865,19428757,19429613,19431486,19433325,19437723,19439960,19440799,19447295,19451138,19452604,19452782,19453677,19454198,19457797,19458561,19460163,19460406,19467220,19467439,19468394,19470280,19471363,19473211,19476015,19476174,19477895,19481229,19486672,19488354,19498355,19500890,19501946,19503292,19506130,19506292,19508022,19508150,19509546,19510379,19516971,19517571,19517730,19518426,19520568,19524906,19525904,19528199,19543525,19544491,19545610,19548093,19549141,19549923,19550879,19554434,19554586,19555413,19556358,19556914,19558479,19574529,19574686,19590790,19592355,19596423,19598808,19625013,19646683,19649282,19653240,19653448,19660897,19663605,19693641,19696989,19697489,19701197,19704630,19705267,19705994,19707090,19713510,19716194,19719991,19720205,19727000,19731028,19731974,19733534,19735242,19735621,19735889,19736500,1973702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173383, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173484,21176143,21176382,21177591,21184695,21186249,21188253,21188902,21189092,21194413,21194568,21196120,21196171,21196505,21196816,21197181,21198382,21199780,21199886,21201051,21201285,21202672,21203425,21203433,21203575,21206142,21206882,21210286,21210507,21210733,21211038,21211674,21214818,21216330,21216717,21216899,21216946,21217102,21217485,21218148,21218351,21234118,21235192,21236749,21238354,21240132,21242443,21243491,21246238,21246555,21246756,21247699,21247821,21248757,21249060,21249193,21249373,21252421,21254064,21255339,21255472,21256277,21256935,21257171,21257400,21257426,21257691,21257997,21258131,21258433,21258518,21258530,21262916 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173384, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20087142,20106743,20117046,20121966,20138095,20140011,20172571,20176342,20177630,20198245,20235861,21137402,21139682,21163812,21164186,21167763,21169502,21170450,21176315,21177079,21177418,21177561,21177831,21187033,21191345,21192673,21196652,21197030,21198749,21200206,21200773,21200898,21201150,21202530 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173385, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370763,19371790,19371866,19373430,19373912,19374178,19374916,19375347,19376899,19387741,19387894,19388330,19389901,19392266,19394720,19395418,19396177,19397524,19398155,19398274,19398361,19399134,19410175,19410202,19411159,19411515,19412239,19417326,19417537,19429580,19430877,19430944,19433393,19437746,19438032,19439436,19440869,19442086,19446601,19451292,19453870,19456958,19457016,19457934,19459121,19460523,19461437,19461684,19461740,19465739,19467303,19468244,19469048,19470591,19471572,19473878,19476306,19476482,19476596,19477104,19478662,19481506,19482488,19488508,19490566,19498421,19499577,19500274,19500985,19501964,19503514,19503929,19504975,19505828,19508248,19508880,19509791,19510545,19517051,19517101,19517600,19518538,19519872,19521285,19522161,19522524,19525163,19525981,19526089,19528318,19543063,19543581,19544795,19546486,19549268,19551570,19553230,19553593,19553729,19555660,19556470,19556848,19556949,19557586,19571373,19572689,19577759,19578501,19581501,19585698,19591320,19593123,19595596,1959951 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173386, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137117,21137363,21137655,21137708,21137900,21137928,21138303,21138649,21138821,21139117,21139219,21139525,21139893,21173210,21173761,21178130,21180124,21180364,21180985,21181402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173387, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557496 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173388, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21198447 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173389, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21216822,21286177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173390, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370623,19371757,19373183,19373882,19374484,19377693,19379406,19387358,19387551,19388234,19393024,19394580,19395988,19397178,19399035,19409847,19410524,19410930,19411417,19411862,19428756,19429606,19431481,19433326,19437717,19439972,19440795,19447287,19451141,19452592,19452778,19453685,19454199,19457792,19458553,19460169,19460417,19467221,19467438,19468399,19470278,19471354,19473210,19476013,19476176,19477890,19481232,19486669,19488350,19498356,19500903,19501938,19503291,19506133,19506290,19508026,19508141,19509545,19510369,19516974,19517565,19517723,19518418,19520566,19524900,19525913,19528209,19543526,19544496,19545616,19548078,19549145,19549932,19550881,19554439,19554584,19555417,19556360,19556910,19558488,19574535,19574684,19590794,19592354,19596419,19598809,19625017,19646682,19649277,19653235,19653438,19660910,19663602,19693640,19696999,19697479,19701196,19704639,19705268,19706000,19707095,19713519,19716201,19719996,19720212,19727006,19731027,19731967,19733537,19735238,19735616,19735890,19736502,1973701 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173391, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21189093,21194883,21196173,21197157,21210284,21238901,21240149,21250335,21252246,21258173 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173392, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21177078,21201155 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173393, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19388339,19473883,19510546,19525166,19553726,19571372,19593117,19665846,19710090,19850138,20007446,20020282,21176477 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173394, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21137122,21137362,21137646,21137699,21137899,21137924,21138306,21138823,21139119,21139524,21139895,21180115,21180358,21180992,21181409 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19557499 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21205230,21216436 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173396, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21178859 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173397, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21170983,21184931,21188594,21199106,21202758,21203008 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173398, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21173619,21186363,21193732,21201085,21201639,21202930,21203752,21203978,21205037,21211237,21211461,21214087,21217802,21218062,21218369,21282512,21282607,21286641,21286696 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173399, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19370613,19371761,19373178,19373870,19374477,19377690,19379408,19387372,19387557,19388232,19393031,19394588,19395990,19397174,19399045,19409856,19410519,19410932,19411416,19411867,19428745,19429619,19431484,19433331,19437715,19439964,19440793,19447298,19451136,19452594,19452770,19453678,19454203,19457799,19458564,19460175,19460421,19467217,19467425,19468389,19470271,19471359,19473205,19476016,19476170,19477891,19481231,19486661,19488352,19498354,19500893,19501950,19503297,19506128,19506284,19508020,19508153,19509537,19510380,19516979,19517567,19517729,19518417,19520570,19524894,19525911,19528200,19543523,19544497,19545621,19548083,19549146,19549927,19550874,19554433,19554598,19555406,19556361,19556920,19558486,19574532,19574683,19590791,19592352,19596412,19598813,19625007,19646694,19649280,19653230,19653435,19660908,19663598,19693633,19696993,19697480,19701195,19704631,19705263,19705989,19707093,19713508,19716196,19719988,19720206,19727002,19731020,19731972,19733530,19735244,19735626,19735894,19736510,1973702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173400, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21175086,21175092,21175362,21176418,21178289,21178558,21179500,21180099,21184179,21185008,21185239,21188610,21189091,21190202,21191537,21192523,21192747,21193285,21193714,21193768,21193894,21194724,21196046,21196829,21197152,21197179,21198763,21199254,21199506,21201258,21201277,21201366,21201866,21202253,21203513,21206132,21206719,21206762,21209257,21209316,21209611,21210801,21211678,21214540,21214550,21216931,21217148,21217308,21232473,21232724,21233107,21240151,21244206,21245827,21246852,21247937,21248558,21248678,21250328,21250735,21251886,21253347,21256248,21256940,21257163,21257385,21257439,21257644,21257696,21257999,21258178,21258361,21258510,21258536,21260971 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173401, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20085668,20087145,20089326,20101313,20118964,20122964,20136834,20137455,20139828,20174654,20177633,20196603,20200522,20232920,20234171,20238862,20239133,21139191,21164170,21168285,21169504,21169952,21170452,21174616,21175211,21176637,21177082,21177113,21177417,21177828,21190068,21191088,21192669,21196662,21197033,21198755,21199207,21200211,21200291,21200775,21200894,21201152,21202528,21203533 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173402, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19485303,19912453 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173403, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517197,21136748,21136863,21137018,21137028,21137060,21137112,21137232,21137334,21137420,21137424,21137593,21137695,21137730,21137745,21137778,21138129,21138216,21138638,21138673,21138848,21138929,21139068,21139086,21139200,21139316,21139374,21139528,21139620,21139661,21139753,21139885,21140029,21140414,21140519,21140610,21140639,21140977,21141119,21141325,21141394,21141898,21142143,21147666,21173165,21173243,21173360,21173540,21173653,21173665,21173675,21173917,21174094,21174134,21174387,21174939,21175044,21175118,21175173,21175272,21175378,21175407,21175442,21175755,21175761,21175801,21175963,21176132,21176196,21176210,21176336,21176789,21176934,21176943,21177133,21177198,21177296,21177306,21177438,21177950,21178013,21178904,21178916,21179153,21179319,21179568,21179660,21179671,21179675,21179792,21179823,21179953,21180041,21180543,21181077,21181345,21181363,21181548,21181582,21181797,21182207,21182386,21182483,21182591,21182610,21183755,21183768,21184600,21185229,21185252,21187658,21187974,21188089,2118809 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173404, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19474866,19485306,19912462,19933767,20368542 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173405, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (19517188,21136747,21136866,21137019,21137058,21137107,21137236,21137327,21137417,21137429,21137441,21137596,21137691,21137737,21137742,21137771,21138132,21138212,21138627,21138671,21138840,21138928,21139079,21139088,21139168,21139209,21139320,21139373,21139536,21139613,21139694,21139762,21139880,21140024,21140408,21140601,21140629,21140954,21140979,21141011,21141118,21141211,21141291,21141317,21141346,21141402,21141424,21141442,21141469,21141543,21141573,21141725,21141861,21141893,21142140,21147669,21173172,21173245,21173357,21173536,21173659,21173664,21173683,21173912,21174097,21174142,21174381,21174947,21175043,21175111,21175172,21175276,21175382,21175401,21175451,21175745,21175759,21175804,21175837,21175952,21176141,21176168,21176188,21176199,21176333,21176787,21176927,21176945,21177135,21177200,21177292,21177327,21177437,21177957,21178019,21178900,21178910,21179150,21179317,21179571,21179657,21179665,21179683,21179793,21179815,21179949,21180032,21180539,21181081,21181162,21181351,21181357,21181557,2118157 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173299,30173303,30173311,30173319,30173341,30173358,30173367,30173376,30173385,30173393?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/30173300,30173320,30173359,30173368,30173377,30173386,30173394?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for gm : https://www.fotonower.com/velours/30173301,30173309,30173317,30173321,30173323,30173325,30173332,30173339,30173347,30173349,30173356,30173365,30173374,30173383,30173391,30173400,30173402,30173404?tags=autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse Voici le lien velours for jrm : https://www.fotonower.com/velours/30173302,30173322,30173324,30173326,30173350,30173403,30173405?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173304,30173312,30173327,30173334,30173342,30173351,30173360,30173369,30173378,30173387,30173395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173305,30173313,30173328,30173335,30173343,30173352,30173361,30173370,30173379,30173396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173306,30173314,30173329,30173336,30173344,30173353,30173362,30173371,30173380,30173388,30173397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173307,30173315,30173330,30173337,30173345,30173354,30173363,30173372,30173381,30173389,30173398?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173308,30173316,30173331,30173338,30173346,30173355,30173364,30173373,30173382,30173390,30173399?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173310,30173318,30173333,30173340,30173348,30173357,30173366,30173375,30173384,30173392,30173401?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque 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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-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-01-01' and date <= '2025-01-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((48064,),), 'unwanted_material_monthly_percentage': ((0.08325252853157682,),), 'material_repartition': (), 'material_dict': {}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 1, 2), 0.07333689082998758, 16), (datetime.date(2025, 1, 3), 0.07682036327628403, 14), (datetime.date(2025, 1, 4), 0.07511060447757363, 10), (datetime.date(2025, 1, 6), 0.07898290471769617, 16), (datetime.date(2025, 1, 7), 0.07252715486273435, 20), (datetime.date(2025, 1, 8), 0.07885328641548425, 19), (datetime.date(2025, 1, 9), 0.11430390815956651, 73), (datetime.date(2025, 1, 10), 0.07725625821631345, 13), (datetime.date(2025, 1, 11), 0.08487747920233818, 32), (datetime.date(2025, 1, 13), 0.0824050751360706, 7), (datetime.date(2025, 1, 14), 0.08296502983964445, 7), (datetime.date(2025, 1, 15), 0.08742957693701349, 31), (datetime.date(2025, 1, 16), 0.07480279996691985, 5), (datetime.date(2025, 1, 17), 0.07872347958918559, 38), (datetime.date(2025, 1, 18), 0.07409375683703731, 13), (datetime.date(2025, 1, 20), 0.08533208206949244, 36), (datetime.date(2025, 1, 21), 0.07099252302992427, 31), (datetime.date(2025, 1, 22), 0.08611902849654791, 19), (datetime.date(2025, 1, 23), 0.0796495311883754, 7), (datetime.date(2025, 1, 24), 0.08612333939425451, 80), (datetime.date(2025, 1, 25), 0.08933813291808025, 35), (datetime.date(2025, 1, 27), 0.08402339251323328, 12), (datetime.date(2025, 1, 28), 0.09560910762829182, 28), (datetime.date(2025, 1, 29), 0.0922655588577522, 36), (datetime.date(2025, 1, 30), 0.09489454005336394, 49), (datetime.date(2025, 1, 31), 0.09420958071268878, 17)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2025, 1, 2), 0.041921021049172905, 16), (datetime.date(2025, 1, 3), 0.046725110565246926, 31), (datetime.date(2025, 1, 4), 0.03979841729729116, 94), (datetime.date(2025, 1, 6), 0.040697432954115695, 39), (datetime.date(2025, 1, 7), 0.051709084388677475, 37), (datetime.date(2025, 1, 8), 0.05348111918534102, 5), (datetime.date(2025, 1, 9), 0.05597285842290817, 73), (datetime.date(2025, 1, 10), 0.045121976738085316, 6), (datetime.date(2025, 1, 11), 0.037894993137547545, 33), (datetime.date(2025, 1, 13), 0.03361099666057207, 29), (datetime.date(2025, 1, 14), 0.05057777472711975, 39), (datetime.date(2025, 1, 15), 0.0376947757846351, 42), (datetime.date(2025, 1, 16), 0.0384159447829656, 35), (datetime.date(2025, 1, 17), 0.04472894650946865, 38), (datetime.date(2025, 1, 18), 0.037426213363625324, 40), (datetime.date(2025, 1, 20), 0.03523609692400638, 42), (datetime.date(2025, 1, 21), 0.0354403239912486, 31), (datetime.date(2025, 1, 22), 0.03152803120005595, 72), (datetime.date(2025, 1, 23), 0.038613743067748035, 63), (datetime.date(2025, 1, 24), 0.03999689898816408, 80), (datetime.date(2025, 1, 25), 0.03330930503551699, 33), (datetime.date(2025, 1, 27), 0.02434360227580342, 36), (datetime.date(2025, 1, 28), 0.04385241410365516, 42), (datetime.date(2025, 1, 29), 0.03189663436326177, 11), (datetime.date(2025, 1, 30), 0.0355274183578035, 31), (datetime.date(2025, 1, 31), 0.03663296755356731, 8)), 'gm': ((datetime.date(2025, 1, 2), 0.08535396928618866, 5), (datetime.date(2025, 1, 3), 0.09583812527301384, 14), (datetime.date(2025, 1, 4), 0.0985885580612099, 10), (datetime.date(2025, 1, 6), 0.09625892342920554, 16), (datetime.date(2025, 1, 7), 0.108265864718642, 31), (datetime.date(2025, 1, 8), 0.10373493573248828, 11), (datetime.date(2025, 1, 9), 0.14201962965082027, 15), (datetime.date(2025, 1, 10), 0.10293257809092254, 13), (datetime.date(2025, 1, 11), 0.0997250341338859, 32), (datetime.date(2025, 1, 13), 0.11981514309412909, 17), (datetime.date(2025, 1, 14), 0.09932224888386774, 7), (datetime.date(2025, 1, 15), 0.09456995020815272, 12), (datetime.date(2025, 1, 16), 0.08198011274067633, 8), (datetime.date(2025, 1, 17), 0.09581592112795662, 13), (datetime.date(2025, 1, 18), 0.09496642272312855, 13), (datetime.date(2025, 1, 20), 0.09764466495228431, 19), (datetime.date(2025, 1, 21), 0.07375931163067698, 12), (datetime.date(2025, 1, 22), 0.10446841787477931, 28), (datetime.date(2025, 1, 23), 0.1009213357011328, 7), (datetime.date(2025, 1, 24), 0.11081509255565311, 13), (datetime.date(2025, 1, 25), 0.091796939235242, 35), (datetime.date(2025, 1, 27), 0.11047695513039611, 16), (datetime.date(2025, 1, 28), 0.10687716034571132, 20), (datetime.date(2025, 1, 29), 0.0940033098229946, 26), (datetime.date(2025, 1, 30), 0.12007737482102816, 18), (datetime.date(2025, 1, 31), 0.08882836616581005, 17)), 'emr': ((datetime.date(2025, 1, 2), 0.055654706610031704, 7), (datetime.date(2025, 1, 3), 0.057887293853852766, 5), (datetime.date(2025, 1, 4), 0.06108633413134518, 7), (datetime.date(2025, 1, 6), 0.05731794879642993, 6), (datetime.date(2025, 1, 7), 0.050672581311534674, 19), (datetime.date(2025, 1, 8), 0.05458402035910483, 19), (datetime.date(2025, 1, 10), 0.04888476489077358, 5), (datetime.date(2025, 1, 11), 0.04858183921628015, 10), (datetime.date(2025, 1, 13), 0.054793383971637764, 7), (datetime.date(2025, 1, 14), 0.04963895096124284, 19), (datetime.date(2025, 1, 15), 0.06036980492257981, 15), (datetime.date(2025, 1, 16), 0.05350549737028132, 5), (datetime.date(2025, 1, 17), 0.04992691787412482, 15), (datetime.date(2025, 1, 18), 0.051154782787521384, 16), (datetime.date(2025, 1, 20), 0.05736034707701121, 7), (datetime.date(2025, 1, 21), 0.05208596021136815, 19), (datetime.date(2025, 1, 22), 0.06176436638217713, 8), (datetime.date(2025, 1, 23), 0.05768257015379318, 17), (datetime.date(2025, 1, 24), 0.051051428305611345, 7), (datetime.date(2025, 1, 25), 0.061899088836216275, 9), (datetime.date(2025, 1, 27), 0.059499186099021814, 6), (datetime.date(2025, 1, 28), 0.05406544085544745, 11), (datetime.date(2025, 1, 29), 0.05848473561663894, 12), (datetime.date(2025, 1, 30), 0.055763242518702134, 15), (datetime.date(2025, 1, 31), 0.06482499117786716, 6)), 'aluminium': ((datetime.date(2025, 1, 2), 0.08056341440503653, 9), (datetime.date(2025, 1, 3), 0.07113352846633027, 14), (datetime.date(2025, 1, 4), 0.0552319952319626, 14), (datetime.date(2025, 1, 6), 0.0418301673727815, 16), (datetime.date(2025, 1, 7), 0.07737471974735817, 14), (datetime.date(2025, 1, 8), 0.05182392867273201, 13), (datetime.date(2025, 1, 10), 0.037708594683671486, 12), (datetime.date(2025, 1, 11), 0.07532467813324092, 12), (datetime.date(2025, 1, 13), 0.08677556228970956, 7), (datetime.date(2025, 1, 14), 0.053894122003810774, 8), (datetime.date(2025, 1, 15), 0.08006443093699812, 13), (datetime.date(2025, 1, 16), 0.0657598415142157, 12), (datetime.date(2025, 1, 17), 0.09616319515262378, 8), (datetime.date(2025, 1, 18), 0.05871838973956284, 11), (datetime.date(2025, 1, 20), 0.079948723675722, 15), (datetime.date(2025, 1, 21), 0.024852088793453835, 7), (datetime.date(2025, 1, 22), 0.03506256351696637, 14), (datetime.date(2025, 1, 23), 0.038117443891301485, 12), (datetime.date(2025, 1, 24), 0.029672374557760527, 19), (datetime.date(2025, 1, 25), 0.027440550838989403, 14), (datetime.date(2025, 1, 27), 0.04182860123281715, 15), (datetime.date(2025, 1, 28), 0.030472320466880407, 5), (datetime.date(2025, 1, 29), 0.029534148427791135, 8), (datetime.date(2025, 1, 30), 0.03605429826046046, 14), (datetime.date(2025, 1, 31), 0.02858106665544715, 13)), 'film_pedb': ((datetime.date(2025, 1, 2), 0.2383532339679458, 39), (datetime.date(2025, 1, 3), 0.2554395972554983, 27), (datetime.date(2025, 1, 4), 0.23426562587961286, 34), (datetime.date(2025, 1, 6), 0.2358536021309366, 41), (datetime.date(2025, 1, 7), 0.22280637545610618, 34), (datetime.date(2025, 1, 8), 0.24191658205455505, 34), (datetime.date(2025, 1, 9), 0.20393321727862299, 28), (datetime.date(2025, 1, 10), 0.22903930582009982, 5), (datetime.date(2025, 1, 11), 0.23887199733082104, 32), (datetime.date(2025, 1, 13), 0.23002505884905364, 30), (datetime.date(2025, 1, 14), 0.21696364185330458, 25), (datetime.date(2025, 1, 15), 0.2466597988480806, 31), (datetime.date(2025, 1, 16), 0.22826786878962255, 43), (datetime.date(2025, 1, 17), 0.22459071035049688, 44), (datetime.date(2025, 1, 18), 0.244976893975182, 31), (datetime.date(2025, 1, 20), 0.22244270251724296, 36), (datetime.date(2025, 1, 21), 0.22924228871305494, 42), (datetime.date(2025, 1, 22), 0.23619004172264377, 28), (datetime.date(2025, 1, 23), 0.23238353682555457, 46), (datetime.date(2025, 1, 24), 0.23310282860938364, 30), (datetime.date(2025, 1, 25), 0.23030893787016682, 41), (datetime.date(2025, 1, 27), 0.21076573100014484, 29), (datetime.date(2025, 1, 28), 0.2490049535298702, 31), (datetime.date(2025, 1, 29), 0.2266577495943734, 36), (datetime.date(2025, 1, 30), 0.2391449090002829, 43), (datetime.date(2025, 1, 31), 0.24458120738299063, 30)), 'pehd_pp': ((datetime.date(2025, 1, 2), 0.013666268275132346, 20), (datetime.date(2025, 1, 3), 0.013390176531268205, 37), (datetime.date(2025, 1, 4), 0.00637336838995403, 25), (datetime.date(2025, 1, 6), 0.004663397531179499, 20), (datetime.date(2025, 1, 7), 0.00261155448920618, 20), (datetime.date(2025, 1, 8), 0.0023791834383185806, 18), (datetime.date(2025, 1, 9), 0.013570508590793605, 40), (datetime.date(2025, 1, 10), 0.00578815136006806, 17), (datetime.date(2025, 1, 11), 0.005347263428944129, 17), (datetime.date(2025, 1, 13), 0.0068768694023447945, 21), (datetime.date(2025, 1, 14), 0.008612896241992268, 21), (datetime.date(2025, 1, 15), 0.010398831319540742, 21), (datetime.date(2025, 1, 16), 0.006234814131040287, 23), (datetime.date(2025, 1, 17), 0.012133354085585473, 39), (datetime.date(2025, 1, 18), 0.00436662940556007, 21), (datetime.date(2025, 1, 20), 0.007650482424033206, 17), (datetime.date(2025, 1, 21), 0.0038499945856211595, 20), (datetime.date(2025, 1, 22), 0.007312755373544315, 42), (datetime.date(2025, 1, 23), 0.014674490471225522, 21), (datetime.date(2025, 1, 24), 0.0046129943560108905, 20), (datetime.date(2025, 1, 25), 0.007823304039029987, 25), (datetime.date(2025, 1, 27), 0.008687576571831392, 19), (datetime.date(2025, 1, 28), 0.03685279660853918, 21), (datetime.date(2025, 1, 29), 0.054640829471771804, 19), (datetime.date(2025, 1, 30), 0.06022033390899556, 28), (datetime.date(2025, 1, 31), 0.059198113803058325, 23)), 'pet_clair': ((datetime.date(2025, 1, 2), 0.019819447252554443, 46), (datetime.date(2025, 1, 3), 0.015048068010917093, 25), (datetime.date(2025, 1, 4), 0.0056021525566411386, 27), (datetime.date(2025, 1, 6), 0.009956024159194686, 25), (datetime.date(2025, 1, 7), 0.008699324599427672, 29), (datetime.date(2025, 1, 8), 0.007994927046151895, 25), (datetime.date(2025, 1, 9), 0.003991718218775955, 48), (datetime.date(2025, 1, 10), 0.005003131870972803, 33), (datetime.date(2025, 1, 11), 0.01154767844403883, 24), (datetime.date(2025, 1, 13), 0.014690900561800625, 29), (datetime.date(2025, 1, 14), 0.009728095080526484, 40), (datetime.date(2025, 1, 15), 0.011798625972780733, 23), (datetime.date(2025, 1, 16), 0.007958075463844222, 25), (datetime.date(2025, 1, 17), 0.008349373893986756, 24), (datetime.date(2025, 1, 18), 0.007089417449807516, 25), (datetime.date(2025, 1, 20), 0.009282969523403595, 23), (datetime.date(2025, 1, 21), 0.0061201785923436875, 21), (datetime.date(2025, 1, 22), 0.015120205611847381, 27), (datetime.date(2025, 1, 23), 0.011049412788627684, 27), (datetime.date(2025, 1, 24), 0.008815755386423041, 28), (datetime.date(2025, 1, 25), 0.01156774270065105, 22), (datetime.date(2025, 1, 27), 0.010575728155461851, 26), (datetime.date(2025, 1, 28), 0.00651399986465927, 24), (datetime.date(2025, 1, 29), 0.007163468708300533, 45), (datetime.date(2025, 1, 30), 0.012090469139847041, 49), (datetime.date(2025, 1, 31), 0.01356090917615028, 23)), 'flux_dev': ((datetime.date(2025, 1, 2), 0.07043465116396329, 33), (datetime.date(2025, 1, 3), 0.08534610129234359, 19), (datetime.date(2025, 1, 4), 0.07554666391625905, 22), (datetime.date(2025, 1, 6), 0.11877253465098508, 23), (datetime.date(2025, 1, 7), 0.07154455199766112, 34), (datetime.date(2025, 1, 8), 0.0722427084112137, 19), (datetime.date(2025, 1, 9), 0.13498459891056785, 20), (datetime.date(2025, 1, 10), 0.09601754542075201, 18), (datetime.date(2025, 1, 11), 0.10517681774402886, 22), (datetime.date(2025, 1, 13), 0.09599809956576258, 20), (datetime.date(2025, 1, 14), 0.128135075028166, 29), (datetime.date(2025, 1, 15), 0.1560348230244179, 21), (datetime.date(2025, 1, 16), 0.13774794159609313, 20), (datetime.date(2025, 1, 17), 0.10534274148570406, 19), (datetime.date(2025, 1, 18), 0.09068577350766667, 16), (datetime.date(2025, 1, 20), 0.172554660901845, 16), (datetime.date(2025, 1, 21), 0.13371770036918088, 21), (datetime.date(2025, 1, 22), 0.15001048276350204, 19), (datetime.date(2025, 1, 23), 0.08364296875458768, 20), (datetime.date(2025, 1, 24), 0.1474788191820749, 7), (datetime.date(2025, 1, 25), 0.24133302189496855, 7), (datetime.date(2025, 1, 27), 0.20237263340449846, 12), (datetime.date(2025, 1, 28), 0.22613136959095867, 28), (datetime.date(2025, 1, 29), 0.13971489151551703, 32), (datetime.date(2025, 1, 30), 0.17513946515742987, 17), (datetime.date(2025, 1, 31), 0.17501397584044076, 17)), 'ela': ((datetime.date(2025, 1, 2), 0.02323294066014616, 20), (datetime.date(2025, 1, 3), 0.010835612184479664, 28), (datetime.date(2025, 1, 4), 0.013471600786523286, 25), (datetime.date(2025, 1, 6), 0.017713921572435492, 29), (datetime.date(2025, 1, 7), 0.013779720416568901, 34), (datetime.date(2025, 1, 8), 0.029769730008555324, 31), (datetime.date(2025, 1, 9), 0.025699729488632497, 22), (datetime.date(2025, 1, 10), 0.017576902046044455, 35), (datetime.date(2025, 1, 11), 0.019031085953338328, 33), (datetime.date(2025, 1, 13), 0.022079079712564714, 28), (datetime.date(2025, 1, 14), 0.01859661538489602, 21), (datetime.date(2025, 1, 15), 0.0239858214311731, 27), (datetime.date(2025, 1, 16), 0.017866313007515646, 29), (datetime.date(2025, 1, 17), 0.012551224528364394, 31), (datetime.date(2025, 1, 18), 0.017269630041974453, 35), (datetime.date(2025, 1, 20), 0.024729841425413512, 20), (datetime.date(2025, 1, 21), 0.012897553514265461, 25), (datetime.date(2025, 1, 22), 0.02185865037602429, 23), (datetime.date(2025, 1, 23), 0.01189043450194297, 29), (datetime.date(2025, 1, 24), 0.018322465774183425, 28), (datetime.date(2025, 1, 25), 0.011497971530237535, 39), (datetime.date(2025, 1, 27), 0.01148109000908189, 19), (datetime.date(2025, 1, 28), 0.012607763921881905, 19), (datetime.date(2025, 1, 29), 0.01954855906960583, 22), (datetime.date(2025, 1, 30), 0.01811049049892939, 33), (datetime.date(2025, 1, 31), 0.008031723942922179, 38)), 'refus': ((datetime.date(2025, 1, 9), 0.17923114600939397, 8), (datetime.date(2025, 1, 14), 0.13379311342592592, 5), (datetime.date(2025, 1, 15), 0.15370604263117282, 5), (datetime.date(2025, 1, 27), 0.11047211285411154, 5), (datetime.date(2025, 1, 28), 0.0, 5), (datetime.date(2025, 1, 30), 0.0, 6), (datetime.date(2025, 1, 31), 0.09387472270447535, 8))}, 'quality_array': [['-5.135931016660294', '02012025'], ['-5.167563672585467', '03012025'], ['-5.128745235684297', '04012025'], ['-5.117965596920414', '06012025'], ['-5.180707262240016', '07012025'], ['-5.215685891476826', '08012025'], ['-5.17950954930533', '09012025'], ['-5.157297822833122', '10012025'], ['-5.167870417148348', '11012025'], ['-5.211193999832195', '13012025'], ['-5.158960276278098', '14012025'], ['-5.148959955720075', '15012025'], ['-5.147504251308866', '16012025'], ['-5.168909609129796', '17012025'], ['-5.165581051203779', '18012025'], ['-5.1346503893621955', '20012025'], ['-5.120360574255526', '21012025'], ['-5.169010343570256', '22012025'], ['-5.168812233544529', '23012025'], ['-5.186869906872301', '24012025'], ['-5.1127094043009365', '25012025'], ['-5.1457877944572585', '27012025'], ['-5.085949468228427', '28012025'], ['-5.094762481814828', '29012025'], ['-5.148471579572566', '30012025'], ['-5.168116288168452', '31012025']], 'number_of_batch': ((2555,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00335333834423154, 'nb_photo': 875, 'list_port_cont': '19370768,19371789,19371869,19373900,19374917,19375348,19387743,19387893,19388340,19389898,19392260,19394716,19395420,19396179,19397512,19398159,19398262,19398366,19399128,19410183,19410208,19411162,19411508,19412242,19417323,19417530,19430870,19430947,19433390,19437756,19440868,19446612,19451297,19453868,19456964,19457014,19457925,19459116,19461435,19461680,19461747,19465737,19467302,19468236,19469049,19470589,19471576,19473882,19476298,19476589,19477107,19478661,19482495,19488511,19490562,19498419,19499575,19500267,19500983,19501974,19503941,19504971,19505824,19508259,19508868,19509790,19510541,19517048,19517098,19517594,19519874,19521290,19522163,19522519,19525975,19528325,19543066,19543571,19544788,19546483,19549271,19551566,19553235,19553591,19553728,19555657,19556478,19556952,19557592,19571378,19572694,19577755,19578498,19581496,19585706,19591321,19593130,19595593,19599502,19625695,19628758,19631782,19634540,19638837,19643561,19648139,19649945,19657956,19661690,19665845,19676101,19693333,19693712,1969455', 'assoc_port': '19370526:19370768,19371333:19371869,19371343:19371789,19373268:19373900,19374328:19374917,19375083:19375348,19387141:19387893,19387145:19387743,19388090:19388340,19389027:19389898,19391357:19392260,19394321:19394716,19395028:19395420,19395733:19396179,19397312:19397512,19397892:19398366,19397895:19398262,19397897:19398159,19398799:19399128,19409765:19410208,19409945:19410183,19410821:19411162,19411325:19411508,19411750:19412242,19416274:19417323,19416276:19417530,19430626:19430947,19430628:19430870,19433117:19433390,19437330:19437756,19440217:19440868,19445899:19446612,19450721:19451297,19453210:19453868,19456526:19457014,19456531:19456964,19457586:19457925,19458788:19459116,19460972:19461747,19460973:19461680,19460976:19461435,19465714:19465737,19466863:19467302,19467832:19468236,19468804:19469049,19470120:19470589,19470642:19471576,19473171:19473882,19474556:19476589,19474568:19476298,19475793:19477107,19477742:19482495,19477745:19478661,19487950:19488511,19489650:19490562,19498293:19498419,19499279:1949957', 'assoc_mat': '19370526:autre:3327:19370768,19371333:autre:3327:19371869,19371343:autre:3327:19371789,19373268:autre:3327:19373900,19374328:autre:3327:19374917,19375083:autre:3327:19375348,19387141:autre:3327:19387893,19387145:autre:3327:19387743,19388090:autre:3327:19388340,19389027:autre:3327:19389898,19391357:autre:3327:19392260,19394321:autre:3327:19394716,19395028:autre:3327:19395420,19395733:autre:3327:19396179,19397312:autre:3327:19397512,19397892:autre:3327:19398366,19397895:autre:3327:19398262,19397897:autre:3327:19398159,19398799:autre:3327:19399128,19409765:autre:3327:19410208,19409945:autre:3327:19410183,19410821:autre:3327:19411162,19411325:autre:3327:19411508,19411750:autre:3327:19412242,19416274:autre:3327:19417323,19416276:autre:3327:19417530,19430626:autre:3327:19430947,19430628:autre:3327:19430870,19433117:autre:3327:19433390,19437330:autre:3327:19437756,19440217:autre:3327:19440868,19445899:autre:3327:19446612,19450721:autre:3327:19451297,19453210:autre:3327:19453868,19456526:autre:3327:19457014,19456531:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004446292935138422, 'nb_photo': 79, 'list_port_cont': '21137118,21137357,21137702,21137892,21138304,21138640,21138822,21139118,21139223,21139522,21139902,21173208,21173755,21178126,21180118,21180361,21180991,21181407', 'assoc_port': '21136601:21139902,21136603:21139522,21136606:21139223,21136608:21139118,21136617:21138822,21136619:21138640,21136624:21137892,21136628:21137702,21136633:21137357,21136639:21138304,21136640:21137118,21172933:21173208,21173139:21173755,21177656:21180118,21177716:21180991,21177717:21180361,21177725:21178126,21179437:21181407', 'assoc_mat': '21136601:autre:3594:21139902,21136603:autre:3594:21139522,21136606:autre:3594:21139223,21136608:autre:3594:21139118,21136617:autre:3594:21138822,21136619:autre:3594:21138640,21136624:autre:3594:21137892,21136628:autre:3594:21137702,21136633:autre:3594:21137357,21136639:autre:3594:21138304,21136640:autre:3594:21137118,21172933:autre:3594:21173208,21173139:autre:3594:21173755,21177656:autre:3594:21180118,21177716:autre:3594:21180991,21177717:autre:3594:21180361,21177725:autre:3594:21178126,21179437:autre:3594:21181407'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.024902797506967594, 'nb_photo': 28, 'list_port_cont': '19474863,19485300,19912461,19933758', 'assoc_port': '19474557:19474863,19477264:19485300,19884822:19933758,19901747:19912461', 'assoc_mat': '19474557:autre_refus:3726:19474863,19477264:autre_refus:3726:19485300,19884822:autre_refus:3726:19933758,19901747:autre_refus:3726:19912461'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012859671032701369, 'nb_photo': 1951, 'list_port_cont': '19517190,21136754,21136860,21137013,21137031,21137053,21137081,21137104,21137237,21137329,21137415,21137435,21137440,21137599,21137696,21137733,21137738,21137781,21138128,21138211,21138631,21138668,21138839,21138925,21139075,21139090,21139166,21139203,21139325,21139382,21139530,21139617,21139670,21139695,21139754,21139887,21140035,21140412,21140515,21140606,21140630,21140953,21140987,21141215,21141296,21141320,21141347,21141404,21141426,21141444,21141547,21141574,21141863,21141894,21142141,21147658,21173161,21173246,21173362,21173543,21173648,21173669,21173681,21173914,21174090,21174141,21174382,21174944,21175039,21175114,21175180,21175274,21175376,21175405,21175445,21175752,21175765,21175807,21175833,21175955,21176131,21176162,21176194,21176203,21176328,21176790,21176926,21176947,21177136,21177197,21177294,21177326,21177441,21177958,21178018,21178908,21178914,21179152,21179318,21179574,21179650,21179661,21179674,21179788,21179824,21179948,21180043,21180544,21181087,21181155,21181350,21181359,21181553,2118158', 'assoc_port': '19516788:19517190,21136549:21136754,21136550:21141894,21136559:21147658,21136560:21141863,21136574:21141574,21136576:21141547,21136581:21141444,21136582:21141426,21136584:21141404,21136586:21141347,21136588:21141320,21136589:21141296,21136592:21141215,21136594:21142141,21136604:21137031,21136611:21137013,21136618:21140987,21136620:21136860,21136897:21140953,21136902:21137329,21136914:21137237,21136920:21137053,21136948:21138631,21136950:21137104,21136951:21137415,21136956:21137081,21137249:21140630,21137300:21137435,21137302:21137599,21137319:21140606,21137321:21137440,21137519:21137738,21137523:21137733,21137528:21140412,21137546:21137781,21137554:21137696,21137951:21138211,21137962:21138128,21138540:21138668,21138579:21138925,21138586:21138839,21138606:21139754,21138608:21139075,21138718:21139695,21138719:21140515,21138720:21139670,21138730:21139617,21138737:21139530,21138749:21139090,21138777:21139887,21139032:21139382,21139041:21139325,21139052:21140035,21139055:21139203,21139057:21139166,21172714:2119038', 'assoc_mat': '19516788:autre_refus:3726:19517190,21136549:autre_refus:3726:21136754,21136550:autre_refus:3726:21141894,21136559:autre_refus:3726:21147658,21136560:autre_refus:3726:21141863,21136574:autre_refus:3726:21141574,21136576:autre_refus:3726:21141547,21136581:autre_refus:3726:21141444,21136582:autre_refus:3726:21141426,21136584:autre_refus:3726:21141404,21136586:autre_refus:3726:21141347,21136588:autre_refus:3726:21141320,21136589:autre_refus:3726:21141296,21136592:autre_refus:3726:21141215,21136594:autre_refus:3726:21142141,21136604:autre_refus:3726:21137031,21136611:autre_refus:3726:21137013,21136618:autre_refus:3726:21140987,21136620:autre_refus:3726:21136860,21136897:autre_refus:3726:21140953,21136902:autre_refus:3726:21137329,21136914:autre_refus:3726:21137237,21136920:autre_refus:3726:21137053,21136948:autre_refus:3726:21138631,21136950:autre_refus:3726:21137104,21136951:autre_refus:3726:21137415,21136956:autre_refus:3726:21137081,21137249:autre_refus:3726:21140630,21137300:autre_refus:3726:21137435,21137302:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018283586084267335, 'nb_photo': 19, 'list_port_cont': '19374915,19376908,19398364,19439431,19478669,19500981,19578502,19593129,19649949,19735308,19763008,19792900,19930572,20080762,20090050,20115897,21167897', 'assoc_port': '19374328:19374915,19376390:19376908,19397892:19398364,19438273:19439431,19477745:19478669,19500656:19500981,19576089:19578502,19591442:19593129,19648134:19649949,19735099:19735308,19762341:19763008,19791446:19792900,19929109:19930572,20080194:20080762,20089685:20090050,20115465:20115897,21137278:21167897', 'assoc_mat': '19374328:barquette_avec_film:3327:19374915,19376390:barquette_avec_film:3327:19376908,19397892:barquette_avec_film:3327:19398364,19438273:barquette_avec_film:3327:19439431,19477745:barquette_avec_film:3327:19478669,19500656:barquette_avec_film:3327:19500981,19576089:barquette_avec_film:3327:19578502,19591442:barquette_avec_film:3327:19593129,19648134:barquette_avec_film:3327:19649949,19735099:barquette_avec_film:3327:19735308,19762341:barquette_avec_film:3327:19763008,19791446:barquette_avec_film:3327:19792900,19929109:barquette_avec_film:3327:19930572,20080194:barquette_avec_film:3327:20080762,20089685:barquette_avec_film:3327:20090050,20115465:barquette_avec_film:3327:20115897,21137278:barquette_avec_film:3327:21167897'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00287786162305097, 'nb_photo': 16, 'list_port_cont': '21174314,21193906,21199573,21201314,21205235,21209166,21211543,21216443,21274176,21286769,21288175,21335680', 'assoc_port': '21137275:21274176,21138611:21286769,21138728:21335680,21138752:21288175,21172892:21216443,21172991:21211543,21173188:21209166,21173834:21205235,21173886:21174314,21174967:21201314,21175674:21199573,21177708:21193906', 'assoc_mat': '21137275:barquette_opaque:4205:21274176,21138611:barquette_opaque:4205:21286769,21138728:barquette_opaque:4205:21335680,21138752:barquette_opaque:4205:21288175,21172892:barquette_opaque:4205:21216443,21172991:barquette_opaque:4205:21211543,21173188:barquette_opaque:4205:21209166,21173834:barquette_opaque:4205:21205235,21173886:barquette_opaque:4205:21174314,21174967:barquette_opaque:4205:21201314,21175674:barquette_opaque:4205:21199573,21177708:barquette_opaque:4205:21193906'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011164716835811849, 'nb_photo': 110, 'list_port_cont': '20135031,20162230,20194744,20199704,20208113,20277582,21178861,21185338,21190162,21197020,21200262,21206313,21208469,21209629,21210463,21210903,21214501,21216596,21218223,21270586,21334557', 'assoc_port': '20025651:20135031,20039938:20277582,20073268:20162230,20104700:20194744,20115134:20199704,20119801:20208113,21136910:21270586,21139048:21334557,21172726:21218223,21172923:21216596,21172981:21214501,21173043:21210903,21173112:21210463,21173173:21209629,21173275:21208469,21173810:21206313,21175654:21200262,21176546:21197020,21177730:21178861,21179158:21190162,21179219:21185338', 'assoc_mat': '20025651:barquette_opaque:4203:20135031,20039938:barquette_opaque:4203:20277582,20073268:barquette_opaque:4203:20162230,20104700:barquette_opaque:4203:20194744,20115134:barquette_opaque:4203:20199704,20119801:barquette_opaque:4203:20208113,21136910:barquette_opaque:4203:21270586,21139048:barquette_opaque:4203:21334557,21172726:barquette_opaque:4203:21218223,21172923:barquette_opaque:4203:21216596,21172981:barquette_opaque:4203:21214501,21173043:barquette_opaque:4203:21210903,21173112:barquette_opaque:4203:21210463,21173173:barquette_opaque:4203:21209629,21173275:barquette_opaque:4203:21208469,21173810:barquette_opaque:4203:21206313,21175654:barquette_opaque:4203:21200262,21176546:barquette_opaque:4203:21197020,21177730:barquette_opaque:4203:21178861,21179158:barquette_opaque:4203:21190162,21179219:barquette_opaque:4203:21185338'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002205983192987563, 'nb_photo': 23, 'list_port_cont': '21168675,21168701,21172635,21184780,21186265,21186475,21190402,21191505,21191920,21192259,21192735,21194647,21195727,21197199,21198148,21198262,21200526,21200710,21201776,21201916,21202333,21203015', 'assoc_port': '21137277:21203015,21137508:21202333,21137521:21201916,21137535:21201776,21137970:21200710,21138547:21200526,21138613:21172635,21139042:21168701,21139051:21168675,21172894:21198262,21172897:21198148,21172939:21197199,21173006:21195727,21173095:21194647,21173307:21192735,21173310:21192259,21173321:21191920,21173328:21191505,21173827:21190402,21174961:21186475,21175581:21186265,21175652:21184780', 'assoc_mat': '21137277:barquette_opaque:4207:21203015,21137508:barquette_opaque:4207:21202333,21137521:barquette_opaque:4207:21201916,21137535:barquette_opaque:4207:21201776,21137970:barquette_opaque:4207:21200710,21138547:barquette_opaque:4207:21200526,21138613:barquette_opaque:4207:21172635,21139042:barquette_opaque:4207:21168701,21139051:barquette_opaque:4207:21168675,21172894:barquette_opaque:4207:21198262,21172897:barquette_opaque:4207:21198148,21172939:barquette_opaque:4207:21197199,21173006:barquette_opaque:4207:21195727,21173095:barquette_opaque:4207:21194647,21173307:barquette_opaque:4207:21192735,21173310:barquette_opaque:4207:21192259,21173321:barquette_opaque:4207:21191920,21173328:barquette_opaque:4207:21191505,21173827:barquette_opaque:4207:21190402,21174961:barquette_opaque:4207:21186475,21175581:barquette_opaque:4207:21186265,21175652:barquette_opaque:4207:21184780'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010501194621110661, 'nb_photo': 49, 'list_port_cont': '21174226,21176267,21177017,21184626,21190850,21191734,21194455,21194791,21196541,21197840,21197948,21198636,21199846,21201432,21202138,21202553,21205304,21206800,21207995,21209497,21209722,21215991,21216672,21217010,21218288,21263448,21269764,21273307,21280367,21283918,21285566,21286183,21286692,21288151,21292414,21294108,21294267,21295272,21298145,21302355', 'assoc_port': '21136554:21263448,21136602:21302355,21136896:21269764,21136947:21273307,21137526:21292414,21137549:21280367,21137972:21294267,21138545:21283918,21138553:21295272,21138582:21285566,21138589:21286183,21138602:21286692,21138625:21288151,21138760:21298145,21139063:21294108,21172724:21218288,21172851:21217010,21172890:21216672,21172952:21215991,21173142:21209722,21173155:21209497,21173306:21207995,21173331:21206800,21173836:21205304,21173892:21174226,21174780:21202553,21174789:21202138,21174963:21201432,21175915:21198636,21175930:21197948,21175941:21197840,21175945:21176267,21176554:21199846,21176576:21196541,21176613:21177017,21176896:21194791,21177661:21194455,21178633:21191734,21178722:21190850,21179349:21184626', 'assoc_mat': '21136554:barquette_opaque:4461:21263448,21136602:barquette_opaque:4461:21302355,21136896:barquette_opaque:4461:21269764,21136947:barquette_opaque:4461:21273307,21137526:barquette_opaque:4461:21292414,21137549:barquette_opaque:4461:21280367,21137972:barquette_opaque:4461:21294267,21138545:barquette_opaque:4461:21283918,21138553:barquette_opaque:4461:21295272,21138582:barquette_opaque:4461:21285566,21138589:barquette_opaque:4461:21286183,21138602:barquette_opaque:4461:21286692,21138625:barquette_opaque:4461:21288151,21138760:barquette_opaque:4461:21298145,21139063:barquette_opaque:4461:21294108,21172724:barquette_opaque:4461:21218288,21172851:barquette_opaque:4461:21217010,21172890:barquette_opaque:4461:21216672,21172952:barquette_opaque:4461:21215991,21173142:barquette_opaque:4461:21209722,21173155:barquette_opaque:4461:21209497,21173306:barquette_opaque:4461:21207995,21173331:barquette_opaque:4461:21206800,21173836:barquette_opaque:4461:21205304,21173892:barquette_opaque:4461:21174226,21174780:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04819562450924457, 'nb_photo': 444, 'list_port_cont': '21137268,21137617,21138141,21138501,21138690,21139961,21140016,21140737,21141139,21141622,21141780,21146770,21149878,21155314,21157136,21157447,21159111,21159367,21159727,21162405,21162604,21173420,21173961,21174115,21174128,21174167,21174339,21174405,21174708,21174894,21175217,21175518,21175783,21176024,21176244,21176726,21177040,21177161,21177535,21177972,21178137,21178197,21178269,21178696,21178871,21179235,21179407,21179531,21179561,21179594,21179836,21179843,21180080,21180158,21182453,21182993,21183064,21183132,21183734,21184009,21184555,21185071,21185191,21185392,21186286,21186739,21187663,21188513,21188675,21189116,21189255,21189453,21189722,21190115,21190523,21190707,21191013,21191406,21191624,21192053,21192390,21192887,21193384,21193629,21193844,21194238,21194497,21194676,21195000,21195309,21195542,21195981,21196636,21196910,21197655,21197888,21198215,21198466,21198733,21199074,21199311,21200274,21200549,21200907,21201673,21201770,21201849,21202035,21202212,21202439,21202602,21202867,21203034,2120327', 'assoc_port': '21136563:21137268,21136907:21162604,21136918:21162405,21136944:21137617,21137283:21159727,21137307:21159367,21137511:21159111,21137512:21157447,21137532:21157136,21137537:21155314,21137543:21138501,21137548:21138141,21137968:21138690,21138575:21149878,21138591:21146770,21138597:21141780,21138621:21141622,21138785:21141139,21139023:21140737,21139038:21140016,21139046:21139961,21172716:21206998,21172754:21206452,21172798:21206193,21172842:21205859,21172855:21205765,21172864:21205106,21172886:21206049,21172900:21205591,21172902:21205522,21172924:21204969,21172926:21205414,21172932:21173420,21173014:21204723,21173024:21204536,21173046:21204487,21173048:21204431,21173093:21204289,21173098:21204173,21173125:21203700,21173144:21203277,21173158:21203034,21173176:21202867,21173182:21202602,21173189:21202439,21173218:21202212,21173235:21202035,21173257:21201849,21173281:21201770,21173308:21201673,21173320:21200907,21173329:21174128,21173354:21173961,21173410:21174115,21173809:21200549,21173853:21200274,21173857:2117489', 'assoc_mat': '21136563:barquette_opaque:4200:21137268,21136907:barquette_opaque:4200:21162604,21136918:barquette_opaque:4200:21162405,21136944:barquette_opaque:4200:21137617,21137283:barquette_opaque:4200:21159727,21137307:barquette_opaque:4200:21159367,21137511:barquette_opaque:4200:21159111,21137512:barquette_opaque:4200:21157447,21137532:barquette_opaque:4200:21157136,21137537:barquette_opaque:4200:21155314,21137543:barquette_opaque:4200:21138501,21137548:barquette_opaque:4200:21138141,21137968:barquette_opaque:4200:21138690,21138575:barquette_opaque:4200:21149878,21138591:barquette_opaque:4200:21146770,21138597:barquette_opaque:4200:21141780,21138621:barquette_opaque:4200:21141622,21138785:barquette_opaque:4200:21141139,21139023:barquette_opaque:4200:21140737,21139038:barquette_opaque:4200:21140016,21139046:barquette_opaque:4200:21139961,21172716:barquette_opaque:4200:21206998,21172754:barquette_opaque:4200:21206452,21172798:barquette_opaque:4200:21206193,21172842:barquette_opaque:4200:21205859,21172855:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008786067008014976, 'nb_photo': 414, 'list_port_cont': '21173352,21173402,21173497,21173531,21174557,21175083,21175093,21175329,21175369,21175428,21175790,21176343,21176379,21176405,21176594,21176760,21176870,21177514,21177860,21178248,21178546,21179495,21179765,21180059,21180096,21180166,21180287,21180403,21180871,21183326,21183517,21183853,21184279,21184692,21185085,21185236,21185493,21186236,21186406,21186531,21187091,21187300,21187389,21188262,21188900,21189095,21190190,21190549,21190599,21190676,21190759,21190915,21190987,21191411,21191534,21192088,21192139,21192244,21192309,21192352,21192518,21192751,21193184,21193217,21193295,21193712,21193888,21194103,21194389,21194402,21194576,21194730,21194878,21194924,21195210,21195375,21195551,21195839,21195917,21196042,21196071,21196512,21196527,21196589,21196809,21196981,21197154,21197183,21197477,21197829,21197980,21198455,21198856,21199244,21199317,21199662,21199874,21199900,21199923,21200035,21200047,21200147,21200406,21200568,21200626,21200887,21200970,21201269,21201286,21201326,21201545,21202088,21202355,2120267', 'assoc_port': '19458329:21249061,19460977:21248693,19467828:21255765,19469398:21255280,19474557:21254388,19477264:21252241,19543451:21216038,19545200:21214724,19554129:21173402,19555141:21211406,19558298:21211040,19571015:21216943,19580444:21216702,19581718:21216404,19735437:21205214,19737247:21175428,19737437:21175329,19754761:21176343,19758171:21203743,19760878:21203824,19760884:21203656,19847173:21198856,19856581:21176870,19859427:21176760,19876106:21197829,19884822:21197183,19884847:21196981,19898891:21199900,19916125:21195375,19929105:21194878,19960824:21194389,19965567:21194103,19980529:21178546,20010529:21193217,20023443:21192518,20028256:21192139,20044538:21190987,20045058:21190915,20048503:21190599,20049402:21179765,20049856:21179495,20083093:21188262,20101894:21185085,20116388:21183853,20121243:21180287,21136551:21262919,21136555:21262377,21136558:21261956,21136607:21258674,21136610:21258367,21136612:21258425,21136614:21258522,21136615:21258133,21136616:21258177,21136622:21257995,21136626:21257404,21136627:2125742', 'assoc_mat': '19458329:barquette_opaque:4209:21249061,19460977:barquette_opaque:4209:21248693,19467828:barquette_opaque:4209:21255765,19469398:barquette_opaque:4209:21255280,19474557:barquette_opaque:4209:21254388,19477264:barquette_opaque:4209:21252241,19543451:barquette_opaque:4209:21216038,19545200:barquette_opaque:4209:21214724,19554129:barquette_opaque:4209:21173402,19555141:barquette_opaque:4209:21211406,19558298:barquette_opaque:4209:21211040,19571015:barquette_opaque:4209:21216943,19580444:barquette_opaque:4209:21216702,19581718:barquette_opaque:4209:21216404,19735437:barquette_opaque:4209:21205214,19737247:barquette_opaque:4209:21175428,19737437:barquette_opaque:4209:21175329,19754761:barquette_opaque:4209:21176343,19758171:barquette_opaque:4209:21203743,19760878:barquette_opaque:4209:21203824,19760884:barquette_opaque:4209:21203656,19847173:barquette_opaque:4209:21198856,19856581:barquette_opaque:4209:21176870,19859427:barquette_opaque:4209:21176760,19876106:barquette_opaque:4209:21197829,19884822:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02201873003300837, 'nb_photo': 4902, 'list_port_cont': '20085665,20086287,20087146,20089322,20090303,20101299,20106739,20107665,20115905,20117044,20118952,20121972,20122967,20136833,20137454,20137828,20138103,20139824,20139886,20140013,20172572,20174659,20176341,20177631,20196612,20198246,20199593,20200519,20200549,20201322,20231836,20231873,20232930,20233469,20234054,20234162,20235855,20238856,20239136,21137399,21139193,21139683,21163805,21164177,21167759,21168291,21168638,21169500,21169956,21170442,21173775,21174282,21174613,21174825,21175185,21175343,21175560,21175994,21176322,21176640,21177073,21177127,21177424,21177566,21177836,21178152,21183057,21187032,21190067,21191091,21191356,21192666,21193181,21196664,21197028,21198758,21199201,21199638,21200210,21200294,21200768,21200893,21201151,21202544,21202711,21203072,21203530', 'assoc_port': '19859429:20174659,19954425:20176341,20014710:20196612,20015611:20177631,20023438:20198246,20023441:20199593,20026808:20200519,20031177:20200549,20036276:20201322,20036573:20231836,20039940:20232930,20042505:20231873,20042852:20233469,20044534:20234054,20045059:20234162,20046352:20235855,20047144:20238856,20048499:20239136,20049854:20172572,20063551:20140013,20068359:20139886,20070514:20139824,20071895:20138103,20073270:20137828,20074713:20101299,20076794:20090303,20079018:20089322,20083089:20086287,20083092:20085665,20085536:20087146,20101919:20137454,20105987:20107665,20106007:20106739,20108234:20136833,20115463:20115905,20116392:20117044,20118802:20118952,20121224:20122967,20121231:20121972,21136613:21137399,21137552:21139193,21137971:21170442,21138549:21169956,21138592:21169500,21138615:21168638,21138620:21168291,21138725:21167759,21138733:21164177,21138741:21163805,21139065:21139683,21172727:21203530,21172847:21203072,21172860:21202711,21172936:21173775,21172955:21202544,21173009:21201151,21173010:2120089', 'assoc_mat': '19859429:barquette_opaque:4211:20174659,19954425:barquette_opaque:4211:20176341,20014710:barquette_opaque:4211:20196612,20015611:barquette_opaque:4211:20177631,20023438:barquette_opaque:4211:20198246,20023441:barquette_opaque:4211:20199593,20026808:barquette_opaque:4211:20200519,20031177:barquette_opaque:4211:20200549,20036276:barquette_opaque:4211:20201322,20036573:barquette_opaque:4211:20231836,20039940:barquette_opaque:4211:20232930,20042505:barquette_opaque:4211:20231873,20042852:barquette_opaque:4211:20233469,20044534:barquette_opaque:4211:20234054,20045059:barquette_opaque:4211:20234162,20046352:barquette_opaque:4211:20235855,20047144:barquette_opaque:4211:20238856,20048499:barquette_opaque:4211:20239136,20049854:barquette_opaque:4211:20172572,20063551:barquette_opaque:4211:20140013,20068359:barquette_opaque:4211:20139886,20070514:barquette_opaque:4211:20139824,20071895:barquette_opaque:4211:20138103,20073270:barquette_opaque:4211:20137828,20074713:barquette_opaque:4211:20101299,20076794:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006108623977705314, 'nb_photo': 264, 'list_port_cont': '19371787,19371875,19373423,19373909,19374908,19387892,19389897,19394719,19395410,19397511,19398269,19398362,19399126,19410211,19412234,19417328,19429585,19433392,19440870,19451293,19453873,19457935,19459125,19461432,19461672,19461751,19468245,19469044,19478665,19481508,19490568,19498414,19499574,19500987,19501968,19503522,19509789,19517100,19517599,19519881,19522152,19522526,19525157,19543572,19544797,19551564,19553727,19556473,19556954,19557587,19571379,19577751,19581504,19591322,19599505,19631776,19638833,19643562,19648140,19649936,19657950,19661692,19661997,19693341,19695231,19697213,19698287,19702203,19704961,19707973,19710091,19711764,19716477,19734499,19735311,19736024,19736966,19750127,19750148,19758821,19760293,19763017,19767939,19782818,19792902,19803491,19822202,19829821,19830323,19830451,19843640,19846162,19850131,19863690,19887302,19889953,19906587,19906956,19913570,19913585,19915937,19918205,19920795,19930418,19930566,19930716,19958638,19959530,19965446,19965465,19986633,20005491,20016265,2002758', 'assoc_port': '19371333:19371875,19371343:19371787,19372923:19373423,19373268:19373909,19374328:19374908,19387141:19387892,19389027:19389897,19394321:19394719,19395028:19395410,19397312:19397511,19397892:19398362,19397895:19398269,19398799:19399126,19409765:19410211,19411750:19412234,19416274:19417328,19429023:19429585,19433117:19433392,19440217:19440870,19450721:19451293,19453210:19453873,19457586:19457935,19458788:19459125,19460972:19461751,19460973:19461672,19460976:19461432,19467832:19468245,19468804:19469044,19477745:19478665,19480446:19481508,19489650:19490568,19498293:19498414,19499279:19499574,19500656:19500987,19501674:19501968,19503118:19503522,19509375:19509789,19516779:19517100,19517299:19517599,19519425:19519881,19521852:19522152,19522264:19522526,19524617:19525157,19543454:19543572,19544335:19544797,19550533:19551564,19553296:19553727,19555144:19556473,19556610:19556954,19557296:19557587,19571016:19571379,19576093:19577751,19580446:19581504,19590191:19591322,19598088:19599505,19630153:19631776,19637612:1963883', 'assoc_mat': '19371333:bouchon:3327:19371875,19371343:bouchon:3327:19371787,19372923:bouchon:3327:19373423,19373268:bouchon:3327:19373909,19374328:bouchon:3327:19374908,19387141:bouchon:3327:19387892,19389027:bouchon:3327:19389897,19394321:bouchon:3327:19394719,19395028:bouchon:3327:19395410,19397312:bouchon:3327:19397511,19397892:bouchon:3327:19398362,19397895:bouchon:3327:19398269,19398799:bouchon:3327:19399126,19409765:bouchon:3327:19410211,19411750:bouchon:3327:19412234,19416274:bouchon:3327:19417328,19429023:bouchon:3327:19429585,19433117:bouchon:3327:19433392,19440217:bouchon:3327:19440870,19450721:bouchon:3327:19451293,19453210:bouchon:3327:19453873,19457586:bouchon:3327:19457935,19458788:bouchon:3327:19459125,19460972:bouchon:3327:19461751,19460973:bouchon:3327:19461672,19460976:bouchon:3327:19461432,19467832:bouchon:3327:19468245,19468804:bouchon:3327:19469044,19477745:bouchon:3327:19478665,19480446:bouchon:3327:19481508,19489650:bouchon:3327:19490568,19498293:bouchon:3327:19498414,19499279:bouchon:3327:19499574,1'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.012281110273837777, 'nb_photo': 834, 'list_port_cont': '19372022,19388692,19419711,19433569,19434061,19436606,19446666,19465978,19490513,19512813,19516748,19521924,19530884,19543602,19629742,19698200,19712446,19728368,19730893,19742202,19780724,19826817,19868749,19870941,19905923,19909745,19927328,19929753,19934401,19939957,19945347,19966781,19982739,20119957,20136837,20147016,20149148,20150760,20164741,20166271,20194348,20199880,21173437,21174321,21175719,21193341,21193902,21199082,21199572,21201310,21202828,21205225,21207484,21209183,21209865,21210637,21210983,21211532,21214755,21216415,21216444,21217550,21271147,21274175,21274611,21286106,21286778,21288183,21331248,21334956,21335688', 'assoc_port': '19371330:19372022,19388376:19388692,19410818:19419711,19431292:19434061,19432610:19433569,19434928:19436606,19441323:19446666,19465715:19465978,19472282:19490513,19477740:19521924,19503121:19512813,19508552:19516748,19518156:19530884,19542922:19543602,19557292:21210983,19595770:19629742,19664408:19698200,19694911:19712446,19697095:19728368,19703072:19730893,19736178:19742202,19762344:19780724,19798177:19826817,19828904:19868749,19830365:19870941,19844075:19905923,19845009:19909745,19854016:19927328,19888797:19939957,19897039:19945347,19903192:19966781,19929091:19934401,19929173:19929753,19981942:19982739,20014713:20119957,20026814:20136837,20038211:20147016,20043627:20149148,20049858:20150760,20074722:20164741,20076786:20166271,20102661:20194348,20116393:20199880,21136917:21271147,21137275:21274175,21137301:21274611,21137314:21331248,21138587:21334956,21138610:21286106,21138611:21286778,21138728:21335688,21138752:21288183,21172809:21217550,21172887:21216415,21172892:21216444,21172928:21214755,21172991:2121153', 'assoc_mat': '19371330:carton:4205:19372022,19388376:carton:4205:19388692,19410818:carton:4205:19419711,19431292:carton:4205:19434061,19432610:carton:4205:19433569,19434928:carton:4205:19436606,19441323:carton:4205:19446666,19465715:carton:4205:19465978,19472282:carton:4205:19490513,19477740:carton:4205:19521924,19503121:carton:4205:19512813,19508552:carton:4205:19516748,19518156:carton:4205:19530884,19542922:carton:4205:19543602,19557292:carton:4205:21210983,19595770:carton:4205:19629742,19664408:carton:4205:19698200,19694911:carton:4205:19712446,19697095:carton:4205:19728368,19703072:carton:4205:19730893,19736178:carton:4205:19742202,19762344:carton:4205:19780724,19798177:carton:4205:19826817,19828904:carton:4205:19868749,19830365:carton:4205:19870941,19844075:carton:4205:19905923,19845009:carton:4205:19909745,19854016:carton:4205:19927328,19888797:carton:4205:19939957,19897039:carton:4205:19945347,19903192:carton:4205:19966781,19929091:carton:4205:19934401,19929173:carton:4205:19929753,19981942:carton:4205:19982739,2001'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006834743116521225, 'nb_photo': 353, 'list_port_cont': '20135032,20149736,20162229,20194752,20199701,20208112,20277579,21178855,21185334,21190171,21197018,21200269,21206300,21208468,21209641,21210468,21210895,21214495,21216603,21218219,21270582,21334552', 'assoc_port': '20025651:20135032,20039938:20277579,20045888:20149736,20073268:20162229,20104700:20194752,20115134:20199701,20119801:20208112,21136910:21270582,21139048:21334552,21172726:21218219,21172923:21216603,21172981:21214495,21173043:21210895,21173112:21210468,21173173:21209641,21173275:21208468,21173810:21206300,21175654:21200269,21176546:21197018,21177730:21178855,21179158:21190171,21179219:21185334', 'assoc_mat': '20025651:carton:4203:20135032,20039938:carton:4203:20277579,20045888:carton:4203:20149736,20073268:carton:4203:20162229,20104700:carton:4203:20194752,20115134:carton:4203:20199701,20119801:carton:4203:20208112,21136910:carton:4203:21270582,21139048:carton:4203:21334552,21172726:carton:4203:21218219,21172923:carton:4203:21216603,21172981:carton:4203:21214495,21173043:carton:4203:21210895,21173112:carton:4203:21210468,21173173:carton:4203:21209641,21173275:carton:4203:21208468,21173810:carton:4203:21206300,21175654:carton:4203:21200269,21176546:carton:4203:21197018,21177730:carton:4203:21178855,21179158:carton:4203:21190171,21179219:carton:4203:21185334'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9457485260786748, 'nb_photo': 4370, 'list_port_cont': '19370180,19370586,19393738,19410147,19410497,19429290,19451104,19461153,19520524,19543507,19571178,19630940,19638669,19641429,19693357,19694345,19702917,19703040,19734404,19750342,19762958,19820205,19825569,19843494,19930672,19931076,19958871,20068493,20112726,20114756,21137475,21137790,21168525,21168666,21168706,21168904,21169325,21169377,21169809,21169857,21170043,21170645,21170835,21170978,21172335,21172430,21172441,21172525,21172636,21172913,21173223,21173377,21173554,21173599,21173816,21174074,21174203,21174576,21174853,21174972,21175200,21175391,21175528,21175693,21175703,21175848,21176069,21176298,21176401,21176656,21176701,21176731,21176999,21177144,21177354,21177464,21177645,21177886,21177983,21178060,21178180,21178475,21178798,21178941,21179269,21179383,21179538,21179735,21179803,21180072,21181001,21181110,21181248,21181335,21181382,21181631,21182059,21182167,21182305,21182436,21182790,21183025,21184227,21184329,21184473,21184568,21184784,21184930,21185211,21185350,21185558,21185792,21185975,2118599', 'assoc_port': '19370012:19370180,19370527:19370586,19393354:19393738,19409943:19410147,19410363:19410497,19429020:19429290,19450726:19451104,19460980:19461153,19520063:19520524,19543455:19543507,19571019:19571178,19630156:19630940,19637611:19638669,19640302:19641429,19693114:19693357,19694237:19694345,19702412:19703040,19702414:19702917,19734227:19734404,19750179:19750342,19762340:19762958,19819066:19820205,19824209:19825569,19843219:19843494,19929081:19931076,19929097:19930672,19958105:19958871,20066052:20068493,20110612:20112726,20113526:20114756,21136895:21204509,21136900:21204469,21136903:21204411,21136908:21204345,21136913:21204260,21136923:21204119,21136946:21137475,21137243:21203545,21137245:21203408,21137252:21203187,21137272:21203059,21137277:21203000,21137306:21202908,21137315:21202837,21137504:21202749,21137505:21202590,21137507:21202488,21137508:21202331,21137515:21202249,21137517:21202071,21137521:21201928,21137527:21201842,21137531:21201806,21137535:21201778,21137545:21201677,21137547:21201490,21137551:2120137', 'assoc_mat': '19370012:carton:4207:19370180,19370527:carton:4207:19370586,19393354:carton:4207:19393738,19409943:carton:4207:19410147,19410363:carton:4207:19410497,19429020:carton:4207:19429290,19450726:carton:4207:19451104,19460980:carton:4207:19461153,19520063:carton:4207:19520524,19543455:carton:4207:19543507,19571019:carton:4207:19571178,19630156:carton:4207:19630940,19637611:carton:4207:19638669,19640302:carton:4207:19641429,19693114:carton:4207:19693357,19694237:carton:4207:19694345,19702412:carton:4207:19703040,19702414:carton:4207:19702917,19734227:carton:4207:19734404,19750179:carton:4207:19750342,19762340:carton:4207:19762958,19819066:carton:4207:19820205,19824209:carton:4207:19825569,19843219:carton:4207:19843494,19929081:carton:4207:19931076,19929097:carton:4207:19930672,19958105:carton:4207:19958871,20066052:carton:4207:20068493,20110612:carton:4207:20112726,20113526:carton:4207:20114756,21136895:carton:4207:21204509,21136900:carton:4207:21204469,21136903:carton:4207:21204411,21136908:carton:4207:21204345,2113'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.016054665117569124, 'nb_photo': 8349, 'list_port_cont': '19382629,21138325,21173624,21173977,21174218,21174999,21175871,21176086,21176269,21177016,21177307,21177677,21177756,21178213,21178433,21178765,21179351,21179694,21179861,21180197,21183108,21183280,21183386,21183569,21183933,21184087,21184614,21185524,21185916,21186365,21186912,21187926,21188559,21188819,21190267,21190333,21190417,21190860,21190891,21191232,21191425,21191726,21191874,21192115,21192154,21192547,21192770,21193017,21193072,21193307,21193450,21193733,21194034,21194256,21194351,21194463,21194594,21194785,21194823,21195173,21195579,21195646,21195900,21196061,21196265,21196531,21196717,21197218,21197285,21197831,21197947,21198094,21198175,21198624,21199132,21199216,21199359,21199547,21199690,21199854,21199992,21200101,21200630,21200981,21201084,21201160,21201434,21201485,21201635,21201968,21202137,21202503,21202552,21202679,21202777,21202936,21203306,21203454,21203592,21203758,21203845,21203906,21203976,21204061,21204203,21205040,21205251,21205312,21205365,21206238,21206482,21206618,21206663,2120673', 'assoc_port': '19377397:19382629,21136554:21263444,21136557:21303113,21136564:21302589,21136602:21302363,21136634:21301969,21136642:21264071,21136896:21269774,21136901:21270091,21136906:21270259,21136912:21270796,21136915:21272008,21136922:21299618,21136927:21299500,21136947:21273300,21136954:21273445,21136958:21138325,21137241:21273705,21137247:21274205,21137270:21274493,21137274:21274434,21137281:21275719,21137304:21276290,21137310:21294486,21137324:21277732,21137506:21278080,21137516:21278639,21137526:21292415,21137530:21279575,21137540:21279880,21137549:21280379,21137571:21281067,21137953:21281392,21137956:21281664,21137960:21282503,21137965:21282788,21137972:21294275,21138545:21283925,21138553:21295266,21138576:21284775,21138582:21285557,21138589:21286171,21138595:21286360,21138602:21286682,21138609:21286857,21138616:21290776,21138625:21288146,21138724:21287475,21138734:21286636,21138739:21286434,21138746:21286263,21138760:21298150,21138774:21286143,21138796:21285653,21139022:21284273,21139024:21284659,21139033:2128446', 'assoc_mat': '19377397:carton:4461:19382629,21136554:carton:4461:21263444,21136557:carton:4461:21303113,21136564:carton:4461:21302589,21136602:carton:4461:21302363,21136634:carton:4461:21301969,21136642:carton:4461:21264071,21136896:carton:4461:21269774,21136901:carton:4461:21270091,21136906:carton:4461:21270259,21136912:carton:4461:21270796,21136915:carton:4461:21272008,21136922:carton:4461:21299618,21136927:carton:4461:21299500,21136947:carton:4461:21273300,21136954:carton:4461:21273445,21136958:carton:4461:21138325,21137241:carton:4461:21273705,21137247:carton:4461:21274205,21137270:carton:4461:21274493,21137274:carton:4461:21274434,21137281:carton:4461:21275719,21137304:carton:4461:21276290,21137310:carton:4461:21294486,21137324:carton:4461:21277732,21137506:carton:4461:21278080,21137516:carton:4461:21278639,21137526:carton:4461:21292415,21137530:carton:4461:21279575,21137540:carton:4461:21279880,21137549:carton:4461:21280379,21137571:carton:4461:21281067,21137953:carton:4461:21281392,21137956:carton:4461:21281664,2113'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.030571031830554696, 'nb_photo': 2019, 'list_port_cont': '21137256,21137296,21137609,21138151,21138512,21138694,21139956,21140013,21140738,21141146,21141630,21141778,21146775,21149879,21155320,21157126,21157450,21159121,21159376,21159714,21162403,21162602,21173433,21173963,21174102,21174121,21174169,21174335,21174403,21174718,21174884,21175225,21175512,21175776,21176020,21176245,21176721,21177035,21177159,21177281,21177536,21177964,21178143,21178199,21178281,21178685,21178885,21179127,21179229,21179415,21179519,21179564,21179592,21179830,21179846,21180089,21180145,21182451,21182514,21182978,21183066,21183140,21183738,21183866,21184016,21184373,21184548,21185070,21185184,21185391,21186010,21186288,21186737,21186812,21187401,21187661,21188011,21188520,21188680,21189122,21189257,21189449,21189723,21190124,21190521,21190700,21190998,21191393,21191631,21192051,21192396,21192614,21192895,21193380,21193623,21193841,21194246,21194501,21194669,21195004,21195318,21195536,21195987,21196644,21196911,21197665,21197886,21198217,21198467,21198734,21199070,21199304,21200279,2120039', 'assoc_port': '21136562:21137296,21136563:21137256,21136907:21162602,21136918:21162403,21136944:21137609,21137283:21159714,21137307:21159376,21137511:21159121,21137512:21157450,21137532:21157126,21137537:21155320,21137543:21138512,21137548:21138151,21137968:21138694,21138575:21149879,21138591:21146775,21138597:21141778,21138621:21141630,21138785:21141146,21139023:21140738,21139038:21140013,21139046:21139956,21172716:21207007,21172754:21206442,21172798:21206192,21172842:21205858,21172855:21205760,21172864:21205109,21172886:21206051,21172900:21205593,21172902:21205531,21172924:21204971,21172926:21205409,21172932:21173433,21172990:21204890,21173014:21204728,21173024:21204531,21173046:21204485,21173048:21204442,21173093:21204276,21173098:21204181,21173100:21203940,21173125:21203707,21173144:21203263,21173158:21203041,21173176:21202875,21173182:21202597,21173189:21202445,21173218:21202213,21173235:21202037,21173257:21201861,21173281:21201765,21173308:21201668,21173319:21201401,21173320:21200906,21173329:21174121,21173354:2117396', 'assoc_mat': '21136562:carton:4200:21137296,21136563:carton:4200:21137256,21136907:carton:4200:21162602,21136918:carton:4200:21162403,21136944:carton:4200:21137609,21137283:carton:4200:21159714,21137307:carton:4200:21159376,21137511:carton:4200:21159121,21137512:carton:4200:21157450,21137532:carton:4200:21157126,21137537:carton:4200:21155320,21137543:carton:4200:21138512,21137548:carton:4200:21138151,21137968:carton:4200:21138694,21138575:carton:4200:21149879,21138591:carton:4200:21146775,21138597:carton:4200:21141778,21138621:carton:4200:21141630,21138785:carton:4200:21141146,21139023:carton:4200:21140738,21139038:carton:4200:21140013,21139046:carton:4200:21139956,21172716:carton:4200:21207007,21172754:carton:4200:21206442,21172798:carton:4200:21206192,21172842:carton:4200:21205858,21172855:carton:4200:21205760,21172864:carton:4200:21205109,21172886:carton:4200:21206051,21172900:carton:4200:21205593,21172902:carton:4200:21205531,21172924:carton:4200:21204971,21172926:carton:4200:21205409,21172932:carton:4200:21173433,2117'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9495037007547081, 'nb_photo': 1118, 'list_port_cont': '19428724,19438771,19458522,19459008,19461400,19468092,19470005,19475321,19475500,19498940,19500765,19506301,19517059,19518502,19524977,19543553,19545569,19553481,19554323,19558503,19562193,19571271,19581200,19583049,19598795,19656562,19660847,19703231,19735559,19737298,19737703,19756321,19759046,19762185,19764128,19764287,19771102,19778730,19831683,19845175,19847542,19857695,19860736,19885706,19889366,19899709,19911396,19917004,19930474,19965960,19976978,19981052,19983802,19985100,20005473,20012076,20018082,20023840,20028650,20028670,20044699,20047367,20048845,20050744,20052205,20064631,20072565,20076476,20084094,20116403,20117096,20118264,20122394', 'assoc_port': '19428659:19428724,19438276:19438771,19458329:19458522,19458789:19459008,19460977:19461400,19467828:19468092,19469398:19470005,19474561:19475500,19474563:19475321,19498629:19498940,19500653:19500765,19505863:19506301,19516423:19518502,19516780:19517059,19524618:19524977,19543451:19543553,19545200:19545569,19553301:19553481,19554129:19554323,19555141:19562193,19558298:19558503,19571015:19571271,19580444:19581200,19581718:19583049,19598090:19598795,19655151:19656562,19659858:19660847,19702409:19703231,19735437:19735559,19737247:19737298,19737437:19737703,19754761:19756321,19758171:19759046,19760878:19778730,19760884:19762185,19763328:19764287,19763356:19764128,19770002:19771102,19830361:19831683,19844397:19845175,19847173:19847542,19856581:19857695,19859427:19860736,19876106:19911396,19884847:19885706,19888799:19889366,19898891:19899709,19916125:19917004,19929105:19930474,19965567:19965960,19976778:19976978,19980529:19983802,19980532:19981052,19984107:19985100,20003495:20005473,20010529:20012076,20017062:2001808', 'assoc_mat': '19428659:carton:4207:19428724,19438276:carton:4207:19438771,19458329:carton:4207:19458522,19458789:carton:4207:19459008,19460977:carton:4207:19461400,19467828:carton:4207:19468092,19469398:carton:4207:19470005,19474561:carton:4207:19475500,19474563:carton:4207:19475321,19498629:carton:4207:19498940,19500653:carton:4207:19500765,19505863:carton:4207:19506301,19516423:carton:4207:19518502,19516780:carton:4207:19517059,19524618:carton:4207:19524977,19543451:carton:4207:19543553,19545200:carton:4207:19545569,19553301:carton:4207:19553481,19554129:carton:4207:19554323,19555141:carton:4207:19562193,19558298:carton:4207:19558503,19571015:carton:4207:19571271,19580444:carton:4207:19581200,19581718:carton:4207:19583049,19598090:carton:4207:19598795,19655151:carton:4207:19656562,19659858:carton:4207:19660847,19702409:carton:4207:19703231,19735437:carton:4207:19735559,19737247:carton:4207:19737298,19737437:carton:4207:19737703,19754761:carton:4207:19756321,19758171:carton:4207:19759046,19760878:carton:4207:19778730,1976'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.05150599062680614, 'nb_photo': 12104, 'list_port_cont': '21173351,21173395,21173488,21173529,21173908,21174048,21174157,21174190,21174246,21174451,21174482,21174560,21174802,21175081,21175103,21175322,21175357,21175436,21175491,21175785,21176144,21176171,21176347,21176355,21176384,21176406,21176562,21176590,21176623,21176764,21176862,21177206,21177241,21177513,21177592,21177853,21177859,21178024,21178033,21178114,21178246,21178286,21178315,21178341,21178548,21178560,21178717,21178842,21179143,21179256,21179291,21179501,21179725,21179780,21179995,21180052,21180102,21180161,21180288,21180390,21180405,21180870,21182946,21183033,21183325,21183519,21183727,21183850,21184024,21184178,21184283,21184305,21184693,21184738,21184884,21185011,21185077,21185231,21185313,21185370,21185508,21185845,21185935,21186239,21186414,21186539,21187081,21187137,21187188,21187293,21187395,21188107,21188256,21188445,21188597,21188893,21189102,21190184,21190204,21190556,21190593,21190645,21190750,21190917,21191009,21191027,21191103,21191188,21191242,21191340,21191419,21191528,21191770,2119196', 'assoc_port': '19428659:21248566,19438276:21246947,19458329:21249064,19458789:21248814,19460977:21248684,19467828:21255764,19469398:21255268,19474557:21254394,19474561:21253853,19474563:21253359,19477264:21252249,19498629:21237916,19500653:21235952,19505863:21234100,19516423:21218520,19516780:21218405,19524618:21217141,19543451:21216026,19545200:21214729,19553301:21211527,19554129:21173395,19555141:21211410,19558298:21211031,19571015:21216933,19580444:21216705,19581718:21216409,19598090:21173908,19655151:21210045,19659858:21209744,19702409:21201899,19735437:21205204,19737247:21175436,19737437:21175322,19754761:21176347,19758171:21203737,19760878:21203810,19760884:21203655,19763328:21203574,19763356:21203416,19770002:21174451,19830361:21209022,19844397:21199457,19847173:21198860,19856581:21176862,19859427:21176764,19876106:21197827,19884822:21197184,19884847:21196984,19888799:21196743,19898891:21199895,19901747:21196168,19916125:21195373,19929105:21194882,19960824:21194385,19965567:21194099,19976778:21178560,19980529:2117854', 'assoc_mat': '19428659:carton:4209:21248566,19438276:carton:4209:21246947,19458329:carton:4209:21249064,19458789:carton:4209:21248814,19460977:carton:4209:21248684,19467828:carton:4209:21255764,19469398:carton:4209:21255268,19474557:carton:4209:21254394,19474561:carton:4209:21253853,19474563:carton:4209:21253359,19477264:carton:4209:21252249,19498629:carton:4209:21237916,19500653:carton:4209:21235952,19505863:carton:4209:21234100,19516423:carton:4209:21218520,19516780:carton:4209:21218405,19524618:carton:4209:21217141,19543451:carton:4209:21216026,19545200:carton:4209:21214729,19553301:carton:4209:21211527,19554129:carton:4209:21173395,19555141:carton:4209:21211410,19558298:carton:4209:21211031,19571015:carton:4209:21216933,19580444:carton:4209:21216705,19581718:carton:4209:21216409,19598090:carton:4209:21173908,19655151:carton:4209:21210045,19659858:carton:4209:21209744,19702409:carton:4209:21201899,19735437:carton:4209:21205204,19737247:carton:4209:21175436,19737437:carton:4209:21175322,19754761:carton:4209:21176347,1975'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01134396152699671, 'nb_photo': 8407, 'list_port_cont': '20085678,20086286,20087143,20089327,20090308,20101305,20106738,20107664,20115918,20117057,20118951,20121963,20122971,20136822,20137463,20137830,20138097,20139823,20139888,20140020,20172574,20174660,20176349,20177622,20196601,20198249,20199604,20200531,20200563,20201329,20231846,20231875,20232922,20233471,20234061,20234174,20235860,20238854,20239131,21137409,21139183,21139680,21163819,21164185,21167757,21168281,21168633,21169498,21169957,21170451,21173768,21174271,21174612,21174830,21175205,21175352,21175564,21176008,21176312,21176646,21177071,21177116,21177430,21177556,21177829,21178166,21183048,21187030,21190055,21191093,21191353,21192662,21193180,21196661,21197034,21198742,21199198,21199640,21200215,21200290,21200777,21200890,21201144,21202532,21202714,21203085,21203528', 'assoc_port': '19859429:20174660,19954425:20176349,20014710:20196601,20015611:20177622,20023438:20198249,20023441:20199604,20026808:20200531,20031177:20200563,20036276:20201329,20036573:20231846,20039940:20232922,20042505:20231875,20042852:20233471,20044534:20234061,20045059:20234174,20046352:20235860,20047144:20238854,20048499:20239131,20049854:20172574,20063551:20140020,20068359:20139888,20070514:20139823,20071895:20138097,20073270:20137830,20074713:20101305,20076794:20090308,20079018:20089327,20083089:20086286,20083092:20085678,20085536:20087143,20101919:20137463,20105987:20107664,20106007:20106738,20108234:20136822,20115463:20115918,20116392:20117057,20118802:20118951,20121224:20122971,20121231:20121963,21136613:21137409,21137552:21139183,21137971:21170451,21138549:21169957,21138592:21169498,21138615:21168633,21138620:21168281,21138725:21167757,21138733:21164185,21138741:21163819,21139065:21139680,21172727:21203528,21172847:21203085,21172860:21202714,21172936:21173768,21172955:21202532,21173009:21201144,21173010:2120089', 'assoc_mat': '19859429:carton:4211:20174660,19954425:carton:4211:20176349,20014710:carton:4211:20196601,20015611:carton:4211:20177622,20023438:carton:4211:20198249,20023441:carton:4211:20199604,20026808:carton:4211:20200531,20031177:carton:4211:20200563,20036276:carton:4211:20201329,20036573:carton:4211:20231846,20039940:carton:4211:20232922,20042505:carton:4211:20231875,20042852:carton:4211:20233471,20044534:carton:4211:20234061,20045059:carton:4211:20234174,20046352:carton:4211:20235860,20047144:carton:4211:20238854,20048499:carton:4211:20239131,20049854:carton:4211:20172574,20063551:carton:4211:20140020,20068359:carton:4211:20139888,20070514:carton:4211:20139823,20071895:carton:4211:20138097,20073270:carton:4211:20137830,20074713:carton:4211:20101305,20076794:carton:4211:20090308,20079018:carton:4211:20089327,20083089:carton:4211:20086286,20083092:carton:4211:20085678,20085536:carton:4211:20087143,20101919:carton:4211:20137463,20105987:carton:4211:20107664,20106007:carton:4211:20106738,20108234:carton:4211:20136822,2011'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0044609433981024635, 'nb_photo': 174, 'list_port_cont': '19371781,19371878,19375346,19395419,19396187,19398264,19411163,19412232,19429584,19433395,19442085,19457013,19457932,19468234,19471577,19476478,19477113,19482497,19490567,19504970,19510550,19517041,19517592,19519876,19521293,19526085,19543059,19543583,19544798,19549269,19555652,19556472,19556841,19557593,19572698,19577753,19578494,19581498,19585709,19625706,19631773,19638834,19643552,19649942,19652673,19665847,19695228,19696423,19696813,19700615,19707979,19711762,19735312,19736969,19753193,19758818,19760284,19763007,19766772,19770419,19799204,19802798,19803493,19822207,19830453,19835167,19840720,19843369,19845223,19846163,19852179,19856470,19856681,19863697,19889950,19918200,19929554,19930423,19931465,19931573,19931670,19958639,19965448,19970659,20007443,20016266,20027587,20041409,20042814,20045736,20047929,20083831,20088235,20107422,20115889,20127513,21139243,21139283,21139395,21174084,21174582,21175069,21175971,21176482,21176750,21177451,21177603,21178667,21178933,21179754,21180271,21180556,21184998,2118767', 'assoc_port': '19371333:19371878,19371343:19371781,19375083:19375346,19395028:19395419,19395733:19396187,19397895:19398264,19410821:19411163,19411750:19412232,19429023:19429584,19433117:19433395,19441325:19442085,19456526:19457013,19457586:19457932,19467832:19468234,19470642:19471577,19474562:19476478,19475793:19477113,19477742:19482497,19489650:19490567,19504621:19504970,19510199:19510550,19516785:19517041,19517299:19517592,19519425:19519876,19521073:19521293,19525736:19526085,19542924:19543059,19543454:19543583,19544335:19544798,19548440:19549269,19555144:19556472,19555155:19555652,19556618:19556841,19557296:19557593,19572363:19572698,19576089:19578494,19576093:19577753,19580446:19581498,19584650:19585709,19624385:19625706,19630153:19631773,19637612:19638834,19641633:19643552,19648134:19649942,19650949:19652673,19664410:19665847,19694909:19695228,19696204:19696423,19696358:19696813,19699492:19700615,19706653:19707979,19710368:19711762,19735099:19735312,19736626:19736969,19751134:19753193,19754727:19770419,19757181:1975881', 'assoc_mat': '19371333:carton:3327:19371878,19371343:carton:3327:19371781,19375083:carton:3327:19375346,19395028:carton:3327:19395419,19395733:carton:3327:19396187,19397895:carton:3327:19398264,19410821:carton:3327:19411163,19411750:carton:3327:19412232,19429023:carton:3327:19429584,19433117:carton:3327:19433395,19441325:carton:3327:19442085,19456526:carton:3327:19457013,19457586:carton:3327:19457932,19467832:carton:3327:19468234,19470642:carton:3327:19471577,19474562:carton:3327:19476478,19475793:carton:3327:19477113,19477742:carton:3327:19482497,19489650:carton:3327:19490567,19504621:carton:3327:19504970,19510199:carton:3327:19510550,19516785:carton:3327:19517041,19517299:carton:3327:19517592,19519425:carton:3327:19519876,19521073:carton:3327:19521293,19525736:carton:3327:19526085,19542924:carton:3327:19543059,19543454:carton:3327:19543583,19544335:carton:3327:19544798,19548440:carton:3327:19549269,19555144:carton:3327:19556472,19555155:carton:3327:19555652,19556618:carton:3327:19556841,19557296:carton:3327:19557593,1957'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03065884522892062, 'nb_photo': 555, 'list_port_cont': '21137121,21137360,21137650,21137704,21137891,21137930,21138311,21138644,21138826,21139114,21139216,21139519,21139903,21173206,21173757,21178134,21180123,21180357,21180987,21181411', 'assoc_port': '21136601:21139903,21136603:21139519,21136606:21139216,21136608:21139114,21136617:21138826,21136619:21138644,21136621:21137930,21136624:21137891,21136628:21137704,21136630:21137650,21136633:21137360,21136639:21138311,21136640:21137121,21172933:21173206,21173139:21173757,21177656:21180123,21177716:21180987,21177717:21180357,21177725:21178134,21179437:21181411', 'assoc_mat': '21136601:carton:3594:21139903,21136603:carton:3594:21139519,21136606:carton:3594:21139216,21136608:carton:3594:21139114,21136617:carton:3594:21138826,21136619:carton:3594:21138644,21136621:carton:3594:21137930,21136624:carton:3594:21137891,21136628:carton:3594:21137704,21136630:carton:3594:21137650,21136633:carton:3594:21137360,21136639:carton:3594:21138311,21136640:carton:3594:21137121,21172933:carton:3594:21173206,21173139:carton:3594:21173757,21177656:carton:3594:21180123,21177716:carton:3594:21180987,21177717:carton:3594:21180357,21177725:carton:3594:21178134,21179437:carton:3594:21181411'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0001505998102944071, 'nb_photo': 3, 'list_port_cont': '19485304,20368533', 'assoc_port': '19477264:19485304,19960824:20368533', 'assoc_mat': '19477264:cartonnette:3726:19485304,19960824:cartonnette:3726:20368533'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.002001499464866794, 'nb_photo': 305, 'list_port_cont': '19517194,21136758,21136869,21137051,21137332,21137598,21137688,21137736,21137746,21138218,21138633,21138844,21138926,21139206,21139419,21139539,21139612,21139884,21140033,21140417,21140520,21140608,21140628,21141353,21141431,21141889,21147665,21173253,21173533,21173662,21173920,21174095,21174139,21174389,21174938,21175046,21175176,21175380,21175404,21175444,21175749,21175758,21175811,21175836,21175956,21176133,21176204,21176331,21176793,21176930,21176941,21177131,21177191,21177297,21177312,21177436,21177952,21178009,21178907,21178919,21179162,21179569,21179658,21179667,21179680,21179816,21181085,21181156,21181342,21181550,21181588,21182390,21182485,21182530,21182593,21182603,21184601,21185226,21185248,21187649,21187970,21188086,21188093,21188324,21189701,21189737,21189848,21189898,21189926,21190010,21190137,21190377', 'assoc_port': '19516788:19517194,21136549:21136758,21136550:21141889,21136559:21147665,21136582:21141431,21136586:21141353,21136620:21136869,21136902:21137332,21136920:21137051,21136948:21138633,21137249:21140628,21137302:21137598,21137319:21140608,21137519:21137746,21137523:21137736,21137528:21140417,21137554:21137688,21137951:21138218,21138579:21138926,21138586:21138844,21138719:21140520,21138730:21139612,21138737:21139539,21138777:21139884,21139030:21139419,21139052:21140033,21139055:21139206,21172714:21190377,21172802:21189926,21172834:21189898,21172891:21189848,21172903:21189737,21172958:21189701,21172998:21188324,21172999:21173253,21173011:21190010,21173017:21188093,21173086:21188086,21173096:21190137,21173239:21187649,21173240:21187970,21173266:21173533,21173322:21173662,21173332:21173920,21173831:21185248,21173838:21185226,21173864:21174389,21173868:21174095,21173884:21174139,21174773:21175046,21174787:21174938,21174935:21175444,21174964:21175404,21174995:21175380,21175056:21175176,21175583:21175956,21175585:2117583', 'assoc_mat': '19516788:cartonnette:3726:19517194,21136549:cartonnette:3726:21136758,21136550:cartonnette:3726:21141889,21136559:cartonnette:3726:21147665,21136582:cartonnette:3726:21141431,21136586:cartonnette:3726:21141353,21136620:cartonnette:3726:21136869,21136902:cartonnette:3726:21137332,21136920:cartonnette:3726:21137051,21136948:cartonnette:3726:21138633,21137249:cartonnette:3726:21140628,21137302:cartonnette:3726:21137598,21137319:cartonnette:3726:21140608,21137519:cartonnette:3726:21137746,21137523:cartonnette:3726:21137736,21137528:cartonnette:3726:21140417,21137554:cartonnette:3726:21137688,21137951:cartonnette:3726:21138218,21138579:cartonnette:3726:21138926,21138586:cartonnette:3726:21138844,21138719:cartonnette:3726:21140520,21138730:cartonnette:3726:21139612,21138737:cartonnette:3726:21139539,21138777:cartonnette:3726:21139884,21139030:cartonnette:3726:21139419,21139052:cartonnette:3726:21140033,21139055:cartonnette:3726:21139206,21172714:cartonnette:3726:21190377,21172802:cartonnette:3726:21189926,21172834:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04374455478030799, 'nb_photo': 27, 'list_port_cont': '19485305,19912454,20368540', 'assoc_port': '19477264:19485305,19901747:19912454,19960824:20368540', 'assoc_mat': '19477264:Carton_brun:3726:19485305,19901747:Carton_brun:3726:19912454,19960824:Carton_brun:3726:20368540'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0067713470393685315, 'nb_photo': 861, 'list_port_cont': '19517196,21136749,21137022,21137030,21137056,21137084,21137113,21137235,21137335,21137421,21137431,21137448,21137601,21137687,21137732,21137749,21137779,21138130,21138219,21138628,21138677,21138842,21138921,21139070,21139093,21139210,21139324,21139422,21139534,21139615,21139763,21139888,21140025,21140415,21140602,21140638,21140957,21140984,21141112,21141318,21141398,21141422,21141443,21141539,21141576,21141862,21141888,21147668,21173167,21173247,21173355,21173534,21173651,21173670,21173682,21173911,21174091,21174137,21174390,21174940,21175047,21175117,21175175,21175381,21175403,21175450,21175751,21175763,21175806,21175844,21175958,21176134,21176195,21176205,21176327,21176797,21176932,21176944,21177134,21177190,21177299,21177329,21177439,21177955,21178016,21178903,21178921,21179156,21179322,21179576,21179651,21179669,21179673,21179787,21179819,21179956,21180540,21181079,21181164,21181346,21181354,21181546,21181586,21181796,21182209,21182290,21182392,21182480,21182521,21182596,21182601,21183754,21183772,2118460', 'assoc_port': '19516788:19517196,21136549:21136749,21136550:21141888,21136559:21147668,21136560:21141862,21136574:21141576,21136576:21141539,21136581:21141443,21136582:21141422,21136584:21141398,21136588:21141318,21136598:21141112,21136604:21137030,21136611:21137022,21136618:21140984,21136897:21140957,21136902:21137335,21136914:21137235,21136920:21137056,21136948:21138628,21136950:21137113,21136951:21137421,21136956:21137084,21137249:21140638,21137300:21137431,21137302:21137601,21137319:21140602,21137321:21137448,21137519:21137749,21137523:21137732,21137528:21140415,21137546:21137779,21137554:21137687,21137951:21138219,21137962:21138130,21138540:21138677,21138579:21138921,21138586:21138842,21138606:21139763,21138608:21139070,21138730:21139615,21138737:21139534,21138749:21139093,21138777:21139888,21139030:21139422,21139041:21139324,21139052:21140025,21139055:21139210,21172714:21190379,21172722:21190400,21172802:21189934,21172834:21189900,21172891:21189847,21172903:21189739,21172949:21173167,21172958:21189702,21172965:2119078', 'assoc_mat': '19516788:Carton_brun:3726:19517196,21136549:Carton_brun:3726:21136749,21136550:Carton_brun:3726:21141888,21136559:Carton_brun:3726:21147668,21136560:Carton_brun:3726:21141862,21136574:Carton_brun:3726:21141576,21136576:Carton_brun:3726:21141539,21136581:Carton_brun:3726:21141443,21136582:Carton_brun:3726:21141422,21136584:Carton_brun:3726:21141398,21136588:Carton_brun:3726:21141318,21136598:Carton_brun:3726:21141112,21136604:Carton_brun:3726:21137030,21136611:Carton_brun:3726:21137022,21136618:Carton_brun:3726:21140984,21136897:Carton_brun:3726:21140957,21136902:Carton_brun:3726:21137335,21136914:Carton_brun:3726:21137235,21136920:Carton_brun:3726:21137056,21136948:Carton_brun:3726:21138628,21136950:Carton_brun:3726:21137113,21136951:Carton_brun:3726:21137421,21136956:Carton_brun:3726:21137084,21137249:Carton_brun:3726:21140638,21137300:Carton_brun:3726:21137431,21137302:Carton_brun:3726:21137601,21137319:Carton_brun:3726:21140602,21137321:Carton_brun:3726:21137448,21137519:Carton_brun:3726:21137749,21137523:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011127520886158601, 'nb_photo': 8, 'list_port_cont': '19485297,19912456,19933764,20368543', 'assoc_port': '19477264:19485297,19884822:19933764,19901747:19912456,19960824:20368543', 'assoc_mat': '19477264:Carton_gris:3726:19485297,19884822:Carton_gris:3726:19933764,19901747:Carton_gris:3726:19912456,19960824:Carton_gris:3726:20368543'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00519349039708474, 'nb_photo': 559, 'list_port_cont': '21136750,21136871,21137015,21137025,21137055,21137076,21137114,21137238,21137430,21137592,21137693,21137727,21137744,21137780,21138131,21138220,21138632,21138666,21138841,21138924,21139069,21139094,21139322,21139418,21139537,21139614,21139764,21139883,21140027,21140413,21140607,21140634,21141299,21141428,21141569,21141720,21141768,21141858,21141891,21142135,21147662,21173170,21173249,21173356,21173532,21173654,21173666,21173684,21173922,21174092,21174144,21174388,21174945,21175036,21175107,21175174,21175374,21175446,21175746,21175762,21175803,21175954,21176139,21176207,21176326,21176792,21176925,21176939,21177130,21177199,21177289,21177434,21177960,21178020,21178906,21178917,21179159,21179323,21179575,21179649,21179664,21179679,21179785,21179814,21179951,21180036,21181082,21181160,21181347,21181365,21181549,21181583,21182205,21182295,21182383,21182529,21182592,21182606,21183753,21183775,21184606,21185220,21185253,21187651,21187971,21188081,21188103,21188322,21189703,21189729,21189852,21189895,21189929,2119001', 'assoc_port': '21136549:21136750,21136550:21141891,21136559:21147662,21136560:21141858,21136567:21141768,21136572:21141720,21136574:21141569,21136582:21141428,21136589:21141299,21136594:21142135,21136604:21137025,21136611:21137015,21136620:21136871,21136914:21137238,21136920:21137055,21136948:21138632,21136950:21137114,21136956:21137076,21137249:21140634,21137300:21137430,21137302:21137592,21137319:21140607,21137519:21137744,21137523:21137727,21137528:21140413,21137546:21137780,21137554:21137693,21137951:21138220,21137962:21138131,21138540:21138666,21138579:21138924,21138586:21138841,21138606:21139764,21138608:21139069,21138730:21139614,21138737:21139537,21138749:21139094,21138777:21139883,21139030:21139418,21139041:21139322,21139052:21140027,21172722:21190390,21172802:21189929,21172834:21189895,21172891:21189852,21172903:21189729,21172949:21173170,21172958:21189703,21172985:21173356,21172998:21188322,21172999:21173249,21173011:21190016,21173017:21188103,21173086:21188081,21173096:21190134,21173239:21187651,21173240:2118797', 'assoc_mat': '21136549:Carton_gris:3726:21136750,21136550:Carton_gris:3726:21141891,21136559:Carton_gris:3726:21147662,21136560:Carton_gris:3726:21141858,21136567:Carton_gris:3726:21141768,21136572:Carton_gris:3726:21141720,21136574:Carton_gris:3726:21141569,21136582:Carton_gris:3726:21141428,21136589:Carton_gris:3726:21141299,21136594:Carton_gris:3726:21142135,21136604:Carton_gris:3726:21137025,21136611:Carton_gris:3726:21137015,21136620:Carton_gris:3726:21136871,21136914:Carton_gris:3726:21137238,21136920:Carton_gris:3726:21137055,21136948:Carton_gris:3726:21138632,21136950:Carton_gris:3726:21137114,21136956:Carton_gris:3726:21137076,21137249:Carton_gris:3726:21140634,21137300:Carton_gris:3726:21137430,21137302:Carton_gris:3726:21137592,21137319:Carton_gris:3726:21140607,21137519:Carton_gris:3726:21137744,21137523:Carton_gris:3726:21137727,21137528:Carton_gris:3726:21140413,21137546:Carton_gris:3726:21137780,21137554:Carton_gris:3726:21137693,21137951:Carton_gris:3726:21138220,21137962:Carton_gris:3726:21138131,21138540:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004888207604056086, 'nb_photo': 161, 'list_port_cont': '19372016,19388695,19419712,19433575,19434049,19436604,19490514,19516758,19521923,19543591,19629736,19712436,19728353,19730885,19742213,19868745,19870933,19927335,19929749,19934406,19939949,19945346,19966778,19982746,20149135,20150761,20164748,20166277,20194339,20199879,21173438,21174319,21175726,21193329,21193911,21199075,21199574,21201311,21202822,21205217,21207494,21209178,21209863,21210649,21210980,21211536,21214763,21216421,21216441,21217548,21271158,21274186,21274614,21286107,21286775,21288182,21331240,21335677', 'assoc_port': '19371330:19372016,19388376:19388695,19410818:19419712,19431292:19434049,19432610:19433575,19434928:19436604,19472282:19490514,19477740:19521923,19508552:19516758,19542922:19543591,19557292:21210980,19595770:19629736,19694911:19712436,19697095:19728353,19703072:19730885,19736178:19742213,19828904:19868745,19830365:19870933,19854016:19927335,19888797:19939949,19897039:19945346,19903192:19966778,19929091:19934406,19929173:19929749,19981942:19982746,20043627:20149135,20049858:20150761,20074722:20164748,20076786:20166277,20102661:20194339,20116393:20199879,21136917:21271158,21137275:21274186,21137301:21274614,21137314:21331240,21138610:21286107,21138611:21286775,21138728:21335677,21138752:21288182,21172809:21217548,21172887:21216421,21172892:21216441,21172928:21214763,21172991:21211536,21173019:21210649,21173097:21173438,21173138:21209863,21173188:21209178,21173311:21207494,21173834:21205217,21173886:21174319,21174765:21202822,21174967:21201311,21175051:21175726,21175674:21199574,21175914:21199075,21177708:2119391', 'assoc_mat': '19371330:ela:4205:19372016,19388376:ela:4205:19388695,19410818:ela:4205:19419712,19431292:ela:4205:19434049,19432610:ela:4205:19433575,19434928:ela:4205:19436604,19472282:ela:4205:19490514,19477740:ela:4205:19521923,19508552:ela:4205:19516758,19542922:ela:4205:19543591,19557292:ela:4205:21210980,19595770:ela:4205:19629736,19694911:ela:4205:19712436,19697095:ela:4205:19728353,19703072:ela:4205:19730885,19736178:ela:4205:19742213,19828904:ela:4205:19868745,19830365:ela:4205:19870933,19854016:ela:4205:19927335,19888797:ela:4205:19939949,19897039:ela:4205:19945346,19903192:ela:4205:19966778,19929091:ela:4205:19934406,19929173:ela:4205:19929749,19981942:ela:4205:19982746,20043627:ela:4205:20149135,20049858:ela:4205:20150761,20074722:ela:4205:20164748,20076786:ela:4205:20166277,20102661:ela:4205:20194339,20116393:ela:4205:20199879,21136917:ela:4205:21271158,21137275:ela:4205:21274186,21137301:ela:4205:21274614,21137314:ela:4205:21331240,21138610:ela:4205:21286107,21138611:ela:4205:21286775,21138728:ela:4205:2133567'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9796912483278869, 'nb_photo': 2031, 'list_port_cont': '19378740,19382775,19391044,19414001,19421450,19421669,19432960,19442609,19454857,19460654,19464252,19492243,19498099,19517315,19536259,19555497,19580123,19600890,19631285,19698317,19735534,19736195,19741469,19745781,19747033,19770757,19782404,19820629,19823157,19834503,19866549,19906396,19932250,19933865,19934194,19934615,19945320,19971486,20017960,20085447,20120047,20135034,20149747,20150059,20162218,20194756,20199714,20208109,20277578,21178868,21185332,21190170,21197015,21200261,21206306,21208473,21209628,21210458,21210900,21214500,21216592,21218224,21270587,21334564', 'assoc_port': '19373270:19378740,19377396:19382775,19389028:19391044,19395737:19421669,19409763:19421450,19413714:19414001,19431686:19432960,19438275:19442609,19452003:19454857,19454978:19464252,19460255:19460654,19474564:19492243,19487949:19498099,19509376:19517315,19522263:19536259,19548439:19555497,19559139:19580123,19576088:19600890,19595774:19631285,19662881:19698317,19695270:19736195,19704736:19741469,19715120:19735534,19732428:19745781,19735438:19747033,19754764:19770757,19763322:19782404,19768591:19820629,19794532:19823157,19805097:19834503,19826829:19866549,19844076:19906396,19848346:20017960,19859419:19933865,19859426:19934194,19897027:19945320,19905707:19971486,19929087:19934615,19929163:19932250,19958099:20150059,19984110:20085447,20014712:20120047,20025651:20135034,20039938:20277578,20045888:20149747,20073268:20162218,20104700:20194756,20115134:20199714,20119801:20208109,21136910:21270587,21139048:21334564,21172726:21218224,21172923:21216592,21172981:21214500,21173043:21210900,21173112:21210458,21173173:2120962', 'assoc_mat': '19373270:ela:4203:19378740,19377396:ela:4203:19382775,19389028:ela:4203:19391044,19395737:ela:4203:19421669,19409763:ela:4203:19421450,19413714:ela:4203:19414001,19431686:ela:4203:19432960,19438275:ela:4203:19442609,19452003:ela:4203:19454857,19454978:ela:4203:19464252,19460255:ela:4203:19460654,19474564:ela:4203:19492243,19487949:ela:4203:19498099,19509376:ela:4203:19517315,19522263:ela:4203:19536259,19548439:ela:4203:19555497,19559139:ela:4203:19580123,19576088:ela:4203:19600890,19595774:ela:4203:19631285,19662881:ela:4203:19698317,19695270:ela:4203:19736195,19704736:ela:4203:19741469,19715120:ela:4203:19735534,19732428:ela:4203:19745781,19735438:ela:4203:19747033,19754764:ela:4203:19770757,19763322:ela:4203:19782404,19768591:ela:4203:19820629,19794532:ela:4203:19823157,19805097:ela:4203:19834503,19826829:ela:4203:19866549,19844076:ela:4203:19906396,19848346:ela:4203:20017960,19859419:ela:4203:19933865,19859426:ela:4203:19934194,19897027:ela:4203:19945320,19905707:ela:4203:19971486,19929087:ela:4203:1993461'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015953619491836002, 'nb_photo': 75, 'list_port_cont': '21169322,21169862,21170036,21172329,21172918,21173382,21173818,21174861,21174982,21176071,21176305,21176398,21177473,21177647,21177981,21178182,21179388,21179742,21181261,21181327,21182443,21184328,21184936,21185204,21186715,21187059,21188582,21188702,21189540,21190023,21190220,21190721,21193498,21193836,21194168,21194300,21194635,21194978,21195018,21195453,21195513,21195616,21196940,21197204,21198440,21198806,21199099,21199621,21200318,21200479,21200591,21201834,21202239,21202326,21203188,21203807,21204263', 'assoc_port': '21136913:21204263,21137252:21203188,21137508:21202326,21137515:21202239,21137527:21201834,21137958:21203807,21138543:21200591,21138550:21200479,21138572:21200318,21138593:21199621,21138604:21199099,21138605:21172918,21138723:21172329,21138738:21170036,21138767:21169862,21139034:21169322,21172758:21198806,21172883:21198440,21172939:21197204,21172943:21196940,21173023:21195616,21173025:21195513,21173042:21195453,21173088:21195018,21173091:21194978,21173095:21194635,21173136:21194300,21173151:21173382,21173160:21194168,21173186:21193836,21173241:21193498,21173411:21190721,21173414:21173818,21173835:21190023,21173837:21189540,21173861:21174861,21174647:21188702,21174648:21188582,21174791:21187059,21174795:21174982,21174960:21186715,21175637:21185204,21175642:21190220,21175648:21184936,21175662:21184328,21175909:21176071,21175916:21176398,21175922:21176305,21176556:21178182,21176881:21177647,21176891:21177473,21177719:21177981,21178632:21182443,21178676:21179388,21179206:21181327,21179222:21181261,21179423:2117974', 'assoc_mat': '21136913:ela:4207:21204263,21137252:ela:4207:21203188,21137508:ela:4207:21202326,21137515:ela:4207:21202239,21137527:ela:4207:21201834,21137958:ela:4207:21203807,21138543:ela:4207:21200591,21138550:ela:4207:21200479,21138572:ela:4207:21200318,21138593:ela:4207:21199621,21138604:ela:4207:21199099,21138605:ela:4207:21172918,21138723:ela:4207:21172329,21138738:ela:4207:21170036,21138767:ela:4207:21169862,21139034:ela:4207:21169322,21172758:ela:4207:21198806,21172883:ela:4207:21198440,21172939:ela:4207:21197204,21172943:ela:4207:21196940,21173023:ela:4207:21195616,21173025:ela:4207:21195513,21173042:ela:4207:21195453,21173088:ela:4207:21195018,21173091:ela:4207:21194978,21173095:ela:4207:21194635,21173136:ela:4207:21194300,21173151:ela:4207:21173382,21173160:ela:4207:21194168,21173186:ela:4207:21193836,21173241:ela:4207:21193498,21173411:ela:4207:21190721,21173414:ela:4207:21173818,21173835:ela:4207:21190023,21173837:ela:4207:21189540,21173861:ela:4207:21174861,21174647:ela:4207:21188702,21174648:ela:4207:2118858'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053617390477679935, 'nb_photo': 32, 'list_port_cont': '21138319,21177688,21179335,21184101,21187934,21190273,21194589,21195635,21199845,21203900,21205362,21209464,21210620,21210834,21210920,21211717,21214654,21215996,21216364,21217809,21274481,21281057,21294494,21299606', 'assoc_port': '21136922:21299606,21136958:21138319,21137270:21274481,21137310:21294494,21137571:21281057,21172735:21217809,21172935:21216364,21172951:21214654,21172952:21215996,21172987:21211717,21173004:21210834,21173021:21210920,21173094:21210620,21173159:21209464,21173829:21205362,21175638:21203900,21176554:21199845,21176609:21195635,21176909:21194589,21176918:21177688,21178749:21179335,21179220:21190273,21179225:21187934,21179354:21184101', 'assoc_mat': '21136922:ela:4461:21299606,21136958:ela:4461:21138319,21137270:ela:4461:21274481,21137310:ela:4461:21294494,21137571:ela:4461:21281057,21172735:ela:4461:21217809,21172935:ela:4461:21216364,21172951:ela:4461:21214654,21172952:ela:4461:21215996,21172987:ela:4461:21211717,21173004:ela:4461:21210834,21173021:ela:4461:21210920,21173094:ela:4461:21210620,21173159:ela:4461:21209464,21173829:ela:4461:21205362,21175638:ela:4461:21203900,21176554:ela:4461:21199845,21176609:ela:4461:21195635,21176909:ela:4461:21194589,21176918:ela:4461:21177688,21178749:ela:4461:21179335,21179220:ela:4461:21190273,21179225:ela:4461:21187934,21179354:ela:4461:21184101'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008253086464311746, 'nb_photo': 45, 'list_port_cont': '21137612,21138691,21140015,21141774,21149886,21157128,21159720,21173428,21174119,21174394,21174711,21174896,21175515,21176021,21177270,21177967,21178684,21180144,21182508,21183881,21184560,21187402,21189721,21190126,21191399,21192054,21196914,21197656,21198204,21200918,21201853,21202444,21202607,21202870,21203931,21204883,21205102,21205404', 'assoc_port': '21136944:21137612,21137283:21159720,21137532:21157128,21137968:21138691,21138575:21149886,21138597:21141774,21139038:21140015,21172864:21205102,21172926:21205404,21172932:21173428,21172990:21204883,21173100:21203931,21173176:21202870,21173182:21202607,21173189:21202444,21173257:21201853,21173320:21200918,21173329:21174119,21173857:21174896,21173865:21174711,21173887:21174394,21174954:21198204,21175015:21175515,21175584:21197656,21175631:21196914,21175670:21176021,21176899:21192054,21176908:21191399,21176921:21177270,21177712:21178684,21177728:21177967,21178369:21189721,21178464:21187402,21178723:21190126,21179168:21184560,21179214:21183881,21179399:21182508,21179427:21180144', 'assoc_mat': '21136944:ela:4200:21137612,21137283:ela:4200:21159720,21137532:ela:4200:21157128,21137968:ela:4200:21138691,21138575:ela:4200:21149886,21138597:ela:4200:21141774,21139038:ela:4200:21140015,21172864:ela:4200:21205102,21172926:ela:4200:21205404,21172932:ela:4200:21173428,21172990:ela:4200:21204883,21173100:ela:4200:21203931,21173176:ela:4200:21202870,21173182:ela:4200:21202607,21173189:ela:4200:21202444,21173257:ela:4200:21201853,21173320:ela:4200:21200918,21173329:ela:4200:21174119,21173857:ela:4200:21174896,21173865:ela:4200:21174711,21173887:ela:4200:21174394,21174954:ela:4200:21198204,21175015:ela:4200:21175515,21175584:ela:4200:21197656,21175631:ela:4200:21196914,21175670:ela:4200:21176021,21176899:ela:4200:21192054,21176908:ela:4200:21191399,21176921:ela:4200:21177270,21177712:ela:4200:21178684,21177728:ela:4200:21177967,21178369:ela:4200:21189721,21178464:ela:4200:21187402,21178723:ela:4200:21190126,21179168:ela:4200:21184560,21179214:ela:4200:21183881,21179399:ela:4200:21182508,21179427:ela:4200:2118014'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0038784884331244797, 'nb_photo': 1264, 'list_port_cont': '21173349,21173387,21173489,21173906,21174046,21174456,21174477,21174559,21174807,21175085,21175323,21175358,21175431,21175791,21176147,21176173,21176340,21176356,21176378,21176404,21176573,21176603,21176765,21177249,21177525,21177593,21177848,21178031,21178032,21178110,21178240,21178284,21178301,21178350,21178538,21178704,21178839,21179147,21179259,21179293,21179491,21179727,21179777,21179988,21180047,21180165,21180280,21180391,21180409,21180868,21182951,21183036,21183514,21183717,21183854,21184180,21184291,21184298,21184706,21184735,21184888,21185019,21185082,21185235,21185310,21185367,21185502,21185855,21185943,21186250,21186407,21186536,21187136,21187197,21187294,21187388,21188118,21188261,21188453,21188885,21189096,21190188,21190206,21190554,21190592,21190652,21190758,21190925,21191024,21191029,21191105,21191191,21191238,21191330,21191420,21191535,21191974,21192016,21192080,21192083,21192134,21192227,21192322,21192347,21192509,21192757,21192835,21192907,21192928,21192944,21193004,21193050,21193118,2119319', 'assoc_port': '19428659:21248570,19438276:21246952,19458789:21248809,19460977:21248681,19469398:21255274,19474557:21254392,19474561:21253861,19477264:21252243,19498629:21237915,19500653:21235951,19505863:21234103,19516423:21218508,19516780:21218403,19524618:21217146,19543451:21216023,19545200:21214732,19553301:21211522,19554129:21173387,19555141:21211404,19558298:21211036,19571015:21216934,19580444:21216707,19598090:21173906,19655151:21210042,19659858:21209746,19737247:21175431,19737437:21175323,19754761:21176340,19758171:21203738,19760878:21203818,19760884:21203654,19763328:21203562,19763356:21203426,19770002:21174456,19830361:21209008,19844397:21199456,19847173:21198846,19859427:21176765,19876106:21197817,19884822:21197197,19884847:21196978,19888799:21196742,19898891:21199896,19901747:21196167,19916125:21195364,19929105:21194884,19960824:21194398,19965567:21194097,19980529:21178538,19980532:21178704,19984107:21178350,20003495:21193761,20017062:21192835,20023443:21192509,20028249:21192080,20028256:21192134,20044538:2119102', 'assoc_mat': '19428659:ela:4209:21248570,19438276:ela:4209:21246952,19458789:ela:4209:21248809,19460977:ela:4209:21248681,19469398:ela:4209:21255274,19474557:ela:4209:21254392,19474561:ela:4209:21253861,19477264:ela:4209:21252243,19498629:ela:4209:21237915,19500653:ela:4209:21235951,19505863:ela:4209:21234103,19516423:ela:4209:21218508,19516780:ela:4209:21218403,19524618:ela:4209:21217146,19543451:ela:4209:21216023,19545200:ela:4209:21214732,19553301:ela:4209:21211522,19554129:ela:4209:21173387,19555141:ela:4209:21211404,19558298:ela:4209:21211036,19571015:ela:4209:21216934,19580444:ela:4209:21216707,19598090:ela:4209:21173906,19655151:ela:4209:21210042,19659858:ela:4209:21209746,19737247:ela:4209:21175431,19737437:ela:4209:21175323,19754761:ela:4209:21176340,19758171:ela:4209:21203738,19760878:ela:4209:21203818,19760884:ela:4209:21203654,19763328:ela:4209:21203562,19763356:ela:4209:21203426,19770002:ela:4209:21174456,19830361:ela:4209:21209008,19844397:ela:4209:21199456,19847173:ela:4209:21198846,19859427:ela:4209:2117676'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009039695645472307, 'nb_photo': 1122, 'list_port_cont': '20085666,20086294,20087132,20089335,20090309,20101307,20106740,20107662,20115910,20117059,20118965,20121969,20122968,20136828,20137452,20137829,20138098,20139825,20139877,20140009,20172566,20174667,20176346,20177623,20196611,20198243,20199590,20200527,20200559,20201316,20231845,20231868,20232918,20233482,20234056,20234168,20235863,20238866,20239135,21137400,21139187,21139678,21163821,21164181,21167758,21168293,21168628,21169497,21169948,21170439,21173766,21174285,21174619,21174827,21175197,21175348,21175561,21176003,21176314,21176632,21177072,21177122,21177415,21177555,21177834,21183059,21187031,21190061,21191099,21191343,21192670,21193178,21196653,21197035,21199204,21199647,21200216,21200288,21200769,21200901,21201142,21202539,21202715,21203077,21203543', 'assoc_port': '19859429:20174667,19954425:20176346,20014710:20196611,20015611:20177623,20023438:20198243,20023441:20199590,20026808:20200527,20031177:20200559,20036276:20201316,20036573:20231845,20039940:20232918,20042505:20231868,20042852:20233482,20044534:20234056,20045059:20234168,20046352:20235863,20047144:20238866,20048499:20239135,20049854:20172566,20063551:20140009,20068359:20139877,20070514:20139825,20071895:20138098,20073270:20137829,20074713:20101307,20076794:20090309,20079018:20089335,20083089:20086294,20083092:20085666,20085536:20087132,20101919:20137452,20105987:20107662,20106007:20106740,20108234:20136828,20115463:20115910,20116392:20117059,20118802:20118965,20121224:20122968,20121231:20121969,21136613:21137400,21137552:21139187,21137971:21170439,21138549:21169948,21138592:21169497,21138615:21168628,21138620:21168293,21138725:21167758,21138733:21164181,21138741:21163821,21139065:21139678,21172727:21203543,21172847:21203077,21172860:21202715,21172936:21173766,21172955:21202539,21173009:21201142,21173010:2120090', 'assoc_mat': '19859429:ela:4211:20174667,19954425:ela:4211:20176346,20014710:ela:4211:20196611,20015611:ela:4211:20177623,20023438:ela:4211:20198243,20023441:ela:4211:20199590,20026808:ela:4211:20200527,20031177:ela:4211:20200559,20036276:ela:4211:20201316,20036573:ela:4211:20231845,20039940:ela:4211:20232918,20042505:ela:4211:20231868,20042852:ela:4211:20233482,20044534:ela:4211:20234056,20045059:ela:4211:20234168,20046352:ela:4211:20235863,20047144:ela:4211:20238866,20048499:ela:4211:20239135,20049854:ela:4211:20172566,20063551:ela:4211:20140009,20068359:ela:4211:20139877,20070514:ela:4211:20139825,20071895:ela:4211:20138098,20073270:ela:4211:20137829,20074713:ela:4211:20101307,20076794:ela:4211:20090309,20079018:ela:4211:20089335,20083089:ela:4211:20086294,20083092:ela:4211:20085666,20085536:ela:4211:20087132,20101919:ela:4211:20137452,20105987:ela:4211:20107662,20106007:ela:4211:20106740,20108234:ela:4211:20136828,20115463:ela:4211:20115910,20116392:ela:4211:20117059,20118802:ela:4211:20118965,20121224:ela:4211:2012296'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0006484880754804793, 'nb_photo': 1, 'list_port_cont': '19557492', 'assoc_port': '19557292:19557492', 'assoc_mat': '19557292:etiquette:4200:19557492'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00010719151846884862, 'nb_photo': 1, 'list_port_cont': '21216428', 'assoc_port': '21172887:21216428', 'assoc_mat': '21172887:etiquette:4205:21216428'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016916674992702524, 'nb_photo': 63, 'list_port_cont': '20135044,20162231,20194743,20199707,20208110,20277587,21178867,21185333,21190172,21197016,21200255,21206301,21208474,21209634,21210462,21210905,21214502,21216593,21218221,21270596,21334556', 'assoc_port': '20025651:20135044,20039938:20277587,20073268:20162231,20104700:20194743,20115134:20199707,20119801:20208110,21136910:21270596,21139048:21334556,21172726:21218221,21172923:21216593,21172981:21214502,21173043:21210905,21173112:21210462,21173173:21209634,21173275:21208474,21173810:21206301,21175654:21200255,21176546:21197016,21177730:21178867,21179158:21190172,21179219:21185333', 'assoc_mat': '20025651:etiquette:4203:20135044,20039938:etiquette:4203:20277587,20073268:etiquette:4203:20162231,20104700:etiquette:4203:20194743,20115134:etiquette:4203:20199707,20119801:etiquette:4203:20208110,21136910:etiquette:4203:21270596,21139048:etiquette:4203:21334556,21172726:etiquette:4203:21218221,21172923:etiquette:4203:21216593,21172981:etiquette:4203:21214502,21173043:etiquette:4203:21210905,21173112:etiquette:4203:21210462,21173173:etiquette:4203:21209634,21173275:etiquette:4203:21208474,21173810:etiquette:4203:21206301,21175654:etiquette:4203:21200255,21176546:etiquette:4203:21197016,21177730:etiquette:4203:21178867,21179158:etiquette:4203:21190172,21179219:etiquette:4203:21185333'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00019481495824143617, 'nb_photo': 5, 'list_port_cont': '21172921,21185803,21187046,21193214,21204417', 'assoc_port': '21136903:21204417,21138605:21172921,21173258:21193214,21174791:21187046,21175629:21185803', 'assoc_mat': '21136903:etiquette:4207:21204417,21138605:etiquette:4207:21172921,21173258:etiquette:4207:21193214,21174791:etiquette:4207:21187046,21175629:etiquette:4207:21185803'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00034771392286512285, 'nb_photo': 5, 'list_port_cont': '21175009,21195180,21203753,21298143', 'assoc_port': '21138760:21298143,21173882:21175009,21175645:21203753,21176887:21195180', 'assoc_mat': '21138760:etiquette:4461:21298143,21173882:etiquette:4461:21175009,21175645:etiquette:4461:21203753,21176887:etiquette:4461:21195180'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001978994173673069, 'nb_photo': 2837, 'list_port_cont': '19370611,19371755,19373184,19373868,19374473,19377702,19379399,19387362,19387562,19388223,19393022,19394590,19395983,19397179,19399047,19409857,19410523,19410919,19411421,19411860,19428744,19429614,19431478,19433327,19437724,19439966,19440806,19447290,19451134,19452606,19452775,19453682,19454202,19457798,19458560,19460168,19460411,19467216,19467437,19468386,19470270,19471364,19473213,19476025,19476182,19477887,19481226,19486667,19488343,19498362,19500891,19501951,19503296,19506127,19506286,19508031,19508154,19509551,19510377,19516982,19517569,19517737,19518424,19520574,19524896,19525902,19528208,19543531,19544486,19545611,19548084,19549154,19549931,19550887,19554429,19554583,19555415,19556365,19556911,19558489,19574527,19574677,19590795,19592353,19596417,19598811,19625016,19646693,19649283,19653242,19653442,19660901,19663610,19693639,19696995,19697482,19701192,19704638,19705259,19706001,19707098,19713513,19716199,19719999,19720199,19726998,19731023,19731966,19733533,19735236,19735612,19735893,19736503,1973702', 'assoc_port': '19370490:19370611,19371345:19371755,19372925:19373184,19373269:19373868,19374327:19374473,19377393:19377702,19377991:19379399,19387142:19387562,19387146:19387362,19388091:19388223,19392668:19393022,19394322:19394590,19395741:19395983,19396942:19397179,19398803:19399047,19409762:19409857,19410364:19410523,19410822:19410919,19411326:19411421,19411749:19411860,19428661:19428744,19429024:19429614,19431296:19431478,19433116:19433327,19437327:19437724,19439727:19439966,19440252:19440806,19446871:19447290,19450727:19451134,19452006:19452775,19452026:19452606,19453211:19453682,19454047:19454202,19457585:19457798,19458328:19458560,19459522:19460168,19460252:19460411,19465712:19468386,19466860:19467437,19466864:19467216,19469395:19470270,19470646:19471364,19472285:19473213,19474560:19476182,19475784:19476025,19477265:19477887,19480443:19481226,19485837:19486667,19487955:19488343,19498295:19498362,19500652:19500891,19501672:19501951,19503120:19503296,19505862:19506286,19505869:19506127,19507773:19508154,19507777:1950803', 'assoc_mat': '19370490:etiquette:4200:19370611,19371345:etiquette:4200:19371755,19372925:etiquette:4200:19373184,19373269:etiquette:4200:19373868,19374327:etiquette:4200:19374473,19377393:etiquette:4200:19377702,19377991:etiquette:4200:19379399,19387142:etiquette:4200:19387562,19387146:etiquette:4200:19387362,19388091:etiquette:4200:19388223,19392668:etiquette:4200:19393022,19394322:etiquette:4200:19394590,19395741:etiquette:4200:19395983,19396942:etiquette:4200:19397179,19398803:etiquette:4200:19399047,19409762:etiquette:4200:19409857,19410364:etiquette:4200:19410523,19410822:etiquette:4200:19410919,19411326:etiquette:4200:19411421,19411749:etiquette:4200:19411860,19428661:etiquette:4200:19428744,19429024:etiquette:4200:19429614,19431296:etiquette:4200:19431478,19433116:etiquette:4200:19433327,19437327:etiquette:4200:19437724,19439727:etiquette:4200:19439966,19440252:etiquette:4200:19440806,19446871:etiquette:4200:19447290,19450727:etiquette:4200:19451134,19452006:etiquette:4200:19452775,19452026:etiquette:4200:19452606,1'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008932914052715299, 'nb_photo': 257, 'list_port_cont': '21173486,21174179,21174473,21175073,21175101,21175355,21175439,21175503,21175796,21176154,21176175,21176375,21176409,21176566,21176589,21176874,21177516,21177596,21178118,21178295,21179141,21179253,21180046,21180285,21180872,21182958,21183039,21184727,21185080,21185841,21185945,21186530,21188110,21190198,21190646,21190918,21190993,21191245,21191409,21191971,21192066,21193014,21193102,21193123,21193186,21193371,21193892,21194407,21194908,21195217,21196077,21196124,21196166,21196528,21196571,21196812,21196825,21197001,21197196,21197764,21198014,21198376,21198454,21198622,21199251,21199263,21199466,21199605,21199797,21199901,21199927,21200186,21200562,21200805,21200827,21200963,21201036,21201055,21201197,21201275,21201464,21201520,21201543,21201890,21202094,21202178,21202265,21202659,21202730,21203137,21203445,21203509,21203650,21203740,21203792,21203816,21204343,21204369,21204779,21205197,21205280,21205334,21206134,21206356,21206758,21206777,21206878,21207526,21208064,21208661,21209038,21209121,21209231,2120927', 'assoc_port': '19474561:21253858,19498629:21237921,19516780:21218401,19545200:21214722,19571015:21216937,19702409:21201890,19737247:21175439,19758171:21203740,19760878:21203816,19760884:21203650,19844397:21199466,19856581:21176874,19884822:21197196,19898891:21199901,19901747:21196166,20028249:21192066,20044538:21190993,20045058:21190918,20063546:21190198,20101894:21185080,20121243:21180285,21136555:21262378,21136561:21261654,21136569:21260957,21136615:21258138,21136629:21257651,21136631:21257437,21136632:21256933,21136635:21257162,21136899:21255871,21136904:21255478,21136919:21254747,21136928:21253843,21137239:21251607,21137240:21251082,21137244:21250660,21137250:21250727,21137269:21250329,21137279:21249814,21137280:21250148,21137282:21249565,21137308:21249320,21137323:21248655,21137509:21248129,21137510:21247928,21137513:21247839,21137525:21247594,21137529:21247367,21137538:21247284,21137553:21246860,21137572:21246762,21137959:21246553,21137967:21245990,21137969:21246008,21138578:21245020,21138585:21244205,21138596:2124383', 'assoc_mat': '19474561:etiquette:4209:21253858,19498629:etiquette:4209:21237921,19516780:etiquette:4209:21218401,19545200:etiquette:4209:21214722,19571015:etiquette:4209:21216937,19702409:etiquette:4209:21201890,19737247:etiquette:4209:21175439,19758171:etiquette:4209:21203740,19760878:etiquette:4209:21203816,19760884:etiquette:4209:21203650,19844397:etiquette:4209:21199466,19856581:etiquette:4209:21176874,19884822:etiquette:4209:21197196,19898891:etiquette:4209:21199901,19901747:etiquette:4209:21196166,20028249:etiquette:4209:21192066,20044538:etiquette:4209:21190993,20045058:etiquette:4209:21190918,20063546:etiquette:4209:21190198,20101894:etiquette:4209:21185080,20121243:etiquette:4209:21180285,21136555:etiquette:4209:21262378,21136561:etiquette:4209:21261654,21136569:etiquette:4209:21260957,21136615:etiquette:4209:21258138,21136629:etiquette:4209:21257651,21136631:etiquette:4209:21257437,21136632:etiquette:4209:21256933,21136635:etiquette:4209:21257162,21136899:etiquette:4209:21255871,21136904:etiquette:4209:21255478,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.064135493758825e-05, 'nb_photo': 129, 'list_port_cont': '20085679,20086296,20087141,20089337,20101306,20106733,20115908,20117051,20118956,20136825,20137457,20137823,20138099,20172563,20174652,20177637,20199600,20200550,20201325,20231835,20232925,20234055,20234166,20235864,20238853,20239142,21137411,21139675,21163808,21164179,21167767,21168282,21168641,21169499,21169958,21170443,21173774,21174275,21174615,21174818,21175187,21176002,21176311,21176641,21177081,21177423,21177559,21177827,21183051,21187036,21190057,21191347,21193168,21197032,21198747,21200293,21200781,21201141,21202725,21203540', 'assoc_port': '19859429:20174652,20015611:20177637,20023441:20199600,20031177:20200550,20036276:20201325,20036573:20231835,20039940:20232925,20044534:20234055,20045059:20234166,20046352:20235864,20047144:20238853,20048499:20239142,20049854:20172563,20071895:20138099,20073270:20137823,20074713:20101306,20079018:20089337,20083089:20086296,20083092:20085679,20085536:20087141,20101919:20137457,20106007:20106733,20108234:20136825,20115463:20115908,20116392:20117051,20118802:20118956,21136613:21137411,21137971:21170443,21138549:21169958,21138592:21169499,21138615:21168641,21138620:21168282,21138725:21167767,21138733:21164179,21138741:21163808,21139065:21139675,21172727:21203540,21172860:21202725,21172936:21173774,21173009:21201141,21173089:21200781,21173140:21200293,21173409:21174275,21173805:21198747,21173876:21174818,21173880:21174615,21174772:21175187,21174949:21197032,21175589:21176311,21175653:21176002,21175921:21177081,21175940:21176641,21176550:21177423,21176888:21177827,21176903:21177559,21178391:21193168,21178640:2119134', 'assoc_mat': '19859429:etiquette:4211:20174652,20015611:etiquette:4211:20177637,20023441:etiquette:4211:20199600,20031177:etiquette:4211:20200550,20036276:etiquette:4211:20201325,20036573:etiquette:4211:20231835,20039940:etiquette:4211:20232925,20044534:etiquette:4211:20234055,20045059:etiquette:4211:20234166,20046352:etiquette:4211:20235864,20047144:etiquette:4211:20238853,20048499:etiquette:4211:20239142,20049854:etiquette:4211:20172563,20071895:etiquette:4211:20138099,20073270:etiquette:4211:20137823,20074713:etiquette:4211:20101306,20079018:etiquette:4211:20089337,20083089:etiquette:4211:20086296,20083092:etiquette:4211:20085679,20085536:etiquette:4211:20087141,20101919:etiquette:4211:20137457,20106007:etiquette:4211:20106733,20108234:etiquette:4211:20136825,20115463:etiquette:4211:20115908,20116392:etiquette:4211:20117051,20118802:etiquette:4211:20118956,21136613:etiquette:4211:21137411,21137971:etiquette:4211:21170443,21138549:etiquette:4211:21169958,21138592:etiquette:4211:21169499,21138615:etiquette:4211:21168641,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008458748444597118, 'nb_photo': 19, 'list_port_cont': '19388338,19398268,19411154,19457015,19693335,19696933,19704964,19736018,19803502,19905902,20027588,20107431,21140370,21167895,21177175,21187685', 'assoc_port': '19388090:19388338,19397895:19398268,19410821:19411154,19456526:19457015,19693113:19693335,19696353:19696933,19704032:19704964,19735678:19736018,19802103:19803502,19844067:19905902,20025654:20027588,20106006:20107431,21137278:21167895,21138588:21140370,21175944:21177175,21176529:21187685', 'assoc_mat': '19388090:etiquette:3327:19388338,19397895:etiquette:3327:19398268,19410821:etiquette:3327:19411154,19456526:etiquette:3327:19457015,19693113:etiquette:3327:19693335,19696353:etiquette:3327:19696933,19704032:etiquette:3327:19704964,19735678:etiquette:3327:19736018,19802103:etiquette:3327:19803502,19844067:etiquette:3327:19905902,20025654:etiquette:3327:20027588,20106006:etiquette:3327:20107431,21137278:etiquette:3327:21167895,21138588:etiquette:3327:21140370,21175944:etiquette:3327:21177175,21176529:etiquette:3327:21187685'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.026840699896044998, 'nb_photo': 344, 'list_port_cont': '21173443,21174320,21175716,21193335,21193916,21199582,21201318,21202819,21205226,21207483,21209182,21209872,21210647,21210974,21211540,21214756,21216416,21216445,21217560,21271156,21274188,21274617,21286101,21286776,21288171,21331245,21334964,21335681', 'assoc_port': '19557292:21210974,21136917:21271156,21137275:21274188,21137301:21274617,21137314:21331245,21138587:21334964,21138610:21286101,21138611:21286776,21138728:21335681,21138752:21288171,21172809:21217560,21172887:21216416,21172892:21216445,21172928:21214756,21172991:21211540,21173019:21210647,21173097:21173443,21173138:21209872,21173188:21209182,21173311:21207483,21173834:21205226,21173886:21174320,21174765:21202819,21174967:21201318,21175051:21175716,21175674:21199582,21177708:21193916,21178338:21193335', 'assoc_mat': '19557292:film_plastique:4205:21210974,21136917:film_plastique:4205:21271156,21137275:film_plastique:4205:21274188,21137301:film_plastique:4205:21274617,21137314:film_plastique:4205:21331245,21138587:film_plastique:4205:21334964,21138610:film_plastique:4205:21286101,21138611:film_plastique:4205:21286776,21138728:film_plastique:4205:21335681,21138752:film_plastique:4205:21288171,21172809:film_plastique:4205:21217560,21172887:film_plastique:4205:21216416,21172892:film_plastique:4205:21216445,21172928:film_plastique:4205:21214756,21172991:film_plastique:4205:21211540,21173019:film_plastique:4205:21210647,21173097:film_plastique:4205:21173443,21173138:film_plastique:4205:21209872,21173188:film_plastique:4205:21209182,21173311:film_plastique:4205:21207483,21173834:film_plastique:4205:21205226,21173886:film_plastique:4205:21174320,21174765:film_plastique:4205:21202819,21174967:film_plastique:4205:21201318,21175051:film_plastique:4205:21175716,21175674:film_plastique:4205:21199582,21177708:film_plastique:4205:2119391'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010630802491777362, 'nb_photo': 9956, 'list_port_cont': '19378735,19382767,19391050,19414007,19421456,19421672,19432967,19442605,19454860,19460664,19464248,19492239,19498096,19517307,19536264,19555493,19580120,19600900,19631279,19698315,19735533,19736193,19741475,19745782,19747030,19770762,19782402,19820641,19823153,19834492,19866551,19906410,19932253,19933866,19934192,19934602,19945322,19971478,20017961,20085448,20120041,20135040,20149746,20150057,20162221,20194750,20199708,20208103,20277584,21178870,21185324,21190165,21197008,21200258,21206302,21208471,21209640,21210456,21210896,21214497,21216591,21218227,21270592,21334553', 'assoc_port': '19373270:19378735,19377396:19382767,19389028:19391050,19395737:19421672,19409763:19421456,19413714:19414007,19431686:19432967,19438275:19442605,19452003:19454860,19454978:19464248,19460255:19460664,19474564:19492239,19487949:19498096,19509376:19517307,19522263:19536264,19548439:19555493,19559139:19580120,19576088:19600900,19595774:19631279,19662881:19698315,19695270:19736193,19704736:19741475,19715120:19735533,19732428:19745782,19735438:19747030,19754764:19770762,19763322:19782402,19768591:19820641,19794532:19823153,19805097:19834492,19826829:19866551,19844076:19906410,19848346:20017961,19859419:19933866,19859426:19934192,19897027:19945322,19905707:19971478,19929087:19934602,19929163:19932253,19958099:20150057,19984110:20085448,20014712:20120041,20025651:20135040,20039938:20277584,20045888:20149746,20073268:20162221,20104700:20194750,20115134:20199708,20119801:20208103,21136910:21270592,21139048:21334553,21172726:21218227,21172923:21216591,21172981:21214497,21173043:21210896,21173112:21210456,21173173:2120964', 'assoc_mat': '19373270:film_plastique:4203:19378735,19377396:film_plastique:4203:19382767,19389028:film_plastique:4203:19391050,19395737:film_plastique:4203:19421672,19409763:film_plastique:4203:19421456,19413714:film_plastique:4203:19414007,19431686:film_plastique:4203:19432967,19438275:film_plastique:4203:19442605,19452003:film_plastique:4203:19454860,19454978:film_plastique:4203:19464248,19460255:film_plastique:4203:19460664,19474564:film_plastique:4203:19492239,19487949:film_plastique:4203:19498096,19509376:film_plastique:4203:19517307,19522263:film_plastique:4203:19536264,19548439:film_plastique:4203:19555493,19559139:film_plastique:4203:19580120,19576088:film_plastique:4203:19600900,19595774:film_plastique:4203:19631279,19662881:film_plastique:4203:19698315,19695270:film_plastique:4203:19736193,19704736:film_plastique:4203:19741475,19715120:film_plastique:4203:19735533,19732428:film_plastique:4203:19745782,19735438:film_plastique:4203:19747030,19754764:film_plastique:4203:19770762,19763322:film_plastique:4203:1978240'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033125063423214817, 'nb_photo': 2313, 'list_port_cont': '19370181,19370585,19393748,19410148,19410486,19429291,19451101,19461164,19520522,19543509,19571179,19630951,19638665,19641427,19693358,19694333,19702913,19703046,19734413,19750335,19762945,19820195,19825578,19843486,19930658,19931079,19958865,20068497,20112727,20114745,21137481,21137795,21168521,21168671,21168710,21169323,21169370,21169805,21169858,21170042,21170653,21170837,21170985,21172339,21172427,21172442,21172523,21172640,21172920,21173232,21173383,21173555,21173598,21173811,21174072,21174199,21174572,21174847,21174978,21175210,21175385,21175536,21175687,21175708,21175849,21176078,21176301,21176389,21176662,21176703,21176736,21176997,21177152,21177358,21177458,21177638,21177889,21177989,21178067,21178471,21178792,21178945,21179270,21179381,21179543,21179738,21179798,21180070,21180995,21181113,21181246,21181337,21181384,21181625,21182045,21182161,21182299,21182437,21182786,21183010,21184235,21184317,21184462,21184565,21184777,21184932,21185203,21185355,21185554,21185798,21185972,21185986,21186255,2118648', 'assoc_port': '19370012:19370181,19370527:19370585,19393354:19393748,19409943:19410148,19410363:19410486,19429020:19429291,19450726:19451101,19460980:19461164,19520063:19520522,19543455:19543509,19571019:19571179,19630156:19630951,19637611:19638665,19640302:19641427,19693114:19693358,19694237:19694333,19702412:19703046,19702414:19702913,19734227:19734413,19750179:19750335,19762340:19762945,19819066:19820195,19824209:19825578,19843219:19843486,19929081:19931079,19929097:19930658,19958105:19958865,20066052:20068497,20110612:20112727,20113526:20114745,21136895:21204521,21136900:21204476,21136903:21204413,21136908:21204348,21136913:21204261,21136923:21204130,21136946:21137481,21137243:21203548,21137245:21203405,21137252:21203183,21137272:21203060,21137277:21203013,21137306:21202904,21137315:21202833,21137504:21202750,21137505:21202582,21137507:21202479,21137508:21202332,21137515:21202241,21137517:21202072,21137521:21201922,21137527:21201838,21137531:21201797,21137535:21201783,21137545:21201689,21137547:21201489,21137551:2120137', 'assoc_mat': '19370012:film_plastique:4207:19370181,19370527:film_plastique:4207:19370585,19393354:film_plastique:4207:19393748,19409943:film_plastique:4207:19410148,19410363:film_plastique:4207:19410486,19429020:film_plastique:4207:19429291,19450726:film_plastique:4207:19451101,19460980:film_plastique:4207:19461164,19520063:film_plastique:4207:19520522,19543455:film_plastique:4207:19543509,19571019:film_plastique:4207:19571179,19630156:film_plastique:4207:19630951,19637611:film_plastique:4207:19638665,19640302:film_plastique:4207:19641427,19693114:film_plastique:4207:19693358,19694237:film_plastique:4207:19694333,19702412:film_plastique:4207:19703046,19702414:film_plastique:4207:19702913,19734227:film_plastique:4207:19734413,19750179:film_plastique:4207:19750335,19762340:film_plastique:4207:19762945,19819066:film_plastique:4207:19820195,19824209:film_plastique:4207:19825578,19843219:film_plastique:4207:19843486,19929081:film_plastique:4207:19931079,19929097:film_plastique:4207:19930658,19958105:film_plastique:4207:1995886'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7659838114030344, 'nb_photo': 10324, 'list_port_cont': '19382627,21138318,21173628,21173980,21174211,21175006,21175870,21176081,21176259,21177013,21177311,21177682,21177768,21178212,21178438,21178767,21179337,21179691,21179871,21180193,21183100,21183284,21183393,21183560,21183941,21184088,21184617,21185513,21185912,21186361,21186914,21187933,21188552,21188822,21190265,21190341,21190425,21190859,21190885,21191219,21191429,21191728,21191862,21192103,21192161,21192546,21192768,21193022,21193071,21193301,21193454,21193730,21194031,21194262,21194364,21194464,21194585,21194790,21194821,21195177,21195565,21195645,21195908,21196048,21196264,21196538,21196715,21197223,21197287,21197830,21197944,21198100,21198179,21198625,21199144,21199224,21199361,21199536,21199694,21199841,21199999,21200093,21200628,21200989,21201074,21201156,21201429,21201477,21201631,21201958,21202146,21202497,21202554,21202686,21202770,21202929,21203309,21203450,21203594,21203746,21203854,21203911,21203972,21204054,21204191,21205048,21205237,21205300,21205363,21206074,21206245,21206474,21206621,2120666', 'assoc_port': '19377397:19382627,21136554:21263445,21136557:21303114,21136564:21302591,21136602:21302356,21136634:21301971,21136642:21264079,21136896:21269773,21136901:21270088,21136906:21270267,21136912:21270794,21136915:21272017,21136922:21299611,21136927:21299515,21136947:21273308,21136954:21273442,21136958:21138318,21137241:21273690,21137247:21274206,21137270:21274489,21137274:21274430,21137281:21275722,21137304:21276278,21137310:21294497,21137324:21277728,21137506:21278071,21137516:21278631,21137526:21292407,21137530:21279566,21137540:21279877,21137549:21280370,21137571:21281069,21137953:21281382,21137956:21281662,21137960:21282514,21137965:21282791,21137972:21294270,21138545:21283929,21138553:21295279,21138576:21284781,21138582:21285570,21138589:21286172,21138595:21286359,21138602:21286685,21138609:21286843,21138616:21290792,21138625:21288138,21138724:21287467,21138734:21286635,21138739:21286433,21138746:21286261,21138760:21298136,21138774:21286133,21138796:21285644,21139022:21284269,21139024:21284670,21139033:2128446', 'assoc_mat': '19377397:film_plastique:4461:19382627,21136554:film_plastique:4461:21263445,21136557:film_plastique:4461:21303114,21136564:film_plastique:4461:21302591,21136602:film_plastique:4461:21302356,21136634:film_plastique:4461:21301971,21136642:film_plastique:4461:21264079,21136896:film_plastique:4461:21269773,21136901:film_plastique:4461:21270088,21136906:film_plastique:4461:21270267,21136912:film_plastique:4461:21270794,21136915:film_plastique:4461:21272017,21136922:film_plastique:4461:21299611,21136927:film_plastique:4461:21299515,21136947:film_plastique:4461:21273308,21136954:film_plastique:4461:21273442,21136958:film_plastique:4461:21138318,21137241:film_plastique:4461:21273690,21137247:film_plastique:4461:21274206,21137270:film_plastique:4461:21274489,21137274:film_plastique:4461:21274430,21137281:film_plastique:4461:21275722,21137304:film_plastique:4461:21276278,21137310:film_plastique:4461:21294497,21137324:film_plastique:4461:21277728,21137506:film_plastique:4461:21278071,21137516:film_plastique:4461:2127863'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015553084426634644, 'nb_photo': 1445, 'list_port_cont': '21137257,21137294,21137618,21138147,21138502,21138686,21139957,21140012,21140726,21141151,21141623,21141776,21146773,21149881,21155317,21157123,21157448,21159118,21159374,21159719,21162410,21162594,21173421,21173964,21174109,21174120,21174174,21174336,21174395,21174710,21174882,21175232,21175516,21175779,21176011,21176255,21176716,21177044,21177167,21177285,21177537,21177975,21178148,21178185,21178278,21178693,21178883,21179123,21179227,21179400,21179521,21179556,21179580,21179837,21179853,21180083,21180153,21182458,21182525,21182988,21183065,21183133,21183870,21184007,21184383,21184562,21185056,21185188,21185403,21186013,21186282,21186738,21186806,21187407,21187665,21188002,21188512,21188670,21189117,21189265,21189451,21189712,21190121,21190517,21190702,21191012,21191396,21191628,21192063,21192397,21192620,21192888,21193387,21193619,21193846,21194239,21194512,21194672,21194996,21195310,21195530,21195991,21196638,21196922,21197657,21197889,21198211,21198472,21198731,21199068,21199299,21200278,21200402,2120055', 'assoc_port': '21136562:21137294,21136563:21137257,21136907:21162594,21136918:21162410,21136944:21137618,21137283:21159719,21137307:21159374,21137511:21159118,21137512:21157448,21137532:21157123,21137537:21155317,21137543:21138502,21137548:21138147,21137968:21138686,21138575:21149881,21138591:21146773,21138597:21141776,21138621:21141623,21138785:21141151,21139023:21140726,21139038:21140012,21139046:21139957,21172716:21207013,21172754:21206448,21172798:21206194,21172842:21205850,21172855:21205761,21172864:21205107,21172886:21206052,21172900:21205600,21172902:21205536,21172924:21204964,21172926:21205402,21172932:21173421,21172990:21204896,21173014:21204736,21173024:21204528,21173046:21204494,21173048:21204437,21173093:21204284,21173098:21204180,21173100:21203935,21173125:21203699,21173144:21203265,21173158:21203039,21173176:21202862,21173182:21202603,21173189:21202434,21173218:21202211,21173235:21202047,21173257:21201850,21173281:21201761,21173308:21201671,21173319:21201396,21173320:21200915,21173329:21174120,21173354:2117396', 'assoc_mat': '21136562:film_plastique:4200:21137294,21136563:film_plastique:4200:21137257,21136907:film_plastique:4200:21162594,21136918:film_plastique:4200:21162410,21136944:film_plastique:4200:21137618,21137283:film_plastique:4200:21159719,21137307:film_plastique:4200:21159374,21137511:film_plastique:4200:21159118,21137512:film_plastique:4200:21157448,21137532:film_plastique:4200:21157123,21137537:film_plastique:4200:21155317,21137543:film_plastique:4200:21138502,21137548:film_plastique:4200:21138147,21137968:film_plastique:4200:21138686,21138575:film_plastique:4200:21149881,21138591:film_plastique:4200:21146773,21138597:film_plastique:4200:21141776,21138621:film_plastique:4200:21141623,21138785:film_plastique:4200:21141151,21139023:film_plastique:4200:21140726,21139038:film_plastique:4200:21140012,21139046:film_plastique:4200:21139957,21172716:film_plastique:4200:21207013,21172754:film_plastique:4200:21206448,21172798:film_plastique:4200:21206194,21172842:film_plastique:4200:21205850,21172855:film_plastique:4200:2120576'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.004825751017362812, 'nb_photo': 1098, 'list_port_cont': '19428719,19438773,19458523,19459012,19461391,19468096,19470017,19475326,19475493,19498947,19500772,19506304,19517062,19518496,19524974,19543548,19545574,19553491,19554330,19558507,19562178,19571274,19581202,19583057,19598788,19656558,19660858,19703232,19735564,19737303,19737709,19756322,19759032,19762180,19764126,19764284,19771104,19778731,19831673,19845170,19847545,19857691,19860737,19885710,19889378,19899703,19911397,19917006,19930468,19965961,19976976,19981056,19983813,19985098,20005482,20012073,20018074,20023858,20028643,20028662,20044698,20047373,20048835,20050746,20052199,20064629,20072564,20076485,20084097,20116399,20117097,20118260,20122393', 'assoc_port': '19428659:19428719,19438276:19438773,19458329:19458523,19458789:19459012,19460977:19461391,19467828:19468096,19469398:19470017,19474561:19475493,19474563:19475326,19498629:19498947,19500653:19500772,19505863:19506304,19516423:19518496,19516780:19517062,19524618:19524974,19543451:19543548,19545200:19545574,19553301:19553491,19554129:19554330,19555141:19562178,19558298:19558507,19571015:19571274,19580444:19581202,19581718:19583057,19598090:19598788,19655151:19656558,19659858:19660858,19702409:19703232,19735437:19735564,19737247:19737303,19737437:19737709,19754761:19756322,19758171:19759032,19760878:19778731,19760884:19762180,19763328:19764284,19763356:19764126,19770002:19771104,19830361:19831673,19844397:19845170,19847173:19847545,19856581:19857691,19859427:19860737,19876106:19911397,19884847:19885710,19888799:19889378,19898891:19899703,19916125:19917006,19929105:19930468,19965567:19965961,19976778:19976976,19980529:19983813,19980532:19981056,19984107:19985098,20003495:20005482,20010529:20012073,20017062:2001807', 'assoc_mat': '19428659:film_plastique:4207:19428719,19438276:film_plastique:4207:19438773,19458329:film_plastique:4207:19458523,19458789:film_plastique:4207:19459012,19460977:film_plastique:4207:19461391,19467828:film_plastique:4207:19468096,19469398:film_plastique:4207:19470017,19474561:film_plastique:4207:19475493,19474563:film_plastique:4207:19475326,19498629:film_plastique:4207:19498947,19500653:film_plastique:4207:19500772,19505863:film_plastique:4207:19506304,19516423:film_plastique:4207:19518496,19516780:film_plastique:4207:19517062,19524618:film_plastique:4207:19524974,19543451:film_plastique:4207:19543548,19545200:film_plastique:4207:19545574,19553301:film_plastique:4207:19553491,19554129:film_plastique:4207:19554330,19555141:film_plastique:4207:19562178,19558298:film_plastique:4207:19558507,19571015:film_plastique:4207:19571274,19580444:film_plastique:4207:19581202,19581718:film_plastique:4207:19583057,19598090:film_plastique:4207:19598788,19655151:film_plastique:4207:19656558,19659858:film_plastique:4207:1966085'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03729823885769063, 'nb_photo': 2545, 'list_port_cont': '21173336,21173396,21173491,21173521,21173907,21174043,21174158,21174182,21174244,21174464,21174481,21174545,21174798,21175079,21175094,21175326,21175432,21175495,21175792,21176155,21176183,21176351,21176357,21176366,21176410,21176568,21176598,21176622,21176770,21176863,21177205,21177243,21177511,21177587,21177850,21177863,21178034,21178112,21178234,21178296,21178310,21178344,21178534,21178562,21178708,21178844,21179138,21179251,21179295,21179492,21179721,21179774,21179983,21180055,21180109,21180168,21180283,21180396,21180413,21182953,21183040,21183525,21183859,21184020,21184311,21184696,21184723,21184879,21185017,21185089,21185241,21185316,21185377,21185503,21185842,21185938,21186246,21186401,21186535,21187087,21187131,21187195,21187298,21187396,21188252,21188452,21188606,21188908,21189103,21190197,21190548,21190606,21190649,21190744,21190910,21190989,21190994,21191111,21191185,21191325,21191533,21191963,21192018,21192076,21192092,21192144,21192249,21192310,21192350,21192510,21192752,21192839,21192906,2119292', 'assoc_port': '19428659:21248567,19438276:21246938,19458329:21249054,19458789:21248806,19460977:21248687,19467828:21255762,19469398:21255265,19474561:21253852,19474563:21253345,19477264:21252239,19498629:21237923,19500653:21235964,19505863:21234104,19516423:21218513,19516780:21218397,19524618:21217131,19543451:21216024,19545200:21214730,19553301:21211531,19554129:21173396,19555141:21211417,19558298:21211039,19571015:21216936,19580444:21216714,19581718:21216398,19598090:21173907,19655151:21210049,19659858:21209755,19702409:21201887,19735437:21205211,19737247:21175432,19737437:21175326,19754761:21176351,19758171:21203731,19760878:21203820,19760884:21203659,19763328:21203564,19763356:21203422,19770002:21174464,19830361:21209010,19844397:21199453,19847173:21198857,19856581:21176863,19859427:21176770,19876106:21197814,19884822:21197187,19884847:21196977,19888799:21196749,19898891:21199897,19901747:21196169,19916125:21195361,19929105:21194877,19960824:21194392,19965567:21194094,19976778:21178562,19980529:21178534,19980532:2117870', 'assoc_mat': '19428659:film_plastique:4209:21248567,19438276:film_plastique:4209:21246938,19458329:film_plastique:4209:21249054,19458789:film_plastique:4209:21248806,19460977:film_plastique:4209:21248687,19467828:film_plastique:4209:21255762,19469398:film_plastique:4209:21255265,19474561:film_plastique:4209:21253852,19474563:film_plastique:4209:21253345,19477264:film_plastique:4209:21252239,19498629:film_plastique:4209:21237923,19500653:film_plastique:4209:21235964,19505863:film_plastique:4209:21234104,19516423:film_plastique:4209:21218513,19516780:film_plastique:4209:21218397,19524618:film_plastique:4209:21217131,19543451:film_plastique:4209:21216024,19545200:film_plastique:4209:21214730,19553301:film_plastique:4209:21211531,19554129:film_plastique:4209:21173396,19555141:film_plastique:4209:21211417,19558298:film_plastique:4209:21211039,19571015:film_plastique:4209:21216936,19580444:film_plastique:4209:21216714,19581718:film_plastique:4209:21216398,19598090:film_plastique:4209:21173907,19655151:film_plastique:4209:2121004'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002587944151642958, 'nb_photo': 19820, 'list_port_cont': '19377668,19382560,19382680,19383403,19391871,19411276,19413722,19414282,19414812,19415973,19419516,19419657,19419868,19420328,19421076,19421990,19430585,19431169,19434155,19435824,19437100,19437293,19441167,19441992,19446447,19447403,19451338,19451420,19455028,19455146,19456830,19457049,19458242,19460564,19461805,19462913,19462949,19464002,19466129,19467459,19468153,19468811,19471871,19472409,19490799,19492257,19493073,19493693,19494309,19496035,19498148,19500185,19501081,19510234,19511687,19512365,19512430,19513192,19514622,19517896,19527457,19529371,19530106,19531376,19531862,19531994,19532209,19532515,19532672,19533470,19536450,19536468,19543792,19547847,19553977,19554201,19556808,19559754,19571250,19598778,19601420,19622589,19626660,19629420,19632379,19651645,19688387,19694133,19695165,19696591,19697719,19710180,19715421,19724492,19727689,19727973,19728136,19733501,19734484,19735632,19737407,19740113,19740363,19740443,19740545,19740856,19741051,19741598,19741922,19742373,19742607,19742900,19745197,1974521', 'assoc_port': '19371348:19377668,19376389:19382560,19377394:19382680,19377989:19383403,19389025:19391871,19392671:19420328,19394324:19413722,19395025:19414282,19395734:19414812,19395742:19415973,19398111:19421990,19409942:19419516,19409946:19419657,19410824:19419868,19410827:19411276,19412015:19421076,19429021:19430585,19430308:19437293,19430311:19431169,19432612:19434155,19433903:19435824,19434929:19437100,19436968:19441167,19437331:19441992,19440254:19446447,19446867:19447403,19450720:19451338,19450732:19451420,19452005:19455028,19452019:19455146,19454044:19456830,19454045:19457049,19454976:19458242,19457587:19461805,19458785:19462913,19459530:19460564,19460250:19464002,19460978:19462949,19465713:19466129,19466557:19467459,19466862:19468153,19467830:19468811,19469394:19471871,19470121:19472409,19472284:19490799,19473173:19501081,19474567:19492257,19475785:19493073,19477266:19493693,19477744:19494309,19480432:19496035,19487954:19498148,19492194:19500185,19498631:19510234,19499908:19511687,19501671:19527457,19501673:1951236', 'assoc_mat': '19371348:film_plastique:4211:19377668,19376389:film_plastique:4211:19382560,19377394:film_plastique:4211:19382680,19377989:film_plastique:4211:19383403,19389025:film_plastique:4211:19391871,19392671:film_plastique:4211:19420328,19394324:film_plastique:4211:19413722,19395025:film_plastique:4211:19414282,19395734:film_plastique:4211:19414812,19395742:film_plastique:4211:19415973,19398111:film_plastique:4211:19421990,19409942:film_plastique:4211:19419516,19409946:film_plastique:4211:19419657,19410824:film_plastique:4211:19419868,19410827:film_plastique:4211:19411276,19412015:film_plastique:4211:19421076,19429021:film_plastique:4211:19430585,19430308:film_plastique:4211:19437293,19430311:film_plastique:4211:19431169,19432612:film_plastique:4211:19434155,19433903:film_plastique:4211:19435824,19434929:film_plastique:4211:19437100,19436968:film_plastique:4211:19441167,19437331:film_plastique:4211:19441992,19440254:film_plastique:4211:19446447,19446867:film_plastique:4211:19447403,19450720:film_plastique:4211:1945133'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003762439136769633, 'nb_photo': 3, 'list_port_cont': '19912451,20368534', 'assoc_port': '19901747:19912451,19960824:20368534', 'assoc_mat': '19901747:kraft:3726:19912451,19960824:kraft:3726:20368534'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001419870088374607, 'nb_photo': 104, 'list_port_cont': '21137077,21137419,21137426,21137591,21137774,21138221,21138634,21138676,21139091,21139532,21139618,21140026,21140611,21141435,21141473,21141854,21141897,21173359,21173913,21174941,21175179,21175753,21175767,21175962,21176200,21176788,21176940,21177192,21177288,21177433,21179321,21179572,21179958,21180040,21181552,21182589,21184599,21185221,21187654,21187969,21188101,21188326,21189734,21189904,21189928', 'assoc_port': '21136550:21141897,21136560:21141854,21136578:21141473,21136581:21141435,21136948:21138634,21136951:21137419,21136956:21137077,21137300:21137426,21137302:21137591,21137319:21140611,21137546:21137774,21137951:21138221,21138540:21138676,21138730:21139618,21138737:21139532,21138749:21139091,21139052:21140026,21172802:21189928,21172834:21189904,21172903:21189734,21172985:21173359,21172998:21188326,21173017:21188101,21173239:21187654,21173240:21187969,21173332:21173913,21173838:21185221,21174787:21174941,21175056:21175179,21175583:21175962,21175649:21175767,21175660:21175753,21175864:21184599,21175912:21176200,21176487:21176940,21176578:21176788,21176889:21177433,21176898:21177288,21176904:21177192,21178356:21182589,21178634:21179321,21178719:21181552,21179200:21179572,21179331:21180040,21179393:21179958', 'assoc_mat': '21136550:kraft:3726:21141897,21136560:kraft:3726:21141854,21136578:kraft:3726:21141473,21136581:kraft:3726:21141435,21136948:kraft:3726:21138634,21136951:kraft:3726:21137419,21136956:kraft:3726:21137077,21137300:kraft:3726:21137426,21137302:kraft:3726:21137591,21137319:kraft:3726:21140611,21137546:kraft:3726:21137774,21137951:kraft:3726:21138221,21138540:kraft:3726:21138676,21138730:kraft:3726:21139618,21138737:kraft:3726:21139532,21138749:kraft:3726:21139091,21139052:kraft:3726:21140026,21172802:kraft:3726:21189928,21172834:kraft:3726:21189904,21172903:kraft:3726:21189734,21172985:kraft:3726:21173359,21172998:kraft:3726:21188326,21173017:kraft:3726:21188101,21173239:kraft:3726:21187654,21173240:kraft:3726:21187969,21173332:kraft:3726:21173913,21173838:kraft:3726:21185221,21174787:kraft:3726:21174941,21175056:kraft:3726:21175179,21175583:kraft:3726:21175962,21175649:kraft:3726:21175767,21175660:kraft:3726:21175753,21175864:kraft:3726:21184599,21175912:kraft:3726:21176200,21176487:kraft:3726:21176940,21176578:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9512339480567764, 'nb_photo': 779, 'list_port_cont': '19372018,19388687,19419721,19433577,19434058,19436618,19446671,19465976,19490516,19512812,19516751,19521920,19530883,19543598,19629738,19698203,19712443,19728360,19730894,19742214,19780726,19826815,19868748,19870943,19905921,19909739,19927334,19929741,19934403,19939961,19945353,19966775,19982743,20119961,20136835,20147014,20149144,20150768,20164736,20166273,20194351,20199886,21173439,21174322,21175729,21193334,21193904,21199080,21199575,21201315,21202804,21205232,21207491,21209180,21209862,21210643,21210978,21211537,21214765,21216426,21216434,21217557,21271157,21274179,21274619,21286097,21286771,21288176,21331251,21335687', 'assoc_port': '19371330:19372018,19388376:19388687,19410818:19419721,19431292:19434058,19432610:19433577,19434928:19436618,19441323:19446671,19465715:19465976,19472282:19490516,19477740:19521920,19503121:19512812,19508552:19516751,19518156:19530883,19542922:19543598,19557292:21210978,19595770:19629738,19664408:19698203,19694911:19712443,19697095:19728360,19703072:19730894,19736178:19742214,19762344:19780726,19798177:19826815,19828904:19868748,19830365:19870943,19844075:19905921,19845009:19909739,19854016:19927334,19888797:19939961,19897039:19945353,19903192:19966775,19929091:19934403,19929173:19929741,19981942:19982743,20014713:20119961,20026814:20136835,20038211:20147014,20043627:20149144,20049858:20150768,20074722:20164736,20076786:20166273,20102661:20194351,20116393:20199886,21136917:21271157,21137275:21274179,21137301:21274619,21137314:21331251,21138610:21286097,21138611:21286771,21138728:21335687,21138752:21288176,21172809:21217557,21172887:21216426,21172892:21216434,21172928:21214765,21172991:21211537,21173019:2121064', 'assoc_mat': '19371330:metal:4205:19372018,19388376:metal:4205:19388687,19410818:metal:4205:19419721,19431292:metal:4205:19434058,19432610:metal:4205:19433577,19434928:metal:4205:19436618,19441323:metal:4205:19446671,19465715:metal:4205:19465976,19472282:metal:4205:19490516,19477740:metal:4205:19521920,19503121:metal:4205:19512812,19508552:metal:4205:19516751,19518156:metal:4205:19530883,19542922:metal:4205:19543598,19557292:metal:4205:21210978,19595770:metal:4205:19629738,19664408:metal:4205:19698203,19694911:metal:4205:19712443,19697095:metal:4205:19728360,19703072:metal:4205:19730894,19736178:metal:4205:19742214,19762344:metal:4205:19780726,19798177:metal:4205:19826815,19828904:metal:4205:19868748,19830365:metal:4205:19870943,19844075:metal:4205:19905921,19845009:metal:4205:19909739,19854016:metal:4205:19927334,19888797:metal:4205:19939961,19897039:metal:4205:19945353,19903192:metal:4205:19966775,19929091:metal:4205:19934403,19929173:metal:4205:19929741,19981942:metal:4205:19982743,20014713:metal:4205:20119961,20026814:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003621951563262779, 'nb_photo': 233, 'list_port_cont': '20135037,20149750,20162222,20194751,20199710,20208114,20277589,21178856,21185339,21190163,21197007,21200263,21206310,21208476,21209626,21210465,21210893,21214492,21216602,21218225,21270590,21334554', 'assoc_port': '20025651:20135037,20039938:20277589,20045888:20149750,20073268:20162222,20104700:20194751,20115134:20199710,20119801:20208114,21136910:21270590,21139048:21334554,21172726:21218225,21172923:21216602,21172981:21214492,21173043:21210893,21173112:21210465,21173173:21209626,21173275:21208476,21173810:21206310,21175654:21200263,21176546:21197007,21177730:21178856,21179158:21190163,21179219:21185339', 'assoc_mat': '20025651:metal:4203:20135037,20039938:metal:4203:20277589,20045888:metal:4203:20149750,20073268:metal:4203:20162222,20104700:metal:4203:20194751,20115134:metal:4203:20199710,20119801:metal:4203:20208114,21136910:metal:4203:21270590,21139048:metal:4203:21334554,21172726:metal:4203:21218225,21172923:metal:4203:21216602,21172981:metal:4203:21214492,21173043:metal:4203:21210893,21173112:metal:4203:21210465,21173173:metal:4203:21209626,21173275:metal:4203:21208476,21173810:metal:4203:21206310,21175654:metal:4203:21200263,21176546:metal:4203:21197007,21177730:metal:4203:21178856,21179158:metal:4203:21190163,21179219:metal:4203:21185339'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.006102654632364746, 'nb_photo': 134, 'list_port_cont': '21168708,21168919,21169312,21169859,21170647,21172341,21172429,21172436,21172632,21172917,21173231,21173558,21173611,21173819,21174856,21174985,21175704,21176295,21176391,21176655,21176697,21177147,21177360,21179390,21182054,21182154,21182783,21183013,21184327,21184564,21184934,21185210,21185976,21185992,21186725,21186981,21187576,21187808,21188592,21188705,21189429,21189555,21190019,21190144,21190407,21190793,21191081,21191206,21191316,21191389,21191496,21191839,21191917,21192038,21192213,21192451,21192736,21192879,21193202,21193499,21193515,21194060,21194173,21194350,21195448,21195625,21196430,21196772,21197200,21197310,21198027,21198269,21198436,21198549,21198592,21198686,21198871,21199102,21199341,21199521,21199632,21200136,21200344,21200435,21201385,21201488,21201779,21201832,21202080,21202248,21202753,21204412,21204507', 'assoc_port': '21136895:21204507,21136903:21204412,21137504:21202753,21137515:21202248,21137517:21202080,21137527:21201832,21137535:21201779,21137547:21201488,21137551:21201385,21138552:21200435,21138554:21200344,21138577:21200136,21138593:21199632,21138594:21199521,21138599:21199341,21138604:21199102,21138605:21172917,21138613:21172632,21138619:21172436,21138623:21172429,21138723:21172341,21138736:21170647,21138767:21169859,21139034:21169312,21139039:21168919,21139042:21168708,21172733:21198871,21172848:21198686,21172861:21198592,21172862:21198549,21172883:21198436,21172894:21198269,21172927:21197310,21172938:21198027,21172939:21197200,21172954:21173231,21172963:21196772,21172979:21196430,21173023:21195625,21173042:21195448,21173127:21194350,21173141:21173558,21173160:21194173,21173179:21194060,21173238:21193515,21173241:21193499,21173258:21193202,21173273:21192879,21173307:21192736,21173309:21192451,21173314:21173611,21173315:21192213,21173318:21192038,21173321:21191917,21173326:21191839,21173328:21191496,21173330:2119138', 'assoc_mat': '21136895:metal:4207:21204507,21136903:metal:4207:21204412,21137504:metal:4207:21202753,21137515:metal:4207:21202248,21137517:metal:4207:21202080,21137527:metal:4207:21201832,21137535:metal:4207:21201779,21137547:metal:4207:21201488,21137551:metal:4207:21201385,21138552:metal:4207:21200435,21138554:metal:4207:21200344,21138577:metal:4207:21200136,21138593:metal:4207:21199632,21138594:metal:4207:21199521,21138599:metal:4207:21199341,21138604:metal:4207:21199102,21138605:metal:4207:21172917,21138613:metal:4207:21172632,21138619:metal:4207:21172436,21138623:metal:4207:21172429,21138723:metal:4207:21172341,21138736:metal:4207:21170647,21138767:metal:4207:21169859,21139034:metal:4207:21169312,21139039:metal:4207:21168919,21139042:metal:4207:21168708,21172733:metal:4207:21198871,21172848:metal:4207:21198686,21172861:metal:4207:21198592,21172862:metal:4207:21198549,21172883:metal:4207:21198436,21172894:metal:4207:21198269,21172927:metal:4207:21197310,21172938:metal:4207:21198027,21172939:metal:4207:21197200,21172954:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004106228629629611, 'nb_photo': 24, 'list_port_cont': '21173618,21174997,21177761,21183099,21192159,21193074,21195570,21196532,21200986,21201077,21202135,21203585,21204195,21206734,21206828,21208840,21209352,21209710,21210914,21211721,21216459,21270256,21270781,21273298', 'assoc_port': '21136906:21270256,21136912:21270781,21136947:21273298,21172906:21216459,21172987:21211721,21173021:21210914,21173142:21209710,21173181:21209352,21173268:21208840,21173272:21173618,21173324:21206828,21173335:21206734,21173875:21203585,21173882:21174997,21174789:21202135,21175013:21201077,21175033:21200986,21175588:21204195,21176576:21196532,21176882:21195570,21176914:21177761,21178395:21193074,21178495:21192159,21179430:21183099', 'assoc_mat': '21136906:metal:4461:21270256,21136912:metal:4461:21270781,21136947:metal:4461:21273298,21172906:metal:4461:21216459,21172987:metal:4461:21211721,21173021:metal:4461:21210914,21173142:metal:4461:21209710,21173181:metal:4461:21209352,21173268:metal:4461:21208840,21173272:metal:4461:21173618,21173324:metal:4461:21206828,21173335:metal:4461:21206734,21173875:metal:4461:21203585,21173882:metal:4461:21174997,21174789:metal:4461:21202135,21175013:metal:4461:21201077,21175033:metal:4461:21200986,21175588:metal:4461:21204195,21176576:metal:4461:21196532,21176882:metal:4461:21195570,21176914:metal:4461:21177761,21178395:metal:4461:21193074,21178495:metal:4461:21192159,21179430:metal:4461:21183099'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2129391462354815, 'nb_photo': 1334, 'list_port_cont': '21137258,21137285,21137604,21138155,21138507,21138680,21139966,21140022,21140729,21141141,21141631,21141781,21146774,21149885,21155311,21157122,21157453,21159110,21159377,21159724,21162412,21162598,21173424,21173955,21174105,21174130,21174164,21174340,21174399,21174712,21174891,21175220,21175508,21175770,21176017,21176246,21176717,21177048,21177164,21177275,21177529,21177962,21178139,21178272,21178695,21178881,21179119,21179233,21179413,21179520,21179554,21179595,21179840,21179855,21180090,21180148,21182450,21182519,21182981,21183076,21183144,21183749,21183877,21184014,21184379,21184557,21185067,21185198,21185404,21186004,21186280,21186752,21186817,21187399,21187660,21188522,21188671,21189113,21189268,21189461,21189716,21190123,21190519,21190699,21190999,21191395,21191625,21192049,21192400,21192626,21192884,21193377,21193624,21193850,21194242,21194498,21194680,21195005,21195314,21195532,21195994,21196648,21196915,21197658,21197887,21198214,21198470,21198737,21199066,21199308,21200286,21200393,21200547,2120091', 'assoc_port': '21136562:21137285,21136563:21137258,21136907:21162598,21136918:21162412,21136944:21137604,21137283:21159724,21137307:21159377,21137511:21159110,21137512:21157453,21137532:21157122,21137537:21155311,21137543:21138507,21137548:21138155,21137968:21138680,21138575:21149885,21138591:21146774,21138597:21141781,21138621:21141631,21138785:21141141,21139023:21140729,21139038:21140022,21139046:21139966,21172716:21207001,21172754:21206440,21172798:21206183,21172842:21205853,21172855:21205762,21172864:21205115,21172886:21206046,21172900:21205595,21172902:21205525,21172924:21204962,21172926:21205415,21172932:21173424,21172990:21204893,21173014:21204730,21173024:21204524,21173046:21204498,21173048:21204441,21173093:21204286,21173098:21204186,21173100:21203933,21173125:21203711,21173144:21203266,21173158:21203037,21173176:21202864,21173182:21202599,21173189:21202432,21173218:21202198,21173235:21202042,21173257:21201854,21173281:21201762,21173308:21201660,21173319:21201393,21173320:21200911,21173329:21174130,21173354:2117395', 'assoc_mat': '21136562:metal:4200:21137285,21136563:metal:4200:21137258,21136907:metal:4200:21162598,21136918:metal:4200:21162412,21136944:metal:4200:21137604,21137283:metal:4200:21159724,21137307:metal:4200:21159377,21137511:metal:4200:21159110,21137512:metal:4200:21157453,21137532:metal:4200:21157122,21137537:metal:4200:21155311,21137543:metal:4200:21138507,21137548:metal:4200:21138155,21137968:metal:4200:21138680,21138575:metal:4200:21149885,21138591:metal:4200:21146774,21138597:metal:4200:21141781,21138621:metal:4200:21141631,21138785:metal:4200:21141141,21139023:metal:4200:21140729,21139038:metal:4200:21140022,21139046:metal:4200:21139966,21172716:metal:4200:21207001,21172754:metal:4200:21206440,21172798:metal:4200:21206183,21172842:metal:4200:21205853,21172855:metal:4200:21205762,21172864:metal:4200:21205115,21172886:metal:4200:21206046,21172900:metal:4200:21205595,21172902:metal:4200:21205525,21172924:metal:4200:21204962,21172926:metal:4200:21205415,21172932:metal:4200:21173424,21172990:metal:4200:21204893,21173014:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026562462196736476, 'nb_photo': 1037, 'list_port_cont': '21173348,21173389,21173493,21173526,21174151,21174183,21174258,21174460,21174547,21174800,21175082,21175320,21175359,21175438,21175499,21175794,21176150,21176178,21176349,21176362,21176380,21176558,21176596,21176621,21176766,21176875,21177239,21177515,21177855,21177858,21178022,21178047,21178241,21178287,21178309,21178353,21178545,21178565,21178711,21178840,21179144,21179266,21179497,21179773,21179997,21180162,21180290,21180397,21180407,21180861,21182956,21183030,21183331,21183521,21184033,21184289,21184302,21184702,21184724,21185014,21185078,21185314,21185381,21185500,21185851,21185947,21186528,21187084,21187133,21187196,21187384,21188121,21188263,21188440,21188896,21190183,21190201,21190552,21190594,21190653,21190747,21190920,21191020,21191108,21191192,21191412,21191531,21192027,21192069,21192137,21192321,21192342,21192520,21192745,21192899,21192925,21192987,21192999,21193060,21193117,21193193,21193231,21193491,21193765,21193801,21193865,21193889,21194100,21194383,21194404,21194483,21194578,21194697,2119472', 'assoc_port': '19428659:21248561,19438276:21246950,19458329:21249052,19458789:21248808,19460977:21248685,19467828:21255776,19469398:21255277,19474557:21254390,19474561:21253855,19474563:21253337,19477264:21252251,19498629:21237903,19516423:21218506,19524618:21217132,19543451:21216031,19545200:21214725,19553301:21211516,19554129:21173389,19555141:21211412,19580444:21216704,19581718:21216406,19655151:21210040,19702409:21201891,19737247:21175438,19737437:21175320,19754761:21176349,19758171:21203730,19760878:21203813,19763328:21203572,19763356:21203423,19770002:21174460,19830361:21209019,19844397:21199459,19847173:21198847,19856581:21176875,19859427:21176766,19876106:21197824,19884822:21197186,19884847:21196974,19888799:21196735,19898891:21199891,19901747:21196170,19916125:21195360,19929105:21194887,19960824:21194383,19965567:21194100,19976778:21178565,19980529:21178545,19980532:21178711,19984107:21178353,20003495:21193765,20010529:21193231,20023443:21192520,20028249:21192069,20028256:21192137,20044538:21191020,20045058:2119092', 'assoc_mat': '19428659:metal:4209:21248561,19438276:metal:4209:21246950,19458329:metal:4209:21249052,19458789:metal:4209:21248808,19460977:metal:4209:21248685,19467828:metal:4209:21255776,19469398:metal:4209:21255277,19474557:metal:4209:21254390,19474561:metal:4209:21253855,19474563:metal:4209:21253337,19477264:metal:4209:21252251,19498629:metal:4209:21237903,19516423:metal:4209:21218506,19524618:metal:4209:21217132,19543451:metal:4209:21216031,19545200:metal:4209:21214725,19553301:metal:4209:21211516,19554129:metal:4209:21173389,19555141:metal:4209:21211412,19580444:metal:4209:21216704,19581718:metal:4209:21216406,19655151:metal:4209:21210040,19702409:metal:4209:21201891,19737247:metal:4209:21175438,19737437:metal:4209:21175320,19754761:metal:4209:21176349,19758171:metal:4209:21203730,19760878:metal:4209:21203813,19763328:metal:4209:21203572,19763356:metal:4209:21203423,19770002:metal:4209:21174460,19830361:metal:4209:21209019,19844397:metal:4209:21199459,19847173:metal:4209:21198847,19856581:metal:4209:21176875,19859427:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011738312561851892, 'nb_photo': 1242, 'list_port_cont': '20085670,20086290,20087147,20089334,20090314,20101298,20106734,20107652,20115916,20117045,20118962,20121973,20122966,20136823,20137461,20137832,20138102,20139827,20139882,20140010,20172575,20174662,20176344,20177629,20196605,20198253,20199597,20200521,20200554,20201330,20231834,20231867,20232928,20233481,20234053,20234167,20235857,20238859,20239143,21137401,21139188,21139672,21163814,21164183,21167760,21168283,21168635,21169503,21169950,21170448,21173778,21174279,21174614,21174828,21175193,21175350,21175563,21176006,21176321,21176642,21177067,21177124,21177431,21177551,21177830,21178154,21183047,21187039,21190056,21191098,21191342,21192665,21193182,21196650,21197039,21198756,21199205,21199650,21200205,21200297,21200772,21200900,21201153,21202541,21202712,21203069,21203538', 'assoc_port': '19859429:20174662,19954425:20176344,20014710:20196605,20015611:20177629,20023438:20198253,20023441:20199597,20026808:20200521,20031177:20200554,20036276:20201330,20036573:20231834,20039940:20232928,20042505:20231867,20042852:20233481,20044534:20234053,20045059:20234167,20046352:20235857,20047144:20238859,20048499:20239143,20049854:20172575,20063551:20140010,20068359:20139882,20070514:20139827,20071895:20138102,20073270:20137832,20074713:20101298,20076794:20090314,20079018:20089334,20083089:20086290,20083092:20085670,20085536:20087147,20101919:20137461,20105987:20107652,20106007:20106734,20108234:20136823,20115463:20115916,20116392:20117045,20118802:20118962,20121224:20122966,20121231:20121973,21136613:21137401,21137552:21139188,21137971:21170448,21138549:21169950,21138592:21169503,21138615:21168635,21138620:21168283,21138725:21167760,21138733:21164183,21138741:21163814,21139065:21139672,21172727:21203538,21172847:21203069,21172860:21202712,21172936:21173778,21172955:21202541,21173009:21201153,21173010:2120090', 'assoc_mat': '19859429:metal:4211:20174662,19954425:metal:4211:20176344,20014710:metal:4211:20196605,20015611:metal:4211:20177629,20023438:metal:4211:20198253,20023441:metal:4211:20199597,20026808:metal:4211:20200521,20031177:metal:4211:20200554,20036276:metal:4211:20201330,20036573:metal:4211:20231834,20039940:metal:4211:20232928,20042505:metal:4211:20231867,20042852:metal:4211:20233481,20044534:metal:4211:20234053,20045059:metal:4211:20234167,20046352:metal:4211:20235857,20047144:metal:4211:20238859,20048499:metal:4211:20239143,20049854:metal:4211:20172575,20063551:metal:4211:20140010,20068359:metal:4211:20139882,20070514:metal:4211:20139827,20071895:metal:4211:20138102,20073270:metal:4211:20137832,20074713:metal:4211:20101298,20076794:metal:4211:20090314,20079018:metal:4211:20089334,20083089:metal:4211:20086290,20083092:metal:4211:20085670,20085536:metal:4211:20087147,20101919:metal:4211:20137461,20105987:metal:4211:20107652,20106007:metal:4211:20106734,20108234:metal:4211:20136823,20115463:metal:4211:20115916,20116392:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00012625157478808447, 'nb_photo': 2, 'list_port_cont': '19544800,20083825', 'assoc_port': '19544335:19544800,20082400:20083825', 'assoc_mat': '19544335:metal:3327:19544800,20082400:metal:3327:20083825'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012771578929116382, 'nb_photo': 65, 'list_port_cont': '21137123,21137355,21137701,21137896,21137929,21138309,21138648,21138827,21139518,21139899,21173207,21173754,21178132,21180359,21180990,21181408', 'assoc_port': '21136601:21139899,21136603:21139518,21136617:21138827,21136619:21138648,21136621:21137929,21136624:21137896,21136628:21137701,21136633:21137355,21136639:21138309,21136640:21137123,21172933:21173207,21173139:21173754,21177716:21180990,21177717:21180359,21177725:21178132,21179437:21181408', 'assoc_mat': '21136601:metal:3594:21139899,21136603:metal:3594:21139518,21136617:metal:3594:21138827,21136619:metal:3594:21138648,21136621:metal:3594:21137929,21136624:metal:3594:21137896,21136628:metal:3594:21137701,21136633:metal:3594:21137355,21136639:metal:3594:21138309,21136640:metal:3594:21137123,21172933:metal:3594:21173207,21173139:metal:3594:21173754,21177716:metal:3594:21180990,21177717:metal:3594:21180359,21177725:metal:3594:21178132,21179437:metal:3594:21181408'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.027945931174335498, 'nb_photo': 3958, 'list_port_cont': '19372015,19388691,19419723,19433574,19434056,19436614,19446664,19465979,19490506,19512815,19516746,19521916,19530881,19543588,19629747,19698192,19712444,19728356,19730886,19742206,19780730,19826826,19868756,19870938,19905911,19909743,19927331,19929755,19934409,19939956,19945344,19966772,19982748,20119952,20136838,20147010,20149140,20150769,20164734,20166274,20194350,20199884,21173416,21174316,21175721,21193344,21193917,21199089,21199581,21201306,21202827,21205234,21207495,21209158,21209871,21210638,21210981,21211538,21214760,21216422,21216432,21217559,21271155,21274189,21274621,21286099,21286770,21288177,21331242,21334966,21335678', 'assoc_port': '19371330:19372015,19388376:19388691,19410818:19419723,19431292:19434056,19432610:19433574,19434928:19436614,19441323:19446664,19465715:19465979,19472282:19490506,19477740:19521916,19503121:19512815,19508552:19516746,19518156:19530881,19542922:19543588,19557292:21210981,19595770:19629747,19664408:19698192,19694911:19712444,19697095:19728356,19703072:19730886,19736178:19742206,19762344:19780730,19798177:19826826,19828904:19868756,19830365:19870938,19844075:19905911,19845009:19909743,19854016:19927331,19888797:19939956,19897039:19945344,19903192:19966772,19929091:19934409,19929173:19929755,19981942:19982748,20014713:20119952,20026814:20136838,20038211:20147010,20043627:20149140,20049858:20150769,20074722:20164734,20076786:20166274,20102661:20194350,20116393:20199884,21136917:21271155,21137275:21274189,21137301:21274621,21137314:21331242,21138587:21334966,21138610:21286099,21138611:21286770,21138728:21335678,21138752:21288177,21172809:21217559,21172887:21216422,21172892:21216432,21172928:21214760,21172991:2121153', 'assoc_mat': '19371330:papier:4205:19372015,19388376:papier:4205:19388691,19410818:papier:4205:19419723,19431292:papier:4205:19434056,19432610:papier:4205:19433574,19434928:papier:4205:19436614,19441323:papier:4205:19446664,19465715:papier:4205:19465979,19472282:papier:4205:19490506,19477740:papier:4205:19521916,19503121:papier:4205:19512815,19508552:papier:4205:19516746,19518156:papier:4205:19530881,19542922:papier:4205:19543588,19557292:papier:4205:21210981,19595770:papier:4205:19629747,19664408:papier:4205:19698192,19694911:papier:4205:19712444,19697095:papier:4205:19728356,19703072:papier:4205:19730886,19736178:papier:4205:19742206,19762344:papier:4205:19780730,19798177:papier:4205:19826826,19828904:papier:4205:19868756,19830365:papier:4205:19870938,19844075:papier:4205:19905911,19845009:papier:4205:19909743,19854016:papier:4205:19927331,19888797:papier:4205:19939956,19897039:papier:4205:19945344,19903192:papier:4205:19966772,19929091:papier:4205:19934409,19929173:papier:4205:19929755,19981942:papier:4205:19982748,2001'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010125894441581362, 'nb_photo': 1618, 'list_port_cont': '20135036,20149744,20162228,20194745,20199703,20208101,20277590,21178858,21185335,21190167,21197022,21200264,21206305,21208481,21209631,21210457,21210907,21214503,21216604,21218218,21270595,21334565', 'assoc_port': '20025651:20135036,20039938:20277590,20045888:20149744,20073268:20162228,20104700:20194745,20115134:20199703,20119801:20208101,21136910:21270595,21139048:21334565,21172726:21218218,21172923:21216604,21172981:21214503,21173043:21210907,21173112:21210457,21173173:21209631,21173275:21208481,21173810:21206305,21175654:21200264,21176546:21197022,21177730:21178858,21179158:21190167,21179219:21185335', 'assoc_mat': '20025651:papier:4203:20135036,20039938:papier:4203:20277590,20045888:papier:4203:20149744,20073268:papier:4203:20162228,20104700:papier:4203:20194745,20115134:papier:4203:20199703,20119801:papier:4203:20208101,21136910:papier:4203:21270595,21139048:papier:4203:21334565,21172726:papier:4203:21218218,21172923:papier:4203:21216604,21172981:papier:4203:21214503,21173043:papier:4203:21210907,21173112:papier:4203:21210457,21173173:papier:4203:21209631,21173275:papier:4203:21208481,21173810:papier:4203:21206305,21175654:papier:4203:21200264,21176546:papier:4203:21197022,21177730:papier:4203:21178858,21179158:papier:4203:21190167,21179219:papier:4203:21185335'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04531627209538511, 'nb_photo': 14869, 'list_port_cont': '19370188,19370578,19393740,19410152,19410492,19429283,19451094,19461154,19520523,19543510,19571180,19630950,19638673,19641422,19693355,19694347,19702912,19703044,19734412,19750345,19762948,19820194,19825571,19843488,19930659,19931073,19958872,20068488,20112735,20114744,21137480,21137783,21168528,21168672,21168704,21168908,21169316,21169375,21169802,21169865,21170035,21170640,21170836,21170981,21172330,21172424,21172444,21172530,21172633,21172908,21173226,21173374,21173551,21173612,21173826,21174073,21174205,21174564,21174852,21174973,21175212,21175386,21175535,21175697,21175712,21175847,21176072,21176292,21176397,21176647,21176709,21176733,21176994,21177148,21177349,21177459,21177648,21177884,21177984,21178055,21178169,21178486,21178797,21178947,21179277,21179379,21179535,21179734,21179809,21180067,21181002,21181115,21181255,21181326,21181373,21181639,21182049,21182163,21182302,21182439,21182793,21183023,21184231,21184330,21184470,21184567,21184774,21184940,21185202,21185363,21185544,21185795,21185977,2118598', 'assoc_port': '19370012:19370188,19370527:19370578,19393354:19393740,19409943:19410152,19410363:19410492,19429020:19429283,19450726:19451094,19460980:19461154,19520063:19520523,19543455:19543510,19571019:19571180,19630156:19630950,19637611:19638673,19640302:19641422,19693114:19693355,19694237:19694347,19702412:19703044,19702414:19702912,19734227:19734412,19750179:19750345,19762340:19762948,19819066:19820194,19824209:19825571,19843219:19843488,19929081:19931073,19929097:19930659,19958105:19958872,20066052:20068488,20110612:20112735,20113526:20114744,21136895:21204520,21136900:21204472,21136903:21204415,21136908:21204355,21136913:21204265,21136923:21204132,21136946:21137480,21137243:21203557,21137245:21203403,21137252:21203178,21137272:21203054,21137277:21203005,21137306:21202902,21137315:21202832,21137504:21202745,21137505:21202593,21137507:21202487,21137508:21202340,21137515:21202252,21137517:21202079,21137521:21201925,21137527:21201829,21137531:21201809,21137535:21201780,21137545:21201675,21137547:21201501,21137551:2120137', 'assoc_mat': '19370012:papier:4207:19370188,19370527:papier:4207:19370578,19393354:papier:4207:19393740,19409943:papier:4207:19410152,19410363:papier:4207:19410492,19429020:papier:4207:19429283,19450726:papier:4207:19451094,19460980:papier:4207:19461154,19520063:papier:4207:19520523,19543455:papier:4207:19543510,19571019:papier:4207:19571180,19630156:papier:4207:19630950,19637611:papier:4207:19638673,19640302:papier:4207:19641422,19693114:papier:4207:19693355,19694237:papier:4207:19694347,19702412:papier:4207:19703044,19702414:papier:4207:19702912,19734227:papier:4207:19734412,19750179:papier:4207:19750345,19762340:papier:4207:19762948,19819066:papier:4207:19820194,19824209:papier:4207:19825571,19843219:papier:4207:19843488,19929081:papier:4207:19931073,19929097:papier:4207:19930659,19958105:papier:4207:19958872,20066052:papier:4207:20068488,20110612:papier:4207:20112735,20113526:papier:4207:20114744,21136895:papier:4207:21204520,21136900:papier:4207:21204472,21136903:papier:4207:21204415,21136908:papier:4207:21204355,2113'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21232816853617137, 'nb_photo': 85981, 'list_port_cont': '19382633,21138322,21173626,21173973,21174219,21175012,21175876,21176088,21176260,21177006,21177316,21177678,21177755,21178216,21178439,21178762,21179346,21179689,21179866,21180186,21183104,21183285,21183399,21183567,21183935,21184091,21184613,21185523,21185907,21186377,21186906,21187923,21188554,21188813,21190276,21190336,21190428,21190856,21190878,21191217,21191439,21191723,21191876,21192109,21192162,21192548,21192763,21193016,21193073,21193309,21193445,21193735,21194037,21194259,21194353,21194449,21194597,21194786,21194828,21195179,21195572,21195634,21195910,21196059,21196256,21196536,21196709,21197232,21197300,21197832,21197950,21198092,21198170,21198630,21199136,21199215,21199368,21199537,21199688,21199842,21199988,21200100,21200638,21200987,21201089,21201168,21201422,21201482,21201634,21201967,21202136,21202505,21202551,21202690,21202763,21202935,21203297,21203448,21203581,21203751,21203849,21203899,21203980,21204050,21204192,21205035,21205250,21205310,21205357,21206060,21206242,21206480,21206613,2120666', 'assoc_port': '19377397:19382633,21136554:21263441,21136557:21303115,21136564:21302595,21136602:21302368,21136634:21301980,21136642:21264074,21136896:21269763,21136901:21270085,21136906:21270266,21136912:21270787,21136915:21272021,21136922:21299616,21136927:21299514,21136947:21273306,21136954:21273444,21136958:21138322,21137241:21273697,21137247:21274199,21137270:21274488,21137274:21274444,21137281:21275732,21137304:21276277,21137310:21294488,21137324:21277729,21137506:21278073,21137516:21278627,21137526:21292409,21137530:21279573,21137540:21279875,21137549:21280368,21137571:21281058,21137953:21281396,21137956:21281666,21137960:21282508,21137965:21282793,21137972:21294268,21138545:21283915,21138553:21295280,21138576:21284779,21138582:21285561,21138589:21286173,21138595:21286352,21138602:21286695,21138609:21286856,21138616:21290773,21138625:21288147,21138724:21287469,21138734:21286638,21138739:21286442,21138746:21286275,21138760:21298146,21138774:21286142,21138796:21285640,21139022:21284275,21139024:21284661,21139033:2128447', 'assoc_mat': '19377397:papier:4461:19382633,21136554:papier:4461:21263441,21136557:papier:4461:21303115,21136564:papier:4461:21302595,21136602:papier:4461:21302368,21136634:papier:4461:21301980,21136642:papier:4461:21264074,21136896:papier:4461:21269763,21136901:papier:4461:21270085,21136906:papier:4461:21270266,21136912:papier:4461:21270787,21136915:papier:4461:21272021,21136922:papier:4461:21299616,21136927:papier:4461:21299514,21136947:papier:4461:21273306,21136954:papier:4461:21273444,21136958:papier:4461:21138322,21137241:papier:4461:21273697,21137247:papier:4461:21274199,21137270:papier:4461:21274488,21137274:papier:4461:21274444,21137281:papier:4461:21275732,21137304:papier:4461:21276277,21137310:papier:4461:21294488,21137324:papier:4461:21277729,21137506:papier:4461:21278073,21137516:papier:4461:21278627,21137526:papier:4461:21292409,21137530:papier:4461:21279573,21137540:papier:4461:21279875,21137549:papier:4461:21280368,21137571:papier:4461:21281058,21137953:papier:4461:21281396,21137956:papier:4461:21281666,2113'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01682368503151378, 'nb_photo': 2060, 'list_port_cont': '21137267,21137289,21137611,21138144,21138510,21138684,21139969,21140018,21140730,21141142,21141629,21141777,21146762,21149891,21155318,21157132,21157449,21159117,21159370,21159728,21162398,21162599,21173425,21173971,21174103,21174127,21174162,21174334,21174392,21174705,21174890,21175223,21175507,21175780,21176022,21176251,21176727,21177043,21177160,21177283,21177528,21177976,21178142,21178196,21178271,21178690,21178877,21179128,21179228,21179408,21179522,21179558,21179589,21179834,21179848,21180088,21180149,21182446,21182509,21182992,21183075,21183129,21183735,21183880,21184008,21184376,21184547,21185065,21185194,21185402,21186012,21186294,21186745,21186811,21187403,21187664,21187998,21188510,21188674,21189109,21189256,21189463,21189717,21190117,21190522,21190706,21191000,21191400,21191623,21192057,21192399,21192612,21192893,21193385,21193630,21193852,21194243,21194502,21194677,21195009,21195320,21195538,21195988,21196637,21196917,21197666,21197891,21198212,21198475,21198732,21199060,21199309,21200271,2120038', 'assoc_port': '21136562:21137289,21136563:21137267,21136907:21162599,21136918:21162398,21136944:21137611,21137283:21159728,21137307:21159370,21137511:21159117,21137512:21157449,21137532:21157132,21137537:21155318,21137543:21138510,21137548:21138144,21137968:21138684,21138575:21149891,21138591:21146762,21138597:21141777,21138621:21141629,21138785:21141142,21139023:21140730,21139038:21140018,21139046:21139969,21172716:21207009,21172754:21206444,21172798:21206180,21172842:21205862,21172855:21205753,21172864:21205105,21172886:21206057,21172900:21205590,21172902:21205523,21172924:21204960,21172926:21205400,21172932:21173425,21172990:21204889,21173014:21204733,21173024:21204529,21173046:21204497,21173048:21204436,21173093:21204288,21173098:21204174,21173100:21203932,21173125:21203698,21173144:21203275,21173158:21203035,21173176:21202876,21173182:21202608,21173189:21202441,21173218:21202200,21173235:21202049,21173257:21201856,21173281:21201768,21173308:21201666,21173319:21201402,21173320:21200908,21173329:21174127,21173354:2117397', 'assoc_mat': '21136562:papier:4200:21137289,21136563:papier:4200:21137267,21136907:papier:4200:21162599,21136918:papier:4200:21162398,21136944:papier:4200:21137611,21137283:papier:4200:21159728,21137307:papier:4200:21159370,21137511:papier:4200:21159117,21137512:papier:4200:21157449,21137532:papier:4200:21157132,21137537:papier:4200:21155318,21137543:papier:4200:21138510,21137548:papier:4200:21138144,21137968:papier:4200:21138684,21138575:papier:4200:21149891,21138591:papier:4200:21146762,21138597:papier:4200:21141777,21138621:papier:4200:21141629,21138785:papier:4200:21141142,21139023:papier:4200:21140730,21139038:papier:4200:21140018,21139046:papier:4200:21139969,21172716:papier:4200:21207009,21172754:papier:4200:21206444,21172798:papier:4200:21206180,21172842:papier:4200:21205862,21172855:papier:4200:21205753,21172864:papier:4200:21205105,21172886:papier:4200:21206057,21172900:papier:4200:21205590,21172902:papier:4200:21205523,21172924:papier:4200:21204960,21172926:papier:4200:21205400,21172932:papier:4200:21173425,2117'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.8992694447610192, 'nb_photo': 2, 'list_port_cont': '20368538', 'assoc_port': '19960824:20368538', 'assoc_mat': '19960824:papier:3726:20368538'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.047227417563077474, 'nb_photo': 5365, 'list_port_cont': '19428721,19438776,19458521,19459002,19461398,19468102,19470018,19475335,19475494,19498944,19500761,19506308,19517069,19518499,19524966,19543540,19545579,19553494,19554319,19558509,19562185,19571269,19581208,19583050,19598791,19656568,19660853,19703241,19735561,19737301,19737702,19756313,19759038,19762193,19764125,19764281,19771093,19778741,19831678,19845164,19847532,19857701,19860741,19885708,19889377,19899700,19911400,19917009,19930480,19965959,19976977,19981046,19983809,19985099,20005472,20012071,20018071,20023856,20028645,20028667,20044701,20047368,20048838,20050757,20052206,20064625,20072559,20076483,20084096,20116409,20117089,20118266,20122385', 'assoc_port': '19428659:19428721,19438276:19438776,19458329:19458521,19458789:19459002,19460977:19461398,19467828:19468102,19469398:19470018,19474561:19475494,19474563:19475335,19498629:19498944,19500653:19500761,19505863:19506308,19516423:19518499,19516780:19517069,19524618:19524966,19543451:19543540,19545200:19545579,19553301:19553494,19554129:19554319,19555141:19562185,19558298:19558509,19571015:19571269,19580444:19581208,19581718:19583050,19598090:19598791,19655151:19656568,19659858:19660853,19702409:19703241,19735437:19735561,19737247:19737301,19737437:19737702,19754761:19756313,19758171:19759038,19760878:19778741,19760884:19762193,19763328:19764281,19763356:19764125,19770002:19771093,19830361:19831678,19844397:19845164,19847173:19847532,19856581:19857701,19859427:19860741,19876106:19911400,19884847:19885708,19888799:19889377,19898891:19899700,19916125:19917009,19929105:19930480,19965567:19965959,19976778:19976977,19980529:19983809,19980532:19981046,19984107:19985099,20003495:20005472,20010529:20012071,20017062:2001807', 'assoc_mat': '19428659:papier:4207:19428721,19438276:papier:4207:19438776,19458329:papier:4207:19458521,19458789:papier:4207:19459002,19460977:papier:4207:19461398,19467828:papier:4207:19468102,19469398:papier:4207:19470018,19474561:papier:4207:19475494,19474563:papier:4207:19475335,19498629:papier:4207:19498944,19500653:papier:4207:19500761,19505863:papier:4207:19506308,19516423:papier:4207:19518499,19516780:papier:4207:19517069,19524618:papier:4207:19524966,19543451:papier:4207:19543540,19545200:papier:4207:19545579,19553301:papier:4207:19553494,19554129:papier:4207:19554319,19555141:papier:4207:19562185,19558298:papier:4207:19558509,19571015:papier:4207:19571269,19580444:papier:4207:19581208,19581718:papier:4207:19583050,19598090:papier:4207:19598791,19655151:papier:4207:19656568,19659858:papier:4207:19660853,19702409:papier:4207:19703241,19735437:papier:4207:19735561,19737247:papier:4207:19737301,19737437:papier:4207:19737702,19754761:papier:4207:19756313,19758171:papier:4207:19759038,19760878:papier:4207:19778741,1976'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.8996205312804136, 'nb_photo': 186856, 'list_port_cont': '21173340,21173391,21173490,21173518,21173903,21174057,21174146,21174185,21174250,21174461,21174476,21174554,21174804,21175077,21175098,21175330,21175356,21175430,21175501,21175793,21176146,21176186,21176345,21176360,21176368,21176408,21176563,21176597,21176628,21176763,21176861,21177204,21177245,21177517,21177594,21177854,21177868,21178041,21178046,21178109,21178247,21178288,21178311,21178348,21178550,21178571,21178716,21178846,21179139,21179258,21179292,21179499,21179732,21179768,21179984,21180066,21180106,21180174,21180279,21180401,21180414,21180866,21182947,21183027,21183335,21183518,21183719,21183857,21184030,21184188,21184281,21184307,21184694,21184730,21184881,21185013,21185081,21185234,21185306,21185378,21185496,21185844,21185941,21186251,21186403,21186524,21187089,21187146,21187184,21187305,21187383,21188114,21188255,21188444,21188611,21188899,21189105,21190189,21190191,21190546,21190604,21190651,21190748,21190922,21190988,21191017,21191115,21191200,21191241,21191336,21191424,21191539,21191756,2119196', 'assoc_port': '19428659:21248557,19438276:21246939,19458329:21249066,19458789:21248803,19460977:21248686,19467828:21255766,19469398:21255266,19474557:21254382,19474561:21253856,19474563:21253341,19477264:21252245,19498629:21237900,19500653:21235956,19505863:21234099,19516423:21218514,19516780:21218407,19524618:21217133,19543451:21216032,19545200:21214734,19553301:21211528,19554129:21173391,19555141:21211407,19558298:21211033,19571015:21216945,19580444:21216706,19581718:21216408,19598090:21173903,19655151:21210050,19659858:21209747,19702409:21201900,19735437:21205207,19737247:21175430,19737437:21175330,19754761:21176345,19758171:21203734,19760878:21203815,19760884:21203653,19763328:21203568,19763356:21203424,19770002:21174461,19830361:21209021,19844397:21199461,19847173:21198851,19856581:21176861,19859427:21176763,19876106:21197820,19884822:21197190,19884847:21196983,19888799:21196748,19898891:21199898,19901747:21196164,19916125:21195372,19929105:21194892,19960824:21194384,19965567:21194095,19976778:21178571,19980529:2117855', 'assoc_mat': '19428659:papier:4209:21248557,19438276:papier:4209:21246939,19458329:papier:4209:21249066,19458789:papier:4209:21248803,19460977:papier:4209:21248686,19467828:papier:4209:21255766,19469398:papier:4209:21255266,19474557:papier:4209:21254382,19474561:papier:4209:21253856,19474563:papier:4209:21253341,19477264:papier:4209:21252245,19498629:papier:4209:21237900,19500653:papier:4209:21235956,19505863:papier:4209:21234099,19516423:papier:4209:21218514,19516780:papier:4209:21218407,19524618:papier:4209:21217133,19543451:papier:4209:21216032,19545200:papier:4209:21214734,19553301:papier:4209:21211528,19554129:papier:4209:21173391,19555141:papier:4209:21211407,19558298:papier:4209:21211033,19571015:papier:4209:21216945,19580444:papier:4209:21216706,19581718:papier:4209:21216408,19598090:papier:4209:21173903,19655151:papier:4209:21210050,19659858:papier:4209:21209747,19702409:papier:4209:21201900,19735437:papier:4209:21205207,19737247:papier:4209:21175430,19737437:papier:4209:21175330,19754761:papier:4209:21176345,1975'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01047264137403709, 'nb_photo': 12386, 'list_port_cont': '20085669,20086291,20087135,20089333,20090310,20101312,20106742,20107654,20115904,20117055,20118953,20121967,20122972,20136820,20137453,20137826,20138108,20139833,20139891,20140021,20172569,20174664,20176347,20177625,20196613,20198257,20199595,20200517,20200558,20201317,20231847,20231877,20232924,20233477,20234051,20234170,20235869,20238860,20239130,21137410,21139179,21139679,21163807,21164171,21167765,21168284,21168634,21169495,21169962,21170441,21173767,21174280,21174611,21174821,21175199,21175337,21175570,21176001,21176319,21176633,21177068,21177125,21177421,21177562,21177825,21178153,21183060,21187034,21190064,21191087,21191341,21192660,21193167,21196656,21197023,21198753,21199202,21199643,21200201,21200298,21200776,21200888,21201143,21202542,21202716,21203075,21203531', 'assoc_port': '19859429:20174664,19954425:20176347,20014710:20196613,20015611:20177625,20023438:20198257,20023441:20199595,20026808:20200517,20031177:20200558,20036276:20201317,20036573:20231847,20039940:20232924,20042505:20231877,20042852:20233477,20044534:20234051,20045059:20234170,20046352:20235869,20047144:20238860,20048499:20239130,20049854:20172569,20063551:20140021,20068359:20139891,20070514:20139833,20071895:20138108,20073270:20137826,20074713:20101312,20076794:20090310,20079018:20089333,20083089:20086291,20083092:20085669,20085536:20087135,20101919:20137453,20105987:20107654,20106007:20106742,20108234:20136820,20115463:20115904,20116392:20117055,20118802:20118953,20121224:20122972,20121231:20121967,21136613:21137410,21137552:21139179,21137971:21170441,21138549:21169962,21138592:21169495,21138615:21168634,21138620:21168284,21138725:21167765,21138733:21164171,21138741:21163807,21139065:21139679,21172727:21203531,21172847:21203075,21172860:21202716,21172936:21173767,21172955:21202542,21173009:21201143,21173010:2120088', 'assoc_mat': '19859429:papier:4211:20174664,19954425:papier:4211:20176347,20014710:papier:4211:20196613,20015611:papier:4211:20177625,20023438:papier:4211:20198257,20023441:papier:4211:20199595,20026808:papier:4211:20200517,20031177:papier:4211:20200558,20036276:papier:4211:20201317,20036573:papier:4211:20231847,20039940:papier:4211:20232924,20042505:papier:4211:20231877,20042852:papier:4211:20233477,20044534:papier:4211:20234051,20045059:papier:4211:20234170,20046352:papier:4211:20235869,20047144:papier:4211:20238860,20048499:papier:4211:20239130,20049854:papier:4211:20172569,20063551:papier:4211:20140021,20068359:papier:4211:20139891,20070514:papier:4211:20139833,20071895:papier:4211:20138108,20073270:papier:4211:20137826,20074713:papier:4211:20101312,20076794:papier:4211:20090310,20079018:papier:4211:20089333,20083089:papier:4211:20086291,20083092:papier:4211:20085669,20085536:papier:4211:20087135,20101919:papier:4211:20137453,20105987:papier:4211:20107654,20106007:papier:4211:20106742,20108234:papier:4211:20136820,2011'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011033627314516818, 'nb_photo': 658, 'list_port_cont': '19370773,19371788,19371877,19373426,19373911,19374918,19375355,19376902,19387747,19387895,19388335,19389889,19392268,19394714,19395415,19396182,19397519,19398157,19398272,19398356,19410176,19410205,19411155,19411513,19417317,19429579,19430872,19438030,19440874,19442084,19446604,19451287,19453874,19456968,19457020,19457927,19459117,19460529,19461750,19467304,19468233,19469037,19470588,19471578,19476487,19476598,19477108,19478657,19481509,19488504,19490571,19499581,19500270,19500982,19501966,19503520,19503935,19504976,19505823,19508871,19509792,19510542,19517095,19517595,19519869,19522157,19525162,19525973,19526082,19528330,19543067,19543576,19544791,19546490,19549262,19553241,19553586,19553731,19556479,19556850,19557588,19571370,19578500,19581505,19591328,19625705,19631780,19634542,19638831,19643553,19648146,19649938,19652677,19661681,19661992,19665841,19693338,19693703,19694551,19695227,19696419,19696812,19696936,19704956,19707978,19710093,19711159,19711769,19717313,19731265,19732638,19733482,19734506,1973531', 'assoc_port': '19370526:19370773,19371333:19371877,19371343:19371788,19372923:19373426,19373268:19373911,19374328:19374918,19375083:19375355,19376390:19376902,19387141:19387895,19387145:19387747,19388090:19388335,19389027:19389889,19391357:19392268,19394321:19394714,19395028:19395415,19395733:19396182,19397312:19397519,19397892:19398356,19397895:19398272,19397897:19398157,19409765:19410205,19409945:19410176,19410821:19411155,19411325:19411513,19416274:19417317,19429023:19429579,19430628:19430872,19437328:19438030,19440217:19440874,19441325:19442084,19445899:19446604,19450721:19451287,19453210:19453874,19456526:19457020,19456531:19456968,19457586:19457927,19458788:19459117,19460251:19460529,19460972:19461750,19466863:19467304,19467832:19468233,19468804:19469037,19470120:19470588,19470642:19471578,19474556:19476598,19474562:19476487,19475793:19477108,19477745:19478657,19480446:19481509,19487950:19488504,19489650:19490571,19499279:19499581,19499909:19500270,19500656:19500982,19501674:19501966,19503118:19503520,19503742:1950393', 'assoc_mat': '19370526:papier:3327:19370773,19371333:papier:3327:19371877,19371343:papier:3327:19371788,19372923:papier:3327:19373426,19373268:papier:3327:19373911,19374328:papier:3327:19374918,19375083:papier:3327:19375355,19376390:papier:3327:19376902,19387141:papier:3327:19387895,19387145:papier:3327:19387747,19388090:papier:3327:19388335,19389027:papier:3327:19389889,19391357:papier:3327:19392268,19394321:papier:3327:19394714,19395028:papier:3327:19395415,19395733:papier:3327:19396182,19397312:papier:3327:19397519,19397892:papier:3327:19398356,19397895:papier:3327:19398272,19397897:papier:3327:19398157,19409765:papier:3327:19410205,19409945:papier:3327:19410176,19410821:papier:3327:19411155,19411325:papier:3327:19411513,19416274:papier:3327:19417317,19429023:papier:3327:19429579,19430628:papier:3327:19430872,19437328:papier:3327:19438030,19440217:papier:3327:19440874,19441325:papier:3327:19442084,19445899:papier:3327:19446604,19450721:papier:3327:19451287,19453210:papier:3327:19453874,19456526:papier:3327:19457020,1945'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0894301983532235, 'nb_photo': 2418, 'list_port_cont': '21137116,21137353,21137645,21137706,21137893,21137923,21138312,21138647,21138829,21139123,21139221,21139521,21139896,21173214,21173760,21178125,21180121,21180360,21180989,21181405', 'assoc_port': '21136601:21139896,21136603:21139521,21136606:21139221,21136608:21139123,21136617:21138829,21136619:21138647,21136621:21137923,21136624:21137893,21136628:21137706,21136630:21137645,21136633:21137353,21136639:21138312,21136640:21137116,21172933:21173214,21173139:21173760,21177656:21180121,21177716:21180989,21177717:21180360,21177725:21178125,21179437:21181405', 'assoc_mat': '21136601:papier:3594:21139896,21136603:papier:3594:21139521,21136606:papier:3594:21139221,21136608:papier:3594:21139123,21136617:papier:3594:21138829,21136619:papier:3594:21138647,21136621:papier:3594:21137923,21136624:papier:3594:21137893,21136628:papier:3594:21137706,21136630:papier:3594:21137645,21136633:papier:3594:21137353,21136639:papier:3594:21138312,21136640:papier:3594:21137116,21172933:papier:3594:21173214,21173139:papier:3594:21173760,21177656:papier:3594:21180121,21177716:papier:3594:21180989,21177717:papier:3594:21180360,21177725:papier:3594:21178125,21179437:papier:3594:21181405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.008965795971488033, 'nb_photo': 99, 'list_port_cont': '21173445,21174323,21175725,21193912,21199090,21199576,21201312,21202809,21205221,21207485,21209160,21209859,21210642,21210979,21211533,21214766,21216437,21217553,21271151,21274181,21274625,21286093,21286782,21288173,21331244,21334967,21335686', 'assoc_port': '19557292:21210979,21136917:21271151,21137275:21274181,21137301:21274625,21137314:21331244,21138587:21334967,21138610:21286093,21138611:21286782,21138728:21335686,21138752:21288173,21172809:21217553,21172892:21216437,21172928:21214766,21172991:21211533,21173019:21210642,21173097:21173445,21173138:21209859,21173188:21209160,21173311:21207485,21173834:21205221,21173886:21174323,21174765:21202809,21174967:21201312,21175051:21175725,21175674:21199576,21175914:21199090,21177708:21193912', 'assoc_mat': '19557292:pehd:4205:21210979,21136917:pehd:4205:21271151,21137275:pehd:4205:21274181,21137301:pehd:4205:21274625,21137314:pehd:4205:21331244,21138587:pehd:4205:21334967,21138610:pehd:4205:21286093,21138611:pehd:4205:21286782,21138728:pehd:4205:21335686,21138752:pehd:4205:21288173,21172809:pehd:4205:21217553,21172892:pehd:4205:21216437,21172928:pehd:4205:21214766,21172991:pehd:4205:21211533,21173019:pehd:4205:21210642,21173097:pehd:4205:21173445,21173138:pehd:4205:21209859,21173188:pehd:4205:21209160,21173311:pehd:4205:21207485,21173834:pehd:4205:21205221,21173886:pehd:4205:21174323,21174765:pehd:4205:21202809,21174967:pehd:4205:21201312,21175051:pehd:4205:21175725,21175674:pehd:4205:21199576,21175914:pehd:4205:21199090,21177708:pehd:4205:21193912'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0028984812727008372, 'nb_photo': 176, 'list_port_cont': '20135045,20149735,20162232,20194746,20199715,20208111,20277585,21178862,21185328,21190174,21197017,21200256,21206314,21208480,21209635,21210467,21210906,21214504,21216597,21218228,21270585,21334555', 'assoc_port': '20025651:20135045,20039938:20277585,20045888:20149735,20073268:20162232,20104700:20194746,20115134:20199715,20119801:20208111,21136910:21270585,21139048:21334555,21172726:21218228,21172923:21216597,21172981:21214504,21173043:21210906,21173112:21210467,21173173:21209635,21173275:21208480,21173810:21206314,21175654:21200256,21176546:21197017,21177730:21178862,21179158:21190174,21179219:21185328', 'assoc_mat': '20025651:pehd:4203:20135045,20039938:pehd:4203:20277585,20045888:pehd:4203:20149735,20073268:pehd:4203:20162232,20104700:pehd:4203:20194746,20115134:pehd:4203:20199715,20119801:pehd:4203:20208111,21136910:pehd:4203:21270585,21139048:pehd:4203:21334555,21172726:pehd:4203:21218228,21172923:pehd:4203:21216597,21172981:pehd:4203:21214504,21173043:pehd:4203:21210906,21173112:pehd:4203:21210467,21173173:pehd:4203:21209635,21173275:pehd:4203:21208480,21173810:pehd:4203:21206314,21175654:pehd:4203:21200256,21176546:pehd:4203:21197017,21177730:pehd:4203:21178862,21179158:pehd:4203:21190174,21179219:pehd:4203:21185328'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004927704602130949, 'nb_photo': 177, 'list_port_cont': '21137474,21169374,21169870,21170655,21170833,21172438,21172526,21172638,21172914,21173604,21174206,21174567,21174977,21175690,21176702,21176995,21177351,21177639,21177883,21178179,21178473,21178786,21178940,21179273,21179541,21179739,21179800,21181247,21181340,21181371,21181637,21182053,21182782,21183021,21184324,21184782,21184943,21185207,21185555,21185793,21185982,21185987,21186477,21186717,21187056,21187564,21187632,21187810,21188025,21188589,21188710,21189551,21190025,21190153,21190317,21191070,21191311,21191495,21191830,21191915,21192035,21192218,21192439,21192738,21192872,21193203,21193500,21194163,21194305,21194447,21194642,21194971,21195028,21195353,21195521,21195724,21196190,21196385,21196437,21196935,21197210,21197311,21197864,21198026,21198688,21198863,21199346,21199630,21199958,21200124,21200321,21200463,21200481,21200536,21200593,21200794,21200843,21201095,21201495,21201688,21201799,21201841,21201924,21202068,21202490,21202757,21203009,21203065,21203179,21203407,21203550,21203796,21204259,2120447', 'assoc_port': '21136895:21204516,21136900:21204471,21136913:21204259,21136946:21137474,21137243:21203550,21137245:21203407,21137252:21203179,21137272:21203065,21137277:21203009,21137504:21202757,21137507:21202490,21137517:21202068,21137521:21201924,21137527:21201841,21137531:21201799,21137545:21201688,21137547:21201495,21137950:21201095,21137952:21200843,21137954:21200794,21137958:21203796,21138543:21200593,21138547:21200536,21138550:21200481,21138551:21200463,21138572:21200321,21138577:21200124,21138583:21199958,21138593:21199630,21138599:21199346,21138605:21172914,21138613:21172638,21138618:21172526,21138619:21172438,21138732:21170833,21138736:21170655,21138767:21169870,21139027:21169374,21172733:21198863,21172848:21198688,21172927:21197311,21172938:21198026,21172939:21197210,21172943:21196935,21172945:21197864,21172979:21196437,21172986:21196385,21172995:21196190,21173006:21195724,21173025:21195521,21173044:21195353,21173088:21195028,21173091:21194971,21173095:21194642,21173101:21194447,21173136:21194305,21173160:2119416', 'assoc_mat': '21136895:pehd:4207:21204516,21136900:pehd:4207:21204471,21136913:pehd:4207:21204259,21136946:pehd:4207:21137474,21137243:pehd:4207:21203550,21137245:pehd:4207:21203407,21137252:pehd:4207:21203179,21137272:pehd:4207:21203065,21137277:pehd:4207:21203009,21137504:pehd:4207:21202757,21137507:pehd:4207:21202490,21137517:pehd:4207:21202068,21137521:pehd:4207:21201924,21137527:pehd:4207:21201841,21137531:pehd:4207:21201799,21137545:pehd:4207:21201688,21137547:pehd:4207:21201495,21137950:pehd:4207:21201095,21137952:pehd:4207:21200843,21137954:pehd:4207:21200794,21137958:pehd:4207:21203796,21138543:pehd:4207:21200593,21138547:pehd:4207:21200536,21138550:pehd:4207:21200481,21138551:pehd:4207:21200463,21138572:pehd:4207:21200321,21138577:pehd:4207:21200124,21138583:pehd:4207:21199958,21138593:pehd:4207:21199630,21138599:pehd:4207:21199346,21138605:pehd:4207:21172914,21138613:pehd:4207:21172638,21138618:pehd:4207:21172526,21138619:pehd:4207:21172438,21138732:pehd:4207:21170833,21138736:pehd:4207:21170655,21138767:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004650359688940145, 'nb_photo': 62, 'list_port_cont': '21138327,21173623,21176084,21178202,21178434,21178759,21179339,21183107,21183387,21184615,21190337,21190847,21191229,21192110,21193723,21194356,21195174,21196251,21198098,21199543,21200633,21200976,21202682,21203914,21205049,21205301,21205353,21206611,21208167,21209362,21209496,21210696,21210911,21211236,21211454,21214648,21216565,21216827,21217517,21218377,21264072,21269772,21270079,21270257,21276279,21277730,21278076,21280381,21284237', 'assoc_port': '21136642:21264072,21136896:21269772,21136901:21270079,21136906:21270257,21136958:21138327,21137304:21276279,21137324:21277730,21137506:21278076,21137549:21280381,21139045:21284237,21172717:21218377,21172836:21216827,21172838:21217517,21172895:21216565,21172951:21214648,21173007:21211454,21173016:21211236,21173021:21210911,21173090:21210696,21173155:21209496,21173181:21209362,21173272:21173623,21173279:21208167,21173371:21206611,21173829:21205353,21173836:21205301,21173866:21205049,21174774:21202682,21175033:21200976,21175638:21203914,21175650:21200633,21175677:21176084,21175866:21199543,21175919:21198098,21176584:21196251,21176887:21195174,21177666:21194356,21177721:21193723,21177738:21178759,21177749:21178434,21177752:21178202,21178493:21192110,21178680:21191229,21178722:21190847,21178746:21190337,21178749:21179339,21179349:21184615,21179418:21183387,21179430:21183107', 'assoc_mat': '21136642:pehd:4461:21264072,21136896:pehd:4461:21269772,21136901:pehd:4461:21270079,21136906:pehd:4461:21270257,21136958:pehd:4461:21138327,21137304:pehd:4461:21276279,21137324:pehd:4461:21277730,21137506:pehd:4461:21278076,21137549:pehd:4461:21280381,21139045:pehd:4461:21284237,21172717:pehd:4461:21218377,21172836:pehd:4461:21216827,21172838:pehd:4461:21217517,21172895:pehd:4461:21216565,21172951:pehd:4461:21214648,21173007:pehd:4461:21211454,21173016:pehd:4461:21211236,21173021:pehd:4461:21210911,21173090:pehd:4461:21210696,21173155:pehd:4461:21209496,21173181:pehd:4461:21209362,21173272:pehd:4461:21173623,21173279:pehd:4461:21208167,21173371:pehd:4461:21206611,21173829:pehd:4461:21205353,21173836:pehd:4461:21205301,21173866:pehd:4461:21205049,21174774:pehd:4461:21202682,21175033:pehd:4461:21200976,21175638:pehd:4461:21203914,21175650:pehd:4461:21200633,21175677:pehd:4461:21176084,21175866:pehd:4461:21199543,21175919:pehd:4461:21198098,21176584:pehd:4461:21196251,21176887:pehd:4461:21195174,21177666:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008644583799328111, 'nb_photo': 967, 'list_port_cont': '19370622,19394586,19409855,19429620,19451132,19454204,19458551,19468397,19471358,19477893,19481222,19486665,19503289,19524898,19544487,19549144,19550882,19590799,19592356,19598807,19646687,19649287,19653446,19660904,19697001,19731030,19733541,19735243,19735620,19735886,19753183,19793313,19803743,19816567,19832356,19848639,19854688,19857619,19863097,19875553,19877229,19890946,19930089,19957571,19966291,20011047,20030413,20037700,20041208,20043099,20044874,20071278,20074952,20076500,20119159,21137260,21137298,21137613,21138150,21138503,21138688,21139964,21140010,21140731,21141140,21141621,21141782,21146772,21149876,21155319,21157133,21157439,21159109,21159379,21159715,21162404,21162593,21173417,21173966,21174107,21174123,21174168,21174338,21174406,21174707,21174889,21175229,21175519,21175777,21176013,21176252,21176720,21177038,21177172,21177278,21177530,21177970,21178141,21178190,21178273,21178698,21178873,21179124,21179234,21179410,21179528,21179563,21179593,21179831,21179856,21180093,21180157,21182460,2118251', 'assoc_port': '19370490:19370622,19394322:19394586,19409762:19409855,19429024:19429620,19450727:19451132,19454047:19454204,19458328:19458551,19465712:19468397,19470646:19471358,19477265:19477893,19480443:19481222,19485837:19486665,19503120:19503289,19524616:19524898,19544334:19544487,19548443:19549144,19550537:19550882,19590188:19590799,19591441:19592356,19598089:19598807,19640304:19646687,19648135:19649287,19650948:19653446,19659856:19660904,19696786:19697001,19730770:19731030,19733301:19733541,19734824:19735243,19735436:19735620,19735676:19735886,19751133:19753183,19791449:19793313,19802098:19803743,19814985:19816567,19831645:19832356,19844077:19877229,19847785:19848639,19850833:19854688,19853986:19875553,19854013:19857619,19859428:19863097,19889625:19890946,19929168:19930089,19956702:19957571,19965565:19966291,20009323:20011047,20029780:20030413,20037384:20037700,20040842:20041208,20042853:20043099,20044532:20044874,20070516:20071278,20074699:20074952,20076084:20076500,20118800:20119159,21136562:21137298,21136563:2113726', 'assoc_mat': '19370490:pehd:4200:19370622,19394322:pehd:4200:19394586,19409762:pehd:4200:19409855,19429024:pehd:4200:19429620,19450727:pehd:4200:19451132,19454047:pehd:4200:19454204,19458328:pehd:4200:19458551,19465712:pehd:4200:19468397,19470646:pehd:4200:19471358,19477265:pehd:4200:19477893,19480443:pehd:4200:19481222,19485837:pehd:4200:19486665,19503120:pehd:4200:19503289,19524616:pehd:4200:19524898,19544334:pehd:4200:19544487,19548443:pehd:4200:19549144,19550537:pehd:4200:19550882,19590188:pehd:4200:19590799,19591441:pehd:4200:19592356,19598089:pehd:4200:19598807,19640304:pehd:4200:19646687,19648135:pehd:4200:19649287,19650948:pehd:4200:19653446,19659856:pehd:4200:19660904,19696786:pehd:4200:19697001,19730770:pehd:4200:19731030,19733301:pehd:4200:19733541,19734824:pehd:4200:19735243,19735436:pehd:4200:19735620,19735676:pehd:4200:19735886,19751133:pehd:4200:19753183,19791449:pehd:4200:19793313,19802098:pehd:4200:19803743,19814985:pehd:4200:19816567,19831645:pehd:4200:19832356,19844077:pehd:4200:19877229,19847785:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017422005869456577, 'nb_photo': 2904, 'list_port_cont': '21173343,21173400,21173495,21173524,21173904,21174053,21174155,21174178,21174247,21174454,21174469,21174558,21174801,21175075,21175095,21175321,21175365,21175427,21175493,21175786,21176152,21176177,21176352,21176358,21176374,21176413,21176559,21176601,21176627,21176772,21176860,21177210,21177235,21177588,21177841,21177867,21178040,21178052,21178113,21178243,21178299,21178312,21178342,21178535,21178566,21178702,21178845,21179142,21179265,21179298,21179498,21179730,21179776,21179996,21180053,21180100,21180173,21180286,21180394,21180415,21180863,21182957,21183037,21183321,21183509,21183720,21183862,21184025,21184186,21184285,21184308,21184705,21184726,21184885,21185018,21185086,21185232,21185317,21185379,21185497,21185847,21185944,21186240,21186411,21186537,21187138,21187191,21187290,21187393,21188112,21188257,21188449,21188599,21188905,21189101,21190185,21190193,21190553,21190605,21190677,21190756,21190919,21191018,21191019,21191116,21191187,21191246,21191332,21191413,21191527,21191964,21192029,21192071,2119208', 'assoc_port': '19428659:21248571,19438276:21246941,19458329:21249065,19458789:21248802,19460977:21248692,19467828:21255768,19469398:21255269,19474557:21254391,19474561:21253850,19474563:21253353,19477264:21252244,19498629:21237925,19500653:21235962,19505863:21234093,19516423:21218510,19516780:21218410,19524618:21217134,19543451:21216027,19545200:21214731,19553301:21211518,19554129:21173400,19555141:21211408,19558298:21211035,19571015:21216944,19580444:21216712,19581718:21216405,19598090:21173904,19655151:21210041,19659858:21209748,19702409:21201898,19735437:21205209,19737247:21175427,19737437:21175321,19754761:21176352,19758171:21203728,19760878:21203819,19760884:21203651,19763328:21203566,19763356:21203415,19770002:21174454,19830361:21209017,19844397:21199455,19847173:21198855,19856581:21176860,19859427:21176772,19876106:21197818,19884822:21197182,19884847:21196979,19888799:21196747,19898891:21199902,19901747:21196172,19916125:21195374,19929105:21194886,19965567:21194101,19976778:21178566,19980529:21178535,19980532:2117870', 'assoc_mat': '19428659:pehd:4209:21248571,19438276:pehd:4209:21246941,19458329:pehd:4209:21249065,19458789:pehd:4209:21248802,19460977:pehd:4209:21248692,19467828:pehd:4209:21255768,19469398:pehd:4209:21255269,19474557:pehd:4209:21254391,19474561:pehd:4209:21253850,19474563:pehd:4209:21253353,19477264:pehd:4209:21252244,19498629:pehd:4209:21237925,19500653:pehd:4209:21235962,19505863:pehd:4209:21234093,19516423:pehd:4209:21218510,19516780:pehd:4209:21218410,19524618:pehd:4209:21217134,19543451:pehd:4209:21216027,19545200:pehd:4209:21214731,19553301:pehd:4209:21211518,19554129:pehd:4209:21173400,19555141:pehd:4209:21211408,19558298:pehd:4209:21211035,19571015:pehd:4209:21216944,19580444:pehd:4209:21216712,19581718:pehd:4209:21216405,19598090:pehd:4209:21173904,19655151:pehd:4209:21210041,19659858:pehd:4209:21209748,19702409:pehd:4209:21201898,19735437:pehd:4209:21205209,19737247:pehd:4209:21175427,19737437:pehd:4209:21175321,19754761:pehd:4209:21176352,19758171:pehd:4209:21203728,19760878:pehd:4209:21203819,19760884:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9542561793245937, 'nb_photo': 19201, 'list_port_cont': '19377667,19382555,19382677,19383413,19391872,19411280,19413717,19414283,19414803,19415979,19419505,19419654,19419870,19420336,19421084,19421984,19430572,19431165,19434152,19435813,19437097,19437294,19441161,19441994,19446449,19447399,19451342,19451410,19455019,19455150,19456817,19457044,19458241,19460555,19461800,19462912,19462938,19464001,19466122,19467458,19468156,19468814,19471866,19472412,19490791,19492265,19493061,19493695,19494307,19496025,19498158,19500184,19501080,19510240,19511688,19512372,19512426,19513191,19514607,19517897,19527449,19529368,19530119,19531371,19531853,19531996,19532203,19532510,19532677,19533469,19536446,19536473,19543782,19547838,19553976,19554198,19556799,19559761,19571252,19598769,19601413,19622585,19626651,19629431,19632384,19651634,19688380,19694126,19695157,19696590,19697721,19710189,19715434,19724477,19727684,19727980,19728134,19733495,19734482,19735631,19737405,19740099,19740353,19740454,19740539,19740864,19741052,19741596,19741919,19742374,19742617,19742892,19745196,1974521', 'assoc_port': '19371348:19377667,19376389:19382555,19377394:19382677,19377989:19383413,19389025:19391872,19392671:19420336,19394324:19413717,19395025:19414283,19395734:19414803,19395742:19415979,19398111:19421984,19409942:19419505,19409946:19419654,19410824:19419870,19410827:19411280,19412015:19421084,19429021:19430572,19430308:19437294,19430311:19431165,19432612:19434152,19433903:19435813,19434929:19437097,19436968:19441161,19437331:19441994,19440254:19446449,19446867:19447399,19450720:19451342,19450732:19451410,19452005:19455019,19452019:19455150,19454044:19456817,19454045:19457044,19454976:19458241,19457587:19461800,19458785:19462912,19459530:19460555,19460250:19464001,19460978:19462938,19465713:19466122,19466557:19467458,19466862:19468156,19467830:19468814,19469394:19471866,19470121:19472412,19472284:19490791,19473173:19501080,19474567:19492265,19475785:19493061,19477266:19493695,19477744:19494307,19480432:19496025,19487954:19498158,19492194:19500184,19498631:19510240,19499908:19511688,19501671:19527449,19501673:1951237', 'assoc_mat': '19371348:pehd:4211:19377667,19376389:pehd:4211:19382555,19377394:pehd:4211:19382677,19377989:pehd:4211:19383413,19389025:pehd:4211:19391872,19392671:pehd:4211:19420336,19394324:pehd:4211:19413717,19395025:pehd:4211:19414283,19395734:pehd:4211:19414803,19395742:pehd:4211:19415979,19398111:pehd:4211:19421984,19409942:pehd:4211:19419505,19409946:pehd:4211:19419654,19410824:pehd:4211:19419870,19410827:pehd:4211:19411280,19412015:pehd:4211:19421084,19429021:pehd:4211:19430572,19430308:pehd:4211:19437294,19430311:pehd:4211:19431165,19432612:pehd:4211:19434152,19433903:pehd:4211:19435813,19434929:pehd:4211:19437097,19436968:pehd:4211:19441161,19437331:pehd:4211:19441994,19440254:pehd:4211:19446449,19446867:pehd:4211:19447399,19450720:pehd:4211:19451342,19450732:pehd:4211:19451410,19452005:pehd:4211:19455019,19452019:pehd:4211:19455150,19454044:pehd:4211:19456817,19454045:pehd:4211:19457044,19454976:pehd:4211:19458241,19457587:pehd:4211:19461800,19458785:pehd:4211:19462912,19459530:pehd:4211:19460555,19460250:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018801521897374254, 'nb_photo': 13, 'list_port_cont': '19397522,19461743,19638840,19661682,19698290,19716484,19770428,20041404,21139415,21176475,21180266', 'assoc_port': '19397312:19397522,19460972:19461743,19637612:19638840,19659857:19661682,19697948:19698290,19715150:19716484,19754727:19770428,20040828:20041404,21137524:21139415,21175676:21176475,21179148:21180266', 'assoc_mat': '19397312:pehd:3327:19397522,19460972:pehd:3327:19461743,19637612:pehd:3327:19638840,19659857:pehd:3327:19661682,19697948:pehd:3327:19698290,19715150:pehd:3327:19716484,19754727:pehd:3327:19770428,20040828:pehd:3327:20041404,21137524:pehd:3327:21139415,21175676:pehd:3327:21176475,21179148:pehd:3327:21180266'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008652358512849585, 'nb_photo': 9, 'list_port_cont': '21137653,21138639,21138830,21181401', 'assoc_port': '21136617:21138830,21136619:21138639,21136630:21137653,21179437:21181401', 'assoc_mat': '21136617:pehd:3594:21138830,21136619:pehd:3594:21138639,21136630:pehd:3594:21137653,21179437:pehd:3594:21181401'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.01964697528961852, 'nb_photo': 4, 'list_port_cont': '19557490', 'assoc_port': '19557292:19557490', 'assoc_mat': '19557292:pet_clair:4200:19557490'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005828783405012063, 'nb_photo': 15, 'list_port_cont': '21173426,21174324,21193905,21201316,21209164,21210975,21216440,21217558,21331253,21335675', 'assoc_port': '19557292:21210975,21137314:21331253,21138728:21335675,21172809:21217558,21172892:21216440,21173097:21173426,21173188:21209164,21173886:21174324,21174967:21201316,21177708:21193905', 'assoc_mat': '19557292:pet_clair:4205:21210975,21137314:pet_clair:4205:21331253,21138728:pet_clair:4205:21335675,21172809:pet_clair:4205:21217558,21172892:pet_clair:4205:21216440,21173097:pet_clair:4205:21173426,21173188:pet_clair:4205:21209164,21173886:pet_clair:4205:21174324,21174967:pet_clair:4205:21201316,21177708:pet_clair:4205:21193905'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002843450728719874, 'nb_photo': 2, 'list_port_cont': '21210455,21214506', 'assoc_port': '21172981:21214506,21173112:21210455', 'assoc_mat': '21172981:pet_clair:4203:21214506,21173112:pet_clair:4203:21210455'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004129176246477793, 'nb_photo': 18, 'list_port_cont': '21170643,21173605,21176073,21177890,21183015,21184781,21188128,21193518,21195344,21197753,21199104,21201374,21202242,21202905', 'assoc_port': '21137306:21202905,21137515:21202242,21137551:21201374,21138604:21199104,21138736:21170643,21172893:21197753,21173044:21195344,21173238:21193518,21173314:21173605,21174720:21188128,21175652:21184781,21175909:21176073,21176574:21177890,21178396:21183015', 'assoc_mat': '21137306:pet_clair:4207:21202905,21137515:pet_clair:4207:21202242,21137551:pet_clair:4207:21201374,21138604:pet_clair:4207:21199104,21138736:pet_clair:4207:21170643,21172893:pet_clair:4207:21197753,21173044:pet_clair:4207:21195344,21173238:pet_clair:4207:21193518,21173314:pet_clair:4207:21173605,21174720:pet_clair:4207:21188128,21175652:pet_clair:4207:21184781,21175909:pet_clair:4207:21176073,21176574:pet_clair:4207:21177890,21178396:pet_clair:4207:21183015'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005270299012936631, 'nb_photo': 5, 'list_port_cont': '21184098,21211420,21216452,21286687', 'assoc_port': '21138602:21286687,21172906:21216452,21173001:21211420,21179354:21184098', 'assoc_mat': '21138602:pet_clair:4461:21286687,21172906:pet_clair:4461:21216452,21173001:pet_clair:4461:21211420,21179354:pet_clair:4461:21184098'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03815334678899791, 'nb_photo': 7064, 'list_port_cont': '19370610,19371747,19373188,19373878,19374476,19377695,19379397,19387359,19387552,19388229,19393021,19394587,19395982,19397177,19399043,19409859,19410526,19410929,19411424,19411865,19428757,19429613,19431486,19433325,19437723,19439960,19440799,19447295,19451138,19452604,19452782,19453677,19454198,19457797,19458561,19460163,19460406,19467220,19467439,19468394,19470280,19471363,19473211,19476015,19476174,19477895,19481229,19486672,19488354,19498355,19500890,19501946,19503292,19506130,19506292,19508022,19508150,19509546,19510379,19516971,19517571,19517730,19518426,19520568,19524906,19525904,19528199,19543525,19544491,19545610,19548093,19549141,19549923,19550879,19554434,19554586,19555413,19556358,19556914,19558479,19574529,19574686,19590790,19592355,19596423,19598808,19625013,19646683,19649282,19653240,19653448,19660897,19663605,19693641,19696989,19697489,19701197,19704630,19705267,19705994,19707090,19713510,19716194,19719991,19720205,19727000,19731028,19731974,19733534,19735242,19735621,19735889,19736500,1973702', 'assoc_port': '19370490:19370610,19371345:19371747,19372925:19373188,19373269:19373878,19374327:19374476,19377393:19377695,19377991:19379397,19387142:19387552,19387146:19387359,19388091:19388229,19392668:19393021,19394322:19394587,19395741:19395982,19396942:19397177,19398803:19399043,19409762:19409859,19410364:19410526,19410822:19410929,19411326:19411424,19411749:19411865,19428661:19428757,19429024:19429613,19431296:19431486,19433116:19433325,19437327:19437723,19439727:19439960,19440252:19440799,19446871:19447295,19450727:19451138,19452006:19452782,19452026:19452604,19453211:19453677,19454047:19454198,19457585:19457797,19458328:19458561,19459522:19460163,19460252:19460406,19465712:19468394,19466860:19467439,19466864:19467220,19469395:19470280,19470646:19471363,19472285:19473211,19474560:19476174,19475784:19476015,19477265:19477895,19480443:19481229,19485837:19486672,19487955:19488354,19498295:19498355,19500652:19500890,19501672:19501946,19503120:19503292,19505862:19506292,19505869:19506130,19507773:19508150,19507777:1950802', 'assoc_mat': '19370490:pet_clair:4200:19370610,19371345:pet_clair:4200:19371747,19372925:pet_clair:4200:19373188,19373269:pet_clair:4200:19373878,19374327:pet_clair:4200:19374476,19377393:pet_clair:4200:19377695,19377991:pet_clair:4200:19379397,19387142:pet_clair:4200:19387552,19387146:pet_clair:4200:19387359,19388091:pet_clair:4200:19388229,19392668:pet_clair:4200:19393021,19394322:pet_clair:4200:19394587,19395741:pet_clair:4200:19395982,19396942:pet_clair:4200:19397177,19398803:pet_clair:4200:19399043,19409762:pet_clair:4200:19409859,19410364:pet_clair:4200:19410526,19410822:pet_clair:4200:19410929,19411326:pet_clair:4200:19411424,19411749:pet_clair:4200:19411865,19428661:pet_clair:4200:19428757,19429024:pet_clair:4200:19429613,19431296:pet_clair:4200:19431486,19433116:pet_clair:4200:19433325,19437327:pet_clair:4200:19437723,19439727:pet_clair:4200:19439960,19440252:pet_clair:4200:19440799,19446871:pet_clair:4200:19447295,19450727:pet_clair:4200:19451138,19452006:pet_clair:4200:19452782,19452026:pet_clair:4200:19452604,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010699882218194663, 'nb_photo': 96, 'list_port_cont': '21173484,21176143,21176382,21177591,21184695,21186249,21188253,21188902,21189092,21194413,21194568,21196120,21196171,21196505,21196816,21197181,21198382,21199780,21199886,21201051,21201285,21202672,21203425,21203433,21203575,21206142,21206882,21210286,21210507,21210733,21211038,21211674,21214818,21216330,21216717,21216899,21216946,21217102,21217485,21218148,21218351,21234118,21235192,21236749,21238354,21240132,21242443,21243491,21246238,21246555,21246756,21247699,21247821,21248757,21249060,21249193,21249373,21252421,21254064,21255339,21255472,21256277,21256935,21257171,21257400,21257426,21257691,21257997,21258131,21258433,21258518,21258530,21262916', 'assoc_port': '19458329:21249060,19558298:21211038,19580444:21216717,19763328:21203575,19763356:21203425,19901747:21196171,20083093:21188253,21136551:21262916,21136609:21258530,21136612:21258433,21136614:21258518,21136615:21258131,21136622:21257997,21136625:21257691,21136626:21257400,21136631:21257426,21136632:21256935,21136635:21257171,21136637:21256277,21136904:21255472,21136905:21255339,21136926:21254064,21136952:21252421,21137305:21249373,21137312:21249193,21137320:21248757,21137514:21247821,21137520:21247699,21137572:21246756,21137959:21246555,21137966:21246238,21138600:21243491,21138617:21242443,21138762:21240132,21139019:21238354,21139029:21236749,21139037:21235192,21139053:21234118,21172718:21218351,21172728:21218148,21172829:21216899,21172835:21217485,21172856:21217102,21172888:21216946,21172934:21216330,21172946:21214818,21172957:21173484,21172993:21211674,21173099:21210507,21173105:21210733,21173120:21210286,21173327:21206882,21173807:21206142,21173881:21203433,21174777:21202672,21174968:21201285,21175014:2120105', 'assoc_mat': '19458329:pet_clair:4209:21249060,19558298:pet_clair:4209:21211038,19580444:pet_clair:4209:21216717,19763328:pet_clair:4209:21203575,19763356:pet_clair:4209:21203425,19901747:pet_clair:4209:21196171,20083093:pet_clair:4209:21188253,21136551:pet_clair:4209:21262916,21136609:pet_clair:4209:21258530,21136612:pet_clair:4209:21258433,21136614:pet_clair:4209:21258518,21136615:pet_clair:4209:21258131,21136622:pet_clair:4209:21257997,21136625:pet_clair:4209:21257691,21136626:pet_clair:4209:21257400,21136631:pet_clair:4209:21257426,21136632:pet_clair:4209:21256935,21136635:pet_clair:4209:21257171,21136637:pet_clair:4209:21256277,21136904:pet_clair:4209:21255472,21136905:pet_clair:4209:21255339,21136926:pet_clair:4209:21254064,21136952:pet_clair:4209:21252421,21137305:pet_clair:4209:21249373,21137312:pet_clair:4209:21249193,21137320:pet_clair:4209:21248757,21137514:pet_clair:4209:21247821,21137520:pet_clair:4209:21247699,21137572:pet_clair:4209:21246756,21137959:pet_clair:4209:21246555,21137966:pet_clair:4209:21246238,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009513213100311534, 'nb_photo': 59, 'list_port_cont': '20087142,20106743,20117046,20121966,20138095,20140011,20172571,20176342,20177630,20198245,20235861,21137402,21139682,21163812,21164186,21167763,21169502,21170450,21176315,21177079,21177418,21177561,21177831,21187033,21191345,21192673,21196652,21197030,21198749,21200206,21200773,21200898,21201150,21202530', 'assoc_port': '19954425:20176342,20015611:20177630,20023438:20198245,20046352:20235861,20049854:20172571,20063551:20140011,20071895:20138095,20085536:20087142,20106007:20106743,20116392:20117046,20121231:20121966,21136613:21137402,21137971:21170450,21138592:21169502,21138725:21167763,21138733:21164186,21138741:21163812,21139065:21139682,21172955:21202530,21173009:21201150,21173010:21200898,21173089:21200773,21173149:21200206,21173805:21198749,21174949:21197030,21174962:21196652,21175589:21176315,21175921:21177079,21176550:21177418,21176888:21177831,21176903:21177561,21178422:21192673,21178640:21191345,21179180:21187033', 'assoc_mat': '19954425:pet_clair:4211:20176342,20015611:pet_clair:4211:20177630,20023438:pet_clair:4211:20198245,20046352:pet_clair:4211:20235861,20049854:pet_clair:4211:20172571,20063551:pet_clair:4211:20140011,20071895:pet_clair:4211:20138095,20085536:pet_clair:4211:20087142,20106007:pet_clair:4211:20106743,20116392:pet_clair:4211:20117046,20121231:pet_clair:4211:20121966,21136613:pet_clair:4211:21137402,21137971:pet_clair:4211:21170450,21138592:pet_clair:4211:21169502,21138725:pet_clair:4211:21167763,21138733:pet_clair:4211:21164186,21138741:pet_clair:4211:21163812,21139065:pet_clair:4211:21139682,21172955:pet_clair:4211:21202530,21173009:pet_clair:4211:21201150,21173010:pet_clair:4211:21200898,21173089:pet_clair:4211:21200773,21173149:pet_clair:4211:21200206,21173805:pet_clair:4211:21198749,21174949:pet_clair:4211:21197030,21174962:pet_clair:4211:21196652,21175589:pet_clair:4211:21176315,21175921:pet_clair:4211:21177079,21176550:pet_clair:4211:21177418,21176888:pet_clair:4211:21177831,21176903:pet_clair:4211:21177561,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9896239067873566, 'nb_photo': 136700, 'list_port_cont': '19370763,19371790,19371866,19373430,19373912,19374178,19374916,19375347,19376899,19387741,19387894,19388330,19389901,19392266,19394720,19395418,19396177,19397524,19398155,19398274,19398361,19399134,19410175,19410202,19411159,19411515,19412239,19417326,19417537,19429580,19430877,19430944,19433393,19437746,19438032,19439436,19440869,19442086,19446601,19451292,19453870,19456958,19457016,19457934,19459121,19460523,19461437,19461684,19461740,19465739,19467303,19468244,19469048,19470591,19471572,19473878,19476306,19476482,19476596,19477104,19478662,19481506,19482488,19488508,19490566,19498421,19499577,19500274,19500985,19501964,19503514,19503929,19504975,19505828,19508248,19508880,19509791,19510545,19517051,19517101,19517600,19518538,19519872,19521285,19522161,19522524,19525163,19525981,19526089,19528318,19543063,19543581,19544795,19546486,19549268,19551570,19553230,19553593,19553729,19555660,19556470,19556848,19556949,19557586,19571373,19572689,19577759,19578501,19581501,19585698,19591320,19593123,19595596,1959951', 'assoc_port': '19370526:19370763,19371333:19371866,19371343:19371790,19372923:19373430,19373268:19373912,19373603:19374178,19374328:19374916,19375083:19375347,19376390:19376899,19387141:19387894,19387145:19387741,19388090:19388330,19389027:19389901,19391357:19392266,19394321:19394720,19395028:19395418,19395733:19396177,19397312:19397524,19397892:19398361,19397895:19398274,19397897:19398155,19398799:19399134,19409765:19410202,19409945:19410175,19410821:19411159,19411325:19411515,19411750:19412239,19416274:19417326,19416276:19417537,19429023:19429580,19430626:19430944,19430628:19430877,19433117:19433393,19437328:19438032,19437330:19437746,19438273:19439436,19440217:19440869,19441325:19442086,19445899:19446601,19450721:19451292,19453210:19453870,19456526:19457016,19456531:19456958,19457586:19457934,19458788:19459121,19460251:19460523,19460972:19461740,19460973:19461684,19460976:19461437,19465714:19465739,19466863:19467303,19467832:19468244,19468804:19469048,19470120:19470591,19470642:19471572,19473171:19473878,19474556:1947659', 'assoc_mat': '19370526:pet_clair:3327:19370763,19371333:pet_clair:3327:19371866,19371343:pet_clair:3327:19371790,19372923:pet_clair:3327:19373430,19373268:pet_clair:3327:19373912,19373603:pet_clair:3327:19374178,19374328:pet_clair:3327:19374916,19375083:pet_clair:3327:19375347,19376390:pet_clair:3327:19376899,19387141:pet_clair:3327:19387894,19387145:pet_clair:3327:19387741,19388090:pet_clair:3327:19388330,19389027:pet_clair:3327:19389901,19391357:pet_clair:3327:19392266,19394321:pet_clair:3327:19394720,19395028:pet_clair:3327:19395418,19395733:pet_clair:3327:19396177,19397312:pet_clair:3327:19397524,19397892:pet_clair:3327:19398361,19397895:pet_clair:3327:19398274,19397897:pet_clair:3327:19398155,19398799:pet_clair:3327:19399134,19409765:pet_clair:3327:19410202,19409945:pet_clair:3327:19410175,19410821:pet_clair:3327:19411159,19411325:pet_clair:3327:19411515,19411750:pet_clair:3327:19412239,19416274:pet_clair:3327:19417326,19416276:pet_clair:3327:19417537,19429023:pet_clair:3327:19429580,19430626:pet_clair:3327:19430944,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.055285301422491766, 'nb_photo': 781, 'list_port_cont': '21137117,21137363,21137655,21137708,21137900,21137928,21138303,21138649,21138821,21139117,21139219,21139525,21139893,21173210,21173761,21178130,21180124,21180364,21180985,21181402', 'assoc_port': '21136601:21139893,21136603:21139525,21136606:21139219,21136608:21139117,21136617:21138821,21136619:21138649,21136621:21137928,21136624:21137900,21136628:21137708,21136630:21137655,21136633:21137363,21136639:21138303,21136640:21137117,21172933:21173210,21173139:21173761,21177656:21180124,21177716:21180985,21177717:21180364,21177725:21178130,21179437:21181402', 'assoc_mat': '21136601:pet_clair:3594:21139893,21136603:pet_clair:3594:21139525,21136606:pet_clair:3594:21139219,21136608:pet_clair:3594:21139117,21136617:pet_clair:3594:21138821,21136619:pet_clair:3594:21138649,21136621:pet_clair:3594:21137928,21136624:pet_clair:3594:21137900,21136628:pet_clair:3594:21137708,21136630:pet_clair:3594:21137655,21136633:pet_clair:3594:21137363,21136639:pet_clair:3594:21138303,21136640:pet_clair:3594:21137117,21172933:pet_clair:3594:21173210,21173139:pet_clair:3594:21173761,21177656:pet_clair:3594:21180124,21177716:pet_clair:3594:21180985,21177717:pet_clair:3594:21180364,21177725:pet_clair:3594:21178130,21179437:pet_clair:3594:21181402'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.9776717823255536, 'nb_photo': 10, 'list_port_cont': '19557496', 'assoc_port': '19557292:19557496', 'assoc_mat': '19557292:pet_fonce:4200:19557496'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00531340612357321, 'nb_photo': 1, 'list_port_cont': '21198447', 'assoc_port': '21172883:21198447', 'assoc_mat': '21172883:pet_fonce:4207:21198447'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010969486678296456, 'nb_photo': 2, 'list_port_cont': '21216822,21286177', 'assoc_port': '21138589:21286177,21172836:21216822', 'assoc_mat': '21138589:pet_fonce:4461:21286177,21172836:pet_fonce:4461:21216822'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8278023340044102, 'nb_photo': 6802, 'list_port_cont': '19370623,19371757,19373183,19373882,19374484,19377693,19379406,19387358,19387551,19388234,19393024,19394580,19395988,19397178,19399035,19409847,19410524,19410930,19411417,19411862,19428756,19429606,19431481,19433326,19437717,19439972,19440795,19447287,19451141,19452592,19452778,19453685,19454199,19457792,19458553,19460169,19460417,19467221,19467438,19468399,19470278,19471354,19473210,19476013,19476176,19477890,19481232,19486669,19488350,19498356,19500903,19501938,19503291,19506133,19506290,19508026,19508141,19509545,19510369,19516974,19517565,19517723,19518418,19520566,19524900,19525913,19528209,19543526,19544496,19545616,19548078,19549145,19549932,19550881,19554439,19554584,19555417,19556360,19556910,19558488,19574535,19574684,19590794,19592354,19596419,19598809,19625017,19646682,19649277,19653235,19653438,19660910,19663602,19693640,19696999,19697479,19701196,19704639,19705268,19706000,19707095,19713519,19716201,19719996,19720212,19727006,19731027,19731967,19733537,19735238,19735616,19735890,19736502,1973701', 'assoc_port': '19370490:19370623,19371345:19371757,19372925:19373183,19373269:19373882,19374327:19374484,19377393:19377693,19377991:19379406,19387142:19387551,19387146:19387358,19388091:19388234,19392668:19393024,19394322:19394580,19395741:19395988,19396942:19397178,19398803:19399035,19409762:19409847,19410364:19410524,19410822:19410930,19411326:19411417,19411749:19411862,19428661:19428756,19429024:19429606,19431296:19431481,19433116:19433326,19437327:19437717,19439727:19439972,19440252:19440795,19446871:19447287,19450727:19451141,19452006:19452778,19452026:19452592,19453211:19453685,19454047:19454199,19457585:19457792,19458328:19458553,19459522:19460169,19460252:19460417,19465712:19468399,19466860:19467438,19466864:19467221,19469395:19470278,19470646:19471354,19472285:19473210,19474560:19476176,19475784:19476013,19477265:19477890,19480443:19481232,19485837:19486669,19487955:19488350,19498295:19498356,19500652:19500903,19501672:19501938,19503120:19503291,19505862:19506290,19505869:19506133,19507773:19508141,19507777:1950802', 'assoc_mat': '19370490:pet_fonce:4200:19370623,19371345:pet_fonce:4200:19371757,19372925:pet_fonce:4200:19373183,19373269:pet_fonce:4200:19373882,19374327:pet_fonce:4200:19374484,19377393:pet_fonce:4200:19377693,19377991:pet_fonce:4200:19379406,19387142:pet_fonce:4200:19387551,19387146:pet_fonce:4200:19387358,19388091:pet_fonce:4200:19388234,19392668:pet_fonce:4200:19393024,19394322:pet_fonce:4200:19394580,19395741:pet_fonce:4200:19395988,19396942:pet_fonce:4200:19397178,19398803:pet_fonce:4200:19399035,19409762:pet_fonce:4200:19409847,19410364:pet_fonce:4200:19410524,19410822:pet_fonce:4200:19410930,19411326:pet_fonce:4200:19411417,19411749:pet_fonce:4200:19411862,19428661:pet_fonce:4200:19428756,19429024:pet_fonce:4200:19429606,19431296:pet_fonce:4200:19431481,19433116:pet_fonce:4200:19433326,19437327:pet_fonce:4200:19437717,19439727:pet_fonce:4200:19439972,19440252:pet_fonce:4200:19440795,19446871:pet_fonce:4200:19447287,19450727:pet_fonce:4200:19451141,19452006:pet_fonce:4200:19452778,19452026:pet_fonce:4200:19452592,1'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025408069799058904, 'nb_photo': 11, 'list_port_cont': '21189093,21194883,21196173,21197157,21210284,21238901,21240149,21250335,21252246,21258173', 'assoc_port': '19477264:21252246,19901747:21196173,19929105:21194883,21136616:21258173,21137269:21250335,21138756:21240149,21138791:21238901,21173120:21210284,21176534:21197157,21179170:21189093', 'assoc_mat': '19477264:pet_fonce:4209:21252246,19901747:pet_fonce:4209:21196173,19929105:pet_fonce:4209:21194883,21136616:pet_fonce:4209:21258173,21137269:pet_fonce:4209:21250335,21138756:pet_fonce:4209:21240149,21138791:pet_fonce:4209:21238901,21173120:pet_fonce:4209:21210284,21176534:pet_fonce:4209:21197157,21179170:pet_fonce:4209:21189093'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.208674852699782e-05, 'nb_photo': 2, 'list_port_cont': '21177078,21201155', 'assoc_port': '21173009:21201155,21175921:21177078', 'assoc_mat': '21173009:pet_fonce:4211:21201155,21175921:pet_fonce:4211:21177078'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030108053056529, 'nb_photo': 15, 'list_port_cont': '19388339,19473883,19510546,19525166,19553726,19571372,19593117,19665846,19710090,19850138,20007446,20020282,21176477', 'assoc_port': '19388090:19388339,19473171:19473883,19510199:19510546,19524617:19525166,19553296:19553726,19571016:19571372,19591442:19593117,19664410:19665846,19708916:19710090,19848344:19850138,20006224:20007446,20018408:20020282,21175676:21176477', 'assoc_mat': '19388090:pet_fonce:3327:19388339,19473171:pet_fonce:3327:19473883,19510199:pet_fonce:3327:19510546,19524617:pet_fonce:3327:19525166,19553296:pet_fonce:3327:19553726,19571016:pet_fonce:3327:19571372,19591442:pet_fonce:3327:19593117,19664410:pet_fonce:3327:19665846,19708916:pet_fonce:3327:19710090,19848344:pet_fonce:3327:19850138,20006224:pet_fonce:3327:20007446,20018408:pet_fonce:3327:20020282,21175676:pet_fonce:3327:21176477'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004004914091164038, 'nb_photo': 47, 'list_port_cont': '21137122,21137362,21137646,21137699,21137899,21137924,21138306,21138823,21139119,21139524,21139895,21180115,21180358,21180992,21181409', 'assoc_port': '21136601:21139895,21136603:21139524,21136608:21139119,21136617:21138823,21136621:21137924,21136624:21137899,21136628:21137699,21136630:21137646,21136633:21137362,21136639:21138306,21136640:21137122,21177656:21180115,21177716:21180992,21177717:21180358,21179437:21181409', 'assoc_mat': '21136601:pet_fonce:3594:21139895,21136603:pet_fonce:3594:21139524,21136608:pet_fonce:3594:21139119,21136617:pet_fonce:3594:21138823,21136621:pet_fonce:3594:21137924,21136624:pet_fonce:3594:21137899,21136628:pet_fonce:3594:21137699,21136630:pet_fonce:3594:21137646,21136633:pet_fonce:3594:21137362,21136639:pet_fonce:3594:21138306,21136640:pet_fonce:3594:21137122,21177656:pet_fonce:3594:21180115,21177716:pet_fonce:3594:21180992,21177717:pet_fonce:3594:21180358,21179437:pet_fonce:3594:21181409'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0020327543093474295, 'nb_photo': 2, 'list_port_cont': '19557499', 'assoc_port': '19557292:19557499', 'assoc_mat': '19557292:pet_opaque:4200:19557499'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014402921972177803, 'nb_photo': 3, 'list_port_cont': '21205230,21216436', 'assoc_port': '21172892:21216436,21173834:21205230', 'assoc_mat': '21172892:pet_opaque:4205:21216436,21173834:pet_opaque:4205:21205230'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.677883906078597e-05, 'nb_photo': 1, 'list_port_cont': '21178859', 'assoc_port': '21177730:21178859', 'assoc_mat': '21177730:pet_opaque:4203:21178859'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030792374251281903, 'nb_photo': 6, 'list_port_cont': '21170983,21184931,21188594,21199106,21202758,21203008', 'assoc_port': '21137277:21203008,21137504:21202758,21138604:21199106,21138729:21170983,21174648:21188594,21175648:21184931', 'assoc_mat': '21137277:pet_opaque:4207:21203008,21137504:pet_opaque:4207:21202758,21138604:pet_opaque:4207:21199106,21138729:pet_opaque:4207:21170983,21174648:pet_opaque:4207:21188594,21175648:pet_opaque:4207:21184931'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004600310975706045, 'nb_photo': 20, 'list_port_cont': '21173619,21186363,21193732,21201085,21201639,21202930,21203752,21203978,21205037,21211237,21211461,21214087,21217802,21218062,21218369,21282512,21282607,21286641,21286696', 'assoc_port': '21137960:21282512,21138602:21286696,21138734:21286641,21139054:21282607,21172717:21218369,21172730:21218062,21172735:21217802,21173007:21211461,21173016:21211237,21173236:21214087,21173272:21173619,21173866:21205037,21174764:21202930,21174953:21201639,21175013:21201085,21175633:21203978,21175645:21203752,21177721:21193732,21179203:21186363', 'assoc_mat': '21137960:pet_opaque:4461:21282512,21138602:pet_opaque:4461:21286696,21138734:pet_opaque:4461:21286641,21139054:pet_opaque:4461:21282607,21172717:pet_opaque:4461:21218369,21172730:pet_opaque:4461:21218062,21172735:pet_opaque:4461:21217802,21173007:pet_opaque:4461:21211461,21173016:pet_opaque:4461:21211237,21173236:pet_opaque:4461:21214087,21173272:pet_opaque:4461:21173619,21173866:pet_opaque:4461:21205037,21174764:pet_opaque:4461:21202930,21174953:pet_opaque:4461:21201639,21175013:pet_opaque:4461:21201085,21175633:pet_opaque:4461:21203978,21175645:pet_opaque:4461:21203752,21177721:pet_opaque:4461:21193732,21179203:pet_opaque:4461:21186363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010084781493230636, 'nb_photo': 6317, 'list_port_cont': '19370613,19371761,19373178,19373870,19374477,19377690,19379408,19387372,19387557,19388232,19393031,19394588,19395990,19397174,19399045,19409856,19410519,19410932,19411416,19411867,19428745,19429619,19431484,19433331,19437715,19439964,19440793,19447298,19451136,19452594,19452770,19453678,19454203,19457799,19458564,19460175,19460421,19467217,19467425,19468389,19470271,19471359,19473205,19476016,19476170,19477891,19481231,19486661,19488352,19498354,19500893,19501950,19503297,19506128,19506284,19508020,19508153,19509537,19510380,19516979,19517567,19517729,19518417,19520570,19524894,19525911,19528200,19543523,19544497,19545621,19548083,19549146,19549927,19550874,19554433,19554598,19555406,19556361,19556920,19558486,19574532,19574683,19590791,19592352,19596412,19598813,19625007,19646694,19649280,19653230,19653435,19660908,19663598,19693633,19696993,19697480,19701195,19704631,19705263,19705989,19707093,19713508,19716196,19719988,19720206,19727002,19731020,19731972,19733530,19735244,19735626,19735894,19736510,1973702', 'assoc_port': '19370490:19370613,19371345:19371761,19372925:19373178,19373269:19373870,19374327:19374477,19377393:19377690,19377991:19379408,19387142:19387557,19387146:19387372,19388091:19388232,19392668:19393031,19394322:19394588,19395741:19395990,19396942:19397174,19398803:19399045,19409762:19409856,19410364:19410519,19410822:19410932,19411326:19411416,19411749:19411867,19428661:19428745,19429024:19429619,19431296:19431484,19433116:19433331,19437327:19437715,19439727:19439964,19440252:19440793,19446871:19447298,19450727:19451136,19452006:19452770,19452026:19452594,19453211:19453678,19454047:19454203,19457585:19457799,19458328:19458564,19459522:19460175,19460252:19460421,19465712:19468389,19466860:19467425,19466864:19467217,19469395:19470271,19470646:19471359,19472285:19473205,19474560:19476170,19475784:19476016,19477265:19477891,19480443:19481231,19485837:19486661,19487955:19488352,19498295:19498354,19500652:19500893,19501672:19501950,19503120:19503297,19505862:19506284,19505869:19506128,19507773:19508153,19507777:1950802', 'assoc_mat': '19370490:pet_opaque:4200:19370613,19371345:pet_opaque:4200:19371761,19372925:pet_opaque:4200:19373178,19373269:pet_opaque:4200:19373870,19374327:pet_opaque:4200:19374477,19377393:pet_opaque:4200:19377690,19377991:pet_opaque:4200:19379408,19387142:pet_opaque:4200:19387557,19387146:pet_opaque:4200:19387372,19388091:pet_opaque:4200:19388232,19392668:pet_opaque:4200:19393031,19394322:pet_opaque:4200:19394588,19395741:pet_opaque:4200:19395990,19396942:pet_opaque:4200:19397174,19398803:pet_opaque:4200:19399045,19409762:pet_opaque:4200:19409856,19410364:pet_opaque:4200:19410519,19410822:pet_opaque:4200:19410932,19411326:pet_opaque:4200:19411416,19411749:pet_opaque:4200:19411867,19428661:pet_opaque:4200:19428745,19429024:pet_opaque:4200:19429619,19431296:pet_opaque:4200:19431484,19433116:pet_opaque:4200:19433331,19437327:pet_opaque:4200:19437715,19439727:pet_opaque:4200:19439964,19440252:pet_opaque:4200:19440793,19446871:pet_opaque:4200:19447298,19450727:pet_opaque:4200:19451136,19452006:pet_opaque:4200:19452770,1945'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002434881290682903, 'nb_photo': 85, 'list_port_cont': '21175086,21175092,21175362,21176418,21178289,21178558,21179500,21180099,21184179,21185008,21185239,21188610,21189091,21190202,21191537,21192523,21192747,21193285,21193714,21193768,21193894,21194724,21196046,21196829,21197152,21197179,21198763,21199254,21199506,21201258,21201277,21201366,21201866,21202253,21203513,21206132,21206719,21206762,21209257,21209316,21209611,21210801,21211678,21214540,21214550,21216931,21217148,21217308,21232473,21232724,21233107,21240151,21244206,21245827,21246852,21247937,21248558,21248678,21250328,21250735,21251886,21253347,21256248,21256940,21257163,21257385,21257439,21257644,21257696,21257999,21258178,21258361,21258510,21258536,21260971', 'assoc_port': '19428659:21248558,19474563:21253347,19571015:21216931,19976778:21178558,20003495:21193768,20023443:21192523,20049856:21179500,20063546:21190202,21136569:21260971,21136609:21258536,21136610:21258361,21136614:21258510,21136616:21258178,21136622:21257999,21136625:21257696,21136626:21257385,21136629:21257644,21136631:21257439,21136632:21256940,21136635:21257163,21136636:21256248,21136959:21251886,21137250:21250735,21137269:21250328,21137322:21248678,21137510:21247937,21137553:21246852,21138539:21245827,21138585:21244206,21138756:21240151,21139060:21233107,21139064:21232724,21139080:21232473,21172845:21217308,21172854:21217148,21172961:21214540,21172968:21214550,21172993:21211678,21173049:21210801,21173146:21209611,21173187:21209316,21173260:21209257,21173337:21206719,21173368:21206762,21173807:21206132,21173878:21203513,21174722:21175362,21174779:21175086,21174784:21202253,21174794:21175092,21174951:21201866,21174965:21201366,21174968:21201277,21175016:21201258,21175901:21199506,21175910:21199254,21175938:2117641', 'assoc_mat': '19428659:pet_opaque:4209:21248558,19474563:pet_opaque:4209:21253347,19571015:pet_opaque:4209:21216931,19976778:pet_opaque:4209:21178558,20003495:pet_opaque:4209:21193768,20023443:pet_opaque:4209:21192523,20049856:pet_opaque:4209:21179500,20063546:pet_opaque:4209:21190202,21136569:pet_opaque:4209:21260971,21136609:pet_opaque:4209:21258536,21136610:pet_opaque:4209:21258361,21136614:pet_opaque:4209:21258510,21136616:pet_opaque:4209:21258178,21136622:pet_opaque:4209:21257999,21136625:pet_opaque:4209:21257696,21136626:pet_opaque:4209:21257385,21136629:pet_opaque:4209:21257644,21136631:pet_opaque:4209:21257439,21136632:pet_opaque:4209:21256940,21136635:pet_opaque:4209:21257163,21136636:pet_opaque:4209:21256248,21136959:pet_opaque:4209:21251886,21137250:pet_opaque:4209:21250735,21137269:pet_opaque:4209:21250328,21137322:pet_opaque:4209:21248678,21137510:pet_opaque:4209:21247937,21137553:pet_opaque:4209:21246852,21138539:pet_opaque:4209:21245827,21138585:pet_opaque:4209:21244206,21138756:pet_opaque:4209:21240151,2113'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00030396813811464456, 'nb_photo': 115, 'list_port_cont': '20085668,20087145,20089326,20101313,20118964,20122964,20136834,20137455,20139828,20174654,20177633,20196603,20200522,20232920,20234171,20238862,20239133,21139191,21164170,21168285,21169504,21169952,21170452,21174616,21175211,21176637,21177082,21177113,21177417,21177828,21190068,21191088,21192669,21196662,21197033,21198755,21199207,21200211,21200291,21200775,21200894,21201152,21202528,21203533', 'assoc_port': '19859429:20174654,20014710:20196603,20015611:20177633,20026808:20200522,20039940:20232920,20045059:20234171,20047144:20238862,20048499:20239133,20070514:20139828,20074713:20101313,20079018:20089326,20083092:20085668,20085536:20087145,20101919:20137455,20108234:20136834,20118802:20118964,20121224:20122964,21137552:21139191,21137971:21170452,21138549:21169952,21138592:21169504,21138620:21168285,21138733:21164170,21172727:21203533,21172955:21202528,21173009:21201152,21173010:21200894,21173089:21200775,21173140:21200291,21173149:21200211,21173183:21199207,21173805:21198755,21173880:21174616,21174772:21175211,21174949:21197033,21174962:21196662,21175921:21177082,21175935:21177113,21175940:21176637,21176550:21177417,21176888:21177828,21178422:21192669,21178678:21191088,21179226:21190068', 'assoc_mat': '19859429:pet_opaque:4211:20174654,20014710:pet_opaque:4211:20196603,20015611:pet_opaque:4211:20177633,20026808:pet_opaque:4211:20200522,20039940:pet_opaque:4211:20232920,20045059:pet_opaque:4211:20234171,20047144:pet_opaque:4211:20238862,20048499:pet_opaque:4211:20239133,20070514:pet_opaque:4211:20139828,20074713:pet_opaque:4211:20101313,20079018:pet_opaque:4211:20089326,20083092:pet_opaque:4211:20085668,20085536:pet_opaque:4211:20087145,20101919:pet_opaque:4211:20137455,20108234:pet_opaque:4211:20136834,20118802:pet_opaque:4211:20118964,20121224:pet_opaque:4211:20122964,21137552:pet_opaque:4211:21139191,21137971:pet_opaque:4211:21170452,21138549:pet_opaque:4211:21169952,21138592:pet_opaque:4211:21169504,21138620:pet_opaque:4211:21168285,21138733:pet_opaque:4211:21164170,21172727:pet_opaque:4211:21203533,21172955:pet_opaque:4211:21202528,21173009:pet_opaque:4211:21201152,21173010:pet_opaque:4211:21200894,21173089:pet_opaque:4211:21200775,21173140:pet_opaque:4211:21200291,21173149:pet_opaque:4211:21200211,2117'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.020778248002517964, 'nb_photo': 11, 'list_port_cont': '19485303,19912453', 'assoc_port': '19477264:19485303,19901747:19912453', 'assoc_mat': '19477264:plastique:3726:19485303,19901747:plastique:3726:19912453'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005179238142315644, 'nb_photo': 1064, 'list_port_cont': '19517197,21136748,21136863,21137018,21137028,21137060,21137112,21137232,21137334,21137420,21137424,21137593,21137695,21137730,21137745,21137778,21138129,21138216,21138638,21138673,21138848,21138929,21139068,21139086,21139200,21139316,21139374,21139528,21139620,21139661,21139753,21139885,21140029,21140414,21140519,21140610,21140639,21140977,21141119,21141325,21141394,21141898,21142143,21147666,21173165,21173243,21173360,21173540,21173653,21173665,21173675,21173917,21174094,21174134,21174387,21174939,21175044,21175118,21175173,21175272,21175378,21175407,21175442,21175755,21175761,21175801,21175963,21176132,21176196,21176210,21176336,21176789,21176934,21176943,21177133,21177198,21177296,21177306,21177438,21177950,21178013,21178904,21178916,21179153,21179319,21179568,21179660,21179671,21179675,21179792,21179823,21179953,21180041,21180543,21181077,21181345,21181363,21181548,21181582,21181797,21182207,21182386,21182483,21182591,21182610,21183755,21183768,21184600,21185229,21185252,21187658,21187974,21188089,2118809', 'assoc_port': '19516788:19517197,21136549:21136748,21136550:21141898,21136559:21147666,21136584:21141394,21136588:21141325,21136594:21142143,21136598:21141119,21136604:21137028,21136611:21137018,21136618:21140977,21136620:21136863,21136902:21137334,21136914:21137232,21136920:21137060,21136948:21138638,21136950:21137112,21136951:21137420,21137249:21140639,21137300:21137424,21137302:21137593,21137319:21140610,21137519:21137745,21137523:21137730,21137528:21140414,21137546:21137778,21137554:21137695,21137951:21138216,21137962:21138129,21138540:21138673,21138579:21138929,21138586:21138848,21138606:21139753,21138608:21139068,21138719:21140519,21138720:21139661,21138730:21139620,21138737:21139528,21138749:21139086,21138777:21139885,21139032:21139374,21139041:21139316,21139052:21140029,21139055:21139200,21172714:21190381,21172721:21190351,21172722:21190389,21172802:21189936,21172834:21189902,21172891:21189855,21172903:21189732,21172949:21173165,21172958:21189711,21172965:21190780,21172985:21173360,21172998:21188320,21172999:2117324', 'assoc_mat': '19516788:plastique:3726:19517197,21136549:plastique:3726:21136748,21136550:plastique:3726:21141898,21136559:plastique:3726:21147666,21136584:plastique:3726:21141394,21136588:plastique:3726:21141325,21136594:plastique:3726:21142143,21136598:plastique:3726:21141119,21136604:plastique:3726:21137028,21136611:plastique:3726:21137018,21136618:plastique:3726:21140977,21136620:plastique:3726:21136863,21136902:plastique:3726:21137334,21136914:plastique:3726:21137232,21136920:plastique:3726:21137060,21136948:plastique:3726:21138638,21136950:plastique:3726:21137112,21136951:plastique:3726:21137420,21137249:plastique:3726:21140639,21137300:plastique:3726:21137424,21137302:plastique:3726:21137593,21137319:plastique:3726:21140610,21137519:plastique:3726:21137745,21137523:plastique:3726:21137730,21137528:plastique:3726:21140414,21137546:plastique:3726:21137778,21137554:plastique:3726:21137695,21137951:plastique:3726:21138216,21137962:plastique:3726:21138129,21138540:plastique:3726:21138673,21138579:plastique:3726:21138929,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.009236826428028994, 'nb_photo': 36, 'list_port_cont': '19474866,19485306,19912462,19933767,20368542', 'assoc_port': '19474557:19474866,19477264:19485306,19884822:19933767,19901747:19912462,19960824:20368542', 'assoc_mat': '19474557:Teint_Dans_La_Masse:3726:19474866,19477264:Teint_Dans_La_Masse:3726:19485306,19884822:Teint_Dans_La_Masse:3726:19933767,19901747:Teint_Dans_La_Masse:3726:19912462,19960824:Teint_Dans_La_Masse:3726:20368542'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010265525940866048, 'nb_photo': 3958, 'list_port_cont': '19517188,21136747,21136866,21137019,21137058,21137107,21137236,21137327,21137417,21137429,21137441,21137596,21137691,21137737,21137742,21137771,21138132,21138212,21138627,21138671,21138840,21138928,21139079,21139088,21139168,21139209,21139320,21139373,21139536,21139613,21139694,21139762,21139880,21140024,21140408,21140601,21140629,21140954,21140979,21141011,21141118,21141211,21141291,21141317,21141346,21141402,21141424,21141442,21141469,21141543,21141573,21141725,21141861,21141893,21142140,21147669,21173172,21173245,21173357,21173536,21173659,21173664,21173683,21173912,21174097,21174142,21174381,21174947,21175043,21175111,21175172,21175276,21175382,21175401,21175451,21175745,21175759,21175804,21175837,21175952,21176141,21176168,21176188,21176199,21176333,21176787,21176927,21176945,21177135,21177200,21177292,21177327,21177437,21177957,21178019,21178900,21178910,21179150,21179317,21179571,21179657,21179665,21179683,21179793,21179815,21179949,21180032,21180539,21181081,21181162,21181351,21181357,21181557,2118157', 'assoc_port': '19516788:19517188,21136549:21136747,21136550:21141893,21136559:21147669,21136560:21141861,21136572:21141725,21136574:21141573,21136576:21141543,21136578:21141469,21136581:21141442,21136582:21141424,21136584:21141402,21136586:21141346,21136588:21141317,21136589:21141291,21136592:21141211,21136594:21142140,21136598:21141118,21136599:21141011,21136611:21137019,21136618:21140979,21136620:21136866,21136897:21140954,21136902:21137327,21136914:21137236,21136920:21137058,21136948:21138627,21136950:21137107,21136951:21137417,21137249:21140629,21137300:21137429,21137302:21137596,21137319:21140601,21137321:21137441,21137519:21137742,21137523:21137737,21137528:21140408,21137546:21137771,21137554:21137691,21137951:21138212,21137962:21138132,21138540:21138671,21138579:21138928,21138586:21138840,21138606:21139762,21138608:21139079,21138718:21139694,21138730:21139613,21138737:21139536,21138749:21139088,21138777:21139880,21139032:21139373,21139041:21139320,21139052:21140024,21139055:21139209,21139057:21139168,21172714:2119038', 'assoc_mat': '19516788:Teint_Dans_La_Masse:3726:19517188,21136549:Teint_Dans_La_Masse:3726:21136747,21136550:Teint_Dans_La_Masse:3726:21141893,21136559:Teint_Dans_La_Masse:3726:21147669,21136560:Teint_Dans_La_Masse:3726:21141861,21136572:Teint_Dans_La_Masse:3726:21141725,21136574:Teint_Dans_La_Masse:3726:21141573,21136576:Teint_Dans_La_Masse:3726:21141543,21136578:Teint_Dans_La_Masse:3726:21141469,21136581:Teint_Dans_La_Masse:3726:21141442,21136582:Teint_Dans_La_Masse:3726:21141424,21136584:Teint_Dans_La_Masse:3726:21141402,21136586:Teint_Dans_La_Masse:3726:21141346,21136588:Teint_Dans_La_Masse:3726:21141317,21136589:Teint_Dans_La_Masse:3726:21141291,21136592:Teint_Dans_La_Masse:3726:21141211,21136594:Teint_Dans_La_Masse:3726:21142140,21136598:Teint_Dans_La_Masse:3726:21141118,21136599:Teint_Dans_La_Masse:3726:21141011,21136611:Teint_Dans_La_Masse:3726:21137019,21136618:Teint_Dans_La_Masse:3726:21140979,21136620:Teint_Dans_La_Masse:3726:21136866,21136897:Teint_Dans_La_Masse:3726:21140954,21136902:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 48064}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30173299,30173303,30173311,30173319,30173341,30173358,30173367,30173376,30173385,30173393?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30173300,30173320,30173359,30173368,30173377,30173386,30173394?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'gm': 'https://www.fotonower.com/velours/30173301,30173309,30173317,30173321,30173323,30173325,30173332,30173339,30173347,30173349,30173356,30173365,30173374,30173383,30173391,30173400,30173402,30173404?tags=autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse', 'jrm': 'https://www.fotonower.com/velours/30173302,30173322,30173324,30173326,30173350,30173403,30173405?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173304,30173312,30173327,30173334,30173342,30173351,30173360,30173369,30173378,30173387,30173395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173305,30173313,30173328,30173335,30173343,30173352,30173361,30173370,30173379,30173396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173306,30173314,30173329,30173336,30173344,30173353,30173362,30173371,30173380,30173388,30173397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173307,30173315,30173330,30173337,30173345,30173354,30173363,30173372,30173381,30173389,30173398?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173308,30173316,30173331,30173338,30173346,30173355,30173364,30173373,30173382,30173390,30173399?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173310,30173318,30173333,30173340,30173348,30173357,30173366,30173375,30173384,30173392,30173401?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('jrm', '2025-01', 0.040093825675796356),), (('gm', '2025-01', 0.10343469151775014),), (('emr', '2025-01', 0.055689724278992415),), (('aluminium', '2025-01', 0.05378378095795005),), (('film_pedb', '2025-01', 0.2331688519173929),), (('pehd_pp', '2025-01', 0.01523184267166107),), (('pet_clair', '2025-01', 0.010131102709759181),), (('flux_dev', '2025-01', 0.12873129742173656),), (('ela', '2025-01', 0.016970839021334082),), (('refus', '2025-01', 0.15226686950284182),)]} 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': ((48064,),), 'unwanted_material_monthly_percentage': ((0.08325252853157682,),), 'material_repartition': (), 'material_dict': {}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 1, 2), 0.07333689082998758, 16), (datetime.date(2025, 1, 3), 0.07682036327628403, 14), (datetime.date(2025, 1, 4), 0.07511060447757363, 10), (datetime.date(2025, 1, 6), 0.07898290471769617, 16), (datetime.date(2025, 1, 7), 0.07252715486273435, 20), (datetime.date(2025, 1, 8), 0.07885328641548425, 19), (datetime.date(2025, 1, 9), 0.11430390815956651, 73), (datetime.date(2025, 1, 10), 0.07725625821631345, 13), (datetime.date(2025, 1, 11), 0.08487747920233818, 32), (datetime.date(2025, 1, 13), 0.0824050751360706, 7), (datetime.date(2025, 1, 14), 0.08296502983964445, 7), (datetime.date(2025, 1, 15), 0.08742957693701349, 31), (datetime.date(2025, 1, 16), 0.07480279996691985, 5), (datetime.date(2025, 1, 17), 0.07872347958918559, 38), (datetime.date(2025, 1, 18), 0.07409375683703731, 13), (datetime.date(2025, 1, 20), 0.08533208206949244, 36), (datetime.date(2025, 1, 21), 0.07099252302992427, 31), (datetime.date(2025, 1, 22), 0.08611902849654791, 19), (datetime.date(2025, 1, 23), 0.0796495311883754, 7), (datetime.date(2025, 1, 24), 0.08612333939425451, 80), (datetime.date(2025, 1, 25), 0.08933813291808025, 35), (datetime.date(2025, 1, 27), 0.08402339251323328, 12), (datetime.date(2025, 1, 28), 0.09560910762829182, 28), (datetime.date(2025, 1, 29), 0.0922655588577522, 36), (datetime.date(2025, 1, 30), 0.09489454005336394, 49), (datetime.date(2025, 1, 31), 0.09420958071268878, 17)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2025, 1, 2), 0.041921021049172905, 16), (datetime.date(2025, 1, 3), 0.046725110565246926, 31), (datetime.date(2025, 1, 4), 0.03979841729729116, 94), (datetime.date(2025, 1, 6), 0.040697432954115695, 39), (datetime.date(2025, 1, 7), 0.051709084388677475, 37), (datetime.date(2025, 1, 8), 0.05348111918534102, 5), (datetime.date(2025, 1, 9), 0.05597285842290817, 73), (datetime.date(2025, 1, 10), 0.045121976738085316, 6), (datetime.date(2025, 1, 11), 0.037894993137547545, 33), (datetime.date(2025, 1, 13), 0.03361099666057207, 29), (datetime.date(2025, 1, 14), 0.05057777472711975, 39), (datetime.date(2025, 1, 15), 0.0376947757846351, 42), (datetime.date(2025, 1, 16), 0.0384159447829656, 35), (datetime.date(2025, 1, 17), 0.04472894650946865, 38), (datetime.date(2025, 1, 18), 0.037426213363625324, 40), (datetime.date(2025, 1, 20), 0.03523609692400638, 42), (datetime.date(2025, 1, 21), 0.0354403239912486, 31), (datetime.date(2025, 1, 22), 0.03152803120005595, 72), (datetime.date(2025, 1, 23), 0.038613743067748035, 63), (datetime.date(2025, 1, 24), 0.03999689898816408, 80), (datetime.date(2025, 1, 25), 0.03330930503551699, 33), (datetime.date(2025, 1, 27), 0.02434360227580342, 36), (datetime.date(2025, 1, 28), 0.04385241410365516, 42), (datetime.date(2025, 1, 29), 0.03189663436326177, 11), (datetime.date(2025, 1, 30), 0.0355274183578035, 31), (datetime.date(2025, 1, 31), 0.03663296755356731, 8)), 'gm': ((datetime.date(2025, 1, 2), 0.08535396928618866, 5), (datetime.date(2025, 1, 3), 0.09583812527301384, 14), (datetime.date(2025, 1, 4), 0.0985885580612099, 10), (datetime.date(2025, 1, 6), 0.09625892342920554, 16), (datetime.date(2025, 1, 7), 0.108265864718642, 31), (datetime.date(2025, 1, 8), 0.10373493573248828, 11), (datetime.date(2025, 1, 9), 0.14201962965082027, 15), (datetime.date(2025, 1, 10), 0.10293257809092254, 13), (datetime.date(2025, 1, 11), 0.0997250341338859, 32), (datetime.date(2025, 1, 13), 0.11981514309412909, 17), (datetime.date(2025, 1, 14), 0.09932224888386774, 7), (datetime.date(2025, 1, 15), 0.09456995020815272, 12), (datetime.date(2025, 1, 16), 0.08198011274067633, 8), (datetime.date(2025, 1, 17), 0.09581592112795662, 13), (datetime.date(2025, 1, 18), 0.09496642272312855, 13), (datetime.date(2025, 1, 20), 0.09764466495228431, 19), (datetime.date(2025, 1, 21), 0.07375931163067698, 12), (datetime.date(2025, 1, 22), 0.10446841787477931, 28), (datetime.date(2025, 1, 23), 0.1009213357011328, 7), (datetime.date(2025, 1, 24), 0.11081509255565311, 13), (datetime.date(2025, 1, 25), 0.091796939235242, 35), (datetime.date(2025, 1, 27), 0.11047695513039611, 16), (datetime.date(2025, 1, 28), 0.10687716034571132, 20), (datetime.date(2025, 1, 29), 0.0940033098229946, 26), (datetime.date(2025, 1, 30), 0.12007737482102816, 18), (datetime.date(2025, 1, 31), 0.08882836616581005, 17)), 'emr': ((datetime.date(2025, 1, 2), 0.055654706610031704, 7), (datetime.date(2025, 1, 3), 0.057887293853852766, 5), (datetime.date(2025, 1, 4), 0.06108633413134518, 7), (datetime.date(2025, 1, 6), 0.05731794879642993, 6), (datetime.date(2025, 1, 7), 0.050672581311534674, 19), (datetime.date(2025, 1, 8), 0.05458402035910483, 19), (datetime.date(2025, 1, 10), 0.04888476489077358, 5), (datetime.date(2025, 1, 11), 0.04858183921628015, 10), (datetime.date(2025, 1, 13), 0.054793383971637764, 7), (datetime.date(2025, 1, 14), 0.04963895096124284, 19), (datetime.date(2025, 1, 15), 0.06036980492257981, 15), (datetime.date(2025, 1, 16), 0.05350549737028132, 5), (datetime.date(2025, 1, 17), 0.04992691787412482, 15), (datetime.date(2025, 1, 18), 0.051154782787521384, 16), (datetime.date(2025, 1, 20), 0.05736034707701121, 7), (datetime.date(2025, 1, 21), 0.05208596021136815, 19), (datetime.date(2025, 1, 22), 0.06176436638217713, 8), (datetime.date(2025, 1, 23), 0.05768257015379318, 17), (datetime.date(2025, 1, 24), 0.051051428305611345, 7), (datetime.date(2025, 1, 25), 0.061899088836216275, 9), (datetime.date(2025, 1, 27), 0.059499186099021814, 6), (datetime.date(2025, 1, 28), 0.05406544085544745, 11), (datetime.date(2025, 1, 29), 0.05848473561663894, 12), (datetime.date(2025, 1, 30), 0.055763242518702134, 15), (datetime.date(2025, 1, 31), 0.06482499117786716, 6)), 'aluminium': ((datetime.date(2025, 1, 2), 0.08056341440503653, 9), (datetime.date(2025, 1, 3), 0.07113352846633027, 14), (datetime.date(2025, 1, 4), 0.0552319952319626, 14), (datetime.date(2025, 1, 6), 0.0418301673727815, 16), (datetime.date(2025, 1, 7), 0.07737471974735817, 14), (datetime.date(2025, 1, 8), 0.05182392867273201, 13), (datetime.date(2025, 1, 10), 0.037708594683671486, 12), (datetime.date(2025, 1, 11), 0.07532467813324092, 12), (datetime.date(2025, 1, 13), 0.08677556228970956, 7), (datetime.date(2025, 1, 14), 0.053894122003810774, 8), (datetime.date(2025, 1, 15), 0.08006443093699812, 13), (datetime.date(2025, 1, 16), 0.0657598415142157, 12), (datetime.date(2025, 1, 17), 0.09616319515262378, 8), (datetime.date(2025, 1, 18), 0.05871838973956284, 11), (datetime.date(2025, 1, 20), 0.079948723675722, 15), (datetime.date(2025, 1, 21), 0.024852088793453835, 7), (datetime.date(2025, 1, 22), 0.03506256351696637, 14), (datetime.date(2025, 1, 23), 0.038117443891301485, 12), (datetime.date(2025, 1, 24), 0.029672374557760527, 19), (datetime.date(2025, 1, 25), 0.027440550838989403, 14), (datetime.date(2025, 1, 27), 0.04182860123281715, 15), (datetime.date(2025, 1, 28), 0.030472320466880407, 5), (datetime.date(2025, 1, 29), 0.029534148427791135, 8), (datetime.date(2025, 1, 30), 0.03605429826046046, 14), (datetime.date(2025, 1, 31), 0.02858106665544715, 13)), 'film_pedb': ((datetime.date(2025, 1, 2), 0.2383532339679458, 39), (datetime.date(2025, 1, 3), 0.2554395972554983, 27), (datetime.date(2025, 1, 4), 0.23426562587961286, 34), (datetime.date(2025, 1, 6), 0.2358536021309366, 41), (datetime.date(2025, 1, 7), 0.22280637545610618, 34), (datetime.date(2025, 1, 8), 0.24191658205455505, 34), (datetime.date(2025, 1, 9), 0.20393321727862299, 28), (datetime.date(2025, 1, 10), 0.22903930582009982, 5), (datetime.date(2025, 1, 11), 0.23887199733082104, 32), (datetime.date(2025, 1, 13), 0.23002505884905364, 30), (datetime.date(2025, 1, 14), 0.21696364185330458, 25), (datetime.date(2025, 1, 15), 0.2466597988480806, 31), (datetime.date(2025, 1, 16), 0.22826786878962255, 43), (datetime.date(2025, 1, 17), 0.22459071035049688, 44), (datetime.date(2025, 1, 18), 0.244976893975182, 31), (datetime.date(2025, 1, 20), 0.22244270251724296, 36), (datetime.date(2025, 1, 21), 0.22924228871305494, 42), (datetime.date(2025, 1, 22), 0.23619004172264377, 28), (datetime.date(2025, 1, 23), 0.23238353682555457, 46), (datetime.date(2025, 1, 24), 0.23310282860938364, 30), (datetime.date(2025, 1, 25), 0.23030893787016682, 41), (datetime.date(2025, 1, 27), 0.21076573100014484, 29), (datetime.date(2025, 1, 28), 0.2490049535298702, 31), (datetime.date(2025, 1, 29), 0.2266577495943734, 36), (datetime.date(2025, 1, 30), 0.2391449090002829, 43), (datetime.date(2025, 1, 31), 0.24458120738299063, 30)), 'pehd_pp': ((datetime.date(2025, 1, 2), 0.013666268275132346, 20), (datetime.date(2025, 1, 3), 0.013390176531268205, 37), (datetime.date(2025, 1, 4), 0.00637336838995403, 25), (datetime.date(2025, 1, 6), 0.004663397531179499, 20), (datetime.date(2025, 1, 7), 0.00261155448920618, 20), (datetime.date(2025, 1, 8), 0.0023791834383185806, 18), (datetime.date(2025, 1, 9), 0.013570508590793605, 40), (datetime.date(2025, 1, 10), 0.00578815136006806, 17), (datetime.date(2025, 1, 11), 0.005347263428944129, 17), (datetime.date(2025, 1, 13), 0.0068768694023447945, 21), (datetime.date(2025, 1, 14), 0.008612896241992268, 21), (datetime.date(2025, 1, 15), 0.010398831319540742, 21), (datetime.date(2025, 1, 16), 0.006234814131040287, 23), (datetime.date(2025, 1, 17), 0.012133354085585473, 39), (datetime.date(2025, 1, 18), 0.00436662940556007, 21), (datetime.date(2025, 1, 20), 0.007650482424033206, 17), (datetime.date(2025, 1, 21), 0.0038499945856211595, 20), (datetime.date(2025, 1, 22), 0.007312755373544315, 42), (datetime.date(2025, 1, 23), 0.014674490471225522, 21), (datetime.date(2025, 1, 24), 0.0046129943560108905, 20), (datetime.date(2025, 1, 25), 0.007823304039029987, 25), (datetime.date(2025, 1, 27), 0.008687576571831392, 19), (datetime.date(2025, 1, 28), 0.03685279660853918, 21), (datetime.date(2025, 1, 29), 0.054640829471771804, 19), (datetime.date(2025, 1, 30), 0.06022033390899556, 28), (datetime.date(2025, 1, 31), 0.059198113803058325, 23)), 'pet_clair': ((datetime.date(2025, 1, 2), 0.019819447252554443, 46), (datetime.date(2025, 1, 3), 0.015048068010917093, 25), (datetime.date(2025, 1, 4), 0.0056021525566411386, 27), (datetime.date(2025, 1, 6), 0.009956024159194686, 25), (datetime.date(2025, 1, 7), 0.008699324599427672, 29), (datetime.date(2025, 1, 8), 0.007994927046151895, 25), (datetime.date(2025, 1, 9), 0.003991718218775955, 48), (datetime.date(2025, 1, 10), 0.005003131870972803, 33), (datetime.date(2025, 1, 11), 0.01154767844403883, 24), (datetime.date(2025, 1, 13), 0.014690900561800625, 29), (datetime.date(2025, 1, 14), 0.009728095080526484, 40), (datetime.date(2025, 1, 15), 0.011798625972780733, 23), (datetime.date(2025, 1, 16), 0.007958075463844222, 25), (datetime.date(2025, 1, 17), 0.008349373893986756, 24), (datetime.date(2025, 1, 18), 0.007089417449807516, 25), (datetime.date(2025, 1, 20), 0.009282969523403595, 23), (datetime.date(2025, 1, 21), 0.0061201785923436875, 21), (datetime.date(2025, 1, 22), 0.015120205611847381, 27), (datetime.date(2025, 1, 23), 0.011049412788627684, 27), (datetime.date(2025, 1, 24), 0.008815755386423041, 28), (datetime.date(2025, 1, 25), 0.01156774270065105, 22), (datetime.date(2025, 1, 27), 0.010575728155461851, 26), (datetime.date(2025, 1, 28), 0.00651399986465927, 24), (datetime.date(2025, 1, 29), 0.007163468708300533, 45), (datetime.date(2025, 1, 30), 0.012090469139847041, 49), (datetime.date(2025, 1, 31), 0.01356090917615028, 23)), 'flux_dev': ((datetime.date(2025, 1, 2), 0.07043465116396329, 33), (datetime.date(2025, 1, 3), 0.08534610129234359, 19), (datetime.date(2025, 1, 4), 0.07554666391625905, 22), (datetime.date(2025, 1, 6), 0.11877253465098508, 23), (datetime.date(2025, 1, 7), 0.07154455199766112, 34), (datetime.date(2025, 1, 8), 0.0722427084112137, 19), (datetime.date(2025, 1, 9), 0.13498459891056785, 20), (datetime.date(2025, 1, 10), 0.09601754542075201, 18), (datetime.date(2025, 1, 11), 0.10517681774402886, 22), (datetime.date(2025, 1, 13), 0.09599809956576258, 20), (datetime.date(2025, 1, 14), 0.128135075028166, 29), (datetime.date(2025, 1, 15), 0.1560348230244179, 21), (datetime.date(2025, 1, 16), 0.13774794159609313, 20), (datetime.date(2025, 1, 17), 0.10534274148570406, 19), (datetime.date(2025, 1, 18), 0.09068577350766667, 16), (datetime.date(2025, 1, 20), 0.172554660901845, 16), (datetime.date(2025, 1, 21), 0.13371770036918088, 21), (datetime.date(2025, 1, 22), 0.15001048276350204, 19), (datetime.date(2025, 1, 23), 0.08364296875458768, 20), (datetime.date(2025, 1, 24), 0.1474788191820749, 7), (datetime.date(2025, 1, 25), 0.24133302189496855, 7), (datetime.date(2025, 1, 27), 0.20237263340449846, 12), (datetime.date(2025, 1, 28), 0.22613136959095867, 28), (datetime.date(2025, 1, 29), 0.13971489151551703, 32), (datetime.date(2025, 1, 30), 0.17513946515742987, 17), (datetime.date(2025, 1, 31), 0.17501397584044076, 17)), 'ela': ((datetime.date(2025, 1, 2), 0.02323294066014616, 20), (datetime.date(2025, 1, 3), 0.010835612184479664, 28), (datetime.date(2025, 1, 4), 0.013471600786523286, 25), (datetime.date(2025, 1, 6), 0.017713921572435492, 29), (datetime.date(2025, 1, 7), 0.013779720416568901, 34), (datetime.date(2025, 1, 8), 0.029769730008555324, 31), (datetime.date(2025, 1, 9), 0.025699729488632497, 22), (datetime.date(2025, 1, 10), 0.017576902046044455, 35), (datetime.date(2025, 1, 11), 0.019031085953338328, 33), (datetime.date(2025, 1, 13), 0.022079079712564714, 28), (datetime.date(2025, 1, 14), 0.01859661538489602, 21), (datetime.date(2025, 1, 15), 0.0239858214311731, 27), (datetime.date(2025, 1, 16), 0.017866313007515646, 29), (datetime.date(2025, 1, 17), 0.012551224528364394, 31), (datetime.date(2025, 1, 18), 0.017269630041974453, 35), (datetime.date(2025, 1, 20), 0.024729841425413512, 20), (datetime.date(2025, 1, 21), 0.012897553514265461, 25), (datetime.date(2025, 1, 22), 0.02185865037602429, 23), (datetime.date(2025, 1, 23), 0.01189043450194297, 29), (datetime.date(2025, 1, 24), 0.018322465774183425, 28), (datetime.date(2025, 1, 25), 0.011497971530237535, 39), (datetime.date(2025, 1, 27), 0.01148109000908189, 19), (datetime.date(2025, 1, 28), 0.012607763921881905, 19), (datetime.date(2025, 1, 29), 0.01954855906960583, 22), (datetime.date(2025, 1, 30), 0.01811049049892939, 33), (datetime.date(2025, 1, 31), 0.008031723942922179, 38)), 'refus': ((datetime.date(2025, 1, 9), 0.17923114600939397, 8), (datetime.date(2025, 1, 14), 0.13379311342592592, 5), (datetime.date(2025, 1, 15), 0.15370604263117282, 5), (datetime.date(2025, 1, 27), 0.11047211285411154, 5), (datetime.date(2025, 1, 28), 0.0, 5), (datetime.date(2025, 1, 30), 0.0, 6), (datetime.date(2025, 1, 31), 0.09387472270447535, 8))}, 'quality_array': [['-5.135931016660294', '02012025'], ['-5.167563672585467', '03012025'], ['-5.128745235684297', '04012025'], ['-5.117965596920414', '06012025'], ['-5.180707262240016', '07012025'], ['-5.215685891476826', '08012025'], ['-5.17950954930533', '09012025'], ['-5.157297822833122', '10012025'], ['-5.167870417148348', '11012025'], ['-5.211193999832195', '13012025'], ['-5.158960276278098', '14012025'], ['-5.148959955720075', '15012025'], ['-5.147504251308866', '16012025'], ['-5.168909609129796', '17012025'], ['-5.165581051203779', '18012025'], ['-5.1346503893621955', '20012025'], ['-5.120360574255526', '21012025'], ['-5.169010343570256', '22012025'], ['-5.168812233544529', '23012025'], ['-5.186869906872301', '24012025'], ['-5.1127094043009365', '25012025'], ['-5.1457877944572585', '27012025'], ['-5.085949468228427', '28012025'], ['-5.094762481814828', '29012025'], ['-5.148471579572566', '30012025'], ['-5.168116288168452', '31012025']], 'number_of_batch': ((2555,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00335333834423154, 'nb_photo': 875, 'list_port_cont': '19370768,19371789,19371869,19373900,19374917,19375348,19387743,19387893,19388340,19389898,19392260,19394716,19395420,19396179,19397512,19398159,19398262,19398366,19399128,19410183,19410208,19411162,19411508,19412242,19417323,19417530,19430870,19430947,19433390,19437756,19440868,19446612,19451297,19453868,19456964,19457014,19457925,19459116,19461435,19461680,19461747,19465737,19467302,19468236,19469049,19470589,19471576,19473882,19476298,19476589,19477107,19478661,19482495,19488511,19490562,19498419,19499575,19500267,19500983,19501974,19503941,19504971,19505824,19508259,19508868,19509790,19510541,19517048,19517098,19517594,19519874,19521290,19522163,19522519,19525975,19528325,19543066,19543571,19544788,19546483,19549271,19551566,19553235,19553591,19553728,19555657,19556478,19556952,19557592,19571378,19572694,19577755,19578498,19581496,19585706,19591321,19593130,19595593,19599502,19625695,19628758,19631782,19634540,19638837,19643561,19648139,19649945,19657956,19661690,19665845,19676101,19693333,19693712,1969455', 'assoc_port': '19370526:19370768,19371333:19371869,19371343:19371789,19373268:19373900,19374328:19374917,19375083:19375348,19387141:19387893,19387145:19387743,19388090:19388340,19389027:19389898,19391357:19392260,19394321:19394716,19395028:19395420,19395733:19396179,19397312:19397512,19397892:19398366,19397895:19398262,19397897:19398159,19398799:19399128,19409765:19410208,19409945:19410183,19410821:19411162,19411325:19411508,19411750:19412242,19416274:19417323,19416276:19417530,19430626:19430947,19430628:19430870,19433117:19433390,19437330:19437756,19440217:19440868,19445899:19446612,19450721:19451297,19453210:19453868,19456526:19457014,19456531:19456964,19457586:19457925,19458788:19459116,19460972:19461747,19460973:19461680,19460976:19461435,19465714:19465737,19466863:19467302,19467832:19468236,19468804:19469049,19470120:19470589,19470642:19471576,19473171:19473882,19474556:19476589,19474568:19476298,19475793:19477107,19477742:19482495,19477745:19478661,19487950:19488511,19489650:19490562,19498293:19498419,19499279:1949957', 'assoc_mat': '19370526:autre:3327:19370768,19371333:autre:3327:19371869,19371343:autre:3327:19371789,19373268:autre:3327:19373900,19374328:autre:3327:19374917,19375083:autre:3327:19375348,19387141:autre:3327:19387893,19387145:autre:3327:19387743,19388090:autre:3327:19388340,19389027:autre:3327:19389898,19391357:autre:3327:19392260,19394321:autre:3327:19394716,19395028:autre:3327:19395420,19395733:autre:3327:19396179,19397312:autre:3327:19397512,19397892:autre:3327:19398366,19397895:autre:3327:19398262,19397897:autre:3327:19398159,19398799:autre:3327:19399128,19409765:autre:3327:19410208,19409945:autre:3327:19410183,19410821:autre:3327:19411162,19411325:autre:3327:19411508,19411750:autre:3327:19412242,19416274:autre:3327:19417323,19416276:autre:3327:19417530,19430626:autre:3327:19430947,19430628:autre:3327:19430870,19433117:autre:3327:19433390,19437330:autre:3327:19437756,19440217:autre:3327:19440868,19445899:autre:3327:19446612,19450721:autre:3327:19451297,19453210:autre:3327:19453868,19456526:autre:3327:19457014,19456531:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004446292935138422, 'nb_photo': 79, 'list_port_cont': '21137118,21137357,21137702,21137892,21138304,21138640,21138822,21139118,21139223,21139522,21139902,21173208,21173755,21178126,21180118,21180361,21180991,21181407', 'assoc_port': '21136601:21139902,21136603:21139522,21136606:21139223,21136608:21139118,21136617:21138822,21136619:21138640,21136624:21137892,21136628:21137702,21136633:21137357,21136639:21138304,21136640:21137118,21172933:21173208,21173139:21173755,21177656:21180118,21177716:21180991,21177717:21180361,21177725:21178126,21179437:21181407', 'assoc_mat': '21136601:autre:3594:21139902,21136603:autre:3594:21139522,21136606:autre:3594:21139223,21136608:autre:3594:21139118,21136617:autre:3594:21138822,21136619:autre:3594:21138640,21136624:autre:3594:21137892,21136628:autre:3594:21137702,21136633:autre:3594:21137357,21136639:autre:3594:21138304,21136640:autre:3594:21137118,21172933:autre:3594:21173208,21173139:autre:3594:21173755,21177656:autre:3594:21180118,21177716:autre:3594:21180991,21177717:autre:3594:21180361,21177725:autre:3594:21178126,21179437:autre:3594:21181407'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.024902797506967594, 'nb_photo': 28, 'list_port_cont': '19474863,19485300,19912461,19933758', 'assoc_port': '19474557:19474863,19477264:19485300,19884822:19933758,19901747:19912461', 'assoc_mat': '19474557:autre_refus:3726:19474863,19477264:autre_refus:3726:19485300,19884822:autre_refus:3726:19933758,19901747:autre_refus:3726:19912461'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.012859671032701369, 'nb_photo': 1951, 'list_port_cont': '19517190,21136754,21136860,21137013,21137031,21137053,21137081,21137104,21137237,21137329,21137415,21137435,21137440,21137599,21137696,21137733,21137738,21137781,21138128,21138211,21138631,21138668,21138839,21138925,21139075,21139090,21139166,21139203,21139325,21139382,21139530,21139617,21139670,21139695,21139754,21139887,21140035,21140412,21140515,21140606,21140630,21140953,21140987,21141215,21141296,21141320,21141347,21141404,21141426,21141444,21141547,21141574,21141863,21141894,21142141,21147658,21173161,21173246,21173362,21173543,21173648,21173669,21173681,21173914,21174090,21174141,21174382,21174944,21175039,21175114,21175180,21175274,21175376,21175405,21175445,21175752,21175765,21175807,21175833,21175955,21176131,21176162,21176194,21176203,21176328,21176790,21176926,21176947,21177136,21177197,21177294,21177326,21177441,21177958,21178018,21178908,21178914,21179152,21179318,21179574,21179650,21179661,21179674,21179788,21179824,21179948,21180043,21180544,21181087,21181155,21181350,21181359,21181553,2118158', 'assoc_port': '19516788:19517190,21136549:21136754,21136550:21141894,21136559:21147658,21136560:21141863,21136574:21141574,21136576:21141547,21136581:21141444,21136582:21141426,21136584:21141404,21136586:21141347,21136588:21141320,21136589:21141296,21136592:21141215,21136594:21142141,21136604:21137031,21136611:21137013,21136618:21140987,21136620:21136860,21136897:21140953,21136902:21137329,21136914:21137237,21136920:21137053,21136948:21138631,21136950:21137104,21136951:21137415,21136956:21137081,21137249:21140630,21137300:21137435,21137302:21137599,21137319:21140606,21137321:21137440,21137519:21137738,21137523:21137733,21137528:21140412,21137546:21137781,21137554:21137696,21137951:21138211,21137962:21138128,21138540:21138668,21138579:21138925,21138586:21138839,21138606:21139754,21138608:21139075,21138718:21139695,21138719:21140515,21138720:21139670,21138730:21139617,21138737:21139530,21138749:21139090,21138777:21139887,21139032:21139382,21139041:21139325,21139052:21140035,21139055:21139203,21139057:21139166,21172714:2119038', 'assoc_mat': '19516788:autre_refus:3726:19517190,21136549:autre_refus:3726:21136754,21136550:autre_refus:3726:21141894,21136559:autre_refus:3726:21147658,21136560:autre_refus:3726:21141863,21136574:autre_refus:3726:21141574,21136576:autre_refus:3726:21141547,21136581:autre_refus:3726:21141444,21136582:autre_refus:3726:21141426,21136584:autre_refus:3726:21141404,21136586:autre_refus:3726:21141347,21136588:autre_refus:3726:21141320,21136589:autre_refus:3726:21141296,21136592:autre_refus:3726:21141215,21136594:autre_refus:3726:21142141,21136604:autre_refus:3726:21137031,21136611:autre_refus:3726:21137013,21136618:autre_refus:3726:21140987,21136620:autre_refus:3726:21136860,21136897:autre_refus:3726:21140953,21136902:autre_refus:3726:21137329,21136914:autre_refus:3726:21137237,21136920:autre_refus:3726:21137053,21136948:autre_refus:3726:21138631,21136950:autre_refus:3726:21137104,21136951:autre_refus:3726:21137415,21136956:autre_refus:3726:21137081,21137249:autre_refus:3726:21140630,21137300:autre_refus:3726:21137435,21137302:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018283586084267335, 'nb_photo': 19, 'list_port_cont': '19374915,19376908,19398364,19439431,19478669,19500981,19578502,19593129,19649949,19735308,19763008,19792900,19930572,20080762,20090050,20115897,21167897', 'assoc_port': '19374328:19374915,19376390:19376908,19397892:19398364,19438273:19439431,19477745:19478669,19500656:19500981,19576089:19578502,19591442:19593129,19648134:19649949,19735099:19735308,19762341:19763008,19791446:19792900,19929109:19930572,20080194:20080762,20089685:20090050,20115465:20115897,21137278:21167897', 'assoc_mat': '19374328:barquette_avec_film:3327:19374915,19376390:barquette_avec_film:3327:19376908,19397892:barquette_avec_film:3327:19398364,19438273:barquette_avec_film:3327:19439431,19477745:barquette_avec_film:3327:19478669,19500656:barquette_avec_film:3327:19500981,19576089:barquette_avec_film:3327:19578502,19591442:barquette_avec_film:3327:19593129,19648134:barquette_avec_film:3327:19649949,19735099:barquette_avec_film:3327:19735308,19762341:barquette_avec_film:3327:19763008,19791446:barquette_avec_film:3327:19792900,19929109:barquette_avec_film:3327:19930572,20080194:barquette_avec_film:3327:20080762,20089685:barquette_avec_film:3327:20090050,20115465:barquette_avec_film:3327:20115897,21137278:barquette_avec_film:3327:21167897'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00287786162305097, 'nb_photo': 16, 'list_port_cont': '21174314,21193906,21199573,21201314,21205235,21209166,21211543,21216443,21274176,21286769,21288175,21335680', 'assoc_port': '21137275:21274176,21138611:21286769,21138728:21335680,21138752:21288175,21172892:21216443,21172991:21211543,21173188:21209166,21173834:21205235,21173886:21174314,21174967:21201314,21175674:21199573,21177708:21193906', 'assoc_mat': '21137275:barquette_opaque:4205:21274176,21138611:barquette_opaque:4205:21286769,21138728:barquette_opaque:4205:21335680,21138752:barquette_opaque:4205:21288175,21172892:barquette_opaque:4205:21216443,21172991:barquette_opaque:4205:21211543,21173188:barquette_opaque:4205:21209166,21173834:barquette_opaque:4205:21205235,21173886:barquette_opaque:4205:21174314,21174967:barquette_opaque:4205:21201314,21175674:barquette_opaque:4205:21199573,21177708:barquette_opaque:4205:21193906'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0011164716835811849, 'nb_photo': 110, 'list_port_cont': '20135031,20162230,20194744,20199704,20208113,20277582,21178861,21185338,21190162,21197020,21200262,21206313,21208469,21209629,21210463,21210903,21214501,21216596,21218223,21270586,21334557', 'assoc_port': '20025651:20135031,20039938:20277582,20073268:20162230,20104700:20194744,20115134:20199704,20119801:20208113,21136910:21270586,21139048:21334557,21172726:21218223,21172923:21216596,21172981:21214501,21173043:21210903,21173112:21210463,21173173:21209629,21173275:21208469,21173810:21206313,21175654:21200262,21176546:21197020,21177730:21178861,21179158:21190162,21179219:21185338', 'assoc_mat': '20025651:barquette_opaque:4203:20135031,20039938:barquette_opaque:4203:20277582,20073268:barquette_opaque:4203:20162230,20104700:barquette_opaque:4203:20194744,20115134:barquette_opaque:4203:20199704,20119801:barquette_opaque:4203:20208113,21136910:barquette_opaque:4203:21270586,21139048:barquette_opaque:4203:21334557,21172726:barquette_opaque:4203:21218223,21172923:barquette_opaque:4203:21216596,21172981:barquette_opaque:4203:21214501,21173043:barquette_opaque:4203:21210903,21173112:barquette_opaque:4203:21210463,21173173:barquette_opaque:4203:21209629,21173275:barquette_opaque:4203:21208469,21173810:barquette_opaque:4203:21206313,21175654:barquette_opaque:4203:21200262,21176546:barquette_opaque:4203:21197020,21177730:barquette_opaque:4203:21178861,21179158:barquette_opaque:4203:21190162,21179219:barquette_opaque:4203:21185338'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002205983192987563, 'nb_photo': 23, 'list_port_cont': '21168675,21168701,21172635,21184780,21186265,21186475,21190402,21191505,21191920,21192259,21192735,21194647,21195727,21197199,21198148,21198262,21200526,21200710,21201776,21201916,21202333,21203015', 'assoc_port': '21137277:21203015,21137508:21202333,21137521:21201916,21137535:21201776,21137970:21200710,21138547:21200526,21138613:21172635,21139042:21168701,21139051:21168675,21172894:21198262,21172897:21198148,21172939:21197199,21173006:21195727,21173095:21194647,21173307:21192735,21173310:21192259,21173321:21191920,21173328:21191505,21173827:21190402,21174961:21186475,21175581:21186265,21175652:21184780', 'assoc_mat': '21137277:barquette_opaque:4207:21203015,21137508:barquette_opaque:4207:21202333,21137521:barquette_opaque:4207:21201916,21137535:barquette_opaque:4207:21201776,21137970:barquette_opaque:4207:21200710,21138547:barquette_opaque:4207:21200526,21138613:barquette_opaque:4207:21172635,21139042:barquette_opaque:4207:21168701,21139051:barquette_opaque:4207:21168675,21172894:barquette_opaque:4207:21198262,21172897:barquette_opaque:4207:21198148,21172939:barquette_opaque:4207:21197199,21173006:barquette_opaque:4207:21195727,21173095:barquette_opaque:4207:21194647,21173307:barquette_opaque:4207:21192735,21173310:barquette_opaque:4207:21192259,21173321:barquette_opaque:4207:21191920,21173328:barquette_opaque:4207:21191505,21173827:barquette_opaque:4207:21190402,21174961:barquette_opaque:4207:21186475,21175581:barquette_opaque:4207:21186265,21175652:barquette_opaque:4207:21184780'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010501194621110661, 'nb_photo': 49, 'list_port_cont': '21174226,21176267,21177017,21184626,21190850,21191734,21194455,21194791,21196541,21197840,21197948,21198636,21199846,21201432,21202138,21202553,21205304,21206800,21207995,21209497,21209722,21215991,21216672,21217010,21218288,21263448,21269764,21273307,21280367,21283918,21285566,21286183,21286692,21288151,21292414,21294108,21294267,21295272,21298145,21302355', 'assoc_port': '21136554:21263448,21136602:21302355,21136896:21269764,21136947:21273307,21137526:21292414,21137549:21280367,21137972:21294267,21138545:21283918,21138553:21295272,21138582:21285566,21138589:21286183,21138602:21286692,21138625:21288151,21138760:21298145,21139063:21294108,21172724:21218288,21172851:21217010,21172890:21216672,21172952:21215991,21173142:21209722,21173155:21209497,21173306:21207995,21173331:21206800,21173836:21205304,21173892:21174226,21174780:21202553,21174789:21202138,21174963:21201432,21175915:21198636,21175930:21197948,21175941:21197840,21175945:21176267,21176554:21199846,21176576:21196541,21176613:21177017,21176896:21194791,21177661:21194455,21178633:21191734,21178722:21190850,21179349:21184626', 'assoc_mat': '21136554:barquette_opaque:4461:21263448,21136602:barquette_opaque:4461:21302355,21136896:barquette_opaque:4461:21269764,21136947:barquette_opaque:4461:21273307,21137526:barquette_opaque:4461:21292414,21137549:barquette_opaque:4461:21280367,21137972:barquette_opaque:4461:21294267,21138545:barquette_opaque:4461:21283918,21138553:barquette_opaque:4461:21295272,21138582:barquette_opaque:4461:21285566,21138589:barquette_opaque:4461:21286183,21138602:barquette_opaque:4461:21286692,21138625:barquette_opaque:4461:21288151,21138760:barquette_opaque:4461:21298145,21139063:barquette_opaque:4461:21294108,21172724:barquette_opaque:4461:21218288,21172851:barquette_opaque:4461:21217010,21172890:barquette_opaque:4461:21216672,21172952:barquette_opaque:4461:21215991,21173142:barquette_opaque:4461:21209722,21173155:barquette_opaque:4461:21209497,21173306:barquette_opaque:4461:21207995,21173331:barquette_opaque:4461:21206800,21173836:barquette_opaque:4461:21205304,21173892:barquette_opaque:4461:21174226,21174780:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04819562450924457, 'nb_photo': 444, 'list_port_cont': '21137268,21137617,21138141,21138501,21138690,21139961,21140016,21140737,21141139,21141622,21141780,21146770,21149878,21155314,21157136,21157447,21159111,21159367,21159727,21162405,21162604,21173420,21173961,21174115,21174128,21174167,21174339,21174405,21174708,21174894,21175217,21175518,21175783,21176024,21176244,21176726,21177040,21177161,21177535,21177972,21178137,21178197,21178269,21178696,21178871,21179235,21179407,21179531,21179561,21179594,21179836,21179843,21180080,21180158,21182453,21182993,21183064,21183132,21183734,21184009,21184555,21185071,21185191,21185392,21186286,21186739,21187663,21188513,21188675,21189116,21189255,21189453,21189722,21190115,21190523,21190707,21191013,21191406,21191624,21192053,21192390,21192887,21193384,21193629,21193844,21194238,21194497,21194676,21195000,21195309,21195542,21195981,21196636,21196910,21197655,21197888,21198215,21198466,21198733,21199074,21199311,21200274,21200549,21200907,21201673,21201770,21201849,21202035,21202212,21202439,21202602,21202867,21203034,2120327', 'assoc_port': '21136563:21137268,21136907:21162604,21136918:21162405,21136944:21137617,21137283:21159727,21137307:21159367,21137511:21159111,21137512:21157447,21137532:21157136,21137537:21155314,21137543:21138501,21137548:21138141,21137968:21138690,21138575:21149878,21138591:21146770,21138597:21141780,21138621:21141622,21138785:21141139,21139023:21140737,21139038:21140016,21139046:21139961,21172716:21206998,21172754:21206452,21172798:21206193,21172842:21205859,21172855:21205765,21172864:21205106,21172886:21206049,21172900:21205591,21172902:21205522,21172924:21204969,21172926:21205414,21172932:21173420,21173014:21204723,21173024:21204536,21173046:21204487,21173048:21204431,21173093:21204289,21173098:21204173,21173125:21203700,21173144:21203277,21173158:21203034,21173176:21202867,21173182:21202602,21173189:21202439,21173218:21202212,21173235:21202035,21173257:21201849,21173281:21201770,21173308:21201673,21173320:21200907,21173329:21174128,21173354:21173961,21173410:21174115,21173809:21200549,21173853:21200274,21173857:2117489', 'assoc_mat': '21136563:barquette_opaque:4200:21137268,21136907:barquette_opaque:4200:21162604,21136918:barquette_opaque:4200:21162405,21136944:barquette_opaque:4200:21137617,21137283:barquette_opaque:4200:21159727,21137307:barquette_opaque:4200:21159367,21137511:barquette_opaque:4200:21159111,21137512:barquette_opaque:4200:21157447,21137532:barquette_opaque:4200:21157136,21137537:barquette_opaque:4200:21155314,21137543:barquette_opaque:4200:21138501,21137548:barquette_opaque:4200:21138141,21137968:barquette_opaque:4200:21138690,21138575:barquette_opaque:4200:21149878,21138591:barquette_opaque:4200:21146770,21138597:barquette_opaque:4200:21141780,21138621:barquette_opaque:4200:21141622,21138785:barquette_opaque:4200:21141139,21139023:barquette_opaque:4200:21140737,21139038:barquette_opaque:4200:21140016,21139046:barquette_opaque:4200:21139961,21172716:barquette_opaque:4200:21206998,21172754:barquette_opaque:4200:21206452,21172798:barquette_opaque:4200:21206193,21172842:barquette_opaque:4200:21205859,21172855:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008786067008014976, 'nb_photo': 414, 'list_port_cont': '21173352,21173402,21173497,21173531,21174557,21175083,21175093,21175329,21175369,21175428,21175790,21176343,21176379,21176405,21176594,21176760,21176870,21177514,21177860,21178248,21178546,21179495,21179765,21180059,21180096,21180166,21180287,21180403,21180871,21183326,21183517,21183853,21184279,21184692,21185085,21185236,21185493,21186236,21186406,21186531,21187091,21187300,21187389,21188262,21188900,21189095,21190190,21190549,21190599,21190676,21190759,21190915,21190987,21191411,21191534,21192088,21192139,21192244,21192309,21192352,21192518,21192751,21193184,21193217,21193295,21193712,21193888,21194103,21194389,21194402,21194576,21194730,21194878,21194924,21195210,21195375,21195551,21195839,21195917,21196042,21196071,21196512,21196527,21196589,21196809,21196981,21197154,21197183,21197477,21197829,21197980,21198455,21198856,21199244,21199317,21199662,21199874,21199900,21199923,21200035,21200047,21200147,21200406,21200568,21200626,21200887,21200970,21201269,21201286,21201326,21201545,21202088,21202355,2120267', 'assoc_port': '19458329:21249061,19460977:21248693,19467828:21255765,19469398:21255280,19474557:21254388,19477264:21252241,19543451:21216038,19545200:21214724,19554129:21173402,19555141:21211406,19558298:21211040,19571015:21216943,19580444:21216702,19581718:21216404,19735437:21205214,19737247:21175428,19737437:21175329,19754761:21176343,19758171:21203743,19760878:21203824,19760884:21203656,19847173:21198856,19856581:21176870,19859427:21176760,19876106:21197829,19884822:21197183,19884847:21196981,19898891:21199900,19916125:21195375,19929105:21194878,19960824:21194389,19965567:21194103,19980529:21178546,20010529:21193217,20023443:21192518,20028256:21192139,20044538:21190987,20045058:21190915,20048503:21190599,20049402:21179765,20049856:21179495,20083093:21188262,20101894:21185085,20116388:21183853,20121243:21180287,21136551:21262919,21136555:21262377,21136558:21261956,21136607:21258674,21136610:21258367,21136612:21258425,21136614:21258522,21136615:21258133,21136616:21258177,21136622:21257995,21136626:21257404,21136627:2125742', 'assoc_mat': '19458329:barquette_opaque:4209:21249061,19460977:barquette_opaque:4209:21248693,19467828:barquette_opaque:4209:21255765,19469398:barquette_opaque:4209:21255280,19474557:barquette_opaque:4209:21254388,19477264:barquette_opaque:4209:21252241,19543451:barquette_opaque:4209:21216038,19545200:barquette_opaque:4209:21214724,19554129:barquette_opaque:4209:21173402,19555141:barquette_opaque:4209:21211406,19558298:barquette_opaque:4209:21211040,19571015:barquette_opaque:4209:21216943,19580444:barquette_opaque:4209:21216702,19581718:barquette_opaque:4209:21216404,19735437:barquette_opaque:4209:21205214,19737247:barquette_opaque:4209:21175428,19737437:barquette_opaque:4209:21175329,19754761:barquette_opaque:4209:21176343,19758171:barquette_opaque:4209:21203743,19760878:barquette_opaque:4209:21203824,19760884:barquette_opaque:4209:21203656,19847173:barquette_opaque:4209:21198856,19856581:barquette_opaque:4209:21176870,19859427:barquette_opaque:4209:21176760,19876106:barquette_opaque:4209:21197829,19884822:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02201873003300837, 'nb_photo': 4902, 'list_port_cont': '20085665,20086287,20087146,20089322,20090303,20101299,20106739,20107665,20115905,20117044,20118952,20121972,20122967,20136833,20137454,20137828,20138103,20139824,20139886,20140013,20172572,20174659,20176341,20177631,20196612,20198246,20199593,20200519,20200549,20201322,20231836,20231873,20232930,20233469,20234054,20234162,20235855,20238856,20239136,21137399,21139193,21139683,21163805,21164177,21167759,21168291,21168638,21169500,21169956,21170442,21173775,21174282,21174613,21174825,21175185,21175343,21175560,21175994,21176322,21176640,21177073,21177127,21177424,21177566,21177836,21178152,21183057,21187032,21190067,21191091,21191356,21192666,21193181,21196664,21197028,21198758,21199201,21199638,21200210,21200294,21200768,21200893,21201151,21202544,21202711,21203072,21203530', 'assoc_port': '19859429:20174659,19954425:20176341,20014710:20196612,20015611:20177631,20023438:20198246,20023441:20199593,20026808:20200519,20031177:20200549,20036276:20201322,20036573:20231836,20039940:20232930,20042505:20231873,20042852:20233469,20044534:20234054,20045059:20234162,20046352:20235855,20047144:20238856,20048499:20239136,20049854:20172572,20063551:20140013,20068359:20139886,20070514:20139824,20071895:20138103,20073270:20137828,20074713:20101299,20076794:20090303,20079018:20089322,20083089:20086287,20083092:20085665,20085536:20087146,20101919:20137454,20105987:20107665,20106007:20106739,20108234:20136833,20115463:20115905,20116392:20117044,20118802:20118952,20121224:20122967,20121231:20121972,21136613:21137399,21137552:21139193,21137971:21170442,21138549:21169956,21138592:21169500,21138615:21168638,21138620:21168291,21138725:21167759,21138733:21164177,21138741:21163805,21139065:21139683,21172727:21203530,21172847:21203072,21172860:21202711,21172936:21173775,21172955:21202544,21173009:21201151,21173010:2120089', 'assoc_mat': '19859429:barquette_opaque:4211:20174659,19954425:barquette_opaque:4211:20176341,20014710:barquette_opaque:4211:20196612,20015611:barquette_opaque:4211:20177631,20023438:barquette_opaque:4211:20198246,20023441:barquette_opaque:4211:20199593,20026808:barquette_opaque:4211:20200519,20031177:barquette_opaque:4211:20200549,20036276:barquette_opaque:4211:20201322,20036573:barquette_opaque:4211:20231836,20039940:barquette_opaque:4211:20232930,20042505:barquette_opaque:4211:20231873,20042852:barquette_opaque:4211:20233469,20044534:barquette_opaque:4211:20234054,20045059:barquette_opaque:4211:20234162,20046352:barquette_opaque:4211:20235855,20047144:barquette_opaque:4211:20238856,20048499:barquette_opaque:4211:20239136,20049854:barquette_opaque:4211:20172572,20063551:barquette_opaque:4211:20140013,20068359:barquette_opaque:4211:20139886,20070514:barquette_opaque:4211:20139824,20071895:barquette_opaque:4211:20138103,20073270:barquette_opaque:4211:20137828,20074713:barquette_opaque:4211:20101299,20076794:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0006108623977705314, 'nb_photo': 264, 'list_port_cont': '19371787,19371875,19373423,19373909,19374908,19387892,19389897,19394719,19395410,19397511,19398269,19398362,19399126,19410211,19412234,19417328,19429585,19433392,19440870,19451293,19453873,19457935,19459125,19461432,19461672,19461751,19468245,19469044,19478665,19481508,19490568,19498414,19499574,19500987,19501968,19503522,19509789,19517100,19517599,19519881,19522152,19522526,19525157,19543572,19544797,19551564,19553727,19556473,19556954,19557587,19571379,19577751,19581504,19591322,19599505,19631776,19638833,19643562,19648140,19649936,19657950,19661692,19661997,19693341,19695231,19697213,19698287,19702203,19704961,19707973,19710091,19711764,19716477,19734499,19735311,19736024,19736966,19750127,19750148,19758821,19760293,19763017,19767939,19782818,19792902,19803491,19822202,19829821,19830323,19830451,19843640,19846162,19850131,19863690,19887302,19889953,19906587,19906956,19913570,19913585,19915937,19918205,19920795,19930418,19930566,19930716,19958638,19959530,19965446,19965465,19986633,20005491,20016265,2002758', 'assoc_port': '19371333:19371875,19371343:19371787,19372923:19373423,19373268:19373909,19374328:19374908,19387141:19387892,19389027:19389897,19394321:19394719,19395028:19395410,19397312:19397511,19397892:19398362,19397895:19398269,19398799:19399126,19409765:19410211,19411750:19412234,19416274:19417328,19429023:19429585,19433117:19433392,19440217:19440870,19450721:19451293,19453210:19453873,19457586:19457935,19458788:19459125,19460972:19461751,19460973:19461672,19460976:19461432,19467832:19468245,19468804:19469044,19477745:19478665,19480446:19481508,19489650:19490568,19498293:19498414,19499279:19499574,19500656:19500987,19501674:19501968,19503118:19503522,19509375:19509789,19516779:19517100,19517299:19517599,19519425:19519881,19521852:19522152,19522264:19522526,19524617:19525157,19543454:19543572,19544335:19544797,19550533:19551564,19553296:19553727,19555144:19556473,19556610:19556954,19557296:19557587,19571016:19571379,19576093:19577751,19580446:19581504,19590191:19591322,19598088:19599505,19630153:19631776,19637612:1963883', 'assoc_mat': '19371333:bouchon:3327:19371875,19371343:bouchon:3327:19371787,19372923:bouchon:3327:19373423,19373268:bouchon:3327:19373909,19374328:bouchon:3327:19374908,19387141:bouchon:3327:19387892,19389027:bouchon:3327:19389897,19394321:bouchon:3327:19394719,19395028:bouchon:3327:19395410,19397312:bouchon:3327:19397511,19397892:bouchon:3327:19398362,19397895:bouchon:3327:19398269,19398799:bouchon:3327:19399126,19409765:bouchon:3327:19410211,19411750:bouchon:3327:19412234,19416274:bouchon:3327:19417328,19429023:bouchon:3327:19429585,19433117:bouchon:3327:19433392,19440217:bouchon:3327:19440870,19450721:bouchon:3327:19451293,19453210:bouchon:3327:19453873,19457586:bouchon:3327:19457935,19458788:bouchon:3327:19459125,19460972:bouchon:3327:19461751,19460973:bouchon:3327:19461672,19460976:bouchon:3327:19461432,19467832:bouchon:3327:19468245,19468804:bouchon:3327:19469044,19477745:bouchon:3327:19478665,19480446:bouchon:3327:19481508,19489650:bouchon:3327:19490568,19498293:bouchon:3327:19498414,19499279:bouchon:3327:19499574,1'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.012281110273837777, 'nb_photo': 834, 'list_port_cont': '19372022,19388692,19419711,19433569,19434061,19436606,19446666,19465978,19490513,19512813,19516748,19521924,19530884,19543602,19629742,19698200,19712446,19728368,19730893,19742202,19780724,19826817,19868749,19870941,19905923,19909745,19927328,19929753,19934401,19939957,19945347,19966781,19982739,20119957,20136837,20147016,20149148,20150760,20164741,20166271,20194348,20199880,21173437,21174321,21175719,21193341,21193902,21199082,21199572,21201310,21202828,21205225,21207484,21209183,21209865,21210637,21210983,21211532,21214755,21216415,21216444,21217550,21271147,21274175,21274611,21286106,21286778,21288183,21331248,21334956,21335688', 'assoc_port': '19371330:19372022,19388376:19388692,19410818:19419711,19431292:19434061,19432610:19433569,19434928:19436606,19441323:19446666,19465715:19465978,19472282:19490513,19477740:19521924,19503121:19512813,19508552:19516748,19518156:19530884,19542922:19543602,19557292:21210983,19595770:19629742,19664408:19698200,19694911:19712446,19697095:19728368,19703072:19730893,19736178:19742202,19762344:19780724,19798177:19826817,19828904:19868749,19830365:19870941,19844075:19905923,19845009:19909745,19854016:19927328,19888797:19939957,19897039:19945347,19903192:19966781,19929091:19934401,19929173:19929753,19981942:19982739,20014713:20119957,20026814:20136837,20038211:20147016,20043627:20149148,20049858:20150760,20074722:20164741,20076786:20166271,20102661:20194348,20116393:20199880,21136917:21271147,21137275:21274175,21137301:21274611,21137314:21331248,21138587:21334956,21138610:21286106,21138611:21286778,21138728:21335688,21138752:21288183,21172809:21217550,21172887:21216415,21172892:21216444,21172928:21214755,21172991:2121153', 'assoc_mat': '19371330:carton:4205:19372022,19388376:carton:4205:19388692,19410818:carton:4205:19419711,19431292:carton:4205:19434061,19432610:carton:4205:19433569,19434928:carton:4205:19436606,19441323:carton:4205:19446666,19465715:carton:4205:19465978,19472282:carton:4205:19490513,19477740:carton:4205:19521924,19503121:carton:4205:19512813,19508552:carton:4205:19516748,19518156:carton:4205:19530884,19542922:carton:4205:19543602,19557292:carton:4205:21210983,19595770:carton:4205:19629742,19664408:carton:4205:19698200,19694911:carton:4205:19712446,19697095:carton:4205:19728368,19703072:carton:4205:19730893,19736178:carton:4205:19742202,19762344:carton:4205:19780724,19798177:carton:4205:19826817,19828904:carton:4205:19868749,19830365:carton:4205:19870941,19844075:carton:4205:19905923,19845009:carton:4205:19909745,19854016:carton:4205:19927328,19888797:carton:4205:19939957,19897039:carton:4205:19945347,19903192:carton:4205:19966781,19929091:carton:4205:19934401,19929173:carton:4205:19929753,19981942:carton:4205:19982739,2001'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.006834743116521225, 'nb_photo': 353, 'list_port_cont': '20135032,20149736,20162229,20194752,20199701,20208112,20277579,21178855,21185334,21190171,21197018,21200269,21206300,21208468,21209641,21210468,21210895,21214495,21216603,21218219,21270582,21334552', 'assoc_port': '20025651:20135032,20039938:20277579,20045888:20149736,20073268:20162229,20104700:20194752,20115134:20199701,20119801:20208112,21136910:21270582,21139048:21334552,21172726:21218219,21172923:21216603,21172981:21214495,21173043:21210895,21173112:21210468,21173173:21209641,21173275:21208468,21173810:21206300,21175654:21200269,21176546:21197018,21177730:21178855,21179158:21190171,21179219:21185334', 'assoc_mat': '20025651:carton:4203:20135032,20039938:carton:4203:20277579,20045888:carton:4203:20149736,20073268:carton:4203:20162229,20104700:carton:4203:20194752,20115134:carton:4203:20199701,20119801:carton:4203:20208112,21136910:carton:4203:21270582,21139048:carton:4203:21334552,21172726:carton:4203:21218219,21172923:carton:4203:21216603,21172981:carton:4203:21214495,21173043:carton:4203:21210895,21173112:carton:4203:21210468,21173173:carton:4203:21209641,21173275:carton:4203:21208468,21173810:carton:4203:21206300,21175654:carton:4203:21200269,21176546:carton:4203:21197018,21177730:carton:4203:21178855,21179158:carton:4203:21190171,21179219:carton:4203:21185334'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9457485260786748, 'nb_photo': 4370, 'list_port_cont': '19370180,19370586,19393738,19410147,19410497,19429290,19451104,19461153,19520524,19543507,19571178,19630940,19638669,19641429,19693357,19694345,19702917,19703040,19734404,19750342,19762958,19820205,19825569,19843494,19930672,19931076,19958871,20068493,20112726,20114756,21137475,21137790,21168525,21168666,21168706,21168904,21169325,21169377,21169809,21169857,21170043,21170645,21170835,21170978,21172335,21172430,21172441,21172525,21172636,21172913,21173223,21173377,21173554,21173599,21173816,21174074,21174203,21174576,21174853,21174972,21175200,21175391,21175528,21175693,21175703,21175848,21176069,21176298,21176401,21176656,21176701,21176731,21176999,21177144,21177354,21177464,21177645,21177886,21177983,21178060,21178180,21178475,21178798,21178941,21179269,21179383,21179538,21179735,21179803,21180072,21181001,21181110,21181248,21181335,21181382,21181631,21182059,21182167,21182305,21182436,21182790,21183025,21184227,21184329,21184473,21184568,21184784,21184930,21185211,21185350,21185558,21185792,21185975,2118599', 'assoc_port': '19370012:19370180,19370527:19370586,19393354:19393738,19409943:19410147,19410363:19410497,19429020:19429290,19450726:19451104,19460980:19461153,19520063:19520524,19543455:19543507,19571019:19571178,19630156:19630940,19637611:19638669,19640302:19641429,19693114:19693357,19694237:19694345,19702412:19703040,19702414:19702917,19734227:19734404,19750179:19750342,19762340:19762958,19819066:19820205,19824209:19825569,19843219:19843494,19929081:19931076,19929097:19930672,19958105:19958871,20066052:20068493,20110612:20112726,20113526:20114756,21136895:21204509,21136900:21204469,21136903:21204411,21136908:21204345,21136913:21204260,21136923:21204119,21136946:21137475,21137243:21203545,21137245:21203408,21137252:21203187,21137272:21203059,21137277:21203000,21137306:21202908,21137315:21202837,21137504:21202749,21137505:21202590,21137507:21202488,21137508:21202331,21137515:21202249,21137517:21202071,21137521:21201928,21137527:21201842,21137531:21201806,21137535:21201778,21137545:21201677,21137547:21201490,21137551:2120137', 'assoc_mat': '19370012:carton:4207:19370180,19370527:carton:4207:19370586,19393354:carton:4207:19393738,19409943:carton:4207:19410147,19410363:carton:4207:19410497,19429020:carton:4207:19429290,19450726:carton:4207:19451104,19460980:carton:4207:19461153,19520063:carton:4207:19520524,19543455:carton:4207:19543507,19571019:carton:4207:19571178,19630156:carton:4207:19630940,19637611:carton:4207:19638669,19640302:carton:4207:19641429,19693114:carton:4207:19693357,19694237:carton:4207:19694345,19702412:carton:4207:19703040,19702414:carton:4207:19702917,19734227:carton:4207:19734404,19750179:carton:4207:19750342,19762340:carton:4207:19762958,19819066:carton:4207:19820205,19824209:carton:4207:19825569,19843219:carton:4207:19843494,19929081:carton:4207:19931076,19929097:carton:4207:19930672,19958105:carton:4207:19958871,20066052:carton:4207:20068493,20110612:carton:4207:20112726,20113526:carton:4207:20114756,21136895:carton:4207:21204509,21136900:carton:4207:21204469,21136903:carton:4207:21204411,21136908:carton:4207:21204345,2113'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.016054665117569124, 'nb_photo': 8349, 'list_port_cont': '19382629,21138325,21173624,21173977,21174218,21174999,21175871,21176086,21176269,21177016,21177307,21177677,21177756,21178213,21178433,21178765,21179351,21179694,21179861,21180197,21183108,21183280,21183386,21183569,21183933,21184087,21184614,21185524,21185916,21186365,21186912,21187926,21188559,21188819,21190267,21190333,21190417,21190860,21190891,21191232,21191425,21191726,21191874,21192115,21192154,21192547,21192770,21193017,21193072,21193307,21193450,21193733,21194034,21194256,21194351,21194463,21194594,21194785,21194823,21195173,21195579,21195646,21195900,21196061,21196265,21196531,21196717,21197218,21197285,21197831,21197947,21198094,21198175,21198624,21199132,21199216,21199359,21199547,21199690,21199854,21199992,21200101,21200630,21200981,21201084,21201160,21201434,21201485,21201635,21201968,21202137,21202503,21202552,21202679,21202777,21202936,21203306,21203454,21203592,21203758,21203845,21203906,21203976,21204061,21204203,21205040,21205251,21205312,21205365,21206238,21206482,21206618,21206663,2120673', 'assoc_port': '19377397:19382629,21136554:21263444,21136557:21303113,21136564:21302589,21136602:21302363,21136634:21301969,21136642:21264071,21136896:21269774,21136901:21270091,21136906:21270259,21136912:21270796,21136915:21272008,21136922:21299618,21136927:21299500,21136947:21273300,21136954:21273445,21136958:21138325,21137241:21273705,21137247:21274205,21137270:21274493,21137274:21274434,21137281:21275719,21137304:21276290,21137310:21294486,21137324:21277732,21137506:21278080,21137516:21278639,21137526:21292415,21137530:21279575,21137540:21279880,21137549:21280379,21137571:21281067,21137953:21281392,21137956:21281664,21137960:21282503,21137965:21282788,21137972:21294275,21138545:21283925,21138553:21295266,21138576:21284775,21138582:21285557,21138589:21286171,21138595:21286360,21138602:21286682,21138609:21286857,21138616:21290776,21138625:21288146,21138724:21287475,21138734:21286636,21138739:21286434,21138746:21286263,21138760:21298150,21138774:21286143,21138796:21285653,21139022:21284273,21139024:21284659,21139033:2128446', 'assoc_mat': '19377397:carton:4461:19382629,21136554:carton:4461:21263444,21136557:carton:4461:21303113,21136564:carton:4461:21302589,21136602:carton:4461:21302363,21136634:carton:4461:21301969,21136642:carton:4461:21264071,21136896:carton:4461:21269774,21136901:carton:4461:21270091,21136906:carton:4461:21270259,21136912:carton:4461:21270796,21136915:carton:4461:21272008,21136922:carton:4461:21299618,21136927:carton:4461:21299500,21136947:carton:4461:21273300,21136954:carton:4461:21273445,21136958:carton:4461:21138325,21137241:carton:4461:21273705,21137247:carton:4461:21274205,21137270:carton:4461:21274493,21137274:carton:4461:21274434,21137281:carton:4461:21275719,21137304:carton:4461:21276290,21137310:carton:4461:21294486,21137324:carton:4461:21277732,21137506:carton:4461:21278080,21137516:carton:4461:21278639,21137526:carton:4461:21292415,21137530:carton:4461:21279575,21137540:carton:4461:21279880,21137549:carton:4461:21280379,21137571:carton:4461:21281067,21137953:carton:4461:21281392,21137956:carton:4461:21281664,2113'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.030571031830554696, 'nb_photo': 2019, 'list_port_cont': '21137256,21137296,21137609,21138151,21138512,21138694,21139956,21140013,21140738,21141146,21141630,21141778,21146775,21149879,21155320,21157126,21157450,21159121,21159376,21159714,21162403,21162602,21173433,21173963,21174102,21174121,21174169,21174335,21174403,21174718,21174884,21175225,21175512,21175776,21176020,21176245,21176721,21177035,21177159,21177281,21177536,21177964,21178143,21178199,21178281,21178685,21178885,21179127,21179229,21179415,21179519,21179564,21179592,21179830,21179846,21180089,21180145,21182451,21182514,21182978,21183066,21183140,21183738,21183866,21184016,21184373,21184548,21185070,21185184,21185391,21186010,21186288,21186737,21186812,21187401,21187661,21188011,21188520,21188680,21189122,21189257,21189449,21189723,21190124,21190521,21190700,21190998,21191393,21191631,21192051,21192396,21192614,21192895,21193380,21193623,21193841,21194246,21194501,21194669,21195004,21195318,21195536,21195987,21196644,21196911,21197665,21197886,21198217,21198467,21198734,21199070,21199304,21200279,2120039', 'assoc_port': '21136562:21137296,21136563:21137256,21136907:21162602,21136918:21162403,21136944:21137609,21137283:21159714,21137307:21159376,21137511:21159121,21137512:21157450,21137532:21157126,21137537:21155320,21137543:21138512,21137548:21138151,21137968:21138694,21138575:21149879,21138591:21146775,21138597:21141778,21138621:21141630,21138785:21141146,21139023:21140738,21139038:21140013,21139046:21139956,21172716:21207007,21172754:21206442,21172798:21206192,21172842:21205858,21172855:21205760,21172864:21205109,21172886:21206051,21172900:21205593,21172902:21205531,21172924:21204971,21172926:21205409,21172932:21173433,21172990:21204890,21173014:21204728,21173024:21204531,21173046:21204485,21173048:21204442,21173093:21204276,21173098:21204181,21173100:21203940,21173125:21203707,21173144:21203263,21173158:21203041,21173176:21202875,21173182:21202597,21173189:21202445,21173218:21202213,21173235:21202037,21173257:21201861,21173281:21201765,21173308:21201668,21173319:21201401,21173320:21200906,21173329:21174121,21173354:2117396', 'assoc_mat': '21136562:carton:4200:21137296,21136563:carton:4200:21137256,21136907:carton:4200:21162602,21136918:carton:4200:21162403,21136944:carton:4200:21137609,21137283:carton:4200:21159714,21137307:carton:4200:21159376,21137511:carton:4200:21159121,21137512:carton:4200:21157450,21137532:carton:4200:21157126,21137537:carton:4200:21155320,21137543:carton:4200:21138512,21137548:carton:4200:21138151,21137968:carton:4200:21138694,21138575:carton:4200:21149879,21138591:carton:4200:21146775,21138597:carton:4200:21141778,21138621:carton:4200:21141630,21138785:carton:4200:21141146,21139023:carton:4200:21140738,21139038:carton:4200:21140013,21139046:carton:4200:21139956,21172716:carton:4200:21207007,21172754:carton:4200:21206442,21172798:carton:4200:21206192,21172842:carton:4200:21205858,21172855:carton:4200:21205760,21172864:carton:4200:21205109,21172886:carton:4200:21206051,21172900:carton:4200:21205593,21172902:carton:4200:21205531,21172924:carton:4200:21204971,21172926:carton:4200:21205409,21172932:carton:4200:21173433,2117'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9495037007547081, 'nb_photo': 1118, 'list_port_cont': '19428724,19438771,19458522,19459008,19461400,19468092,19470005,19475321,19475500,19498940,19500765,19506301,19517059,19518502,19524977,19543553,19545569,19553481,19554323,19558503,19562193,19571271,19581200,19583049,19598795,19656562,19660847,19703231,19735559,19737298,19737703,19756321,19759046,19762185,19764128,19764287,19771102,19778730,19831683,19845175,19847542,19857695,19860736,19885706,19889366,19899709,19911396,19917004,19930474,19965960,19976978,19981052,19983802,19985100,20005473,20012076,20018082,20023840,20028650,20028670,20044699,20047367,20048845,20050744,20052205,20064631,20072565,20076476,20084094,20116403,20117096,20118264,20122394', 'assoc_port': '19428659:19428724,19438276:19438771,19458329:19458522,19458789:19459008,19460977:19461400,19467828:19468092,19469398:19470005,19474561:19475500,19474563:19475321,19498629:19498940,19500653:19500765,19505863:19506301,19516423:19518502,19516780:19517059,19524618:19524977,19543451:19543553,19545200:19545569,19553301:19553481,19554129:19554323,19555141:19562193,19558298:19558503,19571015:19571271,19580444:19581200,19581718:19583049,19598090:19598795,19655151:19656562,19659858:19660847,19702409:19703231,19735437:19735559,19737247:19737298,19737437:19737703,19754761:19756321,19758171:19759046,19760878:19778730,19760884:19762185,19763328:19764287,19763356:19764128,19770002:19771102,19830361:19831683,19844397:19845175,19847173:19847542,19856581:19857695,19859427:19860736,19876106:19911396,19884847:19885706,19888799:19889366,19898891:19899709,19916125:19917004,19929105:19930474,19965567:19965960,19976778:19976978,19980529:19983802,19980532:19981052,19984107:19985100,20003495:20005473,20010529:20012076,20017062:2001808', 'assoc_mat': '19428659:carton:4207:19428724,19438276:carton:4207:19438771,19458329:carton:4207:19458522,19458789:carton:4207:19459008,19460977:carton:4207:19461400,19467828:carton:4207:19468092,19469398:carton:4207:19470005,19474561:carton:4207:19475500,19474563:carton:4207:19475321,19498629:carton:4207:19498940,19500653:carton:4207:19500765,19505863:carton:4207:19506301,19516423:carton:4207:19518502,19516780:carton:4207:19517059,19524618:carton:4207:19524977,19543451:carton:4207:19543553,19545200:carton:4207:19545569,19553301:carton:4207:19553481,19554129:carton:4207:19554323,19555141:carton:4207:19562193,19558298:carton:4207:19558503,19571015:carton:4207:19571271,19580444:carton:4207:19581200,19581718:carton:4207:19583049,19598090:carton:4207:19598795,19655151:carton:4207:19656562,19659858:carton:4207:19660847,19702409:carton:4207:19703231,19735437:carton:4207:19735559,19737247:carton:4207:19737298,19737437:carton:4207:19737703,19754761:carton:4207:19756321,19758171:carton:4207:19759046,19760878:carton:4207:19778730,1976'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.05150599062680614, 'nb_photo': 12104, 'list_port_cont': '21173351,21173395,21173488,21173529,21173908,21174048,21174157,21174190,21174246,21174451,21174482,21174560,21174802,21175081,21175103,21175322,21175357,21175436,21175491,21175785,21176144,21176171,21176347,21176355,21176384,21176406,21176562,21176590,21176623,21176764,21176862,21177206,21177241,21177513,21177592,21177853,21177859,21178024,21178033,21178114,21178246,21178286,21178315,21178341,21178548,21178560,21178717,21178842,21179143,21179256,21179291,21179501,21179725,21179780,21179995,21180052,21180102,21180161,21180288,21180390,21180405,21180870,21182946,21183033,21183325,21183519,21183727,21183850,21184024,21184178,21184283,21184305,21184693,21184738,21184884,21185011,21185077,21185231,21185313,21185370,21185508,21185845,21185935,21186239,21186414,21186539,21187081,21187137,21187188,21187293,21187395,21188107,21188256,21188445,21188597,21188893,21189102,21190184,21190204,21190556,21190593,21190645,21190750,21190917,21191009,21191027,21191103,21191188,21191242,21191340,21191419,21191528,21191770,2119196', 'assoc_port': '19428659:21248566,19438276:21246947,19458329:21249064,19458789:21248814,19460977:21248684,19467828:21255764,19469398:21255268,19474557:21254394,19474561:21253853,19474563:21253359,19477264:21252249,19498629:21237916,19500653:21235952,19505863:21234100,19516423:21218520,19516780:21218405,19524618:21217141,19543451:21216026,19545200:21214729,19553301:21211527,19554129:21173395,19555141:21211410,19558298:21211031,19571015:21216933,19580444:21216705,19581718:21216409,19598090:21173908,19655151:21210045,19659858:21209744,19702409:21201899,19735437:21205204,19737247:21175436,19737437:21175322,19754761:21176347,19758171:21203737,19760878:21203810,19760884:21203655,19763328:21203574,19763356:21203416,19770002:21174451,19830361:21209022,19844397:21199457,19847173:21198860,19856581:21176862,19859427:21176764,19876106:21197827,19884822:21197184,19884847:21196984,19888799:21196743,19898891:21199895,19901747:21196168,19916125:21195373,19929105:21194882,19960824:21194385,19965567:21194099,19976778:21178560,19980529:2117854', 'assoc_mat': '19428659:carton:4209:21248566,19438276:carton:4209:21246947,19458329:carton:4209:21249064,19458789:carton:4209:21248814,19460977:carton:4209:21248684,19467828:carton:4209:21255764,19469398:carton:4209:21255268,19474557:carton:4209:21254394,19474561:carton:4209:21253853,19474563:carton:4209:21253359,19477264:carton:4209:21252249,19498629:carton:4209:21237916,19500653:carton:4209:21235952,19505863:carton:4209:21234100,19516423:carton:4209:21218520,19516780:carton:4209:21218405,19524618:carton:4209:21217141,19543451:carton:4209:21216026,19545200:carton:4209:21214729,19553301:carton:4209:21211527,19554129:carton:4209:21173395,19555141:carton:4209:21211410,19558298:carton:4209:21211031,19571015:carton:4209:21216933,19580444:carton:4209:21216705,19581718:carton:4209:21216409,19598090:carton:4209:21173908,19655151:carton:4209:21210045,19659858:carton:4209:21209744,19702409:carton:4209:21201899,19735437:carton:4209:21205204,19737247:carton:4209:21175436,19737437:carton:4209:21175322,19754761:carton:4209:21176347,1975'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01134396152699671, 'nb_photo': 8407, 'list_port_cont': '20085678,20086286,20087143,20089327,20090308,20101305,20106738,20107664,20115918,20117057,20118951,20121963,20122971,20136822,20137463,20137830,20138097,20139823,20139888,20140020,20172574,20174660,20176349,20177622,20196601,20198249,20199604,20200531,20200563,20201329,20231846,20231875,20232922,20233471,20234061,20234174,20235860,20238854,20239131,21137409,21139183,21139680,21163819,21164185,21167757,21168281,21168633,21169498,21169957,21170451,21173768,21174271,21174612,21174830,21175205,21175352,21175564,21176008,21176312,21176646,21177071,21177116,21177430,21177556,21177829,21178166,21183048,21187030,21190055,21191093,21191353,21192662,21193180,21196661,21197034,21198742,21199198,21199640,21200215,21200290,21200777,21200890,21201144,21202532,21202714,21203085,21203528', 'assoc_port': '19859429:20174660,19954425:20176349,20014710:20196601,20015611:20177622,20023438:20198249,20023441:20199604,20026808:20200531,20031177:20200563,20036276:20201329,20036573:20231846,20039940:20232922,20042505:20231875,20042852:20233471,20044534:20234061,20045059:20234174,20046352:20235860,20047144:20238854,20048499:20239131,20049854:20172574,20063551:20140020,20068359:20139888,20070514:20139823,20071895:20138097,20073270:20137830,20074713:20101305,20076794:20090308,20079018:20089327,20083089:20086286,20083092:20085678,20085536:20087143,20101919:20137463,20105987:20107664,20106007:20106738,20108234:20136822,20115463:20115918,20116392:20117057,20118802:20118951,20121224:20122971,20121231:20121963,21136613:21137409,21137552:21139183,21137971:21170451,21138549:21169957,21138592:21169498,21138615:21168633,21138620:21168281,21138725:21167757,21138733:21164185,21138741:21163819,21139065:21139680,21172727:21203528,21172847:21203085,21172860:21202714,21172936:21173768,21172955:21202532,21173009:21201144,21173010:2120089', 'assoc_mat': '19859429:carton:4211:20174660,19954425:carton:4211:20176349,20014710:carton:4211:20196601,20015611:carton:4211:20177622,20023438:carton:4211:20198249,20023441:carton:4211:20199604,20026808:carton:4211:20200531,20031177:carton:4211:20200563,20036276:carton:4211:20201329,20036573:carton:4211:20231846,20039940:carton:4211:20232922,20042505:carton:4211:20231875,20042852:carton:4211:20233471,20044534:carton:4211:20234061,20045059:carton:4211:20234174,20046352:carton:4211:20235860,20047144:carton:4211:20238854,20048499:carton:4211:20239131,20049854:carton:4211:20172574,20063551:carton:4211:20140020,20068359:carton:4211:20139888,20070514:carton:4211:20139823,20071895:carton:4211:20138097,20073270:carton:4211:20137830,20074713:carton:4211:20101305,20076794:carton:4211:20090308,20079018:carton:4211:20089327,20083089:carton:4211:20086286,20083092:carton:4211:20085678,20085536:carton:4211:20087143,20101919:carton:4211:20137463,20105987:carton:4211:20107664,20106007:carton:4211:20106738,20108234:carton:4211:20136822,2011'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0044609433981024635, 'nb_photo': 174, 'list_port_cont': '19371781,19371878,19375346,19395419,19396187,19398264,19411163,19412232,19429584,19433395,19442085,19457013,19457932,19468234,19471577,19476478,19477113,19482497,19490567,19504970,19510550,19517041,19517592,19519876,19521293,19526085,19543059,19543583,19544798,19549269,19555652,19556472,19556841,19557593,19572698,19577753,19578494,19581498,19585709,19625706,19631773,19638834,19643552,19649942,19652673,19665847,19695228,19696423,19696813,19700615,19707979,19711762,19735312,19736969,19753193,19758818,19760284,19763007,19766772,19770419,19799204,19802798,19803493,19822207,19830453,19835167,19840720,19843369,19845223,19846163,19852179,19856470,19856681,19863697,19889950,19918200,19929554,19930423,19931465,19931573,19931670,19958639,19965448,19970659,20007443,20016266,20027587,20041409,20042814,20045736,20047929,20083831,20088235,20107422,20115889,20127513,21139243,21139283,21139395,21174084,21174582,21175069,21175971,21176482,21176750,21177451,21177603,21178667,21178933,21179754,21180271,21180556,21184998,2118767', 'assoc_port': '19371333:19371878,19371343:19371781,19375083:19375346,19395028:19395419,19395733:19396187,19397895:19398264,19410821:19411163,19411750:19412232,19429023:19429584,19433117:19433395,19441325:19442085,19456526:19457013,19457586:19457932,19467832:19468234,19470642:19471577,19474562:19476478,19475793:19477113,19477742:19482497,19489650:19490567,19504621:19504970,19510199:19510550,19516785:19517041,19517299:19517592,19519425:19519876,19521073:19521293,19525736:19526085,19542924:19543059,19543454:19543583,19544335:19544798,19548440:19549269,19555144:19556472,19555155:19555652,19556618:19556841,19557296:19557593,19572363:19572698,19576089:19578494,19576093:19577753,19580446:19581498,19584650:19585709,19624385:19625706,19630153:19631773,19637612:19638834,19641633:19643552,19648134:19649942,19650949:19652673,19664410:19665847,19694909:19695228,19696204:19696423,19696358:19696813,19699492:19700615,19706653:19707979,19710368:19711762,19735099:19735312,19736626:19736969,19751134:19753193,19754727:19770419,19757181:1975881', 'assoc_mat': '19371333:carton:3327:19371878,19371343:carton:3327:19371781,19375083:carton:3327:19375346,19395028:carton:3327:19395419,19395733:carton:3327:19396187,19397895:carton:3327:19398264,19410821:carton:3327:19411163,19411750:carton:3327:19412232,19429023:carton:3327:19429584,19433117:carton:3327:19433395,19441325:carton:3327:19442085,19456526:carton:3327:19457013,19457586:carton:3327:19457932,19467832:carton:3327:19468234,19470642:carton:3327:19471577,19474562:carton:3327:19476478,19475793:carton:3327:19477113,19477742:carton:3327:19482497,19489650:carton:3327:19490567,19504621:carton:3327:19504970,19510199:carton:3327:19510550,19516785:carton:3327:19517041,19517299:carton:3327:19517592,19519425:carton:3327:19519876,19521073:carton:3327:19521293,19525736:carton:3327:19526085,19542924:carton:3327:19543059,19543454:carton:3327:19543583,19544335:carton:3327:19544798,19548440:carton:3327:19549269,19555144:carton:3327:19556472,19555155:carton:3327:19555652,19556618:carton:3327:19556841,19557296:carton:3327:19557593,1957'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03065884522892062, 'nb_photo': 555, 'list_port_cont': '21137121,21137360,21137650,21137704,21137891,21137930,21138311,21138644,21138826,21139114,21139216,21139519,21139903,21173206,21173757,21178134,21180123,21180357,21180987,21181411', 'assoc_port': '21136601:21139903,21136603:21139519,21136606:21139216,21136608:21139114,21136617:21138826,21136619:21138644,21136621:21137930,21136624:21137891,21136628:21137704,21136630:21137650,21136633:21137360,21136639:21138311,21136640:21137121,21172933:21173206,21173139:21173757,21177656:21180123,21177716:21180987,21177717:21180357,21177725:21178134,21179437:21181411', 'assoc_mat': '21136601:carton:3594:21139903,21136603:carton:3594:21139519,21136606:carton:3594:21139216,21136608:carton:3594:21139114,21136617:carton:3594:21138826,21136619:carton:3594:21138644,21136621:carton:3594:21137930,21136624:carton:3594:21137891,21136628:carton:3594:21137704,21136630:carton:3594:21137650,21136633:carton:3594:21137360,21136639:carton:3594:21138311,21136640:carton:3594:21137121,21172933:carton:3594:21173206,21173139:carton:3594:21173757,21177656:carton:3594:21180123,21177716:carton:3594:21180987,21177717:carton:3594:21180357,21177725:carton:3594:21178134,21179437:carton:3594:21181411'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0001505998102944071, 'nb_photo': 3, 'list_port_cont': '19485304,20368533', 'assoc_port': '19477264:19485304,19960824:20368533', 'assoc_mat': '19477264:cartonnette:3726:19485304,19960824:cartonnette:3726:20368533'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.002001499464866794, 'nb_photo': 305, 'list_port_cont': '19517194,21136758,21136869,21137051,21137332,21137598,21137688,21137736,21137746,21138218,21138633,21138844,21138926,21139206,21139419,21139539,21139612,21139884,21140033,21140417,21140520,21140608,21140628,21141353,21141431,21141889,21147665,21173253,21173533,21173662,21173920,21174095,21174139,21174389,21174938,21175046,21175176,21175380,21175404,21175444,21175749,21175758,21175811,21175836,21175956,21176133,21176204,21176331,21176793,21176930,21176941,21177131,21177191,21177297,21177312,21177436,21177952,21178009,21178907,21178919,21179162,21179569,21179658,21179667,21179680,21179816,21181085,21181156,21181342,21181550,21181588,21182390,21182485,21182530,21182593,21182603,21184601,21185226,21185248,21187649,21187970,21188086,21188093,21188324,21189701,21189737,21189848,21189898,21189926,21190010,21190137,21190377', 'assoc_port': '19516788:19517194,21136549:21136758,21136550:21141889,21136559:21147665,21136582:21141431,21136586:21141353,21136620:21136869,21136902:21137332,21136920:21137051,21136948:21138633,21137249:21140628,21137302:21137598,21137319:21140608,21137519:21137746,21137523:21137736,21137528:21140417,21137554:21137688,21137951:21138218,21138579:21138926,21138586:21138844,21138719:21140520,21138730:21139612,21138737:21139539,21138777:21139884,21139030:21139419,21139052:21140033,21139055:21139206,21172714:21190377,21172802:21189926,21172834:21189898,21172891:21189848,21172903:21189737,21172958:21189701,21172998:21188324,21172999:21173253,21173011:21190010,21173017:21188093,21173086:21188086,21173096:21190137,21173239:21187649,21173240:21187970,21173266:21173533,21173322:21173662,21173332:21173920,21173831:21185248,21173838:21185226,21173864:21174389,21173868:21174095,21173884:21174139,21174773:21175046,21174787:21174938,21174935:21175444,21174964:21175404,21174995:21175380,21175056:21175176,21175583:21175956,21175585:2117583', 'assoc_mat': '19516788:cartonnette:3726:19517194,21136549:cartonnette:3726:21136758,21136550:cartonnette:3726:21141889,21136559:cartonnette:3726:21147665,21136582:cartonnette:3726:21141431,21136586:cartonnette:3726:21141353,21136620:cartonnette:3726:21136869,21136902:cartonnette:3726:21137332,21136920:cartonnette:3726:21137051,21136948:cartonnette:3726:21138633,21137249:cartonnette:3726:21140628,21137302:cartonnette:3726:21137598,21137319:cartonnette:3726:21140608,21137519:cartonnette:3726:21137746,21137523:cartonnette:3726:21137736,21137528:cartonnette:3726:21140417,21137554:cartonnette:3726:21137688,21137951:cartonnette:3726:21138218,21138579:cartonnette:3726:21138926,21138586:cartonnette:3726:21138844,21138719:cartonnette:3726:21140520,21138730:cartonnette:3726:21139612,21138737:cartonnette:3726:21139539,21138777:cartonnette:3726:21139884,21139030:cartonnette:3726:21139419,21139052:cartonnette:3726:21140033,21139055:cartonnette:3726:21139206,21172714:cartonnette:3726:21190377,21172802:cartonnette:3726:21189926,21172834:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04374455478030799, 'nb_photo': 27, 'list_port_cont': '19485305,19912454,20368540', 'assoc_port': '19477264:19485305,19901747:19912454,19960824:20368540', 'assoc_mat': '19477264:Carton_brun:3726:19485305,19901747:Carton_brun:3726:19912454,19960824:Carton_brun:3726:20368540'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0067713470393685315, 'nb_photo': 861, 'list_port_cont': '19517196,21136749,21137022,21137030,21137056,21137084,21137113,21137235,21137335,21137421,21137431,21137448,21137601,21137687,21137732,21137749,21137779,21138130,21138219,21138628,21138677,21138842,21138921,21139070,21139093,21139210,21139324,21139422,21139534,21139615,21139763,21139888,21140025,21140415,21140602,21140638,21140957,21140984,21141112,21141318,21141398,21141422,21141443,21141539,21141576,21141862,21141888,21147668,21173167,21173247,21173355,21173534,21173651,21173670,21173682,21173911,21174091,21174137,21174390,21174940,21175047,21175117,21175175,21175381,21175403,21175450,21175751,21175763,21175806,21175844,21175958,21176134,21176195,21176205,21176327,21176797,21176932,21176944,21177134,21177190,21177299,21177329,21177439,21177955,21178016,21178903,21178921,21179156,21179322,21179576,21179651,21179669,21179673,21179787,21179819,21179956,21180540,21181079,21181164,21181346,21181354,21181546,21181586,21181796,21182209,21182290,21182392,21182480,21182521,21182596,21182601,21183754,21183772,2118460', 'assoc_port': '19516788:19517196,21136549:21136749,21136550:21141888,21136559:21147668,21136560:21141862,21136574:21141576,21136576:21141539,21136581:21141443,21136582:21141422,21136584:21141398,21136588:21141318,21136598:21141112,21136604:21137030,21136611:21137022,21136618:21140984,21136897:21140957,21136902:21137335,21136914:21137235,21136920:21137056,21136948:21138628,21136950:21137113,21136951:21137421,21136956:21137084,21137249:21140638,21137300:21137431,21137302:21137601,21137319:21140602,21137321:21137448,21137519:21137749,21137523:21137732,21137528:21140415,21137546:21137779,21137554:21137687,21137951:21138219,21137962:21138130,21138540:21138677,21138579:21138921,21138586:21138842,21138606:21139763,21138608:21139070,21138730:21139615,21138737:21139534,21138749:21139093,21138777:21139888,21139030:21139422,21139041:21139324,21139052:21140025,21139055:21139210,21172714:21190379,21172722:21190400,21172802:21189934,21172834:21189900,21172891:21189847,21172903:21189739,21172949:21173167,21172958:21189702,21172965:2119078', 'assoc_mat': '19516788:Carton_brun:3726:19517196,21136549:Carton_brun:3726:21136749,21136550:Carton_brun:3726:21141888,21136559:Carton_brun:3726:21147668,21136560:Carton_brun:3726:21141862,21136574:Carton_brun:3726:21141576,21136576:Carton_brun:3726:21141539,21136581:Carton_brun:3726:21141443,21136582:Carton_brun:3726:21141422,21136584:Carton_brun:3726:21141398,21136588:Carton_brun:3726:21141318,21136598:Carton_brun:3726:21141112,21136604:Carton_brun:3726:21137030,21136611:Carton_brun:3726:21137022,21136618:Carton_brun:3726:21140984,21136897:Carton_brun:3726:21140957,21136902:Carton_brun:3726:21137335,21136914:Carton_brun:3726:21137235,21136920:Carton_brun:3726:21137056,21136948:Carton_brun:3726:21138628,21136950:Carton_brun:3726:21137113,21136951:Carton_brun:3726:21137421,21136956:Carton_brun:3726:21137084,21137249:Carton_brun:3726:21140638,21137300:Carton_brun:3726:21137431,21137302:Carton_brun:3726:21137601,21137319:Carton_brun:3726:21140602,21137321:Carton_brun:3726:21137448,21137519:Carton_brun:3726:21137749,21137523:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011127520886158601, 'nb_photo': 8, 'list_port_cont': '19485297,19912456,19933764,20368543', 'assoc_port': '19477264:19485297,19884822:19933764,19901747:19912456,19960824:20368543', 'assoc_mat': '19477264:Carton_gris:3726:19485297,19884822:Carton_gris:3726:19933764,19901747:Carton_gris:3726:19912456,19960824:Carton_gris:3726:20368543'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00519349039708474, 'nb_photo': 559, 'list_port_cont': '21136750,21136871,21137015,21137025,21137055,21137076,21137114,21137238,21137430,21137592,21137693,21137727,21137744,21137780,21138131,21138220,21138632,21138666,21138841,21138924,21139069,21139094,21139322,21139418,21139537,21139614,21139764,21139883,21140027,21140413,21140607,21140634,21141299,21141428,21141569,21141720,21141768,21141858,21141891,21142135,21147662,21173170,21173249,21173356,21173532,21173654,21173666,21173684,21173922,21174092,21174144,21174388,21174945,21175036,21175107,21175174,21175374,21175446,21175746,21175762,21175803,21175954,21176139,21176207,21176326,21176792,21176925,21176939,21177130,21177199,21177289,21177434,21177960,21178020,21178906,21178917,21179159,21179323,21179575,21179649,21179664,21179679,21179785,21179814,21179951,21180036,21181082,21181160,21181347,21181365,21181549,21181583,21182205,21182295,21182383,21182529,21182592,21182606,21183753,21183775,21184606,21185220,21185253,21187651,21187971,21188081,21188103,21188322,21189703,21189729,21189852,21189895,21189929,2119001', 'assoc_port': '21136549:21136750,21136550:21141891,21136559:21147662,21136560:21141858,21136567:21141768,21136572:21141720,21136574:21141569,21136582:21141428,21136589:21141299,21136594:21142135,21136604:21137025,21136611:21137015,21136620:21136871,21136914:21137238,21136920:21137055,21136948:21138632,21136950:21137114,21136956:21137076,21137249:21140634,21137300:21137430,21137302:21137592,21137319:21140607,21137519:21137744,21137523:21137727,21137528:21140413,21137546:21137780,21137554:21137693,21137951:21138220,21137962:21138131,21138540:21138666,21138579:21138924,21138586:21138841,21138606:21139764,21138608:21139069,21138730:21139614,21138737:21139537,21138749:21139094,21138777:21139883,21139030:21139418,21139041:21139322,21139052:21140027,21172722:21190390,21172802:21189929,21172834:21189895,21172891:21189852,21172903:21189729,21172949:21173170,21172958:21189703,21172985:21173356,21172998:21188322,21172999:21173249,21173011:21190016,21173017:21188103,21173086:21188081,21173096:21190134,21173239:21187651,21173240:2118797', 'assoc_mat': '21136549:Carton_gris:3726:21136750,21136550:Carton_gris:3726:21141891,21136559:Carton_gris:3726:21147662,21136560:Carton_gris:3726:21141858,21136567:Carton_gris:3726:21141768,21136572:Carton_gris:3726:21141720,21136574:Carton_gris:3726:21141569,21136582:Carton_gris:3726:21141428,21136589:Carton_gris:3726:21141299,21136594:Carton_gris:3726:21142135,21136604:Carton_gris:3726:21137025,21136611:Carton_gris:3726:21137015,21136620:Carton_gris:3726:21136871,21136914:Carton_gris:3726:21137238,21136920:Carton_gris:3726:21137055,21136948:Carton_gris:3726:21138632,21136950:Carton_gris:3726:21137114,21136956:Carton_gris:3726:21137076,21137249:Carton_gris:3726:21140634,21137300:Carton_gris:3726:21137430,21137302:Carton_gris:3726:21137592,21137319:Carton_gris:3726:21140607,21137519:Carton_gris:3726:21137744,21137523:Carton_gris:3726:21137727,21137528:Carton_gris:3726:21140413,21137546:Carton_gris:3726:21137780,21137554:Carton_gris:3726:21137693,21137951:Carton_gris:3726:21138220,21137962:Carton_gris:3726:21138131,21138540:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004888207604056086, 'nb_photo': 161, 'list_port_cont': '19372016,19388695,19419712,19433575,19434049,19436604,19490514,19516758,19521923,19543591,19629736,19712436,19728353,19730885,19742213,19868745,19870933,19927335,19929749,19934406,19939949,19945346,19966778,19982746,20149135,20150761,20164748,20166277,20194339,20199879,21173438,21174319,21175726,21193329,21193911,21199075,21199574,21201311,21202822,21205217,21207494,21209178,21209863,21210649,21210980,21211536,21214763,21216421,21216441,21217548,21271158,21274186,21274614,21286107,21286775,21288182,21331240,21335677', 'assoc_port': '19371330:19372016,19388376:19388695,19410818:19419712,19431292:19434049,19432610:19433575,19434928:19436604,19472282:19490514,19477740:19521923,19508552:19516758,19542922:19543591,19557292:21210980,19595770:19629736,19694911:19712436,19697095:19728353,19703072:19730885,19736178:19742213,19828904:19868745,19830365:19870933,19854016:19927335,19888797:19939949,19897039:19945346,19903192:19966778,19929091:19934406,19929173:19929749,19981942:19982746,20043627:20149135,20049858:20150761,20074722:20164748,20076786:20166277,20102661:20194339,20116393:20199879,21136917:21271158,21137275:21274186,21137301:21274614,21137314:21331240,21138610:21286107,21138611:21286775,21138728:21335677,21138752:21288182,21172809:21217548,21172887:21216421,21172892:21216441,21172928:21214763,21172991:21211536,21173019:21210649,21173097:21173438,21173138:21209863,21173188:21209178,21173311:21207494,21173834:21205217,21173886:21174319,21174765:21202822,21174967:21201311,21175051:21175726,21175674:21199574,21175914:21199075,21177708:2119391', 'assoc_mat': '19371330:ela:4205:19372016,19388376:ela:4205:19388695,19410818:ela:4205:19419712,19431292:ela:4205:19434049,19432610:ela:4205:19433575,19434928:ela:4205:19436604,19472282:ela:4205:19490514,19477740:ela:4205:19521923,19508552:ela:4205:19516758,19542922:ela:4205:19543591,19557292:ela:4205:21210980,19595770:ela:4205:19629736,19694911:ela:4205:19712436,19697095:ela:4205:19728353,19703072:ela:4205:19730885,19736178:ela:4205:19742213,19828904:ela:4205:19868745,19830365:ela:4205:19870933,19854016:ela:4205:19927335,19888797:ela:4205:19939949,19897039:ela:4205:19945346,19903192:ela:4205:19966778,19929091:ela:4205:19934406,19929173:ela:4205:19929749,19981942:ela:4205:19982746,20043627:ela:4205:20149135,20049858:ela:4205:20150761,20074722:ela:4205:20164748,20076786:ela:4205:20166277,20102661:ela:4205:20194339,20116393:ela:4205:20199879,21136917:ela:4205:21271158,21137275:ela:4205:21274186,21137301:ela:4205:21274614,21137314:ela:4205:21331240,21138610:ela:4205:21286107,21138611:ela:4205:21286775,21138728:ela:4205:2133567'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9796912483278869, 'nb_photo': 2031, 'list_port_cont': '19378740,19382775,19391044,19414001,19421450,19421669,19432960,19442609,19454857,19460654,19464252,19492243,19498099,19517315,19536259,19555497,19580123,19600890,19631285,19698317,19735534,19736195,19741469,19745781,19747033,19770757,19782404,19820629,19823157,19834503,19866549,19906396,19932250,19933865,19934194,19934615,19945320,19971486,20017960,20085447,20120047,20135034,20149747,20150059,20162218,20194756,20199714,20208109,20277578,21178868,21185332,21190170,21197015,21200261,21206306,21208473,21209628,21210458,21210900,21214500,21216592,21218224,21270587,21334564', 'assoc_port': '19373270:19378740,19377396:19382775,19389028:19391044,19395737:19421669,19409763:19421450,19413714:19414001,19431686:19432960,19438275:19442609,19452003:19454857,19454978:19464252,19460255:19460654,19474564:19492243,19487949:19498099,19509376:19517315,19522263:19536259,19548439:19555497,19559139:19580123,19576088:19600890,19595774:19631285,19662881:19698317,19695270:19736195,19704736:19741469,19715120:19735534,19732428:19745781,19735438:19747033,19754764:19770757,19763322:19782404,19768591:19820629,19794532:19823157,19805097:19834503,19826829:19866549,19844076:19906396,19848346:20017960,19859419:19933865,19859426:19934194,19897027:19945320,19905707:19971486,19929087:19934615,19929163:19932250,19958099:20150059,19984110:20085447,20014712:20120047,20025651:20135034,20039938:20277578,20045888:20149747,20073268:20162218,20104700:20194756,20115134:20199714,20119801:20208109,21136910:21270587,21139048:21334564,21172726:21218224,21172923:21216592,21172981:21214500,21173043:21210900,21173112:21210458,21173173:2120962', 'assoc_mat': '19373270:ela:4203:19378740,19377396:ela:4203:19382775,19389028:ela:4203:19391044,19395737:ela:4203:19421669,19409763:ela:4203:19421450,19413714:ela:4203:19414001,19431686:ela:4203:19432960,19438275:ela:4203:19442609,19452003:ela:4203:19454857,19454978:ela:4203:19464252,19460255:ela:4203:19460654,19474564:ela:4203:19492243,19487949:ela:4203:19498099,19509376:ela:4203:19517315,19522263:ela:4203:19536259,19548439:ela:4203:19555497,19559139:ela:4203:19580123,19576088:ela:4203:19600890,19595774:ela:4203:19631285,19662881:ela:4203:19698317,19695270:ela:4203:19736195,19704736:ela:4203:19741469,19715120:ela:4203:19735534,19732428:ela:4203:19745781,19735438:ela:4203:19747033,19754764:ela:4203:19770757,19763322:ela:4203:19782404,19768591:ela:4203:19820629,19794532:ela:4203:19823157,19805097:ela:4203:19834503,19826829:ela:4203:19866549,19844076:ela:4203:19906396,19848346:ela:4203:20017960,19859419:ela:4203:19933865,19859426:ela:4203:19934194,19897027:ela:4203:19945320,19905707:ela:4203:19971486,19929087:ela:4203:1993461'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015953619491836002, 'nb_photo': 75, 'list_port_cont': '21169322,21169862,21170036,21172329,21172918,21173382,21173818,21174861,21174982,21176071,21176305,21176398,21177473,21177647,21177981,21178182,21179388,21179742,21181261,21181327,21182443,21184328,21184936,21185204,21186715,21187059,21188582,21188702,21189540,21190023,21190220,21190721,21193498,21193836,21194168,21194300,21194635,21194978,21195018,21195453,21195513,21195616,21196940,21197204,21198440,21198806,21199099,21199621,21200318,21200479,21200591,21201834,21202239,21202326,21203188,21203807,21204263', 'assoc_port': '21136913:21204263,21137252:21203188,21137508:21202326,21137515:21202239,21137527:21201834,21137958:21203807,21138543:21200591,21138550:21200479,21138572:21200318,21138593:21199621,21138604:21199099,21138605:21172918,21138723:21172329,21138738:21170036,21138767:21169862,21139034:21169322,21172758:21198806,21172883:21198440,21172939:21197204,21172943:21196940,21173023:21195616,21173025:21195513,21173042:21195453,21173088:21195018,21173091:21194978,21173095:21194635,21173136:21194300,21173151:21173382,21173160:21194168,21173186:21193836,21173241:21193498,21173411:21190721,21173414:21173818,21173835:21190023,21173837:21189540,21173861:21174861,21174647:21188702,21174648:21188582,21174791:21187059,21174795:21174982,21174960:21186715,21175637:21185204,21175642:21190220,21175648:21184936,21175662:21184328,21175909:21176071,21175916:21176398,21175922:21176305,21176556:21178182,21176881:21177647,21176891:21177473,21177719:21177981,21178632:21182443,21178676:21179388,21179206:21181327,21179222:21181261,21179423:2117974', 'assoc_mat': '21136913:ela:4207:21204263,21137252:ela:4207:21203188,21137508:ela:4207:21202326,21137515:ela:4207:21202239,21137527:ela:4207:21201834,21137958:ela:4207:21203807,21138543:ela:4207:21200591,21138550:ela:4207:21200479,21138572:ela:4207:21200318,21138593:ela:4207:21199621,21138604:ela:4207:21199099,21138605:ela:4207:21172918,21138723:ela:4207:21172329,21138738:ela:4207:21170036,21138767:ela:4207:21169862,21139034:ela:4207:21169322,21172758:ela:4207:21198806,21172883:ela:4207:21198440,21172939:ela:4207:21197204,21172943:ela:4207:21196940,21173023:ela:4207:21195616,21173025:ela:4207:21195513,21173042:ela:4207:21195453,21173088:ela:4207:21195018,21173091:ela:4207:21194978,21173095:ela:4207:21194635,21173136:ela:4207:21194300,21173151:ela:4207:21173382,21173160:ela:4207:21194168,21173186:ela:4207:21193836,21173241:ela:4207:21193498,21173411:ela:4207:21190721,21173414:ela:4207:21173818,21173835:ela:4207:21190023,21173837:ela:4207:21189540,21173861:ela:4207:21174861,21174647:ela:4207:21188702,21174648:ela:4207:2118858'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0053617390477679935, 'nb_photo': 32, 'list_port_cont': '21138319,21177688,21179335,21184101,21187934,21190273,21194589,21195635,21199845,21203900,21205362,21209464,21210620,21210834,21210920,21211717,21214654,21215996,21216364,21217809,21274481,21281057,21294494,21299606', 'assoc_port': '21136922:21299606,21136958:21138319,21137270:21274481,21137310:21294494,21137571:21281057,21172735:21217809,21172935:21216364,21172951:21214654,21172952:21215996,21172987:21211717,21173004:21210834,21173021:21210920,21173094:21210620,21173159:21209464,21173829:21205362,21175638:21203900,21176554:21199845,21176609:21195635,21176909:21194589,21176918:21177688,21178749:21179335,21179220:21190273,21179225:21187934,21179354:21184101', 'assoc_mat': '21136922:ela:4461:21299606,21136958:ela:4461:21138319,21137270:ela:4461:21274481,21137310:ela:4461:21294494,21137571:ela:4461:21281057,21172735:ela:4461:21217809,21172935:ela:4461:21216364,21172951:ela:4461:21214654,21172952:ela:4461:21215996,21172987:ela:4461:21211717,21173004:ela:4461:21210834,21173021:ela:4461:21210920,21173094:ela:4461:21210620,21173159:ela:4461:21209464,21173829:ela:4461:21205362,21175638:ela:4461:21203900,21176554:ela:4461:21199845,21176609:ela:4461:21195635,21176909:ela:4461:21194589,21176918:ela:4461:21177688,21178749:ela:4461:21179335,21179220:ela:4461:21190273,21179225:ela:4461:21187934,21179354:ela:4461:21184101'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008253086464311746, 'nb_photo': 45, 'list_port_cont': '21137612,21138691,21140015,21141774,21149886,21157128,21159720,21173428,21174119,21174394,21174711,21174896,21175515,21176021,21177270,21177967,21178684,21180144,21182508,21183881,21184560,21187402,21189721,21190126,21191399,21192054,21196914,21197656,21198204,21200918,21201853,21202444,21202607,21202870,21203931,21204883,21205102,21205404', 'assoc_port': '21136944:21137612,21137283:21159720,21137532:21157128,21137968:21138691,21138575:21149886,21138597:21141774,21139038:21140015,21172864:21205102,21172926:21205404,21172932:21173428,21172990:21204883,21173100:21203931,21173176:21202870,21173182:21202607,21173189:21202444,21173257:21201853,21173320:21200918,21173329:21174119,21173857:21174896,21173865:21174711,21173887:21174394,21174954:21198204,21175015:21175515,21175584:21197656,21175631:21196914,21175670:21176021,21176899:21192054,21176908:21191399,21176921:21177270,21177712:21178684,21177728:21177967,21178369:21189721,21178464:21187402,21178723:21190126,21179168:21184560,21179214:21183881,21179399:21182508,21179427:21180144', 'assoc_mat': '21136944:ela:4200:21137612,21137283:ela:4200:21159720,21137532:ela:4200:21157128,21137968:ela:4200:21138691,21138575:ela:4200:21149886,21138597:ela:4200:21141774,21139038:ela:4200:21140015,21172864:ela:4200:21205102,21172926:ela:4200:21205404,21172932:ela:4200:21173428,21172990:ela:4200:21204883,21173100:ela:4200:21203931,21173176:ela:4200:21202870,21173182:ela:4200:21202607,21173189:ela:4200:21202444,21173257:ela:4200:21201853,21173320:ela:4200:21200918,21173329:ela:4200:21174119,21173857:ela:4200:21174896,21173865:ela:4200:21174711,21173887:ela:4200:21174394,21174954:ela:4200:21198204,21175015:ela:4200:21175515,21175584:ela:4200:21197656,21175631:ela:4200:21196914,21175670:ela:4200:21176021,21176899:ela:4200:21192054,21176908:ela:4200:21191399,21176921:ela:4200:21177270,21177712:ela:4200:21178684,21177728:ela:4200:21177967,21178369:ela:4200:21189721,21178464:ela:4200:21187402,21178723:ela:4200:21190126,21179168:ela:4200:21184560,21179214:ela:4200:21183881,21179399:ela:4200:21182508,21179427:ela:4200:2118014'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0038784884331244797, 'nb_photo': 1264, 'list_port_cont': '21173349,21173387,21173489,21173906,21174046,21174456,21174477,21174559,21174807,21175085,21175323,21175358,21175431,21175791,21176147,21176173,21176340,21176356,21176378,21176404,21176573,21176603,21176765,21177249,21177525,21177593,21177848,21178031,21178032,21178110,21178240,21178284,21178301,21178350,21178538,21178704,21178839,21179147,21179259,21179293,21179491,21179727,21179777,21179988,21180047,21180165,21180280,21180391,21180409,21180868,21182951,21183036,21183514,21183717,21183854,21184180,21184291,21184298,21184706,21184735,21184888,21185019,21185082,21185235,21185310,21185367,21185502,21185855,21185943,21186250,21186407,21186536,21187136,21187197,21187294,21187388,21188118,21188261,21188453,21188885,21189096,21190188,21190206,21190554,21190592,21190652,21190758,21190925,21191024,21191029,21191105,21191191,21191238,21191330,21191420,21191535,21191974,21192016,21192080,21192083,21192134,21192227,21192322,21192347,21192509,21192757,21192835,21192907,21192928,21192944,21193004,21193050,21193118,2119319', 'assoc_port': '19428659:21248570,19438276:21246952,19458789:21248809,19460977:21248681,19469398:21255274,19474557:21254392,19474561:21253861,19477264:21252243,19498629:21237915,19500653:21235951,19505863:21234103,19516423:21218508,19516780:21218403,19524618:21217146,19543451:21216023,19545200:21214732,19553301:21211522,19554129:21173387,19555141:21211404,19558298:21211036,19571015:21216934,19580444:21216707,19598090:21173906,19655151:21210042,19659858:21209746,19737247:21175431,19737437:21175323,19754761:21176340,19758171:21203738,19760878:21203818,19760884:21203654,19763328:21203562,19763356:21203426,19770002:21174456,19830361:21209008,19844397:21199456,19847173:21198846,19859427:21176765,19876106:21197817,19884822:21197197,19884847:21196978,19888799:21196742,19898891:21199896,19901747:21196167,19916125:21195364,19929105:21194884,19960824:21194398,19965567:21194097,19980529:21178538,19980532:21178704,19984107:21178350,20003495:21193761,20017062:21192835,20023443:21192509,20028249:21192080,20028256:21192134,20044538:2119102', 'assoc_mat': '19428659:ela:4209:21248570,19438276:ela:4209:21246952,19458789:ela:4209:21248809,19460977:ela:4209:21248681,19469398:ela:4209:21255274,19474557:ela:4209:21254392,19474561:ela:4209:21253861,19477264:ela:4209:21252243,19498629:ela:4209:21237915,19500653:ela:4209:21235951,19505863:ela:4209:21234103,19516423:ela:4209:21218508,19516780:ela:4209:21218403,19524618:ela:4209:21217146,19543451:ela:4209:21216023,19545200:ela:4209:21214732,19553301:ela:4209:21211522,19554129:ela:4209:21173387,19555141:ela:4209:21211404,19558298:ela:4209:21211036,19571015:ela:4209:21216934,19580444:ela:4209:21216707,19598090:ela:4209:21173906,19655151:ela:4209:21210042,19659858:ela:4209:21209746,19737247:ela:4209:21175431,19737437:ela:4209:21175323,19754761:ela:4209:21176340,19758171:ela:4209:21203738,19760878:ela:4209:21203818,19760884:ela:4209:21203654,19763328:ela:4209:21203562,19763356:ela:4209:21203426,19770002:ela:4209:21174456,19830361:ela:4209:21209008,19844397:ela:4209:21199456,19847173:ela:4209:21198846,19859427:ela:4209:2117676'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009039695645472307, 'nb_photo': 1122, 'list_port_cont': '20085666,20086294,20087132,20089335,20090309,20101307,20106740,20107662,20115910,20117059,20118965,20121969,20122968,20136828,20137452,20137829,20138098,20139825,20139877,20140009,20172566,20174667,20176346,20177623,20196611,20198243,20199590,20200527,20200559,20201316,20231845,20231868,20232918,20233482,20234056,20234168,20235863,20238866,20239135,21137400,21139187,21139678,21163821,21164181,21167758,21168293,21168628,21169497,21169948,21170439,21173766,21174285,21174619,21174827,21175197,21175348,21175561,21176003,21176314,21176632,21177072,21177122,21177415,21177555,21177834,21183059,21187031,21190061,21191099,21191343,21192670,21193178,21196653,21197035,21199204,21199647,21200216,21200288,21200769,21200901,21201142,21202539,21202715,21203077,21203543', 'assoc_port': '19859429:20174667,19954425:20176346,20014710:20196611,20015611:20177623,20023438:20198243,20023441:20199590,20026808:20200527,20031177:20200559,20036276:20201316,20036573:20231845,20039940:20232918,20042505:20231868,20042852:20233482,20044534:20234056,20045059:20234168,20046352:20235863,20047144:20238866,20048499:20239135,20049854:20172566,20063551:20140009,20068359:20139877,20070514:20139825,20071895:20138098,20073270:20137829,20074713:20101307,20076794:20090309,20079018:20089335,20083089:20086294,20083092:20085666,20085536:20087132,20101919:20137452,20105987:20107662,20106007:20106740,20108234:20136828,20115463:20115910,20116392:20117059,20118802:20118965,20121224:20122968,20121231:20121969,21136613:21137400,21137552:21139187,21137971:21170439,21138549:21169948,21138592:21169497,21138615:21168628,21138620:21168293,21138725:21167758,21138733:21164181,21138741:21163821,21139065:21139678,21172727:21203543,21172847:21203077,21172860:21202715,21172936:21173766,21172955:21202539,21173009:21201142,21173010:2120090', 'assoc_mat': '19859429:ela:4211:20174667,19954425:ela:4211:20176346,20014710:ela:4211:20196611,20015611:ela:4211:20177623,20023438:ela:4211:20198243,20023441:ela:4211:20199590,20026808:ela:4211:20200527,20031177:ela:4211:20200559,20036276:ela:4211:20201316,20036573:ela:4211:20231845,20039940:ela:4211:20232918,20042505:ela:4211:20231868,20042852:ela:4211:20233482,20044534:ela:4211:20234056,20045059:ela:4211:20234168,20046352:ela:4211:20235863,20047144:ela:4211:20238866,20048499:ela:4211:20239135,20049854:ela:4211:20172566,20063551:ela:4211:20140009,20068359:ela:4211:20139877,20070514:ela:4211:20139825,20071895:ela:4211:20138098,20073270:ela:4211:20137829,20074713:ela:4211:20101307,20076794:ela:4211:20090309,20079018:ela:4211:20089335,20083089:ela:4211:20086294,20083092:ela:4211:20085666,20085536:ela:4211:20087132,20101919:ela:4211:20137452,20105987:ela:4211:20107662,20106007:ela:4211:20106740,20108234:ela:4211:20136828,20115463:ela:4211:20115910,20116392:ela:4211:20117059,20118802:ela:4211:20118965,20121224:ela:4211:2012296'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0006484880754804793, 'nb_photo': 1, 'list_port_cont': '19557492', 'assoc_port': '19557292:19557492', 'assoc_mat': '19557292:etiquette:4200:19557492'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00010719151846884862, 'nb_photo': 1, 'list_port_cont': '21216428', 'assoc_port': '21172887:21216428', 'assoc_mat': '21172887:etiquette:4205:21216428'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016916674992702524, 'nb_photo': 63, 'list_port_cont': '20135044,20162231,20194743,20199707,20208110,20277587,21178867,21185333,21190172,21197016,21200255,21206301,21208474,21209634,21210462,21210905,21214502,21216593,21218221,21270596,21334556', 'assoc_port': '20025651:20135044,20039938:20277587,20073268:20162231,20104700:20194743,20115134:20199707,20119801:20208110,21136910:21270596,21139048:21334556,21172726:21218221,21172923:21216593,21172981:21214502,21173043:21210905,21173112:21210462,21173173:21209634,21173275:21208474,21173810:21206301,21175654:21200255,21176546:21197016,21177730:21178867,21179158:21190172,21179219:21185333', 'assoc_mat': '20025651:etiquette:4203:20135044,20039938:etiquette:4203:20277587,20073268:etiquette:4203:20162231,20104700:etiquette:4203:20194743,20115134:etiquette:4203:20199707,20119801:etiquette:4203:20208110,21136910:etiquette:4203:21270596,21139048:etiquette:4203:21334556,21172726:etiquette:4203:21218221,21172923:etiquette:4203:21216593,21172981:etiquette:4203:21214502,21173043:etiquette:4203:21210905,21173112:etiquette:4203:21210462,21173173:etiquette:4203:21209634,21173275:etiquette:4203:21208474,21173810:etiquette:4203:21206301,21175654:etiquette:4203:21200255,21176546:etiquette:4203:21197016,21177730:etiquette:4203:21178867,21179158:etiquette:4203:21190172,21179219:etiquette:4203:21185333'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00019481495824143617, 'nb_photo': 5, 'list_port_cont': '21172921,21185803,21187046,21193214,21204417', 'assoc_port': '21136903:21204417,21138605:21172921,21173258:21193214,21174791:21187046,21175629:21185803', 'assoc_mat': '21136903:etiquette:4207:21204417,21138605:etiquette:4207:21172921,21173258:etiquette:4207:21193214,21174791:etiquette:4207:21187046,21175629:etiquette:4207:21185803'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00034771392286512285, 'nb_photo': 5, 'list_port_cont': '21175009,21195180,21203753,21298143', 'assoc_port': '21138760:21298143,21173882:21175009,21175645:21203753,21176887:21195180', 'assoc_mat': '21138760:etiquette:4461:21298143,21173882:etiquette:4461:21175009,21175645:etiquette:4461:21203753,21176887:etiquette:4461:21195180'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001978994173673069, 'nb_photo': 2837, 'list_port_cont': '19370611,19371755,19373184,19373868,19374473,19377702,19379399,19387362,19387562,19388223,19393022,19394590,19395983,19397179,19399047,19409857,19410523,19410919,19411421,19411860,19428744,19429614,19431478,19433327,19437724,19439966,19440806,19447290,19451134,19452606,19452775,19453682,19454202,19457798,19458560,19460168,19460411,19467216,19467437,19468386,19470270,19471364,19473213,19476025,19476182,19477887,19481226,19486667,19488343,19498362,19500891,19501951,19503296,19506127,19506286,19508031,19508154,19509551,19510377,19516982,19517569,19517737,19518424,19520574,19524896,19525902,19528208,19543531,19544486,19545611,19548084,19549154,19549931,19550887,19554429,19554583,19555415,19556365,19556911,19558489,19574527,19574677,19590795,19592353,19596417,19598811,19625016,19646693,19649283,19653242,19653442,19660901,19663610,19693639,19696995,19697482,19701192,19704638,19705259,19706001,19707098,19713513,19716199,19719999,19720199,19726998,19731023,19731966,19733533,19735236,19735612,19735893,19736503,1973702', 'assoc_port': '19370490:19370611,19371345:19371755,19372925:19373184,19373269:19373868,19374327:19374473,19377393:19377702,19377991:19379399,19387142:19387562,19387146:19387362,19388091:19388223,19392668:19393022,19394322:19394590,19395741:19395983,19396942:19397179,19398803:19399047,19409762:19409857,19410364:19410523,19410822:19410919,19411326:19411421,19411749:19411860,19428661:19428744,19429024:19429614,19431296:19431478,19433116:19433327,19437327:19437724,19439727:19439966,19440252:19440806,19446871:19447290,19450727:19451134,19452006:19452775,19452026:19452606,19453211:19453682,19454047:19454202,19457585:19457798,19458328:19458560,19459522:19460168,19460252:19460411,19465712:19468386,19466860:19467437,19466864:19467216,19469395:19470270,19470646:19471364,19472285:19473213,19474560:19476182,19475784:19476025,19477265:19477887,19480443:19481226,19485837:19486667,19487955:19488343,19498295:19498362,19500652:19500891,19501672:19501951,19503120:19503296,19505862:19506286,19505869:19506127,19507773:19508154,19507777:1950803', 'assoc_mat': '19370490:etiquette:4200:19370611,19371345:etiquette:4200:19371755,19372925:etiquette:4200:19373184,19373269:etiquette:4200:19373868,19374327:etiquette:4200:19374473,19377393:etiquette:4200:19377702,19377991:etiquette:4200:19379399,19387142:etiquette:4200:19387562,19387146:etiquette:4200:19387362,19388091:etiquette:4200:19388223,19392668:etiquette:4200:19393022,19394322:etiquette:4200:19394590,19395741:etiquette:4200:19395983,19396942:etiquette:4200:19397179,19398803:etiquette:4200:19399047,19409762:etiquette:4200:19409857,19410364:etiquette:4200:19410523,19410822:etiquette:4200:19410919,19411326:etiquette:4200:19411421,19411749:etiquette:4200:19411860,19428661:etiquette:4200:19428744,19429024:etiquette:4200:19429614,19431296:etiquette:4200:19431478,19433116:etiquette:4200:19433327,19437327:etiquette:4200:19437724,19439727:etiquette:4200:19439966,19440252:etiquette:4200:19440806,19446871:etiquette:4200:19447290,19450727:etiquette:4200:19451134,19452006:etiquette:4200:19452775,19452026:etiquette:4200:19452606,1'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008932914052715299, 'nb_photo': 257, 'list_port_cont': '21173486,21174179,21174473,21175073,21175101,21175355,21175439,21175503,21175796,21176154,21176175,21176375,21176409,21176566,21176589,21176874,21177516,21177596,21178118,21178295,21179141,21179253,21180046,21180285,21180872,21182958,21183039,21184727,21185080,21185841,21185945,21186530,21188110,21190198,21190646,21190918,21190993,21191245,21191409,21191971,21192066,21193014,21193102,21193123,21193186,21193371,21193892,21194407,21194908,21195217,21196077,21196124,21196166,21196528,21196571,21196812,21196825,21197001,21197196,21197764,21198014,21198376,21198454,21198622,21199251,21199263,21199466,21199605,21199797,21199901,21199927,21200186,21200562,21200805,21200827,21200963,21201036,21201055,21201197,21201275,21201464,21201520,21201543,21201890,21202094,21202178,21202265,21202659,21202730,21203137,21203445,21203509,21203650,21203740,21203792,21203816,21204343,21204369,21204779,21205197,21205280,21205334,21206134,21206356,21206758,21206777,21206878,21207526,21208064,21208661,21209038,21209121,21209231,2120927', 'assoc_port': '19474561:21253858,19498629:21237921,19516780:21218401,19545200:21214722,19571015:21216937,19702409:21201890,19737247:21175439,19758171:21203740,19760878:21203816,19760884:21203650,19844397:21199466,19856581:21176874,19884822:21197196,19898891:21199901,19901747:21196166,20028249:21192066,20044538:21190993,20045058:21190918,20063546:21190198,20101894:21185080,20121243:21180285,21136555:21262378,21136561:21261654,21136569:21260957,21136615:21258138,21136629:21257651,21136631:21257437,21136632:21256933,21136635:21257162,21136899:21255871,21136904:21255478,21136919:21254747,21136928:21253843,21137239:21251607,21137240:21251082,21137244:21250660,21137250:21250727,21137269:21250329,21137279:21249814,21137280:21250148,21137282:21249565,21137308:21249320,21137323:21248655,21137509:21248129,21137510:21247928,21137513:21247839,21137525:21247594,21137529:21247367,21137538:21247284,21137553:21246860,21137572:21246762,21137959:21246553,21137967:21245990,21137969:21246008,21138578:21245020,21138585:21244205,21138596:2124383', 'assoc_mat': '19474561:etiquette:4209:21253858,19498629:etiquette:4209:21237921,19516780:etiquette:4209:21218401,19545200:etiquette:4209:21214722,19571015:etiquette:4209:21216937,19702409:etiquette:4209:21201890,19737247:etiquette:4209:21175439,19758171:etiquette:4209:21203740,19760878:etiquette:4209:21203816,19760884:etiquette:4209:21203650,19844397:etiquette:4209:21199466,19856581:etiquette:4209:21176874,19884822:etiquette:4209:21197196,19898891:etiquette:4209:21199901,19901747:etiquette:4209:21196166,20028249:etiquette:4209:21192066,20044538:etiquette:4209:21190993,20045058:etiquette:4209:21190918,20063546:etiquette:4209:21190198,20101894:etiquette:4209:21185080,20121243:etiquette:4209:21180285,21136555:etiquette:4209:21262378,21136561:etiquette:4209:21261654,21136569:etiquette:4209:21260957,21136615:etiquette:4209:21258138,21136629:etiquette:4209:21257651,21136631:etiquette:4209:21257437,21136632:etiquette:4209:21256933,21136635:etiquette:4209:21257162,21136899:etiquette:4209:21255871,21136904:etiquette:4209:21255478,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.064135493758825e-05, 'nb_photo': 129, 'list_port_cont': '20085679,20086296,20087141,20089337,20101306,20106733,20115908,20117051,20118956,20136825,20137457,20137823,20138099,20172563,20174652,20177637,20199600,20200550,20201325,20231835,20232925,20234055,20234166,20235864,20238853,20239142,21137411,21139675,21163808,21164179,21167767,21168282,21168641,21169499,21169958,21170443,21173774,21174275,21174615,21174818,21175187,21176002,21176311,21176641,21177081,21177423,21177559,21177827,21183051,21187036,21190057,21191347,21193168,21197032,21198747,21200293,21200781,21201141,21202725,21203540', 'assoc_port': '19859429:20174652,20015611:20177637,20023441:20199600,20031177:20200550,20036276:20201325,20036573:20231835,20039940:20232925,20044534:20234055,20045059:20234166,20046352:20235864,20047144:20238853,20048499:20239142,20049854:20172563,20071895:20138099,20073270:20137823,20074713:20101306,20079018:20089337,20083089:20086296,20083092:20085679,20085536:20087141,20101919:20137457,20106007:20106733,20108234:20136825,20115463:20115908,20116392:20117051,20118802:20118956,21136613:21137411,21137971:21170443,21138549:21169958,21138592:21169499,21138615:21168641,21138620:21168282,21138725:21167767,21138733:21164179,21138741:21163808,21139065:21139675,21172727:21203540,21172860:21202725,21172936:21173774,21173009:21201141,21173089:21200781,21173140:21200293,21173409:21174275,21173805:21198747,21173876:21174818,21173880:21174615,21174772:21175187,21174949:21197032,21175589:21176311,21175653:21176002,21175921:21177081,21175940:21176641,21176550:21177423,21176888:21177827,21176903:21177559,21178391:21193168,21178640:2119134', 'assoc_mat': '19859429:etiquette:4211:20174652,20015611:etiquette:4211:20177637,20023441:etiquette:4211:20199600,20031177:etiquette:4211:20200550,20036276:etiquette:4211:20201325,20036573:etiquette:4211:20231835,20039940:etiquette:4211:20232925,20044534:etiquette:4211:20234055,20045059:etiquette:4211:20234166,20046352:etiquette:4211:20235864,20047144:etiquette:4211:20238853,20048499:etiquette:4211:20239142,20049854:etiquette:4211:20172563,20071895:etiquette:4211:20138099,20073270:etiquette:4211:20137823,20074713:etiquette:4211:20101306,20079018:etiquette:4211:20089337,20083089:etiquette:4211:20086296,20083092:etiquette:4211:20085679,20085536:etiquette:4211:20087141,20101919:etiquette:4211:20137457,20106007:etiquette:4211:20106733,20108234:etiquette:4211:20136825,20115463:etiquette:4211:20115908,20116392:etiquette:4211:20117051,20118802:etiquette:4211:20118956,21136613:etiquette:4211:21137411,21137971:etiquette:4211:21170443,21138549:etiquette:4211:21169958,21138592:etiquette:4211:21169499,21138615:etiquette:4211:21168641,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0008458748444597118, 'nb_photo': 19, 'list_port_cont': '19388338,19398268,19411154,19457015,19693335,19696933,19704964,19736018,19803502,19905902,20027588,20107431,21140370,21167895,21177175,21187685', 'assoc_port': '19388090:19388338,19397895:19398268,19410821:19411154,19456526:19457015,19693113:19693335,19696353:19696933,19704032:19704964,19735678:19736018,19802103:19803502,19844067:19905902,20025654:20027588,20106006:20107431,21137278:21167895,21138588:21140370,21175944:21177175,21176529:21187685', 'assoc_mat': '19388090:etiquette:3327:19388338,19397895:etiquette:3327:19398268,19410821:etiquette:3327:19411154,19456526:etiquette:3327:19457015,19693113:etiquette:3327:19693335,19696353:etiquette:3327:19696933,19704032:etiquette:3327:19704964,19735678:etiquette:3327:19736018,19802103:etiquette:3327:19803502,19844067:etiquette:3327:19905902,20025654:etiquette:3327:20027588,20106006:etiquette:3327:20107431,21137278:etiquette:3327:21167895,21138588:etiquette:3327:21140370,21175944:etiquette:3327:21177175,21176529:etiquette:3327:21187685'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.026840699896044998, 'nb_photo': 344, 'list_port_cont': '21173443,21174320,21175716,21193335,21193916,21199582,21201318,21202819,21205226,21207483,21209182,21209872,21210647,21210974,21211540,21214756,21216416,21216445,21217560,21271156,21274188,21274617,21286101,21286776,21288171,21331245,21334964,21335681', 'assoc_port': '19557292:21210974,21136917:21271156,21137275:21274188,21137301:21274617,21137314:21331245,21138587:21334964,21138610:21286101,21138611:21286776,21138728:21335681,21138752:21288171,21172809:21217560,21172887:21216416,21172892:21216445,21172928:21214756,21172991:21211540,21173019:21210647,21173097:21173443,21173138:21209872,21173188:21209182,21173311:21207483,21173834:21205226,21173886:21174320,21174765:21202819,21174967:21201318,21175051:21175716,21175674:21199582,21177708:21193916,21178338:21193335', 'assoc_mat': '19557292:film_plastique:4205:21210974,21136917:film_plastique:4205:21271156,21137275:film_plastique:4205:21274188,21137301:film_plastique:4205:21274617,21137314:film_plastique:4205:21331245,21138587:film_plastique:4205:21334964,21138610:film_plastique:4205:21286101,21138611:film_plastique:4205:21286776,21138728:film_plastique:4205:21335681,21138752:film_plastique:4205:21288171,21172809:film_plastique:4205:21217560,21172887:film_plastique:4205:21216416,21172892:film_plastique:4205:21216445,21172928:film_plastique:4205:21214756,21172991:film_plastique:4205:21211540,21173019:film_plastique:4205:21210647,21173097:film_plastique:4205:21173443,21173138:film_plastique:4205:21209872,21173188:film_plastique:4205:21209182,21173311:film_plastique:4205:21207483,21173834:film_plastique:4205:21205226,21173886:film_plastique:4205:21174320,21174765:film_plastique:4205:21202819,21174967:film_plastique:4205:21201318,21175051:film_plastique:4205:21175716,21175674:film_plastique:4205:21199582,21177708:film_plastique:4205:2119391'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010630802491777362, 'nb_photo': 9956, 'list_port_cont': '19378735,19382767,19391050,19414007,19421456,19421672,19432967,19442605,19454860,19460664,19464248,19492239,19498096,19517307,19536264,19555493,19580120,19600900,19631279,19698315,19735533,19736193,19741475,19745782,19747030,19770762,19782402,19820641,19823153,19834492,19866551,19906410,19932253,19933866,19934192,19934602,19945322,19971478,20017961,20085448,20120041,20135040,20149746,20150057,20162221,20194750,20199708,20208103,20277584,21178870,21185324,21190165,21197008,21200258,21206302,21208471,21209640,21210456,21210896,21214497,21216591,21218227,21270592,21334553', 'assoc_port': '19373270:19378735,19377396:19382767,19389028:19391050,19395737:19421672,19409763:19421456,19413714:19414007,19431686:19432967,19438275:19442605,19452003:19454860,19454978:19464248,19460255:19460664,19474564:19492239,19487949:19498096,19509376:19517307,19522263:19536264,19548439:19555493,19559139:19580120,19576088:19600900,19595774:19631279,19662881:19698315,19695270:19736193,19704736:19741475,19715120:19735533,19732428:19745782,19735438:19747030,19754764:19770762,19763322:19782402,19768591:19820641,19794532:19823153,19805097:19834492,19826829:19866551,19844076:19906410,19848346:20017961,19859419:19933866,19859426:19934192,19897027:19945322,19905707:19971478,19929087:19934602,19929163:19932253,19958099:20150057,19984110:20085448,20014712:20120041,20025651:20135040,20039938:20277584,20045888:20149746,20073268:20162221,20104700:20194750,20115134:20199708,20119801:20208103,21136910:21270592,21139048:21334553,21172726:21218227,21172923:21216591,21172981:21214497,21173043:21210896,21173112:21210456,21173173:2120964', 'assoc_mat': '19373270:film_plastique:4203:19378735,19377396:film_plastique:4203:19382767,19389028:film_plastique:4203:19391050,19395737:film_plastique:4203:19421672,19409763:film_plastique:4203:19421456,19413714:film_plastique:4203:19414007,19431686:film_plastique:4203:19432967,19438275:film_plastique:4203:19442605,19452003:film_plastique:4203:19454860,19454978:film_plastique:4203:19464248,19460255:film_plastique:4203:19460664,19474564:film_plastique:4203:19492239,19487949:film_plastique:4203:19498096,19509376:film_plastique:4203:19517307,19522263:film_plastique:4203:19536264,19548439:film_plastique:4203:19555493,19559139:film_plastique:4203:19580120,19576088:film_plastique:4203:19600900,19595774:film_plastique:4203:19631279,19662881:film_plastique:4203:19698315,19695270:film_plastique:4203:19736193,19704736:film_plastique:4203:19741475,19715120:film_plastique:4203:19735533,19732428:film_plastique:4203:19745782,19735438:film_plastique:4203:19747030,19754764:film_plastique:4203:19770762,19763322:film_plastique:4203:1978240'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033125063423214817, 'nb_photo': 2313, 'list_port_cont': '19370181,19370585,19393748,19410148,19410486,19429291,19451101,19461164,19520522,19543509,19571179,19630951,19638665,19641427,19693358,19694333,19702913,19703046,19734413,19750335,19762945,19820195,19825578,19843486,19930658,19931079,19958865,20068497,20112727,20114745,21137481,21137795,21168521,21168671,21168710,21169323,21169370,21169805,21169858,21170042,21170653,21170837,21170985,21172339,21172427,21172442,21172523,21172640,21172920,21173232,21173383,21173555,21173598,21173811,21174072,21174199,21174572,21174847,21174978,21175210,21175385,21175536,21175687,21175708,21175849,21176078,21176301,21176389,21176662,21176703,21176736,21176997,21177152,21177358,21177458,21177638,21177889,21177989,21178067,21178471,21178792,21178945,21179270,21179381,21179543,21179738,21179798,21180070,21180995,21181113,21181246,21181337,21181384,21181625,21182045,21182161,21182299,21182437,21182786,21183010,21184235,21184317,21184462,21184565,21184777,21184932,21185203,21185355,21185554,21185798,21185972,21185986,21186255,2118648', 'assoc_port': '19370012:19370181,19370527:19370585,19393354:19393748,19409943:19410148,19410363:19410486,19429020:19429291,19450726:19451101,19460980:19461164,19520063:19520522,19543455:19543509,19571019:19571179,19630156:19630951,19637611:19638665,19640302:19641427,19693114:19693358,19694237:19694333,19702412:19703046,19702414:19702913,19734227:19734413,19750179:19750335,19762340:19762945,19819066:19820195,19824209:19825578,19843219:19843486,19929081:19931079,19929097:19930658,19958105:19958865,20066052:20068497,20110612:20112727,20113526:20114745,21136895:21204521,21136900:21204476,21136903:21204413,21136908:21204348,21136913:21204261,21136923:21204130,21136946:21137481,21137243:21203548,21137245:21203405,21137252:21203183,21137272:21203060,21137277:21203013,21137306:21202904,21137315:21202833,21137504:21202750,21137505:21202582,21137507:21202479,21137508:21202332,21137515:21202241,21137517:21202072,21137521:21201922,21137527:21201838,21137531:21201797,21137535:21201783,21137545:21201689,21137547:21201489,21137551:2120137', 'assoc_mat': '19370012:film_plastique:4207:19370181,19370527:film_plastique:4207:19370585,19393354:film_plastique:4207:19393748,19409943:film_plastique:4207:19410148,19410363:film_plastique:4207:19410486,19429020:film_plastique:4207:19429291,19450726:film_plastique:4207:19451101,19460980:film_plastique:4207:19461164,19520063:film_plastique:4207:19520522,19543455:film_plastique:4207:19543509,19571019:film_plastique:4207:19571179,19630156:film_plastique:4207:19630951,19637611:film_plastique:4207:19638665,19640302:film_plastique:4207:19641427,19693114:film_plastique:4207:19693358,19694237:film_plastique:4207:19694333,19702412:film_plastique:4207:19703046,19702414:film_plastique:4207:19702913,19734227:film_plastique:4207:19734413,19750179:film_plastique:4207:19750335,19762340:film_plastique:4207:19762945,19819066:film_plastique:4207:19820195,19824209:film_plastique:4207:19825578,19843219:film_plastique:4207:19843486,19929081:film_plastique:4207:19931079,19929097:film_plastique:4207:19930658,19958105:film_plastique:4207:1995886'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7659838114030344, 'nb_photo': 10324, 'list_port_cont': '19382627,21138318,21173628,21173980,21174211,21175006,21175870,21176081,21176259,21177013,21177311,21177682,21177768,21178212,21178438,21178767,21179337,21179691,21179871,21180193,21183100,21183284,21183393,21183560,21183941,21184088,21184617,21185513,21185912,21186361,21186914,21187933,21188552,21188822,21190265,21190341,21190425,21190859,21190885,21191219,21191429,21191728,21191862,21192103,21192161,21192546,21192768,21193022,21193071,21193301,21193454,21193730,21194031,21194262,21194364,21194464,21194585,21194790,21194821,21195177,21195565,21195645,21195908,21196048,21196264,21196538,21196715,21197223,21197287,21197830,21197944,21198100,21198179,21198625,21199144,21199224,21199361,21199536,21199694,21199841,21199999,21200093,21200628,21200989,21201074,21201156,21201429,21201477,21201631,21201958,21202146,21202497,21202554,21202686,21202770,21202929,21203309,21203450,21203594,21203746,21203854,21203911,21203972,21204054,21204191,21205048,21205237,21205300,21205363,21206074,21206245,21206474,21206621,2120666', 'assoc_port': '19377397:19382627,21136554:21263445,21136557:21303114,21136564:21302591,21136602:21302356,21136634:21301971,21136642:21264079,21136896:21269773,21136901:21270088,21136906:21270267,21136912:21270794,21136915:21272017,21136922:21299611,21136927:21299515,21136947:21273308,21136954:21273442,21136958:21138318,21137241:21273690,21137247:21274206,21137270:21274489,21137274:21274430,21137281:21275722,21137304:21276278,21137310:21294497,21137324:21277728,21137506:21278071,21137516:21278631,21137526:21292407,21137530:21279566,21137540:21279877,21137549:21280370,21137571:21281069,21137953:21281382,21137956:21281662,21137960:21282514,21137965:21282791,21137972:21294270,21138545:21283929,21138553:21295279,21138576:21284781,21138582:21285570,21138589:21286172,21138595:21286359,21138602:21286685,21138609:21286843,21138616:21290792,21138625:21288138,21138724:21287467,21138734:21286635,21138739:21286433,21138746:21286261,21138760:21298136,21138774:21286133,21138796:21285644,21139022:21284269,21139024:21284670,21139033:2128446', 'assoc_mat': '19377397:film_plastique:4461:19382627,21136554:film_plastique:4461:21263445,21136557:film_plastique:4461:21303114,21136564:film_plastique:4461:21302591,21136602:film_plastique:4461:21302356,21136634:film_plastique:4461:21301971,21136642:film_plastique:4461:21264079,21136896:film_plastique:4461:21269773,21136901:film_plastique:4461:21270088,21136906:film_plastique:4461:21270267,21136912:film_plastique:4461:21270794,21136915:film_plastique:4461:21272017,21136922:film_plastique:4461:21299611,21136927:film_plastique:4461:21299515,21136947:film_plastique:4461:21273308,21136954:film_plastique:4461:21273442,21136958:film_plastique:4461:21138318,21137241:film_plastique:4461:21273690,21137247:film_plastique:4461:21274206,21137270:film_plastique:4461:21274489,21137274:film_plastique:4461:21274430,21137281:film_plastique:4461:21275722,21137304:film_plastique:4461:21276278,21137310:film_plastique:4461:21294497,21137324:film_plastique:4461:21277728,21137506:film_plastique:4461:21278071,21137516:film_plastique:4461:2127863'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015553084426634644, 'nb_photo': 1445, 'list_port_cont': '21137257,21137294,21137618,21138147,21138502,21138686,21139957,21140012,21140726,21141151,21141623,21141776,21146773,21149881,21155317,21157123,21157448,21159118,21159374,21159719,21162410,21162594,21173421,21173964,21174109,21174120,21174174,21174336,21174395,21174710,21174882,21175232,21175516,21175779,21176011,21176255,21176716,21177044,21177167,21177285,21177537,21177975,21178148,21178185,21178278,21178693,21178883,21179123,21179227,21179400,21179521,21179556,21179580,21179837,21179853,21180083,21180153,21182458,21182525,21182988,21183065,21183133,21183870,21184007,21184383,21184562,21185056,21185188,21185403,21186013,21186282,21186738,21186806,21187407,21187665,21188002,21188512,21188670,21189117,21189265,21189451,21189712,21190121,21190517,21190702,21191012,21191396,21191628,21192063,21192397,21192620,21192888,21193387,21193619,21193846,21194239,21194512,21194672,21194996,21195310,21195530,21195991,21196638,21196922,21197657,21197889,21198211,21198472,21198731,21199068,21199299,21200278,21200402,2120055', 'assoc_port': '21136562:21137294,21136563:21137257,21136907:21162594,21136918:21162410,21136944:21137618,21137283:21159719,21137307:21159374,21137511:21159118,21137512:21157448,21137532:21157123,21137537:21155317,21137543:21138502,21137548:21138147,21137968:21138686,21138575:21149881,21138591:21146773,21138597:21141776,21138621:21141623,21138785:21141151,21139023:21140726,21139038:21140012,21139046:21139957,21172716:21207013,21172754:21206448,21172798:21206194,21172842:21205850,21172855:21205761,21172864:21205107,21172886:21206052,21172900:21205600,21172902:21205536,21172924:21204964,21172926:21205402,21172932:21173421,21172990:21204896,21173014:21204736,21173024:21204528,21173046:21204494,21173048:21204437,21173093:21204284,21173098:21204180,21173100:21203935,21173125:21203699,21173144:21203265,21173158:21203039,21173176:21202862,21173182:21202603,21173189:21202434,21173218:21202211,21173235:21202047,21173257:21201850,21173281:21201761,21173308:21201671,21173319:21201396,21173320:21200915,21173329:21174120,21173354:2117396', 'assoc_mat': '21136562:film_plastique:4200:21137294,21136563:film_plastique:4200:21137257,21136907:film_plastique:4200:21162594,21136918:film_plastique:4200:21162410,21136944:film_plastique:4200:21137618,21137283:film_plastique:4200:21159719,21137307:film_plastique:4200:21159374,21137511:film_plastique:4200:21159118,21137512:film_plastique:4200:21157448,21137532:film_plastique:4200:21157123,21137537:film_plastique:4200:21155317,21137543:film_plastique:4200:21138502,21137548:film_plastique:4200:21138147,21137968:film_plastique:4200:21138686,21138575:film_plastique:4200:21149881,21138591:film_plastique:4200:21146773,21138597:film_plastique:4200:21141776,21138621:film_plastique:4200:21141623,21138785:film_plastique:4200:21141151,21139023:film_plastique:4200:21140726,21139038:film_plastique:4200:21140012,21139046:film_plastique:4200:21139957,21172716:film_plastique:4200:21207013,21172754:film_plastique:4200:21206448,21172798:film_plastique:4200:21206194,21172842:film_plastique:4200:21205850,21172855:film_plastique:4200:2120576'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.004825751017362812, 'nb_photo': 1098, 'list_port_cont': '19428719,19438773,19458523,19459012,19461391,19468096,19470017,19475326,19475493,19498947,19500772,19506304,19517062,19518496,19524974,19543548,19545574,19553491,19554330,19558507,19562178,19571274,19581202,19583057,19598788,19656558,19660858,19703232,19735564,19737303,19737709,19756322,19759032,19762180,19764126,19764284,19771104,19778731,19831673,19845170,19847545,19857691,19860737,19885710,19889378,19899703,19911397,19917006,19930468,19965961,19976976,19981056,19983813,19985098,20005482,20012073,20018074,20023858,20028643,20028662,20044698,20047373,20048835,20050746,20052199,20064629,20072564,20076485,20084097,20116399,20117097,20118260,20122393', 'assoc_port': '19428659:19428719,19438276:19438773,19458329:19458523,19458789:19459012,19460977:19461391,19467828:19468096,19469398:19470017,19474561:19475493,19474563:19475326,19498629:19498947,19500653:19500772,19505863:19506304,19516423:19518496,19516780:19517062,19524618:19524974,19543451:19543548,19545200:19545574,19553301:19553491,19554129:19554330,19555141:19562178,19558298:19558507,19571015:19571274,19580444:19581202,19581718:19583057,19598090:19598788,19655151:19656558,19659858:19660858,19702409:19703232,19735437:19735564,19737247:19737303,19737437:19737709,19754761:19756322,19758171:19759032,19760878:19778731,19760884:19762180,19763328:19764284,19763356:19764126,19770002:19771104,19830361:19831673,19844397:19845170,19847173:19847545,19856581:19857691,19859427:19860737,19876106:19911397,19884847:19885710,19888799:19889378,19898891:19899703,19916125:19917006,19929105:19930468,19965567:19965961,19976778:19976976,19980529:19983813,19980532:19981056,19984107:19985098,20003495:20005482,20010529:20012073,20017062:2001807', 'assoc_mat': '19428659:film_plastique:4207:19428719,19438276:film_plastique:4207:19438773,19458329:film_plastique:4207:19458523,19458789:film_plastique:4207:19459012,19460977:film_plastique:4207:19461391,19467828:film_plastique:4207:19468096,19469398:film_plastique:4207:19470017,19474561:film_plastique:4207:19475493,19474563:film_plastique:4207:19475326,19498629:film_plastique:4207:19498947,19500653:film_plastique:4207:19500772,19505863:film_plastique:4207:19506304,19516423:film_plastique:4207:19518496,19516780:film_plastique:4207:19517062,19524618:film_plastique:4207:19524974,19543451:film_plastique:4207:19543548,19545200:film_plastique:4207:19545574,19553301:film_plastique:4207:19553491,19554129:film_plastique:4207:19554330,19555141:film_plastique:4207:19562178,19558298:film_plastique:4207:19558507,19571015:film_plastique:4207:19571274,19580444:film_plastique:4207:19581202,19581718:film_plastique:4207:19583057,19598090:film_plastique:4207:19598788,19655151:film_plastique:4207:19656558,19659858:film_plastique:4207:1966085'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03729823885769063, 'nb_photo': 2545, 'list_port_cont': '21173336,21173396,21173491,21173521,21173907,21174043,21174158,21174182,21174244,21174464,21174481,21174545,21174798,21175079,21175094,21175326,21175432,21175495,21175792,21176155,21176183,21176351,21176357,21176366,21176410,21176568,21176598,21176622,21176770,21176863,21177205,21177243,21177511,21177587,21177850,21177863,21178034,21178112,21178234,21178296,21178310,21178344,21178534,21178562,21178708,21178844,21179138,21179251,21179295,21179492,21179721,21179774,21179983,21180055,21180109,21180168,21180283,21180396,21180413,21182953,21183040,21183525,21183859,21184020,21184311,21184696,21184723,21184879,21185017,21185089,21185241,21185316,21185377,21185503,21185842,21185938,21186246,21186401,21186535,21187087,21187131,21187195,21187298,21187396,21188252,21188452,21188606,21188908,21189103,21190197,21190548,21190606,21190649,21190744,21190910,21190989,21190994,21191111,21191185,21191325,21191533,21191963,21192018,21192076,21192092,21192144,21192249,21192310,21192350,21192510,21192752,21192839,21192906,2119292', 'assoc_port': '19428659:21248567,19438276:21246938,19458329:21249054,19458789:21248806,19460977:21248687,19467828:21255762,19469398:21255265,19474561:21253852,19474563:21253345,19477264:21252239,19498629:21237923,19500653:21235964,19505863:21234104,19516423:21218513,19516780:21218397,19524618:21217131,19543451:21216024,19545200:21214730,19553301:21211531,19554129:21173396,19555141:21211417,19558298:21211039,19571015:21216936,19580444:21216714,19581718:21216398,19598090:21173907,19655151:21210049,19659858:21209755,19702409:21201887,19735437:21205211,19737247:21175432,19737437:21175326,19754761:21176351,19758171:21203731,19760878:21203820,19760884:21203659,19763328:21203564,19763356:21203422,19770002:21174464,19830361:21209010,19844397:21199453,19847173:21198857,19856581:21176863,19859427:21176770,19876106:21197814,19884822:21197187,19884847:21196977,19888799:21196749,19898891:21199897,19901747:21196169,19916125:21195361,19929105:21194877,19960824:21194392,19965567:21194094,19976778:21178562,19980529:21178534,19980532:2117870', 'assoc_mat': '19428659:film_plastique:4209:21248567,19438276:film_plastique:4209:21246938,19458329:film_plastique:4209:21249054,19458789:film_plastique:4209:21248806,19460977:film_plastique:4209:21248687,19467828:film_plastique:4209:21255762,19469398:film_plastique:4209:21255265,19474561:film_plastique:4209:21253852,19474563:film_plastique:4209:21253345,19477264:film_plastique:4209:21252239,19498629:film_plastique:4209:21237923,19500653:film_plastique:4209:21235964,19505863:film_plastique:4209:21234104,19516423:film_plastique:4209:21218513,19516780:film_plastique:4209:21218397,19524618:film_plastique:4209:21217131,19543451:film_plastique:4209:21216024,19545200:film_plastique:4209:21214730,19553301:film_plastique:4209:21211531,19554129:film_plastique:4209:21173396,19555141:film_plastique:4209:21211417,19558298:film_plastique:4209:21211039,19571015:film_plastique:4209:21216936,19580444:film_plastique:4209:21216714,19581718:film_plastique:4209:21216398,19598090:film_plastique:4209:21173907,19655151:film_plastique:4209:2121004'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002587944151642958, 'nb_photo': 19820, 'list_port_cont': '19377668,19382560,19382680,19383403,19391871,19411276,19413722,19414282,19414812,19415973,19419516,19419657,19419868,19420328,19421076,19421990,19430585,19431169,19434155,19435824,19437100,19437293,19441167,19441992,19446447,19447403,19451338,19451420,19455028,19455146,19456830,19457049,19458242,19460564,19461805,19462913,19462949,19464002,19466129,19467459,19468153,19468811,19471871,19472409,19490799,19492257,19493073,19493693,19494309,19496035,19498148,19500185,19501081,19510234,19511687,19512365,19512430,19513192,19514622,19517896,19527457,19529371,19530106,19531376,19531862,19531994,19532209,19532515,19532672,19533470,19536450,19536468,19543792,19547847,19553977,19554201,19556808,19559754,19571250,19598778,19601420,19622589,19626660,19629420,19632379,19651645,19688387,19694133,19695165,19696591,19697719,19710180,19715421,19724492,19727689,19727973,19728136,19733501,19734484,19735632,19737407,19740113,19740363,19740443,19740545,19740856,19741051,19741598,19741922,19742373,19742607,19742900,19745197,1974521', 'assoc_port': '19371348:19377668,19376389:19382560,19377394:19382680,19377989:19383403,19389025:19391871,19392671:19420328,19394324:19413722,19395025:19414282,19395734:19414812,19395742:19415973,19398111:19421990,19409942:19419516,19409946:19419657,19410824:19419868,19410827:19411276,19412015:19421076,19429021:19430585,19430308:19437293,19430311:19431169,19432612:19434155,19433903:19435824,19434929:19437100,19436968:19441167,19437331:19441992,19440254:19446447,19446867:19447403,19450720:19451338,19450732:19451420,19452005:19455028,19452019:19455146,19454044:19456830,19454045:19457049,19454976:19458242,19457587:19461805,19458785:19462913,19459530:19460564,19460250:19464002,19460978:19462949,19465713:19466129,19466557:19467459,19466862:19468153,19467830:19468811,19469394:19471871,19470121:19472409,19472284:19490799,19473173:19501081,19474567:19492257,19475785:19493073,19477266:19493693,19477744:19494309,19480432:19496035,19487954:19498148,19492194:19500185,19498631:19510234,19499908:19511687,19501671:19527457,19501673:1951236', 'assoc_mat': '19371348:film_plastique:4211:19377668,19376389:film_plastique:4211:19382560,19377394:film_plastique:4211:19382680,19377989:film_plastique:4211:19383403,19389025:film_plastique:4211:19391871,19392671:film_plastique:4211:19420328,19394324:film_plastique:4211:19413722,19395025:film_plastique:4211:19414282,19395734:film_plastique:4211:19414812,19395742:film_plastique:4211:19415973,19398111:film_plastique:4211:19421990,19409942:film_plastique:4211:19419516,19409946:film_plastique:4211:19419657,19410824:film_plastique:4211:19419868,19410827:film_plastique:4211:19411276,19412015:film_plastique:4211:19421076,19429021:film_plastique:4211:19430585,19430308:film_plastique:4211:19437293,19430311:film_plastique:4211:19431169,19432612:film_plastique:4211:19434155,19433903:film_plastique:4211:19435824,19434929:film_plastique:4211:19437100,19436968:film_plastique:4211:19441167,19437331:film_plastique:4211:19441992,19440254:film_plastique:4211:19446447,19446867:film_plastique:4211:19447403,19450720:film_plastique:4211:1945133'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003762439136769633, 'nb_photo': 3, 'list_port_cont': '19912451,20368534', 'assoc_port': '19901747:19912451,19960824:20368534', 'assoc_mat': '19901747:kraft:3726:19912451,19960824:kraft:3726:20368534'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001419870088374607, 'nb_photo': 104, 'list_port_cont': '21137077,21137419,21137426,21137591,21137774,21138221,21138634,21138676,21139091,21139532,21139618,21140026,21140611,21141435,21141473,21141854,21141897,21173359,21173913,21174941,21175179,21175753,21175767,21175962,21176200,21176788,21176940,21177192,21177288,21177433,21179321,21179572,21179958,21180040,21181552,21182589,21184599,21185221,21187654,21187969,21188101,21188326,21189734,21189904,21189928', 'assoc_port': '21136550:21141897,21136560:21141854,21136578:21141473,21136581:21141435,21136948:21138634,21136951:21137419,21136956:21137077,21137300:21137426,21137302:21137591,21137319:21140611,21137546:21137774,21137951:21138221,21138540:21138676,21138730:21139618,21138737:21139532,21138749:21139091,21139052:21140026,21172802:21189928,21172834:21189904,21172903:21189734,21172985:21173359,21172998:21188326,21173017:21188101,21173239:21187654,21173240:21187969,21173332:21173913,21173838:21185221,21174787:21174941,21175056:21175179,21175583:21175962,21175649:21175767,21175660:21175753,21175864:21184599,21175912:21176200,21176487:21176940,21176578:21176788,21176889:21177433,21176898:21177288,21176904:21177192,21178356:21182589,21178634:21179321,21178719:21181552,21179200:21179572,21179331:21180040,21179393:21179958', 'assoc_mat': '21136550:kraft:3726:21141897,21136560:kraft:3726:21141854,21136578:kraft:3726:21141473,21136581:kraft:3726:21141435,21136948:kraft:3726:21138634,21136951:kraft:3726:21137419,21136956:kraft:3726:21137077,21137300:kraft:3726:21137426,21137302:kraft:3726:21137591,21137319:kraft:3726:21140611,21137546:kraft:3726:21137774,21137951:kraft:3726:21138221,21138540:kraft:3726:21138676,21138730:kraft:3726:21139618,21138737:kraft:3726:21139532,21138749:kraft:3726:21139091,21139052:kraft:3726:21140026,21172802:kraft:3726:21189928,21172834:kraft:3726:21189904,21172903:kraft:3726:21189734,21172985:kraft:3726:21173359,21172998:kraft:3726:21188326,21173017:kraft:3726:21188101,21173239:kraft:3726:21187654,21173240:kraft:3726:21187969,21173332:kraft:3726:21173913,21173838:kraft:3726:21185221,21174787:kraft:3726:21174941,21175056:kraft:3726:21175179,21175583:kraft:3726:21175962,21175649:kraft:3726:21175767,21175660:kraft:3726:21175753,21175864:kraft:3726:21184599,21175912:kraft:3726:21176200,21176487:kraft:3726:21176940,21176578:'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9512339480567764, 'nb_photo': 779, 'list_port_cont': '19372018,19388687,19419721,19433577,19434058,19436618,19446671,19465976,19490516,19512812,19516751,19521920,19530883,19543598,19629738,19698203,19712443,19728360,19730894,19742214,19780726,19826815,19868748,19870943,19905921,19909739,19927334,19929741,19934403,19939961,19945353,19966775,19982743,20119961,20136835,20147014,20149144,20150768,20164736,20166273,20194351,20199886,21173439,21174322,21175729,21193334,21193904,21199080,21199575,21201315,21202804,21205232,21207491,21209180,21209862,21210643,21210978,21211537,21214765,21216426,21216434,21217557,21271157,21274179,21274619,21286097,21286771,21288176,21331251,21335687', 'assoc_port': '19371330:19372018,19388376:19388687,19410818:19419721,19431292:19434058,19432610:19433577,19434928:19436618,19441323:19446671,19465715:19465976,19472282:19490516,19477740:19521920,19503121:19512812,19508552:19516751,19518156:19530883,19542922:19543598,19557292:21210978,19595770:19629738,19664408:19698203,19694911:19712443,19697095:19728360,19703072:19730894,19736178:19742214,19762344:19780726,19798177:19826815,19828904:19868748,19830365:19870943,19844075:19905921,19845009:19909739,19854016:19927334,19888797:19939961,19897039:19945353,19903192:19966775,19929091:19934403,19929173:19929741,19981942:19982743,20014713:20119961,20026814:20136835,20038211:20147014,20043627:20149144,20049858:20150768,20074722:20164736,20076786:20166273,20102661:20194351,20116393:20199886,21136917:21271157,21137275:21274179,21137301:21274619,21137314:21331251,21138610:21286097,21138611:21286771,21138728:21335687,21138752:21288176,21172809:21217557,21172887:21216426,21172892:21216434,21172928:21214765,21172991:21211537,21173019:2121064', 'assoc_mat': '19371330:metal:4205:19372018,19388376:metal:4205:19388687,19410818:metal:4205:19419721,19431292:metal:4205:19434058,19432610:metal:4205:19433577,19434928:metal:4205:19436618,19441323:metal:4205:19446671,19465715:metal:4205:19465976,19472282:metal:4205:19490516,19477740:metal:4205:19521920,19503121:metal:4205:19512812,19508552:metal:4205:19516751,19518156:metal:4205:19530883,19542922:metal:4205:19543598,19557292:metal:4205:21210978,19595770:metal:4205:19629738,19664408:metal:4205:19698203,19694911:metal:4205:19712443,19697095:metal:4205:19728360,19703072:metal:4205:19730894,19736178:metal:4205:19742214,19762344:metal:4205:19780726,19798177:metal:4205:19826815,19828904:metal:4205:19868748,19830365:metal:4205:19870943,19844075:metal:4205:19905921,19845009:metal:4205:19909739,19854016:metal:4205:19927334,19888797:metal:4205:19939961,19897039:metal:4205:19945353,19903192:metal:4205:19966775,19929091:metal:4205:19934403,19929173:metal:4205:19929741,19981942:metal:4205:19982743,20014713:metal:4205:20119961,20026814:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003621951563262779, 'nb_photo': 233, 'list_port_cont': '20135037,20149750,20162222,20194751,20199710,20208114,20277589,21178856,21185339,21190163,21197007,21200263,21206310,21208476,21209626,21210465,21210893,21214492,21216602,21218225,21270590,21334554', 'assoc_port': '20025651:20135037,20039938:20277589,20045888:20149750,20073268:20162222,20104700:20194751,20115134:20199710,20119801:20208114,21136910:21270590,21139048:21334554,21172726:21218225,21172923:21216602,21172981:21214492,21173043:21210893,21173112:21210465,21173173:21209626,21173275:21208476,21173810:21206310,21175654:21200263,21176546:21197007,21177730:21178856,21179158:21190163,21179219:21185339', 'assoc_mat': '20025651:metal:4203:20135037,20039938:metal:4203:20277589,20045888:metal:4203:20149750,20073268:metal:4203:20162222,20104700:metal:4203:20194751,20115134:metal:4203:20199710,20119801:metal:4203:20208114,21136910:metal:4203:21270590,21139048:metal:4203:21334554,21172726:metal:4203:21218225,21172923:metal:4203:21216602,21172981:metal:4203:21214492,21173043:metal:4203:21210893,21173112:metal:4203:21210465,21173173:metal:4203:21209626,21173275:metal:4203:21208476,21173810:metal:4203:21206310,21175654:metal:4203:21200263,21176546:metal:4203:21197007,21177730:metal:4203:21178856,21179158:metal:4203:21190163,21179219:metal:4203:21185339'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.006102654632364746, 'nb_photo': 134, 'list_port_cont': '21168708,21168919,21169312,21169859,21170647,21172341,21172429,21172436,21172632,21172917,21173231,21173558,21173611,21173819,21174856,21174985,21175704,21176295,21176391,21176655,21176697,21177147,21177360,21179390,21182054,21182154,21182783,21183013,21184327,21184564,21184934,21185210,21185976,21185992,21186725,21186981,21187576,21187808,21188592,21188705,21189429,21189555,21190019,21190144,21190407,21190793,21191081,21191206,21191316,21191389,21191496,21191839,21191917,21192038,21192213,21192451,21192736,21192879,21193202,21193499,21193515,21194060,21194173,21194350,21195448,21195625,21196430,21196772,21197200,21197310,21198027,21198269,21198436,21198549,21198592,21198686,21198871,21199102,21199341,21199521,21199632,21200136,21200344,21200435,21201385,21201488,21201779,21201832,21202080,21202248,21202753,21204412,21204507', 'assoc_port': '21136895:21204507,21136903:21204412,21137504:21202753,21137515:21202248,21137517:21202080,21137527:21201832,21137535:21201779,21137547:21201488,21137551:21201385,21138552:21200435,21138554:21200344,21138577:21200136,21138593:21199632,21138594:21199521,21138599:21199341,21138604:21199102,21138605:21172917,21138613:21172632,21138619:21172436,21138623:21172429,21138723:21172341,21138736:21170647,21138767:21169859,21139034:21169312,21139039:21168919,21139042:21168708,21172733:21198871,21172848:21198686,21172861:21198592,21172862:21198549,21172883:21198436,21172894:21198269,21172927:21197310,21172938:21198027,21172939:21197200,21172954:21173231,21172963:21196772,21172979:21196430,21173023:21195625,21173042:21195448,21173127:21194350,21173141:21173558,21173160:21194173,21173179:21194060,21173238:21193515,21173241:21193499,21173258:21193202,21173273:21192879,21173307:21192736,21173309:21192451,21173314:21173611,21173315:21192213,21173318:21192038,21173321:21191917,21173326:21191839,21173328:21191496,21173330:2119138', 'assoc_mat': '21136895:metal:4207:21204507,21136903:metal:4207:21204412,21137504:metal:4207:21202753,21137515:metal:4207:21202248,21137517:metal:4207:21202080,21137527:metal:4207:21201832,21137535:metal:4207:21201779,21137547:metal:4207:21201488,21137551:metal:4207:21201385,21138552:metal:4207:21200435,21138554:metal:4207:21200344,21138577:metal:4207:21200136,21138593:metal:4207:21199632,21138594:metal:4207:21199521,21138599:metal:4207:21199341,21138604:metal:4207:21199102,21138605:metal:4207:21172917,21138613:metal:4207:21172632,21138619:metal:4207:21172436,21138623:metal:4207:21172429,21138723:metal:4207:21172341,21138736:metal:4207:21170647,21138767:metal:4207:21169859,21139034:metal:4207:21169312,21139039:metal:4207:21168919,21139042:metal:4207:21168708,21172733:metal:4207:21198871,21172848:metal:4207:21198686,21172861:metal:4207:21198592,21172862:metal:4207:21198549,21172883:metal:4207:21198436,21172894:metal:4207:21198269,21172927:metal:4207:21197310,21172938:metal:4207:21198027,21172939:metal:4207:21197200,21172954:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004106228629629611, 'nb_photo': 24, 'list_port_cont': '21173618,21174997,21177761,21183099,21192159,21193074,21195570,21196532,21200986,21201077,21202135,21203585,21204195,21206734,21206828,21208840,21209352,21209710,21210914,21211721,21216459,21270256,21270781,21273298', 'assoc_port': '21136906:21270256,21136912:21270781,21136947:21273298,21172906:21216459,21172987:21211721,21173021:21210914,21173142:21209710,21173181:21209352,21173268:21208840,21173272:21173618,21173324:21206828,21173335:21206734,21173875:21203585,21173882:21174997,21174789:21202135,21175013:21201077,21175033:21200986,21175588:21204195,21176576:21196532,21176882:21195570,21176914:21177761,21178395:21193074,21178495:21192159,21179430:21183099', 'assoc_mat': '21136906:metal:4461:21270256,21136912:metal:4461:21270781,21136947:metal:4461:21273298,21172906:metal:4461:21216459,21172987:metal:4461:21211721,21173021:metal:4461:21210914,21173142:metal:4461:21209710,21173181:metal:4461:21209352,21173268:metal:4461:21208840,21173272:metal:4461:21173618,21173324:metal:4461:21206828,21173335:metal:4461:21206734,21173875:metal:4461:21203585,21173882:metal:4461:21174997,21174789:metal:4461:21202135,21175013:metal:4461:21201077,21175033:metal:4461:21200986,21175588:metal:4461:21204195,21176576:metal:4461:21196532,21176882:metal:4461:21195570,21176914:metal:4461:21177761,21178395:metal:4461:21193074,21178495:metal:4461:21192159,21179430:metal:4461:21183099'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.2129391462354815, 'nb_photo': 1334, 'list_port_cont': '21137258,21137285,21137604,21138155,21138507,21138680,21139966,21140022,21140729,21141141,21141631,21141781,21146774,21149885,21155311,21157122,21157453,21159110,21159377,21159724,21162412,21162598,21173424,21173955,21174105,21174130,21174164,21174340,21174399,21174712,21174891,21175220,21175508,21175770,21176017,21176246,21176717,21177048,21177164,21177275,21177529,21177962,21178139,21178272,21178695,21178881,21179119,21179233,21179413,21179520,21179554,21179595,21179840,21179855,21180090,21180148,21182450,21182519,21182981,21183076,21183144,21183749,21183877,21184014,21184379,21184557,21185067,21185198,21185404,21186004,21186280,21186752,21186817,21187399,21187660,21188522,21188671,21189113,21189268,21189461,21189716,21190123,21190519,21190699,21190999,21191395,21191625,21192049,21192400,21192626,21192884,21193377,21193624,21193850,21194242,21194498,21194680,21195005,21195314,21195532,21195994,21196648,21196915,21197658,21197887,21198214,21198470,21198737,21199066,21199308,21200286,21200393,21200547,2120091', 'assoc_port': '21136562:21137285,21136563:21137258,21136907:21162598,21136918:21162412,21136944:21137604,21137283:21159724,21137307:21159377,21137511:21159110,21137512:21157453,21137532:21157122,21137537:21155311,21137543:21138507,21137548:21138155,21137968:21138680,21138575:21149885,21138591:21146774,21138597:21141781,21138621:21141631,21138785:21141141,21139023:21140729,21139038:21140022,21139046:21139966,21172716:21207001,21172754:21206440,21172798:21206183,21172842:21205853,21172855:21205762,21172864:21205115,21172886:21206046,21172900:21205595,21172902:21205525,21172924:21204962,21172926:21205415,21172932:21173424,21172990:21204893,21173014:21204730,21173024:21204524,21173046:21204498,21173048:21204441,21173093:21204286,21173098:21204186,21173100:21203933,21173125:21203711,21173144:21203266,21173158:21203037,21173176:21202864,21173182:21202599,21173189:21202432,21173218:21202198,21173235:21202042,21173257:21201854,21173281:21201762,21173308:21201660,21173319:21201393,21173320:21200911,21173329:21174130,21173354:2117395', 'assoc_mat': '21136562:metal:4200:21137285,21136563:metal:4200:21137258,21136907:metal:4200:21162598,21136918:metal:4200:21162412,21136944:metal:4200:21137604,21137283:metal:4200:21159724,21137307:metal:4200:21159377,21137511:metal:4200:21159110,21137512:metal:4200:21157453,21137532:metal:4200:21157122,21137537:metal:4200:21155311,21137543:metal:4200:21138507,21137548:metal:4200:21138155,21137968:metal:4200:21138680,21138575:metal:4200:21149885,21138591:metal:4200:21146774,21138597:metal:4200:21141781,21138621:metal:4200:21141631,21138785:metal:4200:21141141,21139023:metal:4200:21140729,21139038:metal:4200:21140022,21139046:metal:4200:21139966,21172716:metal:4200:21207001,21172754:metal:4200:21206440,21172798:metal:4200:21206183,21172842:metal:4200:21205853,21172855:metal:4200:21205762,21172864:metal:4200:21205115,21172886:metal:4200:21206046,21172900:metal:4200:21205595,21172902:metal:4200:21205525,21172924:metal:4200:21204962,21172926:metal:4200:21205415,21172932:metal:4200:21173424,21172990:metal:4200:21204893,21173014:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.026562462196736476, 'nb_photo': 1037, 'list_port_cont': '21173348,21173389,21173493,21173526,21174151,21174183,21174258,21174460,21174547,21174800,21175082,21175320,21175359,21175438,21175499,21175794,21176150,21176178,21176349,21176362,21176380,21176558,21176596,21176621,21176766,21176875,21177239,21177515,21177855,21177858,21178022,21178047,21178241,21178287,21178309,21178353,21178545,21178565,21178711,21178840,21179144,21179266,21179497,21179773,21179997,21180162,21180290,21180397,21180407,21180861,21182956,21183030,21183331,21183521,21184033,21184289,21184302,21184702,21184724,21185014,21185078,21185314,21185381,21185500,21185851,21185947,21186528,21187084,21187133,21187196,21187384,21188121,21188263,21188440,21188896,21190183,21190201,21190552,21190594,21190653,21190747,21190920,21191020,21191108,21191192,21191412,21191531,21192027,21192069,21192137,21192321,21192342,21192520,21192745,21192899,21192925,21192987,21192999,21193060,21193117,21193193,21193231,21193491,21193765,21193801,21193865,21193889,21194100,21194383,21194404,21194483,21194578,21194697,2119472', 'assoc_port': '19428659:21248561,19438276:21246950,19458329:21249052,19458789:21248808,19460977:21248685,19467828:21255776,19469398:21255277,19474557:21254390,19474561:21253855,19474563:21253337,19477264:21252251,19498629:21237903,19516423:21218506,19524618:21217132,19543451:21216031,19545200:21214725,19553301:21211516,19554129:21173389,19555141:21211412,19580444:21216704,19581718:21216406,19655151:21210040,19702409:21201891,19737247:21175438,19737437:21175320,19754761:21176349,19758171:21203730,19760878:21203813,19763328:21203572,19763356:21203423,19770002:21174460,19830361:21209019,19844397:21199459,19847173:21198847,19856581:21176875,19859427:21176766,19876106:21197824,19884822:21197186,19884847:21196974,19888799:21196735,19898891:21199891,19901747:21196170,19916125:21195360,19929105:21194887,19960824:21194383,19965567:21194100,19976778:21178565,19980529:21178545,19980532:21178711,19984107:21178353,20003495:21193765,20010529:21193231,20023443:21192520,20028249:21192069,20028256:21192137,20044538:21191020,20045058:2119092', 'assoc_mat': '19428659:metal:4209:21248561,19438276:metal:4209:21246950,19458329:metal:4209:21249052,19458789:metal:4209:21248808,19460977:metal:4209:21248685,19467828:metal:4209:21255776,19469398:metal:4209:21255277,19474557:metal:4209:21254390,19474561:metal:4209:21253855,19474563:metal:4209:21253337,19477264:metal:4209:21252251,19498629:metal:4209:21237903,19516423:metal:4209:21218506,19524618:metal:4209:21217132,19543451:metal:4209:21216031,19545200:metal:4209:21214725,19553301:metal:4209:21211516,19554129:metal:4209:21173389,19555141:metal:4209:21211412,19580444:metal:4209:21216704,19581718:metal:4209:21216406,19655151:metal:4209:21210040,19702409:metal:4209:21201891,19737247:metal:4209:21175438,19737437:metal:4209:21175320,19754761:metal:4209:21176349,19758171:metal:4209:21203730,19760878:metal:4209:21203813,19763328:metal:4209:21203572,19763356:metal:4209:21203423,19770002:metal:4209:21174460,19830361:metal:4209:21209019,19844397:metal:4209:21199459,19847173:metal:4209:21198847,19856581:metal:4209:21176875,19859427:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011738312561851892, 'nb_photo': 1242, 'list_port_cont': '20085670,20086290,20087147,20089334,20090314,20101298,20106734,20107652,20115916,20117045,20118962,20121973,20122966,20136823,20137461,20137832,20138102,20139827,20139882,20140010,20172575,20174662,20176344,20177629,20196605,20198253,20199597,20200521,20200554,20201330,20231834,20231867,20232928,20233481,20234053,20234167,20235857,20238859,20239143,21137401,21139188,21139672,21163814,21164183,21167760,21168283,21168635,21169503,21169950,21170448,21173778,21174279,21174614,21174828,21175193,21175350,21175563,21176006,21176321,21176642,21177067,21177124,21177431,21177551,21177830,21178154,21183047,21187039,21190056,21191098,21191342,21192665,21193182,21196650,21197039,21198756,21199205,21199650,21200205,21200297,21200772,21200900,21201153,21202541,21202712,21203069,21203538', 'assoc_port': '19859429:20174662,19954425:20176344,20014710:20196605,20015611:20177629,20023438:20198253,20023441:20199597,20026808:20200521,20031177:20200554,20036276:20201330,20036573:20231834,20039940:20232928,20042505:20231867,20042852:20233481,20044534:20234053,20045059:20234167,20046352:20235857,20047144:20238859,20048499:20239143,20049854:20172575,20063551:20140010,20068359:20139882,20070514:20139827,20071895:20138102,20073270:20137832,20074713:20101298,20076794:20090314,20079018:20089334,20083089:20086290,20083092:20085670,20085536:20087147,20101919:20137461,20105987:20107652,20106007:20106734,20108234:20136823,20115463:20115916,20116392:20117045,20118802:20118962,20121224:20122966,20121231:20121973,21136613:21137401,21137552:21139188,21137971:21170448,21138549:21169950,21138592:21169503,21138615:21168635,21138620:21168283,21138725:21167760,21138733:21164183,21138741:21163814,21139065:21139672,21172727:21203538,21172847:21203069,21172860:21202712,21172936:21173778,21172955:21202541,21173009:21201153,21173010:2120090', 'assoc_mat': '19859429:metal:4211:20174662,19954425:metal:4211:20176344,20014710:metal:4211:20196605,20015611:metal:4211:20177629,20023438:metal:4211:20198253,20023441:metal:4211:20199597,20026808:metal:4211:20200521,20031177:metal:4211:20200554,20036276:metal:4211:20201330,20036573:metal:4211:20231834,20039940:metal:4211:20232928,20042505:metal:4211:20231867,20042852:metal:4211:20233481,20044534:metal:4211:20234053,20045059:metal:4211:20234167,20046352:metal:4211:20235857,20047144:metal:4211:20238859,20048499:metal:4211:20239143,20049854:metal:4211:20172575,20063551:metal:4211:20140010,20068359:metal:4211:20139882,20070514:metal:4211:20139827,20071895:metal:4211:20138102,20073270:metal:4211:20137832,20074713:metal:4211:20101298,20076794:metal:4211:20090314,20079018:metal:4211:20089334,20083089:metal:4211:20086290,20083092:metal:4211:20085670,20085536:metal:4211:20087147,20101919:metal:4211:20137461,20105987:metal:4211:20107652,20106007:metal:4211:20106734,20108234:metal:4211:20136823,20115463:metal:4211:20115916,20116392:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00012625157478808447, 'nb_photo': 2, 'list_port_cont': '19544800,20083825', 'assoc_port': '19544335:19544800,20082400:20083825', 'assoc_mat': '19544335:metal:3327:19544800,20082400:metal:3327:20083825'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012771578929116382, 'nb_photo': 65, 'list_port_cont': '21137123,21137355,21137701,21137896,21137929,21138309,21138648,21138827,21139518,21139899,21173207,21173754,21178132,21180359,21180990,21181408', 'assoc_port': '21136601:21139899,21136603:21139518,21136617:21138827,21136619:21138648,21136621:21137929,21136624:21137896,21136628:21137701,21136633:21137355,21136639:21138309,21136640:21137123,21172933:21173207,21173139:21173754,21177716:21180990,21177717:21180359,21177725:21178132,21179437:21181408', 'assoc_mat': '21136601:metal:3594:21139899,21136603:metal:3594:21139518,21136617:metal:3594:21138827,21136619:metal:3594:21138648,21136621:metal:3594:21137929,21136624:metal:3594:21137896,21136628:metal:3594:21137701,21136633:metal:3594:21137355,21136639:metal:3594:21138309,21136640:metal:3594:21137123,21172933:metal:3594:21173207,21173139:metal:3594:21173754,21177716:metal:3594:21180990,21177717:metal:3594:21180359,21177725:metal:3594:21178132,21179437:metal:3594:21181408'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.027945931174335498, 'nb_photo': 3958, 'list_port_cont': '19372015,19388691,19419723,19433574,19434056,19436614,19446664,19465979,19490506,19512815,19516746,19521916,19530881,19543588,19629747,19698192,19712444,19728356,19730886,19742206,19780730,19826826,19868756,19870938,19905911,19909743,19927331,19929755,19934409,19939956,19945344,19966772,19982748,20119952,20136838,20147010,20149140,20150769,20164734,20166274,20194350,20199884,21173416,21174316,21175721,21193344,21193917,21199089,21199581,21201306,21202827,21205234,21207495,21209158,21209871,21210638,21210981,21211538,21214760,21216422,21216432,21217559,21271155,21274189,21274621,21286099,21286770,21288177,21331242,21334966,21335678', 'assoc_port': '19371330:19372015,19388376:19388691,19410818:19419723,19431292:19434056,19432610:19433574,19434928:19436614,19441323:19446664,19465715:19465979,19472282:19490506,19477740:19521916,19503121:19512815,19508552:19516746,19518156:19530881,19542922:19543588,19557292:21210981,19595770:19629747,19664408:19698192,19694911:19712444,19697095:19728356,19703072:19730886,19736178:19742206,19762344:19780730,19798177:19826826,19828904:19868756,19830365:19870938,19844075:19905911,19845009:19909743,19854016:19927331,19888797:19939956,19897039:19945344,19903192:19966772,19929091:19934409,19929173:19929755,19981942:19982748,20014713:20119952,20026814:20136838,20038211:20147010,20043627:20149140,20049858:20150769,20074722:20164734,20076786:20166274,20102661:20194350,20116393:20199884,21136917:21271155,21137275:21274189,21137301:21274621,21137314:21331242,21138587:21334966,21138610:21286099,21138611:21286770,21138728:21335678,21138752:21288177,21172809:21217559,21172887:21216422,21172892:21216432,21172928:21214760,21172991:2121153', 'assoc_mat': '19371330:papier:4205:19372015,19388376:papier:4205:19388691,19410818:papier:4205:19419723,19431292:papier:4205:19434056,19432610:papier:4205:19433574,19434928:papier:4205:19436614,19441323:papier:4205:19446664,19465715:papier:4205:19465979,19472282:papier:4205:19490506,19477740:papier:4205:19521916,19503121:papier:4205:19512815,19508552:papier:4205:19516746,19518156:papier:4205:19530881,19542922:papier:4205:19543588,19557292:papier:4205:21210981,19595770:papier:4205:19629747,19664408:papier:4205:19698192,19694911:papier:4205:19712444,19697095:papier:4205:19728356,19703072:papier:4205:19730886,19736178:papier:4205:19742206,19762344:papier:4205:19780730,19798177:papier:4205:19826826,19828904:papier:4205:19868756,19830365:papier:4205:19870938,19844075:papier:4205:19905911,19845009:papier:4205:19909743,19854016:papier:4205:19927331,19888797:papier:4205:19939956,19897039:papier:4205:19945344,19903192:papier:4205:19966772,19929091:papier:4205:19934409,19929173:papier:4205:19929755,19981942:papier:4205:19982748,2001'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010125894441581362, 'nb_photo': 1618, 'list_port_cont': '20135036,20149744,20162228,20194745,20199703,20208101,20277590,21178858,21185335,21190167,21197022,21200264,21206305,21208481,21209631,21210457,21210907,21214503,21216604,21218218,21270595,21334565', 'assoc_port': '20025651:20135036,20039938:20277590,20045888:20149744,20073268:20162228,20104700:20194745,20115134:20199703,20119801:20208101,21136910:21270595,21139048:21334565,21172726:21218218,21172923:21216604,21172981:21214503,21173043:21210907,21173112:21210457,21173173:21209631,21173275:21208481,21173810:21206305,21175654:21200264,21176546:21197022,21177730:21178858,21179158:21190167,21179219:21185335', 'assoc_mat': '20025651:papier:4203:20135036,20039938:papier:4203:20277590,20045888:papier:4203:20149744,20073268:papier:4203:20162228,20104700:papier:4203:20194745,20115134:papier:4203:20199703,20119801:papier:4203:20208101,21136910:papier:4203:21270595,21139048:papier:4203:21334565,21172726:papier:4203:21218218,21172923:papier:4203:21216604,21172981:papier:4203:21214503,21173043:papier:4203:21210907,21173112:papier:4203:21210457,21173173:papier:4203:21209631,21173275:papier:4203:21208481,21173810:papier:4203:21206305,21175654:papier:4203:21200264,21176546:papier:4203:21197022,21177730:papier:4203:21178858,21179158:papier:4203:21190167,21179219:papier:4203:21185335'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04531627209538511, 'nb_photo': 14869, 'list_port_cont': '19370188,19370578,19393740,19410152,19410492,19429283,19451094,19461154,19520523,19543510,19571180,19630950,19638673,19641422,19693355,19694347,19702912,19703044,19734412,19750345,19762948,19820194,19825571,19843488,19930659,19931073,19958872,20068488,20112735,20114744,21137480,21137783,21168528,21168672,21168704,21168908,21169316,21169375,21169802,21169865,21170035,21170640,21170836,21170981,21172330,21172424,21172444,21172530,21172633,21172908,21173226,21173374,21173551,21173612,21173826,21174073,21174205,21174564,21174852,21174973,21175212,21175386,21175535,21175697,21175712,21175847,21176072,21176292,21176397,21176647,21176709,21176733,21176994,21177148,21177349,21177459,21177648,21177884,21177984,21178055,21178169,21178486,21178797,21178947,21179277,21179379,21179535,21179734,21179809,21180067,21181002,21181115,21181255,21181326,21181373,21181639,21182049,21182163,21182302,21182439,21182793,21183023,21184231,21184330,21184470,21184567,21184774,21184940,21185202,21185363,21185544,21185795,21185977,2118598', 'assoc_port': '19370012:19370188,19370527:19370578,19393354:19393740,19409943:19410152,19410363:19410492,19429020:19429283,19450726:19451094,19460980:19461154,19520063:19520523,19543455:19543510,19571019:19571180,19630156:19630950,19637611:19638673,19640302:19641422,19693114:19693355,19694237:19694347,19702412:19703044,19702414:19702912,19734227:19734412,19750179:19750345,19762340:19762948,19819066:19820194,19824209:19825571,19843219:19843488,19929081:19931073,19929097:19930659,19958105:19958872,20066052:20068488,20110612:20112735,20113526:20114744,21136895:21204520,21136900:21204472,21136903:21204415,21136908:21204355,21136913:21204265,21136923:21204132,21136946:21137480,21137243:21203557,21137245:21203403,21137252:21203178,21137272:21203054,21137277:21203005,21137306:21202902,21137315:21202832,21137504:21202745,21137505:21202593,21137507:21202487,21137508:21202340,21137515:21202252,21137517:21202079,21137521:21201925,21137527:21201829,21137531:21201809,21137535:21201780,21137545:21201675,21137547:21201501,21137551:2120137', 'assoc_mat': '19370012:papier:4207:19370188,19370527:papier:4207:19370578,19393354:papier:4207:19393740,19409943:papier:4207:19410152,19410363:papier:4207:19410492,19429020:papier:4207:19429283,19450726:papier:4207:19451094,19460980:papier:4207:19461154,19520063:papier:4207:19520523,19543455:papier:4207:19543510,19571019:papier:4207:19571180,19630156:papier:4207:19630950,19637611:papier:4207:19638673,19640302:papier:4207:19641422,19693114:papier:4207:19693355,19694237:papier:4207:19694347,19702412:papier:4207:19703044,19702414:papier:4207:19702912,19734227:papier:4207:19734412,19750179:papier:4207:19750345,19762340:papier:4207:19762948,19819066:papier:4207:19820194,19824209:papier:4207:19825571,19843219:papier:4207:19843488,19929081:papier:4207:19931073,19929097:papier:4207:19930659,19958105:papier:4207:19958872,20066052:papier:4207:20068488,20110612:papier:4207:20112735,20113526:papier:4207:20114744,21136895:papier:4207:21204520,21136900:papier:4207:21204472,21136903:papier:4207:21204415,21136908:papier:4207:21204355,2113'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21232816853617137, 'nb_photo': 85981, 'list_port_cont': '19382633,21138322,21173626,21173973,21174219,21175012,21175876,21176088,21176260,21177006,21177316,21177678,21177755,21178216,21178439,21178762,21179346,21179689,21179866,21180186,21183104,21183285,21183399,21183567,21183935,21184091,21184613,21185523,21185907,21186377,21186906,21187923,21188554,21188813,21190276,21190336,21190428,21190856,21190878,21191217,21191439,21191723,21191876,21192109,21192162,21192548,21192763,21193016,21193073,21193309,21193445,21193735,21194037,21194259,21194353,21194449,21194597,21194786,21194828,21195179,21195572,21195634,21195910,21196059,21196256,21196536,21196709,21197232,21197300,21197832,21197950,21198092,21198170,21198630,21199136,21199215,21199368,21199537,21199688,21199842,21199988,21200100,21200638,21200987,21201089,21201168,21201422,21201482,21201634,21201967,21202136,21202505,21202551,21202690,21202763,21202935,21203297,21203448,21203581,21203751,21203849,21203899,21203980,21204050,21204192,21205035,21205250,21205310,21205357,21206060,21206242,21206480,21206613,2120666', 'assoc_port': '19377397:19382633,21136554:21263441,21136557:21303115,21136564:21302595,21136602:21302368,21136634:21301980,21136642:21264074,21136896:21269763,21136901:21270085,21136906:21270266,21136912:21270787,21136915:21272021,21136922:21299616,21136927:21299514,21136947:21273306,21136954:21273444,21136958:21138322,21137241:21273697,21137247:21274199,21137270:21274488,21137274:21274444,21137281:21275732,21137304:21276277,21137310:21294488,21137324:21277729,21137506:21278073,21137516:21278627,21137526:21292409,21137530:21279573,21137540:21279875,21137549:21280368,21137571:21281058,21137953:21281396,21137956:21281666,21137960:21282508,21137965:21282793,21137972:21294268,21138545:21283915,21138553:21295280,21138576:21284779,21138582:21285561,21138589:21286173,21138595:21286352,21138602:21286695,21138609:21286856,21138616:21290773,21138625:21288147,21138724:21287469,21138734:21286638,21138739:21286442,21138746:21286275,21138760:21298146,21138774:21286142,21138796:21285640,21139022:21284275,21139024:21284661,21139033:2128447', 'assoc_mat': '19377397:papier:4461:19382633,21136554:papier:4461:21263441,21136557:papier:4461:21303115,21136564:papier:4461:21302595,21136602:papier:4461:21302368,21136634:papier:4461:21301980,21136642:papier:4461:21264074,21136896:papier:4461:21269763,21136901:papier:4461:21270085,21136906:papier:4461:21270266,21136912:papier:4461:21270787,21136915:papier:4461:21272021,21136922:papier:4461:21299616,21136927:papier:4461:21299514,21136947:papier:4461:21273306,21136954:papier:4461:21273444,21136958:papier:4461:21138322,21137241:papier:4461:21273697,21137247:papier:4461:21274199,21137270:papier:4461:21274488,21137274:papier:4461:21274444,21137281:papier:4461:21275732,21137304:papier:4461:21276277,21137310:papier:4461:21294488,21137324:papier:4461:21277729,21137506:papier:4461:21278073,21137516:papier:4461:21278627,21137526:papier:4461:21292409,21137530:papier:4461:21279573,21137540:papier:4461:21279875,21137549:papier:4461:21280368,21137571:papier:4461:21281058,21137953:papier:4461:21281396,21137956:papier:4461:21281666,2113'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01682368503151378, 'nb_photo': 2060, 'list_port_cont': '21137267,21137289,21137611,21138144,21138510,21138684,21139969,21140018,21140730,21141142,21141629,21141777,21146762,21149891,21155318,21157132,21157449,21159117,21159370,21159728,21162398,21162599,21173425,21173971,21174103,21174127,21174162,21174334,21174392,21174705,21174890,21175223,21175507,21175780,21176022,21176251,21176727,21177043,21177160,21177283,21177528,21177976,21178142,21178196,21178271,21178690,21178877,21179128,21179228,21179408,21179522,21179558,21179589,21179834,21179848,21180088,21180149,21182446,21182509,21182992,21183075,21183129,21183735,21183880,21184008,21184376,21184547,21185065,21185194,21185402,21186012,21186294,21186745,21186811,21187403,21187664,21187998,21188510,21188674,21189109,21189256,21189463,21189717,21190117,21190522,21190706,21191000,21191400,21191623,21192057,21192399,21192612,21192893,21193385,21193630,21193852,21194243,21194502,21194677,21195009,21195320,21195538,21195988,21196637,21196917,21197666,21197891,21198212,21198475,21198732,21199060,21199309,21200271,2120038', 'assoc_port': '21136562:21137289,21136563:21137267,21136907:21162599,21136918:21162398,21136944:21137611,21137283:21159728,21137307:21159370,21137511:21159117,21137512:21157449,21137532:21157132,21137537:21155318,21137543:21138510,21137548:21138144,21137968:21138684,21138575:21149891,21138591:21146762,21138597:21141777,21138621:21141629,21138785:21141142,21139023:21140730,21139038:21140018,21139046:21139969,21172716:21207009,21172754:21206444,21172798:21206180,21172842:21205862,21172855:21205753,21172864:21205105,21172886:21206057,21172900:21205590,21172902:21205523,21172924:21204960,21172926:21205400,21172932:21173425,21172990:21204889,21173014:21204733,21173024:21204529,21173046:21204497,21173048:21204436,21173093:21204288,21173098:21204174,21173100:21203932,21173125:21203698,21173144:21203275,21173158:21203035,21173176:21202876,21173182:21202608,21173189:21202441,21173218:21202200,21173235:21202049,21173257:21201856,21173281:21201768,21173308:21201666,21173319:21201402,21173320:21200908,21173329:21174127,21173354:2117397', 'assoc_mat': '21136562:papier:4200:21137289,21136563:papier:4200:21137267,21136907:papier:4200:21162599,21136918:papier:4200:21162398,21136944:papier:4200:21137611,21137283:papier:4200:21159728,21137307:papier:4200:21159370,21137511:papier:4200:21159117,21137512:papier:4200:21157449,21137532:papier:4200:21157132,21137537:papier:4200:21155318,21137543:papier:4200:21138510,21137548:papier:4200:21138144,21137968:papier:4200:21138684,21138575:papier:4200:21149891,21138591:papier:4200:21146762,21138597:papier:4200:21141777,21138621:papier:4200:21141629,21138785:papier:4200:21141142,21139023:papier:4200:21140730,21139038:papier:4200:21140018,21139046:papier:4200:21139969,21172716:papier:4200:21207009,21172754:papier:4200:21206444,21172798:papier:4200:21206180,21172842:papier:4200:21205862,21172855:papier:4200:21205753,21172864:papier:4200:21205105,21172886:papier:4200:21206057,21172900:papier:4200:21205590,21172902:papier:4200:21205523,21172924:papier:4200:21204960,21172926:papier:4200:21205400,21172932:papier:4200:21173425,2117'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.8992694447610192, 'nb_photo': 2, 'list_port_cont': '20368538', 'assoc_port': '19960824:20368538', 'assoc_mat': '19960824:papier:3726:20368538'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.047227417563077474, 'nb_photo': 5365, 'list_port_cont': '19428721,19438776,19458521,19459002,19461398,19468102,19470018,19475335,19475494,19498944,19500761,19506308,19517069,19518499,19524966,19543540,19545579,19553494,19554319,19558509,19562185,19571269,19581208,19583050,19598791,19656568,19660853,19703241,19735561,19737301,19737702,19756313,19759038,19762193,19764125,19764281,19771093,19778741,19831678,19845164,19847532,19857701,19860741,19885708,19889377,19899700,19911400,19917009,19930480,19965959,19976977,19981046,19983809,19985099,20005472,20012071,20018071,20023856,20028645,20028667,20044701,20047368,20048838,20050757,20052206,20064625,20072559,20076483,20084096,20116409,20117089,20118266,20122385', 'assoc_port': '19428659:19428721,19438276:19438776,19458329:19458521,19458789:19459002,19460977:19461398,19467828:19468102,19469398:19470018,19474561:19475494,19474563:19475335,19498629:19498944,19500653:19500761,19505863:19506308,19516423:19518499,19516780:19517069,19524618:19524966,19543451:19543540,19545200:19545579,19553301:19553494,19554129:19554319,19555141:19562185,19558298:19558509,19571015:19571269,19580444:19581208,19581718:19583050,19598090:19598791,19655151:19656568,19659858:19660853,19702409:19703241,19735437:19735561,19737247:19737301,19737437:19737702,19754761:19756313,19758171:19759038,19760878:19778741,19760884:19762193,19763328:19764281,19763356:19764125,19770002:19771093,19830361:19831678,19844397:19845164,19847173:19847532,19856581:19857701,19859427:19860741,19876106:19911400,19884847:19885708,19888799:19889377,19898891:19899700,19916125:19917009,19929105:19930480,19965567:19965959,19976778:19976977,19980529:19983809,19980532:19981046,19984107:19985099,20003495:20005472,20010529:20012071,20017062:2001807', 'assoc_mat': '19428659:papier:4207:19428721,19438276:papier:4207:19438776,19458329:papier:4207:19458521,19458789:papier:4207:19459002,19460977:papier:4207:19461398,19467828:papier:4207:19468102,19469398:papier:4207:19470018,19474561:papier:4207:19475494,19474563:papier:4207:19475335,19498629:papier:4207:19498944,19500653:papier:4207:19500761,19505863:papier:4207:19506308,19516423:papier:4207:19518499,19516780:papier:4207:19517069,19524618:papier:4207:19524966,19543451:papier:4207:19543540,19545200:papier:4207:19545579,19553301:papier:4207:19553494,19554129:papier:4207:19554319,19555141:papier:4207:19562185,19558298:papier:4207:19558509,19571015:papier:4207:19571269,19580444:papier:4207:19581208,19581718:papier:4207:19583050,19598090:papier:4207:19598791,19655151:papier:4207:19656568,19659858:papier:4207:19660853,19702409:papier:4207:19703241,19735437:papier:4207:19735561,19737247:papier:4207:19737301,19737437:papier:4207:19737702,19754761:papier:4207:19756313,19758171:papier:4207:19759038,19760878:papier:4207:19778741,1976'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.8996205312804136, 'nb_photo': 186856, 'list_port_cont': '21173340,21173391,21173490,21173518,21173903,21174057,21174146,21174185,21174250,21174461,21174476,21174554,21174804,21175077,21175098,21175330,21175356,21175430,21175501,21175793,21176146,21176186,21176345,21176360,21176368,21176408,21176563,21176597,21176628,21176763,21176861,21177204,21177245,21177517,21177594,21177854,21177868,21178041,21178046,21178109,21178247,21178288,21178311,21178348,21178550,21178571,21178716,21178846,21179139,21179258,21179292,21179499,21179732,21179768,21179984,21180066,21180106,21180174,21180279,21180401,21180414,21180866,21182947,21183027,21183335,21183518,21183719,21183857,21184030,21184188,21184281,21184307,21184694,21184730,21184881,21185013,21185081,21185234,21185306,21185378,21185496,21185844,21185941,21186251,21186403,21186524,21187089,21187146,21187184,21187305,21187383,21188114,21188255,21188444,21188611,21188899,21189105,21190189,21190191,21190546,21190604,21190651,21190748,21190922,21190988,21191017,21191115,21191200,21191241,21191336,21191424,21191539,21191756,2119196', 'assoc_port': '19428659:21248557,19438276:21246939,19458329:21249066,19458789:21248803,19460977:21248686,19467828:21255766,19469398:21255266,19474557:21254382,19474561:21253856,19474563:21253341,19477264:21252245,19498629:21237900,19500653:21235956,19505863:21234099,19516423:21218514,19516780:21218407,19524618:21217133,19543451:21216032,19545200:21214734,19553301:21211528,19554129:21173391,19555141:21211407,19558298:21211033,19571015:21216945,19580444:21216706,19581718:21216408,19598090:21173903,19655151:21210050,19659858:21209747,19702409:21201900,19735437:21205207,19737247:21175430,19737437:21175330,19754761:21176345,19758171:21203734,19760878:21203815,19760884:21203653,19763328:21203568,19763356:21203424,19770002:21174461,19830361:21209021,19844397:21199461,19847173:21198851,19856581:21176861,19859427:21176763,19876106:21197820,19884822:21197190,19884847:21196983,19888799:21196748,19898891:21199898,19901747:21196164,19916125:21195372,19929105:21194892,19960824:21194384,19965567:21194095,19976778:21178571,19980529:2117855', 'assoc_mat': '19428659:papier:4209:21248557,19438276:papier:4209:21246939,19458329:papier:4209:21249066,19458789:papier:4209:21248803,19460977:papier:4209:21248686,19467828:papier:4209:21255766,19469398:papier:4209:21255266,19474557:papier:4209:21254382,19474561:papier:4209:21253856,19474563:papier:4209:21253341,19477264:papier:4209:21252245,19498629:papier:4209:21237900,19500653:papier:4209:21235956,19505863:papier:4209:21234099,19516423:papier:4209:21218514,19516780:papier:4209:21218407,19524618:papier:4209:21217133,19543451:papier:4209:21216032,19545200:papier:4209:21214734,19553301:papier:4209:21211528,19554129:papier:4209:21173391,19555141:papier:4209:21211407,19558298:papier:4209:21211033,19571015:papier:4209:21216945,19580444:papier:4209:21216706,19581718:papier:4209:21216408,19598090:papier:4209:21173903,19655151:papier:4209:21210050,19659858:papier:4209:21209747,19702409:papier:4209:21201900,19735437:papier:4209:21205207,19737247:papier:4209:21175430,19737437:papier:4209:21175330,19754761:papier:4209:21176345,1975'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01047264137403709, 'nb_photo': 12386, 'list_port_cont': '20085669,20086291,20087135,20089333,20090310,20101312,20106742,20107654,20115904,20117055,20118953,20121967,20122972,20136820,20137453,20137826,20138108,20139833,20139891,20140021,20172569,20174664,20176347,20177625,20196613,20198257,20199595,20200517,20200558,20201317,20231847,20231877,20232924,20233477,20234051,20234170,20235869,20238860,20239130,21137410,21139179,21139679,21163807,21164171,21167765,21168284,21168634,21169495,21169962,21170441,21173767,21174280,21174611,21174821,21175199,21175337,21175570,21176001,21176319,21176633,21177068,21177125,21177421,21177562,21177825,21178153,21183060,21187034,21190064,21191087,21191341,21192660,21193167,21196656,21197023,21198753,21199202,21199643,21200201,21200298,21200776,21200888,21201143,21202542,21202716,21203075,21203531', 'assoc_port': '19859429:20174664,19954425:20176347,20014710:20196613,20015611:20177625,20023438:20198257,20023441:20199595,20026808:20200517,20031177:20200558,20036276:20201317,20036573:20231847,20039940:20232924,20042505:20231877,20042852:20233477,20044534:20234051,20045059:20234170,20046352:20235869,20047144:20238860,20048499:20239130,20049854:20172569,20063551:20140021,20068359:20139891,20070514:20139833,20071895:20138108,20073270:20137826,20074713:20101312,20076794:20090310,20079018:20089333,20083089:20086291,20083092:20085669,20085536:20087135,20101919:20137453,20105987:20107654,20106007:20106742,20108234:20136820,20115463:20115904,20116392:20117055,20118802:20118953,20121224:20122972,20121231:20121967,21136613:21137410,21137552:21139179,21137971:21170441,21138549:21169962,21138592:21169495,21138615:21168634,21138620:21168284,21138725:21167765,21138733:21164171,21138741:21163807,21139065:21139679,21172727:21203531,21172847:21203075,21172860:21202716,21172936:21173767,21172955:21202542,21173009:21201143,21173010:2120088', 'assoc_mat': '19859429:papier:4211:20174664,19954425:papier:4211:20176347,20014710:papier:4211:20196613,20015611:papier:4211:20177625,20023438:papier:4211:20198257,20023441:papier:4211:20199595,20026808:papier:4211:20200517,20031177:papier:4211:20200558,20036276:papier:4211:20201317,20036573:papier:4211:20231847,20039940:papier:4211:20232924,20042505:papier:4211:20231877,20042852:papier:4211:20233477,20044534:papier:4211:20234051,20045059:papier:4211:20234170,20046352:papier:4211:20235869,20047144:papier:4211:20238860,20048499:papier:4211:20239130,20049854:papier:4211:20172569,20063551:papier:4211:20140021,20068359:papier:4211:20139891,20070514:papier:4211:20139833,20071895:papier:4211:20138108,20073270:papier:4211:20137826,20074713:papier:4211:20101312,20076794:papier:4211:20090310,20079018:papier:4211:20089333,20083089:papier:4211:20086291,20083092:papier:4211:20085669,20085536:papier:4211:20087135,20101919:papier:4211:20137453,20105987:papier:4211:20107654,20106007:papier:4211:20106742,20108234:papier:4211:20136820,2011'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011033627314516818, 'nb_photo': 658, 'list_port_cont': '19370773,19371788,19371877,19373426,19373911,19374918,19375355,19376902,19387747,19387895,19388335,19389889,19392268,19394714,19395415,19396182,19397519,19398157,19398272,19398356,19410176,19410205,19411155,19411513,19417317,19429579,19430872,19438030,19440874,19442084,19446604,19451287,19453874,19456968,19457020,19457927,19459117,19460529,19461750,19467304,19468233,19469037,19470588,19471578,19476487,19476598,19477108,19478657,19481509,19488504,19490571,19499581,19500270,19500982,19501966,19503520,19503935,19504976,19505823,19508871,19509792,19510542,19517095,19517595,19519869,19522157,19525162,19525973,19526082,19528330,19543067,19543576,19544791,19546490,19549262,19553241,19553586,19553731,19556479,19556850,19557588,19571370,19578500,19581505,19591328,19625705,19631780,19634542,19638831,19643553,19648146,19649938,19652677,19661681,19661992,19665841,19693338,19693703,19694551,19695227,19696419,19696812,19696936,19704956,19707978,19710093,19711159,19711769,19717313,19731265,19732638,19733482,19734506,1973531', 'assoc_port': '19370526:19370773,19371333:19371877,19371343:19371788,19372923:19373426,19373268:19373911,19374328:19374918,19375083:19375355,19376390:19376902,19387141:19387895,19387145:19387747,19388090:19388335,19389027:19389889,19391357:19392268,19394321:19394714,19395028:19395415,19395733:19396182,19397312:19397519,19397892:19398356,19397895:19398272,19397897:19398157,19409765:19410205,19409945:19410176,19410821:19411155,19411325:19411513,19416274:19417317,19429023:19429579,19430628:19430872,19437328:19438030,19440217:19440874,19441325:19442084,19445899:19446604,19450721:19451287,19453210:19453874,19456526:19457020,19456531:19456968,19457586:19457927,19458788:19459117,19460251:19460529,19460972:19461750,19466863:19467304,19467832:19468233,19468804:19469037,19470120:19470588,19470642:19471578,19474556:19476598,19474562:19476487,19475793:19477108,19477745:19478657,19480446:19481509,19487950:19488504,19489650:19490571,19499279:19499581,19499909:19500270,19500656:19500982,19501674:19501966,19503118:19503520,19503742:1950393', 'assoc_mat': '19370526:papier:3327:19370773,19371333:papier:3327:19371877,19371343:papier:3327:19371788,19372923:papier:3327:19373426,19373268:papier:3327:19373911,19374328:papier:3327:19374918,19375083:papier:3327:19375355,19376390:papier:3327:19376902,19387141:papier:3327:19387895,19387145:papier:3327:19387747,19388090:papier:3327:19388335,19389027:papier:3327:19389889,19391357:papier:3327:19392268,19394321:papier:3327:19394714,19395028:papier:3327:19395415,19395733:papier:3327:19396182,19397312:papier:3327:19397519,19397892:papier:3327:19398356,19397895:papier:3327:19398272,19397897:papier:3327:19398157,19409765:papier:3327:19410205,19409945:papier:3327:19410176,19410821:papier:3327:19411155,19411325:papier:3327:19411513,19416274:papier:3327:19417317,19429023:papier:3327:19429579,19430628:papier:3327:19430872,19437328:papier:3327:19438030,19440217:papier:3327:19440874,19441325:papier:3327:19442084,19445899:papier:3327:19446604,19450721:papier:3327:19451287,19453210:papier:3327:19453874,19456526:papier:3327:19457020,1945'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0894301983532235, 'nb_photo': 2418, 'list_port_cont': '21137116,21137353,21137645,21137706,21137893,21137923,21138312,21138647,21138829,21139123,21139221,21139521,21139896,21173214,21173760,21178125,21180121,21180360,21180989,21181405', 'assoc_port': '21136601:21139896,21136603:21139521,21136606:21139221,21136608:21139123,21136617:21138829,21136619:21138647,21136621:21137923,21136624:21137893,21136628:21137706,21136630:21137645,21136633:21137353,21136639:21138312,21136640:21137116,21172933:21173214,21173139:21173760,21177656:21180121,21177716:21180989,21177717:21180360,21177725:21178125,21179437:21181405', 'assoc_mat': '21136601:papier:3594:21139896,21136603:papier:3594:21139521,21136606:papier:3594:21139221,21136608:papier:3594:21139123,21136617:papier:3594:21138829,21136619:papier:3594:21138647,21136621:papier:3594:21137923,21136624:papier:3594:21137893,21136628:papier:3594:21137706,21136630:papier:3594:21137645,21136633:papier:3594:21137353,21136639:papier:3594:21138312,21136640:papier:3594:21137116,21172933:papier:3594:21173214,21173139:papier:3594:21173760,21177656:papier:3594:21180121,21177716:papier:3594:21180989,21177717:papier:3594:21180360,21177725:papier:3594:21178125,21179437:papier:3594:21181405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.008965795971488033, 'nb_photo': 99, 'list_port_cont': '21173445,21174323,21175725,21193912,21199090,21199576,21201312,21202809,21205221,21207485,21209160,21209859,21210642,21210979,21211533,21214766,21216437,21217553,21271151,21274181,21274625,21286093,21286782,21288173,21331244,21334967,21335686', 'assoc_port': '19557292:21210979,21136917:21271151,21137275:21274181,21137301:21274625,21137314:21331244,21138587:21334967,21138610:21286093,21138611:21286782,21138728:21335686,21138752:21288173,21172809:21217553,21172892:21216437,21172928:21214766,21172991:21211533,21173019:21210642,21173097:21173445,21173138:21209859,21173188:21209160,21173311:21207485,21173834:21205221,21173886:21174323,21174765:21202809,21174967:21201312,21175051:21175725,21175674:21199576,21175914:21199090,21177708:21193912', 'assoc_mat': '19557292:pehd:4205:21210979,21136917:pehd:4205:21271151,21137275:pehd:4205:21274181,21137301:pehd:4205:21274625,21137314:pehd:4205:21331244,21138587:pehd:4205:21334967,21138610:pehd:4205:21286093,21138611:pehd:4205:21286782,21138728:pehd:4205:21335686,21138752:pehd:4205:21288173,21172809:pehd:4205:21217553,21172892:pehd:4205:21216437,21172928:pehd:4205:21214766,21172991:pehd:4205:21211533,21173019:pehd:4205:21210642,21173097:pehd:4205:21173445,21173138:pehd:4205:21209859,21173188:pehd:4205:21209160,21173311:pehd:4205:21207485,21173834:pehd:4205:21205221,21173886:pehd:4205:21174323,21174765:pehd:4205:21202809,21174967:pehd:4205:21201312,21175051:pehd:4205:21175725,21175674:pehd:4205:21199576,21175914:pehd:4205:21199090,21177708:pehd:4205:21193912'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0028984812727008372, 'nb_photo': 176, 'list_port_cont': '20135045,20149735,20162232,20194746,20199715,20208111,20277585,21178862,21185328,21190174,21197017,21200256,21206314,21208480,21209635,21210467,21210906,21214504,21216597,21218228,21270585,21334555', 'assoc_port': '20025651:20135045,20039938:20277585,20045888:20149735,20073268:20162232,20104700:20194746,20115134:20199715,20119801:20208111,21136910:21270585,21139048:21334555,21172726:21218228,21172923:21216597,21172981:21214504,21173043:21210906,21173112:21210467,21173173:21209635,21173275:21208480,21173810:21206314,21175654:21200256,21176546:21197017,21177730:21178862,21179158:21190174,21179219:21185328', 'assoc_mat': '20025651:pehd:4203:20135045,20039938:pehd:4203:20277585,20045888:pehd:4203:20149735,20073268:pehd:4203:20162232,20104700:pehd:4203:20194746,20115134:pehd:4203:20199715,20119801:pehd:4203:20208111,21136910:pehd:4203:21270585,21139048:pehd:4203:21334555,21172726:pehd:4203:21218228,21172923:pehd:4203:21216597,21172981:pehd:4203:21214504,21173043:pehd:4203:21210906,21173112:pehd:4203:21210467,21173173:pehd:4203:21209635,21173275:pehd:4203:21208480,21173810:pehd:4203:21206314,21175654:pehd:4203:21200256,21176546:pehd:4203:21197017,21177730:pehd:4203:21178862,21179158:pehd:4203:21190174,21179219:pehd:4203:21185328'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004927704602130949, 'nb_photo': 177, 'list_port_cont': '21137474,21169374,21169870,21170655,21170833,21172438,21172526,21172638,21172914,21173604,21174206,21174567,21174977,21175690,21176702,21176995,21177351,21177639,21177883,21178179,21178473,21178786,21178940,21179273,21179541,21179739,21179800,21181247,21181340,21181371,21181637,21182053,21182782,21183021,21184324,21184782,21184943,21185207,21185555,21185793,21185982,21185987,21186477,21186717,21187056,21187564,21187632,21187810,21188025,21188589,21188710,21189551,21190025,21190153,21190317,21191070,21191311,21191495,21191830,21191915,21192035,21192218,21192439,21192738,21192872,21193203,21193500,21194163,21194305,21194447,21194642,21194971,21195028,21195353,21195521,21195724,21196190,21196385,21196437,21196935,21197210,21197311,21197864,21198026,21198688,21198863,21199346,21199630,21199958,21200124,21200321,21200463,21200481,21200536,21200593,21200794,21200843,21201095,21201495,21201688,21201799,21201841,21201924,21202068,21202490,21202757,21203009,21203065,21203179,21203407,21203550,21203796,21204259,2120447', 'assoc_port': '21136895:21204516,21136900:21204471,21136913:21204259,21136946:21137474,21137243:21203550,21137245:21203407,21137252:21203179,21137272:21203065,21137277:21203009,21137504:21202757,21137507:21202490,21137517:21202068,21137521:21201924,21137527:21201841,21137531:21201799,21137545:21201688,21137547:21201495,21137950:21201095,21137952:21200843,21137954:21200794,21137958:21203796,21138543:21200593,21138547:21200536,21138550:21200481,21138551:21200463,21138572:21200321,21138577:21200124,21138583:21199958,21138593:21199630,21138599:21199346,21138605:21172914,21138613:21172638,21138618:21172526,21138619:21172438,21138732:21170833,21138736:21170655,21138767:21169870,21139027:21169374,21172733:21198863,21172848:21198688,21172927:21197311,21172938:21198026,21172939:21197210,21172943:21196935,21172945:21197864,21172979:21196437,21172986:21196385,21172995:21196190,21173006:21195724,21173025:21195521,21173044:21195353,21173088:21195028,21173091:21194971,21173095:21194642,21173101:21194447,21173136:21194305,21173160:2119416', 'assoc_mat': '21136895:pehd:4207:21204516,21136900:pehd:4207:21204471,21136913:pehd:4207:21204259,21136946:pehd:4207:21137474,21137243:pehd:4207:21203550,21137245:pehd:4207:21203407,21137252:pehd:4207:21203179,21137272:pehd:4207:21203065,21137277:pehd:4207:21203009,21137504:pehd:4207:21202757,21137507:pehd:4207:21202490,21137517:pehd:4207:21202068,21137521:pehd:4207:21201924,21137527:pehd:4207:21201841,21137531:pehd:4207:21201799,21137545:pehd:4207:21201688,21137547:pehd:4207:21201495,21137950:pehd:4207:21201095,21137952:pehd:4207:21200843,21137954:pehd:4207:21200794,21137958:pehd:4207:21203796,21138543:pehd:4207:21200593,21138547:pehd:4207:21200536,21138550:pehd:4207:21200481,21138551:pehd:4207:21200463,21138572:pehd:4207:21200321,21138577:pehd:4207:21200124,21138583:pehd:4207:21199958,21138593:pehd:4207:21199630,21138599:pehd:4207:21199346,21138605:pehd:4207:21172914,21138613:pehd:4207:21172638,21138618:pehd:4207:21172526,21138619:pehd:4207:21172438,21138732:pehd:4207:21170833,21138736:pehd:4207:21170655,21138767:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004650359688940145, 'nb_photo': 62, 'list_port_cont': '21138327,21173623,21176084,21178202,21178434,21178759,21179339,21183107,21183387,21184615,21190337,21190847,21191229,21192110,21193723,21194356,21195174,21196251,21198098,21199543,21200633,21200976,21202682,21203914,21205049,21205301,21205353,21206611,21208167,21209362,21209496,21210696,21210911,21211236,21211454,21214648,21216565,21216827,21217517,21218377,21264072,21269772,21270079,21270257,21276279,21277730,21278076,21280381,21284237', 'assoc_port': '21136642:21264072,21136896:21269772,21136901:21270079,21136906:21270257,21136958:21138327,21137304:21276279,21137324:21277730,21137506:21278076,21137549:21280381,21139045:21284237,21172717:21218377,21172836:21216827,21172838:21217517,21172895:21216565,21172951:21214648,21173007:21211454,21173016:21211236,21173021:21210911,21173090:21210696,21173155:21209496,21173181:21209362,21173272:21173623,21173279:21208167,21173371:21206611,21173829:21205353,21173836:21205301,21173866:21205049,21174774:21202682,21175033:21200976,21175638:21203914,21175650:21200633,21175677:21176084,21175866:21199543,21175919:21198098,21176584:21196251,21176887:21195174,21177666:21194356,21177721:21193723,21177738:21178759,21177749:21178434,21177752:21178202,21178493:21192110,21178680:21191229,21178722:21190847,21178746:21190337,21178749:21179339,21179349:21184615,21179418:21183387,21179430:21183107', 'assoc_mat': '21136642:pehd:4461:21264072,21136896:pehd:4461:21269772,21136901:pehd:4461:21270079,21136906:pehd:4461:21270257,21136958:pehd:4461:21138327,21137304:pehd:4461:21276279,21137324:pehd:4461:21277730,21137506:pehd:4461:21278076,21137549:pehd:4461:21280381,21139045:pehd:4461:21284237,21172717:pehd:4461:21218377,21172836:pehd:4461:21216827,21172838:pehd:4461:21217517,21172895:pehd:4461:21216565,21172951:pehd:4461:21214648,21173007:pehd:4461:21211454,21173016:pehd:4461:21211236,21173021:pehd:4461:21210911,21173090:pehd:4461:21210696,21173155:pehd:4461:21209496,21173181:pehd:4461:21209362,21173272:pehd:4461:21173623,21173279:pehd:4461:21208167,21173371:pehd:4461:21206611,21173829:pehd:4461:21205353,21173836:pehd:4461:21205301,21173866:pehd:4461:21205049,21174774:pehd:4461:21202682,21175033:pehd:4461:21200976,21175638:pehd:4461:21203914,21175650:pehd:4461:21200633,21175677:pehd:4461:21176084,21175866:pehd:4461:21199543,21175919:pehd:4461:21198098,21176584:pehd:4461:21196251,21176887:pehd:4461:21195174,21177666:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008644583799328111, 'nb_photo': 967, 'list_port_cont': '19370622,19394586,19409855,19429620,19451132,19454204,19458551,19468397,19471358,19477893,19481222,19486665,19503289,19524898,19544487,19549144,19550882,19590799,19592356,19598807,19646687,19649287,19653446,19660904,19697001,19731030,19733541,19735243,19735620,19735886,19753183,19793313,19803743,19816567,19832356,19848639,19854688,19857619,19863097,19875553,19877229,19890946,19930089,19957571,19966291,20011047,20030413,20037700,20041208,20043099,20044874,20071278,20074952,20076500,20119159,21137260,21137298,21137613,21138150,21138503,21138688,21139964,21140010,21140731,21141140,21141621,21141782,21146772,21149876,21155319,21157133,21157439,21159109,21159379,21159715,21162404,21162593,21173417,21173966,21174107,21174123,21174168,21174338,21174406,21174707,21174889,21175229,21175519,21175777,21176013,21176252,21176720,21177038,21177172,21177278,21177530,21177970,21178141,21178190,21178273,21178698,21178873,21179124,21179234,21179410,21179528,21179563,21179593,21179831,21179856,21180093,21180157,21182460,2118251', 'assoc_port': '19370490:19370622,19394322:19394586,19409762:19409855,19429024:19429620,19450727:19451132,19454047:19454204,19458328:19458551,19465712:19468397,19470646:19471358,19477265:19477893,19480443:19481222,19485837:19486665,19503120:19503289,19524616:19524898,19544334:19544487,19548443:19549144,19550537:19550882,19590188:19590799,19591441:19592356,19598089:19598807,19640304:19646687,19648135:19649287,19650948:19653446,19659856:19660904,19696786:19697001,19730770:19731030,19733301:19733541,19734824:19735243,19735436:19735620,19735676:19735886,19751133:19753183,19791449:19793313,19802098:19803743,19814985:19816567,19831645:19832356,19844077:19877229,19847785:19848639,19850833:19854688,19853986:19875553,19854013:19857619,19859428:19863097,19889625:19890946,19929168:19930089,19956702:19957571,19965565:19966291,20009323:20011047,20029780:20030413,20037384:20037700,20040842:20041208,20042853:20043099,20044532:20044874,20070516:20071278,20074699:20074952,20076084:20076500,20118800:20119159,21136562:21137298,21136563:2113726', 'assoc_mat': '19370490:pehd:4200:19370622,19394322:pehd:4200:19394586,19409762:pehd:4200:19409855,19429024:pehd:4200:19429620,19450727:pehd:4200:19451132,19454047:pehd:4200:19454204,19458328:pehd:4200:19458551,19465712:pehd:4200:19468397,19470646:pehd:4200:19471358,19477265:pehd:4200:19477893,19480443:pehd:4200:19481222,19485837:pehd:4200:19486665,19503120:pehd:4200:19503289,19524616:pehd:4200:19524898,19544334:pehd:4200:19544487,19548443:pehd:4200:19549144,19550537:pehd:4200:19550882,19590188:pehd:4200:19590799,19591441:pehd:4200:19592356,19598089:pehd:4200:19598807,19640304:pehd:4200:19646687,19648135:pehd:4200:19649287,19650948:pehd:4200:19653446,19659856:pehd:4200:19660904,19696786:pehd:4200:19697001,19730770:pehd:4200:19731030,19733301:pehd:4200:19733541,19734824:pehd:4200:19735243,19735436:pehd:4200:19735620,19735676:pehd:4200:19735886,19751133:pehd:4200:19753183,19791449:pehd:4200:19793313,19802098:pehd:4200:19803743,19814985:pehd:4200:19816567,19831645:pehd:4200:19832356,19844077:pehd:4200:19877229,19847785:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017422005869456577, 'nb_photo': 2904, 'list_port_cont': '21173343,21173400,21173495,21173524,21173904,21174053,21174155,21174178,21174247,21174454,21174469,21174558,21174801,21175075,21175095,21175321,21175365,21175427,21175493,21175786,21176152,21176177,21176352,21176358,21176374,21176413,21176559,21176601,21176627,21176772,21176860,21177210,21177235,21177588,21177841,21177867,21178040,21178052,21178113,21178243,21178299,21178312,21178342,21178535,21178566,21178702,21178845,21179142,21179265,21179298,21179498,21179730,21179776,21179996,21180053,21180100,21180173,21180286,21180394,21180415,21180863,21182957,21183037,21183321,21183509,21183720,21183862,21184025,21184186,21184285,21184308,21184705,21184726,21184885,21185018,21185086,21185232,21185317,21185379,21185497,21185847,21185944,21186240,21186411,21186537,21187138,21187191,21187290,21187393,21188112,21188257,21188449,21188599,21188905,21189101,21190185,21190193,21190553,21190605,21190677,21190756,21190919,21191018,21191019,21191116,21191187,21191246,21191332,21191413,21191527,21191964,21192029,21192071,2119208', 'assoc_port': '19428659:21248571,19438276:21246941,19458329:21249065,19458789:21248802,19460977:21248692,19467828:21255768,19469398:21255269,19474557:21254391,19474561:21253850,19474563:21253353,19477264:21252244,19498629:21237925,19500653:21235962,19505863:21234093,19516423:21218510,19516780:21218410,19524618:21217134,19543451:21216027,19545200:21214731,19553301:21211518,19554129:21173400,19555141:21211408,19558298:21211035,19571015:21216944,19580444:21216712,19581718:21216405,19598090:21173904,19655151:21210041,19659858:21209748,19702409:21201898,19735437:21205209,19737247:21175427,19737437:21175321,19754761:21176352,19758171:21203728,19760878:21203819,19760884:21203651,19763328:21203566,19763356:21203415,19770002:21174454,19830361:21209017,19844397:21199455,19847173:21198855,19856581:21176860,19859427:21176772,19876106:21197818,19884822:21197182,19884847:21196979,19888799:21196747,19898891:21199902,19901747:21196172,19916125:21195374,19929105:21194886,19965567:21194101,19976778:21178566,19980529:21178535,19980532:2117870', 'assoc_mat': '19428659:pehd:4209:21248571,19438276:pehd:4209:21246941,19458329:pehd:4209:21249065,19458789:pehd:4209:21248802,19460977:pehd:4209:21248692,19467828:pehd:4209:21255768,19469398:pehd:4209:21255269,19474557:pehd:4209:21254391,19474561:pehd:4209:21253850,19474563:pehd:4209:21253353,19477264:pehd:4209:21252244,19498629:pehd:4209:21237925,19500653:pehd:4209:21235962,19505863:pehd:4209:21234093,19516423:pehd:4209:21218510,19516780:pehd:4209:21218410,19524618:pehd:4209:21217134,19543451:pehd:4209:21216027,19545200:pehd:4209:21214731,19553301:pehd:4209:21211518,19554129:pehd:4209:21173400,19555141:pehd:4209:21211408,19558298:pehd:4209:21211035,19571015:pehd:4209:21216944,19580444:pehd:4209:21216712,19581718:pehd:4209:21216405,19598090:pehd:4209:21173904,19655151:pehd:4209:21210041,19659858:pehd:4209:21209748,19702409:pehd:4209:21201898,19735437:pehd:4209:21205209,19737247:pehd:4209:21175427,19737437:pehd:4209:21175321,19754761:pehd:4209:21176352,19758171:pehd:4209:21203728,19760878:pehd:4209:21203819,19760884:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9542561793245937, 'nb_photo': 19201, 'list_port_cont': '19377667,19382555,19382677,19383413,19391872,19411280,19413717,19414283,19414803,19415979,19419505,19419654,19419870,19420336,19421084,19421984,19430572,19431165,19434152,19435813,19437097,19437294,19441161,19441994,19446449,19447399,19451342,19451410,19455019,19455150,19456817,19457044,19458241,19460555,19461800,19462912,19462938,19464001,19466122,19467458,19468156,19468814,19471866,19472412,19490791,19492265,19493061,19493695,19494307,19496025,19498158,19500184,19501080,19510240,19511688,19512372,19512426,19513191,19514607,19517897,19527449,19529368,19530119,19531371,19531853,19531996,19532203,19532510,19532677,19533469,19536446,19536473,19543782,19547838,19553976,19554198,19556799,19559761,19571252,19598769,19601413,19622585,19626651,19629431,19632384,19651634,19688380,19694126,19695157,19696590,19697721,19710189,19715434,19724477,19727684,19727980,19728134,19733495,19734482,19735631,19737405,19740099,19740353,19740454,19740539,19740864,19741052,19741596,19741919,19742374,19742617,19742892,19745196,1974521', 'assoc_port': '19371348:19377667,19376389:19382555,19377394:19382677,19377989:19383413,19389025:19391872,19392671:19420336,19394324:19413717,19395025:19414283,19395734:19414803,19395742:19415979,19398111:19421984,19409942:19419505,19409946:19419654,19410824:19419870,19410827:19411280,19412015:19421084,19429021:19430572,19430308:19437294,19430311:19431165,19432612:19434152,19433903:19435813,19434929:19437097,19436968:19441161,19437331:19441994,19440254:19446449,19446867:19447399,19450720:19451342,19450732:19451410,19452005:19455019,19452019:19455150,19454044:19456817,19454045:19457044,19454976:19458241,19457587:19461800,19458785:19462912,19459530:19460555,19460250:19464001,19460978:19462938,19465713:19466122,19466557:19467458,19466862:19468156,19467830:19468814,19469394:19471866,19470121:19472412,19472284:19490791,19473173:19501080,19474567:19492265,19475785:19493061,19477266:19493695,19477744:19494307,19480432:19496025,19487954:19498158,19492194:19500184,19498631:19510240,19499908:19511688,19501671:19527449,19501673:1951237', 'assoc_mat': '19371348:pehd:4211:19377667,19376389:pehd:4211:19382555,19377394:pehd:4211:19382677,19377989:pehd:4211:19383413,19389025:pehd:4211:19391872,19392671:pehd:4211:19420336,19394324:pehd:4211:19413717,19395025:pehd:4211:19414283,19395734:pehd:4211:19414803,19395742:pehd:4211:19415979,19398111:pehd:4211:19421984,19409942:pehd:4211:19419505,19409946:pehd:4211:19419654,19410824:pehd:4211:19419870,19410827:pehd:4211:19411280,19412015:pehd:4211:19421084,19429021:pehd:4211:19430572,19430308:pehd:4211:19437294,19430311:pehd:4211:19431165,19432612:pehd:4211:19434152,19433903:pehd:4211:19435813,19434929:pehd:4211:19437097,19436968:pehd:4211:19441161,19437331:pehd:4211:19441994,19440254:pehd:4211:19446449,19446867:pehd:4211:19447399,19450720:pehd:4211:19451342,19450732:pehd:4211:19451410,19452005:pehd:4211:19455019,19452019:pehd:4211:19455150,19454044:pehd:4211:19456817,19454045:pehd:4211:19457044,19454976:pehd:4211:19458241,19457587:pehd:4211:19461800,19458785:pehd:4211:19462912,19459530:pehd:4211:19460555,19460250:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018801521897374254, 'nb_photo': 13, 'list_port_cont': '19397522,19461743,19638840,19661682,19698290,19716484,19770428,20041404,21139415,21176475,21180266', 'assoc_port': '19397312:19397522,19460972:19461743,19637612:19638840,19659857:19661682,19697948:19698290,19715150:19716484,19754727:19770428,20040828:20041404,21137524:21139415,21175676:21176475,21179148:21180266', 'assoc_mat': '19397312:pehd:3327:19397522,19460972:pehd:3327:19461743,19637612:pehd:3327:19638840,19659857:pehd:3327:19661682,19697948:pehd:3327:19698290,19715150:pehd:3327:19716484,19754727:pehd:3327:19770428,20040828:pehd:3327:20041404,21137524:pehd:3327:21139415,21175676:pehd:3327:21176475,21179148:pehd:3327:21180266'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008652358512849585, 'nb_photo': 9, 'list_port_cont': '21137653,21138639,21138830,21181401', 'assoc_port': '21136617:21138830,21136619:21138639,21136630:21137653,21179437:21181401', 'assoc_mat': '21136617:pehd:3594:21138830,21136619:pehd:3594:21138639,21136630:pehd:3594:21137653,21179437:pehd:3594:21181401'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.01964697528961852, 'nb_photo': 4, 'list_port_cont': '19557490', 'assoc_port': '19557292:19557490', 'assoc_mat': '19557292:pet_clair:4200:19557490'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005828783405012063, 'nb_photo': 15, 'list_port_cont': '21173426,21174324,21193905,21201316,21209164,21210975,21216440,21217558,21331253,21335675', 'assoc_port': '19557292:21210975,21137314:21331253,21138728:21335675,21172809:21217558,21172892:21216440,21173097:21173426,21173188:21209164,21173886:21174324,21174967:21201316,21177708:21193905', 'assoc_mat': '19557292:pet_clair:4205:21210975,21137314:pet_clair:4205:21331253,21138728:pet_clair:4205:21335675,21172809:pet_clair:4205:21217558,21172892:pet_clair:4205:21216440,21173097:pet_clair:4205:21173426,21173188:pet_clair:4205:21209164,21173886:pet_clair:4205:21174324,21174967:pet_clair:4205:21201316,21177708:pet_clair:4205:21193905'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0002843450728719874, 'nb_photo': 2, 'list_port_cont': '21210455,21214506', 'assoc_port': '21172981:21214506,21173112:21210455', 'assoc_mat': '21172981:pet_clair:4203:21214506,21173112:pet_clair:4203:21210455'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004129176246477793, 'nb_photo': 18, 'list_port_cont': '21170643,21173605,21176073,21177890,21183015,21184781,21188128,21193518,21195344,21197753,21199104,21201374,21202242,21202905', 'assoc_port': '21137306:21202905,21137515:21202242,21137551:21201374,21138604:21199104,21138736:21170643,21172893:21197753,21173044:21195344,21173238:21193518,21173314:21173605,21174720:21188128,21175652:21184781,21175909:21176073,21176574:21177890,21178396:21183015', 'assoc_mat': '21137306:pet_clair:4207:21202905,21137515:pet_clair:4207:21202242,21137551:pet_clair:4207:21201374,21138604:pet_clair:4207:21199104,21138736:pet_clair:4207:21170643,21172893:pet_clair:4207:21197753,21173044:pet_clair:4207:21195344,21173238:pet_clair:4207:21193518,21173314:pet_clair:4207:21173605,21174720:pet_clair:4207:21188128,21175652:pet_clair:4207:21184781,21175909:pet_clair:4207:21176073,21176574:pet_clair:4207:21177890,21178396:pet_clair:4207:21183015'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005270299012936631, 'nb_photo': 5, 'list_port_cont': '21184098,21211420,21216452,21286687', 'assoc_port': '21138602:21286687,21172906:21216452,21173001:21211420,21179354:21184098', 'assoc_mat': '21138602:pet_clair:4461:21286687,21172906:pet_clair:4461:21216452,21173001:pet_clair:4461:21211420,21179354:pet_clair:4461:21184098'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.03815334678899791, 'nb_photo': 7064, 'list_port_cont': '19370610,19371747,19373188,19373878,19374476,19377695,19379397,19387359,19387552,19388229,19393021,19394587,19395982,19397177,19399043,19409859,19410526,19410929,19411424,19411865,19428757,19429613,19431486,19433325,19437723,19439960,19440799,19447295,19451138,19452604,19452782,19453677,19454198,19457797,19458561,19460163,19460406,19467220,19467439,19468394,19470280,19471363,19473211,19476015,19476174,19477895,19481229,19486672,19488354,19498355,19500890,19501946,19503292,19506130,19506292,19508022,19508150,19509546,19510379,19516971,19517571,19517730,19518426,19520568,19524906,19525904,19528199,19543525,19544491,19545610,19548093,19549141,19549923,19550879,19554434,19554586,19555413,19556358,19556914,19558479,19574529,19574686,19590790,19592355,19596423,19598808,19625013,19646683,19649282,19653240,19653448,19660897,19663605,19693641,19696989,19697489,19701197,19704630,19705267,19705994,19707090,19713510,19716194,19719991,19720205,19727000,19731028,19731974,19733534,19735242,19735621,19735889,19736500,1973702', 'assoc_port': '19370490:19370610,19371345:19371747,19372925:19373188,19373269:19373878,19374327:19374476,19377393:19377695,19377991:19379397,19387142:19387552,19387146:19387359,19388091:19388229,19392668:19393021,19394322:19394587,19395741:19395982,19396942:19397177,19398803:19399043,19409762:19409859,19410364:19410526,19410822:19410929,19411326:19411424,19411749:19411865,19428661:19428757,19429024:19429613,19431296:19431486,19433116:19433325,19437327:19437723,19439727:19439960,19440252:19440799,19446871:19447295,19450727:19451138,19452006:19452782,19452026:19452604,19453211:19453677,19454047:19454198,19457585:19457797,19458328:19458561,19459522:19460163,19460252:19460406,19465712:19468394,19466860:19467439,19466864:19467220,19469395:19470280,19470646:19471363,19472285:19473211,19474560:19476174,19475784:19476015,19477265:19477895,19480443:19481229,19485837:19486672,19487955:19488354,19498295:19498355,19500652:19500890,19501672:19501946,19503120:19503292,19505862:19506292,19505869:19506130,19507773:19508150,19507777:1950802', 'assoc_mat': '19370490:pet_clair:4200:19370610,19371345:pet_clair:4200:19371747,19372925:pet_clair:4200:19373188,19373269:pet_clair:4200:19373878,19374327:pet_clair:4200:19374476,19377393:pet_clair:4200:19377695,19377991:pet_clair:4200:19379397,19387142:pet_clair:4200:19387552,19387146:pet_clair:4200:19387359,19388091:pet_clair:4200:19388229,19392668:pet_clair:4200:19393021,19394322:pet_clair:4200:19394587,19395741:pet_clair:4200:19395982,19396942:pet_clair:4200:19397177,19398803:pet_clair:4200:19399043,19409762:pet_clair:4200:19409859,19410364:pet_clair:4200:19410526,19410822:pet_clair:4200:19410929,19411326:pet_clair:4200:19411424,19411749:pet_clair:4200:19411865,19428661:pet_clair:4200:19428757,19429024:pet_clair:4200:19429613,19431296:pet_clair:4200:19431486,19433116:pet_clair:4200:19433325,19437327:pet_clair:4200:19437723,19439727:pet_clair:4200:19439960,19440252:pet_clair:4200:19440799,19446871:pet_clair:4200:19447295,19450727:pet_clair:4200:19451138,19452006:pet_clair:4200:19452782,19452026:pet_clair:4200:19452604,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010699882218194663, 'nb_photo': 96, 'list_port_cont': '21173484,21176143,21176382,21177591,21184695,21186249,21188253,21188902,21189092,21194413,21194568,21196120,21196171,21196505,21196816,21197181,21198382,21199780,21199886,21201051,21201285,21202672,21203425,21203433,21203575,21206142,21206882,21210286,21210507,21210733,21211038,21211674,21214818,21216330,21216717,21216899,21216946,21217102,21217485,21218148,21218351,21234118,21235192,21236749,21238354,21240132,21242443,21243491,21246238,21246555,21246756,21247699,21247821,21248757,21249060,21249193,21249373,21252421,21254064,21255339,21255472,21256277,21256935,21257171,21257400,21257426,21257691,21257997,21258131,21258433,21258518,21258530,21262916', 'assoc_port': '19458329:21249060,19558298:21211038,19580444:21216717,19763328:21203575,19763356:21203425,19901747:21196171,20083093:21188253,21136551:21262916,21136609:21258530,21136612:21258433,21136614:21258518,21136615:21258131,21136622:21257997,21136625:21257691,21136626:21257400,21136631:21257426,21136632:21256935,21136635:21257171,21136637:21256277,21136904:21255472,21136905:21255339,21136926:21254064,21136952:21252421,21137305:21249373,21137312:21249193,21137320:21248757,21137514:21247821,21137520:21247699,21137572:21246756,21137959:21246555,21137966:21246238,21138600:21243491,21138617:21242443,21138762:21240132,21139019:21238354,21139029:21236749,21139037:21235192,21139053:21234118,21172718:21218351,21172728:21218148,21172829:21216899,21172835:21217485,21172856:21217102,21172888:21216946,21172934:21216330,21172946:21214818,21172957:21173484,21172993:21211674,21173099:21210507,21173105:21210733,21173120:21210286,21173327:21206882,21173807:21206142,21173881:21203433,21174777:21202672,21174968:21201285,21175014:2120105', 'assoc_mat': '19458329:pet_clair:4209:21249060,19558298:pet_clair:4209:21211038,19580444:pet_clair:4209:21216717,19763328:pet_clair:4209:21203575,19763356:pet_clair:4209:21203425,19901747:pet_clair:4209:21196171,20083093:pet_clair:4209:21188253,21136551:pet_clair:4209:21262916,21136609:pet_clair:4209:21258530,21136612:pet_clair:4209:21258433,21136614:pet_clair:4209:21258518,21136615:pet_clair:4209:21258131,21136622:pet_clair:4209:21257997,21136625:pet_clair:4209:21257691,21136626:pet_clair:4209:21257400,21136631:pet_clair:4209:21257426,21136632:pet_clair:4209:21256935,21136635:pet_clair:4209:21257171,21136637:pet_clair:4209:21256277,21136904:pet_clair:4209:21255472,21136905:pet_clair:4209:21255339,21136926:pet_clair:4209:21254064,21136952:pet_clair:4209:21252421,21137305:pet_clair:4209:21249373,21137312:pet_clair:4209:21249193,21137320:pet_clair:4209:21248757,21137514:pet_clair:4209:21247821,21137520:pet_clair:4209:21247699,21137572:pet_clair:4209:21246756,21137959:pet_clair:4209:21246555,21137966:pet_clair:4209:21246238,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009513213100311534, 'nb_photo': 59, 'list_port_cont': '20087142,20106743,20117046,20121966,20138095,20140011,20172571,20176342,20177630,20198245,20235861,21137402,21139682,21163812,21164186,21167763,21169502,21170450,21176315,21177079,21177418,21177561,21177831,21187033,21191345,21192673,21196652,21197030,21198749,21200206,21200773,21200898,21201150,21202530', 'assoc_port': '19954425:20176342,20015611:20177630,20023438:20198245,20046352:20235861,20049854:20172571,20063551:20140011,20071895:20138095,20085536:20087142,20106007:20106743,20116392:20117046,20121231:20121966,21136613:21137402,21137971:21170450,21138592:21169502,21138725:21167763,21138733:21164186,21138741:21163812,21139065:21139682,21172955:21202530,21173009:21201150,21173010:21200898,21173089:21200773,21173149:21200206,21173805:21198749,21174949:21197030,21174962:21196652,21175589:21176315,21175921:21177079,21176550:21177418,21176888:21177831,21176903:21177561,21178422:21192673,21178640:21191345,21179180:21187033', 'assoc_mat': '19954425:pet_clair:4211:20176342,20015611:pet_clair:4211:20177630,20023438:pet_clair:4211:20198245,20046352:pet_clair:4211:20235861,20049854:pet_clair:4211:20172571,20063551:pet_clair:4211:20140011,20071895:pet_clair:4211:20138095,20085536:pet_clair:4211:20087142,20106007:pet_clair:4211:20106743,20116392:pet_clair:4211:20117046,20121231:pet_clair:4211:20121966,21136613:pet_clair:4211:21137402,21137971:pet_clair:4211:21170450,21138592:pet_clair:4211:21169502,21138725:pet_clair:4211:21167763,21138733:pet_clair:4211:21164186,21138741:pet_clair:4211:21163812,21139065:pet_clair:4211:21139682,21172955:pet_clair:4211:21202530,21173009:pet_clair:4211:21201150,21173010:pet_clair:4211:21200898,21173089:pet_clair:4211:21200773,21173149:pet_clair:4211:21200206,21173805:pet_clair:4211:21198749,21174949:pet_clair:4211:21197030,21174962:pet_clair:4211:21196652,21175589:pet_clair:4211:21176315,21175921:pet_clair:4211:21177079,21176550:pet_clair:4211:21177418,21176888:pet_clair:4211:21177831,21176903:pet_clair:4211:21177561,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9896239067873566, 'nb_photo': 136700, 'list_port_cont': '19370763,19371790,19371866,19373430,19373912,19374178,19374916,19375347,19376899,19387741,19387894,19388330,19389901,19392266,19394720,19395418,19396177,19397524,19398155,19398274,19398361,19399134,19410175,19410202,19411159,19411515,19412239,19417326,19417537,19429580,19430877,19430944,19433393,19437746,19438032,19439436,19440869,19442086,19446601,19451292,19453870,19456958,19457016,19457934,19459121,19460523,19461437,19461684,19461740,19465739,19467303,19468244,19469048,19470591,19471572,19473878,19476306,19476482,19476596,19477104,19478662,19481506,19482488,19488508,19490566,19498421,19499577,19500274,19500985,19501964,19503514,19503929,19504975,19505828,19508248,19508880,19509791,19510545,19517051,19517101,19517600,19518538,19519872,19521285,19522161,19522524,19525163,19525981,19526089,19528318,19543063,19543581,19544795,19546486,19549268,19551570,19553230,19553593,19553729,19555660,19556470,19556848,19556949,19557586,19571373,19572689,19577759,19578501,19581501,19585698,19591320,19593123,19595596,1959951', 'assoc_port': '19370526:19370763,19371333:19371866,19371343:19371790,19372923:19373430,19373268:19373912,19373603:19374178,19374328:19374916,19375083:19375347,19376390:19376899,19387141:19387894,19387145:19387741,19388090:19388330,19389027:19389901,19391357:19392266,19394321:19394720,19395028:19395418,19395733:19396177,19397312:19397524,19397892:19398361,19397895:19398274,19397897:19398155,19398799:19399134,19409765:19410202,19409945:19410175,19410821:19411159,19411325:19411515,19411750:19412239,19416274:19417326,19416276:19417537,19429023:19429580,19430626:19430944,19430628:19430877,19433117:19433393,19437328:19438032,19437330:19437746,19438273:19439436,19440217:19440869,19441325:19442086,19445899:19446601,19450721:19451292,19453210:19453870,19456526:19457016,19456531:19456958,19457586:19457934,19458788:19459121,19460251:19460523,19460972:19461740,19460973:19461684,19460976:19461437,19465714:19465739,19466863:19467303,19467832:19468244,19468804:19469048,19470120:19470591,19470642:19471572,19473171:19473878,19474556:1947659', 'assoc_mat': '19370526:pet_clair:3327:19370763,19371333:pet_clair:3327:19371866,19371343:pet_clair:3327:19371790,19372923:pet_clair:3327:19373430,19373268:pet_clair:3327:19373912,19373603:pet_clair:3327:19374178,19374328:pet_clair:3327:19374916,19375083:pet_clair:3327:19375347,19376390:pet_clair:3327:19376899,19387141:pet_clair:3327:19387894,19387145:pet_clair:3327:19387741,19388090:pet_clair:3327:19388330,19389027:pet_clair:3327:19389901,19391357:pet_clair:3327:19392266,19394321:pet_clair:3327:19394720,19395028:pet_clair:3327:19395418,19395733:pet_clair:3327:19396177,19397312:pet_clair:3327:19397524,19397892:pet_clair:3327:19398361,19397895:pet_clair:3327:19398274,19397897:pet_clair:3327:19398155,19398799:pet_clair:3327:19399134,19409765:pet_clair:3327:19410202,19409945:pet_clair:3327:19410175,19410821:pet_clair:3327:19411159,19411325:pet_clair:3327:19411515,19411750:pet_clair:3327:19412239,19416274:pet_clair:3327:19417326,19416276:pet_clair:3327:19417537,19429023:pet_clair:3327:19429580,19430626:pet_clair:3327:19430944,1'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.055285301422491766, 'nb_photo': 781, 'list_port_cont': '21137117,21137363,21137655,21137708,21137900,21137928,21138303,21138649,21138821,21139117,21139219,21139525,21139893,21173210,21173761,21178130,21180124,21180364,21180985,21181402', 'assoc_port': '21136601:21139893,21136603:21139525,21136606:21139219,21136608:21139117,21136617:21138821,21136619:21138649,21136621:21137928,21136624:21137900,21136628:21137708,21136630:21137655,21136633:21137363,21136639:21138303,21136640:21137117,21172933:21173210,21173139:21173761,21177656:21180124,21177716:21180985,21177717:21180364,21177725:21178130,21179437:21181402', 'assoc_mat': '21136601:pet_clair:3594:21139893,21136603:pet_clair:3594:21139525,21136606:pet_clair:3594:21139219,21136608:pet_clair:3594:21139117,21136617:pet_clair:3594:21138821,21136619:pet_clair:3594:21138649,21136621:pet_clair:3594:21137928,21136624:pet_clair:3594:21137900,21136628:pet_clair:3594:21137708,21136630:pet_clair:3594:21137655,21136633:pet_clair:3594:21137363,21136639:pet_clair:3594:21138303,21136640:pet_clair:3594:21137117,21172933:pet_clair:3594:21173210,21173139:pet_clair:3594:21173761,21177656:pet_clair:3594:21180124,21177716:pet_clair:3594:21180985,21177717:pet_clair:3594:21180364,21177725:pet_clair:3594:21178130,21179437:pet_clair:3594:21181402'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.9776717823255536, 'nb_photo': 10, 'list_port_cont': '19557496', 'assoc_port': '19557292:19557496', 'assoc_mat': '19557292:pet_fonce:4200:19557496'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00531340612357321, 'nb_photo': 1, 'list_port_cont': '21198447', 'assoc_port': '21172883:21198447', 'assoc_mat': '21172883:pet_fonce:4207:21198447'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010969486678296456, 'nb_photo': 2, 'list_port_cont': '21216822,21286177', 'assoc_port': '21138589:21286177,21172836:21216822', 'assoc_mat': '21138589:pet_fonce:4461:21286177,21172836:pet_fonce:4461:21216822'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8278023340044102, 'nb_photo': 6802, 'list_port_cont': '19370623,19371757,19373183,19373882,19374484,19377693,19379406,19387358,19387551,19388234,19393024,19394580,19395988,19397178,19399035,19409847,19410524,19410930,19411417,19411862,19428756,19429606,19431481,19433326,19437717,19439972,19440795,19447287,19451141,19452592,19452778,19453685,19454199,19457792,19458553,19460169,19460417,19467221,19467438,19468399,19470278,19471354,19473210,19476013,19476176,19477890,19481232,19486669,19488350,19498356,19500903,19501938,19503291,19506133,19506290,19508026,19508141,19509545,19510369,19516974,19517565,19517723,19518418,19520566,19524900,19525913,19528209,19543526,19544496,19545616,19548078,19549145,19549932,19550881,19554439,19554584,19555417,19556360,19556910,19558488,19574535,19574684,19590794,19592354,19596419,19598809,19625017,19646682,19649277,19653235,19653438,19660910,19663602,19693640,19696999,19697479,19701196,19704639,19705268,19706000,19707095,19713519,19716201,19719996,19720212,19727006,19731027,19731967,19733537,19735238,19735616,19735890,19736502,1973701', 'assoc_port': '19370490:19370623,19371345:19371757,19372925:19373183,19373269:19373882,19374327:19374484,19377393:19377693,19377991:19379406,19387142:19387551,19387146:19387358,19388091:19388234,19392668:19393024,19394322:19394580,19395741:19395988,19396942:19397178,19398803:19399035,19409762:19409847,19410364:19410524,19410822:19410930,19411326:19411417,19411749:19411862,19428661:19428756,19429024:19429606,19431296:19431481,19433116:19433326,19437327:19437717,19439727:19439972,19440252:19440795,19446871:19447287,19450727:19451141,19452006:19452778,19452026:19452592,19453211:19453685,19454047:19454199,19457585:19457792,19458328:19458553,19459522:19460169,19460252:19460417,19465712:19468399,19466860:19467438,19466864:19467221,19469395:19470278,19470646:19471354,19472285:19473210,19474560:19476176,19475784:19476013,19477265:19477890,19480443:19481232,19485837:19486669,19487955:19488350,19498295:19498356,19500652:19500903,19501672:19501938,19503120:19503291,19505862:19506290,19505869:19506133,19507773:19508141,19507777:1950802', 'assoc_mat': '19370490:pet_fonce:4200:19370623,19371345:pet_fonce:4200:19371757,19372925:pet_fonce:4200:19373183,19373269:pet_fonce:4200:19373882,19374327:pet_fonce:4200:19374484,19377393:pet_fonce:4200:19377693,19377991:pet_fonce:4200:19379406,19387142:pet_fonce:4200:19387551,19387146:pet_fonce:4200:19387358,19388091:pet_fonce:4200:19388234,19392668:pet_fonce:4200:19393024,19394322:pet_fonce:4200:19394580,19395741:pet_fonce:4200:19395988,19396942:pet_fonce:4200:19397178,19398803:pet_fonce:4200:19399035,19409762:pet_fonce:4200:19409847,19410364:pet_fonce:4200:19410524,19410822:pet_fonce:4200:19410930,19411326:pet_fonce:4200:19411417,19411749:pet_fonce:4200:19411862,19428661:pet_fonce:4200:19428756,19429024:pet_fonce:4200:19429606,19431296:pet_fonce:4200:19431481,19433116:pet_fonce:4200:19433326,19437327:pet_fonce:4200:19437717,19439727:pet_fonce:4200:19439972,19440252:pet_fonce:4200:19440795,19446871:pet_fonce:4200:19447287,19450727:pet_fonce:4200:19451141,19452006:pet_fonce:4200:19452778,19452026:pet_fonce:4200:19452592,1'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025408069799058904, 'nb_photo': 11, 'list_port_cont': '21189093,21194883,21196173,21197157,21210284,21238901,21240149,21250335,21252246,21258173', 'assoc_port': '19477264:21252246,19901747:21196173,19929105:21194883,21136616:21258173,21137269:21250335,21138756:21240149,21138791:21238901,21173120:21210284,21176534:21197157,21179170:21189093', 'assoc_mat': '19477264:pet_fonce:4209:21252246,19901747:pet_fonce:4209:21196173,19929105:pet_fonce:4209:21194883,21136616:pet_fonce:4209:21258173,21137269:pet_fonce:4209:21250335,21138756:pet_fonce:4209:21240149,21138791:pet_fonce:4209:21238901,21173120:pet_fonce:4209:21210284,21176534:pet_fonce:4209:21197157,21179170:pet_fonce:4209:21189093'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 6.208674852699782e-05, 'nb_photo': 2, 'list_port_cont': '21177078,21201155', 'assoc_port': '21173009:21201155,21175921:21177078', 'assoc_mat': '21173009:pet_fonce:4211:21201155,21175921:pet_fonce:4211:21177078'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030108053056529, 'nb_photo': 15, 'list_port_cont': '19388339,19473883,19510546,19525166,19553726,19571372,19593117,19665846,19710090,19850138,20007446,20020282,21176477', 'assoc_port': '19388090:19388339,19473171:19473883,19510199:19510546,19524617:19525166,19553296:19553726,19571016:19571372,19591442:19593117,19664410:19665846,19708916:19710090,19848344:19850138,20006224:20007446,20018408:20020282,21175676:21176477', 'assoc_mat': '19388090:pet_fonce:3327:19388339,19473171:pet_fonce:3327:19473883,19510199:pet_fonce:3327:19510546,19524617:pet_fonce:3327:19525166,19553296:pet_fonce:3327:19553726,19571016:pet_fonce:3327:19571372,19591442:pet_fonce:3327:19593117,19664410:pet_fonce:3327:19665846,19708916:pet_fonce:3327:19710090,19848344:pet_fonce:3327:19850138,20006224:pet_fonce:3327:20007446,20018408:pet_fonce:3327:20020282,21175676:pet_fonce:3327:21176477'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004004914091164038, 'nb_photo': 47, 'list_port_cont': '21137122,21137362,21137646,21137699,21137899,21137924,21138306,21138823,21139119,21139524,21139895,21180115,21180358,21180992,21181409', 'assoc_port': '21136601:21139895,21136603:21139524,21136608:21139119,21136617:21138823,21136621:21137924,21136624:21137899,21136628:21137699,21136630:21137646,21136633:21137362,21136639:21138306,21136640:21137122,21177656:21180115,21177716:21180992,21177717:21180358,21179437:21181409', 'assoc_mat': '21136601:pet_fonce:3594:21139895,21136603:pet_fonce:3594:21139524,21136608:pet_fonce:3594:21139119,21136617:pet_fonce:3594:21138823,21136621:pet_fonce:3594:21137924,21136624:pet_fonce:3594:21137899,21136628:pet_fonce:3594:21137699,21136630:pet_fonce:3594:21137646,21136633:pet_fonce:3594:21137362,21136639:pet_fonce:3594:21138306,21136640:pet_fonce:3594:21137122,21177656:pet_fonce:3594:21180115,21177716:pet_fonce:3594:21180992,21177717:pet_fonce:3594:21180358,21179437:pet_fonce:3594:21181409'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4200, 'ratio': 0.0020327543093474295, 'nb_photo': 2, 'list_port_cont': '19557499', 'assoc_port': '19557292:19557499', 'assoc_mat': '19557292:pet_opaque:4200:19557499'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014402921972177803, 'nb_photo': 3, 'list_port_cont': '21205230,21216436', 'assoc_port': '21172892:21216436,21173834:21205230', 'assoc_mat': '21172892:pet_opaque:4205:21216436,21173834:pet_opaque:4205:21205230'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 9.677883906078597e-05, 'nb_photo': 1, 'list_port_cont': '21178859', 'assoc_port': '21177730:21178859', 'assoc_mat': '21177730:pet_opaque:4203:21178859'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0030792374251281903, 'nb_photo': 6, 'list_port_cont': '21170983,21184931,21188594,21199106,21202758,21203008', 'assoc_port': '21137277:21203008,21137504:21202758,21138604:21199106,21138729:21170983,21174648:21188594,21175648:21184931', 'assoc_mat': '21137277:pet_opaque:4207:21203008,21137504:pet_opaque:4207:21202758,21138604:pet_opaque:4207:21199106,21138729:pet_opaque:4207:21170983,21174648:pet_opaque:4207:21188594,21175648:pet_opaque:4207:21184931'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004600310975706045, 'nb_photo': 20, 'list_port_cont': '21173619,21186363,21193732,21201085,21201639,21202930,21203752,21203978,21205037,21211237,21211461,21214087,21217802,21218062,21218369,21282512,21282607,21286641,21286696', 'assoc_port': '21137960:21282512,21138602:21286696,21138734:21286641,21139054:21282607,21172717:21218369,21172730:21218062,21172735:21217802,21173007:21211461,21173016:21211237,21173236:21214087,21173272:21173619,21173866:21205037,21174764:21202930,21174953:21201639,21175013:21201085,21175633:21203978,21175645:21203752,21177721:21193732,21179203:21186363', 'assoc_mat': '21137960:pet_opaque:4461:21282512,21138602:pet_opaque:4461:21286696,21138734:pet_opaque:4461:21286641,21139054:pet_opaque:4461:21282607,21172717:pet_opaque:4461:21218369,21172730:pet_opaque:4461:21218062,21172735:pet_opaque:4461:21217802,21173007:pet_opaque:4461:21211461,21173016:pet_opaque:4461:21211237,21173236:pet_opaque:4461:21214087,21173272:pet_opaque:4461:21173619,21173866:pet_opaque:4461:21205037,21174764:pet_opaque:4461:21202930,21174953:pet_opaque:4461:21201639,21175013:pet_opaque:4461:21201085,21175633:pet_opaque:4461:21203978,21175645:pet_opaque:4461:21203752,21177721:pet_opaque:4461:21193732,21179203:pet_opaque:4461:21186363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010084781493230636, 'nb_photo': 6317, 'list_port_cont': '19370613,19371761,19373178,19373870,19374477,19377690,19379408,19387372,19387557,19388232,19393031,19394588,19395990,19397174,19399045,19409856,19410519,19410932,19411416,19411867,19428745,19429619,19431484,19433331,19437715,19439964,19440793,19447298,19451136,19452594,19452770,19453678,19454203,19457799,19458564,19460175,19460421,19467217,19467425,19468389,19470271,19471359,19473205,19476016,19476170,19477891,19481231,19486661,19488352,19498354,19500893,19501950,19503297,19506128,19506284,19508020,19508153,19509537,19510380,19516979,19517567,19517729,19518417,19520570,19524894,19525911,19528200,19543523,19544497,19545621,19548083,19549146,19549927,19550874,19554433,19554598,19555406,19556361,19556920,19558486,19574532,19574683,19590791,19592352,19596412,19598813,19625007,19646694,19649280,19653230,19653435,19660908,19663598,19693633,19696993,19697480,19701195,19704631,19705263,19705989,19707093,19713508,19716196,19719988,19720206,19727002,19731020,19731972,19733530,19735244,19735626,19735894,19736510,1973702', 'assoc_port': '19370490:19370613,19371345:19371761,19372925:19373178,19373269:19373870,19374327:19374477,19377393:19377690,19377991:19379408,19387142:19387557,19387146:19387372,19388091:19388232,19392668:19393031,19394322:19394588,19395741:19395990,19396942:19397174,19398803:19399045,19409762:19409856,19410364:19410519,19410822:19410932,19411326:19411416,19411749:19411867,19428661:19428745,19429024:19429619,19431296:19431484,19433116:19433331,19437327:19437715,19439727:19439964,19440252:19440793,19446871:19447298,19450727:19451136,19452006:19452770,19452026:19452594,19453211:19453678,19454047:19454203,19457585:19457799,19458328:19458564,19459522:19460175,19460252:19460421,19465712:19468389,19466860:19467425,19466864:19467217,19469395:19470271,19470646:19471359,19472285:19473205,19474560:19476170,19475784:19476016,19477265:19477891,19480443:19481231,19485837:19486661,19487955:19488352,19498295:19498354,19500652:19500893,19501672:19501950,19503120:19503297,19505862:19506284,19505869:19506128,19507773:19508153,19507777:1950802', 'assoc_mat': '19370490:pet_opaque:4200:19370613,19371345:pet_opaque:4200:19371761,19372925:pet_opaque:4200:19373178,19373269:pet_opaque:4200:19373870,19374327:pet_opaque:4200:19374477,19377393:pet_opaque:4200:19377690,19377991:pet_opaque:4200:19379408,19387142:pet_opaque:4200:19387557,19387146:pet_opaque:4200:19387372,19388091:pet_opaque:4200:19388232,19392668:pet_opaque:4200:19393031,19394322:pet_opaque:4200:19394588,19395741:pet_opaque:4200:19395990,19396942:pet_opaque:4200:19397174,19398803:pet_opaque:4200:19399045,19409762:pet_opaque:4200:19409856,19410364:pet_opaque:4200:19410519,19410822:pet_opaque:4200:19410932,19411326:pet_opaque:4200:19411416,19411749:pet_opaque:4200:19411867,19428661:pet_opaque:4200:19428745,19429024:pet_opaque:4200:19429619,19431296:pet_opaque:4200:19431484,19433116:pet_opaque:4200:19433331,19437327:pet_opaque:4200:19437715,19439727:pet_opaque:4200:19439964,19440252:pet_opaque:4200:19440793,19446871:pet_opaque:4200:19447298,19450727:pet_opaque:4200:19451136,19452006:pet_opaque:4200:19452770,1945'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002434881290682903, 'nb_photo': 85, 'list_port_cont': '21175086,21175092,21175362,21176418,21178289,21178558,21179500,21180099,21184179,21185008,21185239,21188610,21189091,21190202,21191537,21192523,21192747,21193285,21193714,21193768,21193894,21194724,21196046,21196829,21197152,21197179,21198763,21199254,21199506,21201258,21201277,21201366,21201866,21202253,21203513,21206132,21206719,21206762,21209257,21209316,21209611,21210801,21211678,21214540,21214550,21216931,21217148,21217308,21232473,21232724,21233107,21240151,21244206,21245827,21246852,21247937,21248558,21248678,21250328,21250735,21251886,21253347,21256248,21256940,21257163,21257385,21257439,21257644,21257696,21257999,21258178,21258361,21258510,21258536,21260971', 'assoc_port': '19428659:21248558,19474563:21253347,19571015:21216931,19976778:21178558,20003495:21193768,20023443:21192523,20049856:21179500,20063546:21190202,21136569:21260971,21136609:21258536,21136610:21258361,21136614:21258510,21136616:21258178,21136622:21257999,21136625:21257696,21136626:21257385,21136629:21257644,21136631:21257439,21136632:21256940,21136635:21257163,21136636:21256248,21136959:21251886,21137250:21250735,21137269:21250328,21137322:21248678,21137510:21247937,21137553:21246852,21138539:21245827,21138585:21244206,21138756:21240151,21139060:21233107,21139064:21232724,21139080:21232473,21172845:21217308,21172854:21217148,21172961:21214540,21172968:21214550,21172993:21211678,21173049:21210801,21173146:21209611,21173187:21209316,21173260:21209257,21173337:21206719,21173368:21206762,21173807:21206132,21173878:21203513,21174722:21175362,21174779:21175086,21174784:21202253,21174794:21175092,21174951:21201866,21174965:21201366,21174968:21201277,21175016:21201258,21175901:21199506,21175910:21199254,21175938:2117641', 'assoc_mat': '19428659:pet_opaque:4209:21248558,19474563:pet_opaque:4209:21253347,19571015:pet_opaque:4209:21216931,19976778:pet_opaque:4209:21178558,20003495:pet_opaque:4209:21193768,20023443:pet_opaque:4209:21192523,20049856:pet_opaque:4209:21179500,20063546:pet_opaque:4209:21190202,21136569:pet_opaque:4209:21260971,21136609:pet_opaque:4209:21258536,21136610:pet_opaque:4209:21258361,21136614:pet_opaque:4209:21258510,21136616:pet_opaque:4209:21258178,21136622:pet_opaque:4209:21257999,21136625:pet_opaque:4209:21257696,21136626:pet_opaque:4209:21257385,21136629:pet_opaque:4209:21257644,21136631:pet_opaque:4209:21257439,21136632:pet_opaque:4209:21256940,21136635:pet_opaque:4209:21257163,21136636:pet_opaque:4209:21256248,21136959:pet_opaque:4209:21251886,21137250:pet_opaque:4209:21250735,21137269:pet_opaque:4209:21250328,21137322:pet_opaque:4209:21248678,21137510:pet_opaque:4209:21247937,21137553:pet_opaque:4209:21246852,21138539:pet_opaque:4209:21245827,21138585:pet_opaque:4209:21244206,21138756:pet_opaque:4209:21240151,2113'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00030396813811464456, 'nb_photo': 115, 'list_port_cont': '20085668,20087145,20089326,20101313,20118964,20122964,20136834,20137455,20139828,20174654,20177633,20196603,20200522,20232920,20234171,20238862,20239133,21139191,21164170,21168285,21169504,21169952,21170452,21174616,21175211,21176637,21177082,21177113,21177417,21177828,21190068,21191088,21192669,21196662,21197033,21198755,21199207,21200211,21200291,21200775,21200894,21201152,21202528,21203533', 'assoc_port': '19859429:20174654,20014710:20196603,20015611:20177633,20026808:20200522,20039940:20232920,20045059:20234171,20047144:20238862,20048499:20239133,20070514:20139828,20074713:20101313,20079018:20089326,20083092:20085668,20085536:20087145,20101919:20137455,20108234:20136834,20118802:20118964,20121224:20122964,21137552:21139191,21137971:21170452,21138549:21169952,21138592:21169504,21138620:21168285,21138733:21164170,21172727:21203533,21172955:21202528,21173009:21201152,21173010:21200894,21173089:21200775,21173140:21200291,21173149:21200211,21173183:21199207,21173805:21198755,21173880:21174616,21174772:21175211,21174949:21197033,21174962:21196662,21175921:21177082,21175935:21177113,21175940:21176637,21176550:21177417,21176888:21177828,21178422:21192669,21178678:21191088,21179226:21190068', 'assoc_mat': '19859429:pet_opaque:4211:20174654,20014710:pet_opaque:4211:20196603,20015611:pet_opaque:4211:20177633,20026808:pet_opaque:4211:20200522,20039940:pet_opaque:4211:20232920,20045059:pet_opaque:4211:20234171,20047144:pet_opaque:4211:20238862,20048499:pet_opaque:4211:20239133,20070514:pet_opaque:4211:20139828,20074713:pet_opaque:4211:20101313,20079018:pet_opaque:4211:20089326,20083092:pet_opaque:4211:20085668,20085536:pet_opaque:4211:20087145,20101919:pet_opaque:4211:20137455,20108234:pet_opaque:4211:20136834,20118802:pet_opaque:4211:20118964,20121224:pet_opaque:4211:20122964,21137552:pet_opaque:4211:21139191,21137971:pet_opaque:4211:21170452,21138549:pet_opaque:4211:21169952,21138592:pet_opaque:4211:21169504,21138620:pet_opaque:4211:21168285,21138733:pet_opaque:4211:21164170,21172727:pet_opaque:4211:21203533,21172955:pet_opaque:4211:21202528,21173009:pet_opaque:4211:21201152,21173010:pet_opaque:4211:21200894,21173089:pet_opaque:4211:21200775,21173140:pet_opaque:4211:21200291,21173149:pet_opaque:4211:21200211,2117'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.020778248002517964, 'nb_photo': 11, 'list_port_cont': '19485303,19912453', 'assoc_port': '19477264:19485303,19901747:19912453', 'assoc_mat': '19477264:plastique:3726:19485303,19901747:plastique:3726:19912453'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005179238142315644, 'nb_photo': 1064, 'list_port_cont': '19517197,21136748,21136863,21137018,21137028,21137060,21137112,21137232,21137334,21137420,21137424,21137593,21137695,21137730,21137745,21137778,21138129,21138216,21138638,21138673,21138848,21138929,21139068,21139086,21139200,21139316,21139374,21139528,21139620,21139661,21139753,21139885,21140029,21140414,21140519,21140610,21140639,21140977,21141119,21141325,21141394,21141898,21142143,21147666,21173165,21173243,21173360,21173540,21173653,21173665,21173675,21173917,21174094,21174134,21174387,21174939,21175044,21175118,21175173,21175272,21175378,21175407,21175442,21175755,21175761,21175801,21175963,21176132,21176196,21176210,21176336,21176789,21176934,21176943,21177133,21177198,21177296,21177306,21177438,21177950,21178013,21178904,21178916,21179153,21179319,21179568,21179660,21179671,21179675,21179792,21179823,21179953,21180041,21180543,21181077,21181345,21181363,21181548,21181582,21181797,21182207,21182386,21182483,21182591,21182610,21183755,21183768,21184600,21185229,21185252,21187658,21187974,21188089,2118809', 'assoc_port': '19516788:19517197,21136549:21136748,21136550:21141898,21136559:21147666,21136584:21141394,21136588:21141325,21136594:21142143,21136598:21141119,21136604:21137028,21136611:21137018,21136618:21140977,21136620:21136863,21136902:21137334,21136914:21137232,21136920:21137060,21136948:21138638,21136950:21137112,21136951:21137420,21137249:21140639,21137300:21137424,21137302:21137593,21137319:21140610,21137519:21137745,21137523:21137730,21137528:21140414,21137546:21137778,21137554:21137695,21137951:21138216,21137962:21138129,21138540:21138673,21138579:21138929,21138586:21138848,21138606:21139753,21138608:21139068,21138719:21140519,21138720:21139661,21138730:21139620,21138737:21139528,21138749:21139086,21138777:21139885,21139032:21139374,21139041:21139316,21139052:21140029,21139055:21139200,21172714:21190381,21172721:21190351,21172722:21190389,21172802:21189936,21172834:21189902,21172891:21189855,21172903:21189732,21172949:21173165,21172958:21189711,21172965:21190780,21172985:21173360,21172998:21188320,21172999:2117324', 'assoc_mat': '19516788:plastique:3726:19517197,21136549:plastique:3726:21136748,21136550:plastique:3726:21141898,21136559:plastique:3726:21147666,21136584:plastique:3726:21141394,21136588:plastique:3726:21141325,21136594:plastique:3726:21142143,21136598:plastique:3726:21141119,21136604:plastique:3726:21137028,21136611:plastique:3726:21137018,21136618:plastique:3726:21140977,21136620:plastique:3726:21136863,21136902:plastique:3726:21137334,21136914:plastique:3726:21137232,21136920:plastique:3726:21137060,21136948:plastique:3726:21138638,21136950:plastique:3726:21137112,21136951:plastique:3726:21137420,21137249:plastique:3726:21140639,21137300:plastique:3726:21137424,21137302:plastique:3726:21137593,21137319:plastique:3726:21140610,21137519:plastique:3726:21137745,21137523:plastique:3726:21137730,21137528:plastique:3726:21140414,21137546:plastique:3726:21137778,21137554:plastique:3726:21137695,21137951:plastique:3726:21138216,21137962:plastique:3726:21138129,21138540:plastique:3726:21138673,21138579:plastique:3726:21138929,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.009236826428028994, 'nb_photo': 36, 'list_port_cont': '19474866,19485306,19912462,19933767,20368542', 'assoc_port': '19474557:19474866,19477264:19485306,19884822:19933767,19901747:19912462,19960824:20368542', 'assoc_mat': '19474557:Teint_Dans_La_Masse:3726:19474866,19477264:Teint_Dans_La_Masse:3726:19485306,19884822:Teint_Dans_La_Masse:3726:19933767,19901747:Teint_Dans_La_Masse:3726:19912462,19960824:Teint_Dans_La_Masse:3726:20368542'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010265525940866048, 'nb_photo': 3958, 'list_port_cont': '19517188,21136747,21136866,21137019,21137058,21137107,21137236,21137327,21137417,21137429,21137441,21137596,21137691,21137737,21137742,21137771,21138132,21138212,21138627,21138671,21138840,21138928,21139079,21139088,21139168,21139209,21139320,21139373,21139536,21139613,21139694,21139762,21139880,21140024,21140408,21140601,21140629,21140954,21140979,21141011,21141118,21141211,21141291,21141317,21141346,21141402,21141424,21141442,21141469,21141543,21141573,21141725,21141861,21141893,21142140,21147669,21173172,21173245,21173357,21173536,21173659,21173664,21173683,21173912,21174097,21174142,21174381,21174947,21175043,21175111,21175172,21175276,21175382,21175401,21175451,21175745,21175759,21175804,21175837,21175952,21176141,21176168,21176188,21176199,21176333,21176787,21176927,21176945,21177135,21177200,21177292,21177327,21177437,21177957,21178019,21178900,21178910,21179150,21179317,21179571,21179657,21179665,21179683,21179793,21179815,21179949,21180032,21180539,21181081,21181162,21181351,21181357,21181557,2118157', 'assoc_port': '19516788:19517188,21136549:21136747,21136550:21141893,21136559:21147669,21136560:21141861,21136572:21141725,21136574:21141573,21136576:21141543,21136578:21141469,21136581:21141442,21136582:21141424,21136584:21141402,21136586:21141346,21136588:21141317,21136589:21141291,21136592:21141211,21136594:21142140,21136598:21141118,21136599:21141011,21136611:21137019,21136618:21140979,21136620:21136866,21136897:21140954,21136902:21137327,21136914:21137236,21136920:21137058,21136948:21138627,21136950:21137107,21136951:21137417,21137249:21140629,21137300:21137429,21137302:21137596,21137319:21140601,21137321:21137441,21137519:21137742,21137523:21137737,21137528:21140408,21137546:21137771,21137554:21137691,21137951:21138212,21137962:21138132,21138540:21138671,21138579:21138928,21138586:21138840,21138606:21139762,21138608:21139079,21138718:21139694,21138730:21139613,21138737:21139536,21138749:21139088,21138777:21139880,21139032:21139373,21139041:21139320,21139052:21140024,21139055:21139209,21139057:21139168,21172714:2119038', 'assoc_mat': '19516788:Teint_Dans_La_Masse:3726:19517188,21136549:Teint_Dans_La_Masse:3726:21136747,21136550:Teint_Dans_La_Masse:3726:21141893,21136559:Teint_Dans_La_Masse:3726:21147669,21136560:Teint_Dans_La_Masse:3726:21141861,21136572:Teint_Dans_La_Masse:3726:21141725,21136574:Teint_Dans_La_Masse:3726:21141573,21136576:Teint_Dans_La_Masse:3726:21141543,21136578:Teint_Dans_La_Masse:3726:21141469,21136581:Teint_Dans_La_Masse:3726:21141442,21136582:Teint_Dans_La_Masse:3726:21141424,21136584:Teint_Dans_La_Masse:3726:21141402,21136586:Teint_Dans_La_Masse:3726:21141346,21136588:Teint_Dans_La_Masse:3726:21141317,21136589:Teint_Dans_La_Masse:3726:21141291,21136592:Teint_Dans_La_Masse:3726:21141211,21136594:Teint_Dans_La_Masse:3726:21142140,21136598:Teint_Dans_La_Masse:3726:21141118,21136599:Teint_Dans_La_Masse:3726:21141011,21136611:Teint_Dans_La_Masse:3726:21137019,21136618:Teint_Dans_La_Masse:3726:21140979,21136620:Teint_Dans_La_Masse:3726:21136866,21136897:Teint_Dans_La_Masse:3726:21140954,21136902:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 48064}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30173299,30173303,30173311,30173319,30173341,30173358,30173367,30173376,30173385,30173393?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30173300,30173320,30173359,30173368,30173377,30173386,30173394?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'gm': 'https://www.fotonower.com/velours/30173301,30173309,30173317,30173321,30173323,30173325,30173332,30173339,30173347,30173349,30173356,30173365,30173374,30173383,30173391,30173400,30173402,30173404?tags=autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse', 'jrm': 'https://www.fotonower.com/velours/30173302,30173322,30173324,30173326,30173350,30173403,30173405?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173304,30173312,30173327,30173334,30173342,30173351,30173360,30173369,30173378,30173387,30173395?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173305,30173313,30173328,30173335,30173343,30173352,30173361,30173370,30173379,30173396?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173306,30173314,30173329,30173336,30173344,30173353,30173362,30173371,30173380,30173388,30173397?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173307,30173315,30173330,30173337,30173345,30173354,30173363,30173372,30173381,30173389,30173398?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173308,30173316,30173331,30173338,30173346,30173355,30173364,30173373,30173382,30173390,30173399?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173310,30173318,30173333,30173340,30173348,30173357,30173366,30173375,30173384,30173392,30173401?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('jrm', '2025-01', 0.040093825675796356),), (('gm', '2025-01', 0.10343469151775014),), (('emr', '2025-01', 0.055689724278992415),), (('aluminium', '2025-01', 0.05378378095795005),), (('film_pedb', '2025-01', 0.2331688519173929),), (('pehd_pp', '2025-01', 0.01523184267166107),), (('pet_clair', '2025-01', 0.010131102709759181),), (('flux_dev', '2025-01', 0.12873129742173656),), (('ela', '2025-01', 0.016970839021334082),), (('refus', '2025-01', 0.15226686950284182),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_01_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.34%', 875], 'barquette_avec_film': ['barquette_avec_film', '0.18%', 19], 'bouchon': ['bouchon', '0.06%', 264], 'carton': ['carton', '0.45%', 174], 'etiquette': ['etiquette', '0.08%', 19], 'metal': ['metal', '0.01%', 2], 'papier': ['papier', '1.1%', 658], 'pehd': ['pehd', '0.19%', 13], 'pet_clair': ['pet_clair', '98.96%', 136700], 'pet_fonce': ['pet_fonce', '0.3%', 15]}, 'refus': {'autre': ['autre', '0.44%', 79], 'carton': ['carton', '3.07%', 555], 'metal': ['metal', '0.13%', 65], 'papier': ['papier', '8.94%', 2418], 'pehd': ['pehd', '0.09%', 9], 'pet_clair': ['pet_clair', '5.53%', 781], 'pet_fonce': ['pet_fonce', '0.4%', 47]}, 'gm': {'autre_refus': ['autre_refus', '2.49%', 28], 'barquette_opaque': ['barquette_opaque', '0.88%', 414], 'carton': ['carton', '5.15%', 12104], 'cartonnette': ['cartonnette', '0.02%', 3], 'Carton_brun': ['Carton_brun', '4.37%', 27], 'Carton_gris': ['Carton_gris', '1.11%', 8], 'ela': ['ela', '0.39%', 1264], 'etiquette': ['etiquette', '0.09%', 257], 'film_plastique': ['film_plastique', '3.73%', 2545], 'kraft': ['kraft', '0.38%', 3], 'metal': ['metal', '2.66%', 1037], 'papier': ['papier', '89.96%', 186856], 'pehd': ['pehd', '1.74%', 2904], 'pet_clair': ['pet_clair', '1.07%', 96], 'pet_fonce': ['pet_fonce', '0.25%', 11], 'pet_opaque': ['pet_opaque', '0.24%', 85], 'plastique': ['plastique', '2.08%', 11], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '0.92%', 36]}, 'jrm': {'autre_refus': ['autre_refus', '1.29%', 1951], 'cartonnette': ['cartonnette', '0.2%', 305], 'Carton_brun': ['Carton_brun', '0.68%', 861], 'Carton_gris': ['Carton_gris', '0.52%', 559], 'kraft': ['kraft', '0.14%', 104], 'plastique': ['plastique', '0.52%', 1064], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.03%', 3958]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.29%', 16], 'carton': ['carton', '1.23%', 834], 'ela': ['ela', '0.49%', 161], 'etiquette': ['etiquette', '0.01%', 1], 'film_plastique': ['film_plastique', '2.68%', 344], 'metal': ['metal', '95.12%', 779], 'papier': ['papier', '2.79%', 3958], 'pehd': ['pehd', '0.9%', 99], 'pet_clair': ['pet_clair', '0.58%', 15], 'pet_fonce': ['pet_fonce', '97.77%', 10], 'pet_opaque': ['pet_opaque', '1.44%', 3]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.11%', 110], 'carton': ['carton', '0.68%', 353], 'ela': ['ela', '97.97%', 2031], 'etiquette': ['etiquette', '0.02%', 63], 'film_plastique': ['film_plastique', '1.06%', 9956], 'metal': ['metal', '0.36%', 233], 'papier': ['papier', '1.01%', 1618], 'pehd': ['pehd', '0.29%', 176], 'pet_clair': ['pet_clair', '0.03%', 2], 'pet_opaque': ['pet_opaque', '0.01%', 1]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.22%', 23], 'carton': ['carton', '94.57%', 4370], 'ela': ['ela', '0.16%', 75], 'etiquette': ['etiquette', '0.02%', 5], 'film_plastique': ['film_plastique', '0.33%', 2313], 'metal': ['metal', '0.61%', 134], 'papier': ['papier', '4.53%', 14869], 'pehd': ['pehd', '0.49%', 177], 'pet_clair': ['pet_clair', '0.41%', 18], 'pet_fonce': ['pet_fonce', '0.53%', 1], 'pet_opaque': ['pet_opaque', '0.31%', 6]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.05%', 49], 'carton': ['carton', '1.61%', 8349], 'ela': ['ela', '0.54%', 32], 'etiquette': ['etiquette', '0.03%', 5], 'film_plastique': ['film_plastique', '76.6%', 10324], 'metal': ['metal', '0.41%', 24], 'papier': ['papier', '21.23%', 85981], 'pehd': ['pehd', '0.47%', 62], 'pet_clair': ['pet_clair', '0.53%', 5], 'pet_fonce': ['pet_fonce', '1.1%', 2], 'pet_opaque': ['pet_opaque', '0.46%', 20]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '4.82%', 444], 'carton': ['carton', '3.06%', 2019], 'ela': ['ela', '0.08%', 45], 'etiquette': ['etiquette', '0.2%', 2837], 'film_plastique': ['film_plastique', '1.56%', 1445], 'metal': ['metal', '21.29%', 1334], 'papier': ['papier', '1.68%', 2060], 'pehd': ['pehd', '0.86%', 967], 'pet_clair': ['pet_clair', '3.82%', 7064], 'pet_fonce': ['pet_fonce', '82.78%', 6802], 'pet_opaque': ['pet_opaque', '1.01%', 6317]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '2.2%', 4902], 'carton': ['carton', '1.13%', 8407], 'ela': ['ela', '0.09%', 1122], 'etiquette': ['etiquette', '0.01%', 129], 'film_plastique': ['film_plastique', '0.26%', 19820], 'metal': ['metal', '1.17%', 1242], 'papier': ['papier', '1.05%', 12386], 'pehd': ['pehd', '95.43%', 19201], 'pet_clair': ['pet_clair', '0.1%', 59], 'pet_fonce': ['pet_fonce', '0.01%', 2], 'pet_opaque': ['pet_opaque', '0.03%', 115]}} 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_01_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.50user 5.70system 0:44.38elapsed 25%CPU (0avgtext+0avgdata 189600maxresident)k 47616inputs+2968outputs (243major+57064minor)pagefaults 0swaps