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-03' -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-03 _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py warning , we can't find thcl infos in json_data warning , we can't find pdt infos in json_data nb_day : (5, 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-03-01" AND ded.date <= "2025-03-31" SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (1652668,1652626,1942343,1934842,1934847,1934851,1934852,1934857,1934861,1934867,1934874,1934878,1934882,1934890,1934895,1934902,1934909,1934914,1934915,1934919,1934924,1934929,1934934,1934935,1934938,1934942,1934946,1934948,1934956,1934964,1934969) 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.004253988862375556, 'nb_photo': 711, 'list_port_cont': '20967693,20985379,21000369,21021773,21038464,21039216,21043261,21046261,21051414,21066001,21066801,21071269,21074779,21076193,21076843,21082840,21084586,21116514,21116671,21117279,21121649,21122178,21122201,21123145,21123472,21131399,21133774,21133813,21134173,21136137,21137566,21140343,21140863,21140945,21150083,21152351,21152785,21153624,21156961,21160309,21161692,21161715,21161820,21173696,21180857,21181188,21181304,21181439,21181815,21181889,21197341,21220570,21224618,21224844,21225245,21225695,21227226,21227850,21230872,21231079,21234025,21234252,21239710,21267069,21268822,21272180,21277621,21285991,21290339,21290427,21292714,21295315,21297478,21300466,21301464,21309402,21309719,21320396,21338157,21338417,21340637,21343965,21345184,21350956,21351339,21358112,21363091,21364078,21369427,21375402,21382739,21386575,21387585,21390515,21391095,21395886,21403536,21404084,21405529,21415993,21417165,21423814,21427745,21433080,21433998,21438639,21442991,21459156,21485315,21487405,21488089,21492510,21495268,2149713', 'assoc_port': '20966500:20967693,20984094:20985379,20999702:21000369,21020699:21021773,21037134:21039216,21037137:21038464,21041998:21043261,21043840:21046261,21049822:21051414,21064403:21066001,21065191:21066801,21069854:21071269,21072684:21074779,21075331:21076843,21075334:21076193,21080852:21082840,21084269:21084586,21104034:21133774,21108064:21197341,21116149:21116671,21116150:21116514,21117032:21117279,21119656:21136137,21120541:21173696,21120582:21122178,21120586:21121649,21120954:21134173,21120964:21133813,21120971:21131399,21120985:21123472,21120996:21123145,21121012:21122201,21136349:21137566,21139009:21140343,21140310:21140863,21140595:21140945,21141751:21161692,21141760:21152351,21147911:21150083,21151379:21152785,21152615:21153624,21155491:21156961,21159637:21160309,21161083:21161715,21161104:21161820,21179959:21181889,21179963:21181815,21179974:21181439,21179976:21181304,21180021:21181188,21180044:21180857,21220275:21220570,21222614:21225245,21222626:21224844,21222667:21224618,21224540:21225695,21225889:2122785', 'assoc_mat': '20966500:autre:3327:20967693,20984094:autre:3327:20985379,20999702:autre:3327:21000369,21020699:autre:3327:21021773,21037134:autre:3327:21039216,21037137:autre:3327:21038464,21041998:autre:3327:21043261,21043840:autre:3327:21046261,21049822:autre:3327:21051414,21064403:autre:3327:21066001,21065191:autre:3327:21066801,21069854:autre:3327:21071269,21072684:autre:3327:21074779,21075331:autre:3327:21076843,21075334:autre:3327:21076193,21080852:autre:3327:21082840,21084269:autre:3327:21084586,21104034:autre:3327:21133774,21108064:autre:3327:21197341,21116149:autre:3327:21116671,21116150:autre:3327:21116514,21117032:autre:3327:21117279,21119656:autre:3327:21136137,21120541:autre:3327:21173696,21120582:autre:3327:21122178,21120586:autre:3327:21121649,21120954:autre:3327:21134173,21120964:autre:3327:21133813,21120971:autre:3327:21131399,21120985:autre:3327:21123472,21120996:autre:3327:21123145,21121012:autre:3327:21122201,21136349:autre:3327:21137566,21139009:autre:3327:21140343,21140310:autre:3327:21140863,21140595:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010624508563014187, 'nb_photo': 757, 'list_port_cont': '20977614,20999619,21011404,21044060,21046721,21049998,21063592,21064507,21072819,21075111,21078054,21081206,21083690,21108221,21116168,21116218,21119832,21120645,21120889,21121104,21132937,21132971,21133019,21139136,21143931,21157231,21180299,21222804,21223012,21223195,21226235,21242477,21263079,21286062,21299556,21300682,21321704,21336614,21345945,21352997,21366719,21366725,21369147,21374631,21378914,21380555,21386715,21389610,21411893,21422070,21424774,21430367,21436431,21451816,21487138,21490599,21490758,21492824,21501924,21501991,21513399,21516703,21516712,21529491,21533599,21538607,21540235,21544303,21548053,21551571,21552478,21553617,21556560,21562720,21566196,21566550,21569298,21588163,21591755,21597672,21617045,21635000,21645129,21669486,21688892,21690464,21694707,21702032,21707055,21739028,21770154,21770629,21772871,21776764,21780324,21783970,21790457,21793416,21806975,21830103,21844480,21844819,21847826,21861708,21868759,21905682,21907044,21928181', 'assoc_port': '20974622:20977614,20999576:20999619,21011128:21011404,21043841:21044060,21046490:21046721,21049820:21049998,21063281:21063592,21064405:21064507,21072706:21072819,21074835:21075111,21077851:21078054,21080851:21081206,21083363:21083690,21108098:21108221,21116151:21116218,21116153:21116168,21119653:21119832,21120518:21120889,21120537:21120645,21120946:21133019,21120976:21132971,21120978:21132937,21121009:21121104,21138999:21139136,21143650:21143931,21157120:21157231,21180026:21180299,21222620:21222804,21222625:21223195,21222666:21223012,21225891:21226235,21242244:21242477,21262953:21263079,21285764:21286062,21299166:21299556,21300165:21300682,21321582:21321704,21336294:21336614,21345494:21345945,21352319:21352997,21366612:21366725,21366615:21366719,21368955:21369147,21374325:21374631,21378574:21378914,21380161:21380555,21386395:21386715,21389269:21389610,21411664:21411893,21421770:21422070,21424521:21424774,21428063:21430367,21431418:21436431,21451320:21451816,21487044:21487138,21490475:21490758,21490484:2149059', 'assoc_mat': '20974622:autre_refus:3726:20977614,20999576:autre_refus:3726:20999619,21011128:autre_refus:3726:21011404,21043841:autre_refus:3726:21044060,21046490:autre_refus:3726:21046721,21049820:autre_refus:3726:21049998,21063281:autre_refus:3726:21063592,21064405:autre_refus:3726:21064507,21072706:autre_refus:3726:21072819,21074835:autre_refus:3726:21075111,21077851:autre_refus:3726:21078054,21080851:autre_refus:3726:21081206,21083363:autre_refus:3726:21083690,21108098:autre_refus:3726:21108221,21116151:autre_refus:3726:21116218,21116153:autre_refus:3726:21116168,21119653:autre_refus:3726:21119832,21120518:autre_refus:3726:21120889,21120537:autre_refus:3726:21120645,21120946:autre_refus:3726:21133019,21120976:autre_refus:3726:21132971,21120978:autre_refus:3726:21132937,21121009:autre_refus:3726:21121104,21138999:autre_refus:3726:21139136,21143650:autre_refus:3726:21143931,21157120:autre_refus:3726:21157231,21180026:autre_refus:3726:21180299,21222620:autre_refus:3726:21222804,21222625:autre_refus:3726:21223195,21222666:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0022928753651774198, 'nb_photo': 19, 'list_port_cont': '20967700,20985381,21066002,21117272,21137562,21267071,21406232,21536864,21550812,21555945,21557168,21559968,21769300,21844167,21852906,21941741,21947362,21953962', 'assoc_port': '20966500:20967700,20984094:20985381,21064403:21066002,21117032:21117272,21136349:21137562,21265553:21267071,21380261:21406232,21536138:21536864,21550606:21550812,21555437:21557168,21555444:21555945,21559585:21559968,21732322:21769300,21843936:21844167,21850606:21852906,21913094:21941741,21920670:21953962,21920673:21947362', 'assoc_mat': '20966500:barquette_avec_film:3327:20967700,20984094:barquette_avec_film:3327:20985381,21064403:barquette_avec_film:3327:21066002,21117032:barquette_avec_film:3327:21117272,21136349:barquette_avec_film:3327:21137562,21265553:barquette_avec_film:3327:21267071,21380261:barquette_avec_film:3327:21406232,21536138:barquette_avec_film:3327:21536864,21550606:barquette_avec_film:3327:21550812,21555437:barquette_avec_film:3327:21557168,21555444:barquette_avec_film:3327:21555945,21559585:barquette_avec_film:3327:21559968,21732322:barquette_avec_film:3327:21769300,21843936:barquette_avec_film:3327:21844167,21850606:barquette_avec_film:3327:21852906,21913094:barquette_avec_film:3327:21941741,21920670:barquette_avec_film:3327:21953962,21920673:barquette_avec_film:3327:21947362'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00039475857114500514, 'nb_photo': 20, 'list_port_cont': '20985465,21071221,21173203,21218918,21289463,21326935,21370527,21385311,21458298,21498495,21521592,21555646,21592103,21644575,21658652,21764117,21917674', 'assoc_port': '20974621:20985465,21020702:21071221,21120995:21173203,21135544:21326935,21140596:21289463,21151378:21218918,21370457:21370527,21384556:21385311,21451315:21458298,21498396:21498495,21521274:21521592,21555438:21555646,21587690:21592103,21640850:21644575,21657252:21658652,21730666:21764117,21906792:21917674', 'assoc_mat': '20974621:barquette_opaque:4205:20985465,21020702:barquette_opaque:4205:21071221,21120995:barquette_opaque:4205:21173203,21135544:barquette_opaque:4205:21326935,21140596:barquette_opaque:4205:21289463,21151378:barquette_opaque:4205:21218918,21370457:barquette_opaque:4205:21370527,21384556:barquette_opaque:4205:21385311,21451315:barquette_opaque:4205:21458298,21498396:barquette_opaque:4205:21498495,21521274:barquette_opaque:4205:21521592,21555438:barquette_opaque:4205:21555646,21587690:barquette_opaque:4205:21592103,21640850:barquette_opaque:4205:21644575,21657252:barquette_opaque:4205:21658652,21730666:barquette_opaque:4205:21764117,21906792:barquette_opaque:4205:21917674'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0013762180565840114, 'nb_photo': 350, 'list_port_cont': '21009033,21045723,21102636,21144484,21159613,21168730,21170322,21170842,21172463,21181128,21221273,21222102,21289589,21290386,21292019,21313585,21324803,21328626,21330400,21356395,21370278,21396242,21406055,21410365,21446121,21455885,21483695,21489864,21499590,21509388,21515726,21531604,21532585,21541049,21550797,21555809,21559765,21567648,21583073,21601469,21643096,21665889,21666460,21682602,21689765,21707619,21736511,21758201,21779831,21821320,21825475,21869542,21871529,21873400,21907236,21925046,21930395', 'assoc_port': '20993232:21009033,21043844:21045723,21064407:21102636,21084267:21313585,21108071:21289589,21117583:21159613,21120585:21168730,21120953:21170322,21120982:21172463,21140594:21290386,21143651:21144484,21155462:21170842,21180001:21181128,21221105:21221273,21221394:21222102,21232888:21324803,21267127:21330400,21290582:21292019,21306684:21328626,21339766:21356395,21352346:21370278,21378587:21410365,21381695:21406055,21394505:21396242,21431417:21446121,21441440:21455885,21483159:21483695,21489393:21489864,21499136:21499590,21509153:21509388,21515548:21515726,21529360:21531604,21532437:21532585,21538911:21541049,21550607:21550797,21555447:21555809,21559582:21559765,21567548:21567648,21580239:21583073,21592857:21601469,21639124:21643096,21651463:21665889,21651464:21666460,21682058:21682602,21689266:21689765,21706322:21707619,21724314:21736511,21728542:21758201,21779322:21779831,21793240:21821320,21814369:21825475,21843933:21873400,21849326:21871529,21861259:21869542,21903539:21907236,21913103:21925046,21924615:2193039', 'assoc_mat': '20993232:barquette_opaque:4203:21009033,21043844:barquette_opaque:4203:21045723,21064407:barquette_opaque:4203:21102636,21084267:barquette_opaque:4203:21313585,21108071:barquette_opaque:4203:21289589,21117583:barquette_opaque:4203:21159613,21120585:barquette_opaque:4203:21168730,21120953:barquette_opaque:4203:21170322,21120982:barquette_opaque:4203:21172463,21140594:barquette_opaque:4203:21290386,21143651:barquette_opaque:4203:21144484,21155462:barquette_opaque:4203:21170842,21180001:barquette_opaque:4203:21181128,21221105:barquette_opaque:4203:21221273,21221394:barquette_opaque:4203:21222102,21232888:barquette_opaque:4203:21324803,21267127:barquette_opaque:4203:21330400,21290582:barquette_opaque:4203:21292019,21306684:barquette_opaque:4203:21328626,21339766:barquette_opaque:4203:21356395,21352346:barquette_opaque:4203:21370278,21378587:barquette_opaque:4203:21410365,21381695:barquette_opaque:4203:21406055,21394505:barquette_opaque:4203:21396242,21431417:barquette_opaque:4203:21446121,21441440:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014538171128547113, 'nb_photo': 68, 'list_port_cont': '21011740,21070328,21115747,21140327,21168273,21206510,21209777,21210205,21221127,21226466,21226796,21266803,21277649,21343403,21345050,21363647,21366709,21369287,21378310,21402838,21405964,21410803,21416593,21483687,21494559,21501210,21502045,21516072,21521667,21529472,21530168,21533614,21536229,21551533,21555626,21566797,21567576,21572084,21581346,21582182,21582787,21642951,21692159,21736202,21769493,21789581,21824085,21900737,21908899,21909686', 'assoc_port': '21011126:21011740,21069853:21070328,21108061:21210205,21112972:21115747,21120538:21209777,21120544:21168273,21135542:21206510,21139512:21140327,21221106:21221127,21222619:21226796,21225888:21226466,21265552:21266803,21275769:21277649,21332135:21345050,21342839:21343403,21361669:21369287,21363249:21363647,21366614:21366709,21378066:21378310,21378588:21410803,21380167:21402838,21381690:21405964,21416274:21416593,21483158:21483687,21494513:21494559,21501000:21501210,21501745:21502045,21515948:21516072,21521294:21521667,21529362:21529472,21530099:21530168,21533463:21533614,21536136:21536229,21551422:21551533,21555440:21555626,21566768:21566797,21567549:21567576,21572066:21572084,21580238:21582787,21580242:21581346,21582168:21582182,21640842:21642951,21691867:21692159,21724316:21736202,21732318:21769493,21788225:21789581,21804268:21824085,21899637:21900737,21904652:21909686,21908057:21908899', 'assoc_mat': '21011126:barquette_opaque:4207:21011740,21069853:barquette_opaque:4207:21070328,21108061:barquette_opaque:4207:21210205,21112972:barquette_opaque:4207:21115747,21120538:barquette_opaque:4207:21209777,21120544:barquette_opaque:4207:21168273,21135542:barquette_opaque:4207:21206510,21139512:barquette_opaque:4207:21140327,21221106:barquette_opaque:4207:21221127,21222619:barquette_opaque:4207:21226796,21225888:barquette_opaque:4207:21226466,21265552:barquette_opaque:4207:21266803,21275769:barquette_opaque:4207:21277649,21332135:barquette_opaque:4207:21345050,21342839:barquette_opaque:4207:21343403,21361669:barquette_opaque:4207:21369287,21363249:barquette_opaque:4207:21363647,21366614:barquette_opaque:4207:21366709,21378066:barquette_opaque:4207:21378310,21378588:barquette_opaque:4207:21410803,21380167:barquette_opaque:4207:21402838,21381690:barquette_opaque:4207:21405964,21416274:barquette_opaque:4207:21416593,21483158:barquette_opaque:4207:21483687,21494513:barquette_opaque:4207:21494559,21501000:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01561744066105288, 'nb_photo': 30, 'list_port_cont': '20999910,21083721,21144747,21159945,21169542,21174505,21180616,21180650,21181195,21241314,21277958,21296282,21300821,21363773,21484955,21508683,21549687,21558588,21559702,21580654,21580931,21588463,21676356,21699690,21729389,21732478,21919075', 'assoc_port': '20999578:20999910,21033315:21083721,21074837:21296282,21117586:21159945,21120967:21300821,21121002:21174505,21143652:21144747,21157118:21169542,21179977:21181195,21180017:21180650,21180025:21180616,21222623:21277958,21240949:21241314,21363246:21363773,21484284:21484955,21508543:21508683,21542129:21549687,21558477:21558588,21559581:21559702,21580211:21580931,21580241:21580654,21587692:21588463,21674537:21676356,21699062:21699690,21728541:21729389,21730626:21732478,21917408:21919075', 'assoc_mat': '20999578:barquette_opaque:4461:20999910,21033315:barquette_opaque:4461:21083721,21074837:barquette_opaque:4461:21296282,21117586:barquette_opaque:4461:21159945,21120967:barquette_opaque:4461:21300821,21121002:barquette_opaque:4461:21174505,21143652:barquette_opaque:4461:21144747,21157118:barquette_opaque:4461:21169542,21179977:barquette_opaque:4461:21181195,21180017:barquette_opaque:4461:21180650,21180025:barquette_opaque:4461:21180616,21222623:barquette_opaque:4461:21277958,21240949:barquette_opaque:4461:21241314,21363246:barquette_opaque:4461:21363773,21484284:barquette_opaque:4461:21484955,21508543:barquette_opaque:4461:21508683,21542129:barquette_opaque:4461:21549687,21558477:barquette_opaque:4461:21558588,21559581:barquette_opaque:4461:21559702,21580211:barquette_opaque:4461:21580931,21580241:barquette_opaque:4461:21580654,21587692:barquette_opaque:4461:21588463,21674537:barquette_opaque:4461:21676356,21699062:barquette_opaque:4461:21699690,21728541:barquette_opaque:4461:21729389,21730626:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00943082352614104, 'nb_photo': 475, 'list_port_cont': '20967647,21041288,21041840,21042560,21050764,21070559,21073273,21073533,21074918,21075594,21080581,21082196,21083794,21109485,21114628,21115911,21116228,21117955,21119242,21121192,21121482,21135842,21139782,21141971,21142149,21153870,21156392,21161393,21163951,21167446,21170495,21170876,21172005,21172347,21173935,21180463,21180502,21181065,21181140,21182015,21214332,21214633,21223683,21224817,21227420,21230608,21233456,21237484,21242882,21265950,21270949,21274342,21276789,21283409,21287795,21289129,21293315,21299790,21300610,21307541,21307678,21336846,21346461,21346585,21350034,21352950,21353488,21357650,21359123,21366946,21369158,21374705,21374996,21378216,21379493,21380522,21380925,21381873,21381901,21383112,21383683,21389893,21392086,21395974,21415538,21416435,21418675,21427483,21428971,21433953,21434587,21442118,21443187,21445548,21447483,21451734,21483433,21484694,21486403,21487843,21490831,21492198,21494158,21494726,21501261,21501383,21508651,21513498,21514163,21515702,21516740,21521628,21521748,2152327', 'assoc_port': '20966504:20967647,21039692:21041840,21039694:21041288,21041995:21042560,21049816:21050764,21069850:21070559,21071196:21073533,21072704:21073273,21074840:21074918,21075332:21075594,21077848:21080581,21080850:21082196,21083366:21083794,21104037:21114628,21108067:21109485,21115491:21116228,21115511:21115911,21117580:21119242,21117584:21117955,21120519:21167446,21120542:21121482,21120584:21121192,21120957:21170495,21120965:21170876,21120977:21172005,21120979:21214633,21120984:21172347,21121001:21173935,21121008:21214332,21135646:21135842,21136352:21163951,21139513:21139782,21141753:21142149,21141759:21141971,21152617:21153870,21155490:21156392,21161106:21161393,21179964:21182015,21179969:21181140,21179971:21181065,21180019:21180502,21180022:21180463,21222664:21224817,21222668:21223683,21225894:21227420,21230483:21230608,21232873:21233456,21236228:21237484,21242259:21242882,21262954:21274342,21265555:21265950,21270482:21270949,21275776:21276789,21282368:21283409,21287083:21289129,21287087:21287795,21292229:2129331', 'assoc_mat': '20966504:barquette_opaque:4200:20967647,21039692:barquette_opaque:4200:21041840,21039694:barquette_opaque:4200:21041288,21041995:barquette_opaque:4200:21042560,21049816:barquette_opaque:4200:21050764,21069850:barquette_opaque:4200:21070559,21071196:barquette_opaque:4200:21073533,21072704:barquette_opaque:4200:21073273,21074840:barquette_opaque:4200:21074918,21075332:barquette_opaque:4200:21075594,21077848:barquette_opaque:4200:21080581,21080850:barquette_opaque:4200:21082196,21083366:barquette_opaque:4200:21083794,21104037:barquette_opaque:4200:21114628,21108067:barquette_opaque:4200:21109485,21115491:barquette_opaque:4200:21116228,21115511:barquette_opaque:4200:21115911,21117580:barquette_opaque:4200:21119242,21117584:barquette_opaque:4200:21117955,21120519:barquette_opaque:4200:21167446,21120542:barquette_opaque:4200:21121482,21120584:barquette_opaque:4200:21121192,21120957:barquette_opaque:4200:21170495,21120965:barquette_opaque:4200:21170876,21120977:barquette_opaque:4200:21172005,21120979:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004162394250180878, 'nb_photo': 206, 'list_port_cont': '20976943,21036083,21074953,21084559,21084956,21085755,21094101,21108018,21110403,21115565,21120348,21126633,21136279,21149026,21152443,21153313,21158508,21160150,21167719,21168646,21169141,21169422,21170925,21172653,21173040,21173840,21180372,21180431,21182363,21182768,21219551,21225024,21229865,21230841,21230972,21231345,21233454,21236761,21241370,21242851,21262697,21268028,21283814,21287044,21293911,21301254,21320371,21321712,21343142,21345072,21357489,21359442,21362396,21370634,21378766,21379728,21380908,21382807,21387026,21395342,21412560,21418414,21425010,21434907,21438057,21452071,21454716,21496965,21498512,21499359,21501265,21502906,21509091,21510449,21514296,21514960,21531958,21532669,21533548,21536790,21539584,21548122,21551853,21552615,21555781,21558639,21558833,21566615,21567661,21593566,21634028,21636628,21644993,21657988,21659248,21665295,21670109,21675009,21675103,21684438,21689136,21689172,21691009,21696771,21699805,21705570,21707422,21731566,21731774,21731877,21738981,21750012,21761775,2177994', 'assoc_port': '20966501:20976943,21035615:21036083,21039691:21084956,21041996:21085755,21049815:21094101,21069852:21108018,21071195:21110403,21074836:21115565,21074839:21074953,21077845:21120348,21084266:21126633,21084271:21084559,21112973:21152443,21117031:21158508,21120522:21167719,21120562:21168646,21120928:21169422,21120949:21287044,21120988:21172653,21120991:21173040,21120998:21173840,21135647:21262697,21136028:21136279,21139516:21231345,21141756:21230972,21147912:21219551,21147914:21149026,21152616:21170925,21152618:21153313,21157117:21169141,21159639:21160150,21179960:21182768,21179967:21182363,21180000:21180372,21180030:21180431,21224539:21229865,21224544:21225024,21230468:21230841,21232887:21233454,21236208:21236761,21240947:21241370,21242258:21242851,21267125:21268028,21282366:21283814,21292227:21293911,21300166:21301254,21319726:21320371,21321580:21321712,21342199:21345072,21342838:21343142,21349030:21357489,21358395:21359442,21361671:21362396,21370458:21370634,21378068:21378766,21378593:21379728,21380172:2138090', 'assoc_mat': '20966501:barquette_opaque:4209:20976943,21035615:barquette_opaque:4209:21036083,21039691:barquette_opaque:4209:21084956,21041996:barquette_opaque:4209:21085755,21049815:barquette_opaque:4209:21094101,21069852:barquette_opaque:4209:21108018,21071195:barquette_opaque:4209:21110403,21074836:barquette_opaque:4209:21115565,21074839:barquette_opaque:4209:21074953,21077845:barquette_opaque:4209:21120348,21084266:barquette_opaque:4209:21126633,21084271:barquette_opaque:4209:21084559,21112973:barquette_opaque:4209:21152443,21117031:barquette_opaque:4209:21158508,21120522:barquette_opaque:4209:21167719,21120562:barquette_opaque:4209:21168646,21120928:barquette_opaque:4209:21169422,21120949:barquette_opaque:4209:21287044,21120988:barquette_opaque:4209:21172653,21120991:barquette_opaque:4209:21173040,21120998:barquette_opaque:4209:21173840,21135647:barquette_opaque:4209:21262697,21136028:barquette_opaque:4209:21136279,21139516:barquette_opaque:4209:21231345,21141756:barquette_opaque:4209:21230972,21147912:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02020802448858791, 'nb_photo': 11419, 'list_port_cont': '20966887,20967298,20985155,20993445,20999938,21012854,21014073,21021434,21036132,21038095,21038873,21043607,21051107,21053646,21066045,21072541,21073191,21073462,21076080,21078114,21079055,21084142,21110652,21110881,21116010,21116412,21116852,21117713,21118017,21120444,21120765,21121284,21136321,21140174,21140912,21140924,21141306,21144190,21149056,21149420,21151868,21153419,21156899,21158464,21159291,21160011,21160756,21161098,21167466,21167964,21168301,21169749,21170156,21170562,21172113,21172867,21174293,21174934,21180797,21180810,21181100,21181282,21181506,21181881,21204844,21206161,21211052,21211231,21213692,21220476,21222214,21223463,21224687,21225144,21225533,21227511,21227982,21230847,21231181,21236170,21238006,21243261,21266479,21271845,21273478,21278616,21279596,21287070,21292254,21294336,21297529,21301059,21301440,21308450,21309482,21318170,21339670,21342638,21342667,21342754,21343811,21346664,21350650,21353930,21358133,21360236,21362801,21363914,21370590,21378427,21382313,21382578,21382720,2138283', 'assoc_port': '20966499:20967298,20966505:20966887,20984095:20985155,20993231:20993445,20999699:20999938,21005927:21014073,21011129:21012854,21020701:21021434,21035614:21036132,21037136:21038873,21037138:21038095,21041999:21043607,21049819:21053646,21049821:21051107,21065192:21066045,21069851:21073191,21071197:21072541,21072703:21073462,21075333:21076080,21075335:21078114,21077849:21079055,21083362:21084142,21108060:21116852,21108073:21116412,21109984:21110881,21110006:21110652,21112974:21116010,21117030:21117713,21117581:21159291,21117585:21120444,21117587:21118017,21119655:21120765,21120520:21213692,21120521:21167466,21120524:21167964,21120540:21168301,21120580:21121284,21120929:21169749,21120950:21170156,21120959:21170562,21120963:21211231,21120970:21211052,21120975:21172113,21120989:21172867,21120999:21174293,21121006:21174934,21135543:21206161,21136029:21136321,21137075:21204844,21139004:21140174,21139514:21140924,21140311:21140912,21140591:21141306,21141750:21161098,21141754:21160756,21141758:21144190,21147910:2114942', 'assoc_mat': '20966499:barquette_opaque:4211:20967298,20966505:barquette_opaque:4211:20966887,20984095:barquette_opaque:4211:20985155,20993231:barquette_opaque:4211:20993445,20999699:barquette_opaque:4211:20999938,21005927:barquette_opaque:4211:21014073,21011129:barquette_opaque:4211:21012854,21020701:barquette_opaque:4211:21021434,21035614:barquette_opaque:4211:21036132,21037136:barquette_opaque:4211:21038873,21037138:barquette_opaque:4211:21038095,21041999:barquette_opaque:4211:21043607,21049819:barquette_opaque:4211:21053646,21049821:barquette_opaque:4211:21051107,21065192:barquette_opaque:4211:21066045,21069851:barquette_opaque:4211:21073191,21071197:barquette_opaque:4211:21072541,21072703:barquette_opaque:4211:21073462,21075333:barquette_opaque:4211:21076080,21075335:barquette_opaque:4211:21078114,21077849:barquette_opaque:4211:21079055,21083362:barquette_opaque:4211:21084142,21108060:barquette_opaque:4211:21116852,21108073:barquette_opaque:4211:21116412,21109984:barquette_opaque:4211:21110881,21110006:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005451226916989701, 'nb_photo': 199, 'list_port_cont': '20985378,21000359,21021769,21039207,21043260,21046256,21051423,21074783,21076846,21082833,21116669,21117282,21121647,21122169,21123469,21131390,21133773,21133810,21137561,21150087,21152339,21152787,21160315,21161704,21180852,21181183,21181896,21224622,21224832,21225248,21225696,21227234,21227854,21239714,21241739,21272184,21278034,21290428,21295313,21297486,21300469,21309388,21338155,21340642,21350969,21358108,21364075,21364805,21369431,21377181,21390524,21395889,21403537,21404097,21405536,21412899,21427742,21433084,21433997,21442980,21459155,21485312,21492516,21497128,21502973,21503044,21508718,21509894,21516882,21521981,21523027,21530016,21531444,21533802,21538703,21540458,21540911,21548141,21550800,21552673,21555933,21557024,21557294,21558871,21558984,21559971,21567772,21568241,21594865,21634375,21648811,21653641,21654578,21657705,21667389,21687858,21689289,21691193,21692470,21697384,21700287,21725217,21725229,21735245,21743496,21757708,21758793,21769292,21778109,21789737,21791111,21796202,21805017,2181621', 'assoc_port': '20984094:20985378,20999702:21000359,21020699:21021769,21037134:21039207,21041998:21043260,21043840:21046256,21049822:21051423,21072684:21074783,21075331:21076846,21080852:21082833,21104034:21133773,21116149:21116669,21117032:21117282,21120582:21122169,21120586:21121647,21120964:21133810,21120971:21131390,21120985:21123469,21136349:21137561,21141760:21152339,21147911:21150087,21151379:21152787,21159637:21160315,21161083:21161704,21179959:21181896,21180021:21181183,21180044:21180852,21222614:21225248,21222626:21224832,21222667:21224622,21224540:21225696,21225889:21227854,21225893:21227234,21238238:21239714,21240948:21241739,21270483:21272184,21275779:21278034,21287086:21290428,21292228:21295313,21295950:21297486,21299162:21300469,21306687:21309388,21336230:21338155,21339768:21340642,21349048:21350969,21356916:21358108,21363248:21364805,21363251:21364075,21368953:21369431,21375992:21377181,21380146:21403537,21380166:21404097,21380207:21405536,21389271:21390524,21394507:21395889,21411661:21412899,21427045:2142774', 'assoc_mat': '20984094:bouchon:3327:20985378,20999702:bouchon:3327:21000359,21020699:bouchon:3327:21021769,21037134:bouchon:3327:21039207,21041998:bouchon:3327:21043260,21043840:bouchon:3327:21046256,21049822:bouchon:3327:21051423,21072684:bouchon:3327:21074783,21075331:bouchon:3327:21076846,21080852:bouchon:3327:21082833,21104034:bouchon:3327:21133773,21116149:bouchon:3327:21116669,21117032:bouchon:3327:21117282,21120582:bouchon:3327:21122169,21120586:bouchon:3327:21121647,21120964:bouchon:3327:21133810,21120971:bouchon:3327:21131390,21120985:bouchon:3327:21123469,21136349:bouchon:3327:21137561,21141760:bouchon:3327:21152339,21147911:bouchon:3327:21150087,21151379:bouchon:3327:21152787,21159637:bouchon:3327:21160315,21161083:bouchon:3327:21161704,21179959:bouchon:3327:21181896,21180021:bouchon:3327:21181183,21180044:bouchon:3327:21180852,21222614:bouchon:3327:21225248,21222626:bouchon:3327:21224832,21222667:bouchon:3327:21224622,21224540:bouchon:3327:21225696,21225889:bouchon:3327:21227854,21225893:bouchon:3327:21227234,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013220179977436361, 'nb_photo': 449, 'list_port_cont': '20985463,21012759,21071222,21107279,21116343,21123607,21126657,21168319,21173201,21180768,21218925,21221711,21225052,21236496,21271165,21289461,21322280,21326925,21330722,21336376,21353886,21357846,21370520,21371434,21385320,21402158,21402419,21416726,21425189,21457529,21458304,21494167,21498489,21509789,21513398,21521635,21531291,21539010,21551510,21555633,21559755,21562634,21562748,21592097,21638616,21644581,21658650,21675531,21690553,21707165,21764107,21769866,21798673,21823027,21824615,21832339,21869003,21869705,21870596,21917687,21942305', 'assoc_port': '20974621:20985463,21005926:21012759,21020702:21071222,21069849:21107279,21083360:21123607,21084272:21126657,21116152:21116343,21120561:21168319,21120995:21173201,21135544:21326925,21140596:21289461,21151378:21218925,21179999:21180768,21221398:21221711,21224543:21225052,21225874:21322280,21236227:21236496,21270486:21271165,21275781:21330722,21300178:21336376,21338511:21353886,21345495:21371434,21356896:21357846,21370457:21370520,21380145:21402158,21380165:21402419,21384556:21385320,21416273:21416726,21424524:21425189,21431420:21457529,21451315:21458304,21494053:21494167,21498396:21498489,21509733:21509789,21513309:21513398,21521274:21521635,21531130:21531291,21538916:21539010,21551421:21551510,21555438:21555633,21559577:21559755,21562384:21562748,21562427:21562634,21587690:21592097,21636269:21638616,21640850:21644581,21657252:21658650,21667880:21675531,21690281:21690553,21706327:21707165,21730666:21764107,21734156:21769866,21774743:21798673,21798310:21823027,21814397:21824615,21828479:21832339,21845944:2187059', 'assoc_mat': '20974621:carton:4205:20985463,21005926:carton:4205:21012759,21020702:carton:4205:21071222,21069849:carton:4205:21107279,21083360:carton:4205:21123607,21084272:carton:4205:21126657,21116152:carton:4205:21116343,21120561:carton:4205:21168319,21120995:carton:4205:21173201,21135544:carton:4205:21326925,21140596:carton:4205:21289461,21151378:carton:4205:21218925,21179999:carton:4205:21180768,21221398:carton:4205:21221711,21224543:carton:4205:21225052,21225874:carton:4205:21322280,21236227:carton:4205:21236496,21270486:carton:4205:21271165,21275781:carton:4205:21330722,21300178:carton:4205:21336376,21338511:carton:4205:21353886,21345495:carton:4205:21371434,21356896:carton:4205:21357846,21370457:carton:4205:21370520,21380145:carton:4205:21402158,21380165:carton:4205:21402419,21384556:carton:4205:21385320,21416273:carton:4205:21416726,21424524:carton:4205:21425189,21431420:carton:4205:21457529,21451315:carton:4205:21458304,21494053:carton:4205:21494167,21498396:carton:4205:21498489,21509733:carton:4205:21509789,2151'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007060748297068778, 'nb_photo': 1075, 'list_port_cont': '21009026,21045724,21102640,21144491,21159601,21168719,21170310,21170849,21172455,21181124,21221285,21222096,21289590,21290392,21292016,21313581,21324798,21328628,21330394,21356404,21370276,21396227,21406067,21410359,21446116,21455891,21483705,21489868,21499593,21509391,21515727,21531602,21532589,21541037,21550795,21555810,21559768,21567636,21583070,21601474,21643105,21665888,21666466,21682598,21689759,21707618,21736500,21758198,21779820,21821323,21825487,21869538,21871522,21873391,21907232,21925040,21930397', 'assoc_port': '20993232:21009026,21043844:21045724,21064407:21102640,21084267:21313581,21108071:21289590,21117583:21159601,21120585:21168719,21120953:21170310,21120982:21172455,21140594:21290392,21143651:21144491,21155462:21170849,21180001:21181124,21221105:21221285,21221394:21222096,21232888:21324798,21267127:21330394,21290582:21292016,21306684:21328628,21339766:21356404,21352346:21370276,21378587:21410359,21381695:21406067,21394505:21396227,21431417:21446116,21441440:21455891,21483159:21483705,21489393:21489868,21499136:21499593,21509153:21509391,21515548:21515727,21529360:21531602,21532437:21532589,21538911:21541037,21550607:21550795,21555447:21555810,21559582:21559768,21567548:21567636,21580239:21583070,21592857:21601474,21639124:21643105,21651463:21665888,21651464:21666466,21682058:21682598,21689266:21689759,21706322:21707618,21724314:21736500,21728542:21758198,21779322:21779820,21793240:21821323,21814369:21825487,21843933:21873391,21849326:21871522,21861259:21869538,21903539:21907232,21913103:21925040,21924615:2193039', 'assoc_mat': '20993232:carton:4203:21009026,21043844:carton:4203:21045724,21064407:carton:4203:21102640,21084267:carton:4203:21313581,21108071:carton:4203:21289590,21117583:carton:4203:21159601,21120585:carton:4203:21168719,21120953:carton:4203:21170310,21120982:carton:4203:21172455,21140594:carton:4203:21290392,21143651:carton:4203:21144491,21155462:carton:4203:21170849,21180001:carton:4203:21181124,21221105:carton:4203:21221285,21221394:carton:4203:21222096,21232888:carton:4203:21324798,21267127:carton:4203:21330394,21290582:carton:4203:21292016,21306684:carton:4203:21328628,21339766:carton:4203:21356404,21352346:carton:4203:21370276,21378587:carton:4203:21410359,21381695:carton:4203:21406067,21394505:carton:4203:21396227,21431417:carton:4203:21446116,21441440:carton:4203:21455891,21483159:carton:4203:21483705,21489393:carton:4203:21489868,21499136:carton:4203:21499593,21509153:carton:4203:21509391,21515548:carton:4203:21515727,21529360:carton:4203:21531602,21532437:carton:4203:21532589,21538911:carton:4203:21541037,2155'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9463347150801492, 'nb_photo': 3705, 'list_port_cont': '20966642,20975328,20999849,21009759,21011749,21012664,21024492,21025568,21033733,21042395,21044277,21049351,21050231,21065615,21066109,21070333,21075119,21080329,21080739,21082804,21084371,21110378,21115752,21115763,21116351,21117033,21117152,21117916,21120225,21120936,21122046,21122703,21136714,21140140,21140329,21140991,21141132,21141995,21142908,21144100,21155885,21167624,21168265,21169571,21169690,21169963,21170025,21170239,21170857,21170905,21171547,21180140,21180253,21180482,21180756,21206514,21209652,21209778,21209919,21210207,21220380,21220384,21221141,21221154,21221642,21223088,21223449,21224149,21224361,21224922,21226467,21226782,21227450,21236778,21238669,21241052,21266801,21267844,21271024,21276233,21277640,21283637,21286624,21291670,21293472,21293519,21300865,21300939,21307921,21309980,21314060,21321692,21338137,21339424,21340053,21342555,21342982,21343063,21343407,21343487,21345059,21345347,21345969,21362651,21363638,21366700,21367848,21368049,21369284,21378318,21381646,21382379,21382592,2138487', 'assoc_port': '20966502:20966642,20974623:20975328,20999701:20999849,21005922:21012664,21005924:21009759,21011126:21011749,21024338:21025568,21024342:21024492,21033316:21033733,21041997:21042395,21043842:21044277,21046491:21049351,21049818:21050231,21065194:21066109,21065195:21065615,21069853:21070333,21074838:21075119,21077844:21080739,21077852:21080329,21080853:21082804,21084268:21084371,21108061:21210207,21108072:21209919,21109988:21116351,21110005:21110378,21112972:21115752,21115509:21115763,21117027:21117152,21117028:21117033,21117582:21117916,21119657:21120225,21120523:21167624,21120538:21209778,21120544:21168265,21120581:21120936,21120948:21169690,21120951:21169963,21120952:21170025,21120955:21170239,21120961:21209652,21120966:21170857,21120968:21170905,21120973:21171547,21120980:21122703,21121004:21122046,21135542:21206514,21136351:21136714,21139002:21169571,21139512:21140329,21139515:21140140,21140597:21141132,21140598:21140991,21141755:21142908,21141757:21141995,21143653:21144100,21155465:21155885,21179961:2118075', 'assoc_mat': '20966502:carton:4207:20966642,20974623:carton:4207:20975328,20999701:carton:4207:20999849,21005922:carton:4207:21012664,21005924:carton:4207:21009759,21011126:carton:4207:21011749,21024338:carton:4207:21025568,21024342:carton:4207:21024492,21033316:carton:4207:21033733,21041997:carton:4207:21042395,21043842:carton:4207:21044277,21046491:carton:4207:21049351,21049818:carton:4207:21050231,21065194:carton:4207:21066109,21065195:carton:4207:21065615,21069853:carton:4207:21070333,21074838:carton:4207:21075119,21077844:carton:4207:21080739,21077852:carton:4207:21080329,21080853:carton:4207:21082804,21084268:carton:4207:21084371,21108061:carton:4207:21210207,21108072:carton:4207:21209919,21109988:carton:4207:21116351,21110005:carton:4207:21110378,21112972:carton:4207:21115752,21115509:carton:4207:21115763,21117027:carton:4207:21117152,21117028:carton:4207:21117033,21117582:carton:4207:21117916,21119657:carton:4207:21120225,21120523:carton:4207:21167624,21120538:carton:4207:21209778,21120544:carton:4207:21168265,2112'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017588927830254685, 'nb_photo': 5126, 'list_port_cont': '20977414,20996243,20999914,21006789,21038927,21058273,21071715,21074464,21083731,21085525,21085969,21093806,21110281,21125878,21144749,21150864,21152090,21153000,21159930,21161966,21168747,21169537,21170762,21173463,21174508,21180611,21180655,21181203,21182228,21182314,21208280,21218931,21219605,21220508,21241308,21247527,21262240,21262748,21268894,21271286,21274559,21275557,21277092,21277494,21277551,21277970,21278676,21279517,21280812,21281376,21284858,21286994,21291855,21292881,21296175,21296275,21296829,21300023,21300149,21300815,21300830,21307834,21311393,21321744,21337067,21340277,21342494,21359289,21361540,21362208,21363778,21367045,21367156,21369224,21375081,21378640,21380358,21380836,21382375,21382414,21382751,21389985,21392215,21395022,21416710,21418691,21422429,21425113,21428785,21434262,21441971,21442347,21445544,21455852,21484962,21486609,21487869,21490844,21494194,21494944,21496995,21498532,21501352,21502830,21508679,21509360,21510472,21513513,21514194,21514919,21516173,21516767,21521683,2152286', 'assoc_port': '20966503:20977414,20984096:20996243,20999578:20999914,20999700:21006789,21011127:21058273,21020698:21071715,21033315:21083731,21037139:21038927,21039695:21085525,21041994:21085969,21049814:21093806,21071194:21110281,21072708:21074464,21074837:21296275,21080849:21208280,21083369:21125878,21109990:21292881,21109992:21150864,21112971:21152090,21115508:21296175,21117586:21159930,21120539:21300149,21120583:21168747,21120960:21170762,21120967:21300815,21120974:21300830,21120992:21173463,21121002:21174508,21135541:21262240,21136350:21262748,21139006:21284858,21140308:21281376,21141752:21280812,21143652:21144749,21147913:21219605,21152614:21218931,21152620:21153000,21157118:21169537,21161108:21161966,21179962:21182314,21179968:21182228,21179977:21181203,21180017:21180655,21180025:21180611,21220269:21220508,21221396:21279517,21222615:21278676,21222623:21277970,21225892:21277494,21225895:21277551,21232860:21275557,21236225:21274559,21240949:21241308,21247225:21247527,21267131:21268894,21270480:21271286,21275780:2127709', 'assoc_mat': '20966503:carton:4461:20977414,20984096:carton:4461:20996243,20999578:carton:4461:20999914,20999700:carton:4461:21006789,21011127:carton:4461:21058273,21020698:carton:4461:21071715,21033315:carton:4461:21083731,21037139:carton:4461:21038927,21039695:carton:4461:21085525,21041994:carton:4461:21085969,21049814:carton:4461:21093806,21071194:carton:4461:21110281,21072708:carton:4461:21074464,21074837:carton:4461:21296275,21080849:carton:4461:21208280,21083369:carton:4461:21125878,21109990:carton:4461:21292881,21109992:carton:4461:21150864,21112971:carton:4461:21152090,21115508:carton:4461:21296175,21117586:carton:4461:21159930,21120539:carton:4461:21300149,21120583:carton:4461:21168747,21120960:carton:4461:21170762,21120967:carton:4461:21300815,21120974:carton:4461:21300830,21120992:carton:4461:21173463,21121002:carton:4461:21174508,21135541:carton:4461:21262240,21136350:carton:4461:21262748,21139006:carton:4461:21284858,21140308:carton:4461:21281376,21141752:carton:4461:21280812,21143652:carton:4461:21144749,2114'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01862884726984025, 'nb_photo': 2040, 'list_port_cont': '20967646,20984600,20999670,20999956,21025023,21037670,21041283,21041843,21042574,21047288,21050772,21064642,21070566,21073265,21073530,21074903,21075603,21078575,21080587,21082201,21084241,21109479,21114627,21115915,21116233,21117949,21119247,21121200,21121475,21135829,21139772,21140895,21141972,21142154,21151675,21153874,21156387,21159873,21161408,21163408,21163949,21167445,21170229,21170508,21170886,21172014,21172357,21173948,21180460,21180512,21180703,21181073,21181141,21182026,21214328,21214635,21221233,21221303,21223684,21224825,21225169,21227408,21230607,21230954,21233461,21237477,21238799,21240648,21242873,21265952,21270958,21274332,21276781,21283414,21287791,21287812,21289134,21293309,21299779,21300604,21307539,21307677,21336845,21338959,21342449,21343590,21346460,21346589,21350038,21352935,21353474,21357657,21359124,21362389,21366961,21369166,21374702,21374995,21378202,21379491,21380527,21380610,21380924,21381877,21381897,21382145,21383121,21383680,21384792,21389881,21392077,21395972,21415551,2141643', 'assoc_port': '20966504:20967646,20984097:20984600,20999574:20999956,20999575:20999670,21024339:21025023,21037135:21037670,21039692:21041843,21039694:21041283,21041995:21042574,21046493:21047288,21049816:21050772,21064402:21064642,21069850:21070566,21071196:21073530,21072704:21073265,21074840:21074903,21075332:21075603,21077847:21078575,21077848:21080587,21080850:21082201,21083367:21084241,21104037:21114627,21108067:21109479,21115491:21116233,21115511:21115915,21117580:21119247,21117584:21117949,21120519:21167445,21120542:21121475,21120584:21121200,21120956:21170229,21120957:21170508,21120965:21170886,21120977:21172014,21120979:21214635,21120984:21172357,21121001:21173948,21121008:21214328,21135646:21135829,21136352:21163949,21136353:21163408,21139513:21139772,21140309:21140895,21141753:21142154,21141759:21141972,21151382:21151675,21152617:21153874,21155490:21156387,21159635:21159873,21161106:21161408,21179964:21182026,21179969:21181141,21179971:21181073,21179980:21180703,21180019:21180512,21180022:21180460,21221101:2122130', 'assoc_mat': '20966504:carton:4200:20967646,20984097:carton:4200:20984600,20999574:carton:4200:20999956,20999575:carton:4200:20999670,21024339:carton:4200:21025023,21037135:carton:4200:21037670,21039692:carton:4200:21041843,21039694:carton:4200:21041283,21041995:carton:4200:21042574,21046493:carton:4200:21047288,21049816:carton:4200:21050772,21064402:carton:4200:21064642,21069850:carton:4200:21070566,21071196:carton:4200:21073530,21072704:carton:4200:21073265,21074840:carton:4200:21074903,21075332:carton:4200:21075603,21077847:carton:4200:21078575,21077848:carton:4200:21080587,21080850:carton:4200:21082201,21083367:carton:4200:21084241,21104037:carton:4200:21114627,21108067:carton:4200:21109479,21115491:carton:4200:21116233,21115511:carton:4200:21115915,21117580:carton:4200:21119247,21117584:carton:4200:21117949,21120519:carton:4200:21167445,21120542:carton:4200:21121475,21120584:carton:4200:21121200,21120956:carton:4200:21170229,21120957:carton:4200:21170508,21120965:carton:4200:21170886,21120977:carton:4200:21172014,2112'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04510399359297336, 'nb_photo': 5691, 'list_port_cont': '20976939,20993326,21005793,21036091,21074747,21074962,21084558,21084949,21085093,21085179,21085259,21085763,21087519,21090048,21094103,21094282,21104596,21108020,21110400,21110947,21111062,21115570,21120356,21121176,21124388,21126636,21126889,21136286,21149024,21150141,21152441,21153340,21154909,21157809,21158513,21159894,21160143,21161899,21167718,21168655,21169142,21169432,21170682,21170741,21170922,21170932,21171166,21171591,21172241,21172505,21172649,21173027,21173748,21173848,21174543,21174877,21180379,21180423,21180519,21180925,21180938,21181050,21181211,21182174,21182360,21182474,21182767,21187591,21219025,21219556,21220405,21221210,21221379,21222434,21225030,21229859,21230126,21230165,21230839,21230932,21230950,21230993,21231340,21233440,21236755,21237395,21241362,21241500,21242843,21247496,21262683,21268017,21276980,21277026,21283821,21286876,21287048,21288789,21293905,21297117,21300695,21300721,21301251,21301446,21307324,21308459,21311717,21320376,21321715,21339228,21342561,21343136,21345064,2135749', 'assoc_port': '20966501:20976939,20993233:20993326,20999577:21005793,21020700:21121176,21024341:21074747,21035615:21036091,21039691:21084949,21039693:21085179,21039696:21085093,21039697:21085259,21041996:21085763,21043843:21087519,21046492:21090048,21049815:21094103,21049817:21094282,21065193:21104596,21069852:21108020,21071195:21110400,21072705:21111062,21072707:21110947,21074836:21115570,21074839:21074962,21077845:21120356,21083365:21124388,21084266:21126636,21084270:21126889,21084271:21084558,21108069:21301446,21109986:21150141,21112973:21152441,21115510:21154909,21117029:21157809,21117031:21158513,21120522:21167718,21120562:21168655,21120928:21169432,21120949:21287048,21120958:21170682,21120962:21170741,21120969:21286876,21120972:21171591,21120981:21172241,21120987:21172505,21120988:21172649,21120991:21173027,21120994:21173748,21120998:21173848,21121005:21174543,21121011:21174877,21135647:21262683,21136028:21136286,21139516:21231340,21140592:21230993,21140593:21230932,21141756:21230950,21147912:21219556,21147914:2114902', 'assoc_mat': '20966501:carton:4209:20976939,20993233:carton:4209:20993326,20999577:carton:4209:21005793,21020700:carton:4209:21121176,21024341:carton:4209:21074747,21035615:carton:4209:21036091,21039691:carton:4209:21084949,21039693:carton:4209:21085179,21039696:carton:4209:21085093,21039697:carton:4209:21085259,21041996:carton:4209:21085763,21043843:carton:4209:21087519,21046492:carton:4209:21090048,21049815:carton:4209:21094103,21049817:carton:4209:21094282,21065193:carton:4209:21104596,21069852:carton:4209:21108020,21071195:carton:4209:21110400,21072705:carton:4209:21111062,21072707:carton:4209:21110947,21074836:carton:4209:21115570,21074839:carton:4209:21074962,21077845:carton:4209:21120356,21083365:carton:4209:21124388,21084266:carton:4209:21126636,21084270:carton:4209:21126889,21084271:carton:4209:21084558,21108069:carton:4209:21301446,21109986:carton:4209:21150141,21112973:carton:4209:21152441,21115510:carton:4209:21154909,21117029:carton:4209:21157809,21117031:carton:4209:21158513,21120522:carton:4209:21167718,2112'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007720386459801402, 'nb_photo': 12756, 'list_port_cont': '20966888,20967305,20985168,20993436,20999946,21012845,21014078,21021443,21036135,21038090,21038869,21043610,21051101,21053649,21066050,21072552,21073187,21073458,21076083,21078113,21079045,21084144,21110653,21110887,21116021,21116414,21116857,21117703,21118012,21120453,21120760,21121294,21136314,21140184,21140905,21140927,21141313,21144189,21149047,21149412,21151860,21153414,21156906,21158463,21159290,21160020,21160766,21161093,21167472,21167961,21168313,21169742,21170165,21170548,21172114,21172881,21174289,21174932,21180800,21180817,21181095,21181279,21181495,21181885,21204855,21206153,21211055,21211226,21213698,21220486,21222209,21223453,21224686,21225140,21225520,21227515,21227971,21230861,21231184,21236167,21238002,21243253,21266472,21271850,21273489,21278608,21279593,21287081,21292252,21294332,21297523,21301032,21301426,21308448,21309467,21318154,21339663,21342646,21342658,21342751,21343816,21346657,21350661,21353939,21358137,21360237,21362805,21363923,21370605,21378436,21382314,21382573,21382723,2138284', 'assoc_port': '20966499:20967305,20966505:20966888,20984095:20985168,20993231:20993436,20999699:20999946,21005927:21014078,21011129:21012845,21020701:21021443,21035614:21036135,21037136:21038869,21037138:21038090,21041999:21043610,21049819:21053649,21049821:21051101,21065192:21066050,21069851:21073187,21071197:21072552,21072703:21073458,21075333:21076083,21075335:21078113,21077849:21079045,21083362:21084144,21108060:21116857,21108073:21116414,21109984:21110887,21110006:21110653,21112974:21116021,21117030:21117703,21117581:21159290,21117585:21120453,21117587:21118012,21119655:21120760,21120520:21213698,21120521:21167472,21120524:21167961,21120540:21168313,21120580:21121294,21120929:21169742,21120950:21170165,21120959:21170548,21120963:21211226,21120970:21211055,21120975:21172114,21120989:21172881,21120999:21174289,21121006:21174932,21135543:21206153,21136029:21136314,21137075:21204855,21139004:21140184,21139514:21140927,21140311:21140905,21140591:21141313,21141750:21161093,21141754:21160766,21141758:21144189,21147910:2114941', 'assoc_mat': '20966499:carton:4211:20967305,20966505:carton:4211:20966888,20984095:carton:4211:20985168,20993231:carton:4211:20993436,20999699:carton:4211:20999946,21005927:carton:4211:21014078,21011129:carton:4211:21012845,21020701:carton:4211:21021443,21035614:carton:4211:21036135,21037136:carton:4211:21038869,21037138:carton:4211:21038090,21041999:carton:4211:21043610,21049819:carton:4211:21053649,21049821:carton:4211:21051101,21065192:carton:4211:21066050,21069851:carton:4211:21073187,21071197:carton:4211:21072552,21072703:carton:4211:21073458,21075333:carton:4211:21076083,21075335:carton:4211:21078113,21077849:carton:4211:21079045,21083362:carton:4211:21084144,21108060:carton:4211:21116857,21108073:carton:4211:21116414,21109984:carton:4211:21110887,21110006:carton:4211:21110653,21112974:carton:4211:21116021,21117030:carton:4211:21117703,21117581:carton:4211:21159290,21117585:carton:4211:21120453,21117587:carton:4211:21118012,21119655:carton:4211:21120760,21120520:carton:4211:21213698,21120521:carton:4211:21167472,2112'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005072217023800268, 'nb_photo': 156, 'list_port_cont': '20967701,20985389,21038460,21043263,21051417,21066797,21071274,21076190,21076852,21116515,21117276,21121651,21122166,21123146,21131400,21133811,21134180,21140335,21140856,21152349,21153634,21181891,21220577,21224845,21227223,21234038,21234245,21267061,21272188,21292713,21369430,21375410,21391101,21395887,21398222,21404088,21417172,21427743,21434007,21438642,21446473,21485307,21488088,21495263,21497138,21509891,21510599,21513643,21513786,21516258,21521992,21523353,21533805,21536868,21538709,21546168,21548143,21550811,21555940,21557172,21557298,21558622,21558877,21559969,21567725,21567774,21594873,21634504,21653644,21657709,21697377,21725225,21736947,21757706,21778102,21789739,21791110,21796209,21805011,21810641,21814308,21816217,21842974,21843825,21844166,21852902,21869900,21905845,21906486,21909009,21912340,21925954,21930246,21941744', 'assoc_port': '20966500:20967701,20984094:20985389,21037137:21038460,21041998:21043263,21049822:21051417,21065191:21066797,21069854:21071274,21075331:21076852,21075334:21076190,21116150:21116515,21117032:21117276,21120582:21122166,21120586:21121651,21120954:21134180,21120964:21133811,21120971:21131400,21120996:21123146,21139009:21140335,21140310:21140856,21141760:21152349,21152615:21153634,21179959:21181891,21220275:21220577,21222626:21224845,21225893:21227223,21232886:21234245,21232889:21234038,21265553:21267061,21270483:21272188,21290578:21292713,21368953:21369430,21374311:21375410,21378580:21398222,21380166:21404088,21389264:21391101,21394507:21395887,21416272:21417172,21427045:21427743,21431419:21434007,21437146:21438642,21444754:21446473,21484309:21485307,21487642:21488088,21494510:21495263,21496852:21497138,21509728:21509891,21510020:21510599,21513306:21513643,21513310:21513786,21515947:21516258,21521296:21521992,21523164:21523353,21533460:21533805,21536138:21536868,21538437:21538709,21545758:21546168,21547967:2154814', 'assoc_mat': '20966500:carton:3327:20967701,20984094:carton:3327:20985389,21037137:carton:3327:21038460,21041998:carton:3327:21043263,21049822:carton:3327:21051417,21065191:carton:3327:21066797,21069854:carton:3327:21071274,21075331:carton:3327:21076852,21075334:carton:3327:21076190,21116150:carton:3327:21116515,21117032:carton:3327:21117276,21120582:carton:3327:21122166,21120586:carton:3327:21121651,21120954:carton:3327:21134180,21120964:carton:3327:21133811,21120971:carton:3327:21131400,21120996:carton:3327:21123146,21139009:carton:3327:21140335,21140310:carton:3327:21140856,21141760:carton:3327:21152349,21152615:carton:3327:21153634,21179959:carton:3327:21181891,21220275:carton:3327:21220577,21222626:carton:3327:21224845,21225893:carton:3327:21227223,21232886:carton:3327:21234245,21232889:carton:3327:21234038,21265553:carton:3327:21267061,21270483:carton:3327:21272188,21290578:carton:3327:21292713,21368953:carton:3327:21369430,21374311:carton:3327:21375410,21378580:carton:3327:21398222,21380166:carton:3327:21404088,2138'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0456920331790123, 'nb_photo': 52, 'list_port_cont': '21584627', 'assoc_port': '21583368:21584627', 'assoc_mat': '21583368:carton:3594:21584627'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015743069120197136, 'nb_photo': 113, 'list_port_cont': '20977616,21011400,21049999,21081212,21083694,21116219,21119831,21120648,21121094,21132946,21132976,21139129,21143926,21157235,21226234,21242481,21263074,21286058,21299564,21336613,21345956,21352987,21366723,21369145,21374627,21378915,21380553,21386717,21411891,21422073,21424780,21451820,21487135,21490761,21492830,21501930,21516718,21538600,21544296,21548055,21551566,21552473,21556563,21562722,21566200,21566552,21569295,21588170,21591747,21597671,21645120,21688886,21690465,21694709,21702029,21707056,21739023,21770152,21770632,21772868,21783968,21790464,21830102,21844478,21847825,21861709,21907040,21928186', 'assoc_port': '20974622:20977616,21011128:21011400,21049820:21049999,21080851:21081212,21083363:21083694,21116151:21116219,21119653:21119831,21120537:21120648,21120976:21132976,21120978:21132946,21121009:21121094,21138999:21139129,21143650:21143926,21157120:21157235,21225891:21226234,21242244:21242481,21262953:21263074,21285764:21286058,21299166:21299564,21336294:21336613,21345494:21345956,21352319:21352987,21366612:21366723,21368955:21369145,21374325:21374627,21378574:21378915,21380161:21380553,21386395:21386717,21411664:21411891,21421770:21422073,21424521:21424780,21451320:21451820,21487044:21487135,21490475:21490761,21492821:21492830,21501748:21501930,21516623:21516718,21538439:21538600,21544047:21544296,21547968:21548055,21551419:21551566,21552382:21552473,21556266:21556563,21562380:21562722,21566096:21566200,21566375:21566552,21569272:21569295,21587693:21588170,21591150:21591747,21597598:21597671,21640852:21645120,21683649:21688886,21690282:21690465,21694463:21694709,21700663:21702029,21706320:21707056,21730664:2177286', 'assoc_mat': '20974622:cartonnette:3726:20977616,21011128:cartonnette:3726:21011400,21049820:cartonnette:3726:21049999,21080851:cartonnette:3726:21081212,21083363:cartonnette:3726:21083694,21116151:cartonnette:3726:21116219,21119653:cartonnette:3726:21119831,21120537:cartonnette:3726:21120648,21120976:cartonnette:3726:21132976,21120978:cartonnette:3726:21132946,21121009:cartonnette:3726:21121094,21138999:cartonnette:3726:21139129,21143650:cartonnette:3726:21143926,21157120:cartonnette:3726:21157235,21225891:cartonnette:3726:21226234,21242244:cartonnette:3726:21242481,21262953:cartonnette:3726:21263074,21285764:cartonnette:3726:21286058,21299166:cartonnette:3726:21299564,21336294:cartonnette:3726:21336613,21345494:cartonnette:3726:21345956,21352319:cartonnette:3726:21352987,21366612:cartonnette:3726:21366723,21368955:cartonnette:3726:21369145,21374325:cartonnette:3726:21374627,21378574:cartonnette:3726:21378915,21380161:cartonnette:3726:21380553,21386395:cartonnette:3726:21386717,21411664:cartonnette:3726:21411891,21421770:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0072227035095524545, 'nb_photo': 366, 'list_port_cont': '20977615,20999625,21011403,21046725,21049993,21063585,21064511,21072818,21075101,21078043,21081211,21083692,21108219,21116170,21116217,21120650,21120888,21121102,21132945,21132968,21133015,21139134,21143921,21157230,21180297,21222802,21223006,21223196,21226232,21242480,21263082,21286067,21299565,21300689,21321705,21336612,21345949,21352988,21366733,21369143,21374628,21378917,21380557,21386713,21389613,21411892,21422065,21424776,21430361,21436438,21451817,21487131,21490756,21492829,21501927,21501993,21513401,21516701,21516711,21529499,21533609,21538601,21540241,21548062,21551568,21552472,21553621,21556562,21562724,21566203,21566543,21569300,21588172,21591756,21597674,21617043,21645121,21669493,21688890,21690457,21694708,21702033,21707060,21739022,21770150,21770634,21772870,21780316,21783972,21790463,21793418,21830109,21844472,21844818,21847817,21861701,21868754,21905683,21907048,21928183', 'assoc_port': '20974622:20977615,20999576:20999625,21011128:21011403,21046490:21046725,21049820:21049993,21063281:21063585,21064405:21064511,21072706:21072818,21074835:21075101,21077851:21078043,21080851:21081211,21083363:21083692,21108098:21108219,21116151:21116217,21116153:21116170,21120518:21120888,21120537:21120650,21120946:21133015,21120976:21132968,21120978:21132945,21121009:21121102,21138999:21139134,21143650:21143921,21157120:21157230,21180026:21180297,21222620:21222802,21222625:21223196,21222666:21223006,21225891:21226232,21242244:21242480,21262953:21263082,21285764:21286067,21299166:21299565,21300165:21300689,21321582:21321705,21336294:21336612,21345494:21345949,21352319:21352988,21366612:21366733,21368955:21369143,21374325:21374628,21378574:21378917,21380161:21380557,21386395:21386713,21389269:21389613,21411664:21411892,21421770:21422065,21424521:21424776,21428063:21430361,21431418:21436438,21451320:21451817,21487044:21487131,21490475:21490756,21492821:21492829,21501744:21501993,21501748:21501927,21513307:2151340', 'assoc_mat': '20974622:Carton_brun:3726:20977615,20999576:Carton_brun:3726:20999625,21011128:Carton_brun:3726:21011403,21046490:Carton_brun:3726:21046725,21049820:Carton_brun:3726:21049993,21063281:Carton_brun:3726:21063585,21064405:Carton_brun:3726:21064511,21072706:Carton_brun:3726:21072818,21074835:Carton_brun:3726:21075101,21077851:Carton_brun:3726:21078043,21080851:Carton_brun:3726:21081211,21083363:Carton_brun:3726:21083692,21108098:Carton_brun:3726:21108219,21116151:Carton_brun:3726:21116217,21116153:Carton_brun:3726:21116170,21120518:Carton_brun:3726:21120888,21120537:Carton_brun:3726:21120650,21120946:Carton_brun:3726:21133015,21120976:Carton_brun:3726:21132968,21120978:Carton_brun:3726:21132945,21121009:Carton_brun:3726:21121102,21138999:Carton_brun:3726:21139134,21143650:Carton_brun:3726:21143921,21157120:Carton_brun:3726:21157230,21180026:Carton_brun:3726:21180297,21222620:Carton_brun:3726:21222802,21222625:Carton_brun:3726:21223196,21222666:Carton_brun:3726:21223006,21225891:Carton_brun:3726:21226232,21242244:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004311776438691858, 'nb_photo': 190, 'list_port_cont': '20977622,21011409,21046726,21049988,21064512,21072813,21081204,21083698,21116166,21116216,21120646,21120886,21132948,21132969,21133016,21139131,21222791,21223019,21223192,21226229,21242487,21286061,21299563,21300687,21321703,21336605,21345946,21352993,21374632,21378916,21386716,21389620,21411900,21422066,21424781,21430369,21436427,21451818,21487137,21490603,21492827,21501935,21513402,21516705,21516722,21529492,21533608,21538603,21540232,21544302,21548058,21552480,21556564,21562718,21566201,21566548,21569294,21591752,21597681,21645119,21669491,21688894,21690458,21694712,21702025,21707061,21739030,21770148,21770625,21772876,21776757,21780318,21783967,21793411,21806967,21844473,21844823,21847821,21861704,21868757,21907045,21928188', 'assoc_port': '20974622:20977622,21011128:21011409,21046490:21046726,21049820:21049988,21064405:21064512,21072706:21072813,21080851:21081204,21083363:21083698,21116151:21116216,21116153:21116166,21120518:21120886,21120537:21120646,21120946:21133016,21120976:21132969,21120978:21132948,21138999:21139131,21222620:21222791,21222625:21223192,21222666:21223019,21225891:21226229,21242244:21242487,21285764:21286061,21299166:21299563,21300165:21300687,21321582:21321703,21336294:21336605,21345494:21345946,21352319:21352993,21374325:21374632,21378574:21378916,21386395:21386716,21389269:21389620,21411664:21411900,21421770:21422066,21424521:21424781,21428063:21430369,21431418:21436427,21451320:21451818,21487044:21487137,21490484:21490603,21492821:21492827,21501748:21501935,21513307:21513402,21516623:21516722,21516625:21516705,21529358:21529492,21533461:21533608,21538439:21538603,21539976:21540232,21544047:21544302,21547968:21548058,21552382:21552480,21556266:21556564,21562380:21562718,21566096:21566201,21566375:21566548,21569272:2156929', 'assoc_mat': '20974622:Carton_gris:3726:20977622,21011128:Carton_gris:3726:21011409,21046490:Carton_gris:3726:21046726,21049820:Carton_gris:3726:21049988,21064405:Carton_gris:3726:21064512,21072706:Carton_gris:3726:21072813,21080851:Carton_gris:3726:21081204,21083363:Carton_gris:3726:21083698,21116151:Carton_gris:3726:21116216,21116153:Carton_gris:3726:21116166,21120518:Carton_gris:3726:21120886,21120537:Carton_gris:3726:21120646,21120946:Carton_gris:3726:21133016,21120976:Carton_gris:3726:21132969,21120978:Carton_gris:3726:21132948,21138999:Carton_gris:3726:21139131,21222620:Carton_gris:3726:21222791,21222625:Carton_gris:3726:21223192,21222666:Carton_gris:3726:21223019,21225891:Carton_gris:3726:21226229,21242244:Carton_gris:3726:21242487,21285764:Carton_gris:3726:21286061,21299166:Carton_gris:3726:21299563,21300165:Carton_gris:3726:21300687,21321582:Carton_gris:3726:21321703,21336294:Carton_gris:3726:21336605,21345494:Carton_gris:3726:21345946,21352319:Carton_gris:3726:21352993,21374325:Carton_gris:3726:21374632,21378574:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006799551597263453, 'nb_photo': 226, 'list_port_cont': '20985454,21012762,21071232,21107280,21116342,21123609,21126662,21168328,21173192,21180770,21218914,21221706,21225050,21236487,21271166,21289465,21322275,21326928,21330728,21336361,21353893,21357844,21370535,21371438,21385313,21402160,21402418,21416727,21425192,21458302,21494174,21498480,21509787,21513397,21521619,21531293,21539023,21551499,21555638,21559746,21562636,21562753,21592105,21638611,21644589,21658664,21675521,21690559,21707153,21764123,21769856,21798670,21823021,21832346,21868991,21870578,21917686,21942311', 'assoc_port': '20974621:20985454,21005926:21012762,21020702:21071232,21069849:21107280,21083360:21123609,21084272:21126662,21116152:21116342,21120561:21168328,21120995:21173192,21135544:21326928,21140596:21289465,21151378:21218914,21179999:21180770,21221398:21221706,21224543:21225050,21225874:21322275,21236227:21236487,21270486:21271166,21275781:21330728,21300178:21336361,21338511:21353893,21345495:21371438,21356896:21357844,21370457:21370535,21380145:21402160,21380165:21402418,21384556:21385313,21416273:21416727,21424524:21425192,21451315:21458302,21494053:21494174,21498396:21498480,21509733:21509787,21513309:21513397,21521274:21521619,21531130:21531293,21538916:21539023,21551421:21551499,21555438:21555638,21559577:21559746,21562384:21562753,21562427:21562636,21587690:21592105,21636269:21638611,21640850:21644589,21657252:21658664,21667880:21675521,21690281:21690559,21706327:21707153,21730666:21764123,21734156:21769856,21774743:21798670,21798310:21823021,21828479:21832346,21845944:21870578,21861261:21868991,21906792:2191768', 'assoc_mat': '20974621:ela:4205:20985454,21005926:ela:4205:21012762,21020702:ela:4205:21071232,21069849:ela:4205:21107280,21083360:ela:4205:21123609,21084272:ela:4205:21126662,21116152:ela:4205:21116342,21120561:ela:4205:21168328,21120995:ela:4205:21173192,21135544:ela:4205:21326928,21140596:ela:4205:21289465,21151378:ela:4205:21218914,21179999:ela:4205:21180770,21221398:ela:4205:21221706,21224543:ela:4205:21225050,21225874:ela:4205:21322275,21236227:ela:4205:21236487,21270486:ela:4205:21271166,21275781:ela:4205:21330728,21300178:ela:4205:21336361,21338511:ela:4205:21353893,21345495:ela:4205:21371438,21356896:ela:4205:21357844,21370457:ela:4205:21370535,21380145:ela:4205:21402160,21380165:ela:4205:21402418,21384556:ela:4205:21385313,21416273:ela:4205:21416727,21424524:ela:4205:21425192,21451315:ela:4205:21458302,21494053:ela:4205:21494174,21498396:ela:4205:21498480,21509733:ela:4205:21509787,21513309:ela:4205:21513397,21521274:ela:4205:21521619,21531130:ela:4205:21531293,21538916:ela:4205:21539023,21551421:ela:4205:2155149'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9727017382677244, 'nb_photo': 341, 'list_port_cont': '21009030,21045722,21102642,21144479,21159606,21168720,21170314,21172457,21181131,21221283,21222106,21289585,21290396,21292004,21313589,21324806,21328635,21330406,21356399,21370283,21396232,21406056,21410357,21446125,21455884,21483706,21489861,21499592,21509387,21515731,21531598,21532580,21541036,21550783,21555819,21559766,21567650,21601472,21643103,21665886,21666465,21682604,21689769,21707610,21736507,21758199,21779825,21821317,21825488,21869535,21871531,21873392,21907231,21925039,21930405', 'assoc_port': '20993232:21009030,21043844:21045722,21064407:21102642,21084267:21313589,21108071:21289585,21117583:21159606,21120585:21168720,21120953:21170314,21120982:21172457,21140594:21290396,21143651:21144479,21180001:21181131,21221105:21221283,21221394:21222106,21232888:21324806,21267127:21330406,21290582:21292004,21306684:21328635,21339766:21356399,21352346:21370283,21378587:21410357,21381695:21406056,21394505:21396232,21431417:21446125,21441440:21455884,21483159:21483706,21489393:21489861,21499136:21499592,21509153:21509387,21515548:21515731,21529360:21531598,21532437:21532580,21538911:21541036,21550607:21550783,21555447:21555819,21559582:21559766,21567548:21567650,21592857:21601472,21639124:21643103,21651463:21665886,21651464:21666465,21682058:21682604,21689266:21689769,21706322:21707610,21724314:21736507,21728542:21758199,21779322:21779825,21793240:21821317,21814369:21825488,21843933:21873392,21849326:21871531,21861259:21869535,21903539:21907231,21913103:21925039,21924615:21930405', 'assoc_mat': '20993232:ela:4203:21009030,21043844:ela:4203:21045722,21064407:ela:4203:21102642,21084267:ela:4203:21313589,21108071:ela:4203:21289585,21117583:ela:4203:21159606,21120585:ela:4203:21168720,21120953:ela:4203:21170314,21120982:ela:4203:21172457,21140594:ela:4203:21290396,21143651:ela:4203:21144479,21180001:ela:4203:21181131,21221105:ela:4203:21221283,21221394:ela:4203:21222106,21232888:ela:4203:21324806,21267127:ela:4203:21330406,21290582:ela:4203:21292004,21306684:ela:4203:21328635,21339766:ela:4203:21356399,21352346:ela:4203:21370283,21378587:ela:4203:21410357,21381695:ela:4203:21406056,21394505:ela:4203:21396232,21431417:ela:4203:21446125,21441440:ela:4203:21455884,21483159:ela:4203:21483706,21489393:ela:4203:21489861,21499136:ela:4203:21499592,21509153:ela:4203:21509387,21515548:ela:4203:21515731,21529360:ela:4203:21531598,21532437:ela:4203:21532580,21538911:ela:4203:21541036,21550607:ela:4203:21550783,21555447:ela:4203:21555819,21559582:ela:4203:21559766,21567548:ela:4203:21567650,21592857:ela:4203:2160147'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0012652127494398946, 'nb_photo': 202, 'list_port_cont': '20966647,20975342,20999853,21011751,21066113,21080733,21082800,21110384,21115758,21117160,21117909,21120931,21136729,21140145,21140326,21144098,21168269,21170029,21170234,21170863,21171550,21180134,21180481,21209913,21220374,21221648,21224145,21224358,21226465,21236777,21238672,21276214,21277641,21283645,21293506,21300940,21338143,21339411,21342544,21343051,21343485,21363640,21367837,21368062,21369285,21394897,21402835,21406084,21406097,21410807,21416606,21425309,21427651,21442109,21447744,21455221,21483680,21486133,21486770,21487145,21487161,21490771,21494098,21499215,21502037,21508621,21509083,21510422,21514858,21514885,21516066,21521468,21527634,21530173,21533622,21536236,21537227,21550771,21551543,21558513,21559638,21562779,21566565,21566802,21572074,21637198,21642209,21655968,21675664,21689117,21689147,21731917,21762845,21763844,21764327,21769487,21783175,21788782,21790987,21801604,21819071,21819736,21824088,21833002,21844225,21850239,21861732,21901030,21904033,21906326,21908905,21909677,21920749,2192875', 'assoc_port': '20966502:20966647,20974623:20975342,20999701:20999853,21011126:21011751,21065194:21066113,21077844:21080733,21080853:21082800,21108072:21209913,21110005:21110384,21112972:21115758,21117027:21117160,21117582:21117909,21120544:21168269,21120581:21120931,21120952:21170029,21120955:21170234,21120966:21170863,21120973:21171550,21136351:21136729,21139512:21140326,21139515:21140145,21143653:21144098,21180020:21180481,21180031:21180134,21220272:21220374,21221400:21221648,21222621:21224358,21222627:21224145,21225888:21226465,21236207:21236777,21238237:21238672,21275769:21277641,21275777:21276214,21282367:21283645,21292231:21293506,21300189:21300940,21336255:21338143,21338508:21339411,21342182:21342544,21342837:21343485,21342843:21343051,21349035:21367837,21349047:21368062,21361669:21369285,21363249:21363640,21378572:21394897,21378588:21410807,21380167:21402835,21381697:21406084,21381718:21406097,21416274:21416606,21424522:21425309,21427046:21427651,21441443:21455221,21441451:21442109,21446762:21447744,21483158:2148368', 'assoc_mat': '20966502:ela:4207:20966647,20974623:ela:4207:20975342,20999701:ela:4207:20999853,21011126:ela:4207:21011751,21065194:ela:4207:21066113,21077844:ela:4207:21080733,21080853:ela:4207:21082800,21108072:ela:4207:21209913,21110005:ela:4207:21110384,21112972:ela:4207:21115758,21117027:ela:4207:21117160,21117582:ela:4207:21117909,21120544:ela:4207:21168269,21120581:ela:4207:21120931,21120952:ela:4207:21170029,21120955:ela:4207:21170234,21120966:ela:4207:21170863,21120973:ela:4207:21171550,21136351:ela:4207:21136729,21139512:ela:4207:21140326,21139515:ela:4207:21140145,21143653:ela:4207:21144098,21180020:ela:4207:21180481,21180031:ela:4207:21180134,21220272:ela:4207:21220374,21221400:ela:4207:21221648,21222621:ela:4207:21224358,21222627:ela:4207:21224145,21225888:ela:4207:21226465,21236207:ela:4207:21236777,21238237:ela:4207:21238672,21275769:ela:4207:21277641,21275777:ela:4207:21276214,21282367:ela:4207:21283645,21292231:ela:4207:21293506,21300189:ela:4207:21300940,21336255:ela:4207:21338143,21338508:ela:4207:2133941'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035992267184328406, 'nb_photo': 14, 'list_port_cont': '21083724,21271283,21277957,21280805,21300158,21395027,21501356,21555763,21558254,21694933,21790701,21793691,21811881', 'assoc_port': '21033315:21083724,21120539:21300158,21141752:21280805,21222623:21277957,21270480:21271283,21394479:21395027,21500999:21501356,21555442:21555763,21558172:21558254,21694460:21694933,21790640:21790701,21793242:21793691,21810731:21811881', 'assoc_mat': '21033315:ela:4461:21083724,21120539:ela:4461:21300158,21141752:ela:4461:21280805,21222623:ela:4461:21277957,21270480:ela:4461:21271283,21394479:ela:4461:21395027,21500999:ela:4461:21501356,21555442:ela:4461:21555763,21558172:ela:4461:21558254,21694460:ela:4461:21694933,21790640:ela:4461:21790701,21793242:ela:4461:21793691,21810731:ela:4461:21811881'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0011328219414141472, 'nb_photo': 177, 'list_port_cont': '20967655,21025015,21041842,21042571,21070563,21073269,21073532,21074910,21080593,21082188,21117947,21119249,21135841,21153882,21167455,21170498,21172009,21173930,21180695,21181070,21181149,21182023,21224829,21227411,21230963,21233467,21238785,21265945,21274336,21276791,21283401,21299784,21338971,21343592,21346456,21352941,21357652,21362379,21369160,21374699,21375005,21379492,21380520,21380606,21381895,21392078,21415550,21416425,21427486,21428964,21433962,21451738,21483446,21484684,21486413,21490824,21494154,21494721,21501396,21502811,21508644,21509062,21509837,21513499,21514164,21515698,21516745,21521632,21527659,21531316,21533466,21535724,21540245,21544340,21551768,21551781,21553687,21555685,21556772,21558537,21562696,21562921,21566580,21569463,21588411,21593772,21639858,21641516,21648750,21657503,21668804,21669554,21675027,21689183,21692344,21694969,21697755,21723061,21730831,21738179,21743185,21747416,21787455,21790373,21794789,21796460,21798427,21798889,21813110,21830864,21844086,21864559,21871759,2191071', 'assoc_port': '20966504:20967655,21024339:21025015,21039692:21041842,21041995:21042571,21069850:21070563,21071196:21073532,21072704:21073269,21074840:21074910,21077848:21080593,21080850:21082188,21117580:21119249,21117584:21117947,21120519:21167455,21120957:21170498,21120977:21172009,21121001:21173930,21135646:21135841,21152617:21153882,21179964:21182023,21179969:21181149,21179971:21181070,21179980:21180695,21222616:21230963,21222664:21224829,21225894:21227411,21232873:21233467,21238240:21238785,21262954:21274336,21265555:21265945,21275776:21276791,21282368:21283401,21299136:21299784,21338517:21338971,21342842:21343592,21345497:21346456,21352345:21352941,21356913:21357652,21361674:21362379,21368954:21369160,21374304:21375005,21374328:21374699,21378583:21381895,21378595:21380520,21378600:21379492,21380169:21380606,21391267:21392078,21414863:21416425,21414866:21415550,21427048:21427486,21428064:21428964,21433417:21433962,21451316:21451738,21483161:21483446,21484310:21484684,21486216:21486413,21490477:21490824,21494056:2149415', 'assoc_mat': '20966504:ela:4200:20967655,21024339:ela:4200:21025015,21039692:ela:4200:21041842,21041995:ela:4200:21042571,21069850:ela:4200:21070563,21071196:ela:4200:21073532,21072704:ela:4200:21073269,21074840:ela:4200:21074910,21077848:ela:4200:21080593,21080850:ela:4200:21082188,21117580:ela:4200:21119249,21117584:ela:4200:21117947,21120519:ela:4200:21167455,21120957:ela:4200:21170498,21120977:ela:4200:21172009,21121001:ela:4200:21173930,21135646:ela:4200:21135841,21152617:ela:4200:21153882,21179964:ela:4200:21182023,21179969:ela:4200:21181149,21179971:ela:4200:21181070,21179980:ela:4200:21180695,21222616:ela:4200:21230963,21222664:ela:4200:21224829,21225894:ela:4200:21227411,21232873:ela:4200:21233467,21238240:ela:4200:21238785,21262954:ela:4200:21274336,21265555:ela:4200:21265945,21275776:ela:4200:21276791,21282368:ela:4200:21283401,21299136:ela:4200:21299784,21338517:ela:4200:21338971,21342842:ela:4200:21343592,21345497:ela:4200:21346456,21352345:ela:4200:21352941,21356913:ela:4200:21357652,21361674:ela:4200:2136237'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004923902438803023, 'nb_photo': 888, 'list_port_cont': '20976948,21005790,21036087,21074947,21084551,21084948,21085099,21085191,21085257,21085764,21087518,21090047,21094098,21108005,21110410,21111065,21115569,21121165,21124387,21126641,21126890,21136272,21149027,21152451,21154906,21157796,21158516,21160149,21161887,21167721,21168657,21169131,21169423,21170686,21170916,21170934,21171169,21171595,21172239,21172508,21172656,21173030,21173743,21174866,21180385,21180432,21180922,21180932,21181036,21181217,21182355,21182464,21182781,21187580,21219022,21219554,21220411,21221198,21221388,21222431,21225037,21229861,21230139,21230176,21230933,21230945,21230983,21231348,21233451,21237370,21241364,21241498,21242839,21247497,21262692,21268022,21276986,21283817,21286886,21288792,21293915,21297125,21300696,21300713,21301253,21301445,21307332,21308465,21311726,21320372,21321713,21339232,21342568,21345076,21357488,21357624,21357731,21362412,21363901,21366818,21370636,21371100,21378771,21379507,21379727,21380909,21382302,21382809,21387037,21392216,21395346,21412088,21412563,2141842', 'assoc_port': '20966501:20976948,20999577:21005790,21020700:21121165,21035615:21036087,21039691:21084948,21039693:21085191,21039696:21085099,21039697:21085257,21041996:21085764,21043843:21087518,21046492:21090047,21049815:21094098,21069852:21108005,21071195:21110410,21072705:21111065,21074836:21115569,21074839:21074947,21083365:21124387,21084266:21126641,21084270:21126890,21084271:21084551,21108069:21301445,21112973:21152451,21115510:21154906,21117029:21157796,21117031:21158516,21120522:21167721,21120562:21168657,21120928:21169423,21120958:21170686,21120969:21286886,21120972:21171595,21120981:21172239,21120987:21172508,21120988:21172656,21120991:21173030,21120994:21173743,21121011:21174866,21135647:21262692,21136028:21136272,21139516:21231348,21140592:21230983,21140593:21230933,21141756:21230945,21147912:21219554,21147914:21149027,21151380:21219022,21152616:21170934,21155463:21171169,21155464:21170916,21157117:21169131,21159639:21160149,21161085:21161887,21179960:21182781,21179967:21182355,21179970:21182464,21179972:2118758', 'assoc_mat': '20966501:ela:4209:20976948,20999577:ela:4209:21005790,21020700:ela:4209:21121165,21035615:ela:4209:21036087,21039691:ela:4209:21084948,21039693:ela:4209:21085191,21039696:ela:4209:21085099,21039697:ela:4209:21085257,21041996:ela:4209:21085764,21043843:ela:4209:21087518,21046492:ela:4209:21090047,21049815:ela:4209:21094098,21069852:ela:4209:21108005,21071195:ela:4209:21110410,21072705:ela:4209:21111065,21074836:ela:4209:21115569,21074839:ela:4209:21074947,21083365:ela:4209:21124387,21084266:ela:4209:21126641,21084270:ela:4209:21126890,21084271:ela:4209:21084551,21108069:ela:4209:21301445,21112973:ela:4209:21152451,21115510:ela:4209:21154906,21117029:ela:4209:21157796,21117031:ela:4209:21158516,21120522:ela:4209:21167721,21120562:ela:4209:21168657,21120928:ela:4209:21169423,21120958:ela:4209:21170686,21120969:ela:4209:21286886,21120972:ela:4209:21171595,21120981:ela:4209:21172239,21120987:ela:4209:21172508,21120988:ela:4209:21172656,21120991:ela:4209:21173030,21120994:ela:4209:21173743,21121011:ela:4209:2117486'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012760477546620095, 'nb_photo': 4276, 'list_port_cont': '20966892,20967303,20985159,20993437,20999933,21012840,21014088,21021436,21036131,21038088,21038879,21043603,21051112,21053651,21066042,21072551,21073190,21073459,21076076,21078123,21079057,21084139,21110640,21110875,21116017,21116403,21116867,21117708,21118011,21120451,21120769,21121299,21136318,21140180,21140903,21140916,21141311,21144188,21149057,21149419,21151874,21153416,21156905,21158453,21159295,21160006,21160762,21161087,21167464,21167956,21168305,21169755,21170158,21170547,21172126,21172876,21174300,21174923,21180807,21180812,21181098,21181287,21181494,21181884,21204857,21206148,21211053,21211217,21213706,21220482,21222215,21223465,21224688,21225143,21225535,21227513,21227974,21230848,21231188,21236174,21237994,21243262,21266481,21271844,21273477,21278610,21279603,21287067,21292258,21294331,21297531,21301027,21301439,21308452,21309472,21318159,21339664,21342642,21342666,21342747,21343806,21346666,21350660,21353937,21358132,21360249,21362804,21363916,21370594,21378430,21382326,21382571,21382716,2138284', 'assoc_port': '20966499:20967303,20966505:20966892,20984095:20985159,20993231:20993437,20999699:20999933,21005927:21014088,21011129:21012840,21020701:21021436,21035614:21036131,21037136:21038879,21037138:21038088,21041999:21043603,21049819:21053651,21049821:21051112,21065192:21066042,21069851:21073190,21071197:21072551,21072703:21073459,21075333:21076076,21075335:21078123,21077849:21079057,21083362:21084139,21108060:21116867,21108073:21116403,21109984:21110875,21110006:21110640,21112974:21116017,21117030:21117708,21117581:21159295,21117585:21120451,21117587:21118011,21119655:21120769,21120520:21213706,21120521:21167464,21120524:21167956,21120540:21168305,21120580:21121299,21120929:21169755,21120950:21170158,21120959:21170547,21120963:21211217,21120970:21211053,21120975:21172126,21120989:21172876,21120999:21174300,21121006:21174923,21135543:21206148,21136029:21136318,21137075:21204857,21139004:21140180,21139514:21140916,21140311:21140903,21140591:21141311,21141750:21161087,21141754:21160762,21141758:21144188,21147910:2114941', 'assoc_mat': '20966499:ela:4211:20967303,20966505:ela:4211:20966892,20984095:ela:4211:20985159,20993231:ela:4211:20993437,20999699:ela:4211:20999933,21005927:ela:4211:21014088,21011129:ela:4211:21012840,21020701:ela:4211:21021436,21035614:ela:4211:21036131,21037136:ela:4211:21038879,21037138:ela:4211:21038088,21041999:ela:4211:21043603,21049819:ela:4211:21053651,21049821:ela:4211:21051112,21065192:ela:4211:21066042,21069851:ela:4211:21073190,21071197:ela:4211:21072551,21072703:ela:4211:21073459,21075333:ela:4211:21076076,21075335:ela:4211:21078123,21077849:ela:4211:21079057,21083362:ela:4211:21084139,21108060:ela:4211:21116867,21108073:ela:4211:21116403,21109984:ela:4211:21110875,21110006:ela:4211:21110640,21112974:ela:4211:21116017,21117030:ela:4211:21117708,21117581:ela:4211:21159295,21117585:ela:4211:21120451,21117587:ela:4211:21118011,21119655:ela:4211:21120769,21120520:ela:4211:21213706,21120521:ela:4211:21167464,21120524:ela:4211:21167956,21120540:ela:4211:21168305,21120580:ela:4211:21121299,21120929:ela:4211:2116975'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0001403407358265082, 'nb_photo': 1, 'list_port_cont': '21126656', 'assoc_port': '21084272:21126656', 'assoc_mat': '21084272:etiquette:4205:21126656'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001871934669202425, 'nb_photo': 179, 'list_port_cont': '21009023,21045720,21102639,21144492,21159604,21170317,21170843,21172450,21181134,21221277,21222110,21289599,21290388,21313593,21324793,21328634,21330402,21356407,21370285,21396239,21406070,21410369,21446124,21455880,21483704,21489863,21499591,21509399,21515735,21532574,21541035,21550796,21555811,21559773,21567645,21583079,21601485,21643107,21666469,21682600,21689763,21707611,21736499,21758195,21779821,21821316,21825482,21869536,21871524,21873390,21907233,21925043,21930409', 'assoc_port': '20993232:21009023,21043844:21045720,21064407:21102639,21084267:21313593,21108071:21289599,21117583:21159604,21120953:21170317,21120982:21172450,21140594:21290388,21143651:21144492,21155462:21170843,21180001:21181134,21221105:21221277,21221394:21222110,21232888:21324793,21267127:21330402,21306684:21328634,21339766:21356407,21352346:21370285,21378587:21410369,21381695:21406070,21394505:21396239,21431417:21446124,21441440:21455880,21483159:21483704,21489393:21489863,21499136:21499591,21509153:21509399,21515548:21515735,21532437:21532574,21538911:21541035,21550607:21550796,21555447:21555811,21559582:21559773,21567548:21567645,21580239:21583079,21592857:21601485,21639124:21643107,21651464:21666469,21682058:21682600,21689266:21689763,21706322:21707611,21724314:21736499,21728542:21758195,21779322:21779821,21793240:21821316,21814369:21825482,21843933:21873390,21849326:21871524,21861259:21869536,21903539:21907233,21913103:21925043,21924615:21930409', 'assoc_mat': '20993232:etiquette:4203:21009023,21043844:etiquette:4203:21045720,21064407:etiquette:4203:21102639,21084267:etiquette:4203:21313593,21108071:etiquette:4203:21289599,21117583:etiquette:4203:21159604,21120953:etiquette:4203:21170317,21120982:etiquette:4203:21172450,21140594:etiquette:4203:21290388,21143651:etiquette:4203:21144492,21155462:etiquette:4203:21170843,21180001:etiquette:4203:21181134,21221105:etiquette:4203:21221277,21221394:etiquette:4203:21222110,21232888:etiquette:4203:21324793,21267127:etiquette:4203:21330402,21306684:etiquette:4203:21328634,21339766:etiquette:4203:21356407,21352346:etiquette:4203:21370285,21378587:etiquette:4203:21410369,21381695:etiquette:4203:21406070,21394505:etiquette:4203:21396239,21431417:etiquette:4203:21446124,21441440:etiquette:4203:21455880,21483159:etiquette:4203:21483704,21489393:etiquette:4203:21489863,21499136:etiquette:4203:21499591,21509153:etiquette:4203:21509399,21515548:etiquette:4203:21515735,21532437:etiquette:4203:21532574,21538911:etiquette:4203:21541035,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201002356150229, 'nb_photo': 26, 'list_port_cont': '21011750,21122038,21140314,21168277,21169572,21170866,21224929,21241058,21382596,21402889,21487153,21572071,21581337,21582798,21648175,21692164,21844541', 'assoc_port': '21011126:21011750,21120544:21168277,21120966:21170866,21121004:21122038,21139002:21169572,21139512:21140314,21224542:21224929,21240946:21241058,21380180:21402889,21381723:21382596,21487045:21487153,21572066:21572071,21580238:21582798,21580242:21581337,21646791:21648175,21691867:21692164,21833507:21844541', 'assoc_mat': '21011126:etiquette:4207:21011750,21120544:etiquette:4207:21168277,21120966:etiquette:4207:21170866,21121004:etiquette:4207:21122038,21139002:etiquette:4207:21169572,21139512:etiquette:4207:21140314,21224542:etiquette:4207:21224929,21240946:etiquette:4207:21241058,21380180:etiquette:4207:21402889,21381723:etiquette:4207:21382596,21487045:etiquette:4207:21487153,21572066:etiquette:4207:21572071,21580238:etiquette:4207:21582798,21580242:etiquette:4207:21581337,21646791:etiquette:4207:21648175,21691867:etiquette:4207:21692164,21833507:etiquette:4207:21844541'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0004011232385277943, 'nb_photo': 4, 'list_port_cont': '21580676,21904343,21921157', 'assoc_port': '21580241:21580676,21903542:21904343,21920677:21921157', 'assoc_mat': '21580241:etiquette:4461:21580676,21903542:etiquette:4461:21904343,21920677:etiquette:4461:21921157'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005474574111249569, 'nb_photo': 35, 'list_port_cont': '20984606,21075604,21230606,21346590,21434584,21486406,21494725,21581023,21582924,21593777,21668805,21690979,21723050,21728441,21777625,21787449,21790386,21905274', 'assoc_port': '20984097:20984606,21075332:21075604,21230483:21230606,21345489:21346590,21433413:21434584,21486216:21486406,21494512:21494725,21580212:21581023,21580237:21582924,21592859:21593777,21667866:21668805,21690821:21690979,21722756:21723050,21727692:21728441,21776570:21777625,21786302:21787449,21788221:21790386,21900654:21905274', 'assoc_mat': '20984097:etiquette:4200:20984606,21075332:etiquette:4200:21075604,21230483:etiquette:4200:21230606,21345489:etiquette:4200:21346590,21433413:etiquette:4200:21434584,21486216:etiquette:4200:21486406,21494512:etiquette:4200:21494725,21580212:etiquette:4200:21581023,21580237:etiquette:4200:21582924,21592859:etiquette:4200:21593777,21667866:etiquette:4200:21668805,21690821:etiquette:4200:21690979,21722756:etiquette:4200:21723050,21727692:etiquette:4200:21728441,21776570:etiquette:4200:21777625,21786302:etiquette:4200:21787449,21788221:etiquette:4200:21790386,21900654:etiquette:4200:21905274'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007733482595896285, 'nb_photo': 149, 'list_port_cont': '21036097,21084550,21085095,21085176,21090051,21094089,21111064,21115563,21121173,21126627,21149029,21152455,21153348,21157806,21169429,21170690,21171170,21174530,21180378,21182359,21182467,21187593,21219024,21221385,21230141,21230940,21230975,21237387,21241366,21242836,21262695,21268026,21276984,21283825,21286878,21293900,21311723,21321711,21339231,21345075,21357622,21362409,21363899,21366822,21370637,21371099,21378772,21379739,21395344,21412558,21418417,21425012,21437919,21438061,21490869,21496971,21514282,21516735,21523339,21532169,21532671,21536361,21536787,21538588,21540948,21546247,21548134,21551849,21558649,21559672,21562941,21566611,21567659,21569542,21597891,21634038,21645001,21647526,21652057,21658099,21669868,21670103,21675002,21696766,21699810,21701685,21703843,21705577,21706947,21731573,21761789,21793901,21799860,21806384,21811872,21818999,21841229,21846820,21851382,21863224,21904389,21907057,21908613,21913753,21918352,21921377,21922568,21924842,21925523', 'assoc_port': '21020700:21121173,21035615:21036097,21039693:21085176,21039696:21085095,21046492:21090051,21049815:21094089,21072705:21111064,21074836:21115563,21084266:21126627,21084271:21084550,21112973:21152455,21117029:21157806,21120928:21169429,21120958:21170690,21120969:21286878,21121005:21174530,21135647:21262695,21140593:21230940,21141756:21230975,21147914:21149029,21151380:21219024,21152618:21153348,21155463:21171170,21179967:21182359,21179970:21182467,21179972:21187593,21180000:21180378,21221100:21221385,21222622:21230141,21236206:21237387,21240947:21241366,21242258:21242836,21267125:21268026,21275778:21276984,21282366:21283825,21292227:21293900,21311018:21311723,21321580:21321711,21338507:21339231,21342199:21345075,21356917:21357622,21361675:21362409,21363247:21363899,21366617:21366822,21370458:21370637,21371035:21371099,21378068:21378772,21378593:21379739,21394508:21395344,21411663:21412558,21418038:21418417,21424523:21425012,21437145:21438061,21437148:21437919,21490482:21490869,21496849:21496971,21514077:2151428', 'assoc_mat': '21020700:etiquette:4209:21121173,21035615:etiquette:4209:21036097,21039693:etiquette:4209:21085176,21039696:etiquette:4209:21085095,21046492:etiquette:4209:21090051,21049815:etiquette:4209:21094089,21072705:etiquette:4209:21111064,21074836:etiquette:4209:21115563,21084266:etiquette:4209:21126627,21084271:etiquette:4209:21084550,21112973:etiquette:4209:21152455,21117029:etiquette:4209:21157806,21120928:etiquette:4209:21169429,21120958:etiquette:4209:21170690,21120969:etiquette:4209:21286878,21121005:etiquette:4209:21174530,21135647:etiquette:4209:21262695,21140593:etiquette:4209:21230940,21141756:etiquette:4209:21230975,21147914:etiquette:4209:21149029,21151380:etiquette:4209:21219024,21152618:etiquette:4209:21153348,21155463:etiquette:4209:21171170,21179967:etiquette:4209:21182359,21179970:etiquette:4209:21182467,21179972:etiquette:4209:21187593,21180000:etiquette:4209:21180378,21221100:etiquette:4209:21221385,21222622:etiquette:4209:21230141,21236206:etiquette:4209:21237387,21240947:etiquette:4209:21241366,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005345473602491041, 'nb_photo': 300, 'list_port_cont': '20967309,20985164,21012848,21014076,21021445,21036134,21038085,21073181,21078118,21116413,21117707,21118004,21120456,21121285,21140897,21141312,21149053,21149410,21153423,21156898,21160769,21161095,21168315,21170558,21180809,21181292,21204845,21211061,21213691,21224689,21225155,21230851,21231182,21237991,21271848,21287078,21297530,21308440,21309477,21342671,21342757,21343812,21350648,21363913,21370602,21382308,21387612,21395738,21398890,21405929,21416951,21435298,21446492,21487205,21490894,21494220,21494928,21501439,21502153,21508730,21509872,21514270,21515019,21516838,21521815,21532296,21532728,21532768,21537207,21537891,21538892,21539567,21542492,21544820,21553699,21558294,21558890,21559035,21559853,21562904,21569575,21575552,21581603,21596268,21596721,21645193,21647667,21649583,21672270,21675743,21677964,21689208,21692897,21702849,21704212,21707078,21750062,21758257,21765833,21769655,21772176,21772427,21773927,21778980,21790999,21791174,21817988,21818737,21822376,21824511,21824638,21826032,21833091,2186066', 'assoc_port': '20966499:20967309,20984095:20985164,21005927:21014076,21011129:21012848,21020701:21021445,21035614:21036134,21037138:21038085,21069851:21073181,21075335:21078118,21108073:21116413,21117030:21117707,21117585:21120456,21117587:21118004,21120520:21213691,21120540:21168315,21120580:21121285,21120959:21170558,21120970:21211061,21137075:21204845,21140311:21140897,21140591:21141312,21141750:21161095,21141754:21160769,21147910:21149410,21147915:21149053,21152619:21153423,21155492:21156898,21179975:21181292,21180029:21180809,21222612:21231182,21222665:21225155,21222669:21224689,21230478:21230851,21236226:21237991,21270485:21271848,21285763:21287078,21295949:21297530,21306671:21309477,21306685:21308440,21342180:21342757,21342195:21342671,21342840:21343812,21349033:21350648,21363250:21363913,21370456:21370602,21375978:21382308,21378590:21398890,21381721:21405929,21386437:21387612,21394504:21395738,21416271:21416951,21433414:21435298,21444753:21446492,21487043:21487205,21490480:21490894,21494055:21494220,21494515:2149492', 'assoc_mat': '20966499:etiquette:4211:20967309,20984095:etiquette:4211:20985164,21005927:etiquette:4211:21014076,21011129:etiquette:4211:21012848,21020701:etiquette:4211:21021445,21035614:etiquette:4211:21036134,21037138:etiquette:4211:21038085,21069851:etiquette:4211:21073181,21075335:etiquette:4211:21078118,21108073:etiquette:4211:21116413,21117030:etiquette:4211:21117707,21117585:etiquette:4211:21120456,21117587:etiquette:4211:21118004,21120520:etiquette:4211:21213691,21120540:etiquette:4211:21168315,21120580:etiquette:4211:21121285,21120959:etiquette:4211:21170558,21120970:etiquette:4211:21211061,21137075:etiquette:4211:21204845,21140311:etiquette:4211:21140897,21140591:etiquette:4211:21141312,21141750:etiquette:4211:21161095,21141754:etiquette:4211:21160769,21147910:etiquette:4211:21149410,21147915:etiquette:4211:21149053,21152619:etiquette:4211:21153423,21155492:etiquette:4211:21156898,21179975:etiquette:4211:21181292,21180029:etiquette:4211:21180809,21222612:etiquette:4211:21231182,21222665:etiquette:4211:21225155,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002171651544807651, 'nb_photo': 15, 'list_port_cont': '21000370,21051411,21071277,21390523,21405779,21533804,21555935,21634498,21648801,21791108,21816211,21842984', 'assoc_port': '20999702:21000370,21049822:21051411,21069854:21071277,21378585:21405779,21389271:21390523,21533460:21533804,21555444:21555935,21633418:21634498,21646789:21648801,21790638:21791108,21814368:21816211,21840659:21842984', 'assoc_mat': '20999702:etiquette:3327:21000370,21049822:etiquette:3327:21051411,21069854:etiquette:3327:21071277,21378585:etiquette:3327:21405779,21389271:etiquette:3327:21390523,21533460:etiquette:3327:21533804,21555444:etiquette:3327:21555935,21633418:etiquette:3327:21634498,21646789:etiquette:3327:21648801,21790638:etiquette:3327:21791108,21814368:etiquette:3327:21816211,21840659:etiquette:3327:21842984'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013864023009673895, 'nb_photo': 469, 'list_port_cont': '20985462,21012753,21071219,21107273,21116332,21126650,21168330,21173196,21180761,21218911,21221717,21225059,21236491,21271167,21289459,21322266,21330719,21336369,21353885,21357841,21370529,21371441,21385319,21402161,21402428,21416723,21425202,21457524,21458308,21494175,21498491,21509780,21513387,21521611,21531303,21539018,21551505,21559753,21562637,21562756,21592098,21638606,21644583,21658649,21675533,21690550,21707168,21764116,21769854,21798663,21823022,21824617,21832347,21868993,21869716,21870580,21917685,21942308', 'assoc_port': '20974621:20985462,21005926:21012753,21020702:21071219,21069849:21107273,21084272:21126650,21116152:21116332,21120561:21168330,21120995:21173196,21140596:21289459,21151378:21218911,21179999:21180761,21221398:21221717,21224543:21225059,21225874:21322266,21236227:21236491,21270486:21271167,21275781:21330719,21300178:21336369,21338511:21353885,21345495:21371441,21356896:21357841,21370457:21370529,21380145:21402161,21380165:21402428,21384556:21385319,21416273:21416723,21424524:21425202,21431420:21457524,21451315:21458308,21494053:21494175,21498396:21498491,21509733:21509780,21513309:21513387,21521274:21521611,21531130:21531303,21538916:21539018,21551421:21551505,21559577:21559753,21562384:21562756,21562427:21562637,21587690:21592098,21636269:21638606,21640850:21644583,21657252:21658649,21667880:21675533,21690281:21690550,21706327:21707168,21730666:21764116,21734156:21769854,21774743:21798663,21798310:21823022,21814397:21824617,21828479:21832347,21845944:21870580,21857533:21869716,21861261:21868993,21906792:2191768', 'assoc_mat': '20974621:film_plastique:4205:20985462,21005926:film_plastique:4205:21012753,21020702:film_plastique:4205:21071219,21069849:film_plastique:4205:21107273,21084272:film_plastique:4205:21126650,21116152:film_plastique:4205:21116332,21120561:film_plastique:4205:21168330,21120995:film_plastique:4205:21173196,21140596:film_plastique:4205:21289459,21151378:film_plastique:4205:21218911,21179999:film_plastique:4205:21180761,21221398:film_plastique:4205:21221717,21224543:film_plastique:4205:21225059,21225874:film_plastique:4205:21322266,21236227:film_plastique:4205:21236491,21270486:film_plastique:4205:21271167,21275781:film_plastique:4205:21330719,21300178:film_plastique:4205:21336369,21338511:film_plastique:4205:21353885,21345495:film_plastique:4205:21371441,21356896:film_plastique:4205:21357841,21370457:film_plastique:4205:21370529,21380145:film_plastique:4205:21402161,21380165:film_plastique:4205:21402428,21384556:film_plastique:4205:21385319,21416273:film_plastique:4205:21416723,21424524:film_plastique:4205:2142520'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0029031177907751153, 'nb_photo': 632, 'list_port_cont': '21009024,21045733,21102637,21144477,21159602,21168721,21170309,21170851,21172454,21181122,21221274,21222107,21289595,21290395,21292015,21313584,21324796,21328629,21330408,21356402,21370286,21396238,21406062,21410361,21446118,21455892,21483698,21489870,21499587,21509397,21515730,21531597,21532582,21541045,21550787,21555820,21559759,21567641,21601480,21643098,21665884,21666467,21682601,21689755,21707612,21736509,21758196,21779824,21821315,21825476,21869533,21871521,21873397,21907241,21925044,21930402', 'assoc_port': '20993232:21009024,21043844:21045733,21064407:21102637,21084267:21313584,21108071:21289595,21117583:21159602,21120585:21168721,21120953:21170309,21120982:21172454,21140594:21290395,21143651:21144477,21155462:21170851,21180001:21181122,21221105:21221274,21221394:21222107,21232888:21324796,21267127:21330408,21290582:21292015,21306684:21328629,21339766:21356402,21352346:21370286,21378587:21410361,21381695:21406062,21394505:21396238,21431417:21446118,21441440:21455892,21483159:21483698,21489393:21489870,21499136:21499587,21509153:21509397,21515548:21515730,21529360:21531597,21532437:21532582,21538911:21541045,21550607:21550787,21555447:21555820,21559582:21559759,21567548:21567641,21592857:21601480,21639124:21643098,21651463:21665884,21651464:21666467,21682058:21682601,21689266:21689755,21706322:21707612,21724314:21736509,21728542:21758196,21779322:21779824,21793240:21821315,21814369:21825476,21843933:21873397,21849326:21871521,21861259:21869533,21903539:21907241,21913103:21925044,21924615:21930402', 'assoc_mat': '20993232:film_plastique:4203:21009024,21043844:film_plastique:4203:21045733,21064407:film_plastique:4203:21102637,21084267:film_plastique:4203:21313584,21108071:film_plastique:4203:21289595,21117583:film_plastique:4203:21159602,21120585:film_plastique:4203:21168721,21120953:film_plastique:4203:21170309,21120982:film_plastique:4203:21172454,21140594:film_plastique:4203:21290395,21143651:film_plastique:4203:21144477,21155462:film_plastique:4203:21170851,21180001:film_plastique:4203:21181122,21221105:film_plastique:4203:21221274,21221394:film_plastique:4203:21222107,21232888:film_plastique:4203:21324796,21267127:film_plastique:4203:21330408,21290582:film_plastique:4203:21292015,21306684:film_plastique:4203:21328629,21339766:film_plastique:4203:21356402,21352346:film_plastique:4203:21370286,21378587:film_plastique:4203:21410361,21381695:film_plastique:4203:21406062,21394505:film_plastique:4203:21396238,21431417:film_plastique:4203:21446118,21441440:film_plastique:4203:21455892,21483159:film_plastique:4203:2148369'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032529849021925494, 'nb_photo': 1531, 'list_port_cont': '20975337,20999844,21009751,21011742,21012677,21025570,21033737,21042397,21044271,21049344,21050241,21065619,21066105,21070335,21075124,21080326,21080738,21082798,21084384,21110390,21115761,21115768,21116358,21117037,21117161,21117913,21120232,21120944,21122041,21122705,21136723,21140150,21140317,21140999,21141124,21141985,21142920,21144102,21155883,21167639,21168266,21169688,21169972,21170243,21170860,21170901,21171552,21180138,21180249,21180470,21180759,21206516,21209646,21209788,21209920,21210198,21220369,21220387,21221135,21221146,21221637,21223084,21223435,21224156,21224360,21224934,21226455,21226780,21227444,21236779,21238671,21241059,21266804,21267847,21271018,21276234,21277643,21283644,21286619,21291674,21293467,21293507,21300872,21300942,21307912,21309982,21314046,21321684,21338139,21339422,21340045,21342557,21342986,21343060,21343398,21343474,21345057,21345334,21345960,21362649,21363642,21366699,21367842,21368063,21369289,21378313,21381645,21382590,21384872,21389429,21394892,21397070,21402842,2140289', 'assoc_port': '20974623:20975337,20999701:20999844,21005922:21012677,21005924:21009751,21011126:21011742,21024338:21025570,21033316:21033737,21041997:21042397,21043842:21044271,21046491:21049344,21049818:21050241,21065194:21066105,21065195:21065619,21069853:21070335,21074838:21075124,21077844:21080738,21077852:21080326,21080853:21082798,21084268:21084384,21108061:21210198,21108072:21209920,21109988:21116358,21110005:21110390,21112972:21115761,21115509:21115768,21117027:21117161,21117028:21117037,21117582:21117913,21119657:21120232,21120523:21167639,21120538:21209788,21120544:21168266,21120581:21120944,21120948:21169688,21120951:21169972,21120955:21170243,21120961:21209646,21120966:21170860,21120968:21170901,21120973:21171552,21120980:21122705,21121004:21122041,21135542:21206516,21136351:21136723,21139512:21140317,21139515:21140150,21140597:21141124,21140598:21140999,21141755:21142920,21141757:21141985,21143653:21144102,21155465:21155883,21179961:21180759,21180020:21180470,21180028:21180249,21180031:21180138,21220270:2122038', 'assoc_mat': '20974623:film_plastique:4207:20975337,20999701:film_plastique:4207:20999844,21005922:film_plastique:4207:21012677,21005924:film_plastique:4207:21009751,21011126:film_plastique:4207:21011742,21024338:film_plastique:4207:21025570,21033316:film_plastique:4207:21033737,21041997:film_plastique:4207:21042397,21043842:film_plastique:4207:21044271,21046491:film_plastique:4207:21049344,21049818:film_plastique:4207:21050241,21065194:film_plastique:4207:21066105,21065195:film_plastique:4207:21065619,21069853:film_plastique:4207:21070335,21074838:film_plastique:4207:21075124,21077844:film_plastique:4207:21080738,21077852:film_plastique:4207:21080326,21080853:film_plastique:4207:21082798,21084268:film_plastique:4207:21084384,21108061:film_plastique:4207:21210198,21108072:film_plastique:4207:21209920,21109988:film_plastique:4207:21116358,21110005:film_plastique:4207:21110390,21112972:film_plastique:4207:21115761,21115509:film_plastique:4207:21115768,21117027:film_plastique:4207:21117161,21117028:film_plastique:4207:2111703'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7619064836302554, 'nb_photo': 6371, 'list_port_cont': '20977401,20996251,20999912,21006800,21038926,21058287,21071719,21074471,21083730,21085520,21085970,21093813,21110290,21125888,21144748,21150861,21152083,21153002,21159932,21161969,21168733,21169536,21170771,21173450,21174509,21180610,21180657,21181197,21182222,21182326,21208283,21218928,21219599,21220516,21241319,21247524,21262234,21262762,21268896,21271280,21274557,21275565,21277104,21277483,21277548,21277963,21278666,21279522,21280806,21281359,21284854,21287002,21291862,21292886,21296165,21296277,21296822,21300018,21300160,21300810,21300813,21307824,21311392,21321736,21337068,21340283,21342491,21359286,21361541,21362194,21363764,21367040,21367157,21369220,21375083,21378653,21380359,21380846,21382389,21382421,21382749,21389968,21392219,21395031,21416713,21418683,21422430,21425111,21428783,21434267,21441970,21442355,21445547,21455849,21484956,21486616,21487867,21490834,21494185,21494956,21496983,21498530,21501359,21502838,21508680,21509363,21510479,21513509,21514195,21514926,21516161,21516765,21521660,2152287', 'assoc_port': '20966503:20977401,20984096:20996251,20999578:20999912,20999700:21006800,21011127:21058287,21020698:21071719,21033315:21083730,21037139:21038926,21039695:21085520,21041994:21085970,21049814:21093813,21071194:21110290,21072708:21074471,21074837:21296277,21080849:21208283,21083369:21125888,21109990:21292886,21109992:21150861,21112971:21152083,21115508:21296165,21117586:21159932,21120539:21300160,21120583:21168733,21120960:21170771,21120967:21300813,21120974:21300810,21120992:21173450,21121002:21174509,21135541:21262234,21136350:21262762,21139006:21284854,21140308:21281359,21141752:21280806,21143652:21144748,21147913:21219599,21152614:21218928,21152620:21153002,21157118:21169536,21161108:21161969,21179962:21182326,21179968:21182222,21179977:21181197,21180017:21180657,21180025:21180610,21220269:21220516,21221396:21279522,21222615:21278666,21222623:21277963,21225892:21277483,21225895:21277548,21232860:21275565,21236225:21274557,21240949:21241319,21247225:21247524,21267131:21268896,21270480:21271280,21275780:2127710', 'assoc_mat': '20966503:film_plastique:4461:20977401,20984096:film_plastique:4461:20996251,20999578:film_plastique:4461:20999912,20999700:film_plastique:4461:21006800,21011127:film_plastique:4461:21058287,21020698:film_plastique:4461:21071719,21033315:film_plastique:4461:21083730,21037139:film_plastique:4461:21038926,21039695:film_plastique:4461:21085520,21041994:film_plastique:4461:21085970,21049814:film_plastique:4461:21093813,21071194:film_plastique:4461:21110290,21072708:film_plastique:4461:21074471,21074837:film_plastique:4461:21296277,21080849:film_plastique:4461:21208283,21083369:film_plastique:4461:21125888,21109990:film_plastique:4461:21292886,21109992:film_plastique:4461:21150861,21112971:film_plastique:4461:21152083,21115508:film_plastique:4461:21296165,21117586:film_plastique:4461:21159932,21120539:film_plastique:4461:21300160,21120583:film_plastique:4461:21168733,21120960:film_plastique:4461:21170771,21120967:film_plastique:4461:21300813,21120974:film_plastique:4461:21300810,21120992:film_plastique:4461:2117345'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02134769998446113, 'nb_photo': 4282, 'list_port_cont': '20967650,20984604,20999679,20999950,21025010,21037659,21041287,21041847,21042563,21047285,21050765,21064640,21070567,21073266,21073523,21074913,21075601,21078576,21080592,21082197,21083796,21084232,21109478,21114636,21115912,21116229,21117953,21119240,21121185,21121486,21135838,21139780,21140889,21141974,21142155,21151681,21153876,21156390,21159879,21161407,21163413,21163957,21167450,21170232,21170507,21170884,21172008,21172349,21173925,21180455,21180503,21180699,21181067,21181147,21182017,21214335,21214636,21221234,21221302,21223685,21224819,21225171,21227422,21230616,21230964,21233455,21237475,21238791,21240657,21242871,21265942,21270961,21274343,21276790,21283408,21287796,21287810,21289132,21293316,21299778,21300607,21307527,21307673,21336843,21338951,21342446,21343608,21346448,21346593,21350028,21352948,21353476,21357646,21359131,21362384,21366957,21369171,21374703,21374997,21378208,21379497,21380531,21380602,21380927,21381881,21381894,21382133,21383116,21383684,21384797,21389882,21392087,21395961,2141553', 'assoc_port': '20966504:20967650,20984097:20984604,20999574:20999950,20999575:20999679,21024339:21025010,21037135:21037659,21039692:21041847,21039694:21041287,21041995:21042563,21046493:21047285,21049816:21050765,21064402:21064640,21069850:21070567,21071196:21073523,21072704:21073266,21074840:21074913,21075332:21075601,21077847:21078576,21077848:21080592,21080850:21082197,21083366:21083796,21083367:21084232,21104037:21114636,21108067:21109478,21115491:21116229,21115511:21115912,21117580:21119240,21117584:21117953,21120519:21167450,21120542:21121486,21120584:21121185,21120956:21170232,21120957:21170507,21120965:21170884,21120977:21172008,21120979:21214636,21120984:21172349,21121001:21173925,21121008:21214335,21135646:21135838,21136352:21163957,21136353:21163413,21139513:21139780,21140309:21140889,21141753:21142155,21141759:21141974,21151382:21151681,21152617:21153876,21155490:21156390,21159635:21159879,21161106:21161407,21179964:21182017,21179969:21181147,21179971:21181067,21179980:21180699,21180019:21180503,21180022:2118045', 'assoc_mat': '20966504:film_plastique:4200:20967650,20984097:film_plastique:4200:20984604,20999574:film_plastique:4200:20999950,20999575:film_plastique:4200:20999679,21024339:film_plastique:4200:21025010,21037135:film_plastique:4200:21037659,21039692:film_plastique:4200:21041847,21039694:film_plastique:4200:21041287,21041995:film_plastique:4200:21042563,21046493:film_plastique:4200:21047285,21049816:film_plastique:4200:21050765,21064402:film_plastique:4200:21064640,21069850:film_plastique:4200:21070567,21071196:film_plastique:4200:21073523,21072704:film_plastique:4200:21073266,21074840:film_plastique:4200:21074913,21075332:film_plastique:4200:21075601,21077847:film_plastique:4200:21078576,21077848:film_plastique:4200:21080592,21080850:film_plastique:4200:21082197,21083366:film_plastique:4200:21083796,21083367:film_plastique:4200:21084232,21104037:film_plastique:4200:21114636,21108067:film_plastique:4200:21109478,21115491:film_plastique:4200:21116229,21115511:film_plastique:4200:21115912,21117580:film_plastique:4200:2111924'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01270644429551468, 'nb_photo': 943, 'list_port_cont': '20976952,21036098,21074750,21084546,21084959,21085180,21085254,21085754,21087527,21090040,21094092,21094274,21104607,21108011,21110402,21110946,21111060,21115566,21120347,21121162,21124383,21126630,21126879,21136281,21149010,21152454,21153342,21154919,21158510,21159897,21160144,21161894,21167707,21168660,21169137,21169421,21170732,21170911,21170935,21171161,21172231,21172655,21173039,21173745,21173843,21174537,21174864,21180380,21180923,21180929,21181033,21181218,21182351,21182465,21182766,21187585,21219026,21219544,21220397,21221197,21221377,21222427,21225034,21229868,21230129,21230177,21230838,21230976,21230980,21231344,21233441,21236757,21237373,21241367,21241503,21242855,21247494,21262696,21268029,21277035,21283822,21286898,21287046,21288775,21293913,21297120,21300692,21300720,21301264,21301450,21307342,21308463,21311727,21320382,21321721,21342575,21343132,21357491,21357630,21357732,21359445,21362402,21362420,21363897,21366811,21370639,21371089,21374721,21378773,21379381,21379512,21379742,21380913,2138229', 'assoc_port': '20966501:20976952,21020700:21121162,21024341:21074750,21035615:21036098,21039691:21084959,21039693:21085180,21039697:21085254,21041996:21085754,21043843:21087527,21046492:21090040,21049815:21094092,21049817:21094274,21065193:21104607,21069852:21108011,21071195:21110402,21072705:21111060,21072707:21110946,21074836:21115566,21077845:21120347,21083365:21124383,21084266:21126630,21084270:21126879,21084271:21084546,21108069:21301450,21112973:21152454,21115510:21154919,21117031:21158510,21120522:21167707,21120562:21168660,21120928:21169421,21120949:21287046,21120962:21170732,21120969:21286898,21120981:21172231,21120988:21172655,21120991:21173039,21120994:21173745,21120998:21173843,21121005:21174537,21121011:21174864,21135647:21262696,21136028:21136281,21139516:21231344,21140592:21230980,21141756:21230976,21147912:21219544,21147914:21149010,21151380:21219026,21152616:21170935,21152618:21153342,21155463:21171161,21155464:21170911,21157117:21169137,21159636:21159897,21159639:21160144,21161085:21161894,21179960:2118276', 'assoc_mat': '20966501:film_plastique:4209:20976952,21020700:film_plastique:4209:21121162,21024341:film_plastique:4209:21074750,21035615:film_plastique:4209:21036098,21039691:film_plastique:4209:21084959,21039693:film_plastique:4209:21085180,21039697:film_plastique:4209:21085254,21041996:film_plastique:4209:21085754,21043843:film_plastique:4209:21087527,21046492:film_plastique:4209:21090040,21049815:film_plastique:4209:21094092,21049817:film_plastique:4209:21094274,21065193:film_plastique:4209:21104607,21069852:film_plastique:4209:21108011,21071195:film_plastique:4209:21110402,21072705:film_plastique:4209:21111060,21072707:film_plastique:4209:21110946,21074836:film_plastique:4209:21115566,21077845:film_plastique:4209:21120347,21083365:film_plastique:4209:21124383,21084266:film_plastique:4209:21126630,21084270:film_plastique:4209:21126879,21084271:film_plastique:4209:21084546,21108069:film_plastique:4209:21301450,21112973:film_plastique:4209:21152454,21115510:film_plastique:4209:21154919,21117031:film_plastique:4209:2115851'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0035698534136110473, 'nb_photo': 14250, 'list_port_cont': '20966899,20967310,20985169,20993447,20999936,21012850,21014080,21021437,21036128,21038079,21038874,21043613,21051102,21053662,21066049,21072550,21073194,21073447,21076085,21078116,21079056,21084145,21110647,21110874,21116026,21116411,21116855,21117701,21118010,21120455,21120766,21121296,21136317,21140185,21140902,21140930,21141314,21144194,21149049,21149415,21151875,21153429,21156904,21158456,21159297,21160009,21160763,21161092,21167476,21167966,21168302,21169743,21170157,21170557,21172111,21172874,21174298,21174930,21180792,21180824,21181089,21181278,21181507,21181873,21204853,21206157,21211058,21211223,21213693,21220475,21222210,21223458,21224695,21225148,21225522,21227510,21227981,21230862,21231187,21236159,21237993,21243249,21266468,21271856,21273482,21278618,21279600,21287080,21292245,21294333,21297536,21301066,21301441,21308451,21309479,21318167,21339656,21342639,21342668,21342756,21343801,21346667,21350663,21353941,21358138,21360235,21362800,21363910,21370601,21378423,21382322,21382568,21382728,2138283', 'assoc_port': '20966499:20967310,20966505:20966899,20984095:20985169,20993231:20993447,20999699:20999936,21005927:21014080,21011129:21012850,21020701:21021437,21035614:21036128,21037136:21038874,21037138:21038079,21041999:21043613,21049819:21053662,21049821:21051102,21065192:21066049,21069851:21073194,21071197:21072550,21072703:21073447,21075333:21076085,21075335:21078116,21077849:21079056,21083362:21084145,21108060:21116855,21108073:21116411,21109984:21110874,21110006:21110647,21112974:21116026,21117030:21117701,21117581:21159297,21117585:21120455,21117587:21118010,21119655:21120766,21120520:21213693,21120521:21167476,21120524:21167966,21120540:21168302,21120580:21121296,21120929:21169743,21120950:21170157,21120959:21170557,21120963:21211223,21120970:21211058,21120975:21172111,21120989:21172874,21120999:21174298,21121006:21174930,21135543:21206157,21136029:21136317,21137075:21204853,21139004:21140185,21139514:21140930,21140311:21140902,21140591:21141314,21141750:21161092,21141754:21160763,21141758:21144194,21147910:2114941', 'assoc_mat': '20966499:film_plastique:4211:20967310,20966505:film_plastique:4211:20966899,20984095:film_plastique:4211:20985169,20993231:film_plastique:4211:20993447,20999699:film_plastique:4211:20999936,21005927:film_plastique:4211:21014080,21011129:film_plastique:4211:21012850,21020701:film_plastique:4211:21021437,21035614:film_plastique:4211:21036128,21037136:film_plastique:4211:21038874,21037138:film_plastique:4211:21038079,21041999:film_plastique:4211:21043613,21049819:film_plastique:4211:21053662,21049821:film_plastique:4211:21051102,21065192:film_plastique:4211:21066049,21069851:film_plastique:4211:21073194,21071197:film_plastique:4211:21072550,21072703:film_plastique:4211:21073447,21075333:film_plastique:4211:21076085,21075335:film_plastique:4211:21078116,21077849:film_plastique:4211:21079056,21083362:film_plastique:4211:21084145,21108060:film_plastique:4211:21116855,21108073:film_plastique:4211:21116411,21109984:film_plastique:4211:21110874,21110006:film_plastique:4211:21110647,21112974:film_plastique:4211:2111602'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001269367980182689, 'nb_photo': 35, 'list_port_cont': '20977612,21081213,21119829,21132974,21133011,21180291,21299566,21380556,21422068,21492835,21516707,21529498,21548051,21551567,21566546,21569311,21597673,21645122,21669479,21690463,21694715,21707057,21783966,21793413,21844821,21861702,21907047', 'assoc_port': '20974622:20977612,21080851:21081213,21119653:21119829,21120946:21133011,21120976:21132974,21180026:21180291,21299166:21299566,21380161:21380556,21421770:21422068,21492821:21492835,21516625:21516707,21529358:21529498,21547968:21548051,21551419:21551567,21566375:21566546,21569272:21569311,21597598:21597673,21640852:21645122,21667867:21669479,21690282:21690463,21694463:21694715,21706320:21707057,21782940:21783966,21793244:21793413,21844444:21844821,21861260:21861702,21906781:21907047', 'assoc_mat': '20974622:kraft:3726:20977612,21080851:kraft:3726:21081213,21119653:kraft:3726:21119829,21120946:kraft:3726:21133011,21120976:kraft:3726:21132974,21180026:kraft:3726:21180291,21299166:kraft:3726:21299566,21380161:kraft:3726:21380556,21421770:kraft:3726:21422068,21492821:kraft:3726:21492835,21516625:kraft:3726:21516707,21529358:kraft:3726:21529498,21547968:kraft:3726:21548051,21551419:kraft:3726:21551567,21566375:kraft:3726:21566546,21569272:kraft:3726:21569311,21597598:kraft:3726:21597673,21640852:kraft:3726:21645122,21667867:kraft:3726:21669479,21690282:kraft:3726:21690463,21694463:kraft:3726:21694715,21706320:kraft:3726:21707057,21782940:kraft:3726:21783966,21793244:kraft:3726:21793413,21844444:kraft:3726:21844821,21861260:kraft:3726:21861702,21906781:kraft:3726:21907047'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00015285143896798841, 'nb_photo': 1, 'list_port_cont': '21581596', 'assoc_port': '21580240:21581596', 'assoc_mat': '21580240:kraft:4211:21581596'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9419538050464651, 'nb_photo': 58, 'list_port_cont': '20985451,21012755,21071226,21107268,21116337,21126651,21173190,21180772,21218921,21221712,21236498,21289462,21322276,21330733,21357848,21416724,21458297,21494176,21498492,21521615,21539015,21551498,21559757,21562644,21562749,21592099,21638614,21644586,21658660,21675536,21690551,21707160,21798662,21823029,21832344,21917676', 'assoc_port': '20974621:20985451,21005926:21012755,21020702:21071226,21069849:21107268,21084272:21126651,21116152:21116337,21120995:21173190,21140596:21289462,21151378:21218921,21179999:21180772,21221398:21221712,21225874:21322276,21236227:21236498,21275781:21330733,21356896:21357848,21416273:21416724,21451315:21458297,21494053:21494176,21498396:21498492,21521274:21521615,21538916:21539015,21551421:21551498,21559577:21559757,21562384:21562749,21562427:21562644,21587690:21592099,21636269:21638614,21640850:21644586,21657252:21658660,21667880:21675536,21690281:21690551,21706327:21707160,21774743:21798662,21798310:21823029,21828479:21832344,21906792:21917676', 'assoc_mat': '20974621:metal:4205:20985451,21005926:metal:4205:21012755,21020702:metal:4205:21071226,21069849:metal:4205:21107268,21084272:metal:4205:21126651,21116152:metal:4205:21116337,21120995:metal:4205:21173190,21140596:metal:4205:21289462,21151378:metal:4205:21218921,21179999:metal:4205:21180772,21221398:metal:4205:21221712,21225874:metal:4205:21322276,21236227:metal:4205:21236498,21275781:metal:4205:21330733,21356896:metal:4205:21357848,21416273:metal:4205:21416724,21451315:metal:4205:21458297,21494053:metal:4205:21494176,21498396:metal:4205:21498492,21521274:metal:4205:21521615,21538916:metal:4205:21539015,21551421:metal:4205:21551498,21559577:metal:4205:21559757,21562384:metal:4205:21562749,21562427:metal:4205:21562644,21587690:metal:4205:21592099,21636269:metal:4205:21638614,21640850:metal:4205:21644586,21657252:metal:4205:21658660,21667880:metal:4205:21675536,21690281:metal:4205:21690551,21706327:metal:4205:21707160,21774743:metal:4205:21798662,21798310:metal:4205:21823029,21828479:metal:4205:21832344,21906792:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0043468032931535715, 'nb_photo': 655, 'list_port_cont': '21009036,21045734,21102627,21144487,21159608,21168722,21170316,21170854,21172456,21181136,21221271,21222100,21289597,21290391,21292007,21313583,21324807,21328623,21330398,21356406,21370277,21396240,21406060,21410364,21446127,21455889,21483708,21489859,21499598,21509394,21515723,21531594,21532575,21541038,21550792,21555807,21559762,21567642,21583076,21601477,21643094,21665891,21666475,21682595,21689761,21707607,21736502,21758189,21779826,21821313,21825485,21869528,21871520,21873402,21907244,21925037,21930398', 'assoc_port': '20993232:21009036,21043844:21045734,21064407:21102627,21084267:21313583,21108071:21289597,21117583:21159608,21120585:21168722,21120953:21170316,21120982:21172456,21140594:21290391,21143651:21144487,21155462:21170854,21180001:21181136,21221105:21221271,21221394:21222100,21232888:21324807,21267127:21330398,21290582:21292007,21306684:21328623,21339766:21356406,21352346:21370277,21378587:21410364,21381695:21406060,21394505:21396240,21431417:21446127,21441440:21455889,21483159:21483708,21489393:21489859,21499136:21499598,21509153:21509394,21515548:21515723,21529360:21531594,21532437:21532575,21538911:21541038,21550607:21550792,21555447:21555807,21559582:21559762,21567548:21567642,21580239:21583076,21592857:21601477,21639124:21643094,21651463:21665891,21651464:21666475,21682058:21682595,21689266:21689761,21706322:21707607,21724314:21736502,21728542:21758189,21779322:21779826,21793240:21821313,21814369:21825485,21843933:21873402,21849326:21871520,21861259:21869528,21903539:21907244,21913103:21925037,21924615:2193039', 'assoc_mat': '20993232:metal:4203:21009036,21043844:metal:4203:21045734,21064407:metal:4203:21102627,21084267:metal:4203:21313583,21108071:metal:4203:21289597,21117583:metal:4203:21159608,21120585:metal:4203:21168722,21120953:metal:4203:21170316,21120982:metal:4203:21172456,21140594:metal:4203:21290391,21143651:metal:4203:21144487,21155462:metal:4203:21170854,21180001:metal:4203:21181136,21221105:metal:4203:21221271,21221394:metal:4203:21222100,21232888:metal:4203:21324807,21267127:metal:4203:21330398,21290582:metal:4203:21292007,21306684:metal:4203:21328623,21339766:metal:4203:21356406,21352346:metal:4203:21370277,21378587:metal:4203:21410364,21381695:metal:4203:21406060,21394505:metal:4203:21396240,21431417:metal:4203:21446127,21441440:metal:4203:21455889,21483159:metal:4203:21483708,21489393:metal:4203:21489859,21499136:metal:4203:21499598,21509153:metal:4203:21509394,21515548:metal:4203:21515723,21529360:metal:4203:21531594,21532437:metal:4203:21532575,21538911:metal:4203:21541038,21550607:metal:4203:21550792,21555447:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005703294246334587, 'nb_photo': 313, 'list_port_cont': '20966638,20975329,20999854,21011753,21025561,21033745,21044275,21075126,21080323,21080732,21082801,21084378,21110386,21115749,21117047,21117156,21120220,21120940,21122048,21140148,21141129,21142915,21144096,21167634,21168276,21169689,21169965,21170242,21170864,21171551,21180485,21206512,21209643,21209911,21210210,21221147,21221647,21223448,21224151,21224927,21227446,21236783,21238658,21241054,21266799,21267840,21271020,21276230,21277642,21283642,21286617,21293515,21321696,21338133,21340048,21343056,21343478,21345968,21362655,21363636,21367843,21368054,21369288,21378319,21381647,21384863,21389428,21394890,21397075,21402828,21402892,21406085,21406101,21415932,21416599,21418810,21423921,21425321,21427660,21429357,21442112,21447737,21449390,21483683,21486136,21486776,21487162,21490769,21492244,21492950,21493015,21494101,21499225,21501196,21501936,21502051,21508620,21509255,21510411,21514864,21516079,21521458,21521464,21527644,21529469,21530118,21530172,21533623,21535811,21536221,21537213,21538785,21550715,2155077', 'assoc_port': '20966502:20966638,20974623:20975329,20999701:20999854,21011126:21011753,21024338:21025561,21033316:21033745,21043842:21044275,21074838:21075126,21077844:21080732,21077852:21080323,21080853:21082801,21084268:21084378,21108061:21210210,21108072:21209911,21110005:21110386,21112972:21115749,21117027:21117156,21117028:21117047,21119657:21120220,21120523:21167634,21120544:21168276,21120581:21120940,21120948:21169689,21120951:21169965,21120955:21170242,21120961:21209643,21120966:21170864,21120973:21171551,21121004:21122048,21135542:21206512,21139515:21140148,21140597:21141129,21141755:21142915,21143653:21144096,21180020:21180485,21221103:21221147,21221400:21221647,21222610:21227446,21222627:21224151,21222670:21223448,21224542:21224927,21236207:21236783,21238237:21238658,21240946:21241054,21265552:21266799,21267120:21267840,21270481:21271020,21275769:21277642,21275777:21276230,21282367:21283642,21285767:21286617,21292231:21293515,21321581:21321696,21336255:21338133,21339764:21340048,21342837:21343478,21342843:2134305', 'assoc_mat': '20966502:metal:4207:20966638,20974623:metal:4207:20975329,20999701:metal:4207:20999854,21011126:metal:4207:21011753,21024338:metal:4207:21025561,21033316:metal:4207:21033745,21043842:metal:4207:21044275,21074838:metal:4207:21075126,21077844:metal:4207:21080732,21077852:metal:4207:21080323,21080853:metal:4207:21082801,21084268:metal:4207:21084378,21108061:metal:4207:21210210,21108072:metal:4207:21209911,21110005:metal:4207:21110386,21112972:metal:4207:21115749,21117027:metal:4207:21117156,21117028:metal:4207:21117047,21119657:metal:4207:21120220,21120523:metal:4207:21167634,21120544:metal:4207:21168276,21120581:metal:4207:21120940,21120948:metal:4207:21169689,21120951:metal:4207:21169965,21120955:metal:4207:21170242,21120961:metal:4207:21209643,21120966:metal:4207:21170864,21120973:metal:4207:21171551,21121004:metal:4207:21122048,21135542:metal:4207:21206512,21139515:metal:4207:21140148,21140597:metal:4207:21141129,21141755:metal:4207:21142915,21143653:metal:4207:21144096,21180020:metal:4207:21180485,21221103:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014305309932411291, 'nb_photo': 33, 'list_port_cont': '21085528,21125889,21161961,21182230,21262230,21274560,21277489,21280814,21281370,21291860,21311407,21340288,21380847,21382427,21418678,21455853,21508681,21540273,21559794,21562846,21580675,21634128,21676211,21692380,21721721,21775486,21815228,21834152', 'assoc_port': '21039695:21085528,21083369:21125889,21135541:21262230,21140308:21281370,21141752:21280814,21161108:21161961,21179968:21182230,21225892:21277489,21236225:21274560,21290579:21291860,21311032:21311407,21339762:21340288,21380239:21380847,21381700:21382427,21418035:21418678,21455500:21455853,21508543:21508681,21539979:21540273,21559575:21559794,21562383:21562846,21580241:21580675,21633419:21634128,21674544:21676211,21691863:21692380,21720293:21721721,21774747:21775486,21814395:21815228,21833506:21834152', 'assoc_mat': '21039695:metal:4461:21085528,21083369:metal:4461:21125889,21135541:metal:4461:21262230,21140308:metal:4461:21281370,21141752:metal:4461:21280814,21161108:metal:4461:21161961,21179968:metal:4461:21182230,21225892:metal:4461:21277489,21236225:metal:4461:21274560,21290579:metal:4461:21291860,21311032:metal:4461:21311407,21339762:metal:4461:21340288,21380239:metal:4461:21380847,21381700:metal:4461:21382427,21418035:metal:4461:21418678,21455500:metal:4461:21455853,21508543:metal:4461:21508681,21539979:metal:4461:21540273,21559575:metal:4461:21559794,21562383:metal:4461:21562846,21580241:metal:4461:21580675,21633419:metal:4461:21634128,21674544:metal:4461:21676211,21691863:metal:4461:21692380,21720293:metal:4461:21721721,21774747:metal:4461:21775486,21814395:metal:4461:21815228,21833506:metal:4461:21834152'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008015020487233874, 'nb_photo': 150, 'list_port_cont': '21025022,21041293,21050760,21070560,21075600,21082203,21083801,21109490,21119244,21121193,21135831,21140883,21141979,21151671,21161400,21163946,21170505,21172017,21172358,21180464,21180504,21214337,21214628,21223689,21225182,21227416,21230603,21237472,21265949,21270956,21274341,21276783,21283400,21289131,21293307,21299785,21300605,21307530,21342457,21350033,21352938,21374706,21375001,21378210,21380595,21381896,21382139,21383689,21384806,21418669,21428975,21442131,21443188,21484683,21486407,21487838,21490828,21492189,21494722,21498497,21501250,21501385,21502795,21502820,21508637,21513488,21514184,21515700,21516743,21521747,21523280,21527665,21529797,21530142,21535720,21540256,21542285,21544336,21552529,21553684,21556774,21562683,21562933,21581026,21582914,21588413,21639855,21670507,21675023,21687561,21690967,21692332,21694970,21701439,21705645,21723051,21728446,21730833,21738185,21747412,21777635,21787463,21790381,21804709,21809170,21813121,21815307,21844099,21869652,21916693,21931105,21936244', 'assoc_port': '21024339:21025022,21039694:21041293,21049816:21050760,21069850:21070560,21075332:21075600,21080850:21082203,21083366:21083801,21108067:21109490,21117580:21119244,21120584:21121193,21120957:21170505,21120977:21172017,21120979:21214628,21120984:21172358,21121008:21214337,21135646:21135831,21136352:21163946,21140309:21140883,21141759:21141979,21151382:21151671,21161106:21161400,21180019:21180504,21180022:21180464,21222668:21223689,21224541:21225182,21225894:21227416,21230483:21230603,21236228:21237472,21262954:21274341,21265555:21265949,21270482:21270956,21275776:21276783,21282368:21283400,21287083:21289131,21292229:21293307,21299136:21299785,21300186:21300605,21306678:21307530,21342181:21342457,21349043:21350033,21352345:21352938,21374304:21375001,21374328:21374706,21378071:21378210,21378583:21381896,21380169:21380595,21381696:21383689,21381743:21382139,21384554:21384806,21418036:21418669,21428064:21428975,21441441:21443188,21441450:21442131,21484310:21484683,21486216:21486407,21487643:21487838,21490477:2149082', 'assoc_mat': '21024339:metal:4200:21025022,21039694:metal:4200:21041293,21049816:metal:4200:21050760,21069850:metal:4200:21070560,21075332:metal:4200:21075600,21080850:metal:4200:21082203,21083366:metal:4200:21083801,21108067:metal:4200:21109490,21117580:metal:4200:21119244,21120584:metal:4200:21121193,21120957:metal:4200:21170505,21120977:metal:4200:21172017,21120979:metal:4200:21214628,21120984:metal:4200:21172358,21121008:metal:4200:21214337,21135646:metal:4200:21135831,21136352:metal:4200:21163946,21140309:metal:4200:21140883,21141759:metal:4200:21141979,21151382:metal:4200:21151671,21161106:metal:4200:21161400,21180019:metal:4200:21180504,21180022:metal:4200:21180464,21222668:metal:4200:21223689,21224541:metal:4200:21225182,21225894:metal:4200:21227416,21230483:metal:4200:21230603,21236228:metal:4200:21237472,21262954:metal:4200:21274341,21265555:metal:4200:21265949,21270482:metal:4200:21270956,21275776:metal:4200:21276783,21282368:metal:4200:21283400,21287083:metal:4200:21289131,21292229:metal:4200:21293307,21299136:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017520348421255782, 'nb_photo': 483, 'list_port_cont': '20976937,21036093,21074756,21074955,21084547,21084954,21085185,21085756,21090037,21094093,21094281,21104599,21110401,21110941,21111051,21120354,21126631,21126877,21149023,21152440,21153346,21154921,21157798,21158511,21159883,21168647,21169139,21169426,21170683,21170910,21171167,21172236,21172644,21173029,21173738,21173854,21174541,21174871,21180383,21180422,21180526,21180916,21181029,21181219,21182181,21182477,21182770,21187586,21219015,21219549,21221202,21221380,21222430,21225025,21230124,21230167,21230835,21230930,21230974,21230981,21231349,21236762,21237391,21241368,21241506,21242845,21247500,21262689,21268018,21276982,21283812,21286896,21287050,21288790,21293901,21297111,21300701,21300712,21301258,21301457,21307337,21311718,21320383,21321714,21339227,21343141,21345065,21357627,21357730,21359447,21362398,21362422,21363903,21366812,21370635,21371087,21374728,21376481,21379508,21379738,21380910,21382305,21382803,21387028,21392204,21395345,21396872,21412562,21418412,21425014,21434904,21437924,21438064,2144548', 'assoc_port': '20966501:20976937,21024341:21074756,21035615:21036093,21039691:21084954,21039693:21085185,21041996:21085756,21046492:21090037,21049815:21094093,21049817:21094281,21065193:21104599,21071195:21110401,21072705:21111051,21072707:21110941,21074839:21074955,21077845:21120354,21084266:21126631,21084270:21126877,21084271:21084547,21108069:21301457,21112973:21152440,21115510:21154921,21117029:21157798,21117031:21158511,21120562:21168647,21120928:21169426,21120949:21287050,21120958:21170683,21120969:21286896,21120981:21172236,21120988:21172644,21120991:21173029,21120994:21173738,21120998:21173854,21121005:21174541,21121011:21174871,21135647:21262689,21139516:21231349,21140592:21230981,21140593:21230930,21141756:21230974,21147912:21219549,21147914:21149023,21151380:21219015,21152618:21153346,21155463:21171167,21155464:21170910,21157117:21169139,21159636:21159883,21179960:21182770,21179965:21182181,21179970:21182477,21179972:21187586,21179979:21181029,21179991:21181219,21180000:21180383,21180018:21180916,21180027:2118052', 'assoc_mat': '20966501:metal:4209:20976937,21024341:metal:4209:21074756,21035615:metal:4209:21036093,21039691:metal:4209:21084954,21039693:metal:4209:21085185,21041996:metal:4209:21085756,21046492:metal:4209:21090037,21049815:metal:4209:21094093,21049817:metal:4209:21094281,21065193:metal:4209:21104599,21071195:metal:4209:21110401,21072705:metal:4209:21111051,21072707:metal:4209:21110941,21074839:metal:4209:21074955,21077845:metal:4209:21120354,21084266:metal:4209:21126631,21084270:metal:4209:21126877,21084271:metal:4209:21084547,21108069:metal:4209:21301457,21112973:metal:4209:21152440,21115510:metal:4209:21154921,21117029:metal:4209:21157798,21117031:metal:4209:21158511,21120562:metal:4209:21168647,21120928:metal:4209:21169426,21120949:metal:4209:21287050,21120958:metal:4209:21170683,21120969:metal:4209:21286896,21120981:metal:4209:21172236,21120988:metal:4209:21172644,21120991:metal:4209:21173029,21120994:metal:4209:21173738,21120998:metal:4209:21173854,21121005:metal:4209:21174541,21121011:metal:4209:21174871,21135647:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006787279098853101, 'nb_photo': 1197, 'list_port_cont': '20966889,20967302,20985153,20993443,20999941,21012856,21014083,21021431,21036126,21038084,21038881,21043609,21051113,21053661,21066043,21072542,21073195,21076071,21078110,21079049,21084147,21110650,21110883,21116015,21116406,21116859,21117704,21118013,21120767,21121293,21136323,21140186,21140907,21140926,21141303,21144195,21149060,21149414,21151869,21153415,21156893,21158460,21160007,21160767,21161096,21167958,21168308,21169747,21170168,21170559,21172116,21172877,21174304,21174918,21180808,21180819,21181094,21181280,21181499,21181870,21206156,21211062,21211230,21220480,21222204,21223466,21224699,21225142,21225534,21227519,21227969,21230855,21231196,21236160,21237996,21243247,21266478,21271853,21273488,21278611,21279605,21287069,21292257,21294324,21297524,21301064,21301442,21308437,21309469,21318158,21339657,21342650,21342659,21342741,21343813,21346662,21350653,21353940,21358126,21362790,21363909,21370593,21378426,21382324,21382569,21382722,21382836,21386229,21387608,21393184,21395728,21396372,21398895,2140592', 'assoc_port': '20966499:20967302,20966505:20966889,20984095:20985153,20993231:20993443,20999699:20999941,21005927:21014083,21011129:21012856,21020701:21021431,21035614:21036126,21037136:21038881,21037138:21038084,21041999:21043609,21049819:21053661,21049821:21051113,21065192:21066043,21069851:21073195,21071197:21072542,21075333:21076071,21075335:21078110,21077849:21079049,21083362:21084147,21108060:21116859,21108073:21116406,21109984:21110883,21110006:21110650,21112974:21116015,21117030:21117704,21117587:21118013,21119655:21120767,21120524:21167958,21120540:21168308,21120580:21121293,21120929:21169747,21120950:21170168,21120959:21170559,21120963:21211230,21120970:21211062,21120975:21172116,21120989:21172877,21120999:21174304,21121006:21174918,21135543:21206156,21136029:21136323,21139004:21140186,21139514:21140926,21140311:21140907,21140591:21141303,21141750:21161096,21141754:21160767,21141758:21144195,21147910:21149414,21147915:21149060,21151381:21151869,21152619:21153415,21155492:21156893,21157119:21158460,21159638:2116000', 'assoc_mat': '20966499:metal:4211:20967302,20966505:metal:4211:20966889,20984095:metal:4211:20985153,20993231:metal:4211:20993443,20999699:metal:4211:20999941,21005927:metal:4211:21014083,21011129:metal:4211:21012856,21020701:metal:4211:21021431,21035614:metal:4211:21036126,21037136:metal:4211:21038881,21037138:metal:4211:21038084,21041999:metal:4211:21043609,21049819:metal:4211:21053661,21049821:metal:4211:21051113,21065192:metal:4211:21066043,21069851:metal:4211:21073195,21071197:metal:4211:21072542,21075333:metal:4211:21076071,21075335:metal:4211:21078110,21077849:metal:4211:21079049,21083362:metal:4211:21084147,21108060:metal:4211:21116859,21108073:metal:4211:21116406,21109984:metal:4211:21110883,21110006:metal:4211:21110650,21112974:metal:4211:21116015,21117030:metal:4211:21117704,21117587:metal:4211:21118013,21119655:metal:4211:21120767,21120524:metal:4211:21167958,21120540:metal:4211:21168308,21120580:metal:4211:21121293,21120929:metal:4211:21169747,21120950:metal:4211:21170168,21120959:metal:4211:21170559,21120963:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0001306905864197531, 'nb_photo': 1, 'list_port_cont': '21584625', 'assoc_port': '21583368:21584625', 'assoc_mat': '21583368:metal:3594:21584625'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022565224353523414, 'nb_photo': 2606, 'list_port_cont': '20985452,21012748,21071234,21107269,21116336,21123608,21126653,21168325,21173199,21180762,21218926,21221705,21225058,21236488,21271172,21289466,21322268,21326930,21330718,21336371,21353896,21357850,21370534,21371439,21385322,21402163,21402414,21416731,21425201,21457517,21458301,21494177,21498482,21509781,21513383,21521638,21531295,21539009,21551501,21555648,21559749,21562643,21562762,21592101,21638603,21644582,21658663,21675526,21690557,21707156,21764121,21769864,21798668,21823024,21824608,21832342,21869006,21869706,21870589,21917684,21942306', 'assoc_port': '20974621:20985452,21005926:21012748,21020702:21071234,21069849:21107269,21083360:21123608,21084272:21126653,21116152:21116336,21120561:21168325,21120995:21173199,21135544:21326930,21140596:21289466,21151378:21218926,21179999:21180762,21221398:21221705,21224543:21225058,21225874:21322268,21236227:21236488,21270486:21271172,21275781:21330718,21300178:21336371,21338511:21353896,21345495:21371439,21356896:21357850,21370457:21370534,21380145:21402163,21380165:21402414,21384556:21385322,21416273:21416731,21424524:21425201,21431420:21457517,21451315:21458301,21494053:21494177,21498396:21498482,21509733:21509781,21513309:21513383,21521274:21521638,21531130:21531295,21538916:21539009,21551421:21551501,21555438:21555648,21559577:21559749,21562384:21562762,21562427:21562643,21587690:21592101,21636269:21638603,21640850:21644582,21657252:21658663,21667880:21675526,21690281:21690557,21706327:21707156,21730666:21764121,21734156:21769864,21774743:21798668,21798310:21823024,21814397:21824608,21828479:21832342,21845944:2187058', 'assoc_mat': '20974621:papier:4205:20985452,21005926:papier:4205:21012748,21020702:papier:4205:21071234,21069849:papier:4205:21107269,21083360:papier:4205:21123608,21084272:papier:4205:21126653,21116152:papier:4205:21116336,21120561:papier:4205:21168325,21120995:papier:4205:21173199,21135544:papier:4205:21326930,21140596:papier:4205:21289466,21151378:papier:4205:21218926,21179999:papier:4205:21180762,21221398:papier:4205:21221705,21224543:papier:4205:21225058,21225874:papier:4205:21322268,21236227:papier:4205:21236488,21270486:papier:4205:21271172,21275781:papier:4205:21330718,21300178:papier:4205:21336371,21338511:papier:4205:21353896,21345495:papier:4205:21371439,21356896:papier:4205:21357850,21370457:papier:4205:21370534,21380145:papier:4205:21402163,21380165:papier:4205:21402414,21384556:papier:4205:21385322,21416273:papier:4205:21416731,21424524:papier:4205:21425201,21431420:papier:4205:21457517,21451315:papier:4205:21458301,21494053:papier:4205:21494177,21498396:papier:4205:21498482,21509733:papier:4205:21509781,2151'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01033072775821922, 'nb_photo': 4502, 'list_port_cont': '21009025,21045721,21102632,21144478,21159603,21168716,21170319,21170841,21172451,21181125,21221272,21222097,21289598,21290398,21292012,21313592,21324795,21328624,21330407,21356409,21370290,21396233,21406064,21410362,21446122,21455886,21483697,21489866,21499584,21509395,21515725,21531596,21532588,21541039,21550786,21555808,21559774,21567639,21583066,21601478,21643108,21665892,21666461,21682597,21689762,21707614,21736506,21758190,21779834,21821327,21825484,21869541,21871518,21873393,21907238,21925050,21930399', 'assoc_port': '20993232:21009025,21043844:21045721,21064407:21102632,21084267:21313592,21108071:21289598,21117583:21159603,21120585:21168716,21120953:21170319,21120982:21172451,21140594:21290398,21143651:21144478,21155462:21170841,21180001:21181125,21221105:21221272,21221394:21222097,21232888:21324795,21267127:21330407,21290582:21292012,21306684:21328624,21339766:21356409,21352346:21370290,21378587:21410362,21381695:21406064,21394505:21396233,21431417:21446122,21441440:21455886,21483159:21483697,21489393:21489866,21499136:21499584,21509153:21509395,21515548:21515725,21529360:21531596,21532437:21532588,21538911:21541039,21550607:21550786,21555447:21555808,21559582:21559774,21567548:21567639,21580239:21583066,21592857:21601478,21639124:21643108,21651463:21665892,21651464:21666461,21682058:21682597,21689266:21689762,21706322:21707614,21724314:21736506,21728542:21758190,21779322:21779834,21793240:21821327,21814369:21825484,21843933:21873393,21849326:21871518,21861259:21869541,21903539:21907238,21913103:21925050,21924615:2193039', 'assoc_mat': '20993232:papier:4203:21009025,21043844:papier:4203:21045721,21064407:papier:4203:21102632,21084267:papier:4203:21313592,21108071:papier:4203:21289598,21117583:papier:4203:21159603,21120585:papier:4203:21168716,21120953:papier:4203:21170319,21120982:papier:4203:21172451,21140594:papier:4203:21290398,21143651:papier:4203:21144478,21155462:papier:4203:21170841,21180001:papier:4203:21181125,21221105:papier:4203:21221272,21221394:papier:4203:21222097,21232888:papier:4203:21324795,21267127:papier:4203:21330407,21290582:papier:4203:21292012,21306684:papier:4203:21328624,21339766:papier:4203:21356409,21352346:papier:4203:21370290,21378587:papier:4203:21410362,21381695:papier:4203:21406064,21394505:papier:4203:21396233,21431417:papier:4203:21446122,21441440:papier:4203:21455886,21483159:papier:4203:21483697,21489393:papier:4203:21489866,21499136:papier:4203:21499584,21509153:papier:4203:21509395,21515548:papier:4203:21515725,21529360:papier:4203:21531596,21532437:papier:4203:21532588,21538911:papier:4203:21541039,2155'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0436880763947974, 'nb_photo': 17134, 'list_port_cont': '20966651,20975331,20999839,21009747,21011748,21012667,21024481,21025564,21033739,21042393,21044282,21049346,21050235,21065611,21066115,21070332,21075120,21080317,21080729,21082797,21084374,21110387,21115756,21115766,21116352,21117036,21117150,21117914,21120233,21120934,21122053,21122697,21136717,21140147,21140324,21140995,21141134,21141990,21142909,21144091,21155892,21167631,21168274,21169570,21169694,21169967,21170028,21170235,21170872,21170902,21171543,21180137,21180255,21180484,21180744,21206520,21209653,21209782,21209917,21210209,21220364,21220373,21221142,21221144,21221644,21223096,21223436,21224155,21224346,21224931,21226464,21226791,21227438,21236772,21238663,21241062,21266807,21267839,21271028,21276218,21277637,21283634,21286613,21291682,21293469,21293521,21300868,21300945,21307917,21309983,21314048,21321682,21338142,21339423,21340056,21342559,21342977,21343064,21343397,21343488,21345052,21345337,21345967,21362656,21363635,21366701,21367844,21368051,21369283,21378305,21381633,21382381,21382597,2138486', 'assoc_port': '20966502:20966651,20974623:20975331,20999701:20999839,21005922:21012667,21005924:21009747,21011126:21011748,21024338:21025564,21024342:21024481,21033316:21033739,21041997:21042393,21043842:21044282,21046491:21049346,21049818:21050235,21065194:21066115,21065195:21065611,21069853:21070332,21074838:21075120,21077844:21080729,21077852:21080317,21080853:21082797,21084268:21084374,21108061:21210209,21108072:21209917,21109988:21116352,21110005:21110387,21112972:21115756,21115509:21115766,21117027:21117150,21117028:21117036,21117582:21117914,21119657:21120233,21120523:21167631,21120538:21209782,21120544:21168274,21120581:21120934,21120948:21169694,21120951:21169967,21120952:21170028,21120955:21170235,21120961:21209653,21120966:21170872,21120968:21170902,21120973:21171543,21120980:21122697,21121004:21122053,21135542:21206520,21136351:21136717,21139002:21169570,21139512:21140324,21139515:21140147,21140597:21141134,21140598:21140995,21141755:21142909,21141757:21141990,21143653:21144091,21155465:21155892,21179961:2118074', 'assoc_mat': '20966502:papier:4207:20966651,20974623:papier:4207:20975331,20999701:papier:4207:20999839,21005922:papier:4207:21012667,21005924:papier:4207:21009747,21011126:papier:4207:21011748,21024338:papier:4207:21025564,21024342:papier:4207:21024481,21033316:papier:4207:21033739,21041997:papier:4207:21042393,21043842:papier:4207:21044282,21046491:papier:4207:21049346,21049818:papier:4207:21050235,21065194:papier:4207:21066115,21065195:papier:4207:21065611,21069853:papier:4207:21070332,21074838:papier:4207:21075120,21077844:papier:4207:21080729,21077852:papier:4207:21080317,21080853:papier:4207:21082797,21084268:papier:4207:21084374,21108061:papier:4207:21210209,21108072:papier:4207:21209917,21109988:papier:4207:21116352,21110005:papier:4207:21110387,21112972:papier:4207:21115756,21115509:papier:4207:21115766,21117027:papier:4207:21117150,21117028:papier:4207:21117036,21117582:papier:4207:21117914,21119657:papier:4207:21120233,21120523:papier:4207:21167631,21120538:papier:4207:21209782,21120544:papier:4207:21168274,2112'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.2125821255338801, 'nb_photo': 51507, 'list_port_cont': '20977411,20996248,20999904,21006803,21038920,21058281,21071725,21074468,21083729,21085514,21085983,21093805,21110291,21125876,21144739,21150855,21152087,21152990,21159931,21161970,21168742,21169540,21170773,21173458,21174498,21180617,21180644,21181196,21182214,21182315,21208291,21218936,21219604,21220517,21241317,21247520,21262236,21262751,21268901,21271292,21274567,21275570,21277090,21277481,21277550,21277965,21278674,21279519,21280808,21281399,21284855,21286996,21291852,21292867,21296166,21296289,21296828,21300026,21300151,21300808,21300819,21307826,21311394,21321737,21337066,21340285,21342485,21359278,21361544,21362202,21363774,21367052,21367144,21369219,21375092,21378651,21380353,21380842,21382396,21382422,21382754,21389969,21392213,21395026,21416706,21418686,21422423,21425117,21428780,21434271,21441984,21442358,21445534,21455855,21484957,21486611,21487860,21490847,21494190,21494957,21496987,21498531,21501362,21502826,21508682,21509356,21510473,21513517,21514203,21514922,21516163,21516772,21521682,2152287', 'assoc_port': '20966503:20977411,20984096:20996248,20999578:20999904,20999700:21006803,21011127:21058281,21020698:21071725,21033315:21083729,21037139:21038920,21039695:21085514,21041994:21085983,21049814:21093805,21071194:21110291,21072708:21074468,21074837:21296289,21080849:21208291,21083369:21125876,21109990:21292867,21109992:21150855,21112971:21152087,21115508:21296166,21117586:21159931,21120539:21300151,21120583:21168742,21120960:21170773,21120967:21300819,21120974:21300808,21120992:21173458,21121002:21174498,21135541:21262236,21136350:21262751,21139006:21284855,21140308:21281399,21141752:21280808,21143652:21144739,21147913:21219604,21152614:21218936,21152620:21152990,21157118:21169540,21161108:21161970,21179962:21182315,21179968:21182214,21179977:21181196,21180017:21180644,21180025:21180617,21220269:21220517,21221396:21279519,21222615:21278674,21222623:21277965,21225892:21277481,21225895:21277550,21232860:21275570,21236225:21274567,21240949:21241317,21247225:21247520,21267131:21268901,21270480:21271292,21275780:2127709', 'assoc_mat': '20966503:papier:4461:20977411,20984096:papier:4461:20996248,20999578:papier:4461:20999904,20999700:papier:4461:21006803,21011127:papier:4461:21058281,21020698:papier:4461:21071725,21033315:papier:4461:21083729,21037139:papier:4461:21038920,21039695:papier:4461:21085514,21041994:papier:4461:21085983,21049814:papier:4461:21093805,21071194:papier:4461:21110291,21072708:papier:4461:21074468,21074837:papier:4461:21296289,21080849:papier:4461:21208291,21083369:papier:4461:21125876,21109990:papier:4461:21292867,21109992:papier:4461:21150855,21112971:papier:4461:21152087,21115508:papier:4461:21296166,21117586:papier:4461:21159931,21120539:papier:4461:21300151,21120583:papier:4461:21168742,21120960:papier:4461:21170773,21120967:papier:4461:21300819,21120974:papier:4461:21300808,21120992:papier:4461:21173458,21121002:papier:4461:21174498,21135541:papier:4461:21262236,21136350:papier:4461:21262751,21139006:papier:4461:21284855,21140308:papier:4461:21281399,21141752:papier:4461:21280808,21143652:papier:4461:21144739,2114'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.011639014429112974, 'nb_photo': 3612, 'list_port_cont': '20967657,20984598,20999682,20999952,21025008,21037665,21041289,21041841,21042566,21047283,21050761,21064653,21070557,21073264,21073531,21074914,21075595,21078582,21080591,21082200,21083800,21084240,21109489,21114631,21115913,21116224,21117952,21119241,21121188,21121489,21135836,21139776,21140893,21141973,21142161,21151674,21153884,21159881,21161401,21163405,21163943,21167456,21170228,21170509,21170881,21172010,21172356,21173942,21180466,21180505,21180705,21181068,21181154,21182025,21214331,21214637,21221247,21221290,21223686,21224821,21225170,21227424,21230610,21230956,21233465,21237476,21238797,21240645,21242880,21265948,21270946,21274344,21276778,21283406,21287782,21287813,21289137,21293311,21299777,21300612,21307532,21307681,21336847,21338965,21342454,21343594,21346458,21346584,21350036,21352949,21353485,21357644,21359108,21362383,21366960,21369159,21374707,21375000,21378211,21379499,21380529,21380605,21380932,21381876,21381904,21382134,21383114,21383685,21384796,21389889,21392083,21395976,21415536,2141643', 'assoc_port': '20966504:20967657,20984097:20984598,20999574:20999952,20999575:20999682,21024339:21025008,21037135:21037665,21039692:21041841,21039694:21041289,21041995:21042566,21046493:21047283,21049816:21050761,21064402:21064653,21069850:21070557,21071196:21073531,21072704:21073264,21074840:21074914,21075332:21075595,21077847:21078582,21077848:21080591,21080850:21082200,21083366:21083800,21083367:21084240,21104037:21114631,21108067:21109489,21115491:21116224,21115511:21115913,21117580:21119241,21117584:21117952,21120519:21167456,21120542:21121489,21120584:21121188,21120956:21170228,21120957:21170509,21120965:21170881,21120977:21172010,21120979:21214637,21120984:21172356,21121001:21173942,21121008:21214331,21135646:21135836,21136352:21163943,21136353:21163405,21139513:21139776,21140309:21140893,21141753:21142161,21141759:21141973,21151382:21151674,21152617:21153884,21159635:21159881,21161106:21161401,21179964:21182025,21179969:21181154,21179971:21181068,21179980:21180705,21180019:21180505,21180022:21180466,21221101:2122129', 'assoc_mat': '20966504:papier:4200:20967657,20984097:papier:4200:20984598,20999574:papier:4200:20999952,20999575:papier:4200:20999682,21024339:papier:4200:21025008,21037135:papier:4200:21037665,21039692:papier:4200:21041841,21039694:papier:4200:21041289,21041995:papier:4200:21042566,21046493:papier:4200:21047283,21049816:papier:4200:21050761,21064402:papier:4200:21064653,21069850:papier:4200:21070557,21071196:papier:4200:21073531,21072704:papier:4200:21073264,21074840:papier:4200:21074914,21075332:papier:4200:21075595,21077847:papier:4200:21078582,21077848:papier:4200:21080591,21080850:papier:4200:21082200,21083366:papier:4200:21083800,21083367:papier:4200:21084240,21104037:papier:4200:21114631,21108067:papier:4200:21109489,21115491:papier:4200:21116224,21115511:papier:4200:21115913,21117580:papier:4200:21119241,21117584:papier:4200:21117952,21120519:papier:4200:21167456,21120542:papier:4200:21121489,21120584:papier:4200:21121188,21120956:papier:4200:21170228,21120957:papier:4200:21170509,21120965:papier:4200:21170881,2112'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9255045915635101, 'nb_photo': 109310, 'list_port_cont': '20976944,20993322,21005799,21036086,21074744,21074960,21084553,21084961,21085100,21085177,21085253,21085757,21087530,21090036,21094094,21094279,21104601,21108017,21110408,21110949,21111055,21115573,21120351,21121170,21124377,21126629,21126888,21136275,21149030,21150148,21152445,21153344,21154914,21157803,21158507,21159893,21160151,21161897,21167714,21168653,21169143,21169420,21170679,21170738,21170912,21170928,21171162,21171605,21172242,21172515,21172645,21173038,21173747,21173852,21174531,21174869,21180370,21180426,21180527,21180913,21180939,21181038,21181220,21182183,21182357,21182475,21182772,21187589,21219016,21219552,21220406,21221208,21221383,21222436,21225017,21229871,21230135,21230172,21230842,21230931,21230952,21230988,21231352,21233448,21236756,21237389,21241356,21241507,21242847,21247502,21262688,21268024,21276970,21277027,21283823,21286874,21287052,21288788,21293902,21297119,21300702,21300722,21301263,21301452,21307341,21308468,21311728,21320374,21321718,21339221,21342573,21343137,21345077,2135748', 'assoc_port': '20966501:20976944,20993233:20993322,20999577:21005799,21020700:21121170,21024341:21074744,21035615:21036086,21039691:21084961,21039693:21085177,21039696:21085100,21039697:21085253,21041996:21085757,21043843:21087530,21046492:21090036,21049815:21094094,21049817:21094279,21065193:21104601,21069852:21108017,21071195:21110408,21072705:21111055,21072707:21110949,21074836:21115573,21074839:21074960,21077845:21120351,21083365:21124377,21084266:21126629,21084270:21126888,21084271:21084553,21108069:21301452,21109986:21150148,21112973:21152445,21115510:21154914,21117029:21157803,21117031:21158507,21120522:21167714,21120562:21168653,21120928:21169420,21120949:21287052,21120958:21170679,21120962:21170738,21120969:21286874,21120972:21171605,21120981:21172242,21120987:21172515,21120988:21172645,21120991:21173038,21120994:21173747,21120998:21173852,21121005:21174531,21121011:21174869,21135647:21262688,21136028:21136275,21139516:21231352,21140592:21230988,21140593:21230931,21141756:21230952,21147912:21219552,21147914:2114903', 'assoc_mat': '20966501:papier:4209:20976944,20993233:papier:4209:20993322,20999577:papier:4209:21005799,21020700:papier:4209:21121170,21024341:papier:4209:21074744,21035615:papier:4209:21036086,21039691:papier:4209:21084961,21039693:papier:4209:21085177,21039696:papier:4209:21085100,21039697:papier:4209:21085253,21041996:papier:4209:21085757,21043843:papier:4209:21087530,21046492:papier:4209:21090036,21049815:papier:4209:21094094,21049817:papier:4209:21094279,21065193:papier:4209:21104601,21069852:papier:4209:21108017,21071195:papier:4209:21110408,21072705:papier:4209:21111055,21072707:papier:4209:21110949,21074836:papier:4209:21115573,21074839:papier:4209:21074960,21077845:papier:4209:21120351,21083365:papier:4209:21124377,21084266:papier:4209:21126629,21084270:papier:4209:21126888,21084271:papier:4209:21084553,21108069:papier:4209:21301452,21109986:papier:4209:21150148,21112973:papier:4209:21152445,21115510:papier:4209:21154914,21117029:papier:4209:21157803,21117031:papier:4209:21158507,21120522:papier:4209:21167714,2112'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009024365052589632, 'nb_photo': 28003, 'list_port_cont': '20966897,20967304,20985162,20993440,20999939,21012849,21014079,21021432,21036123,21038080,21038870,21043605,21051111,21053659,21066039,21072546,21073196,21073448,21076077,21078108,21079046,21084137,21110651,21110878,21116025,21116407,21116860,21117702,21118008,21120447,21120776,21121295,21136311,21140177,21140909,21140928,21141307,21144198,21149054,21149422,21151865,21153421,21156907,21158458,21159298,21160016,21160757,21161088,21167465,21167970,21168299,21169748,21170171,21170552,21172121,21172866,21174305,21174931,21180794,21180823,21181093,21181290,21181497,21181874,21204851,21206149,21211046,21211225,21213694,21220485,21222208,21223461,21224693,21225146,21225521,21227514,21227978,21230853,21231192,21236168,21238003,21243250,21266475,21271842,21273473,21278612,21279601,21287079,21292253,21294325,21297532,21301026,21301429,21308442,21309475,21318168,21339659,21342645,21342664,21342746,21343802,21346668,21350649,21353943,21358135,21360248,21362798,21363920,21370604,21378424,21382327,21382567,21382714,2138284', 'assoc_port': '20966499:20967304,20966505:20966897,20984095:20985162,20993231:20993440,20999699:20999939,21005927:21014079,21011129:21012849,21020701:21021432,21035614:21036123,21037136:21038870,21037138:21038080,21041999:21043605,21049819:21053659,21049821:21051111,21065192:21066039,21069851:21073196,21071197:21072546,21072703:21073448,21075333:21076077,21075335:21078108,21077849:21079046,21083362:21084137,21108060:21116860,21108073:21116407,21109984:21110878,21110006:21110651,21112974:21116025,21117030:21117702,21117581:21159298,21117585:21120447,21117587:21118008,21119655:21120776,21120520:21213694,21120521:21167465,21120524:21167970,21120540:21168299,21120580:21121295,21120929:21169748,21120950:21170171,21120959:21170552,21120963:21211225,21120970:21211046,21120975:21172121,21120989:21172866,21120999:21174305,21121006:21174931,21135543:21206149,21136029:21136311,21137075:21204851,21139004:21140177,21139514:21140928,21140311:21140909,21140591:21141307,21141750:21161088,21141754:21160757,21141758:21144198,21147910:2114942', 'assoc_mat': '20966499:papier:4211:20967304,20966505:papier:4211:20966897,20984095:papier:4211:20985162,20993231:papier:4211:20993440,20999699:papier:4211:20999939,21005927:papier:4211:21014079,21011129:papier:4211:21012849,21020701:papier:4211:21021432,21035614:papier:4211:21036123,21037136:papier:4211:21038870,21037138:papier:4211:21038080,21041999:papier:4211:21043605,21049819:papier:4211:21053659,21049821:papier:4211:21051111,21065192:papier:4211:21066039,21069851:papier:4211:21073196,21071197:papier:4211:21072546,21072703:papier:4211:21073448,21075333:papier:4211:21076077,21075335:papier:4211:21078108,21077849:papier:4211:21079046,21083362:papier:4211:21084137,21108060:papier:4211:21116860,21108073:papier:4211:21116407,21109984:papier:4211:21110878,21110006:papier:4211:21110651,21112974:papier:4211:21116025,21117030:papier:4211:21117702,21117581:papier:4211:21159298,21117585:papier:4211:21120447,21117587:papier:4211:21118008,21119655:papier:4211:21120776,21120520:papier:4211:21213694,21120521:papier:4211:21167465,2112'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.017560748702176204, 'nb_photo': 709, 'list_port_cont': '20967702,20985383,21000363,21021770,21038462,21043257,21046265,21051412,21065994,21066791,21071275,21074786,21076198,21076842,21082837,21084587,21116522,21116676,21117281,21121642,21122174,21122204,21123135,21131391,21133771,21134178,21135926,21136143,21137555,21140334,21140853,21140947,21150092,21152342,21152797,21153623,21156954,21160312,21161687,21161818,21173693,21180849,21181189,21181275,21181301,21181433,21181807,21181892,21197340,21220581,21224614,21224838,21225237,21225703,21227224,21230866,21231078,21234035,21234251,21239393,21239718,21241732,21267072,21268819,21272182,21277620,21278037,21285989,21290328,21290430,21292709,21295310,21297484,21300470,21301472,21309398,21309716,21320391,21338156,21338418,21343962,21345190,21350180,21351337,21358107,21360114,21363089,21364799,21375397,21377171,21382734,21386584,21390520,21391098,21395883,21398234,21403539,21404085,21405531,21405775,21406233,21412908,21415990,21417168,21423802,21427740,21433072,21433996,21438649,21442981,21446478,21459150,21485316,2148740', 'assoc_port': '20966500:20967702,20984094:20985383,20999702:21000363,21020699:21021770,21037137:21038462,21041998:21043257,21043840:21046265,21049822:21051412,21064403:21065994,21065191:21066791,21069854:21071275,21072684:21074786,21075331:21076842,21075334:21076198,21080852:21082837,21084269:21084587,21104034:21133771,21108064:21197340,21116149:21116676,21116150:21116522,21117032:21117281,21119656:21136143,21120517:21135926,21120541:21173693,21120582:21122174,21120586:21121642,21120954:21134178,21120971:21131391,21120996:21123135,21121012:21122204,21136349:21137555,21139009:21140334,21140310:21140853,21140595:21140947,21141751:21161687,21141760:21152342,21147911:21150092,21151379:21152797,21152615:21153623,21155491:21156954,21159637:21160312,21161104:21161818,21179959:21181892,21179963:21181807,21179974:21181433,21179976:21181301,21179981:21181275,21180021:21181189,21180044:21180849,21220275:21220581,21222614:21225237,21222626:21224838,21222667:21224614,21224540:21225703,21225893:21227224,21230467:21231078,21230482:2123086', 'assoc_mat': '20966500:papier:3327:20967702,20984094:papier:3327:20985383,20999702:papier:3327:21000363,21020699:papier:3327:21021770,21037137:papier:3327:21038462,21041998:papier:3327:21043257,21043840:papier:3327:21046265,21049822:papier:3327:21051412,21064403:papier:3327:21065994,21065191:papier:3327:21066791,21069854:papier:3327:21071275,21072684:papier:3327:21074786,21075331:papier:3327:21076842,21075334:papier:3327:21076198,21080852:papier:3327:21082837,21084269:papier:3327:21084587,21104034:papier:3327:21133771,21108064:papier:3327:21197340,21116149:papier:3327:21116676,21116150:papier:3327:21116522,21117032:papier:3327:21117281,21119656:papier:3327:21136143,21120517:papier:3327:21135926,21120541:papier:3327:21173693,21120582:papier:3327:21122174,21120586:papier:3327:21121642,21120954:papier:3327:21134178,21120971:papier:3327:21131391,21120996:papier:3327:21123135,21121012:papier:3327:21122204,21136349:papier:3327:21137555,21139009:papier:3327:21140334,21140310:papier:3327:21140853,21140595:papier:3327:21140947,2114'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.14717486496913604, 'nb_photo': 185, 'list_port_cont': '21584623', 'assoc_port': '21583368:21584623', 'assoc_mat': '21583368:papier:3594:21584623'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006093706936712804, 'nb_photo': 176, 'list_port_cont': '20985457,21107275,21116334,21123615,21126655,21168318,21173198,21180765,21218913,21221720,21225056,21236490,21289468,21322272,21326936,21330721,21336366,21353897,21357842,21370523,21371442,21385315,21402154,21416722,21425191,21457531,21498490,21509792,21521594,21531307,21539011,21551506,21555636,21559756,21562755,21592091,21644588,21658651,21675534,21690552,21707154,21764120,21769867,21798660,21823030,21824613,21832349,21869008,21869711,21870583,21917675,21942312', 'assoc_port': '20974621:20985457,21069849:21107275,21083360:21123615,21084272:21126655,21116152:21116334,21120561:21168318,21120995:21173198,21135544:21326936,21140596:21289468,21151378:21218913,21179999:21180765,21221398:21221720,21224543:21225056,21225874:21322272,21236227:21236490,21275781:21330721,21300178:21336366,21338511:21353897,21345495:21371442,21356896:21357842,21370457:21370523,21380145:21402154,21384556:21385315,21416273:21416722,21424524:21425191,21431420:21457531,21498396:21498490,21509733:21509792,21521274:21521594,21531130:21531307,21538916:21539011,21551421:21551506,21555438:21555636,21559577:21559756,21562384:21562755,21587690:21592091,21640850:21644588,21657252:21658651,21667880:21675534,21690281:21690552,21706327:21707154,21730666:21764120,21734156:21769867,21774743:21798660,21798310:21823030,21814397:21824613,21828479:21832349,21845944:21870583,21857533:21869711,21861261:21869008,21906792:21917675,21920675:21942312', 'assoc_mat': '20974621:pehd:4205:20985457,21069849:pehd:4205:21107275,21083360:pehd:4205:21123615,21084272:pehd:4205:21126655,21116152:pehd:4205:21116334,21120561:pehd:4205:21168318,21120995:pehd:4205:21173198,21135544:pehd:4205:21326936,21140596:pehd:4205:21289468,21151378:pehd:4205:21218913,21179999:pehd:4205:21180765,21221398:pehd:4205:21221720,21224543:pehd:4205:21225056,21225874:pehd:4205:21322272,21236227:pehd:4205:21236490,21275781:pehd:4205:21330721,21300178:pehd:4205:21336366,21338511:pehd:4205:21353897,21345495:pehd:4205:21371442,21356896:pehd:4205:21357842,21370457:pehd:4205:21370523,21380145:pehd:4205:21402154,21384556:pehd:4205:21385315,21416273:pehd:4205:21416722,21424524:pehd:4205:21425191,21431420:pehd:4205:21457531,21498396:pehd:4205:21498490,21509733:pehd:4205:21509792,21521274:pehd:4205:21521594,21531130:pehd:4205:21531307,21538916:pehd:4205:21539011,21551421:pehd:4205:21551506,21555438:pehd:4205:21555636,21559577:pehd:4205:21559756,21562384:pehd:4205:21562755,21587690:pehd:4205:21592091,21640850:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031064342305810906, 'nb_photo': 532, 'list_port_cont': '21009027,21045731,21102633,21144489,21159600,21168724,21170307,21170846,21172452,21181137,21221282,21222101,21289586,21290389,21292017,21313591,21324808,21328630,21330404,21356398,21370289,21396229,21406057,21410366,21446120,21455881,21483707,21489867,21499594,21509396,21515736,21531605,21532577,21541041,21550793,21555816,21559760,21567644,21601475,21643095,21665879,21666472,21682596,21689758,21707609,21736513,21758187,21779832,21821325,21825477,21869539,21871525,21873404,21907237,21925036,21930408', 'assoc_port': '20993232:21009027,21043844:21045731,21064407:21102633,21084267:21313591,21108071:21289586,21117583:21159600,21120585:21168724,21120953:21170307,21120982:21172452,21140594:21290389,21143651:21144489,21155462:21170846,21180001:21181137,21221105:21221282,21221394:21222101,21232888:21324808,21267127:21330404,21290582:21292017,21306684:21328630,21339766:21356398,21352346:21370289,21378587:21410366,21381695:21406057,21394505:21396229,21431417:21446120,21441440:21455881,21483159:21483707,21489393:21489867,21499136:21499594,21509153:21509396,21515548:21515736,21529360:21531605,21532437:21532577,21538911:21541041,21550607:21550793,21555447:21555816,21559582:21559760,21567548:21567644,21592857:21601475,21639124:21643095,21651463:21665879,21651464:21666472,21682058:21682596,21689266:21689758,21706322:21707609,21724314:21736513,21728542:21758187,21779322:21779832,21793240:21821325,21814369:21825477,21843933:21873404,21849326:21871525,21861259:21869539,21903539:21907237,21913103:21925036,21924615:21930408', 'assoc_mat': '20993232:pehd:4203:21009027,21043844:pehd:4203:21045731,21064407:pehd:4203:21102633,21084267:pehd:4203:21313591,21108071:pehd:4203:21289586,21117583:pehd:4203:21159600,21120585:pehd:4203:21168724,21120953:pehd:4203:21170307,21120982:pehd:4203:21172452,21140594:pehd:4203:21290389,21143651:pehd:4203:21144489,21155462:pehd:4203:21170846,21180001:pehd:4203:21181137,21221105:pehd:4203:21221282,21221394:pehd:4203:21222101,21232888:pehd:4203:21324808,21267127:pehd:4203:21330404,21290582:pehd:4203:21292017,21306684:pehd:4203:21328630,21339766:pehd:4203:21356398,21352346:pehd:4203:21370289,21378587:pehd:4203:21410366,21381695:pehd:4203:21406057,21394505:pehd:4203:21396229,21431417:pehd:4203:21446120,21441440:pehd:4203:21455881,21483159:pehd:4203:21483707,21489393:pehd:4203:21489867,21499136:pehd:4203:21499594,21509153:pehd:4203:21509396,21515548:pehd:4203:21515736,21529360:pehd:4203:21531605,21532437:pehd:4203:21532577,21538911:pehd:4203:21541041,21550607:pehd:4203:21550793,21555447:pehd:4203:21555816,21559582:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00449727179035794, 'nb_photo': 378, 'list_port_cont': '20966641,20999848,21009756,21011741,21012668,21033730,21042388,21044267,21070331,21075123,21080726,21084379,21110382,21115751,21117038,21117148,21120937,21122707,21140142,21140319,21141994,21142918,21144099,21167638,21168263,21169563,21169691,21169968,21170027,21170247,21170899,21180250,21180757,21206519,21209648,21209787,21209924,21221157,21223089,21224143,21224354,21224937,21226454,21236776,21241061,21266810,21267842,21271022,21277648,21283641,21286625,21291669,21293508,21300867,21300938,21321695,21338136,21342548,21343479,21345048,21345344,21345961,21363646,21367838,21368056,21369292,21378311,21381636,21382600,21384869,21394896,21402836,21402885,21405967,21405970,21406089,21410809,21415929,21425310,21442113,21442527,21447742,21483692,21486134,21486781,21487140,21487163,21487824,21490764,21492252,21492943,21493020,21494106,21494147,21496900,21499213,21499238,21501071,21501195,21501945,21508628,21509085,21509249,21509808,21510407,21514850,21514873,21515718,21516076,21521447,21521664,21527636,21530120,2153200', 'assoc_port': '20966502:20966641,20999701:20999848,21005922:21012668,21005924:21009756,21011126:21011741,21033316:21033730,21041997:21042388,21043842:21044267,21069853:21070331,21074838:21075123,21077844:21080726,21084268:21084379,21108072:21209924,21110005:21110382,21112972:21115751,21117027:21117148,21117028:21117038,21120523:21167638,21120538:21209787,21120544:21168263,21120581:21120937,21120948:21169691,21120951:21169968,21120952:21170027,21120955:21170247,21120961:21209648,21120968:21170899,21120980:21122707,21135542:21206519,21139002:21169563,21139512:21140319,21139515:21140142,21141755:21142918,21141757:21141994,21143653:21144099,21179961:21180757,21180028:21180250,21221103:21221157,21222621:21224354,21222627:21224143,21222671:21223089,21224542:21224937,21225888:21226454,21236207:21236776,21240946:21241061,21265552:21266810,21267120:21267842,21270481:21271022,21275769:21277648,21282367:21283641,21285767:21286625,21290581:21291669,21292231:21293508,21300184:21300867,21300189:21300938,21321581:21321695,21332135:2134504', 'assoc_mat': '20966502:pehd:4207:20966641,20999701:pehd:4207:20999848,21005922:pehd:4207:21012668,21005924:pehd:4207:21009756,21011126:pehd:4207:21011741,21033316:pehd:4207:21033730,21041997:pehd:4207:21042388,21043842:pehd:4207:21044267,21069853:pehd:4207:21070331,21074838:pehd:4207:21075123,21077844:pehd:4207:21080726,21084268:pehd:4207:21084379,21108072:pehd:4207:21209924,21110005:pehd:4207:21110382,21112972:pehd:4207:21115751,21117027:pehd:4207:21117148,21117028:pehd:4207:21117038,21120523:pehd:4207:21167638,21120538:pehd:4207:21209787,21120544:pehd:4207:21168263,21120581:pehd:4207:21120937,21120948:pehd:4207:21169691,21120951:pehd:4207:21169968,21120952:pehd:4207:21170027,21120955:pehd:4207:21170247,21120961:pehd:4207:21209648,21120968:pehd:4207:21170899,21120980:pehd:4207:21122707,21135542:pehd:4207:21206519,21139002:pehd:4207:21169563,21139512:pehd:4207:21140319,21139515:pehd:4207:21140142,21141755:pehd:4207:21142918,21141757:pehd:4207:21141994,21143653:pehd:4207:21144099,21179961:pehd:4207:21180757,21180028:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009677953743469463, 'nb_photo': 51, 'list_port_cont': '20996245,21085975,21152094,21170765,21181200,21208287,21247530,21277485,21292878,21296177,21300019,21311395,21321738,21363777,21367048,21369211,21378643,21380833,21382391,21392221,21514918,21522874,21531347,21535946,21541425,21542604,21559796,21566888,21634121,21636850,21687569,21721717,21750090,21811884,21815229,21834149,21849525,21904339,21908702', 'assoc_port': '20984096:20996245,21041994:21085975,21080849:21208287,21109990:21292878,21112971:21152094,21115508:21296177,21120960:21170765,21179977:21181200,21225892:21277485,21247225:21247530,21299164:21300019,21311032:21311395,21321579:21321738,21363246:21363777,21366616:21367048,21368965:21369211,21378063:21378643,21380239:21380833,21381748:21382391,21391269:21392221,21514645:21514918,21522808:21522874,21531127:21531347,21535457:21535946,21538910:21541425,21542133:21542604,21559575:21559796,21566767:21566888,21633419:21634121,21636256:21636850,21687150:21687569,21720293:21721717,21749504:21750090,21810731:21811884,21814395:21815229,21833506:21834149,21849331:21849525,21903542:21904339,21908049:21908702', 'assoc_mat': '20984096:pehd:4461:20996245,21041994:pehd:4461:21085975,21080849:pehd:4461:21208287,21109990:pehd:4461:21292878,21112971:pehd:4461:21152094,21115508:pehd:4461:21296177,21120960:pehd:4461:21170765,21179977:pehd:4461:21181200,21225892:pehd:4461:21277485,21247225:pehd:4461:21247530,21299164:pehd:4461:21300019,21311032:pehd:4461:21311395,21321579:pehd:4461:21321738,21363246:pehd:4461:21363777,21366616:pehd:4461:21367048,21368965:pehd:4461:21369211,21378063:pehd:4461:21378643,21380239:pehd:4461:21380833,21381748:pehd:4461:21382391,21391269:pehd:4461:21392221,21514645:pehd:4461:21514918,21522808:pehd:4461:21522874,21531127:pehd:4461:21531347,21535457:pehd:4461:21535946,21538910:pehd:4461:21541425,21542133:pehd:4461:21542604,21559575:pehd:4461:21559796,21566767:pehd:4461:21566888,21633419:pehd:4461:21634121,21636256:pehd:4461:21636850,21687150:pehd:4461:21687569,21720293:pehd:4461:21721717,21749504:pehd:4461:21750090,21810731:pehd:4461:21811884,21814395:pehd:4461:21815229,21833506:pehd:4461:21834149,21849331:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010381465050057168, 'nb_photo': 1731, 'list_port_cont': '20967644,20984595,20999672,20999951,21025017,21037657,21041281,21041835,21042562,21047289,21050775,21064654,21070556,21073274,21073524,21074908,21075599,21078581,21082191,21083790,21084235,21109483,21114635,21115905,21116231,21117941,21119250,21121196,21121477,21135834,21139771,21140890,21141968,21142158,21151670,21153880,21156385,21159876,21161404,21163410,21163950,21167448,21170221,21170503,21170880,21172012,21172359,21173952,21180457,21180508,21180704,21181074,21181151,21182018,21214338,21214631,21221240,21221288,21223687,21224828,21225172,21227413,21230615,21230961,21233466,21237470,21238787,21240651,21242876,21265954,21270947,21274347,21276788,21283412,21287792,21287806,21289133,21293317,21299789,21300601,21307528,21307682,21336836,21338967,21342445,21343607,21346453,21346586,21350030,21353478,21357653,21359113,21362377,21366952,21369169,21374701,21374998,21378213,21379505,21380525,21380603,21380921,21381875,21381891,21382135,21383118,21383675,21384795,21389885,21392089,21395969,21415537,21416430,2141866', 'assoc_port': '20966504:20967644,20984097:20984595,20999574:20999951,20999575:20999672,21024339:21025017,21037135:21037657,21039692:21041835,21039694:21041281,21041995:21042562,21046493:21047289,21049816:21050775,21064402:21064654,21069850:21070556,21071196:21073524,21072704:21073274,21074840:21074908,21075332:21075599,21077847:21078581,21080850:21082191,21083366:21083790,21083367:21084235,21104037:21114635,21108067:21109483,21115491:21116231,21115511:21115905,21117580:21119250,21117584:21117941,21120519:21167448,21120542:21121477,21120584:21121196,21120956:21170221,21120957:21170503,21120965:21170880,21120977:21172012,21120979:21214631,21120984:21172359,21121001:21173952,21121008:21214338,21135646:21135834,21136352:21163950,21136353:21163410,21139513:21139771,21140309:21140890,21141753:21142158,21141759:21141968,21151382:21151670,21152617:21153880,21155490:21156385,21159635:21159876,21161106:21161404,21179964:21182018,21179969:21181151,21179971:21181074,21179980:21180704,21180019:21180508,21180022:21180457,21221101:2122128', 'assoc_mat': '20966504:pehd:4200:20967644,20984097:pehd:4200:20984595,20999574:pehd:4200:20999951,20999575:pehd:4200:20999672,21024339:pehd:4200:21025017,21037135:pehd:4200:21037657,21039692:pehd:4200:21041835,21039694:pehd:4200:21041281,21041995:pehd:4200:21042562,21046493:pehd:4200:21047289,21049816:pehd:4200:21050775,21064402:pehd:4200:21064654,21069850:pehd:4200:21070556,21071196:pehd:4200:21073524,21072704:pehd:4200:21073274,21074840:pehd:4200:21074908,21075332:pehd:4200:21075599,21077847:pehd:4200:21078581,21080850:pehd:4200:21082191,21083366:pehd:4200:21083790,21083367:pehd:4200:21084235,21104037:pehd:4200:21114635,21108067:pehd:4200:21109483,21115491:pehd:4200:21116231,21115511:pehd:4200:21115905,21117580:pehd:4200:21119250,21117584:pehd:4200:21117941,21120519:pehd:4200:21167448,21120542:pehd:4200:21121477,21120584:pehd:4200:21121196,21120956:pehd:4200:21170221,21120957:pehd:4200:21170503,21120965:pehd:4200:21170880,21120977:pehd:4200:21172012,21120979:pehd:4200:21214631,21120984:pehd:4200:21172359,21121001:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010755941410137044, 'nb_photo': 1357, 'list_port_cont': '20976941,20993313,21005789,21036096,21074748,21074959,21084552,21084958,21085090,21085190,21085255,21085751,21087525,21090050,21094097,21094288,21108012,21110404,21110950,21111063,21115561,21121167,21124390,21126640,21126891,21136280,21149008,21150142,21152442,21153343,21154912,21157808,21158509,21159895,21160146,21161890,21167711,21168648,21169138,21169425,21170687,21170908,21170938,21171164,21171592,21172227,21172512,21172652,21173033,21173739,21173841,21174533,21174872,21180377,21180419,21180525,21180918,21180933,21181030,21181212,21182176,21182352,21182469,21182773,21187578,21219014,21219545,21220410,21221205,21221381,21222438,21225022,21229869,21230149,21230175,21230829,21230934,21230949,21230986,21231342,21233443,21236765,21237375,21241371,21241505,21242853,21247503,21262686,21268019,21276987,21277029,21286892,21287054,21288782,21293903,21297122,21300705,21300709,21301255,21301454,21307331,21308472,21311724,21320378,21321717,21339222,21342564,21343139,21345078,21357490,21357633,21357740,21359452,2136241', 'assoc_port': '20966501:20976941,20993233:20993313,20999577:21005789,21020700:21121167,21024341:21074748,21035615:21036096,21039691:21084958,21039693:21085190,21039696:21085090,21039697:21085255,21041996:21085751,21043843:21087525,21046492:21090050,21049815:21094097,21049817:21094288,21069852:21108012,21071195:21110404,21072705:21111063,21072707:21110950,21074836:21115561,21074839:21074959,21083365:21124390,21084266:21126640,21084270:21126891,21084271:21084552,21108069:21301454,21109986:21150142,21112973:21152442,21115510:21154912,21117029:21157808,21117031:21158509,21120522:21167711,21120562:21168648,21120928:21169425,21120949:21287054,21120958:21170687,21120969:21286892,21120972:21171592,21120981:21172227,21120987:21172512,21120988:21172652,21120991:21173033,21120994:21173739,21120998:21173841,21121005:21174533,21121011:21174872,21135647:21262686,21136028:21136280,21139516:21231342,21140592:21230986,21140593:21230934,21141756:21230949,21147912:21219545,21147914:21149008,21151380:21219014,21152616:21170938,21152618:2115334', 'assoc_mat': '20966501:pehd:4209:20976941,20993233:pehd:4209:20993313,20999577:pehd:4209:21005789,21020700:pehd:4209:21121167,21024341:pehd:4209:21074748,21035615:pehd:4209:21036096,21039691:pehd:4209:21084958,21039693:pehd:4209:21085190,21039696:pehd:4209:21085090,21039697:pehd:4209:21085255,21041996:pehd:4209:21085751,21043843:pehd:4209:21087525,21046492:pehd:4209:21090050,21049815:pehd:4209:21094097,21049817:pehd:4209:21094288,21069852:pehd:4209:21108012,21071195:pehd:4209:21110404,21072705:pehd:4209:21111063,21072707:pehd:4209:21110950,21074836:pehd:4209:21115561,21074839:pehd:4209:21074959,21083365:pehd:4209:21124390,21084266:pehd:4209:21126640,21084270:pehd:4209:21126891,21084271:pehd:4209:21084552,21108069:pehd:4209:21301454,21109986:pehd:4209:21150142,21112973:pehd:4209:21152442,21115510:pehd:4209:21154912,21117029:pehd:4209:21157808,21117031:pehd:4209:21158509,21120522:pehd:4209:21167711,21120562:pehd:4209:21168648,21120928:pehd:4209:21169425,21120949:pehd:4209:21287054,21120958:pehd:4209:21170687,21120969:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9544267420684637, 'nb_photo': 24987, 'list_port_cont': '20966883,20967313,20985166,20993448,20999935,21012851,21014074,21021446,21036125,21038081,21038872,21043599,21051104,21053647,21066037,21072544,21073189,21073457,21076081,21078107,21079052,21084148,21110645,21110879,21116013,21116410,21116861,21117705,21118002,21120458,21120773,21121292,21136327,21140182,21140899,21140919,21141304,21144196,21149050,21149423,21151863,21153428,21156892,21158466,21159302,21160012,21160760,21161094,21167463,21167969,21168309,21169758,21170159,21170553,21172112,21172875,21174294,21174925,21180805,21180813,21181092,21181277,21181504,21181879,21204856,21206155,21211047,21211218,21213703,21220471,21222205,21223464,21224700,21225151,21225532,21227516,21227967,21230857,21231193,21236163,21238000,21243248,21266467,21271846,21273483,21278614,21279598,21287066,21292243,21294327,21297533,21301065,21301427,21308443,21309468,21318162,21339669,21342640,21342673,21342742,21343803,21346658,21350657,21353929,21358128,21360238,21362796,21363918,21370603,21378435,21382323,21382572,21382729,2138283', 'assoc_port': '20966499:20967313,20966505:20966883,20984095:20985166,20993231:20993448,20999699:20999935,21005927:21014074,21011129:21012851,21020701:21021446,21035614:21036125,21037136:21038872,21037138:21038081,21041999:21043599,21049819:21053647,21049821:21051104,21065192:21066037,21069851:21073189,21071197:21072544,21072703:21073457,21075333:21076081,21075335:21078107,21077849:21079052,21083362:21084148,21108060:21116861,21108073:21116410,21109984:21110879,21110006:21110645,21112974:21116013,21117030:21117705,21117581:21159302,21117585:21120458,21117587:21118002,21119655:21120773,21120520:21213703,21120521:21167463,21120524:21167969,21120540:21168309,21120580:21121292,21120929:21169758,21120950:21170159,21120959:21170553,21120963:21211218,21120970:21211047,21120975:21172112,21120989:21172875,21120999:21174294,21121006:21174925,21135543:21206155,21136029:21136327,21137075:21204856,21139004:21140182,21139514:21140919,21140311:21140899,21140591:21141304,21141750:21161094,21141754:21160760,21141758:21144196,21147910:2114942', 'assoc_mat': '20966499:pehd:4211:20967313,20966505:pehd:4211:20966883,20984095:pehd:4211:20985166,20993231:pehd:4211:20993448,20999699:pehd:4211:20999935,21005927:pehd:4211:21014074,21011129:pehd:4211:21012851,21020701:pehd:4211:21021446,21035614:pehd:4211:21036125,21037136:pehd:4211:21038872,21037138:pehd:4211:21038081,21041999:pehd:4211:21043599,21049819:pehd:4211:21053647,21049821:pehd:4211:21051104,21065192:pehd:4211:21066037,21069851:pehd:4211:21073189,21071197:pehd:4211:21072544,21072703:pehd:4211:21073457,21075333:pehd:4211:21076081,21075335:pehd:4211:21078107,21077849:pehd:4211:21079052,21083362:pehd:4211:21084148,21108060:pehd:4211:21116861,21108073:pehd:4211:21116410,21109984:pehd:4211:21110879,21110006:pehd:4211:21110645,21112974:pehd:4211:21116013,21117030:pehd:4211:21117705,21117581:pehd:4211:21159302,21117585:pehd:4211:21120458,21117587:pehd:4211:21118002,21119655:pehd:4211:21120773,21120520:pehd:4211:21213703,21120521:pehd:4211:21167463,21120524:pehd:4211:21167969,21120540:pehd:4211:21168309,21120580:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002854119069681301, 'nb_photo': 9, 'list_port_cont': '21065996,21122175,21136141,21161688,21231073,21290334,21434004,21488090,21567735', 'assoc_port': '21064403:21065996,21119656:21136141,21120582:21122175,21141751:21161688,21230467:21231073,21287088:21290334,21431419:21434004,21487642:21488090,21566099:21567735', 'assoc_mat': '21064403:pehd:3327:21065996,21119656:pehd:3327:21136141,21120582:pehd:3327:21122175,21141751:pehd:3327:21161688,21230467:pehd:3327:21231073,21287088:pehd:3327:21290334,21431419:pehd:3327:21434004,21487642:pehd:3327:21488090,21566099:pehd:3327:21567735'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0044380183787738085, 'nb_photo': 32, 'list_port_cont': '21071229,21107270,21173204,21218922,21221708,21289464,21326924,21330732,21336367,21416728,21457518,21458310,21494179,21498485,21509779,21521622,21539012,21551502,21555640,21690556,21769860,21798666,21870586,21942314', 'assoc_port': '21020702:21071229,21069849:21107270,21120995:21173204,21135544:21326924,21140596:21289464,21151378:21218922,21221398:21221708,21275781:21330732,21300178:21336367,21416273:21416728,21431420:21457518,21451315:21458310,21494053:21494179,21498396:21498485,21509733:21509779,21521274:21521622,21538916:21539012,21551421:21551502,21555438:21555640,21690281:21690556,21734156:21769860,21774743:21798666,21845944:21870586,21920675:21942314', 'assoc_mat': '21020702:pet_clair:4205:21071229,21069849:pet_clair:4205:21107270,21120995:pet_clair:4205:21173204,21135544:pet_clair:4205:21326924,21140596:pet_clair:4205:21289464,21151378:pet_clair:4205:21218922,21221398:pet_clair:4205:21221708,21275781:pet_clair:4205:21330732,21300178:pet_clair:4205:21336367,21416273:pet_clair:4205:21416728,21431420:pet_clair:4205:21457518,21451315:pet_clair:4205:21458310,21494053:pet_clair:4205:21494179,21498396:pet_clair:4205:21498485,21509733:pet_clair:4205:21509779,21521274:pet_clair:4205:21521622,21538916:pet_clair:4205:21539012,21551421:pet_clair:4205:21551502,21555438:pet_clair:4205:21555640,21690281:pet_clair:4205:21690556,21734156:pet_clair:4205:21769860,21774743:pet_clair:4205:21798666,21845944:pet_clair:4205:21870586,21920675:pet_clair:4205:21942314'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022759252379874007, 'nb_photo': 4, 'list_port_cont': '21324794,21356408,21455887,21567638', 'assoc_port': '21232888:21324794,21339766:21356408,21441440:21455887,21567548:21567638', 'assoc_mat': '21232888:pet_clair:4203:21324794,21339766:pet_clair:4203:21356408,21441440:pet_clair:4203:21455887,21567548:pet_clair:4203:21567638'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002374069968407477, 'nb_photo': 24, 'list_port_cont': '21025562,21065614,21236780,21291671,21345061,21389431,21429367,21492954,21499240,21510430,21532006,21555702,21558502,21581343,21582796,21589218,21675663,21844217,21904047,21928765', 'assoc_port': '21024338:21025562,21065195:21065614,21236207:21236780,21290581:21291671,21332135:21345061,21389267:21389431,21428065:21429367,21492820:21492954,21499138:21499240,21510015:21510430,21531829:21532006,21555445:21555702,21558478:21558502,21580238:21582796,21580242:21581343,21587696:21589218,21669004:21675663,21843935:21844217,21903540:21904047,21928622:21928765', 'assoc_mat': '21024338:pet_clair:4207:21025562,21065195:pet_clair:4207:21065614,21236207:pet_clair:4207:21236780,21290581:pet_clair:4207:21291671,21332135:pet_clair:4207:21345061,21389267:pet_clair:4207:21389431,21428065:pet_clair:4207:21429367,21492820:pet_clair:4207:21492954,21499138:pet_clair:4207:21499240,21510015:pet_clair:4207:21510430,21531829:pet_clair:4207:21532006,21555445:pet_clair:4207:21555702,21558478:pet_clair:4207:21558502,21580238:pet_clair:4207:21582796,21580242:pet_clair:4207:21581343,21587696:pet_clair:4207:21589218,21669004:pet_clair:4207:21675663,21843935:pet_clair:4207:21844217,21903540:pet_clair:4207:21904047,21928622:pet_clair:4207:21928765'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035701706754444292, 'nb_photo': 2, 'list_port_cont': '21038914,21110287', 'assoc_port': '21037139:21038914,21071194:21110287', 'assoc_mat': '21037139:pet_clair:4461:21038914,21071194:pet_clair:4461:21110287'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005705268407931073, 'nb_photo': 212, 'list_port_cont': '20967643,21042561,21050768,21064647,21073525,21082195,21084243,21115914,21116230,21117945,21121194,21139768,21140884,21153878,21159875,21167449,21172016,21180462,21180515,21180702,21181066,21181152,21182020,21214325,21214627,21224816,21225174,21230613,21230966,21233458,21237469,21238798,21240652,21265946,21270959,21276779,21293306,21299783,21336842,21342458,21343610,21346459,21346588,21350025,21353479,21357656,21359121,21369164,21375002,21378215,21379498,21380532,21380596,21380934,21383686,21384805,21416427,21418668,21433965,21434579,21483447,21484693,21486412,21487853,21490820,21492191,21494718,21498504,21508640,21509834,21513493,21514159,21515694,21516748,21521646,21527656,21529788,21531298,21535718,21537166,21538926,21540253,21552517,21553690,21555692,21556778,21558538,21558814,21562697,21562928,21569467,21581036,21588409,21641513,21644473,21648739,21669565,21687555,21689192,21690971,21692336,21694964,21705640,21705930,21730832,21735669,21738173,21743172,21747422,21777621,21787450,21796468,21798431,2180471', 'assoc_port': '20966504:20967643,21041995:21042561,21049816:21050768,21064402:21064647,21071196:21073525,21080850:21082195,21083367:21084243,21115491:21116230,21115511:21115914,21117584:21117945,21120519:21167449,21120584:21121194,21120977:21172016,21120979:21214627,21121008:21214325,21139513:21139768,21140309:21140884,21152617:21153878,21159635:21159875,21179964:21182020,21179969:21181152,21179971:21181066,21179980:21180702,21180019:21180515,21180022:21180462,21222616:21230966,21222664:21224816,21224541:21225174,21230483:21230613,21232873:21233458,21236228:21237469,21238236:21240652,21238240:21238798,21265555:21265946,21270482:21270959,21275776:21276779,21292229:21293306,21299136:21299783,21336257:21336842,21342181:21342458,21342842:21343610,21345489:21346588,21345497:21346459,21349043:21350025,21352332:21353479,21356913:21357656,21358416:21359121,21368954:21369164,21374304:21375002,21378071:21378215,21378595:21380532,21378600:21379498,21380169:21380596,21380218:21380934,21381696:21383686,21384554:21384805,21414863:2141642', 'assoc_mat': '20966504:pet_clair:4200:20967643,21041995:pet_clair:4200:21042561,21049816:pet_clair:4200:21050768,21064402:pet_clair:4200:21064647,21071196:pet_clair:4200:21073525,21080850:pet_clair:4200:21082195,21083367:pet_clair:4200:21084243,21115491:pet_clair:4200:21116230,21115511:pet_clair:4200:21115914,21117584:pet_clair:4200:21117945,21120519:pet_clair:4200:21167449,21120584:pet_clair:4200:21121194,21120977:pet_clair:4200:21172016,21120979:pet_clair:4200:21214627,21121008:pet_clair:4200:21214325,21139513:pet_clair:4200:21139768,21140309:pet_clair:4200:21140884,21152617:pet_clair:4200:21153878,21159635:pet_clair:4200:21159875,21179964:pet_clair:4200:21182020,21179969:pet_clair:4200:21181152,21179971:pet_clair:4200:21181066,21179980:pet_clair:4200:21180702,21180019:pet_clair:4200:21180515,21180022:pet_clair:4200:21180462,21222616:pet_clair:4200:21230966,21222664:pet_clair:4200:21224816,21224541:pet_clair:4200:21225174,21230483:pet_clair:4200:21230613,21232873:pet_clair:4200:21233458,21236228:pet_clair:4200:21237469,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005296125803721164, 'nb_photo': 21, 'list_port_cont': '21094104,21153310,21157810,21170937,21180382,21182473,21221201,21230935,21230982,21286888,21287042,21301249,21311721,21363898,21382320,21445485,21652047,21731578,21794948,21860831,21907058', 'assoc_port': '21049815:21094104,21117029:21157810,21120949:21287042,21120969:21286888,21140592:21230982,21140593:21230935,21152616:21170937,21152618:21153310,21179970:21182473,21180000:21180382,21221104:21221201,21300166:21301249,21311018:21311721,21363247:21363898,21381747:21382320,21444722:21445485,21651493:21652047,21730675:21731578,21794617:21794948,21860184:21860831,21906794:21907058', 'assoc_mat': '21049815:pet_clair:4209:21094104,21117029:pet_clair:4209:21157810,21120949:pet_clair:4209:21287042,21120969:pet_clair:4209:21286888,21140592:pet_clair:4209:21230982,21140593:pet_clair:4209:21230935,21152616:pet_clair:4209:21170937,21152618:pet_clair:4209:21153310,21179970:pet_clair:4209:21182473,21180000:pet_clair:4209:21180382,21221104:pet_clair:4209:21221201,21300166:pet_clair:4209:21301249,21311018:pet_clair:4209:21311721,21363247:pet_clair:4209:21363898,21381747:pet_clair:4209:21382320,21444722:pet_clair:4209:21445485,21651493:pet_clair:4209:21652047,21730675:pet_clair:4209:21731578,21794617:pet_clair:4209:21794948,21860184:pet_clair:4209:21860831,21906794:pet_clair:4209:21907058'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006843884305891527, 'nb_photo': 171, 'list_port_cont': '20966896,20999948,21012852,21038082,21053660,21072549,21073185,21073451,21076078,21118015,21120448,21140175,21141300,21144199,21149052,21149421,21151870,21160017,21160758,21161102,21167962,21172869,21181500,21204860,21211054,21211232,21220477,21222200,21223469,21224697,21227968,21271849,21273484,21287077,21297534,21301060,21308449,21318166,21339662,21353928,21360240,21362791,21370591,21378438,21382318,21382831,21398893,21419175,21427819,21433100,21437637,21447912,21454950,21483555,21490897,21492387,21494230,21501447,21508746,21510454,21516823,21532306,21532742,21533863,21537344,21538903,21539571,21559036,21559912,21562903,21567043,21567182,21575543,21644823,21647511,21677974,21689203,21689593,21689655,21689680,21706832,21736314,21754962,21769658,21772192,21772416,21773932,21791004,21814987,21817996,21818730,21822385,21823577,21826031,21843621,21846052,21861726,21904373,21907613,21927929,21932815,21936228', 'assoc_port': '20966505:20966896,20999699:20999948,21011129:21012852,21037138:21038082,21049819:21053660,21069851:21073185,21071197:21072549,21072703:21073451,21075333:21076078,21117585:21120448,21117587:21118015,21120524:21167962,21120963:21211232,21120970:21211054,21120989:21172869,21137075:21204860,21139004:21140175,21140591:21141300,21141750:21161102,21141754:21160758,21141758:21144199,21147910:21149421,21147915:21149052,21151381:21151870,21159638:21160017,21179973:21181500,21220274:21220477,21221397:21222200,21222617:21223469,21222669:21224697,21225890:21227968,21262950:21273484,21270485:21271849,21285763:21287077,21295949:21297534,21300187:21301060,21306685:21308449,21314018:21318166,21338514:21339662,21352318:21353928,21358396:21360240,21361672:21362791,21370456:21370591,21375978:21382318,21378073:21378438,21378590:21398893,21381744:21382831,21418051:21419175,21427047:21427819,21431416:21433100,21433412:21437637,21446761:21447912,21454043:21454950,21483160:21483555,21490480:21490897,21491948:21492387,21494055:2149423', 'assoc_mat': '20966505:pet_clair:4211:20966896,20999699:pet_clair:4211:20999948,21011129:pet_clair:4211:21012852,21037138:pet_clair:4211:21038082,21049819:pet_clair:4211:21053660,21069851:pet_clair:4211:21073185,21071197:pet_clair:4211:21072549,21072703:pet_clair:4211:21073451,21075333:pet_clair:4211:21076078,21117585:pet_clair:4211:21120448,21117587:pet_clair:4211:21118015,21120524:pet_clair:4211:21167962,21120963:pet_clair:4211:21211232,21120970:pet_clair:4211:21211054,21120989:pet_clair:4211:21172869,21137075:pet_clair:4211:21204860,21139004:pet_clair:4211:21140175,21140591:pet_clair:4211:21141300,21141750:pet_clair:4211:21161102,21141754:pet_clair:4211:21160758,21141758:pet_clair:4211:21144199,21147910:pet_clair:4211:21149421,21147915:pet_clair:4211:21149052,21151381:pet_clair:4211:21151870,21159638:pet_clair:4211:21160017,21179973:pet_clair:4211:21181500,21220274:pet_clair:4211:21220477,21221397:pet_clair:4211:21222200,21222617:pet_clair:4211:21223469,21222669:pet_clair:4211:21224697,21225890:pet_clair:4211:21227968,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.98546189452073, 'nb_photo': 106079, 'list_port_cont': '20967697,20985380,21000371,21021499,21021764,21025114,21038467,21039212,21043255,21046262,21051421,21065991,21066795,21071272,21074791,21076195,21076849,21079609,21082838,21084592,21116519,21116678,21117275,21121643,21122168,21122200,21123147,21123477,21131401,21133775,21133818,21134177,21135923,21136135,21137556,21140333,21140858,21140934,21150082,21152350,21152796,21153635,21156947,21160311,21161686,21161705,21161817,21173689,21180860,21181176,21181191,21181265,21181297,21181440,21181816,21181888,21197344,21220130,21220575,21224619,21224835,21225247,21225704,21227233,21227858,21230875,21231081,21234028,21234257,21239382,21239716,21241731,21267067,21268827,21272185,21277614,21278036,21285985,21290332,21290435,21292716,21295305,21297485,21300475,21301465,21309392,21309720,21320395,21338151,21338413,21340636,21343966,21345185,21350183,21350960,21351341,21358114,21360121,21363088,21364081,21364802,21369423,21375406,21377175,21377490,21382736,21386578,21387583,21390522,21391097,21395882,21398225,21403531,2140408', 'assoc_port': '20966500:20967697,20984094:20985380,20999702:21000371,21020699:21021764,21020703:21021499,21024340:21025114,21037134:21039212,21037137:21038467,21041998:21043255,21043840:21046262,21049822:21051421,21064403:21065991,21065191:21066795,21069854:21071272,21072684:21074791,21075331:21076849,21075334:21076195,21077850:21079609,21080852:21082838,21084269:21084592,21104034:21133775,21108064:21197344,21116149:21116678,21116150:21116519,21117032:21117275,21119656:21136135,21120517:21135923,21120541:21173689,21120582:21122168,21120586:21121643,21120954:21134177,21120964:21133818,21120971:21131401,21120985:21123477,21120996:21123147,21121012:21122200,21136349:21137556,21139009:21140333,21140310:21140858,21140595:21140934,21141751:21161686,21141760:21152350,21147911:21150082,21151379:21152796,21152615:21153635,21155491:21156947,21159637:21160311,21161083:21161705,21161104:21161817,21179959:21181888,21179963:21181816,21179974:21181440,21179976:21181297,21179981:21181265,21180021:21181191,21180023:21181176,21180044:2118086', 'assoc_mat': '20966500:pet_clair:3327:20967697,20984094:pet_clair:3327:20985380,20999702:pet_clair:3327:21000371,21020699:pet_clair:3327:21021764,21020703:pet_clair:3327:21021499,21024340:pet_clair:3327:21025114,21037134:pet_clair:3327:21039212,21037137:pet_clair:3327:21038467,21041998:pet_clair:3327:21043255,21043840:pet_clair:3327:21046262,21049822:pet_clair:3327:21051421,21064403:pet_clair:3327:21065991,21065191:pet_clair:3327:21066795,21069854:pet_clair:3327:21071272,21072684:pet_clair:3327:21074791,21075331:pet_clair:3327:21076849,21075334:pet_clair:3327:21076195,21077850:pet_clair:3327:21079609,21080852:pet_clair:3327:21082838,21084269:pet_clair:3327:21084592,21104034:pet_clair:3327:21133775,21108064:pet_clair:3327:21197344,21116149:pet_clair:3327:21116678,21116150:pet_clair:3327:21116519,21117032:pet_clair:3327:21117275,21119656:pet_clair:3327:21136135,21120517:pet_clair:3327:21135923,21120541:pet_clair:3327:21173689,21120582:pet_clair:3327:21122168,21120586:pet_clair:3327:21121643,21120954:pet_clair:3327:21134177,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006335841049382716, 'nb_photo': 2, 'list_port_cont': '21584622', 'assoc_port': '21583368:21584622', 'assoc_mat': '21583368:pet_clair:3594:21584622'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016606962800787126, 'nb_photo': 1, 'list_port_cont': '21159611', 'assoc_port': '21117583:21159611', 'assoc_mat': '21117583:pet_fonce:4203:21159611'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0005615873302506415, 'nb_photo': 2, 'list_port_cont': '21582180', 'assoc_port': '21582168:21582180', 'assoc_mat': '21582168:pet_fonce:4207:21582180'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00011859784777661339, 'nb_photo': 1, 'list_port_cont': '21375089', 'assoc_port': '21374323:21375089', 'assoc_mat': '21374323:pet_fonce:4461:21375089'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8383783561408648, 'nb_photo': 1, 'list_port_cont': '21581022', 'assoc_port': '21580212:21581022', 'assoc_mat': '21580212:pet_fonce:4200:21581022'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025675329851853005, 'nb_photo': 3, 'list_port_cont': '21832672,21854963,21856761', 'assoc_port': '21832036:21832672,21854833:21854963,21856203:21856761', 'assoc_mat': '21832036:pet_fonce:4209:21832672,21854833:pet_fonce:4209:21854963,21856203:pet_fonce:4209:21856761'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007647857488490719, 'nb_photo': 2, 'list_port_cont': '21575539', 'assoc_port': '21575366:21575539', 'assoc_mat': '21575366:pet_fonce:4211:21575539'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003275708932096191, 'nb_photo': 15, 'list_port_cont': '21000364,21140860,21224837,21338422,21387581,21535835,21555938,21567784,21594867,21653640,21796208,21852909,21869902,21941750', 'assoc_port': '20999702:21000364,21140310:21140860,21222626:21224837,21332134:21338422,21386436:21387581,21535455:21535835,21555444:21555938,21567546:21567784,21592860:21594867,21651461:21653640,21794631:21796208,21850606:21852909,21857531:21869902,21913094:21941750', 'assoc_mat': '20999702:pet_fonce:3327:21000364,21140310:pet_fonce:3327:21140860,21222626:pet_fonce:3327:21224837,21332134:pet_fonce:3327:21338422,21386436:pet_fonce:3327:21387581,21535455:pet_fonce:3327:21535835,21555444:pet_fonce:3327:21555938,21567546:pet_fonce:3327:21567784,21592860:pet_fonce:3327:21594867,21651461:pet_fonce:3327:21653640,21794631:pet_fonce:3327:21796208,21850606:pet_fonce:3327:21852909,21857531:pet_fonce:3327:21869902,21913094:pet_fonce:3327:21941750'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002976837889756119, 'nb_photo': 4, 'list_port_cont': '20985464,21116339,21353884,21644576', 'assoc_port': '20974621:20985464,21116152:21116339,21338511:21353884,21640850:21644576', 'assoc_mat': '20974621:pet_opaque:4205:20985464,21116152:pet_opaque:4205:21116339,21338511:pet_opaque:4205:21353884,21640850:pet_opaque:4205:21644576'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001739583553419966, 'nb_photo': 4, 'list_port_cont': '21170315,21222109,21406066,21567649', 'assoc_port': '21120953:21170315,21221394:21222109,21381695:21406066,21567548:21567649', 'assoc_mat': '21120953:pet_opaque:4203:21170315,21221394:pet_opaque:4203:21222109,21381695:pet_opaque:4203:21406066,21567548:pet_opaque:4203:21567649'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002197655882858751, 'nb_photo': 11, 'list_port_cont': '21120939,21220367,21221143,21537223,21546190,21572077,21582178,21755722', 'assoc_port': '21120581:21120939,21220270:21220367,21221103:21221143,21537147:21537223,21545738:21546190,21572066:21572077,21582168:21582178,21728537:21755722', 'assoc_mat': '21120581:pet_opaque:4207:21120939,21220270:pet_opaque:4207:21220367,21221103:pet_opaque:4207:21221143,21537147:pet_opaque:4207:21537223,21545738:pet_opaque:4207:21546190,21572066:pet_opaque:4207:21572077,21582168:pet_opaque:4207:21582178,21728537:pet_opaque:4207:21755722'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149078896470499, 'nb_photo': 21, 'list_port_cont': '21038913,21182224,21182323,21262752,21277552,21281385,21300024,21362197,21392223,21445538,21516162,21532090,21551953,21580653,21593633,21687577,21775491,21779921', 'assoc_port': '21037139:21038913,21136350:21262752,21140308:21281385,21179962:21182323,21179968:21182224,21225895:21277552,21299164:21300024,21349028:21362197,21391269:21392223,21444756:21445538,21515950:21516162,21531830:21532090,21551717:21551953,21580241:21580653,21592856:21593633,21687150:21687577,21774747:21775491,21779323:21779921', 'assoc_mat': '21037139:pet_opaque:4461:21038913,21136350:pet_opaque:4461:21262752,21140308:pet_opaque:4461:21281385,21179962:pet_opaque:4461:21182323,21179968:pet_opaque:4461:21182224,21225895:pet_opaque:4461:21277552,21299164:pet_opaque:4461:21300024,21349028:pet_opaque:4461:21362197,21391269:pet_opaque:4461:21392223,21444756:pet_opaque:4461:21445538,21515950:pet_opaque:4461:21516162,21531830:pet_opaque:4461:21532090,21551717:pet_opaque:4461:21551953,21580241:pet_opaque:4461:21580653,21592856:pet_opaque:4461:21593633,21687150:pet_opaque:4461:21687577,21774747:pet_opaque:4461:21775491,21779323:pet_opaque:4461:21779921'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003684122548288455, 'nb_photo': 618, 'list_port_cont': '20967651,20984593,20999677,21037662,21041282,21042565,21047284,21050766,21064646,21073535,21074912,21075598,21078589,21082192,21083803,21084239,21109491,21114626,21115907,21116225,21117942,21119251,21121189,21121483,21135830,21140886,21141976,21142159,21151676,21153873,21156391,21159877,21161398,21163411,21163952,21167453,21170231,21170506,21170873,21172015,21172360,21173947,21180454,21180506,21180697,21181145,21182021,21214327,21214630,21221238,21223693,21224818,21225178,21227412,21230958,21233459,21237473,21238786,21240653,21265957,21270950,21274337,21276792,21283415,21287789,21287820,21293312,21299786,21300611,21336851,21338970,21342447,21343612,21346587,21350039,21357647,21362376,21366953,21369165,21378207,21379494,21380526,21380609,21380923,21381898,21383107,21384800,21389880,21392075,21395968,21415540,21416428,21418674,21422686,21427484,21433961,21434580,21442126,21443183,21445551,21447487,21451735,21483448,21484690,21486411,21487840,21490817,21492196,21494715,21498500,21501395,21502800,21502812,2150865', 'assoc_port': '20966504:20967651,20984097:20984593,20999575:20999677,21037135:21037662,21039694:21041282,21041995:21042565,21046493:21047284,21049816:21050766,21064402:21064646,21071196:21073535,21074840:21074912,21075332:21075598,21077847:21078589,21080850:21082192,21083366:21083803,21083367:21084239,21104037:21114626,21108067:21109491,21115491:21116225,21115511:21115907,21117580:21119251,21117584:21117942,21120519:21167453,21120542:21121483,21120584:21121189,21120956:21170231,21120957:21170506,21120965:21170873,21120977:21172015,21120979:21214630,21120984:21172360,21121001:21173947,21121008:21214327,21135646:21135830,21136352:21163952,21136353:21163411,21140309:21140886,21141753:21142159,21141759:21141976,21151382:21151676,21152617:21153873,21155490:21156391,21159635:21159877,21161106:21161398,21179964:21182021,21179969:21181145,21179980:21180697,21180019:21180506,21180022:21180454,21221102:21221238,21222616:21230958,21222664:21224818,21222668:21223693,21224541:21225178,21225894:21227412,21232873:21233459,21236228:2123747', 'assoc_mat': '20966504:pet_opaque:4200:20967651,20984097:pet_opaque:4200:20984593,20999575:pet_opaque:4200:20999677,21037135:pet_opaque:4200:21037662,21039694:pet_opaque:4200:21041282,21041995:pet_opaque:4200:21042565,21046493:pet_opaque:4200:21047284,21049816:pet_opaque:4200:21050766,21064402:pet_opaque:4200:21064646,21071196:pet_opaque:4200:21073535,21074840:pet_opaque:4200:21074912,21075332:pet_opaque:4200:21075598,21077847:pet_opaque:4200:21078589,21080850:pet_opaque:4200:21082192,21083366:pet_opaque:4200:21083803,21083367:pet_opaque:4200:21084239,21104037:pet_opaque:4200:21114626,21108067:pet_opaque:4200:21109491,21115491:pet_opaque:4200:21116225,21115511:pet_opaque:4200:21115907,21117580:pet_opaque:4200:21119251,21117584:pet_opaque:4200:21117942,21120519:pet_opaque:4200:21167453,21120542:pet_opaque:4200:21121483,21120584:pet_opaque:4200:21121189,21120956:pet_opaque:4200:21170231,21120957:pet_opaque:4200:21170506,21120965:pet_opaque:4200:21170873,21120977:pet_opaque:4200:21172015,21120979:pet_opaque:4200:21214630,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0014068392235708936, 'nb_photo': 21, 'list_port_cont': '21084960,21085258,21124382,21153327,21172646,21180433,21233442,21359461,21362404,21378767,21380914,21438060,21531965,21562937,21703847,21761677,21779945,21838110,21851379,21908233', 'assoc_port': '21039691:21084960,21039697:21085258,21083365:21124382,21120988:21172646,21152618:21153327,21180030:21180433,21232887:21233442,21358395:21359461,21361671:21362404,21378068:21378767,21380172:21380914,21437145:21438060,21529361:21531965,21562382:21562937,21703546:21703847,21761019:21761677,21779321:21779945,21837174:21838110,21850608:21851379,21908053:21908233', 'assoc_mat': '21039691:pet_opaque:4209:21084960,21039697:pet_opaque:4209:21085258,21083365:pet_opaque:4209:21124382,21120988:pet_opaque:4209:21172646,21152618:pet_opaque:4209:21153327,21180030:pet_opaque:4209:21180433,21232887:pet_opaque:4209:21233442,21358395:pet_opaque:4209:21359461,21361671:pet_opaque:4209:21362404,21378068:pet_opaque:4209:21378767,21380172:pet_opaque:4209:21380914,21437145:pet_opaque:4209:21438060,21529361:pet_opaque:4209:21531965,21562382:pet_opaque:4209:21562937,21703546:pet_opaque:4209:21703847,21761019:pet_opaque:4209:21761677,21779321:pet_opaque:4209:21779945,21837174:pet_opaque:4209:21838110,21850608:pet_opaque:4209:21851379,21908053:pet_opaque:4209:21908233'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028797450606077676, 'nb_photo': 345, 'list_port_cont': '20985156,20993452,20999949,21012841,21014086,21036130,21038087,21038882,21066036,21073197,21076082,21078111,21079047,21084136,21110641,21110880,21116011,21116863,21120449,21120772,21141315,21149048,21149408,21153417,21156908,21158465,21160018,21168300,21170169,21172124,21174303,21174924,21180802,21180811,21181091,21181289,21181505,21181871,21204848,21206150,21211220,21220473,21222212,21224694,21225524,21227506,21227970,21230860,21231185,21238007,21243251,21266466,21273474,21278605,21301041,21308439,21309471,21342652,21342661,21343817,21346659,21353927,21358139,21360243,21362795,21382309,21382725,21386241,21387617,21390504,21393176,21396382,21398882,21405930,21406721,21412792,21427806,21433092,21438770,21454938,21486697,21487887,21490883,21492388,21492498,21494229,21494935,21497039,21498630,21502161,21509412,21515023,21516212,21521821,21521908,21530558,21532739,21532776,21533857,21537334,21539572,21542491,21544835,21551624,21551650,21553705,21555832,21558289,21558300,21559031,21559845,21559910,21567042,2156719', 'assoc_port': '20984095:20985156,20993231:20993452,20999699:20999949,21005927:21014086,21011129:21012841,21035614:21036130,21037136:21038882,21037138:21038087,21065192:21066036,21069851:21073197,21075333:21076082,21075335:21078111,21077849:21079047,21083362:21084136,21108060:21116863,21109984:21110880,21110006:21110641,21112974:21116011,21117585:21120449,21119655:21120772,21120540:21168300,21120950:21170169,21120963:21211220,21120975:21172124,21120999:21174303,21121006:21174924,21135543:21206150,21137075:21204848,21140591:21141315,21147910:21149408,21147915:21149048,21152619:21153417,21155492:21156908,21157119:21158465,21159638:21160018,21179966:21181871,21179973:21181505,21179975:21181289,21180002:21181091,21180024:21180802,21180029:21180811,21220274:21220473,21221397:21222212,21222612:21231185,21222624:21225524,21222669:21224694,21225890:21227970,21225896:21227506,21230478:21230860,21236226:21238007,21242257:21243251,21262950:21273474,21265554:21266466,21275782:21278605,21300187:21301041,21306671:21309471,21306685:2130843', 'assoc_mat': '20984095:pet_opaque:4211:20985156,20993231:pet_opaque:4211:20993452,20999699:pet_opaque:4211:20999949,21005927:pet_opaque:4211:21014086,21011129:pet_opaque:4211:21012841,21035614:pet_opaque:4211:21036130,21037136:pet_opaque:4211:21038882,21037138:pet_opaque:4211:21038087,21065192:pet_opaque:4211:21066036,21069851:pet_opaque:4211:21073197,21075333:pet_opaque:4211:21076082,21075335:pet_opaque:4211:21078111,21077849:pet_opaque:4211:21079047,21083362:pet_opaque:4211:21084136,21108060:pet_opaque:4211:21116863,21109984:pet_opaque:4211:21110880,21110006:pet_opaque:4211:21110641,21112974:pet_opaque:4211:21116011,21117585:pet_opaque:4211:21120449,21119655:pet_opaque:4211:21120772,21120540:pet_opaque:4211:21168300,21120950:pet_opaque:4211:21170169,21120963:pet_opaque:4211:21211220,21120975:pet_opaque:4211:21172124,21120999:pet_opaque:4211:21174303,21121006:pet_opaque:4211:21174924,21135543:pet_opaque:4211:21206150,21137075:pet_opaque:4211:21204848,21140591:pet_opaque:4211:21141315,21147910:pet_opaque:4211:21149408,2114'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00795082069461609, 'nb_photo': 488, 'list_port_cont': '20977620,21011405,21046724,21049996,21063587,21072814,21075104,21081207,21083688,21108211,21116162,21116209,21119825,21120643,21120880,21121097,21132939,21132970,21133020,21139135,21143925,21157229,21180296,21222800,21223008,21223200,21226226,21242482,21263080,21299561,21321702,21336609,21345948,21352990,21366720,21366731,21369144,21374635,21378921,21386632,21386709,21411898,21422072,21424771,21430363,21436437,21451823,21487127,21490593,21490757,21492828,21501928,21513410,21516700,21516716,21529496,21533606,21538605,21540242,21544307,21548052,21551564,21552470,21553616,21556558,21562716,21566199,21566547,21569319,21588165,21591748,21597678,21602717,21617050,21634997,21644314,21645125,21669228,21669485,21688889,21690461,21694718,21702028,21707062,21739024,21770156,21770630,21772873,21776755,21780319,21783964,21790458,21793415,21806976,21830110,21844475,21844822,21847818,21861706,21868753,21905691,21907039,21928190', 'assoc_port': '20974622:20977620,21011128:21011405,21046490:21046724,21049820:21049996,21063281:21063587,21072706:21072814,21074835:21075104,21080851:21081207,21083363:21083688,21108098:21108211,21116151:21116209,21116153:21116162,21119653:21119825,21120518:21120880,21120537:21120643,21120946:21133020,21120976:21132970,21120978:21132939,21121009:21121097,21138999:21139135,21143650:21143925,21157120:21157229,21180026:21180296,21222620:21222800,21222625:21223200,21222666:21223008,21225891:21226226,21242244:21242482,21262953:21263080,21299166:21299561,21321582:21321702,21336294:21336609,21345494:21345948,21352319:21352990,21366612:21366731,21366615:21366720,21368955:21369144,21374325:21374635,21378574:21378921,21381694:21386632,21386395:21386709,21411664:21411898,21421770:21422072,21424521:21424771,21428063:21430363,21431418:21436437,21451320:21451823,21487044:21487127,21490475:21490757,21490484:21490593,21492821:21492828,21501748:21501928,21513307:21513410,21516623:21516716,21516625:21516700,21529358:21529496,21533461:2153360', 'assoc_mat': '20974622:plastique:3726:20977620,21011128:plastique:3726:21011405,21046490:plastique:3726:21046724,21049820:plastique:3726:21049996,21063281:plastique:3726:21063587,21072706:plastique:3726:21072814,21074835:plastique:3726:21075104,21080851:plastique:3726:21081207,21083363:plastique:3726:21083688,21108098:plastique:3726:21108211,21116151:plastique:3726:21116209,21116153:plastique:3726:21116162,21119653:plastique:3726:21119825,21120518:plastique:3726:21120880,21120537:plastique:3726:21120643,21120946:plastique:3726:21133020,21120976:plastique:3726:21132970,21120978:plastique:3726:21132939,21121009:plastique:3726:21121097,21138999:plastique:3726:21139135,21143650:plastique:3726:21143925,21157120:plastique:3726:21157229,21180026:plastique:3726:21180296,21222620:plastique:3726:21222800,21222625:plastique:3726:21223200,21222666:plastique:3726:21223008,21225891:plastique:3726:21226226,21242244:plastique:3726:21242482,21262953:plastique:3726:21263080,21299166:plastique:3726:21299561,21321582:plastique:3726:21321702,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010398252184952, 'nb_photo': 1746, 'list_port_cont': '20977611,20999628,21011410,21044063,21046717,21049991,21063596,21064514,21072815,21075100,21078051,21081205,21083689,21108213,21116163,21116208,21119830,21120647,21120885,21121100,21132941,21132966,21133010,21139133,21143929,21157225,21180301,21222793,21223021,21223194,21226231,21242476,21263071,21286063,21299557,21300685,21321707,21336611,21345951,21352998,21366712,21366727,21369146,21374633,21378920,21380554,21386638,21386712,21389612,21411895,21422075,21424778,21430370,21436432,21451826,21487136,21490602,21490762,21492834,21501933,21501992,21513406,21516706,21516714,21529497,21533602,21538604,21540236,21544300,21548057,21551565,21552479,21553615,21556559,21562726,21566194,21566545,21569299,21591746,21597682,21602718,21602793,21617044,21634995,21644315,21645130,21669483,21688893,21690466,21694717,21702022,21707053,21739025,21770155,21770628,21772874,21776765,21780314,21783974,21790455,21793410,21806966,21830105,21844479,21844814,21847820,21861705,21868758,21905688,21907037,21928189', 'assoc_port': '20974622:20977611,20999576:20999628,21011128:21011410,21043841:21044063,21046490:21046717,21049820:21049991,21063281:21063596,21064405:21064514,21072706:21072815,21074835:21075100,21077851:21078051,21080851:21081205,21083363:21083689,21108098:21108213,21116151:21116208,21116153:21116163,21119653:21119830,21120518:21120885,21120537:21120647,21120946:21133010,21120976:21132966,21120978:21132941,21121009:21121100,21138999:21139133,21143650:21143929,21157120:21157225,21180026:21180301,21222620:21222793,21222625:21223194,21222666:21223021,21225891:21226231,21242244:21242476,21262953:21263071,21285764:21286063,21299166:21299557,21300165:21300685,21321582:21321707,21336294:21336611,21345494:21345951,21352319:21352998,21366612:21366727,21366615:21366712,21368955:21369146,21374325:21374633,21378574:21378920,21380161:21380554,21381694:21386638,21386395:21386712,21389269:21389612,21411664:21411895,21421770:21422075,21424521:21424778,21428063:21430370,21431418:21436432,21451320:21451826,21487044:21487136,21490475:2149076', 'assoc_mat': '20974622:Teint_Dans_La_Masse:3726:20977611,20999576:Teint_Dans_La_Masse:3726:20999628,21011128:Teint_Dans_La_Masse:3726:21011410,21043841:Teint_Dans_La_Masse:3726:21044063,21046490:Teint_Dans_La_Masse:3726:21046717,21049820:Teint_Dans_La_Masse:3726:21049991,21063281:Teint_Dans_La_Masse:3726:21063596,21064405:Teint_Dans_La_Masse:3726:21064514,21072706:Teint_Dans_La_Masse:3726:21072815,21074835:Teint_Dans_La_Masse:3726:21075100,21077851:Teint_Dans_La_Masse:3726:21078051,21080851:Teint_Dans_La_Masse:3726:21081205,21083363:Teint_Dans_La_Masse:3726:21083689,21108098:Teint_Dans_La_Masse:3726:21108213,21116151:Teint_Dans_La_Masse:3726:21116208,21116153:Teint_Dans_La_Masse:3726:21116163,21119653:Teint_Dans_La_Masse:3726:21119830,21120518:Teint_Dans_La_Masse:3726:21120885,21120537:Teint_Dans_La_Masse:3726:21120647,21120946:Teint_Dans_La_Masse:3726:21133010,21120976:Teint_Dans_La_Masse:3726:21132966,21120978:Teint_Dans_La_Masse:3726:21132941,21121009:Teint_Dans_La_Masse:3726:21121100,21138999: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(1652668,1652626,1942343,1934842,1934847,1934851,1934852,1934857,1934861,1934867,1934874,1934878,1934882,1934890,1934895,1934902,1934909,1934914,1934915,1934919,1934924,1934929,1934934,1934935,1934938,1934942,1934946,1934948,1934956,1934964,1934969)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173529, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967693,20985379,21000369,21021773,21038464,21039216,21043261,21046261,21051414,21066001,21066801,21071269,21074779,21076193,21076843,21082840,21084586,21116514,21116671,21117279,21121649,21122178,21122201,21123145,21123472,21131399,21133774,21133813,21134173,21136137,21137566,21140343,21140863,21140945,21150083,21152351,21152785,21153624,21156961,21160309,21161692,21161715,21161820,21173696,21180857,21181188,21181304,21181439,21181815,21181889,21197341,21220570,21224618,21224844,21225245,21225695,21227226,21227850,21230872,21231079,21234025,21234252,21239710,21267069,21268822,21272180,21277621,21285991,21290339,21290427,21292714,21295315,21297478,21300466,21301464,21309402,21309719,21320396,21338157,21338417,21340637,21343965,21345184,21350956,21351339,21358112,21363091,21364078,21369427,21375402,21382739,21386575,21387585,21390515,21391095,21395886,21403536,21404084,21405529,21415993,21417165,21423814,21427745,21433080,21433998,21438639,21442991,21459156,21485315,21487405,21488089,21492510,21495268,2149713 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173530, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977614,20999619,21011404,21044060,21046721,21049998,21063592,21064507,21072819,21075111,21078054,21081206,21083690,21108221,21116168,21116218,21119832,21120645,21120889,21121104,21132937,21132971,21133019,21139136,21143931,21157231,21180299,21222804,21223012,21223195,21226235,21242477,21263079,21286062,21299556,21300682,21321704,21336614,21345945,21352997,21366719,21366725,21369147,21374631,21378914,21380555,21386715,21389610,21411893,21422070,21424774,21430367,21436431,21451816,21487138,21490599,21490758,21492824,21501924,21501991,21513399,21516703,21516712,21529491,21533599,21538607,21540235,21544303,21548053,21551571,21552478,21553617,21556560,21562720,21566196,21566550,21569298,21588163,21591755,21597672,21617045,21635000,21645129,21669486,21688892,21690464,21694707,21702032,21707055,21739028,21770154,21770629,21772871,21776764,21780324,21783970,21790457,21793416,21806975,21830103,21844480,21844819,21847826,21861708,21868759,21905682,21907044,21928181 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173531, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967700,20985381,21066002,21117272,21137562,21267071,21406232,21536864,21550812,21555945,21557168,21559968,21769300,21844167,21852906,21941741,21947362,21953962 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173532, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985465,21071221,21173203,21218918,21289463,21326935,21370527,21385311,21458298,21498495,21521592,21555646,21592103,21644575,21658652,21764117,21917674 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173533, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009033,21045723,21102636,21144484,21159613,21168730,21170322,21170842,21172463,21181128,21221273,21222102,21289589,21290386,21292019,21313585,21324803,21328626,21330400,21356395,21370278,21396242,21406055,21410365,21446121,21455885,21483695,21489864,21499590,21509388,21515726,21531604,21532585,21541049,21550797,21555809,21559765,21567648,21583073,21601469,21643096,21665889,21666460,21682602,21689765,21707619,21736511,21758201,21779831,21821320,21825475,21869542,21871529,21873400,21907236,21925046,21930395 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173534, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21011740,21070328,21115747,21140327,21168273,21206510,21209777,21210205,21221127,21226466,21226796,21266803,21277649,21343403,21345050,21363647,21366709,21369287,21378310,21402838,21405964,21410803,21416593,21483687,21494559,21501210,21502045,21516072,21521667,21529472,21530168,21533614,21536229,21551533,21555626,21566797,21567576,21572084,21581346,21582182,21582787,21642951,21692159,21736202,21769493,21789581,21824085,21900737,21908899,21909686 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173535, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20999910,21083721,21144747,21159945,21169542,21174505,21180616,21180650,21181195,21241314,21277958,21296282,21300821,21363773,21484955,21508683,21549687,21558588,21559702,21580654,21580931,21588463,21676356,21699690,21729389,21732478,21919075 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173536, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967647,21041288,21041840,21042560,21050764,21070559,21073273,21073533,21074918,21075594,21080581,21082196,21083794,21109485,21114628,21115911,21116228,21117955,21119242,21121192,21121482,21135842,21139782,21141971,21142149,21153870,21156392,21161393,21163951,21167446,21170495,21170876,21172005,21172347,21173935,21180463,21180502,21181065,21181140,21182015,21214332,21214633,21223683,21224817,21227420,21230608,21233456,21237484,21242882,21265950,21270949,21274342,21276789,21283409,21287795,21289129,21293315,21299790,21300610,21307541,21307678,21336846,21346461,21346585,21350034,21352950,21353488,21357650,21359123,21366946,21369158,21374705,21374996,21378216,21379493,21380522,21380925,21381873,21381901,21383112,21383683,21389893,21392086,21395974,21415538,21416435,21418675,21427483,21428971,21433953,21434587,21442118,21443187,21445548,21447483,21451734,21483433,21484694,21486403,21487843,21490831,21492198,21494158,21494726,21501261,21501383,21508651,21513498,21514163,21515702,21516740,21521628,21521748,2152327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173537, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976943,21036083,21074953,21084559,21084956,21085755,21094101,21108018,21110403,21115565,21120348,21126633,21136279,21149026,21152443,21153313,21158508,21160150,21167719,21168646,21169141,21169422,21170925,21172653,21173040,21173840,21180372,21180431,21182363,21182768,21219551,21225024,21229865,21230841,21230972,21231345,21233454,21236761,21241370,21242851,21262697,21268028,21283814,21287044,21293911,21301254,21320371,21321712,21343142,21345072,21357489,21359442,21362396,21370634,21378766,21379728,21380908,21382807,21387026,21395342,21412560,21418414,21425010,21434907,21438057,21452071,21454716,21496965,21498512,21499359,21501265,21502906,21509091,21510449,21514296,21514960,21531958,21532669,21533548,21536790,21539584,21548122,21551853,21552615,21555781,21558639,21558833,21566615,21567661,21593566,21634028,21636628,21644993,21657988,21659248,21665295,21670109,21675009,21675103,21684438,21689136,21689172,21691009,21696771,21699805,21705570,21707422,21731566,21731774,21731877,21738981,21750012,21761775,2177994 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173538, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966887,20967298,20985155,20993445,20999938,21012854,21014073,21021434,21036132,21038095,21038873,21043607,21051107,21053646,21066045,21072541,21073191,21073462,21076080,21078114,21079055,21084142,21110652,21110881,21116010,21116412,21116852,21117713,21118017,21120444,21120765,21121284,21136321,21140174,21140912,21140924,21141306,21144190,21149056,21149420,21151868,21153419,21156899,21158464,21159291,21160011,21160756,21161098,21167466,21167964,21168301,21169749,21170156,21170562,21172113,21172867,21174293,21174934,21180797,21180810,21181100,21181282,21181506,21181881,21204844,21206161,21211052,21211231,21213692,21220476,21222214,21223463,21224687,21225144,21225533,21227511,21227982,21230847,21231181,21236170,21238006,21243261,21266479,21271845,21273478,21278616,21279596,21287070,21292254,21294336,21297529,21301059,21301440,21308450,21309482,21318170,21339670,21342638,21342667,21342754,21343811,21346664,21350650,21353930,21358133,21360236,21362801,21363914,21370590,21378427,21382313,21382578,21382720,2138283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173539, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985378,21000359,21021769,21039207,21043260,21046256,21051423,21074783,21076846,21082833,21116669,21117282,21121647,21122169,21123469,21131390,21133773,21133810,21137561,21150087,21152339,21152787,21160315,21161704,21180852,21181183,21181896,21224622,21224832,21225248,21225696,21227234,21227854,21239714,21241739,21272184,21278034,21290428,21295313,21297486,21300469,21309388,21338155,21340642,21350969,21358108,21364075,21364805,21369431,21377181,21390524,21395889,21403537,21404097,21405536,21412899,21427742,21433084,21433997,21442980,21459155,21485312,21492516,21497128,21502973,21503044,21508718,21509894,21516882,21521981,21523027,21530016,21531444,21533802,21538703,21540458,21540911,21548141,21550800,21552673,21555933,21557024,21557294,21558871,21558984,21559971,21567772,21568241,21594865,21634375,21648811,21653641,21654578,21657705,21667389,21687858,21689289,21691193,21692470,21697384,21700287,21725217,21725229,21735245,21743496,21757708,21758793,21769292,21778109,21789737,21791111,21796202,21805017,2181621 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173540, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985463,21012759,21071222,21107279,21116343,21123607,21126657,21168319,21173201,21180768,21218925,21221711,21225052,21236496,21271165,21289461,21322280,21326925,21330722,21336376,21353886,21357846,21370520,21371434,21385320,21402158,21402419,21416726,21425189,21457529,21458304,21494167,21498489,21509789,21513398,21521635,21531291,21539010,21551510,21555633,21559755,21562634,21562748,21592097,21638616,21644581,21658650,21675531,21690553,21707165,21764107,21769866,21798673,21823027,21824615,21832339,21869003,21869705,21870596,21917687,21942305 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173541, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009026,21045724,21102640,21144491,21159601,21168719,21170310,21170849,21172455,21181124,21221285,21222096,21289590,21290392,21292016,21313581,21324798,21328628,21330394,21356404,21370276,21396227,21406067,21410359,21446116,21455891,21483705,21489868,21499593,21509391,21515727,21531602,21532589,21541037,21550795,21555810,21559768,21567636,21583070,21601474,21643105,21665888,21666466,21682598,21689759,21707618,21736500,21758198,21779820,21821323,21825487,21869538,21871522,21873391,21907232,21925040,21930397 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173542, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966642,20975328,20999849,21009759,21011749,21012664,21024492,21025568,21033733,21042395,21044277,21049351,21050231,21065615,21066109,21070333,21075119,21080329,21080739,21082804,21084371,21110378,21115752,21115763,21116351,21117033,21117152,21117916,21120225,21120936,21122046,21122703,21136714,21140140,21140329,21140991,21141132,21141995,21142908,21144100,21155885,21167624,21168265,21169571,21169690,21169963,21170025,21170239,21170857,21170905,21171547,21180140,21180253,21180482,21180756,21206514,21209652,21209778,21209919,21210207,21220380,21220384,21221141,21221154,21221642,21223088,21223449,21224149,21224361,21224922,21226467,21226782,21227450,21236778,21238669,21241052,21266801,21267844,21271024,21276233,21277640,21283637,21286624,21291670,21293472,21293519,21300865,21300939,21307921,21309980,21314060,21321692,21338137,21339424,21340053,21342555,21342982,21343063,21343407,21343487,21345059,21345347,21345969,21362651,21363638,21366700,21367848,21368049,21369284,21378318,21381646,21382379,21382592,2138487 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173543, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977414,20996243,20999914,21006789,21038927,21058273,21071715,21074464,21083731,21085525,21085969,21093806,21110281,21125878,21144749,21150864,21152090,21153000,21159930,21161966,21168747,21169537,21170762,21173463,21174508,21180611,21180655,21181203,21182228,21182314,21208280,21218931,21219605,21220508,21241308,21247527,21262240,21262748,21268894,21271286,21274559,21275557,21277092,21277494,21277551,21277970,21278676,21279517,21280812,21281376,21284858,21286994,21291855,21292881,21296175,21296275,21296829,21300023,21300149,21300815,21300830,21307834,21311393,21321744,21337067,21340277,21342494,21359289,21361540,21362208,21363778,21367045,21367156,21369224,21375081,21378640,21380358,21380836,21382375,21382414,21382751,21389985,21392215,21395022,21416710,21418691,21422429,21425113,21428785,21434262,21441971,21442347,21445544,21455852,21484962,21486609,21487869,21490844,21494194,21494944,21496995,21498532,21501352,21502830,21508679,21509360,21510472,21513513,21514194,21514919,21516173,21516767,21521683,2152286 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173544, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967646,20984600,20999670,20999956,21025023,21037670,21041283,21041843,21042574,21047288,21050772,21064642,21070566,21073265,21073530,21074903,21075603,21078575,21080587,21082201,21084241,21109479,21114627,21115915,21116233,21117949,21119247,21121200,21121475,21135829,21139772,21140895,21141972,21142154,21151675,21153874,21156387,21159873,21161408,21163408,21163949,21167445,21170229,21170508,21170886,21172014,21172357,21173948,21180460,21180512,21180703,21181073,21181141,21182026,21214328,21214635,21221233,21221303,21223684,21224825,21225169,21227408,21230607,21230954,21233461,21237477,21238799,21240648,21242873,21265952,21270958,21274332,21276781,21283414,21287791,21287812,21289134,21293309,21299779,21300604,21307539,21307677,21336845,21338959,21342449,21343590,21346460,21346589,21350038,21352935,21353474,21357657,21359124,21362389,21366961,21369166,21374702,21374995,21378202,21379491,21380527,21380610,21380924,21381877,21381897,21382145,21383121,21383680,21384792,21389881,21392077,21395972,21415551,2141643 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173545, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976939,20993326,21005793,21036091,21074747,21074962,21084558,21084949,21085093,21085179,21085259,21085763,21087519,21090048,21094103,21094282,21104596,21108020,21110400,21110947,21111062,21115570,21120356,21121176,21124388,21126636,21126889,21136286,21149024,21150141,21152441,21153340,21154909,21157809,21158513,21159894,21160143,21161899,21167718,21168655,21169142,21169432,21170682,21170741,21170922,21170932,21171166,21171591,21172241,21172505,21172649,21173027,21173748,21173848,21174543,21174877,21180379,21180423,21180519,21180925,21180938,21181050,21181211,21182174,21182360,21182474,21182767,21187591,21219025,21219556,21220405,21221210,21221379,21222434,21225030,21229859,21230126,21230165,21230839,21230932,21230950,21230993,21231340,21233440,21236755,21237395,21241362,21241500,21242843,21247496,21262683,21268017,21276980,21277026,21283821,21286876,21287048,21288789,21293905,21297117,21300695,21300721,21301251,21301446,21307324,21308459,21311717,21320376,21321715,21339228,21342561,21343136,21345064,2135749 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173546, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966888,20967305,20985168,20993436,20999946,21012845,21014078,21021443,21036135,21038090,21038869,21043610,21051101,21053649,21066050,21072552,21073187,21073458,21076083,21078113,21079045,21084144,21110653,21110887,21116021,21116414,21116857,21117703,21118012,21120453,21120760,21121294,21136314,21140184,21140905,21140927,21141313,21144189,21149047,21149412,21151860,21153414,21156906,21158463,21159290,21160020,21160766,21161093,21167472,21167961,21168313,21169742,21170165,21170548,21172114,21172881,21174289,21174932,21180800,21180817,21181095,21181279,21181495,21181885,21204855,21206153,21211055,21211226,21213698,21220486,21222209,21223453,21224686,21225140,21225520,21227515,21227971,21230861,21231184,21236167,21238002,21243253,21266472,21271850,21273489,21278608,21279593,21287081,21292252,21294332,21297523,21301032,21301426,21308448,21309467,21318154,21339663,21342646,21342658,21342751,21343816,21346657,21350661,21353939,21358137,21360237,21362805,21363923,21370605,21378436,21382314,21382573,21382723,2138284 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173547, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967701,20985389,21038460,21043263,21051417,21066797,21071274,21076190,21076852,21116515,21117276,21121651,21122166,21123146,21131400,21133811,21134180,21140335,21140856,21152349,21153634,21181891,21220577,21224845,21227223,21234038,21234245,21267061,21272188,21292713,21369430,21375410,21391101,21395887,21398222,21404088,21417172,21427743,21434007,21438642,21446473,21485307,21488088,21495263,21497138,21509891,21510599,21513643,21513786,21516258,21521992,21523353,21533805,21536868,21538709,21546168,21548143,21550811,21555940,21557172,21557298,21558622,21558877,21559969,21567725,21567774,21594873,21634504,21653644,21657709,21697377,21725225,21736947,21757706,21778102,21789739,21791110,21796209,21805011,21810641,21814308,21816217,21842974,21843825,21844166,21852902,21869900,21905845,21906486,21909009,21912340,21925954,21930246,21941744 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173548, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584627 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173549, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977616,21011400,21049999,21081212,21083694,21116219,21119831,21120648,21121094,21132946,21132976,21139129,21143926,21157235,21226234,21242481,21263074,21286058,21299564,21336613,21345956,21352987,21366723,21369145,21374627,21378915,21380553,21386717,21411891,21422073,21424780,21451820,21487135,21490761,21492830,21501930,21516718,21538600,21544296,21548055,21551566,21552473,21556563,21562722,21566200,21566552,21569295,21588170,21591747,21597671,21645120,21688886,21690465,21694709,21702029,21707056,21739023,21770152,21770632,21772868,21783968,21790464,21830102,21844478,21847825,21861709,21907040,21928186 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173550, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977615,20999625,21011403,21046725,21049993,21063585,21064511,21072818,21075101,21078043,21081211,21083692,21108219,21116170,21116217,21120650,21120888,21121102,21132945,21132968,21133015,21139134,21143921,21157230,21180297,21222802,21223006,21223196,21226232,21242480,21263082,21286067,21299565,21300689,21321705,21336612,21345949,21352988,21366733,21369143,21374628,21378917,21380557,21386713,21389613,21411892,21422065,21424776,21430361,21436438,21451817,21487131,21490756,21492829,21501927,21501993,21513401,21516701,21516711,21529499,21533609,21538601,21540241,21548062,21551568,21552472,21553621,21556562,21562724,21566203,21566543,21569300,21588172,21591756,21597674,21617043,21645121,21669493,21688890,21690457,21694708,21702033,21707060,21739022,21770150,21770634,21772870,21780316,21783972,21790463,21793418,21830109,21844472,21844818,21847817,21861701,21868754,21905683,21907048,21928183 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173551, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977622,21011409,21046726,21049988,21064512,21072813,21081204,21083698,21116166,21116216,21120646,21120886,21132948,21132969,21133016,21139131,21222791,21223019,21223192,21226229,21242487,21286061,21299563,21300687,21321703,21336605,21345946,21352993,21374632,21378916,21386716,21389620,21411900,21422066,21424781,21430369,21436427,21451818,21487137,21490603,21492827,21501935,21513402,21516705,21516722,21529492,21533608,21538603,21540232,21544302,21548058,21552480,21556564,21562718,21566201,21566548,21569294,21591752,21597681,21645119,21669491,21688894,21690458,21694712,21702025,21707061,21739030,21770148,21770625,21772876,21776757,21780318,21783967,21793411,21806967,21844473,21844823,21847821,21861704,21868757,21907045,21928188 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173552, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985454,21012762,21071232,21107280,21116342,21123609,21126662,21168328,21173192,21180770,21218914,21221706,21225050,21236487,21271166,21289465,21322275,21326928,21330728,21336361,21353893,21357844,21370535,21371438,21385313,21402160,21402418,21416727,21425192,21458302,21494174,21498480,21509787,21513397,21521619,21531293,21539023,21551499,21555638,21559746,21562636,21562753,21592105,21638611,21644589,21658664,21675521,21690559,21707153,21764123,21769856,21798670,21823021,21832346,21868991,21870578,21917686,21942311 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173553, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009030,21045722,21102642,21144479,21159606,21168720,21170314,21172457,21181131,21221283,21222106,21289585,21290396,21292004,21313589,21324806,21328635,21330406,21356399,21370283,21396232,21406056,21410357,21446125,21455884,21483706,21489861,21499592,21509387,21515731,21531598,21532580,21541036,21550783,21555819,21559766,21567650,21601472,21643103,21665886,21666465,21682604,21689769,21707610,21736507,21758199,21779825,21821317,21825488,21869535,21871531,21873392,21907231,21925039,21930405 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173554, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966647,20975342,20999853,21011751,21066113,21080733,21082800,21110384,21115758,21117160,21117909,21120931,21136729,21140145,21140326,21144098,21168269,21170029,21170234,21170863,21171550,21180134,21180481,21209913,21220374,21221648,21224145,21224358,21226465,21236777,21238672,21276214,21277641,21283645,21293506,21300940,21338143,21339411,21342544,21343051,21343485,21363640,21367837,21368062,21369285,21394897,21402835,21406084,21406097,21410807,21416606,21425309,21427651,21442109,21447744,21455221,21483680,21486133,21486770,21487145,21487161,21490771,21494098,21499215,21502037,21508621,21509083,21510422,21514858,21514885,21516066,21521468,21527634,21530173,21533622,21536236,21537227,21550771,21551543,21558513,21559638,21562779,21566565,21566802,21572074,21637198,21642209,21655968,21675664,21689117,21689147,21731917,21762845,21763844,21764327,21769487,21783175,21788782,21790987,21801604,21819071,21819736,21824088,21833002,21844225,21850239,21861732,21901030,21904033,21906326,21908905,21909677,21920749,2192875 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173555, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21083724,21271283,21277957,21280805,21300158,21395027,21501356,21555763,21558254,21694933,21790701,21793691,21811881 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173556, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967655,21025015,21041842,21042571,21070563,21073269,21073532,21074910,21080593,21082188,21117947,21119249,21135841,21153882,21167455,21170498,21172009,21173930,21180695,21181070,21181149,21182023,21224829,21227411,21230963,21233467,21238785,21265945,21274336,21276791,21283401,21299784,21338971,21343592,21346456,21352941,21357652,21362379,21369160,21374699,21375005,21379492,21380520,21380606,21381895,21392078,21415550,21416425,21427486,21428964,21433962,21451738,21483446,21484684,21486413,21490824,21494154,21494721,21501396,21502811,21508644,21509062,21509837,21513499,21514164,21515698,21516745,21521632,21527659,21531316,21533466,21535724,21540245,21544340,21551768,21551781,21553687,21555685,21556772,21558537,21562696,21562921,21566580,21569463,21588411,21593772,21639858,21641516,21648750,21657503,21668804,21669554,21675027,21689183,21692344,21694969,21697755,21723061,21730831,21738179,21743185,21747416,21787455,21790373,21794789,21796460,21798427,21798889,21813110,21830864,21844086,21864559,21871759,2191071 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173557, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976948,21005790,21036087,21074947,21084551,21084948,21085099,21085191,21085257,21085764,21087518,21090047,21094098,21108005,21110410,21111065,21115569,21121165,21124387,21126641,21126890,21136272,21149027,21152451,21154906,21157796,21158516,21160149,21161887,21167721,21168657,21169131,21169423,21170686,21170916,21170934,21171169,21171595,21172239,21172508,21172656,21173030,21173743,21174866,21180385,21180432,21180922,21180932,21181036,21181217,21182355,21182464,21182781,21187580,21219022,21219554,21220411,21221198,21221388,21222431,21225037,21229861,21230139,21230176,21230933,21230945,21230983,21231348,21233451,21237370,21241364,21241498,21242839,21247497,21262692,21268022,21276986,21283817,21286886,21288792,21293915,21297125,21300696,21300713,21301253,21301445,21307332,21308465,21311726,21320372,21321713,21339232,21342568,21345076,21357488,21357624,21357731,21362412,21363901,21366818,21370636,21371100,21378771,21379507,21379727,21380909,21382302,21382809,21387037,21392216,21395346,21412088,21412563,2141842 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173558, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966892,20967303,20985159,20993437,20999933,21012840,21014088,21021436,21036131,21038088,21038879,21043603,21051112,21053651,21066042,21072551,21073190,21073459,21076076,21078123,21079057,21084139,21110640,21110875,21116017,21116403,21116867,21117708,21118011,21120451,21120769,21121299,21136318,21140180,21140903,21140916,21141311,21144188,21149057,21149419,21151874,21153416,21156905,21158453,21159295,21160006,21160762,21161087,21167464,21167956,21168305,21169755,21170158,21170547,21172126,21172876,21174300,21174923,21180807,21180812,21181098,21181287,21181494,21181884,21204857,21206148,21211053,21211217,21213706,21220482,21222215,21223465,21224688,21225143,21225535,21227513,21227974,21230848,21231188,21236174,21237994,21243262,21266481,21271844,21273477,21278610,21279603,21287067,21292258,21294331,21297531,21301027,21301439,21308452,21309472,21318159,21339664,21342642,21342666,21342747,21343806,21346666,21350660,21353937,21358132,21360249,21362804,21363916,21370594,21378430,21382326,21382571,21382716,2138284 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173559, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21126656 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173560, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009023,21045720,21102639,21144492,21159604,21170317,21170843,21172450,21181134,21221277,21222110,21289599,21290388,21313593,21324793,21328634,21330402,21356407,21370285,21396239,21406070,21410369,21446124,21455880,21483704,21489863,21499591,21509399,21515735,21532574,21541035,21550796,21555811,21559773,21567645,21583079,21601485,21643107,21666469,21682600,21689763,21707611,21736499,21758195,21779821,21821316,21825482,21869536,21871524,21873390,21907233,21925043,21930409 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173561, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21011750,21122038,21140314,21168277,21169572,21170866,21224929,21241058,21382596,21402889,21487153,21572071,21581337,21582798,21648175,21692164,21844541 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173562, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21580676,21904343,21921157 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173563, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20984606,21075604,21230606,21346590,21434584,21486406,21494725,21581023,21582924,21593777,21668805,21690979,21723050,21728441,21777625,21787449,21790386,21905274 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173564, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21036097,21084550,21085095,21085176,21090051,21094089,21111064,21115563,21121173,21126627,21149029,21152455,21153348,21157806,21169429,21170690,21171170,21174530,21180378,21182359,21182467,21187593,21219024,21221385,21230141,21230940,21230975,21237387,21241366,21242836,21262695,21268026,21276984,21283825,21286878,21293900,21311723,21321711,21339231,21345075,21357622,21362409,21363899,21366822,21370637,21371099,21378772,21379739,21395344,21412558,21418417,21425012,21437919,21438061,21490869,21496971,21514282,21516735,21523339,21532169,21532671,21536361,21536787,21538588,21540948,21546247,21548134,21551849,21558649,21559672,21562941,21566611,21567659,21569542,21597891,21634038,21645001,21647526,21652057,21658099,21669868,21670103,21675002,21696766,21699810,21701685,21703843,21705577,21706947,21731573,21761789,21793901,21799860,21806384,21811872,21818999,21841229,21846820,21851382,21863224,21904389,21907057,21908613,21913753,21918352,21921377,21922568,21924842,21925523 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173565, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967309,20985164,21012848,21014076,21021445,21036134,21038085,21073181,21078118,21116413,21117707,21118004,21120456,21121285,21140897,21141312,21149053,21149410,21153423,21156898,21160769,21161095,21168315,21170558,21180809,21181292,21204845,21211061,21213691,21224689,21225155,21230851,21231182,21237991,21271848,21287078,21297530,21308440,21309477,21342671,21342757,21343812,21350648,21363913,21370602,21382308,21387612,21395738,21398890,21405929,21416951,21435298,21446492,21487205,21490894,21494220,21494928,21501439,21502153,21508730,21509872,21514270,21515019,21516838,21521815,21532296,21532728,21532768,21537207,21537891,21538892,21539567,21542492,21544820,21553699,21558294,21558890,21559035,21559853,21562904,21569575,21575552,21581603,21596268,21596721,21645193,21647667,21649583,21672270,21675743,21677964,21689208,21692897,21702849,21704212,21707078,21750062,21758257,21765833,21769655,21772176,21772427,21773927,21778980,21790999,21791174,21817988,21818737,21822376,21824511,21824638,21826032,21833091,2186066 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173566, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21000370,21051411,21071277,21390523,21405779,21533804,21555935,21634498,21648801,21791108,21816211,21842984 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173567, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985462,21012753,21071219,21107273,21116332,21126650,21168330,21173196,21180761,21218911,21221717,21225059,21236491,21271167,21289459,21322266,21330719,21336369,21353885,21357841,21370529,21371441,21385319,21402161,21402428,21416723,21425202,21457524,21458308,21494175,21498491,21509780,21513387,21521611,21531303,21539018,21551505,21559753,21562637,21562756,21592098,21638606,21644583,21658649,21675533,21690550,21707168,21764116,21769854,21798663,21823022,21824617,21832347,21868993,21869716,21870580,21917685,21942308 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173568, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009024,21045733,21102637,21144477,21159602,21168721,21170309,21170851,21172454,21181122,21221274,21222107,21289595,21290395,21292015,21313584,21324796,21328629,21330408,21356402,21370286,21396238,21406062,21410361,21446118,21455892,21483698,21489870,21499587,21509397,21515730,21531597,21532582,21541045,21550787,21555820,21559759,21567641,21601480,21643098,21665884,21666467,21682601,21689755,21707612,21736509,21758196,21779824,21821315,21825476,21869533,21871521,21873397,21907241,21925044,21930402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173569, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20975337,20999844,21009751,21011742,21012677,21025570,21033737,21042397,21044271,21049344,21050241,21065619,21066105,21070335,21075124,21080326,21080738,21082798,21084384,21110390,21115761,21115768,21116358,21117037,21117161,21117913,21120232,21120944,21122041,21122705,21136723,21140150,21140317,21140999,21141124,21141985,21142920,21144102,21155883,21167639,21168266,21169688,21169972,21170243,21170860,21170901,21171552,21180138,21180249,21180470,21180759,21206516,21209646,21209788,21209920,21210198,21220369,21220387,21221135,21221146,21221637,21223084,21223435,21224156,21224360,21224934,21226455,21226780,21227444,21236779,21238671,21241059,21266804,21267847,21271018,21276234,21277643,21283644,21286619,21291674,21293467,21293507,21300872,21300942,21307912,21309982,21314046,21321684,21338139,21339422,21340045,21342557,21342986,21343060,21343398,21343474,21345057,21345334,21345960,21362649,21363642,21366699,21367842,21368063,21369289,21378313,21381645,21382590,21384872,21389429,21394892,21397070,21402842,2140289 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173570, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977401,20996251,20999912,21006800,21038926,21058287,21071719,21074471,21083730,21085520,21085970,21093813,21110290,21125888,21144748,21150861,21152083,21153002,21159932,21161969,21168733,21169536,21170771,21173450,21174509,21180610,21180657,21181197,21182222,21182326,21208283,21218928,21219599,21220516,21241319,21247524,21262234,21262762,21268896,21271280,21274557,21275565,21277104,21277483,21277548,21277963,21278666,21279522,21280806,21281359,21284854,21287002,21291862,21292886,21296165,21296277,21296822,21300018,21300160,21300810,21300813,21307824,21311392,21321736,21337068,21340283,21342491,21359286,21361541,21362194,21363764,21367040,21367157,21369220,21375083,21378653,21380359,21380846,21382389,21382421,21382749,21389968,21392219,21395031,21416713,21418683,21422430,21425111,21428783,21434267,21441970,21442355,21445547,21455849,21484956,21486616,21487867,21490834,21494185,21494956,21496983,21498530,21501359,21502838,21508680,21509363,21510479,21513509,21514195,21514926,21516161,21516765,21521660,2152287 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173571, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967650,20984604,20999679,20999950,21025010,21037659,21041287,21041847,21042563,21047285,21050765,21064640,21070567,21073266,21073523,21074913,21075601,21078576,21080592,21082197,21083796,21084232,21109478,21114636,21115912,21116229,21117953,21119240,21121185,21121486,21135838,21139780,21140889,21141974,21142155,21151681,21153876,21156390,21159879,21161407,21163413,21163957,21167450,21170232,21170507,21170884,21172008,21172349,21173925,21180455,21180503,21180699,21181067,21181147,21182017,21214335,21214636,21221234,21221302,21223685,21224819,21225171,21227422,21230616,21230964,21233455,21237475,21238791,21240657,21242871,21265942,21270961,21274343,21276790,21283408,21287796,21287810,21289132,21293316,21299778,21300607,21307527,21307673,21336843,21338951,21342446,21343608,21346448,21346593,21350028,21352948,21353476,21357646,21359131,21362384,21366957,21369171,21374703,21374997,21378208,21379497,21380531,21380602,21380927,21381881,21381894,21382133,21383116,21383684,21384797,21389882,21392087,21395961,2141553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173572, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976952,21036098,21074750,21084546,21084959,21085180,21085254,21085754,21087527,21090040,21094092,21094274,21104607,21108011,21110402,21110946,21111060,21115566,21120347,21121162,21124383,21126630,21126879,21136281,21149010,21152454,21153342,21154919,21158510,21159897,21160144,21161894,21167707,21168660,21169137,21169421,21170732,21170911,21170935,21171161,21172231,21172655,21173039,21173745,21173843,21174537,21174864,21180380,21180923,21180929,21181033,21181218,21182351,21182465,21182766,21187585,21219026,21219544,21220397,21221197,21221377,21222427,21225034,21229868,21230129,21230177,21230838,21230976,21230980,21231344,21233441,21236757,21237373,21241367,21241503,21242855,21247494,21262696,21268029,21277035,21283822,21286898,21287046,21288775,21293913,21297120,21300692,21300720,21301264,21301450,21307342,21308463,21311727,21320382,21321721,21342575,21343132,21357491,21357630,21357732,21359445,21362402,21362420,21363897,21366811,21370639,21371089,21374721,21378773,21379381,21379512,21379742,21380913,2138229 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173573, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966899,20967310,20985169,20993447,20999936,21012850,21014080,21021437,21036128,21038079,21038874,21043613,21051102,21053662,21066049,21072550,21073194,21073447,21076085,21078116,21079056,21084145,21110647,21110874,21116026,21116411,21116855,21117701,21118010,21120455,21120766,21121296,21136317,21140185,21140902,21140930,21141314,21144194,21149049,21149415,21151875,21153429,21156904,21158456,21159297,21160009,21160763,21161092,21167476,21167966,21168302,21169743,21170157,21170557,21172111,21172874,21174298,21174930,21180792,21180824,21181089,21181278,21181507,21181873,21204853,21206157,21211058,21211223,21213693,21220475,21222210,21223458,21224695,21225148,21225522,21227510,21227981,21230862,21231187,21236159,21237993,21243249,21266468,21271856,21273482,21278618,21279600,21287080,21292245,21294333,21297536,21301066,21301441,21308451,21309479,21318167,21339656,21342639,21342668,21342756,21343801,21346667,21350663,21353941,21358138,21360235,21362800,21363910,21370601,21378423,21382322,21382568,21382728,2138283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173574, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977612,21081213,21119829,21132974,21133011,21180291,21299566,21380556,21422068,21492835,21516707,21529498,21548051,21551567,21566546,21569311,21597673,21645122,21669479,21690463,21694715,21707057,21783966,21793413,21844821,21861702,21907047 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173575, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21581596 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173576, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985451,21012755,21071226,21107268,21116337,21126651,21173190,21180772,21218921,21221712,21236498,21289462,21322276,21330733,21357848,21416724,21458297,21494176,21498492,21521615,21539015,21551498,21559757,21562644,21562749,21592099,21638614,21644586,21658660,21675536,21690551,21707160,21798662,21823029,21832344,21917676 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173577, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009036,21045734,21102627,21144487,21159608,21168722,21170316,21170854,21172456,21181136,21221271,21222100,21289597,21290391,21292007,21313583,21324807,21328623,21330398,21356406,21370277,21396240,21406060,21410364,21446127,21455889,21483708,21489859,21499598,21509394,21515723,21531594,21532575,21541038,21550792,21555807,21559762,21567642,21583076,21601477,21643094,21665891,21666475,21682595,21689761,21707607,21736502,21758189,21779826,21821313,21825485,21869528,21871520,21873402,21907244,21925037,21930398 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173578, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966638,20975329,20999854,21011753,21025561,21033745,21044275,21075126,21080323,21080732,21082801,21084378,21110386,21115749,21117047,21117156,21120220,21120940,21122048,21140148,21141129,21142915,21144096,21167634,21168276,21169689,21169965,21170242,21170864,21171551,21180485,21206512,21209643,21209911,21210210,21221147,21221647,21223448,21224151,21224927,21227446,21236783,21238658,21241054,21266799,21267840,21271020,21276230,21277642,21283642,21286617,21293515,21321696,21338133,21340048,21343056,21343478,21345968,21362655,21363636,21367843,21368054,21369288,21378319,21381647,21384863,21389428,21394890,21397075,21402828,21402892,21406085,21406101,21415932,21416599,21418810,21423921,21425321,21427660,21429357,21442112,21447737,21449390,21483683,21486136,21486776,21487162,21490769,21492244,21492950,21493015,21494101,21499225,21501196,21501936,21502051,21508620,21509255,21510411,21514864,21516079,21521458,21521464,21527644,21529469,21530118,21530172,21533623,21535811,21536221,21537213,21538785,21550715,2155077 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173579, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21085528,21125889,21161961,21182230,21262230,21274560,21277489,21280814,21281370,21291860,21311407,21340288,21380847,21382427,21418678,21455853,21508681,21540273,21559794,21562846,21580675,21634128,21676211,21692380,21721721,21775486,21815228,21834152 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173580, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21025022,21041293,21050760,21070560,21075600,21082203,21083801,21109490,21119244,21121193,21135831,21140883,21141979,21151671,21161400,21163946,21170505,21172017,21172358,21180464,21180504,21214337,21214628,21223689,21225182,21227416,21230603,21237472,21265949,21270956,21274341,21276783,21283400,21289131,21293307,21299785,21300605,21307530,21342457,21350033,21352938,21374706,21375001,21378210,21380595,21381896,21382139,21383689,21384806,21418669,21428975,21442131,21443188,21484683,21486407,21487838,21490828,21492189,21494722,21498497,21501250,21501385,21502795,21502820,21508637,21513488,21514184,21515700,21516743,21521747,21523280,21527665,21529797,21530142,21535720,21540256,21542285,21544336,21552529,21553684,21556774,21562683,21562933,21581026,21582914,21588413,21639855,21670507,21675023,21687561,21690967,21692332,21694970,21701439,21705645,21723051,21728446,21730833,21738185,21747412,21777635,21787463,21790381,21804709,21809170,21813121,21815307,21844099,21869652,21916693,21931105,21936244 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173581, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976937,21036093,21074756,21074955,21084547,21084954,21085185,21085756,21090037,21094093,21094281,21104599,21110401,21110941,21111051,21120354,21126631,21126877,21149023,21152440,21153346,21154921,21157798,21158511,21159883,21168647,21169139,21169426,21170683,21170910,21171167,21172236,21172644,21173029,21173738,21173854,21174541,21174871,21180383,21180422,21180526,21180916,21181029,21181219,21182181,21182477,21182770,21187586,21219015,21219549,21221202,21221380,21222430,21225025,21230124,21230167,21230835,21230930,21230974,21230981,21231349,21236762,21237391,21241368,21241506,21242845,21247500,21262689,21268018,21276982,21283812,21286896,21287050,21288790,21293901,21297111,21300701,21300712,21301258,21301457,21307337,21311718,21320383,21321714,21339227,21343141,21345065,21357627,21357730,21359447,21362398,21362422,21363903,21366812,21370635,21371087,21374728,21376481,21379508,21379738,21380910,21382305,21382803,21387028,21392204,21395345,21396872,21412562,21418412,21425014,21434904,21437924,21438064,2144548 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173582, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966889,20967302,20985153,20993443,20999941,21012856,21014083,21021431,21036126,21038084,21038881,21043609,21051113,21053661,21066043,21072542,21073195,21076071,21078110,21079049,21084147,21110650,21110883,21116015,21116406,21116859,21117704,21118013,21120767,21121293,21136323,21140186,21140907,21140926,21141303,21144195,21149060,21149414,21151869,21153415,21156893,21158460,21160007,21160767,21161096,21167958,21168308,21169747,21170168,21170559,21172116,21172877,21174304,21174918,21180808,21180819,21181094,21181280,21181499,21181870,21206156,21211062,21211230,21220480,21222204,21223466,21224699,21225142,21225534,21227519,21227969,21230855,21231196,21236160,21237996,21243247,21266478,21271853,21273488,21278611,21279605,21287069,21292257,21294324,21297524,21301064,21301442,21308437,21309469,21318158,21339657,21342650,21342659,21342741,21343813,21346662,21350653,21353940,21358126,21362790,21363909,21370593,21378426,21382324,21382569,21382722,21382836,21386229,21387608,21393184,21395728,21396372,21398895,2140592 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173583, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584625 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173584, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985452,21012748,21071234,21107269,21116336,21123608,21126653,21168325,21173199,21180762,21218926,21221705,21225058,21236488,21271172,21289466,21322268,21326930,21330718,21336371,21353896,21357850,21370534,21371439,21385322,21402163,21402414,21416731,21425201,21457517,21458301,21494177,21498482,21509781,21513383,21521638,21531295,21539009,21551501,21555648,21559749,21562643,21562762,21592101,21638603,21644582,21658663,21675526,21690557,21707156,21764121,21769864,21798668,21823024,21824608,21832342,21869006,21869706,21870589,21917684,21942306 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173585, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009025,21045721,21102632,21144478,21159603,21168716,21170319,21170841,21172451,21181125,21221272,21222097,21289598,21290398,21292012,21313592,21324795,21328624,21330407,21356409,21370290,21396233,21406064,21410362,21446122,21455886,21483697,21489866,21499584,21509395,21515725,21531596,21532588,21541039,21550786,21555808,21559774,21567639,21583066,21601478,21643108,21665892,21666461,21682597,21689762,21707614,21736506,21758190,21779834,21821327,21825484,21869541,21871518,21873393,21907238,21925050,21930399 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173586, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966651,20975331,20999839,21009747,21011748,21012667,21024481,21025564,21033739,21042393,21044282,21049346,21050235,21065611,21066115,21070332,21075120,21080317,21080729,21082797,21084374,21110387,21115756,21115766,21116352,21117036,21117150,21117914,21120233,21120934,21122053,21122697,21136717,21140147,21140324,21140995,21141134,21141990,21142909,21144091,21155892,21167631,21168274,21169570,21169694,21169967,21170028,21170235,21170872,21170902,21171543,21180137,21180255,21180484,21180744,21206520,21209653,21209782,21209917,21210209,21220364,21220373,21221142,21221144,21221644,21223096,21223436,21224155,21224346,21224931,21226464,21226791,21227438,21236772,21238663,21241062,21266807,21267839,21271028,21276218,21277637,21283634,21286613,21291682,21293469,21293521,21300868,21300945,21307917,21309983,21314048,21321682,21338142,21339423,21340056,21342559,21342977,21343064,21343397,21343488,21345052,21345337,21345967,21362656,21363635,21366701,21367844,21368051,21369283,21378305,21381633,21382381,21382597,2138486 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173587, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977411,20996248,20999904,21006803,21038920,21058281,21071725,21074468,21083729,21085514,21085983,21093805,21110291,21125876,21144739,21150855,21152087,21152990,21159931,21161970,21168742,21169540,21170773,21173458,21174498,21180617,21180644,21181196,21182214,21182315,21208291,21218936,21219604,21220517,21241317,21247520,21262236,21262751,21268901,21271292,21274567,21275570,21277090,21277481,21277550,21277965,21278674,21279519,21280808,21281399,21284855,21286996,21291852,21292867,21296166,21296289,21296828,21300026,21300151,21300808,21300819,21307826,21311394,21321737,21337066,21340285,21342485,21359278,21361544,21362202,21363774,21367052,21367144,21369219,21375092,21378651,21380353,21380842,21382396,21382422,21382754,21389969,21392213,21395026,21416706,21418686,21422423,21425117,21428780,21434271,21441984,21442358,21445534,21455855,21484957,21486611,21487860,21490847,21494190,21494957,21496987,21498531,21501362,21502826,21508682,21509356,21510473,21513517,21514203,21514922,21516163,21516772,21521682,2152287 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173588, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967657,20984598,20999682,20999952,21025008,21037665,21041289,21041841,21042566,21047283,21050761,21064653,21070557,21073264,21073531,21074914,21075595,21078582,21080591,21082200,21083800,21084240,21109489,21114631,21115913,21116224,21117952,21119241,21121188,21121489,21135836,21139776,21140893,21141973,21142161,21151674,21153884,21159881,21161401,21163405,21163943,21167456,21170228,21170509,21170881,21172010,21172356,21173942,21180466,21180505,21180705,21181068,21181154,21182025,21214331,21214637,21221247,21221290,21223686,21224821,21225170,21227424,21230610,21230956,21233465,21237476,21238797,21240645,21242880,21265948,21270946,21274344,21276778,21283406,21287782,21287813,21289137,21293311,21299777,21300612,21307532,21307681,21336847,21338965,21342454,21343594,21346458,21346584,21350036,21352949,21353485,21357644,21359108,21362383,21366960,21369159,21374707,21375000,21378211,21379499,21380529,21380605,21380932,21381876,21381904,21382134,21383114,21383685,21384796,21389889,21392083,21395976,21415536,2141643 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173589, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976944,20993322,21005799,21036086,21074744,21074960,21084553,21084961,21085100,21085177,21085253,21085757,21087530,21090036,21094094,21094279,21104601,21108017,21110408,21110949,21111055,21115573,21120351,21121170,21124377,21126629,21126888,21136275,21149030,21150148,21152445,21153344,21154914,21157803,21158507,21159893,21160151,21161897,21167714,21168653,21169143,21169420,21170679,21170738,21170912,21170928,21171162,21171605,21172242,21172515,21172645,21173038,21173747,21173852,21174531,21174869,21180370,21180426,21180527,21180913,21180939,21181038,21181220,21182183,21182357,21182475,21182772,21187589,21219016,21219552,21220406,21221208,21221383,21222436,21225017,21229871,21230135,21230172,21230842,21230931,21230952,21230988,21231352,21233448,21236756,21237389,21241356,21241507,21242847,21247502,21262688,21268024,21276970,21277027,21283823,21286874,21287052,21288788,21293902,21297119,21300702,21300722,21301263,21301452,21307341,21308468,21311728,21320374,21321718,21339221,21342573,21343137,21345077,2135748 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173590, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966897,20967304,20985162,20993440,20999939,21012849,21014079,21021432,21036123,21038080,21038870,21043605,21051111,21053659,21066039,21072546,21073196,21073448,21076077,21078108,21079046,21084137,21110651,21110878,21116025,21116407,21116860,21117702,21118008,21120447,21120776,21121295,21136311,21140177,21140909,21140928,21141307,21144198,21149054,21149422,21151865,21153421,21156907,21158458,21159298,21160016,21160757,21161088,21167465,21167970,21168299,21169748,21170171,21170552,21172121,21172866,21174305,21174931,21180794,21180823,21181093,21181290,21181497,21181874,21204851,21206149,21211046,21211225,21213694,21220485,21222208,21223461,21224693,21225146,21225521,21227514,21227978,21230853,21231192,21236168,21238003,21243250,21266475,21271842,21273473,21278612,21279601,21287079,21292253,21294325,21297532,21301026,21301429,21308442,21309475,21318168,21339659,21342645,21342664,21342746,21343802,21346668,21350649,21353943,21358135,21360248,21362798,21363920,21370604,21378424,21382327,21382567,21382714,2138284 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173597, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967702,20985383,21000363,21021770,21038462,21043257,21046265,21051412,21065994,21066791,21071275,21074786,21076198,21076842,21082837,21084587,21116522,21116676,21117281,21121642,21122174,21122204,21123135,21131391,21133771,21134178,21135926,21136143,21137555,21140334,21140853,21140947,21150092,21152342,21152797,21153623,21156954,21160312,21161687,21161818,21173693,21180849,21181189,21181275,21181301,21181433,21181807,21181892,21197340,21220581,21224614,21224838,21225237,21225703,21227224,21230866,21231078,21234035,21234251,21239393,21239718,21241732,21267072,21268819,21272182,21277620,21278037,21285989,21290328,21290430,21292709,21295310,21297484,21300470,21301472,21309398,21309716,21320391,21338156,21338418,21343962,21345190,21350180,21351337,21358107,21360114,21363089,21364799,21375397,21377171,21382734,21386584,21390520,21391098,21395883,21398234,21403539,21404085,21405531,21405775,21406233,21412908,21415990,21417168,21423802,21427740,21433072,21433996,21438649,21442981,21446478,21459150,21485316,2148740 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173600, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584623 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173603, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985457,21107275,21116334,21123615,21126655,21168318,21173198,21180765,21218913,21221720,21225056,21236490,21289468,21322272,21326936,21330721,21336366,21353897,21357842,21370523,21371442,21385315,21402154,21416722,21425191,21457531,21498490,21509792,21521594,21531307,21539011,21551506,21555636,21559756,21562755,21592091,21644588,21658651,21675534,21690552,21707154,21764120,21769867,21798660,21823030,21824613,21832349,21869008,21869711,21870583,21917675,21942312 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173605, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009027,21045731,21102633,21144489,21159600,21168724,21170307,21170846,21172452,21181137,21221282,21222101,21289586,21290389,21292017,21313591,21324808,21328630,21330404,21356398,21370289,21396229,21406057,21410366,21446120,21455881,21483707,21489867,21499594,21509396,21515736,21531605,21532577,21541041,21550793,21555816,21559760,21567644,21601475,21643095,21665879,21666472,21682596,21689758,21707609,21736513,21758187,21779832,21821325,21825477,21869539,21871525,21873404,21907237,21925036,21930408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173608, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966641,20999848,21009756,21011741,21012668,21033730,21042388,21044267,21070331,21075123,21080726,21084379,21110382,21115751,21117038,21117148,21120937,21122707,21140142,21140319,21141994,21142918,21144099,21167638,21168263,21169563,21169691,21169968,21170027,21170247,21170899,21180250,21180757,21206519,21209648,21209787,21209924,21221157,21223089,21224143,21224354,21224937,21226454,21236776,21241061,21266810,21267842,21271022,21277648,21283641,21286625,21291669,21293508,21300867,21300938,21321695,21338136,21342548,21343479,21345048,21345344,21345961,21363646,21367838,21368056,21369292,21378311,21381636,21382600,21384869,21394896,21402836,21402885,21405967,21405970,21406089,21410809,21415929,21425310,21442113,21442527,21447742,21483692,21486134,21486781,21487140,21487163,21487824,21490764,21492252,21492943,21493020,21494106,21494147,21496900,21499213,21499238,21501071,21501195,21501945,21508628,21509085,21509249,21509808,21510407,21514850,21514873,21515718,21516076,21521447,21521664,21527636,21530120,2153200 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173610, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20996245,21085975,21152094,21170765,21181200,21208287,21247530,21277485,21292878,21296177,21300019,21311395,21321738,21363777,21367048,21369211,21378643,21380833,21382391,21392221,21514918,21522874,21531347,21535946,21541425,21542604,21559796,21566888,21634121,21636850,21687569,21721717,21750090,21811884,21815229,21834149,21849525,21904339,21908702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173613, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967644,20984595,20999672,20999951,21025017,21037657,21041281,21041835,21042562,21047289,21050775,21064654,21070556,21073274,21073524,21074908,21075599,21078581,21082191,21083790,21084235,21109483,21114635,21115905,21116231,21117941,21119250,21121196,21121477,21135834,21139771,21140890,21141968,21142158,21151670,21153880,21156385,21159876,21161404,21163410,21163950,21167448,21170221,21170503,21170880,21172012,21172359,21173952,21180457,21180508,21180704,21181074,21181151,21182018,21214338,21214631,21221240,21221288,21223687,21224828,21225172,21227413,21230615,21230961,21233466,21237470,21238787,21240651,21242876,21265954,21270947,21274347,21276788,21283412,21287792,21287806,21289133,21293317,21299789,21300601,21307528,21307682,21336836,21338967,21342445,21343607,21346453,21346586,21350030,21353478,21357653,21359113,21362377,21366952,21369169,21374701,21374998,21378213,21379505,21380525,21380603,21380921,21381875,21381891,21382135,21383118,21383675,21384795,21389885,21392089,21395969,21415537,21416430,2141866 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173615, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976941,20993313,21005789,21036096,21074748,21074959,21084552,21084958,21085090,21085190,21085255,21085751,21087525,21090050,21094097,21094288,21108012,21110404,21110950,21111063,21115561,21121167,21124390,21126640,21126891,21136280,21149008,21150142,21152442,21153343,21154912,21157808,21158509,21159895,21160146,21161890,21167711,21168648,21169138,21169425,21170687,21170908,21170938,21171164,21171592,21172227,21172512,21172652,21173033,21173739,21173841,21174533,21174872,21180377,21180419,21180525,21180918,21180933,21181030,21181212,21182176,21182352,21182469,21182773,21187578,21219014,21219545,21220410,21221205,21221381,21222438,21225022,21229869,21230149,21230175,21230829,21230934,21230949,21230986,21231342,21233443,21236765,21237375,21241371,21241505,21242853,21247503,21262686,21268019,21276987,21277029,21286892,21287054,21288782,21293903,21297122,21300705,21300709,21301255,21301454,21307331,21308472,21311724,21320378,21321717,21339222,21342564,21343139,21345078,21357490,21357633,21357740,21359452,2136241 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173616, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966883,20967313,20985166,20993448,20999935,21012851,21014074,21021446,21036125,21038081,21038872,21043599,21051104,21053647,21066037,21072544,21073189,21073457,21076081,21078107,21079052,21084148,21110645,21110879,21116013,21116410,21116861,21117705,21118002,21120458,21120773,21121292,21136327,21140182,21140899,21140919,21141304,21144196,21149050,21149423,21151863,21153428,21156892,21158466,21159302,21160012,21160760,21161094,21167463,21167969,21168309,21169758,21170159,21170553,21172112,21172875,21174294,21174925,21180805,21180813,21181092,21181277,21181504,21181879,21204856,21206155,21211047,21211218,21213703,21220471,21222205,21223464,21224700,21225151,21225532,21227516,21227967,21230857,21231193,21236163,21238000,21243248,21266467,21271846,21273483,21278614,21279598,21287066,21292243,21294327,21297533,21301065,21301427,21308443,21309468,21318162,21339669,21342640,21342673,21342742,21343803,21346658,21350657,21353929,21358128,21360238,21362796,21363918,21370603,21378435,21382323,21382572,21382729,2138283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173617, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21065996,21122175,21136141,21161688,21231073,21290334,21434004,21488090,21567735 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173618, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21071229,21107270,21173204,21218922,21221708,21289464,21326924,21330732,21336367,21416728,21457518,21458310,21494179,21498485,21509779,21521622,21539012,21551502,21555640,21690556,21769860,21798666,21870586,21942314 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173619, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21324794,21356408,21455887,21567638 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173620, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21025562,21065614,21236780,21291671,21345061,21389431,21429367,21492954,21499240,21510430,21532006,21555702,21558502,21581343,21582796,21589218,21675663,21844217,21904047,21928765 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173621, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21038914,21110287 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173622, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967643,21042561,21050768,21064647,21073525,21082195,21084243,21115914,21116230,21117945,21121194,21139768,21140884,21153878,21159875,21167449,21172016,21180462,21180515,21180702,21181066,21181152,21182020,21214325,21214627,21224816,21225174,21230613,21230966,21233458,21237469,21238798,21240652,21265946,21270959,21276779,21293306,21299783,21336842,21342458,21343610,21346459,21346588,21350025,21353479,21357656,21359121,21369164,21375002,21378215,21379498,21380532,21380596,21380934,21383686,21384805,21416427,21418668,21433965,21434579,21483447,21484693,21486412,21487853,21490820,21492191,21494718,21498504,21508640,21509834,21513493,21514159,21515694,21516748,21521646,21527656,21529788,21531298,21535718,21537166,21538926,21540253,21552517,21553690,21555692,21556778,21558538,21558814,21562697,21562928,21569467,21581036,21588409,21641513,21644473,21648739,21669565,21687555,21689192,21690971,21692336,21694964,21705640,21705930,21730832,21735669,21738173,21743172,21747422,21777621,21787450,21796468,21798431,2180471 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173623, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21094104,21153310,21157810,21170937,21180382,21182473,21221201,21230935,21230982,21286888,21287042,21301249,21311721,21363898,21382320,21445485,21652047,21731578,21794948,21860831,21907058 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173624, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966896,20999948,21012852,21038082,21053660,21072549,21073185,21073451,21076078,21118015,21120448,21140175,21141300,21144199,21149052,21149421,21151870,21160017,21160758,21161102,21167962,21172869,21181500,21204860,21211054,21211232,21220477,21222200,21223469,21224697,21227968,21271849,21273484,21287077,21297534,21301060,21308449,21318166,21339662,21353928,21360240,21362791,21370591,21378438,21382318,21382831,21398893,21419175,21427819,21433100,21437637,21447912,21454950,21483555,21490897,21492387,21494230,21501447,21508746,21510454,21516823,21532306,21532742,21533863,21537344,21538903,21539571,21559036,21559912,21562903,21567043,21567182,21575543,21644823,21647511,21677974,21689203,21689593,21689655,21689680,21706832,21736314,21754962,21769658,21772192,21772416,21773932,21791004,21814987,21817996,21818730,21822385,21823577,21826031,21843621,21846052,21861726,21904373,21907613,21927929,21932815,21936228 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173625, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967697,20985380,21000371,21021499,21021764,21025114,21038467,21039212,21043255,21046262,21051421,21065991,21066795,21071272,21074791,21076195,21076849,21079609,21082838,21084592,21116519,21116678,21117275,21121643,21122168,21122200,21123147,21123477,21131401,21133775,21133818,21134177,21135923,21136135,21137556,21140333,21140858,21140934,21150082,21152350,21152796,21153635,21156947,21160311,21161686,21161705,21161817,21173689,21180860,21181176,21181191,21181265,21181297,21181440,21181816,21181888,21197344,21220130,21220575,21224619,21224835,21225247,21225704,21227233,21227858,21230875,21231081,21234028,21234257,21239382,21239716,21241731,21267067,21268827,21272185,21277614,21278036,21285985,21290332,21290435,21292716,21295305,21297485,21300475,21301465,21309392,21309720,21320395,21338151,21338413,21340636,21343966,21345185,21350183,21350960,21351341,21358114,21360121,21363088,21364081,21364802,21369423,21375406,21377175,21377490,21382736,21386578,21387583,21390522,21391097,21395882,21398225,21403531,2140408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173626, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584622 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173627, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21159611 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173628, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21582180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173629, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21375089 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173630, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21581022 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173631, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21832672,21854963,21856761 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173632, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21575539 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173633, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21000364,21140860,21224837,21338422,21387581,21535835,21555938,21567784,21594867,21653640,21796208,21852909,21869902,21941750 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173634, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985464,21116339,21353884,21644576 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173635, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21170315,21222109,21406066,21567649 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173636, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21120939,21220367,21221143,21537223,21546190,21572077,21582178,21755722 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173637, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21038913,21182224,21182323,21262752,21277552,21281385,21300024,21362197,21392223,21445538,21516162,21532090,21551953,21580653,21593633,21687577,21775491,21779921 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173638, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967651,20984593,20999677,21037662,21041282,21042565,21047284,21050766,21064646,21073535,21074912,21075598,21078589,21082192,21083803,21084239,21109491,21114626,21115907,21116225,21117942,21119251,21121189,21121483,21135830,21140886,21141976,21142159,21151676,21153873,21156391,21159877,21161398,21163411,21163952,21167453,21170231,21170506,21170873,21172015,21172360,21173947,21180454,21180506,21180697,21181145,21182021,21214327,21214630,21221238,21223693,21224818,21225178,21227412,21230958,21233459,21237473,21238786,21240653,21265957,21270950,21274337,21276792,21283415,21287789,21287820,21293312,21299786,21300611,21336851,21338970,21342447,21343612,21346587,21350039,21357647,21362376,21366953,21369165,21378207,21379494,21380526,21380609,21380923,21381898,21383107,21384800,21389880,21392075,21395968,21415540,21416428,21418674,21422686,21427484,21433961,21434580,21442126,21443183,21445551,21447487,21451735,21483448,21484690,21486411,21487840,21490817,21492196,21494715,21498500,21501395,21502800,21502812,2150865 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173639, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21084960,21085258,21124382,21153327,21172646,21180433,21233442,21359461,21362404,21378767,21380914,21438060,21531965,21562937,21703847,21761677,21779945,21838110,21851379,21908233 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173640, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985156,20993452,20999949,21012841,21014086,21036130,21038087,21038882,21066036,21073197,21076082,21078111,21079047,21084136,21110641,21110880,21116011,21116863,21120449,21120772,21141315,21149048,21149408,21153417,21156908,21158465,21160018,21168300,21170169,21172124,21174303,21174924,21180802,21180811,21181091,21181289,21181505,21181871,21204848,21206150,21211220,21220473,21222212,21224694,21225524,21227506,21227970,21230860,21231185,21238007,21243251,21266466,21273474,21278605,21301041,21308439,21309471,21342652,21342661,21343817,21346659,21353927,21358139,21360243,21362795,21382309,21382725,21386241,21387617,21390504,21393176,21396382,21398882,21405930,21406721,21412792,21427806,21433092,21438770,21454938,21486697,21487887,21490883,21492388,21492498,21494229,21494935,21497039,21498630,21502161,21509412,21515023,21516212,21521821,21521908,21530558,21532739,21532776,21533857,21537334,21539572,21542491,21544835,21551624,21551650,21553705,21555832,21558289,21558300,21559031,21559845,21559910,21567042,2156719 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173641, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977620,21011405,21046724,21049996,21063587,21072814,21075104,21081207,21083688,21108211,21116162,21116209,21119825,21120643,21120880,21121097,21132939,21132970,21133020,21139135,21143925,21157229,21180296,21222800,21223008,21223200,21226226,21242482,21263080,21299561,21321702,21336609,21345948,21352990,21366720,21366731,21369144,21374635,21378921,21386632,21386709,21411898,21422072,21424771,21430363,21436437,21451823,21487127,21490593,21490757,21492828,21501928,21513410,21516700,21516716,21529496,21533606,21538605,21540242,21544307,21548052,21551564,21552470,21553616,21556558,21562716,21566199,21566547,21569319,21588165,21591748,21597678,21602717,21617050,21634997,21644314,21645125,21669228,21669485,21688889,21690461,21694718,21702028,21707062,21739024,21770156,21770630,21772873,21776755,21780319,21783964,21790458,21793415,21806976,21830110,21844475,21844822,21847818,21861706,21868753,21905691,21907039,21928190 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173642, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977611,20999628,21011410,21044063,21046717,21049991,21063596,21064514,21072815,21075100,21078051,21081205,21083689,21108213,21116163,21116208,21119830,21120647,21120885,21121100,21132941,21132966,21133010,21139133,21143929,21157225,21180301,21222793,21223021,21223194,21226231,21242476,21263071,21286063,21299557,21300685,21321707,21336611,21345951,21352998,21366712,21366727,21369146,21374633,21378920,21380554,21386638,21386712,21389612,21411895,21422075,21424778,21430370,21436432,21451826,21487136,21490602,21490762,21492834,21501933,21501992,21513406,21516706,21516714,21529497,21533602,21538604,21540236,21544300,21548057,21551565,21552479,21553615,21556559,21562726,21566194,21566545,21569299,21591746,21597682,21602718,21602793,21617044,21634995,21644315,21645130,21669483,21688893,21690466,21694717,21702022,21707053,21739025,21770155,21770628,21772874,21776765,21780314,21783974,21790455,21793410,21806966,21830105,21844479,21844814,21847820,21861705,21868758,21905688,21907037,21928189 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173529,30173531,30173539,30173547,30173566,30173597,30173617,30173625,30173633?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173530,30173549,30173550,30173551,30173574,30173641,30173642?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/30173532,30173540,30173552,30173559,30173567,30173576,30173584,30173603,30173618,30173634?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173533,30173541,30173553,30173560,30173568,30173577,30173585,30173605,30173619,30173627,30173635?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173534,30173542,30173554,30173561,30173569,30173578,30173586,30173608,30173620,30173628,30173636?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/30173535,30173543,30173555,30173562,30173570,30173579,30173587,30173610,30173621,30173629,30173637?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/30173536,30173544,30173556,30173563,30173571,30173580,30173588,30173613,30173622,30173630,30173638?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30173537,30173545,30173557,30173564,30173572,30173581,30173589,30173615,30173623,30173631,30173639?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/30173538,30173546,30173558,30173565,30173573,30173575,30173582,30173590,30173616,30173624,30173632,30173640?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for refus : https://www.fotonower.com/velours/30173548,30173583,30173600,30173626?tags=carton,metal,papier,pet_clair Fonction SLA_MENSUEL nb_day : (5, 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 : 03 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-03 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-03%') and created_at like '%2025-03%'))); nb_day : (5, 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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) = 03 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 '%032025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-03-01 : dt_date_just_month_year : 2025-03-01 00:00:00 : VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! 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-03-01" AND ded.date <= "2025-03-31" SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (1652668,1652626,1942343,1934842,1934847,1934851,1934852,1934857,1934861,1934867,1934874,1934878,1934882,1934890,1934895,1934902,1934909,1934914,1934915,1934919,1934924,1934929,1934934,1934935,1934938,1934942,1934946,1934948,1934956,1934964,1934969) 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.004253988862375556, 'nb_photo': 711, 'list_port_cont': '20967693,20985379,21000369,21021773,21038464,21039216,21043261,21046261,21051414,21066001,21066801,21071269,21074779,21076193,21076843,21082840,21084586,21116514,21116671,21117279,21121649,21122178,21122201,21123145,21123472,21131399,21133774,21133813,21134173,21136137,21137566,21140343,21140863,21140945,21150083,21152351,21152785,21153624,21156961,21160309,21161692,21161715,21161820,21173696,21180857,21181188,21181304,21181439,21181815,21181889,21197341,21220570,21224618,21224844,21225245,21225695,21227226,21227850,21230872,21231079,21234025,21234252,21239710,21267069,21268822,21272180,21277621,21285991,21290339,21290427,21292714,21295315,21297478,21300466,21301464,21309402,21309719,21320396,21338157,21338417,21340637,21343965,21345184,21350956,21351339,21358112,21363091,21364078,21369427,21375402,21382739,21386575,21387585,21390515,21391095,21395886,21403536,21404084,21405529,21415993,21417165,21423814,21427745,21433080,21433998,21438639,21442991,21459156,21485315,21487405,21488089,21492510,21495268,2149713', 'assoc_port': '20966500:20967693,20984094:20985379,20999702:21000369,21020699:21021773,21037134:21039216,21037137:21038464,21041998:21043261,21043840:21046261,21049822:21051414,21064403:21066001,21065191:21066801,21069854:21071269,21072684:21074779,21075331:21076843,21075334:21076193,21080852:21082840,21084269:21084586,21104034:21133774,21108064:21197341,21116149:21116671,21116150:21116514,21117032:21117279,21119656:21136137,21120541:21173696,21120582:21122178,21120586:21121649,21120954:21134173,21120964:21133813,21120971:21131399,21120985:21123472,21120996:21123145,21121012:21122201,21136349:21137566,21139009:21140343,21140310:21140863,21140595:21140945,21141751:21161692,21141760:21152351,21147911:21150083,21151379:21152785,21152615:21153624,21155491:21156961,21159637:21160309,21161083:21161715,21161104:21161820,21179959:21181889,21179963:21181815,21179974:21181439,21179976:21181304,21180021:21181188,21180044:21180857,21220275:21220570,21222614:21225245,21222626:21224844,21222667:21224618,21224540:21225695,21225889:2122785', 'assoc_mat': '20966500:autre:3327:20967693,20984094:autre:3327:20985379,20999702:autre:3327:21000369,21020699:autre:3327:21021773,21037134:autre:3327:21039216,21037137:autre:3327:21038464,21041998:autre:3327:21043261,21043840:autre:3327:21046261,21049822:autre:3327:21051414,21064403:autre:3327:21066001,21065191:autre:3327:21066801,21069854:autre:3327:21071269,21072684:autre:3327:21074779,21075331:autre:3327:21076843,21075334:autre:3327:21076193,21080852:autre:3327:21082840,21084269:autre:3327:21084586,21104034:autre:3327:21133774,21108064:autre:3327:21197341,21116149:autre:3327:21116671,21116150:autre:3327:21116514,21117032:autre:3327:21117279,21119656:autre:3327:21136137,21120541:autre:3327:21173696,21120582:autre:3327:21122178,21120586:autre:3327:21121649,21120954:autre:3327:21134173,21120964:autre:3327:21133813,21120971:autre:3327:21131399,21120985:autre:3327:21123472,21120996:autre:3327:21123145,21121012:autre:3327:21122201,21136349:autre:3327:21137566,21139009:autre:3327:21140343,21140310:autre:3327:21140863,21140595:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010624508563014187, 'nb_photo': 757, 'list_port_cont': '20977614,20999619,21011404,21044060,21046721,21049998,21063592,21064507,21072819,21075111,21078054,21081206,21083690,21108221,21116168,21116218,21119832,21120645,21120889,21121104,21132937,21132971,21133019,21139136,21143931,21157231,21180299,21222804,21223012,21223195,21226235,21242477,21263079,21286062,21299556,21300682,21321704,21336614,21345945,21352997,21366719,21366725,21369147,21374631,21378914,21380555,21386715,21389610,21411893,21422070,21424774,21430367,21436431,21451816,21487138,21490599,21490758,21492824,21501924,21501991,21513399,21516703,21516712,21529491,21533599,21538607,21540235,21544303,21548053,21551571,21552478,21553617,21556560,21562720,21566196,21566550,21569298,21588163,21591755,21597672,21617045,21635000,21645129,21669486,21688892,21690464,21694707,21702032,21707055,21739028,21770154,21770629,21772871,21776764,21780324,21783970,21790457,21793416,21806975,21830103,21844480,21844819,21847826,21861708,21868759,21905682,21907044,21928181', 'assoc_port': '20974622:20977614,20999576:20999619,21011128:21011404,21043841:21044060,21046490:21046721,21049820:21049998,21063281:21063592,21064405:21064507,21072706:21072819,21074835:21075111,21077851:21078054,21080851:21081206,21083363:21083690,21108098:21108221,21116151:21116218,21116153:21116168,21119653:21119832,21120518:21120889,21120537:21120645,21120946:21133019,21120976:21132971,21120978:21132937,21121009:21121104,21138999:21139136,21143650:21143931,21157120:21157231,21180026:21180299,21222620:21222804,21222625:21223195,21222666:21223012,21225891:21226235,21242244:21242477,21262953:21263079,21285764:21286062,21299166:21299556,21300165:21300682,21321582:21321704,21336294:21336614,21345494:21345945,21352319:21352997,21366612:21366725,21366615:21366719,21368955:21369147,21374325:21374631,21378574:21378914,21380161:21380555,21386395:21386715,21389269:21389610,21411664:21411893,21421770:21422070,21424521:21424774,21428063:21430367,21431418:21436431,21451320:21451816,21487044:21487138,21490475:21490758,21490484:2149059', 'assoc_mat': '20974622:autre_refus:3726:20977614,20999576:autre_refus:3726:20999619,21011128:autre_refus:3726:21011404,21043841:autre_refus:3726:21044060,21046490:autre_refus:3726:21046721,21049820:autre_refus:3726:21049998,21063281:autre_refus:3726:21063592,21064405:autre_refus:3726:21064507,21072706:autre_refus:3726:21072819,21074835:autre_refus:3726:21075111,21077851:autre_refus:3726:21078054,21080851:autre_refus:3726:21081206,21083363:autre_refus:3726:21083690,21108098:autre_refus:3726:21108221,21116151:autre_refus:3726:21116218,21116153:autre_refus:3726:21116168,21119653:autre_refus:3726:21119832,21120518:autre_refus:3726:21120889,21120537:autre_refus:3726:21120645,21120946:autre_refus:3726:21133019,21120976:autre_refus:3726:21132971,21120978:autre_refus:3726:21132937,21121009:autre_refus:3726:21121104,21138999:autre_refus:3726:21139136,21143650:autre_refus:3726:21143931,21157120:autre_refus:3726:21157231,21180026:autre_refus:3726:21180299,21222620:autre_refus:3726:21222804,21222625:autre_refus:3726:21223195,21222666:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0022928753651774198, 'nb_photo': 19, 'list_port_cont': '20967700,20985381,21066002,21117272,21137562,21267071,21406232,21536864,21550812,21555945,21557168,21559968,21769300,21844167,21852906,21941741,21947362,21953962', 'assoc_port': '20966500:20967700,20984094:20985381,21064403:21066002,21117032:21117272,21136349:21137562,21265553:21267071,21380261:21406232,21536138:21536864,21550606:21550812,21555437:21557168,21555444:21555945,21559585:21559968,21732322:21769300,21843936:21844167,21850606:21852906,21913094:21941741,21920670:21953962,21920673:21947362', 'assoc_mat': '20966500:barquette_avec_film:3327:20967700,20984094:barquette_avec_film:3327:20985381,21064403:barquette_avec_film:3327:21066002,21117032:barquette_avec_film:3327:21117272,21136349:barquette_avec_film:3327:21137562,21265553:barquette_avec_film:3327:21267071,21380261:barquette_avec_film:3327:21406232,21536138:barquette_avec_film:3327:21536864,21550606:barquette_avec_film:3327:21550812,21555437:barquette_avec_film:3327:21557168,21555444:barquette_avec_film:3327:21555945,21559585:barquette_avec_film:3327:21559968,21732322:barquette_avec_film:3327:21769300,21843936:barquette_avec_film:3327:21844167,21850606:barquette_avec_film:3327:21852906,21913094:barquette_avec_film:3327:21941741,21920670:barquette_avec_film:3327:21953962,21920673:barquette_avec_film:3327:21947362'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00039475857114500514, 'nb_photo': 20, 'list_port_cont': '20985465,21071221,21173203,21218918,21289463,21326935,21370527,21385311,21458298,21498495,21521592,21555646,21592103,21644575,21658652,21764117,21917674', 'assoc_port': '20974621:20985465,21020702:21071221,21120995:21173203,21135544:21326935,21140596:21289463,21151378:21218918,21370457:21370527,21384556:21385311,21451315:21458298,21498396:21498495,21521274:21521592,21555438:21555646,21587690:21592103,21640850:21644575,21657252:21658652,21730666:21764117,21906792:21917674', 'assoc_mat': '20974621:barquette_opaque:4205:20985465,21020702:barquette_opaque:4205:21071221,21120995:barquette_opaque:4205:21173203,21135544:barquette_opaque:4205:21326935,21140596:barquette_opaque:4205:21289463,21151378:barquette_opaque:4205:21218918,21370457:barquette_opaque:4205:21370527,21384556:barquette_opaque:4205:21385311,21451315:barquette_opaque:4205:21458298,21498396:barquette_opaque:4205:21498495,21521274:barquette_opaque:4205:21521592,21555438:barquette_opaque:4205:21555646,21587690:barquette_opaque:4205:21592103,21640850:barquette_opaque:4205:21644575,21657252:barquette_opaque:4205:21658652,21730666:barquette_opaque:4205:21764117,21906792:barquette_opaque:4205:21917674'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0013762180565840114, 'nb_photo': 350, 'list_port_cont': '21009033,21045723,21102636,21144484,21159613,21168730,21170322,21170842,21172463,21181128,21221273,21222102,21289589,21290386,21292019,21313585,21324803,21328626,21330400,21356395,21370278,21396242,21406055,21410365,21446121,21455885,21483695,21489864,21499590,21509388,21515726,21531604,21532585,21541049,21550797,21555809,21559765,21567648,21583073,21601469,21643096,21665889,21666460,21682602,21689765,21707619,21736511,21758201,21779831,21821320,21825475,21869542,21871529,21873400,21907236,21925046,21930395', 'assoc_port': '20993232:21009033,21043844:21045723,21064407:21102636,21084267:21313585,21108071:21289589,21117583:21159613,21120585:21168730,21120953:21170322,21120982:21172463,21140594:21290386,21143651:21144484,21155462:21170842,21180001:21181128,21221105:21221273,21221394:21222102,21232888:21324803,21267127:21330400,21290582:21292019,21306684:21328626,21339766:21356395,21352346:21370278,21378587:21410365,21381695:21406055,21394505:21396242,21431417:21446121,21441440:21455885,21483159:21483695,21489393:21489864,21499136:21499590,21509153:21509388,21515548:21515726,21529360:21531604,21532437:21532585,21538911:21541049,21550607:21550797,21555447:21555809,21559582:21559765,21567548:21567648,21580239:21583073,21592857:21601469,21639124:21643096,21651463:21665889,21651464:21666460,21682058:21682602,21689266:21689765,21706322:21707619,21724314:21736511,21728542:21758201,21779322:21779831,21793240:21821320,21814369:21825475,21843933:21873400,21849326:21871529,21861259:21869542,21903539:21907236,21913103:21925046,21924615:2193039', 'assoc_mat': '20993232:barquette_opaque:4203:21009033,21043844:barquette_opaque:4203:21045723,21064407:barquette_opaque:4203:21102636,21084267:barquette_opaque:4203:21313585,21108071:barquette_opaque:4203:21289589,21117583:barquette_opaque:4203:21159613,21120585:barquette_opaque:4203:21168730,21120953:barquette_opaque:4203:21170322,21120982:barquette_opaque:4203:21172463,21140594:barquette_opaque:4203:21290386,21143651:barquette_opaque:4203:21144484,21155462:barquette_opaque:4203:21170842,21180001:barquette_opaque:4203:21181128,21221105:barquette_opaque:4203:21221273,21221394:barquette_opaque:4203:21222102,21232888:barquette_opaque:4203:21324803,21267127:barquette_opaque:4203:21330400,21290582:barquette_opaque:4203:21292019,21306684:barquette_opaque:4203:21328626,21339766:barquette_opaque:4203:21356395,21352346:barquette_opaque:4203:21370278,21378587:barquette_opaque:4203:21410365,21381695:barquette_opaque:4203:21406055,21394505:barquette_opaque:4203:21396242,21431417:barquette_opaque:4203:21446121,21441440:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014538171128547113, 'nb_photo': 68, 'list_port_cont': '21011740,21070328,21115747,21140327,21168273,21206510,21209777,21210205,21221127,21226466,21226796,21266803,21277649,21343403,21345050,21363647,21366709,21369287,21378310,21402838,21405964,21410803,21416593,21483687,21494559,21501210,21502045,21516072,21521667,21529472,21530168,21533614,21536229,21551533,21555626,21566797,21567576,21572084,21581346,21582182,21582787,21642951,21692159,21736202,21769493,21789581,21824085,21900737,21908899,21909686', 'assoc_port': '21011126:21011740,21069853:21070328,21108061:21210205,21112972:21115747,21120538:21209777,21120544:21168273,21135542:21206510,21139512:21140327,21221106:21221127,21222619:21226796,21225888:21226466,21265552:21266803,21275769:21277649,21332135:21345050,21342839:21343403,21361669:21369287,21363249:21363647,21366614:21366709,21378066:21378310,21378588:21410803,21380167:21402838,21381690:21405964,21416274:21416593,21483158:21483687,21494513:21494559,21501000:21501210,21501745:21502045,21515948:21516072,21521294:21521667,21529362:21529472,21530099:21530168,21533463:21533614,21536136:21536229,21551422:21551533,21555440:21555626,21566768:21566797,21567549:21567576,21572066:21572084,21580238:21582787,21580242:21581346,21582168:21582182,21640842:21642951,21691867:21692159,21724316:21736202,21732318:21769493,21788225:21789581,21804268:21824085,21899637:21900737,21904652:21909686,21908057:21908899', 'assoc_mat': '21011126:barquette_opaque:4207:21011740,21069853:barquette_opaque:4207:21070328,21108061:barquette_opaque:4207:21210205,21112972:barquette_opaque:4207:21115747,21120538:barquette_opaque:4207:21209777,21120544:barquette_opaque:4207:21168273,21135542:barquette_opaque:4207:21206510,21139512:barquette_opaque:4207:21140327,21221106:barquette_opaque:4207:21221127,21222619:barquette_opaque:4207:21226796,21225888:barquette_opaque:4207:21226466,21265552:barquette_opaque:4207:21266803,21275769:barquette_opaque:4207:21277649,21332135:barquette_opaque:4207:21345050,21342839:barquette_opaque:4207:21343403,21361669:barquette_opaque:4207:21369287,21363249:barquette_opaque:4207:21363647,21366614:barquette_opaque:4207:21366709,21378066:barquette_opaque:4207:21378310,21378588:barquette_opaque:4207:21410803,21380167:barquette_opaque:4207:21402838,21381690:barquette_opaque:4207:21405964,21416274:barquette_opaque:4207:21416593,21483158:barquette_opaque:4207:21483687,21494513:barquette_opaque:4207:21494559,21501000:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01561744066105288, 'nb_photo': 30, 'list_port_cont': '20999910,21083721,21144747,21159945,21169542,21174505,21180616,21180650,21181195,21241314,21277958,21296282,21300821,21363773,21484955,21508683,21549687,21558588,21559702,21580654,21580931,21588463,21676356,21699690,21729389,21732478,21919075', 'assoc_port': '20999578:20999910,21033315:21083721,21074837:21296282,21117586:21159945,21120967:21300821,21121002:21174505,21143652:21144747,21157118:21169542,21179977:21181195,21180017:21180650,21180025:21180616,21222623:21277958,21240949:21241314,21363246:21363773,21484284:21484955,21508543:21508683,21542129:21549687,21558477:21558588,21559581:21559702,21580211:21580931,21580241:21580654,21587692:21588463,21674537:21676356,21699062:21699690,21728541:21729389,21730626:21732478,21917408:21919075', 'assoc_mat': '20999578:barquette_opaque:4461:20999910,21033315:barquette_opaque:4461:21083721,21074837:barquette_opaque:4461:21296282,21117586:barquette_opaque:4461:21159945,21120967:barquette_opaque:4461:21300821,21121002:barquette_opaque:4461:21174505,21143652:barquette_opaque:4461:21144747,21157118:barquette_opaque:4461:21169542,21179977:barquette_opaque:4461:21181195,21180017:barquette_opaque:4461:21180650,21180025:barquette_opaque:4461:21180616,21222623:barquette_opaque:4461:21277958,21240949:barquette_opaque:4461:21241314,21363246:barquette_opaque:4461:21363773,21484284:barquette_opaque:4461:21484955,21508543:barquette_opaque:4461:21508683,21542129:barquette_opaque:4461:21549687,21558477:barquette_opaque:4461:21558588,21559581:barquette_opaque:4461:21559702,21580211:barquette_opaque:4461:21580931,21580241:barquette_opaque:4461:21580654,21587692:barquette_opaque:4461:21588463,21674537:barquette_opaque:4461:21676356,21699062:barquette_opaque:4461:21699690,21728541:barquette_opaque:4461:21729389,21730626:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00943082352614104, 'nb_photo': 475, 'list_port_cont': '20967647,21041288,21041840,21042560,21050764,21070559,21073273,21073533,21074918,21075594,21080581,21082196,21083794,21109485,21114628,21115911,21116228,21117955,21119242,21121192,21121482,21135842,21139782,21141971,21142149,21153870,21156392,21161393,21163951,21167446,21170495,21170876,21172005,21172347,21173935,21180463,21180502,21181065,21181140,21182015,21214332,21214633,21223683,21224817,21227420,21230608,21233456,21237484,21242882,21265950,21270949,21274342,21276789,21283409,21287795,21289129,21293315,21299790,21300610,21307541,21307678,21336846,21346461,21346585,21350034,21352950,21353488,21357650,21359123,21366946,21369158,21374705,21374996,21378216,21379493,21380522,21380925,21381873,21381901,21383112,21383683,21389893,21392086,21395974,21415538,21416435,21418675,21427483,21428971,21433953,21434587,21442118,21443187,21445548,21447483,21451734,21483433,21484694,21486403,21487843,21490831,21492198,21494158,21494726,21501261,21501383,21508651,21513498,21514163,21515702,21516740,21521628,21521748,2152327', 'assoc_port': '20966504:20967647,21039692:21041840,21039694:21041288,21041995:21042560,21049816:21050764,21069850:21070559,21071196:21073533,21072704:21073273,21074840:21074918,21075332:21075594,21077848:21080581,21080850:21082196,21083366:21083794,21104037:21114628,21108067:21109485,21115491:21116228,21115511:21115911,21117580:21119242,21117584:21117955,21120519:21167446,21120542:21121482,21120584:21121192,21120957:21170495,21120965:21170876,21120977:21172005,21120979:21214633,21120984:21172347,21121001:21173935,21121008:21214332,21135646:21135842,21136352:21163951,21139513:21139782,21141753:21142149,21141759:21141971,21152617:21153870,21155490:21156392,21161106:21161393,21179964:21182015,21179969:21181140,21179971:21181065,21180019:21180502,21180022:21180463,21222664:21224817,21222668:21223683,21225894:21227420,21230483:21230608,21232873:21233456,21236228:21237484,21242259:21242882,21262954:21274342,21265555:21265950,21270482:21270949,21275776:21276789,21282368:21283409,21287083:21289129,21287087:21287795,21292229:2129331', 'assoc_mat': '20966504:barquette_opaque:4200:20967647,21039692:barquette_opaque:4200:21041840,21039694:barquette_opaque:4200:21041288,21041995:barquette_opaque:4200:21042560,21049816:barquette_opaque:4200:21050764,21069850:barquette_opaque:4200:21070559,21071196:barquette_opaque:4200:21073533,21072704:barquette_opaque:4200:21073273,21074840:barquette_opaque:4200:21074918,21075332:barquette_opaque:4200:21075594,21077848:barquette_opaque:4200:21080581,21080850:barquette_opaque:4200:21082196,21083366:barquette_opaque:4200:21083794,21104037:barquette_opaque:4200:21114628,21108067:barquette_opaque:4200:21109485,21115491:barquette_opaque:4200:21116228,21115511:barquette_opaque:4200:21115911,21117580:barquette_opaque:4200:21119242,21117584:barquette_opaque:4200:21117955,21120519:barquette_opaque:4200:21167446,21120542:barquette_opaque:4200:21121482,21120584:barquette_opaque:4200:21121192,21120957:barquette_opaque:4200:21170495,21120965:barquette_opaque:4200:21170876,21120977:barquette_opaque:4200:21172005,21120979:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004162394250180878, 'nb_photo': 206, 'list_port_cont': '20976943,21036083,21074953,21084559,21084956,21085755,21094101,21108018,21110403,21115565,21120348,21126633,21136279,21149026,21152443,21153313,21158508,21160150,21167719,21168646,21169141,21169422,21170925,21172653,21173040,21173840,21180372,21180431,21182363,21182768,21219551,21225024,21229865,21230841,21230972,21231345,21233454,21236761,21241370,21242851,21262697,21268028,21283814,21287044,21293911,21301254,21320371,21321712,21343142,21345072,21357489,21359442,21362396,21370634,21378766,21379728,21380908,21382807,21387026,21395342,21412560,21418414,21425010,21434907,21438057,21452071,21454716,21496965,21498512,21499359,21501265,21502906,21509091,21510449,21514296,21514960,21531958,21532669,21533548,21536790,21539584,21548122,21551853,21552615,21555781,21558639,21558833,21566615,21567661,21593566,21634028,21636628,21644993,21657988,21659248,21665295,21670109,21675009,21675103,21684438,21689136,21689172,21691009,21696771,21699805,21705570,21707422,21731566,21731774,21731877,21738981,21750012,21761775,2177994', 'assoc_port': '20966501:20976943,21035615:21036083,21039691:21084956,21041996:21085755,21049815:21094101,21069852:21108018,21071195:21110403,21074836:21115565,21074839:21074953,21077845:21120348,21084266:21126633,21084271:21084559,21112973:21152443,21117031:21158508,21120522:21167719,21120562:21168646,21120928:21169422,21120949:21287044,21120988:21172653,21120991:21173040,21120998:21173840,21135647:21262697,21136028:21136279,21139516:21231345,21141756:21230972,21147912:21219551,21147914:21149026,21152616:21170925,21152618:21153313,21157117:21169141,21159639:21160150,21179960:21182768,21179967:21182363,21180000:21180372,21180030:21180431,21224539:21229865,21224544:21225024,21230468:21230841,21232887:21233454,21236208:21236761,21240947:21241370,21242258:21242851,21267125:21268028,21282366:21283814,21292227:21293911,21300166:21301254,21319726:21320371,21321580:21321712,21342199:21345072,21342838:21343142,21349030:21357489,21358395:21359442,21361671:21362396,21370458:21370634,21378068:21378766,21378593:21379728,21380172:2138090', 'assoc_mat': '20966501:barquette_opaque:4209:20976943,21035615:barquette_opaque:4209:21036083,21039691:barquette_opaque:4209:21084956,21041996:barquette_opaque:4209:21085755,21049815:barquette_opaque:4209:21094101,21069852:barquette_opaque:4209:21108018,21071195:barquette_opaque:4209:21110403,21074836:barquette_opaque:4209:21115565,21074839:barquette_opaque:4209:21074953,21077845:barquette_opaque:4209:21120348,21084266:barquette_opaque:4209:21126633,21084271:barquette_opaque:4209:21084559,21112973:barquette_opaque:4209:21152443,21117031:barquette_opaque:4209:21158508,21120522:barquette_opaque:4209:21167719,21120562:barquette_opaque:4209:21168646,21120928:barquette_opaque:4209:21169422,21120949:barquette_opaque:4209:21287044,21120988:barquette_opaque:4209:21172653,21120991:barquette_opaque:4209:21173040,21120998:barquette_opaque:4209:21173840,21135647:barquette_opaque:4209:21262697,21136028:barquette_opaque:4209:21136279,21139516:barquette_opaque:4209:21231345,21141756:barquette_opaque:4209:21230972,21147912:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02020802448858791, 'nb_photo': 11419, 'list_port_cont': '20966887,20967298,20985155,20993445,20999938,21012854,21014073,21021434,21036132,21038095,21038873,21043607,21051107,21053646,21066045,21072541,21073191,21073462,21076080,21078114,21079055,21084142,21110652,21110881,21116010,21116412,21116852,21117713,21118017,21120444,21120765,21121284,21136321,21140174,21140912,21140924,21141306,21144190,21149056,21149420,21151868,21153419,21156899,21158464,21159291,21160011,21160756,21161098,21167466,21167964,21168301,21169749,21170156,21170562,21172113,21172867,21174293,21174934,21180797,21180810,21181100,21181282,21181506,21181881,21204844,21206161,21211052,21211231,21213692,21220476,21222214,21223463,21224687,21225144,21225533,21227511,21227982,21230847,21231181,21236170,21238006,21243261,21266479,21271845,21273478,21278616,21279596,21287070,21292254,21294336,21297529,21301059,21301440,21308450,21309482,21318170,21339670,21342638,21342667,21342754,21343811,21346664,21350650,21353930,21358133,21360236,21362801,21363914,21370590,21378427,21382313,21382578,21382720,2138283', 'assoc_port': '20966499:20967298,20966505:20966887,20984095:20985155,20993231:20993445,20999699:20999938,21005927:21014073,21011129:21012854,21020701:21021434,21035614:21036132,21037136:21038873,21037138:21038095,21041999:21043607,21049819:21053646,21049821:21051107,21065192:21066045,21069851:21073191,21071197:21072541,21072703:21073462,21075333:21076080,21075335:21078114,21077849:21079055,21083362:21084142,21108060:21116852,21108073:21116412,21109984:21110881,21110006:21110652,21112974:21116010,21117030:21117713,21117581:21159291,21117585:21120444,21117587:21118017,21119655:21120765,21120520:21213692,21120521:21167466,21120524:21167964,21120540:21168301,21120580:21121284,21120929:21169749,21120950:21170156,21120959:21170562,21120963:21211231,21120970:21211052,21120975:21172113,21120989:21172867,21120999:21174293,21121006:21174934,21135543:21206161,21136029:21136321,21137075:21204844,21139004:21140174,21139514:21140924,21140311:21140912,21140591:21141306,21141750:21161098,21141754:21160756,21141758:21144190,21147910:2114942', 'assoc_mat': '20966499:barquette_opaque:4211:20967298,20966505:barquette_opaque:4211:20966887,20984095:barquette_opaque:4211:20985155,20993231:barquette_opaque:4211:20993445,20999699:barquette_opaque:4211:20999938,21005927:barquette_opaque:4211:21014073,21011129:barquette_opaque:4211:21012854,21020701:barquette_opaque:4211:21021434,21035614:barquette_opaque:4211:21036132,21037136:barquette_opaque:4211:21038873,21037138:barquette_opaque:4211:21038095,21041999:barquette_opaque:4211:21043607,21049819:barquette_opaque:4211:21053646,21049821:barquette_opaque:4211:21051107,21065192:barquette_opaque:4211:21066045,21069851:barquette_opaque:4211:21073191,21071197:barquette_opaque:4211:21072541,21072703:barquette_opaque:4211:21073462,21075333:barquette_opaque:4211:21076080,21075335:barquette_opaque:4211:21078114,21077849:barquette_opaque:4211:21079055,21083362:barquette_opaque:4211:21084142,21108060:barquette_opaque:4211:21116852,21108073:barquette_opaque:4211:21116412,21109984:barquette_opaque:4211:21110881,21110006:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005451226916989701, 'nb_photo': 199, 'list_port_cont': '20985378,21000359,21021769,21039207,21043260,21046256,21051423,21074783,21076846,21082833,21116669,21117282,21121647,21122169,21123469,21131390,21133773,21133810,21137561,21150087,21152339,21152787,21160315,21161704,21180852,21181183,21181896,21224622,21224832,21225248,21225696,21227234,21227854,21239714,21241739,21272184,21278034,21290428,21295313,21297486,21300469,21309388,21338155,21340642,21350969,21358108,21364075,21364805,21369431,21377181,21390524,21395889,21403537,21404097,21405536,21412899,21427742,21433084,21433997,21442980,21459155,21485312,21492516,21497128,21502973,21503044,21508718,21509894,21516882,21521981,21523027,21530016,21531444,21533802,21538703,21540458,21540911,21548141,21550800,21552673,21555933,21557024,21557294,21558871,21558984,21559971,21567772,21568241,21594865,21634375,21648811,21653641,21654578,21657705,21667389,21687858,21689289,21691193,21692470,21697384,21700287,21725217,21725229,21735245,21743496,21757708,21758793,21769292,21778109,21789737,21791111,21796202,21805017,2181621', 'assoc_port': '20984094:20985378,20999702:21000359,21020699:21021769,21037134:21039207,21041998:21043260,21043840:21046256,21049822:21051423,21072684:21074783,21075331:21076846,21080852:21082833,21104034:21133773,21116149:21116669,21117032:21117282,21120582:21122169,21120586:21121647,21120964:21133810,21120971:21131390,21120985:21123469,21136349:21137561,21141760:21152339,21147911:21150087,21151379:21152787,21159637:21160315,21161083:21161704,21179959:21181896,21180021:21181183,21180044:21180852,21222614:21225248,21222626:21224832,21222667:21224622,21224540:21225696,21225889:21227854,21225893:21227234,21238238:21239714,21240948:21241739,21270483:21272184,21275779:21278034,21287086:21290428,21292228:21295313,21295950:21297486,21299162:21300469,21306687:21309388,21336230:21338155,21339768:21340642,21349048:21350969,21356916:21358108,21363248:21364805,21363251:21364075,21368953:21369431,21375992:21377181,21380146:21403537,21380166:21404097,21380207:21405536,21389271:21390524,21394507:21395889,21411661:21412899,21427045:2142774', 'assoc_mat': '20984094:bouchon:3327:20985378,20999702:bouchon:3327:21000359,21020699:bouchon:3327:21021769,21037134:bouchon:3327:21039207,21041998:bouchon:3327:21043260,21043840:bouchon:3327:21046256,21049822:bouchon:3327:21051423,21072684:bouchon:3327:21074783,21075331:bouchon:3327:21076846,21080852:bouchon:3327:21082833,21104034:bouchon:3327:21133773,21116149:bouchon:3327:21116669,21117032:bouchon:3327:21117282,21120582:bouchon:3327:21122169,21120586:bouchon:3327:21121647,21120964:bouchon:3327:21133810,21120971:bouchon:3327:21131390,21120985:bouchon:3327:21123469,21136349:bouchon:3327:21137561,21141760:bouchon:3327:21152339,21147911:bouchon:3327:21150087,21151379:bouchon:3327:21152787,21159637:bouchon:3327:21160315,21161083:bouchon:3327:21161704,21179959:bouchon:3327:21181896,21180021:bouchon:3327:21181183,21180044:bouchon:3327:21180852,21222614:bouchon:3327:21225248,21222626:bouchon:3327:21224832,21222667:bouchon:3327:21224622,21224540:bouchon:3327:21225696,21225889:bouchon:3327:21227854,21225893:bouchon:3327:21227234,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013220179977436361, 'nb_photo': 449, 'list_port_cont': '20985463,21012759,21071222,21107279,21116343,21123607,21126657,21168319,21173201,21180768,21218925,21221711,21225052,21236496,21271165,21289461,21322280,21326925,21330722,21336376,21353886,21357846,21370520,21371434,21385320,21402158,21402419,21416726,21425189,21457529,21458304,21494167,21498489,21509789,21513398,21521635,21531291,21539010,21551510,21555633,21559755,21562634,21562748,21592097,21638616,21644581,21658650,21675531,21690553,21707165,21764107,21769866,21798673,21823027,21824615,21832339,21869003,21869705,21870596,21917687,21942305', 'assoc_port': '20974621:20985463,21005926:21012759,21020702:21071222,21069849:21107279,21083360:21123607,21084272:21126657,21116152:21116343,21120561:21168319,21120995:21173201,21135544:21326925,21140596:21289461,21151378:21218925,21179999:21180768,21221398:21221711,21224543:21225052,21225874:21322280,21236227:21236496,21270486:21271165,21275781:21330722,21300178:21336376,21338511:21353886,21345495:21371434,21356896:21357846,21370457:21370520,21380145:21402158,21380165:21402419,21384556:21385320,21416273:21416726,21424524:21425189,21431420:21457529,21451315:21458304,21494053:21494167,21498396:21498489,21509733:21509789,21513309:21513398,21521274:21521635,21531130:21531291,21538916:21539010,21551421:21551510,21555438:21555633,21559577:21559755,21562384:21562748,21562427:21562634,21587690:21592097,21636269:21638616,21640850:21644581,21657252:21658650,21667880:21675531,21690281:21690553,21706327:21707165,21730666:21764107,21734156:21769866,21774743:21798673,21798310:21823027,21814397:21824615,21828479:21832339,21845944:2187059', 'assoc_mat': '20974621:carton:4205:20985463,21005926:carton:4205:21012759,21020702:carton:4205:21071222,21069849:carton:4205:21107279,21083360:carton:4205:21123607,21084272:carton:4205:21126657,21116152:carton:4205:21116343,21120561:carton:4205:21168319,21120995:carton:4205:21173201,21135544:carton:4205:21326925,21140596:carton:4205:21289461,21151378:carton:4205:21218925,21179999:carton:4205:21180768,21221398:carton:4205:21221711,21224543:carton:4205:21225052,21225874:carton:4205:21322280,21236227:carton:4205:21236496,21270486:carton:4205:21271165,21275781:carton:4205:21330722,21300178:carton:4205:21336376,21338511:carton:4205:21353886,21345495:carton:4205:21371434,21356896:carton:4205:21357846,21370457:carton:4205:21370520,21380145:carton:4205:21402158,21380165:carton:4205:21402419,21384556:carton:4205:21385320,21416273:carton:4205:21416726,21424524:carton:4205:21425189,21431420:carton:4205:21457529,21451315:carton:4205:21458304,21494053:carton:4205:21494167,21498396:carton:4205:21498489,21509733:carton:4205:21509789,2151'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007060748297068778, 'nb_photo': 1075, 'list_port_cont': '21009026,21045724,21102640,21144491,21159601,21168719,21170310,21170849,21172455,21181124,21221285,21222096,21289590,21290392,21292016,21313581,21324798,21328628,21330394,21356404,21370276,21396227,21406067,21410359,21446116,21455891,21483705,21489868,21499593,21509391,21515727,21531602,21532589,21541037,21550795,21555810,21559768,21567636,21583070,21601474,21643105,21665888,21666466,21682598,21689759,21707618,21736500,21758198,21779820,21821323,21825487,21869538,21871522,21873391,21907232,21925040,21930397', 'assoc_port': '20993232:21009026,21043844:21045724,21064407:21102640,21084267:21313581,21108071:21289590,21117583:21159601,21120585:21168719,21120953:21170310,21120982:21172455,21140594:21290392,21143651:21144491,21155462:21170849,21180001:21181124,21221105:21221285,21221394:21222096,21232888:21324798,21267127:21330394,21290582:21292016,21306684:21328628,21339766:21356404,21352346:21370276,21378587:21410359,21381695:21406067,21394505:21396227,21431417:21446116,21441440:21455891,21483159:21483705,21489393:21489868,21499136:21499593,21509153:21509391,21515548:21515727,21529360:21531602,21532437:21532589,21538911:21541037,21550607:21550795,21555447:21555810,21559582:21559768,21567548:21567636,21580239:21583070,21592857:21601474,21639124:21643105,21651463:21665888,21651464:21666466,21682058:21682598,21689266:21689759,21706322:21707618,21724314:21736500,21728542:21758198,21779322:21779820,21793240:21821323,21814369:21825487,21843933:21873391,21849326:21871522,21861259:21869538,21903539:21907232,21913103:21925040,21924615:2193039', 'assoc_mat': '20993232:carton:4203:21009026,21043844:carton:4203:21045724,21064407:carton:4203:21102640,21084267:carton:4203:21313581,21108071:carton:4203:21289590,21117583:carton:4203:21159601,21120585:carton:4203:21168719,21120953:carton:4203:21170310,21120982:carton:4203:21172455,21140594:carton:4203:21290392,21143651:carton:4203:21144491,21155462:carton:4203:21170849,21180001:carton:4203:21181124,21221105:carton:4203:21221285,21221394:carton:4203:21222096,21232888:carton:4203:21324798,21267127:carton:4203:21330394,21290582:carton:4203:21292016,21306684:carton:4203:21328628,21339766:carton:4203:21356404,21352346:carton:4203:21370276,21378587:carton:4203:21410359,21381695:carton:4203:21406067,21394505:carton:4203:21396227,21431417:carton:4203:21446116,21441440:carton:4203:21455891,21483159:carton:4203:21483705,21489393:carton:4203:21489868,21499136:carton:4203:21499593,21509153:carton:4203:21509391,21515548:carton:4203:21515727,21529360:carton:4203:21531602,21532437:carton:4203:21532589,21538911:carton:4203:21541037,2155'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9463347150801492, 'nb_photo': 3705, 'list_port_cont': '20966642,20975328,20999849,21009759,21011749,21012664,21024492,21025568,21033733,21042395,21044277,21049351,21050231,21065615,21066109,21070333,21075119,21080329,21080739,21082804,21084371,21110378,21115752,21115763,21116351,21117033,21117152,21117916,21120225,21120936,21122046,21122703,21136714,21140140,21140329,21140991,21141132,21141995,21142908,21144100,21155885,21167624,21168265,21169571,21169690,21169963,21170025,21170239,21170857,21170905,21171547,21180140,21180253,21180482,21180756,21206514,21209652,21209778,21209919,21210207,21220380,21220384,21221141,21221154,21221642,21223088,21223449,21224149,21224361,21224922,21226467,21226782,21227450,21236778,21238669,21241052,21266801,21267844,21271024,21276233,21277640,21283637,21286624,21291670,21293472,21293519,21300865,21300939,21307921,21309980,21314060,21321692,21338137,21339424,21340053,21342555,21342982,21343063,21343407,21343487,21345059,21345347,21345969,21362651,21363638,21366700,21367848,21368049,21369284,21378318,21381646,21382379,21382592,2138487', 'assoc_port': '20966502:20966642,20974623:20975328,20999701:20999849,21005922:21012664,21005924:21009759,21011126:21011749,21024338:21025568,21024342:21024492,21033316:21033733,21041997:21042395,21043842:21044277,21046491:21049351,21049818:21050231,21065194:21066109,21065195:21065615,21069853:21070333,21074838:21075119,21077844:21080739,21077852:21080329,21080853:21082804,21084268:21084371,21108061:21210207,21108072:21209919,21109988:21116351,21110005:21110378,21112972:21115752,21115509:21115763,21117027:21117152,21117028:21117033,21117582:21117916,21119657:21120225,21120523:21167624,21120538:21209778,21120544:21168265,21120581:21120936,21120948:21169690,21120951:21169963,21120952:21170025,21120955:21170239,21120961:21209652,21120966:21170857,21120968:21170905,21120973:21171547,21120980:21122703,21121004:21122046,21135542:21206514,21136351:21136714,21139002:21169571,21139512:21140329,21139515:21140140,21140597:21141132,21140598:21140991,21141755:21142908,21141757:21141995,21143653:21144100,21155465:21155885,21179961:2118075', 'assoc_mat': '20966502:carton:4207:20966642,20974623:carton:4207:20975328,20999701:carton:4207:20999849,21005922:carton:4207:21012664,21005924:carton:4207:21009759,21011126:carton:4207:21011749,21024338:carton:4207:21025568,21024342:carton:4207:21024492,21033316:carton:4207:21033733,21041997:carton:4207:21042395,21043842:carton:4207:21044277,21046491:carton:4207:21049351,21049818:carton:4207:21050231,21065194:carton:4207:21066109,21065195:carton:4207:21065615,21069853:carton:4207:21070333,21074838:carton:4207:21075119,21077844:carton:4207:21080739,21077852:carton:4207:21080329,21080853:carton:4207:21082804,21084268:carton:4207:21084371,21108061:carton:4207:21210207,21108072:carton:4207:21209919,21109988:carton:4207:21116351,21110005:carton:4207:21110378,21112972:carton:4207:21115752,21115509:carton:4207:21115763,21117027:carton:4207:21117152,21117028:carton:4207:21117033,21117582:carton:4207:21117916,21119657:carton:4207:21120225,21120523:carton:4207:21167624,21120538:carton:4207:21209778,21120544:carton:4207:21168265,2112'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017588927830254685, 'nb_photo': 5126, 'list_port_cont': '20977414,20996243,20999914,21006789,21038927,21058273,21071715,21074464,21083731,21085525,21085969,21093806,21110281,21125878,21144749,21150864,21152090,21153000,21159930,21161966,21168747,21169537,21170762,21173463,21174508,21180611,21180655,21181203,21182228,21182314,21208280,21218931,21219605,21220508,21241308,21247527,21262240,21262748,21268894,21271286,21274559,21275557,21277092,21277494,21277551,21277970,21278676,21279517,21280812,21281376,21284858,21286994,21291855,21292881,21296175,21296275,21296829,21300023,21300149,21300815,21300830,21307834,21311393,21321744,21337067,21340277,21342494,21359289,21361540,21362208,21363778,21367045,21367156,21369224,21375081,21378640,21380358,21380836,21382375,21382414,21382751,21389985,21392215,21395022,21416710,21418691,21422429,21425113,21428785,21434262,21441971,21442347,21445544,21455852,21484962,21486609,21487869,21490844,21494194,21494944,21496995,21498532,21501352,21502830,21508679,21509360,21510472,21513513,21514194,21514919,21516173,21516767,21521683,2152286', 'assoc_port': '20966503:20977414,20984096:20996243,20999578:20999914,20999700:21006789,21011127:21058273,21020698:21071715,21033315:21083731,21037139:21038927,21039695:21085525,21041994:21085969,21049814:21093806,21071194:21110281,21072708:21074464,21074837:21296275,21080849:21208280,21083369:21125878,21109990:21292881,21109992:21150864,21112971:21152090,21115508:21296175,21117586:21159930,21120539:21300149,21120583:21168747,21120960:21170762,21120967:21300815,21120974:21300830,21120992:21173463,21121002:21174508,21135541:21262240,21136350:21262748,21139006:21284858,21140308:21281376,21141752:21280812,21143652:21144749,21147913:21219605,21152614:21218931,21152620:21153000,21157118:21169537,21161108:21161966,21179962:21182314,21179968:21182228,21179977:21181203,21180017:21180655,21180025:21180611,21220269:21220508,21221396:21279517,21222615:21278676,21222623:21277970,21225892:21277494,21225895:21277551,21232860:21275557,21236225:21274559,21240949:21241308,21247225:21247527,21267131:21268894,21270480:21271286,21275780:2127709', 'assoc_mat': '20966503:carton:4461:20977414,20984096:carton:4461:20996243,20999578:carton:4461:20999914,20999700:carton:4461:21006789,21011127:carton:4461:21058273,21020698:carton:4461:21071715,21033315:carton:4461:21083731,21037139:carton:4461:21038927,21039695:carton:4461:21085525,21041994:carton:4461:21085969,21049814:carton:4461:21093806,21071194:carton:4461:21110281,21072708:carton:4461:21074464,21074837:carton:4461:21296275,21080849:carton:4461:21208280,21083369:carton:4461:21125878,21109990:carton:4461:21292881,21109992:carton:4461:21150864,21112971:carton:4461:21152090,21115508:carton:4461:21296175,21117586:carton:4461:21159930,21120539:carton:4461:21300149,21120583:carton:4461:21168747,21120960:carton:4461:21170762,21120967:carton:4461:21300815,21120974:carton:4461:21300830,21120992:carton:4461:21173463,21121002:carton:4461:21174508,21135541:carton:4461:21262240,21136350:carton:4461:21262748,21139006:carton:4461:21284858,21140308:carton:4461:21281376,21141752:carton:4461:21280812,21143652:carton:4461:21144749,2114'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01862884726984025, 'nb_photo': 2040, 'list_port_cont': '20967646,20984600,20999670,20999956,21025023,21037670,21041283,21041843,21042574,21047288,21050772,21064642,21070566,21073265,21073530,21074903,21075603,21078575,21080587,21082201,21084241,21109479,21114627,21115915,21116233,21117949,21119247,21121200,21121475,21135829,21139772,21140895,21141972,21142154,21151675,21153874,21156387,21159873,21161408,21163408,21163949,21167445,21170229,21170508,21170886,21172014,21172357,21173948,21180460,21180512,21180703,21181073,21181141,21182026,21214328,21214635,21221233,21221303,21223684,21224825,21225169,21227408,21230607,21230954,21233461,21237477,21238799,21240648,21242873,21265952,21270958,21274332,21276781,21283414,21287791,21287812,21289134,21293309,21299779,21300604,21307539,21307677,21336845,21338959,21342449,21343590,21346460,21346589,21350038,21352935,21353474,21357657,21359124,21362389,21366961,21369166,21374702,21374995,21378202,21379491,21380527,21380610,21380924,21381877,21381897,21382145,21383121,21383680,21384792,21389881,21392077,21395972,21415551,2141643', 'assoc_port': '20966504:20967646,20984097:20984600,20999574:20999956,20999575:20999670,21024339:21025023,21037135:21037670,21039692:21041843,21039694:21041283,21041995:21042574,21046493:21047288,21049816:21050772,21064402:21064642,21069850:21070566,21071196:21073530,21072704:21073265,21074840:21074903,21075332:21075603,21077847:21078575,21077848:21080587,21080850:21082201,21083367:21084241,21104037:21114627,21108067:21109479,21115491:21116233,21115511:21115915,21117580:21119247,21117584:21117949,21120519:21167445,21120542:21121475,21120584:21121200,21120956:21170229,21120957:21170508,21120965:21170886,21120977:21172014,21120979:21214635,21120984:21172357,21121001:21173948,21121008:21214328,21135646:21135829,21136352:21163949,21136353:21163408,21139513:21139772,21140309:21140895,21141753:21142154,21141759:21141972,21151382:21151675,21152617:21153874,21155490:21156387,21159635:21159873,21161106:21161408,21179964:21182026,21179969:21181141,21179971:21181073,21179980:21180703,21180019:21180512,21180022:21180460,21221101:2122130', 'assoc_mat': '20966504:carton:4200:20967646,20984097:carton:4200:20984600,20999574:carton:4200:20999956,20999575:carton:4200:20999670,21024339:carton:4200:21025023,21037135:carton:4200:21037670,21039692:carton:4200:21041843,21039694:carton:4200:21041283,21041995:carton:4200:21042574,21046493:carton:4200:21047288,21049816:carton:4200:21050772,21064402:carton:4200:21064642,21069850:carton:4200:21070566,21071196:carton:4200:21073530,21072704:carton:4200:21073265,21074840:carton:4200:21074903,21075332:carton:4200:21075603,21077847:carton:4200:21078575,21077848:carton:4200:21080587,21080850:carton:4200:21082201,21083367:carton:4200:21084241,21104037:carton:4200:21114627,21108067:carton:4200:21109479,21115491:carton:4200:21116233,21115511:carton:4200:21115915,21117580:carton:4200:21119247,21117584:carton:4200:21117949,21120519:carton:4200:21167445,21120542:carton:4200:21121475,21120584:carton:4200:21121200,21120956:carton:4200:21170229,21120957:carton:4200:21170508,21120965:carton:4200:21170886,21120977:carton:4200:21172014,2112'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04510399359297336, 'nb_photo': 5691, 'list_port_cont': '20976939,20993326,21005793,21036091,21074747,21074962,21084558,21084949,21085093,21085179,21085259,21085763,21087519,21090048,21094103,21094282,21104596,21108020,21110400,21110947,21111062,21115570,21120356,21121176,21124388,21126636,21126889,21136286,21149024,21150141,21152441,21153340,21154909,21157809,21158513,21159894,21160143,21161899,21167718,21168655,21169142,21169432,21170682,21170741,21170922,21170932,21171166,21171591,21172241,21172505,21172649,21173027,21173748,21173848,21174543,21174877,21180379,21180423,21180519,21180925,21180938,21181050,21181211,21182174,21182360,21182474,21182767,21187591,21219025,21219556,21220405,21221210,21221379,21222434,21225030,21229859,21230126,21230165,21230839,21230932,21230950,21230993,21231340,21233440,21236755,21237395,21241362,21241500,21242843,21247496,21262683,21268017,21276980,21277026,21283821,21286876,21287048,21288789,21293905,21297117,21300695,21300721,21301251,21301446,21307324,21308459,21311717,21320376,21321715,21339228,21342561,21343136,21345064,2135749', 'assoc_port': '20966501:20976939,20993233:20993326,20999577:21005793,21020700:21121176,21024341:21074747,21035615:21036091,21039691:21084949,21039693:21085179,21039696:21085093,21039697:21085259,21041996:21085763,21043843:21087519,21046492:21090048,21049815:21094103,21049817:21094282,21065193:21104596,21069852:21108020,21071195:21110400,21072705:21111062,21072707:21110947,21074836:21115570,21074839:21074962,21077845:21120356,21083365:21124388,21084266:21126636,21084270:21126889,21084271:21084558,21108069:21301446,21109986:21150141,21112973:21152441,21115510:21154909,21117029:21157809,21117031:21158513,21120522:21167718,21120562:21168655,21120928:21169432,21120949:21287048,21120958:21170682,21120962:21170741,21120969:21286876,21120972:21171591,21120981:21172241,21120987:21172505,21120988:21172649,21120991:21173027,21120994:21173748,21120998:21173848,21121005:21174543,21121011:21174877,21135647:21262683,21136028:21136286,21139516:21231340,21140592:21230993,21140593:21230932,21141756:21230950,21147912:21219556,21147914:2114902', 'assoc_mat': '20966501:carton:4209:20976939,20993233:carton:4209:20993326,20999577:carton:4209:21005793,21020700:carton:4209:21121176,21024341:carton:4209:21074747,21035615:carton:4209:21036091,21039691:carton:4209:21084949,21039693:carton:4209:21085179,21039696:carton:4209:21085093,21039697:carton:4209:21085259,21041996:carton:4209:21085763,21043843:carton:4209:21087519,21046492:carton:4209:21090048,21049815:carton:4209:21094103,21049817:carton:4209:21094282,21065193:carton:4209:21104596,21069852:carton:4209:21108020,21071195:carton:4209:21110400,21072705:carton:4209:21111062,21072707:carton:4209:21110947,21074836:carton:4209:21115570,21074839:carton:4209:21074962,21077845:carton:4209:21120356,21083365:carton:4209:21124388,21084266:carton:4209:21126636,21084270:carton:4209:21126889,21084271:carton:4209:21084558,21108069:carton:4209:21301446,21109986:carton:4209:21150141,21112973:carton:4209:21152441,21115510:carton:4209:21154909,21117029:carton:4209:21157809,21117031:carton:4209:21158513,21120522:carton:4209:21167718,2112'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007720386459801402, 'nb_photo': 12756, 'list_port_cont': '20966888,20967305,20985168,20993436,20999946,21012845,21014078,21021443,21036135,21038090,21038869,21043610,21051101,21053649,21066050,21072552,21073187,21073458,21076083,21078113,21079045,21084144,21110653,21110887,21116021,21116414,21116857,21117703,21118012,21120453,21120760,21121294,21136314,21140184,21140905,21140927,21141313,21144189,21149047,21149412,21151860,21153414,21156906,21158463,21159290,21160020,21160766,21161093,21167472,21167961,21168313,21169742,21170165,21170548,21172114,21172881,21174289,21174932,21180800,21180817,21181095,21181279,21181495,21181885,21204855,21206153,21211055,21211226,21213698,21220486,21222209,21223453,21224686,21225140,21225520,21227515,21227971,21230861,21231184,21236167,21238002,21243253,21266472,21271850,21273489,21278608,21279593,21287081,21292252,21294332,21297523,21301032,21301426,21308448,21309467,21318154,21339663,21342646,21342658,21342751,21343816,21346657,21350661,21353939,21358137,21360237,21362805,21363923,21370605,21378436,21382314,21382573,21382723,2138284', 'assoc_port': '20966499:20967305,20966505:20966888,20984095:20985168,20993231:20993436,20999699:20999946,21005927:21014078,21011129:21012845,21020701:21021443,21035614:21036135,21037136:21038869,21037138:21038090,21041999:21043610,21049819:21053649,21049821:21051101,21065192:21066050,21069851:21073187,21071197:21072552,21072703:21073458,21075333:21076083,21075335:21078113,21077849:21079045,21083362:21084144,21108060:21116857,21108073:21116414,21109984:21110887,21110006:21110653,21112974:21116021,21117030:21117703,21117581:21159290,21117585:21120453,21117587:21118012,21119655:21120760,21120520:21213698,21120521:21167472,21120524:21167961,21120540:21168313,21120580:21121294,21120929:21169742,21120950:21170165,21120959:21170548,21120963:21211226,21120970:21211055,21120975:21172114,21120989:21172881,21120999:21174289,21121006:21174932,21135543:21206153,21136029:21136314,21137075:21204855,21139004:21140184,21139514:21140927,21140311:21140905,21140591:21141313,21141750:21161093,21141754:21160766,21141758:21144189,21147910:2114941', 'assoc_mat': '20966499:carton:4211:20967305,20966505:carton:4211:20966888,20984095:carton:4211:20985168,20993231:carton:4211:20993436,20999699:carton:4211:20999946,21005927:carton:4211:21014078,21011129:carton:4211:21012845,21020701:carton:4211:21021443,21035614:carton:4211:21036135,21037136:carton:4211:21038869,21037138:carton:4211:21038090,21041999:carton:4211:21043610,21049819:carton:4211:21053649,21049821:carton:4211:21051101,21065192:carton:4211:21066050,21069851:carton:4211:21073187,21071197:carton:4211:21072552,21072703:carton:4211:21073458,21075333:carton:4211:21076083,21075335:carton:4211:21078113,21077849:carton:4211:21079045,21083362:carton:4211:21084144,21108060:carton:4211:21116857,21108073:carton:4211:21116414,21109984:carton:4211:21110887,21110006:carton:4211:21110653,21112974:carton:4211:21116021,21117030:carton:4211:21117703,21117581:carton:4211:21159290,21117585:carton:4211:21120453,21117587:carton:4211:21118012,21119655:carton:4211:21120760,21120520:carton:4211:21213698,21120521:carton:4211:21167472,2112'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005072217023800268, 'nb_photo': 156, 'list_port_cont': '20967701,20985389,21038460,21043263,21051417,21066797,21071274,21076190,21076852,21116515,21117276,21121651,21122166,21123146,21131400,21133811,21134180,21140335,21140856,21152349,21153634,21181891,21220577,21224845,21227223,21234038,21234245,21267061,21272188,21292713,21369430,21375410,21391101,21395887,21398222,21404088,21417172,21427743,21434007,21438642,21446473,21485307,21488088,21495263,21497138,21509891,21510599,21513643,21513786,21516258,21521992,21523353,21533805,21536868,21538709,21546168,21548143,21550811,21555940,21557172,21557298,21558622,21558877,21559969,21567725,21567774,21594873,21634504,21653644,21657709,21697377,21725225,21736947,21757706,21778102,21789739,21791110,21796209,21805011,21810641,21814308,21816217,21842974,21843825,21844166,21852902,21869900,21905845,21906486,21909009,21912340,21925954,21930246,21941744', 'assoc_port': '20966500:20967701,20984094:20985389,21037137:21038460,21041998:21043263,21049822:21051417,21065191:21066797,21069854:21071274,21075331:21076852,21075334:21076190,21116150:21116515,21117032:21117276,21120582:21122166,21120586:21121651,21120954:21134180,21120964:21133811,21120971:21131400,21120996:21123146,21139009:21140335,21140310:21140856,21141760:21152349,21152615:21153634,21179959:21181891,21220275:21220577,21222626:21224845,21225893:21227223,21232886:21234245,21232889:21234038,21265553:21267061,21270483:21272188,21290578:21292713,21368953:21369430,21374311:21375410,21378580:21398222,21380166:21404088,21389264:21391101,21394507:21395887,21416272:21417172,21427045:21427743,21431419:21434007,21437146:21438642,21444754:21446473,21484309:21485307,21487642:21488088,21494510:21495263,21496852:21497138,21509728:21509891,21510020:21510599,21513306:21513643,21513310:21513786,21515947:21516258,21521296:21521992,21523164:21523353,21533460:21533805,21536138:21536868,21538437:21538709,21545758:21546168,21547967:2154814', 'assoc_mat': '20966500:carton:3327:20967701,20984094:carton:3327:20985389,21037137:carton:3327:21038460,21041998:carton:3327:21043263,21049822:carton:3327:21051417,21065191:carton:3327:21066797,21069854:carton:3327:21071274,21075331:carton:3327:21076852,21075334:carton:3327:21076190,21116150:carton:3327:21116515,21117032:carton:3327:21117276,21120582:carton:3327:21122166,21120586:carton:3327:21121651,21120954:carton:3327:21134180,21120964:carton:3327:21133811,21120971:carton:3327:21131400,21120996:carton:3327:21123146,21139009:carton:3327:21140335,21140310:carton:3327:21140856,21141760:carton:3327:21152349,21152615:carton:3327:21153634,21179959:carton:3327:21181891,21220275:carton:3327:21220577,21222626:carton:3327:21224845,21225893:carton:3327:21227223,21232886:carton:3327:21234245,21232889:carton:3327:21234038,21265553:carton:3327:21267061,21270483:carton:3327:21272188,21290578:carton:3327:21292713,21368953:carton:3327:21369430,21374311:carton:3327:21375410,21378580:carton:3327:21398222,21380166:carton:3327:21404088,2138'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0456920331790123, 'nb_photo': 52, 'list_port_cont': '21584627', 'assoc_port': '21583368:21584627', 'assoc_mat': '21583368:carton:3594:21584627'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015743069120197136, 'nb_photo': 113, 'list_port_cont': '20977616,21011400,21049999,21081212,21083694,21116219,21119831,21120648,21121094,21132946,21132976,21139129,21143926,21157235,21226234,21242481,21263074,21286058,21299564,21336613,21345956,21352987,21366723,21369145,21374627,21378915,21380553,21386717,21411891,21422073,21424780,21451820,21487135,21490761,21492830,21501930,21516718,21538600,21544296,21548055,21551566,21552473,21556563,21562722,21566200,21566552,21569295,21588170,21591747,21597671,21645120,21688886,21690465,21694709,21702029,21707056,21739023,21770152,21770632,21772868,21783968,21790464,21830102,21844478,21847825,21861709,21907040,21928186', 'assoc_port': '20974622:20977616,21011128:21011400,21049820:21049999,21080851:21081212,21083363:21083694,21116151:21116219,21119653:21119831,21120537:21120648,21120976:21132976,21120978:21132946,21121009:21121094,21138999:21139129,21143650:21143926,21157120:21157235,21225891:21226234,21242244:21242481,21262953:21263074,21285764:21286058,21299166:21299564,21336294:21336613,21345494:21345956,21352319:21352987,21366612:21366723,21368955:21369145,21374325:21374627,21378574:21378915,21380161:21380553,21386395:21386717,21411664:21411891,21421770:21422073,21424521:21424780,21451320:21451820,21487044:21487135,21490475:21490761,21492821:21492830,21501748:21501930,21516623:21516718,21538439:21538600,21544047:21544296,21547968:21548055,21551419:21551566,21552382:21552473,21556266:21556563,21562380:21562722,21566096:21566200,21566375:21566552,21569272:21569295,21587693:21588170,21591150:21591747,21597598:21597671,21640852:21645120,21683649:21688886,21690282:21690465,21694463:21694709,21700663:21702029,21706320:21707056,21730664:2177286', 'assoc_mat': '20974622:cartonnette:3726:20977616,21011128:cartonnette:3726:21011400,21049820:cartonnette:3726:21049999,21080851:cartonnette:3726:21081212,21083363:cartonnette:3726:21083694,21116151:cartonnette:3726:21116219,21119653:cartonnette:3726:21119831,21120537:cartonnette:3726:21120648,21120976:cartonnette:3726:21132976,21120978:cartonnette:3726:21132946,21121009:cartonnette:3726:21121094,21138999:cartonnette:3726:21139129,21143650:cartonnette:3726:21143926,21157120:cartonnette:3726:21157235,21225891:cartonnette:3726:21226234,21242244:cartonnette:3726:21242481,21262953:cartonnette:3726:21263074,21285764:cartonnette:3726:21286058,21299166:cartonnette:3726:21299564,21336294:cartonnette:3726:21336613,21345494:cartonnette:3726:21345956,21352319:cartonnette:3726:21352987,21366612:cartonnette:3726:21366723,21368955:cartonnette:3726:21369145,21374325:cartonnette:3726:21374627,21378574:cartonnette:3726:21378915,21380161:cartonnette:3726:21380553,21386395:cartonnette:3726:21386717,21411664:cartonnette:3726:21411891,21421770:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0072227035095524545, 'nb_photo': 366, 'list_port_cont': '20977615,20999625,21011403,21046725,21049993,21063585,21064511,21072818,21075101,21078043,21081211,21083692,21108219,21116170,21116217,21120650,21120888,21121102,21132945,21132968,21133015,21139134,21143921,21157230,21180297,21222802,21223006,21223196,21226232,21242480,21263082,21286067,21299565,21300689,21321705,21336612,21345949,21352988,21366733,21369143,21374628,21378917,21380557,21386713,21389613,21411892,21422065,21424776,21430361,21436438,21451817,21487131,21490756,21492829,21501927,21501993,21513401,21516701,21516711,21529499,21533609,21538601,21540241,21548062,21551568,21552472,21553621,21556562,21562724,21566203,21566543,21569300,21588172,21591756,21597674,21617043,21645121,21669493,21688890,21690457,21694708,21702033,21707060,21739022,21770150,21770634,21772870,21780316,21783972,21790463,21793418,21830109,21844472,21844818,21847817,21861701,21868754,21905683,21907048,21928183', 'assoc_port': '20974622:20977615,20999576:20999625,21011128:21011403,21046490:21046725,21049820:21049993,21063281:21063585,21064405:21064511,21072706:21072818,21074835:21075101,21077851:21078043,21080851:21081211,21083363:21083692,21108098:21108219,21116151:21116217,21116153:21116170,21120518:21120888,21120537:21120650,21120946:21133015,21120976:21132968,21120978:21132945,21121009:21121102,21138999:21139134,21143650:21143921,21157120:21157230,21180026:21180297,21222620:21222802,21222625:21223196,21222666:21223006,21225891:21226232,21242244:21242480,21262953:21263082,21285764:21286067,21299166:21299565,21300165:21300689,21321582:21321705,21336294:21336612,21345494:21345949,21352319:21352988,21366612:21366733,21368955:21369143,21374325:21374628,21378574:21378917,21380161:21380557,21386395:21386713,21389269:21389613,21411664:21411892,21421770:21422065,21424521:21424776,21428063:21430361,21431418:21436438,21451320:21451817,21487044:21487131,21490475:21490756,21492821:21492829,21501744:21501993,21501748:21501927,21513307:2151340', 'assoc_mat': '20974622:Carton_brun:3726:20977615,20999576:Carton_brun:3726:20999625,21011128:Carton_brun:3726:21011403,21046490:Carton_brun:3726:21046725,21049820:Carton_brun:3726:21049993,21063281:Carton_brun:3726:21063585,21064405:Carton_brun:3726:21064511,21072706:Carton_brun:3726:21072818,21074835:Carton_brun:3726:21075101,21077851:Carton_brun:3726:21078043,21080851:Carton_brun:3726:21081211,21083363:Carton_brun:3726:21083692,21108098:Carton_brun:3726:21108219,21116151:Carton_brun:3726:21116217,21116153:Carton_brun:3726:21116170,21120518:Carton_brun:3726:21120888,21120537:Carton_brun:3726:21120650,21120946:Carton_brun:3726:21133015,21120976:Carton_brun:3726:21132968,21120978:Carton_brun:3726:21132945,21121009:Carton_brun:3726:21121102,21138999:Carton_brun:3726:21139134,21143650:Carton_brun:3726:21143921,21157120:Carton_brun:3726:21157230,21180026:Carton_brun:3726:21180297,21222620:Carton_brun:3726:21222802,21222625:Carton_brun:3726:21223196,21222666:Carton_brun:3726:21223006,21225891:Carton_brun:3726:21226232,21242244:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004311776438691858, 'nb_photo': 190, 'list_port_cont': '20977622,21011409,21046726,21049988,21064512,21072813,21081204,21083698,21116166,21116216,21120646,21120886,21132948,21132969,21133016,21139131,21222791,21223019,21223192,21226229,21242487,21286061,21299563,21300687,21321703,21336605,21345946,21352993,21374632,21378916,21386716,21389620,21411900,21422066,21424781,21430369,21436427,21451818,21487137,21490603,21492827,21501935,21513402,21516705,21516722,21529492,21533608,21538603,21540232,21544302,21548058,21552480,21556564,21562718,21566201,21566548,21569294,21591752,21597681,21645119,21669491,21688894,21690458,21694712,21702025,21707061,21739030,21770148,21770625,21772876,21776757,21780318,21783967,21793411,21806967,21844473,21844823,21847821,21861704,21868757,21907045,21928188', 'assoc_port': '20974622:20977622,21011128:21011409,21046490:21046726,21049820:21049988,21064405:21064512,21072706:21072813,21080851:21081204,21083363:21083698,21116151:21116216,21116153:21116166,21120518:21120886,21120537:21120646,21120946:21133016,21120976:21132969,21120978:21132948,21138999:21139131,21222620:21222791,21222625:21223192,21222666:21223019,21225891:21226229,21242244:21242487,21285764:21286061,21299166:21299563,21300165:21300687,21321582:21321703,21336294:21336605,21345494:21345946,21352319:21352993,21374325:21374632,21378574:21378916,21386395:21386716,21389269:21389620,21411664:21411900,21421770:21422066,21424521:21424781,21428063:21430369,21431418:21436427,21451320:21451818,21487044:21487137,21490484:21490603,21492821:21492827,21501748:21501935,21513307:21513402,21516623:21516722,21516625:21516705,21529358:21529492,21533461:21533608,21538439:21538603,21539976:21540232,21544047:21544302,21547968:21548058,21552382:21552480,21556266:21556564,21562380:21562718,21566096:21566201,21566375:21566548,21569272:2156929', 'assoc_mat': '20974622:Carton_gris:3726:20977622,21011128:Carton_gris:3726:21011409,21046490:Carton_gris:3726:21046726,21049820:Carton_gris:3726:21049988,21064405:Carton_gris:3726:21064512,21072706:Carton_gris:3726:21072813,21080851:Carton_gris:3726:21081204,21083363:Carton_gris:3726:21083698,21116151:Carton_gris:3726:21116216,21116153:Carton_gris:3726:21116166,21120518:Carton_gris:3726:21120886,21120537:Carton_gris:3726:21120646,21120946:Carton_gris:3726:21133016,21120976:Carton_gris:3726:21132969,21120978:Carton_gris:3726:21132948,21138999:Carton_gris:3726:21139131,21222620:Carton_gris:3726:21222791,21222625:Carton_gris:3726:21223192,21222666:Carton_gris:3726:21223019,21225891:Carton_gris:3726:21226229,21242244:Carton_gris:3726:21242487,21285764:Carton_gris:3726:21286061,21299166:Carton_gris:3726:21299563,21300165:Carton_gris:3726:21300687,21321582:Carton_gris:3726:21321703,21336294:Carton_gris:3726:21336605,21345494:Carton_gris:3726:21345946,21352319:Carton_gris:3726:21352993,21374325:Carton_gris:3726:21374632,21378574:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006799551597263453, 'nb_photo': 226, 'list_port_cont': '20985454,21012762,21071232,21107280,21116342,21123609,21126662,21168328,21173192,21180770,21218914,21221706,21225050,21236487,21271166,21289465,21322275,21326928,21330728,21336361,21353893,21357844,21370535,21371438,21385313,21402160,21402418,21416727,21425192,21458302,21494174,21498480,21509787,21513397,21521619,21531293,21539023,21551499,21555638,21559746,21562636,21562753,21592105,21638611,21644589,21658664,21675521,21690559,21707153,21764123,21769856,21798670,21823021,21832346,21868991,21870578,21917686,21942311', 'assoc_port': '20974621:20985454,21005926:21012762,21020702:21071232,21069849:21107280,21083360:21123609,21084272:21126662,21116152:21116342,21120561:21168328,21120995:21173192,21135544:21326928,21140596:21289465,21151378:21218914,21179999:21180770,21221398:21221706,21224543:21225050,21225874:21322275,21236227:21236487,21270486:21271166,21275781:21330728,21300178:21336361,21338511:21353893,21345495:21371438,21356896:21357844,21370457:21370535,21380145:21402160,21380165:21402418,21384556:21385313,21416273:21416727,21424524:21425192,21451315:21458302,21494053:21494174,21498396:21498480,21509733:21509787,21513309:21513397,21521274:21521619,21531130:21531293,21538916:21539023,21551421:21551499,21555438:21555638,21559577:21559746,21562384:21562753,21562427:21562636,21587690:21592105,21636269:21638611,21640850:21644589,21657252:21658664,21667880:21675521,21690281:21690559,21706327:21707153,21730666:21764123,21734156:21769856,21774743:21798670,21798310:21823021,21828479:21832346,21845944:21870578,21861261:21868991,21906792:2191768', 'assoc_mat': '20974621:ela:4205:20985454,21005926:ela:4205:21012762,21020702:ela:4205:21071232,21069849:ela:4205:21107280,21083360:ela:4205:21123609,21084272:ela:4205:21126662,21116152:ela:4205:21116342,21120561:ela:4205:21168328,21120995:ela:4205:21173192,21135544:ela:4205:21326928,21140596:ela:4205:21289465,21151378:ela:4205:21218914,21179999:ela:4205:21180770,21221398:ela:4205:21221706,21224543:ela:4205:21225050,21225874:ela:4205:21322275,21236227:ela:4205:21236487,21270486:ela:4205:21271166,21275781:ela:4205:21330728,21300178:ela:4205:21336361,21338511:ela:4205:21353893,21345495:ela:4205:21371438,21356896:ela:4205:21357844,21370457:ela:4205:21370535,21380145:ela:4205:21402160,21380165:ela:4205:21402418,21384556:ela:4205:21385313,21416273:ela:4205:21416727,21424524:ela:4205:21425192,21451315:ela:4205:21458302,21494053:ela:4205:21494174,21498396:ela:4205:21498480,21509733:ela:4205:21509787,21513309:ela:4205:21513397,21521274:ela:4205:21521619,21531130:ela:4205:21531293,21538916:ela:4205:21539023,21551421:ela:4205:2155149'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9727017382677244, 'nb_photo': 341, 'list_port_cont': '21009030,21045722,21102642,21144479,21159606,21168720,21170314,21172457,21181131,21221283,21222106,21289585,21290396,21292004,21313589,21324806,21328635,21330406,21356399,21370283,21396232,21406056,21410357,21446125,21455884,21483706,21489861,21499592,21509387,21515731,21531598,21532580,21541036,21550783,21555819,21559766,21567650,21601472,21643103,21665886,21666465,21682604,21689769,21707610,21736507,21758199,21779825,21821317,21825488,21869535,21871531,21873392,21907231,21925039,21930405', 'assoc_port': '20993232:21009030,21043844:21045722,21064407:21102642,21084267:21313589,21108071:21289585,21117583:21159606,21120585:21168720,21120953:21170314,21120982:21172457,21140594:21290396,21143651:21144479,21180001:21181131,21221105:21221283,21221394:21222106,21232888:21324806,21267127:21330406,21290582:21292004,21306684:21328635,21339766:21356399,21352346:21370283,21378587:21410357,21381695:21406056,21394505:21396232,21431417:21446125,21441440:21455884,21483159:21483706,21489393:21489861,21499136:21499592,21509153:21509387,21515548:21515731,21529360:21531598,21532437:21532580,21538911:21541036,21550607:21550783,21555447:21555819,21559582:21559766,21567548:21567650,21592857:21601472,21639124:21643103,21651463:21665886,21651464:21666465,21682058:21682604,21689266:21689769,21706322:21707610,21724314:21736507,21728542:21758199,21779322:21779825,21793240:21821317,21814369:21825488,21843933:21873392,21849326:21871531,21861259:21869535,21903539:21907231,21913103:21925039,21924615:21930405', 'assoc_mat': '20993232:ela:4203:21009030,21043844:ela:4203:21045722,21064407:ela:4203:21102642,21084267:ela:4203:21313589,21108071:ela:4203:21289585,21117583:ela:4203:21159606,21120585:ela:4203:21168720,21120953:ela:4203:21170314,21120982:ela:4203:21172457,21140594:ela:4203:21290396,21143651:ela:4203:21144479,21180001:ela:4203:21181131,21221105:ela:4203:21221283,21221394:ela:4203:21222106,21232888:ela:4203:21324806,21267127:ela:4203:21330406,21290582:ela:4203:21292004,21306684:ela:4203:21328635,21339766:ela:4203:21356399,21352346:ela:4203:21370283,21378587:ela:4203:21410357,21381695:ela:4203:21406056,21394505:ela:4203:21396232,21431417:ela:4203:21446125,21441440:ela:4203:21455884,21483159:ela:4203:21483706,21489393:ela:4203:21489861,21499136:ela:4203:21499592,21509153:ela:4203:21509387,21515548:ela:4203:21515731,21529360:ela:4203:21531598,21532437:ela:4203:21532580,21538911:ela:4203:21541036,21550607:ela:4203:21550783,21555447:ela:4203:21555819,21559582:ela:4203:21559766,21567548:ela:4203:21567650,21592857:ela:4203:2160147'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0012652127494398946, 'nb_photo': 202, 'list_port_cont': '20966647,20975342,20999853,21011751,21066113,21080733,21082800,21110384,21115758,21117160,21117909,21120931,21136729,21140145,21140326,21144098,21168269,21170029,21170234,21170863,21171550,21180134,21180481,21209913,21220374,21221648,21224145,21224358,21226465,21236777,21238672,21276214,21277641,21283645,21293506,21300940,21338143,21339411,21342544,21343051,21343485,21363640,21367837,21368062,21369285,21394897,21402835,21406084,21406097,21410807,21416606,21425309,21427651,21442109,21447744,21455221,21483680,21486133,21486770,21487145,21487161,21490771,21494098,21499215,21502037,21508621,21509083,21510422,21514858,21514885,21516066,21521468,21527634,21530173,21533622,21536236,21537227,21550771,21551543,21558513,21559638,21562779,21566565,21566802,21572074,21637198,21642209,21655968,21675664,21689117,21689147,21731917,21762845,21763844,21764327,21769487,21783175,21788782,21790987,21801604,21819071,21819736,21824088,21833002,21844225,21850239,21861732,21901030,21904033,21906326,21908905,21909677,21920749,2192875', 'assoc_port': '20966502:20966647,20974623:20975342,20999701:20999853,21011126:21011751,21065194:21066113,21077844:21080733,21080853:21082800,21108072:21209913,21110005:21110384,21112972:21115758,21117027:21117160,21117582:21117909,21120544:21168269,21120581:21120931,21120952:21170029,21120955:21170234,21120966:21170863,21120973:21171550,21136351:21136729,21139512:21140326,21139515:21140145,21143653:21144098,21180020:21180481,21180031:21180134,21220272:21220374,21221400:21221648,21222621:21224358,21222627:21224145,21225888:21226465,21236207:21236777,21238237:21238672,21275769:21277641,21275777:21276214,21282367:21283645,21292231:21293506,21300189:21300940,21336255:21338143,21338508:21339411,21342182:21342544,21342837:21343485,21342843:21343051,21349035:21367837,21349047:21368062,21361669:21369285,21363249:21363640,21378572:21394897,21378588:21410807,21380167:21402835,21381697:21406084,21381718:21406097,21416274:21416606,21424522:21425309,21427046:21427651,21441443:21455221,21441451:21442109,21446762:21447744,21483158:2148368', 'assoc_mat': '20966502:ela:4207:20966647,20974623:ela:4207:20975342,20999701:ela:4207:20999853,21011126:ela:4207:21011751,21065194:ela:4207:21066113,21077844:ela:4207:21080733,21080853:ela:4207:21082800,21108072:ela:4207:21209913,21110005:ela:4207:21110384,21112972:ela:4207:21115758,21117027:ela:4207:21117160,21117582:ela:4207:21117909,21120544:ela:4207:21168269,21120581:ela:4207:21120931,21120952:ela:4207:21170029,21120955:ela:4207:21170234,21120966:ela:4207:21170863,21120973:ela:4207:21171550,21136351:ela:4207:21136729,21139512:ela:4207:21140326,21139515:ela:4207:21140145,21143653:ela:4207:21144098,21180020:ela:4207:21180481,21180031:ela:4207:21180134,21220272:ela:4207:21220374,21221400:ela:4207:21221648,21222621:ela:4207:21224358,21222627:ela:4207:21224145,21225888:ela:4207:21226465,21236207:ela:4207:21236777,21238237:ela:4207:21238672,21275769:ela:4207:21277641,21275777:ela:4207:21276214,21282367:ela:4207:21283645,21292231:ela:4207:21293506,21300189:ela:4207:21300940,21336255:ela:4207:21338143,21338508:ela:4207:2133941'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035992267184328406, 'nb_photo': 14, 'list_port_cont': '21083724,21271283,21277957,21280805,21300158,21395027,21501356,21555763,21558254,21694933,21790701,21793691,21811881', 'assoc_port': '21033315:21083724,21120539:21300158,21141752:21280805,21222623:21277957,21270480:21271283,21394479:21395027,21500999:21501356,21555442:21555763,21558172:21558254,21694460:21694933,21790640:21790701,21793242:21793691,21810731:21811881', 'assoc_mat': '21033315:ela:4461:21083724,21120539:ela:4461:21300158,21141752:ela:4461:21280805,21222623:ela:4461:21277957,21270480:ela:4461:21271283,21394479:ela:4461:21395027,21500999:ela:4461:21501356,21555442:ela:4461:21555763,21558172:ela:4461:21558254,21694460:ela:4461:21694933,21790640:ela:4461:21790701,21793242:ela:4461:21793691,21810731:ela:4461:21811881'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0011328219414141472, 'nb_photo': 177, 'list_port_cont': '20967655,21025015,21041842,21042571,21070563,21073269,21073532,21074910,21080593,21082188,21117947,21119249,21135841,21153882,21167455,21170498,21172009,21173930,21180695,21181070,21181149,21182023,21224829,21227411,21230963,21233467,21238785,21265945,21274336,21276791,21283401,21299784,21338971,21343592,21346456,21352941,21357652,21362379,21369160,21374699,21375005,21379492,21380520,21380606,21381895,21392078,21415550,21416425,21427486,21428964,21433962,21451738,21483446,21484684,21486413,21490824,21494154,21494721,21501396,21502811,21508644,21509062,21509837,21513499,21514164,21515698,21516745,21521632,21527659,21531316,21533466,21535724,21540245,21544340,21551768,21551781,21553687,21555685,21556772,21558537,21562696,21562921,21566580,21569463,21588411,21593772,21639858,21641516,21648750,21657503,21668804,21669554,21675027,21689183,21692344,21694969,21697755,21723061,21730831,21738179,21743185,21747416,21787455,21790373,21794789,21796460,21798427,21798889,21813110,21830864,21844086,21864559,21871759,2191071', 'assoc_port': '20966504:20967655,21024339:21025015,21039692:21041842,21041995:21042571,21069850:21070563,21071196:21073532,21072704:21073269,21074840:21074910,21077848:21080593,21080850:21082188,21117580:21119249,21117584:21117947,21120519:21167455,21120957:21170498,21120977:21172009,21121001:21173930,21135646:21135841,21152617:21153882,21179964:21182023,21179969:21181149,21179971:21181070,21179980:21180695,21222616:21230963,21222664:21224829,21225894:21227411,21232873:21233467,21238240:21238785,21262954:21274336,21265555:21265945,21275776:21276791,21282368:21283401,21299136:21299784,21338517:21338971,21342842:21343592,21345497:21346456,21352345:21352941,21356913:21357652,21361674:21362379,21368954:21369160,21374304:21375005,21374328:21374699,21378583:21381895,21378595:21380520,21378600:21379492,21380169:21380606,21391267:21392078,21414863:21416425,21414866:21415550,21427048:21427486,21428064:21428964,21433417:21433962,21451316:21451738,21483161:21483446,21484310:21484684,21486216:21486413,21490477:21490824,21494056:2149415', 'assoc_mat': '20966504:ela:4200:20967655,21024339:ela:4200:21025015,21039692:ela:4200:21041842,21041995:ela:4200:21042571,21069850:ela:4200:21070563,21071196:ela:4200:21073532,21072704:ela:4200:21073269,21074840:ela:4200:21074910,21077848:ela:4200:21080593,21080850:ela:4200:21082188,21117580:ela:4200:21119249,21117584:ela:4200:21117947,21120519:ela:4200:21167455,21120957:ela:4200:21170498,21120977:ela:4200:21172009,21121001:ela:4200:21173930,21135646:ela:4200:21135841,21152617:ela:4200:21153882,21179964:ela:4200:21182023,21179969:ela:4200:21181149,21179971:ela:4200:21181070,21179980:ela:4200:21180695,21222616:ela:4200:21230963,21222664:ela:4200:21224829,21225894:ela:4200:21227411,21232873:ela:4200:21233467,21238240:ela:4200:21238785,21262954:ela:4200:21274336,21265555:ela:4200:21265945,21275776:ela:4200:21276791,21282368:ela:4200:21283401,21299136:ela:4200:21299784,21338517:ela:4200:21338971,21342842:ela:4200:21343592,21345497:ela:4200:21346456,21352345:ela:4200:21352941,21356913:ela:4200:21357652,21361674:ela:4200:2136237'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004923902438803023, 'nb_photo': 888, 'list_port_cont': '20976948,21005790,21036087,21074947,21084551,21084948,21085099,21085191,21085257,21085764,21087518,21090047,21094098,21108005,21110410,21111065,21115569,21121165,21124387,21126641,21126890,21136272,21149027,21152451,21154906,21157796,21158516,21160149,21161887,21167721,21168657,21169131,21169423,21170686,21170916,21170934,21171169,21171595,21172239,21172508,21172656,21173030,21173743,21174866,21180385,21180432,21180922,21180932,21181036,21181217,21182355,21182464,21182781,21187580,21219022,21219554,21220411,21221198,21221388,21222431,21225037,21229861,21230139,21230176,21230933,21230945,21230983,21231348,21233451,21237370,21241364,21241498,21242839,21247497,21262692,21268022,21276986,21283817,21286886,21288792,21293915,21297125,21300696,21300713,21301253,21301445,21307332,21308465,21311726,21320372,21321713,21339232,21342568,21345076,21357488,21357624,21357731,21362412,21363901,21366818,21370636,21371100,21378771,21379507,21379727,21380909,21382302,21382809,21387037,21392216,21395346,21412088,21412563,2141842', 'assoc_port': '20966501:20976948,20999577:21005790,21020700:21121165,21035615:21036087,21039691:21084948,21039693:21085191,21039696:21085099,21039697:21085257,21041996:21085764,21043843:21087518,21046492:21090047,21049815:21094098,21069852:21108005,21071195:21110410,21072705:21111065,21074836:21115569,21074839:21074947,21083365:21124387,21084266:21126641,21084270:21126890,21084271:21084551,21108069:21301445,21112973:21152451,21115510:21154906,21117029:21157796,21117031:21158516,21120522:21167721,21120562:21168657,21120928:21169423,21120958:21170686,21120969:21286886,21120972:21171595,21120981:21172239,21120987:21172508,21120988:21172656,21120991:21173030,21120994:21173743,21121011:21174866,21135647:21262692,21136028:21136272,21139516:21231348,21140592:21230983,21140593:21230933,21141756:21230945,21147912:21219554,21147914:21149027,21151380:21219022,21152616:21170934,21155463:21171169,21155464:21170916,21157117:21169131,21159639:21160149,21161085:21161887,21179960:21182781,21179967:21182355,21179970:21182464,21179972:2118758', 'assoc_mat': '20966501:ela:4209:20976948,20999577:ela:4209:21005790,21020700:ela:4209:21121165,21035615:ela:4209:21036087,21039691:ela:4209:21084948,21039693:ela:4209:21085191,21039696:ela:4209:21085099,21039697:ela:4209:21085257,21041996:ela:4209:21085764,21043843:ela:4209:21087518,21046492:ela:4209:21090047,21049815:ela:4209:21094098,21069852:ela:4209:21108005,21071195:ela:4209:21110410,21072705:ela:4209:21111065,21074836:ela:4209:21115569,21074839:ela:4209:21074947,21083365:ela:4209:21124387,21084266:ela:4209:21126641,21084270:ela:4209:21126890,21084271:ela:4209:21084551,21108069:ela:4209:21301445,21112973:ela:4209:21152451,21115510:ela:4209:21154906,21117029:ela:4209:21157796,21117031:ela:4209:21158516,21120522:ela:4209:21167721,21120562:ela:4209:21168657,21120928:ela:4209:21169423,21120958:ela:4209:21170686,21120969:ela:4209:21286886,21120972:ela:4209:21171595,21120981:ela:4209:21172239,21120987:ela:4209:21172508,21120988:ela:4209:21172656,21120991:ela:4209:21173030,21120994:ela:4209:21173743,21121011:ela:4209:2117486'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012760477546620095, 'nb_photo': 4276, 'list_port_cont': '20966892,20967303,20985159,20993437,20999933,21012840,21014088,21021436,21036131,21038088,21038879,21043603,21051112,21053651,21066042,21072551,21073190,21073459,21076076,21078123,21079057,21084139,21110640,21110875,21116017,21116403,21116867,21117708,21118011,21120451,21120769,21121299,21136318,21140180,21140903,21140916,21141311,21144188,21149057,21149419,21151874,21153416,21156905,21158453,21159295,21160006,21160762,21161087,21167464,21167956,21168305,21169755,21170158,21170547,21172126,21172876,21174300,21174923,21180807,21180812,21181098,21181287,21181494,21181884,21204857,21206148,21211053,21211217,21213706,21220482,21222215,21223465,21224688,21225143,21225535,21227513,21227974,21230848,21231188,21236174,21237994,21243262,21266481,21271844,21273477,21278610,21279603,21287067,21292258,21294331,21297531,21301027,21301439,21308452,21309472,21318159,21339664,21342642,21342666,21342747,21343806,21346666,21350660,21353937,21358132,21360249,21362804,21363916,21370594,21378430,21382326,21382571,21382716,2138284', 'assoc_port': '20966499:20967303,20966505:20966892,20984095:20985159,20993231:20993437,20999699:20999933,21005927:21014088,21011129:21012840,21020701:21021436,21035614:21036131,21037136:21038879,21037138:21038088,21041999:21043603,21049819:21053651,21049821:21051112,21065192:21066042,21069851:21073190,21071197:21072551,21072703:21073459,21075333:21076076,21075335:21078123,21077849:21079057,21083362:21084139,21108060:21116867,21108073:21116403,21109984:21110875,21110006:21110640,21112974:21116017,21117030:21117708,21117581:21159295,21117585:21120451,21117587:21118011,21119655:21120769,21120520:21213706,21120521:21167464,21120524:21167956,21120540:21168305,21120580:21121299,21120929:21169755,21120950:21170158,21120959:21170547,21120963:21211217,21120970:21211053,21120975:21172126,21120989:21172876,21120999:21174300,21121006:21174923,21135543:21206148,21136029:21136318,21137075:21204857,21139004:21140180,21139514:21140916,21140311:21140903,21140591:21141311,21141750:21161087,21141754:21160762,21141758:21144188,21147910:2114941', 'assoc_mat': '20966499:ela:4211:20967303,20966505:ela:4211:20966892,20984095:ela:4211:20985159,20993231:ela:4211:20993437,20999699:ela:4211:20999933,21005927:ela:4211:21014088,21011129:ela:4211:21012840,21020701:ela:4211:21021436,21035614:ela:4211:21036131,21037136:ela:4211:21038879,21037138:ela:4211:21038088,21041999:ela:4211:21043603,21049819:ela:4211:21053651,21049821:ela:4211:21051112,21065192:ela:4211:21066042,21069851:ela:4211:21073190,21071197:ela:4211:21072551,21072703:ela:4211:21073459,21075333:ela:4211:21076076,21075335:ela:4211:21078123,21077849:ela:4211:21079057,21083362:ela:4211:21084139,21108060:ela:4211:21116867,21108073:ela:4211:21116403,21109984:ela:4211:21110875,21110006:ela:4211:21110640,21112974:ela:4211:21116017,21117030:ela:4211:21117708,21117581:ela:4211:21159295,21117585:ela:4211:21120451,21117587:ela:4211:21118011,21119655:ela:4211:21120769,21120520:ela:4211:21213706,21120521:ela:4211:21167464,21120524:ela:4211:21167956,21120540:ela:4211:21168305,21120580:ela:4211:21121299,21120929:ela:4211:2116975'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0001403407358265082, 'nb_photo': 1, 'list_port_cont': '21126656', 'assoc_port': '21084272:21126656', 'assoc_mat': '21084272:etiquette:4205:21126656'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001871934669202425, 'nb_photo': 179, 'list_port_cont': '21009023,21045720,21102639,21144492,21159604,21170317,21170843,21172450,21181134,21221277,21222110,21289599,21290388,21313593,21324793,21328634,21330402,21356407,21370285,21396239,21406070,21410369,21446124,21455880,21483704,21489863,21499591,21509399,21515735,21532574,21541035,21550796,21555811,21559773,21567645,21583079,21601485,21643107,21666469,21682600,21689763,21707611,21736499,21758195,21779821,21821316,21825482,21869536,21871524,21873390,21907233,21925043,21930409', 'assoc_port': '20993232:21009023,21043844:21045720,21064407:21102639,21084267:21313593,21108071:21289599,21117583:21159604,21120953:21170317,21120982:21172450,21140594:21290388,21143651:21144492,21155462:21170843,21180001:21181134,21221105:21221277,21221394:21222110,21232888:21324793,21267127:21330402,21306684:21328634,21339766:21356407,21352346:21370285,21378587:21410369,21381695:21406070,21394505:21396239,21431417:21446124,21441440:21455880,21483159:21483704,21489393:21489863,21499136:21499591,21509153:21509399,21515548:21515735,21532437:21532574,21538911:21541035,21550607:21550796,21555447:21555811,21559582:21559773,21567548:21567645,21580239:21583079,21592857:21601485,21639124:21643107,21651464:21666469,21682058:21682600,21689266:21689763,21706322:21707611,21724314:21736499,21728542:21758195,21779322:21779821,21793240:21821316,21814369:21825482,21843933:21873390,21849326:21871524,21861259:21869536,21903539:21907233,21913103:21925043,21924615:21930409', 'assoc_mat': '20993232:etiquette:4203:21009023,21043844:etiquette:4203:21045720,21064407:etiquette:4203:21102639,21084267:etiquette:4203:21313593,21108071:etiquette:4203:21289599,21117583:etiquette:4203:21159604,21120953:etiquette:4203:21170317,21120982:etiquette:4203:21172450,21140594:etiquette:4203:21290388,21143651:etiquette:4203:21144492,21155462:etiquette:4203:21170843,21180001:etiquette:4203:21181134,21221105:etiquette:4203:21221277,21221394:etiquette:4203:21222110,21232888:etiquette:4203:21324793,21267127:etiquette:4203:21330402,21306684:etiquette:4203:21328634,21339766:etiquette:4203:21356407,21352346:etiquette:4203:21370285,21378587:etiquette:4203:21410369,21381695:etiquette:4203:21406070,21394505:etiquette:4203:21396239,21431417:etiquette:4203:21446124,21441440:etiquette:4203:21455880,21483159:etiquette:4203:21483704,21489393:etiquette:4203:21489863,21499136:etiquette:4203:21499591,21509153:etiquette:4203:21509399,21515548:etiquette:4203:21515735,21532437:etiquette:4203:21532574,21538911:etiquette:4203:21541035,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201002356150229, 'nb_photo': 26, 'list_port_cont': '21011750,21122038,21140314,21168277,21169572,21170866,21224929,21241058,21382596,21402889,21487153,21572071,21581337,21582798,21648175,21692164,21844541', 'assoc_port': '21011126:21011750,21120544:21168277,21120966:21170866,21121004:21122038,21139002:21169572,21139512:21140314,21224542:21224929,21240946:21241058,21380180:21402889,21381723:21382596,21487045:21487153,21572066:21572071,21580238:21582798,21580242:21581337,21646791:21648175,21691867:21692164,21833507:21844541', 'assoc_mat': '21011126:etiquette:4207:21011750,21120544:etiquette:4207:21168277,21120966:etiquette:4207:21170866,21121004:etiquette:4207:21122038,21139002:etiquette:4207:21169572,21139512:etiquette:4207:21140314,21224542:etiquette:4207:21224929,21240946:etiquette:4207:21241058,21380180:etiquette:4207:21402889,21381723:etiquette:4207:21382596,21487045:etiquette:4207:21487153,21572066:etiquette:4207:21572071,21580238:etiquette:4207:21582798,21580242:etiquette:4207:21581337,21646791:etiquette:4207:21648175,21691867:etiquette:4207:21692164,21833507:etiquette:4207:21844541'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0004011232385277943, 'nb_photo': 4, 'list_port_cont': '21580676,21904343,21921157', 'assoc_port': '21580241:21580676,21903542:21904343,21920677:21921157', 'assoc_mat': '21580241:etiquette:4461:21580676,21903542:etiquette:4461:21904343,21920677:etiquette:4461:21921157'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005474574111249569, 'nb_photo': 35, 'list_port_cont': '20984606,21075604,21230606,21346590,21434584,21486406,21494725,21581023,21582924,21593777,21668805,21690979,21723050,21728441,21777625,21787449,21790386,21905274', 'assoc_port': '20984097:20984606,21075332:21075604,21230483:21230606,21345489:21346590,21433413:21434584,21486216:21486406,21494512:21494725,21580212:21581023,21580237:21582924,21592859:21593777,21667866:21668805,21690821:21690979,21722756:21723050,21727692:21728441,21776570:21777625,21786302:21787449,21788221:21790386,21900654:21905274', 'assoc_mat': '20984097:etiquette:4200:20984606,21075332:etiquette:4200:21075604,21230483:etiquette:4200:21230606,21345489:etiquette:4200:21346590,21433413:etiquette:4200:21434584,21486216:etiquette:4200:21486406,21494512:etiquette:4200:21494725,21580212:etiquette:4200:21581023,21580237:etiquette:4200:21582924,21592859:etiquette:4200:21593777,21667866:etiquette:4200:21668805,21690821:etiquette:4200:21690979,21722756:etiquette:4200:21723050,21727692:etiquette:4200:21728441,21776570:etiquette:4200:21777625,21786302:etiquette:4200:21787449,21788221:etiquette:4200:21790386,21900654:etiquette:4200:21905274'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007733482595896285, 'nb_photo': 149, 'list_port_cont': '21036097,21084550,21085095,21085176,21090051,21094089,21111064,21115563,21121173,21126627,21149029,21152455,21153348,21157806,21169429,21170690,21171170,21174530,21180378,21182359,21182467,21187593,21219024,21221385,21230141,21230940,21230975,21237387,21241366,21242836,21262695,21268026,21276984,21283825,21286878,21293900,21311723,21321711,21339231,21345075,21357622,21362409,21363899,21366822,21370637,21371099,21378772,21379739,21395344,21412558,21418417,21425012,21437919,21438061,21490869,21496971,21514282,21516735,21523339,21532169,21532671,21536361,21536787,21538588,21540948,21546247,21548134,21551849,21558649,21559672,21562941,21566611,21567659,21569542,21597891,21634038,21645001,21647526,21652057,21658099,21669868,21670103,21675002,21696766,21699810,21701685,21703843,21705577,21706947,21731573,21761789,21793901,21799860,21806384,21811872,21818999,21841229,21846820,21851382,21863224,21904389,21907057,21908613,21913753,21918352,21921377,21922568,21924842,21925523', 'assoc_port': '21020700:21121173,21035615:21036097,21039693:21085176,21039696:21085095,21046492:21090051,21049815:21094089,21072705:21111064,21074836:21115563,21084266:21126627,21084271:21084550,21112973:21152455,21117029:21157806,21120928:21169429,21120958:21170690,21120969:21286878,21121005:21174530,21135647:21262695,21140593:21230940,21141756:21230975,21147914:21149029,21151380:21219024,21152618:21153348,21155463:21171170,21179967:21182359,21179970:21182467,21179972:21187593,21180000:21180378,21221100:21221385,21222622:21230141,21236206:21237387,21240947:21241366,21242258:21242836,21267125:21268026,21275778:21276984,21282366:21283825,21292227:21293900,21311018:21311723,21321580:21321711,21338507:21339231,21342199:21345075,21356917:21357622,21361675:21362409,21363247:21363899,21366617:21366822,21370458:21370637,21371035:21371099,21378068:21378772,21378593:21379739,21394508:21395344,21411663:21412558,21418038:21418417,21424523:21425012,21437145:21438061,21437148:21437919,21490482:21490869,21496849:21496971,21514077:2151428', 'assoc_mat': '21020700:etiquette:4209:21121173,21035615:etiquette:4209:21036097,21039693:etiquette:4209:21085176,21039696:etiquette:4209:21085095,21046492:etiquette:4209:21090051,21049815:etiquette:4209:21094089,21072705:etiquette:4209:21111064,21074836:etiquette:4209:21115563,21084266:etiquette:4209:21126627,21084271:etiquette:4209:21084550,21112973:etiquette:4209:21152455,21117029:etiquette:4209:21157806,21120928:etiquette:4209:21169429,21120958:etiquette:4209:21170690,21120969:etiquette:4209:21286878,21121005:etiquette:4209:21174530,21135647:etiquette:4209:21262695,21140593:etiquette:4209:21230940,21141756:etiquette:4209:21230975,21147914:etiquette:4209:21149029,21151380:etiquette:4209:21219024,21152618:etiquette:4209:21153348,21155463:etiquette:4209:21171170,21179967:etiquette:4209:21182359,21179970:etiquette:4209:21182467,21179972:etiquette:4209:21187593,21180000:etiquette:4209:21180378,21221100:etiquette:4209:21221385,21222622:etiquette:4209:21230141,21236206:etiquette:4209:21237387,21240947:etiquette:4209:21241366,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005345473602491041, 'nb_photo': 300, 'list_port_cont': '20967309,20985164,21012848,21014076,21021445,21036134,21038085,21073181,21078118,21116413,21117707,21118004,21120456,21121285,21140897,21141312,21149053,21149410,21153423,21156898,21160769,21161095,21168315,21170558,21180809,21181292,21204845,21211061,21213691,21224689,21225155,21230851,21231182,21237991,21271848,21287078,21297530,21308440,21309477,21342671,21342757,21343812,21350648,21363913,21370602,21382308,21387612,21395738,21398890,21405929,21416951,21435298,21446492,21487205,21490894,21494220,21494928,21501439,21502153,21508730,21509872,21514270,21515019,21516838,21521815,21532296,21532728,21532768,21537207,21537891,21538892,21539567,21542492,21544820,21553699,21558294,21558890,21559035,21559853,21562904,21569575,21575552,21581603,21596268,21596721,21645193,21647667,21649583,21672270,21675743,21677964,21689208,21692897,21702849,21704212,21707078,21750062,21758257,21765833,21769655,21772176,21772427,21773927,21778980,21790999,21791174,21817988,21818737,21822376,21824511,21824638,21826032,21833091,2186066', 'assoc_port': '20966499:20967309,20984095:20985164,21005927:21014076,21011129:21012848,21020701:21021445,21035614:21036134,21037138:21038085,21069851:21073181,21075335:21078118,21108073:21116413,21117030:21117707,21117585:21120456,21117587:21118004,21120520:21213691,21120540:21168315,21120580:21121285,21120959:21170558,21120970:21211061,21137075:21204845,21140311:21140897,21140591:21141312,21141750:21161095,21141754:21160769,21147910:21149410,21147915:21149053,21152619:21153423,21155492:21156898,21179975:21181292,21180029:21180809,21222612:21231182,21222665:21225155,21222669:21224689,21230478:21230851,21236226:21237991,21270485:21271848,21285763:21287078,21295949:21297530,21306671:21309477,21306685:21308440,21342180:21342757,21342195:21342671,21342840:21343812,21349033:21350648,21363250:21363913,21370456:21370602,21375978:21382308,21378590:21398890,21381721:21405929,21386437:21387612,21394504:21395738,21416271:21416951,21433414:21435298,21444753:21446492,21487043:21487205,21490480:21490894,21494055:21494220,21494515:2149492', 'assoc_mat': '20966499:etiquette:4211:20967309,20984095:etiquette:4211:20985164,21005927:etiquette:4211:21014076,21011129:etiquette:4211:21012848,21020701:etiquette:4211:21021445,21035614:etiquette:4211:21036134,21037138:etiquette:4211:21038085,21069851:etiquette:4211:21073181,21075335:etiquette:4211:21078118,21108073:etiquette:4211:21116413,21117030:etiquette:4211:21117707,21117585:etiquette:4211:21120456,21117587:etiquette:4211:21118004,21120520:etiquette:4211:21213691,21120540:etiquette:4211:21168315,21120580:etiquette:4211:21121285,21120959:etiquette:4211:21170558,21120970:etiquette:4211:21211061,21137075:etiquette:4211:21204845,21140311:etiquette:4211:21140897,21140591:etiquette:4211:21141312,21141750:etiquette:4211:21161095,21141754:etiquette:4211:21160769,21147910:etiquette:4211:21149410,21147915:etiquette:4211:21149053,21152619:etiquette:4211:21153423,21155492:etiquette:4211:21156898,21179975:etiquette:4211:21181292,21180029:etiquette:4211:21180809,21222612:etiquette:4211:21231182,21222665:etiquette:4211:21225155,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002171651544807651, 'nb_photo': 15, 'list_port_cont': '21000370,21051411,21071277,21390523,21405779,21533804,21555935,21634498,21648801,21791108,21816211,21842984', 'assoc_port': '20999702:21000370,21049822:21051411,21069854:21071277,21378585:21405779,21389271:21390523,21533460:21533804,21555444:21555935,21633418:21634498,21646789:21648801,21790638:21791108,21814368:21816211,21840659:21842984', 'assoc_mat': '20999702:etiquette:3327:21000370,21049822:etiquette:3327:21051411,21069854:etiquette:3327:21071277,21378585:etiquette:3327:21405779,21389271:etiquette:3327:21390523,21533460:etiquette:3327:21533804,21555444:etiquette:3327:21555935,21633418:etiquette:3327:21634498,21646789:etiquette:3327:21648801,21790638:etiquette:3327:21791108,21814368:etiquette:3327:21816211,21840659:etiquette:3327:21842984'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013864023009673895, 'nb_photo': 469, 'list_port_cont': '20985462,21012753,21071219,21107273,21116332,21126650,21168330,21173196,21180761,21218911,21221717,21225059,21236491,21271167,21289459,21322266,21330719,21336369,21353885,21357841,21370529,21371441,21385319,21402161,21402428,21416723,21425202,21457524,21458308,21494175,21498491,21509780,21513387,21521611,21531303,21539018,21551505,21559753,21562637,21562756,21592098,21638606,21644583,21658649,21675533,21690550,21707168,21764116,21769854,21798663,21823022,21824617,21832347,21868993,21869716,21870580,21917685,21942308', 'assoc_port': '20974621:20985462,21005926:21012753,21020702:21071219,21069849:21107273,21084272:21126650,21116152:21116332,21120561:21168330,21120995:21173196,21140596:21289459,21151378:21218911,21179999:21180761,21221398:21221717,21224543:21225059,21225874:21322266,21236227:21236491,21270486:21271167,21275781:21330719,21300178:21336369,21338511:21353885,21345495:21371441,21356896:21357841,21370457:21370529,21380145:21402161,21380165:21402428,21384556:21385319,21416273:21416723,21424524:21425202,21431420:21457524,21451315:21458308,21494053:21494175,21498396:21498491,21509733:21509780,21513309:21513387,21521274:21521611,21531130:21531303,21538916:21539018,21551421:21551505,21559577:21559753,21562384:21562756,21562427:21562637,21587690:21592098,21636269:21638606,21640850:21644583,21657252:21658649,21667880:21675533,21690281:21690550,21706327:21707168,21730666:21764116,21734156:21769854,21774743:21798663,21798310:21823022,21814397:21824617,21828479:21832347,21845944:21870580,21857533:21869716,21861261:21868993,21906792:2191768', 'assoc_mat': '20974621:film_plastique:4205:20985462,21005926:film_plastique:4205:21012753,21020702:film_plastique:4205:21071219,21069849:film_plastique:4205:21107273,21084272:film_plastique:4205:21126650,21116152:film_plastique:4205:21116332,21120561:film_plastique:4205:21168330,21120995:film_plastique:4205:21173196,21140596:film_plastique:4205:21289459,21151378:film_plastique:4205:21218911,21179999:film_plastique:4205:21180761,21221398:film_plastique:4205:21221717,21224543:film_plastique:4205:21225059,21225874:film_plastique:4205:21322266,21236227:film_plastique:4205:21236491,21270486:film_plastique:4205:21271167,21275781:film_plastique:4205:21330719,21300178:film_plastique:4205:21336369,21338511:film_plastique:4205:21353885,21345495:film_plastique:4205:21371441,21356896:film_plastique:4205:21357841,21370457:film_plastique:4205:21370529,21380145:film_plastique:4205:21402161,21380165:film_plastique:4205:21402428,21384556:film_plastique:4205:21385319,21416273:film_plastique:4205:21416723,21424524:film_plastique:4205:2142520'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0029031177907751153, 'nb_photo': 632, 'list_port_cont': '21009024,21045733,21102637,21144477,21159602,21168721,21170309,21170851,21172454,21181122,21221274,21222107,21289595,21290395,21292015,21313584,21324796,21328629,21330408,21356402,21370286,21396238,21406062,21410361,21446118,21455892,21483698,21489870,21499587,21509397,21515730,21531597,21532582,21541045,21550787,21555820,21559759,21567641,21601480,21643098,21665884,21666467,21682601,21689755,21707612,21736509,21758196,21779824,21821315,21825476,21869533,21871521,21873397,21907241,21925044,21930402', 'assoc_port': '20993232:21009024,21043844:21045733,21064407:21102637,21084267:21313584,21108071:21289595,21117583:21159602,21120585:21168721,21120953:21170309,21120982:21172454,21140594:21290395,21143651:21144477,21155462:21170851,21180001:21181122,21221105:21221274,21221394:21222107,21232888:21324796,21267127:21330408,21290582:21292015,21306684:21328629,21339766:21356402,21352346:21370286,21378587:21410361,21381695:21406062,21394505:21396238,21431417:21446118,21441440:21455892,21483159:21483698,21489393:21489870,21499136:21499587,21509153:21509397,21515548:21515730,21529360:21531597,21532437:21532582,21538911:21541045,21550607:21550787,21555447:21555820,21559582:21559759,21567548:21567641,21592857:21601480,21639124:21643098,21651463:21665884,21651464:21666467,21682058:21682601,21689266:21689755,21706322:21707612,21724314:21736509,21728542:21758196,21779322:21779824,21793240:21821315,21814369:21825476,21843933:21873397,21849326:21871521,21861259:21869533,21903539:21907241,21913103:21925044,21924615:21930402', 'assoc_mat': '20993232:film_plastique:4203:21009024,21043844:film_plastique:4203:21045733,21064407:film_plastique:4203:21102637,21084267:film_plastique:4203:21313584,21108071:film_plastique:4203:21289595,21117583:film_plastique:4203:21159602,21120585:film_plastique:4203:21168721,21120953:film_plastique:4203:21170309,21120982:film_plastique:4203:21172454,21140594:film_plastique:4203:21290395,21143651:film_plastique:4203:21144477,21155462:film_plastique:4203:21170851,21180001:film_plastique:4203:21181122,21221105:film_plastique:4203:21221274,21221394:film_plastique:4203:21222107,21232888:film_plastique:4203:21324796,21267127:film_plastique:4203:21330408,21290582:film_plastique:4203:21292015,21306684:film_plastique:4203:21328629,21339766:film_plastique:4203:21356402,21352346:film_plastique:4203:21370286,21378587:film_plastique:4203:21410361,21381695:film_plastique:4203:21406062,21394505:film_plastique:4203:21396238,21431417:film_plastique:4203:21446118,21441440:film_plastique:4203:21455892,21483159:film_plastique:4203:2148369'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032529849021925494, 'nb_photo': 1531, 'list_port_cont': '20975337,20999844,21009751,21011742,21012677,21025570,21033737,21042397,21044271,21049344,21050241,21065619,21066105,21070335,21075124,21080326,21080738,21082798,21084384,21110390,21115761,21115768,21116358,21117037,21117161,21117913,21120232,21120944,21122041,21122705,21136723,21140150,21140317,21140999,21141124,21141985,21142920,21144102,21155883,21167639,21168266,21169688,21169972,21170243,21170860,21170901,21171552,21180138,21180249,21180470,21180759,21206516,21209646,21209788,21209920,21210198,21220369,21220387,21221135,21221146,21221637,21223084,21223435,21224156,21224360,21224934,21226455,21226780,21227444,21236779,21238671,21241059,21266804,21267847,21271018,21276234,21277643,21283644,21286619,21291674,21293467,21293507,21300872,21300942,21307912,21309982,21314046,21321684,21338139,21339422,21340045,21342557,21342986,21343060,21343398,21343474,21345057,21345334,21345960,21362649,21363642,21366699,21367842,21368063,21369289,21378313,21381645,21382590,21384872,21389429,21394892,21397070,21402842,2140289', 'assoc_port': '20974623:20975337,20999701:20999844,21005922:21012677,21005924:21009751,21011126:21011742,21024338:21025570,21033316:21033737,21041997:21042397,21043842:21044271,21046491:21049344,21049818:21050241,21065194:21066105,21065195:21065619,21069853:21070335,21074838:21075124,21077844:21080738,21077852:21080326,21080853:21082798,21084268:21084384,21108061:21210198,21108072:21209920,21109988:21116358,21110005:21110390,21112972:21115761,21115509:21115768,21117027:21117161,21117028:21117037,21117582:21117913,21119657:21120232,21120523:21167639,21120538:21209788,21120544:21168266,21120581:21120944,21120948:21169688,21120951:21169972,21120955:21170243,21120961:21209646,21120966:21170860,21120968:21170901,21120973:21171552,21120980:21122705,21121004:21122041,21135542:21206516,21136351:21136723,21139512:21140317,21139515:21140150,21140597:21141124,21140598:21140999,21141755:21142920,21141757:21141985,21143653:21144102,21155465:21155883,21179961:21180759,21180020:21180470,21180028:21180249,21180031:21180138,21220270:2122038', 'assoc_mat': '20974623:film_plastique:4207:20975337,20999701:film_plastique:4207:20999844,21005922:film_plastique:4207:21012677,21005924:film_plastique:4207:21009751,21011126:film_plastique:4207:21011742,21024338:film_plastique:4207:21025570,21033316:film_plastique:4207:21033737,21041997:film_plastique:4207:21042397,21043842:film_plastique:4207:21044271,21046491:film_plastique:4207:21049344,21049818:film_plastique:4207:21050241,21065194:film_plastique:4207:21066105,21065195:film_plastique:4207:21065619,21069853:film_plastique:4207:21070335,21074838:film_plastique:4207:21075124,21077844:film_plastique:4207:21080738,21077852:film_plastique:4207:21080326,21080853:film_plastique:4207:21082798,21084268:film_plastique:4207:21084384,21108061:film_plastique:4207:21210198,21108072:film_plastique:4207:21209920,21109988:film_plastique:4207:21116358,21110005:film_plastique:4207:21110390,21112972:film_plastique:4207:21115761,21115509:film_plastique:4207:21115768,21117027:film_plastique:4207:21117161,21117028:film_plastique:4207:2111703'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7619064836302554, 'nb_photo': 6371, 'list_port_cont': '20977401,20996251,20999912,21006800,21038926,21058287,21071719,21074471,21083730,21085520,21085970,21093813,21110290,21125888,21144748,21150861,21152083,21153002,21159932,21161969,21168733,21169536,21170771,21173450,21174509,21180610,21180657,21181197,21182222,21182326,21208283,21218928,21219599,21220516,21241319,21247524,21262234,21262762,21268896,21271280,21274557,21275565,21277104,21277483,21277548,21277963,21278666,21279522,21280806,21281359,21284854,21287002,21291862,21292886,21296165,21296277,21296822,21300018,21300160,21300810,21300813,21307824,21311392,21321736,21337068,21340283,21342491,21359286,21361541,21362194,21363764,21367040,21367157,21369220,21375083,21378653,21380359,21380846,21382389,21382421,21382749,21389968,21392219,21395031,21416713,21418683,21422430,21425111,21428783,21434267,21441970,21442355,21445547,21455849,21484956,21486616,21487867,21490834,21494185,21494956,21496983,21498530,21501359,21502838,21508680,21509363,21510479,21513509,21514195,21514926,21516161,21516765,21521660,2152287', 'assoc_port': '20966503:20977401,20984096:20996251,20999578:20999912,20999700:21006800,21011127:21058287,21020698:21071719,21033315:21083730,21037139:21038926,21039695:21085520,21041994:21085970,21049814:21093813,21071194:21110290,21072708:21074471,21074837:21296277,21080849:21208283,21083369:21125888,21109990:21292886,21109992:21150861,21112971:21152083,21115508:21296165,21117586:21159932,21120539:21300160,21120583:21168733,21120960:21170771,21120967:21300813,21120974:21300810,21120992:21173450,21121002:21174509,21135541:21262234,21136350:21262762,21139006:21284854,21140308:21281359,21141752:21280806,21143652:21144748,21147913:21219599,21152614:21218928,21152620:21153002,21157118:21169536,21161108:21161969,21179962:21182326,21179968:21182222,21179977:21181197,21180017:21180657,21180025:21180610,21220269:21220516,21221396:21279522,21222615:21278666,21222623:21277963,21225892:21277483,21225895:21277548,21232860:21275565,21236225:21274557,21240949:21241319,21247225:21247524,21267131:21268896,21270480:21271280,21275780:2127710', 'assoc_mat': '20966503:film_plastique:4461:20977401,20984096:film_plastique:4461:20996251,20999578:film_plastique:4461:20999912,20999700:film_plastique:4461:21006800,21011127:film_plastique:4461:21058287,21020698:film_plastique:4461:21071719,21033315:film_plastique:4461:21083730,21037139:film_plastique:4461:21038926,21039695:film_plastique:4461:21085520,21041994:film_plastique:4461:21085970,21049814:film_plastique:4461:21093813,21071194:film_plastique:4461:21110290,21072708:film_plastique:4461:21074471,21074837:film_plastique:4461:21296277,21080849:film_plastique:4461:21208283,21083369:film_plastique:4461:21125888,21109990:film_plastique:4461:21292886,21109992:film_plastique:4461:21150861,21112971:film_plastique:4461:21152083,21115508:film_plastique:4461:21296165,21117586:film_plastique:4461:21159932,21120539:film_plastique:4461:21300160,21120583:film_plastique:4461:21168733,21120960:film_plastique:4461:21170771,21120967:film_plastique:4461:21300813,21120974:film_plastique:4461:21300810,21120992:film_plastique:4461:2117345'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02134769998446113, 'nb_photo': 4282, 'list_port_cont': '20967650,20984604,20999679,20999950,21025010,21037659,21041287,21041847,21042563,21047285,21050765,21064640,21070567,21073266,21073523,21074913,21075601,21078576,21080592,21082197,21083796,21084232,21109478,21114636,21115912,21116229,21117953,21119240,21121185,21121486,21135838,21139780,21140889,21141974,21142155,21151681,21153876,21156390,21159879,21161407,21163413,21163957,21167450,21170232,21170507,21170884,21172008,21172349,21173925,21180455,21180503,21180699,21181067,21181147,21182017,21214335,21214636,21221234,21221302,21223685,21224819,21225171,21227422,21230616,21230964,21233455,21237475,21238791,21240657,21242871,21265942,21270961,21274343,21276790,21283408,21287796,21287810,21289132,21293316,21299778,21300607,21307527,21307673,21336843,21338951,21342446,21343608,21346448,21346593,21350028,21352948,21353476,21357646,21359131,21362384,21366957,21369171,21374703,21374997,21378208,21379497,21380531,21380602,21380927,21381881,21381894,21382133,21383116,21383684,21384797,21389882,21392087,21395961,2141553', 'assoc_port': '20966504:20967650,20984097:20984604,20999574:20999950,20999575:20999679,21024339:21025010,21037135:21037659,21039692:21041847,21039694:21041287,21041995:21042563,21046493:21047285,21049816:21050765,21064402:21064640,21069850:21070567,21071196:21073523,21072704:21073266,21074840:21074913,21075332:21075601,21077847:21078576,21077848:21080592,21080850:21082197,21083366:21083796,21083367:21084232,21104037:21114636,21108067:21109478,21115491:21116229,21115511:21115912,21117580:21119240,21117584:21117953,21120519:21167450,21120542:21121486,21120584:21121185,21120956:21170232,21120957:21170507,21120965:21170884,21120977:21172008,21120979:21214636,21120984:21172349,21121001:21173925,21121008:21214335,21135646:21135838,21136352:21163957,21136353:21163413,21139513:21139780,21140309:21140889,21141753:21142155,21141759:21141974,21151382:21151681,21152617:21153876,21155490:21156390,21159635:21159879,21161106:21161407,21179964:21182017,21179969:21181147,21179971:21181067,21179980:21180699,21180019:21180503,21180022:2118045', 'assoc_mat': '20966504:film_plastique:4200:20967650,20984097:film_plastique:4200:20984604,20999574:film_plastique:4200:20999950,20999575:film_plastique:4200:20999679,21024339:film_plastique:4200:21025010,21037135:film_plastique:4200:21037659,21039692:film_plastique:4200:21041847,21039694:film_plastique:4200:21041287,21041995:film_plastique:4200:21042563,21046493:film_plastique:4200:21047285,21049816:film_plastique:4200:21050765,21064402:film_plastique:4200:21064640,21069850:film_plastique:4200:21070567,21071196:film_plastique:4200:21073523,21072704:film_plastique:4200:21073266,21074840:film_plastique:4200:21074913,21075332:film_plastique:4200:21075601,21077847:film_plastique:4200:21078576,21077848:film_plastique:4200:21080592,21080850:film_plastique:4200:21082197,21083366:film_plastique:4200:21083796,21083367:film_plastique:4200:21084232,21104037:film_plastique:4200:21114636,21108067:film_plastique:4200:21109478,21115491:film_plastique:4200:21116229,21115511:film_plastique:4200:21115912,21117580:film_plastique:4200:2111924'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01270644429551468, 'nb_photo': 943, 'list_port_cont': '20976952,21036098,21074750,21084546,21084959,21085180,21085254,21085754,21087527,21090040,21094092,21094274,21104607,21108011,21110402,21110946,21111060,21115566,21120347,21121162,21124383,21126630,21126879,21136281,21149010,21152454,21153342,21154919,21158510,21159897,21160144,21161894,21167707,21168660,21169137,21169421,21170732,21170911,21170935,21171161,21172231,21172655,21173039,21173745,21173843,21174537,21174864,21180380,21180923,21180929,21181033,21181218,21182351,21182465,21182766,21187585,21219026,21219544,21220397,21221197,21221377,21222427,21225034,21229868,21230129,21230177,21230838,21230976,21230980,21231344,21233441,21236757,21237373,21241367,21241503,21242855,21247494,21262696,21268029,21277035,21283822,21286898,21287046,21288775,21293913,21297120,21300692,21300720,21301264,21301450,21307342,21308463,21311727,21320382,21321721,21342575,21343132,21357491,21357630,21357732,21359445,21362402,21362420,21363897,21366811,21370639,21371089,21374721,21378773,21379381,21379512,21379742,21380913,2138229', 'assoc_port': '20966501:20976952,21020700:21121162,21024341:21074750,21035615:21036098,21039691:21084959,21039693:21085180,21039697:21085254,21041996:21085754,21043843:21087527,21046492:21090040,21049815:21094092,21049817:21094274,21065193:21104607,21069852:21108011,21071195:21110402,21072705:21111060,21072707:21110946,21074836:21115566,21077845:21120347,21083365:21124383,21084266:21126630,21084270:21126879,21084271:21084546,21108069:21301450,21112973:21152454,21115510:21154919,21117031:21158510,21120522:21167707,21120562:21168660,21120928:21169421,21120949:21287046,21120962:21170732,21120969:21286898,21120981:21172231,21120988:21172655,21120991:21173039,21120994:21173745,21120998:21173843,21121005:21174537,21121011:21174864,21135647:21262696,21136028:21136281,21139516:21231344,21140592:21230980,21141756:21230976,21147912:21219544,21147914:21149010,21151380:21219026,21152616:21170935,21152618:21153342,21155463:21171161,21155464:21170911,21157117:21169137,21159636:21159897,21159639:21160144,21161085:21161894,21179960:2118276', 'assoc_mat': '20966501:film_plastique:4209:20976952,21020700:film_plastique:4209:21121162,21024341:film_plastique:4209:21074750,21035615:film_plastique:4209:21036098,21039691:film_plastique:4209:21084959,21039693:film_plastique:4209:21085180,21039697:film_plastique:4209:21085254,21041996:film_plastique:4209:21085754,21043843:film_plastique:4209:21087527,21046492:film_plastique:4209:21090040,21049815:film_plastique:4209:21094092,21049817:film_plastique:4209:21094274,21065193:film_plastique:4209:21104607,21069852:film_plastique:4209:21108011,21071195:film_plastique:4209:21110402,21072705:film_plastique:4209:21111060,21072707:film_plastique:4209:21110946,21074836:film_plastique:4209:21115566,21077845:film_plastique:4209:21120347,21083365:film_plastique:4209:21124383,21084266:film_plastique:4209:21126630,21084270:film_plastique:4209:21126879,21084271:film_plastique:4209:21084546,21108069:film_plastique:4209:21301450,21112973:film_plastique:4209:21152454,21115510:film_plastique:4209:21154919,21117031:film_plastique:4209:2115851'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0035698534136110473, 'nb_photo': 14250, 'list_port_cont': '20966899,20967310,20985169,20993447,20999936,21012850,21014080,21021437,21036128,21038079,21038874,21043613,21051102,21053662,21066049,21072550,21073194,21073447,21076085,21078116,21079056,21084145,21110647,21110874,21116026,21116411,21116855,21117701,21118010,21120455,21120766,21121296,21136317,21140185,21140902,21140930,21141314,21144194,21149049,21149415,21151875,21153429,21156904,21158456,21159297,21160009,21160763,21161092,21167476,21167966,21168302,21169743,21170157,21170557,21172111,21172874,21174298,21174930,21180792,21180824,21181089,21181278,21181507,21181873,21204853,21206157,21211058,21211223,21213693,21220475,21222210,21223458,21224695,21225148,21225522,21227510,21227981,21230862,21231187,21236159,21237993,21243249,21266468,21271856,21273482,21278618,21279600,21287080,21292245,21294333,21297536,21301066,21301441,21308451,21309479,21318167,21339656,21342639,21342668,21342756,21343801,21346667,21350663,21353941,21358138,21360235,21362800,21363910,21370601,21378423,21382322,21382568,21382728,2138283', 'assoc_port': '20966499:20967310,20966505:20966899,20984095:20985169,20993231:20993447,20999699:20999936,21005927:21014080,21011129:21012850,21020701:21021437,21035614:21036128,21037136:21038874,21037138:21038079,21041999:21043613,21049819:21053662,21049821:21051102,21065192:21066049,21069851:21073194,21071197:21072550,21072703:21073447,21075333:21076085,21075335:21078116,21077849:21079056,21083362:21084145,21108060:21116855,21108073:21116411,21109984:21110874,21110006:21110647,21112974:21116026,21117030:21117701,21117581:21159297,21117585:21120455,21117587:21118010,21119655:21120766,21120520:21213693,21120521:21167476,21120524:21167966,21120540:21168302,21120580:21121296,21120929:21169743,21120950:21170157,21120959:21170557,21120963:21211223,21120970:21211058,21120975:21172111,21120989:21172874,21120999:21174298,21121006:21174930,21135543:21206157,21136029:21136317,21137075:21204853,21139004:21140185,21139514:21140930,21140311:21140902,21140591:21141314,21141750:21161092,21141754:21160763,21141758:21144194,21147910:2114941', 'assoc_mat': '20966499:film_plastique:4211:20967310,20966505:film_plastique:4211:20966899,20984095:film_plastique:4211:20985169,20993231:film_plastique:4211:20993447,20999699:film_plastique:4211:20999936,21005927:film_plastique:4211:21014080,21011129:film_plastique:4211:21012850,21020701:film_plastique:4211:21021437,21035614:film_plastique:4211:21036128,21037136:film_plastique:4211:21038874,21037138:film_plastique:4211:21038079,21041999:film_plastique:4211:21043613,21049819:film_plastique:4211:21053662,21049821:film_plastique:4211:21051102,21065192:film_plastique:4211:21066049,21069851:film_plastique:4211:21073194,21071197:film_plastique:4211:21072550,21072703:film_plastique:4211:21073447,21075333:film_plastique:4211:21076085,21075335:film_plastique:4211:21078116,21077849:film_plastique:4211:21079056,21083362:film_plastique:4211:21084145,21108060:film_plastique:4211:21116855,21108073:film_plastique:4211:21116411,21109984:film_plastique:4211:21110874,21110006:film_plastique:4211:21110647,21112974:film_plastique:4211:2111602'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001269367980182689, 'nb_photo': 35, 'list_port_cont': '20977612,21081213,21119829,21132974,21133011,21180291,21299566,21380556,21422068,21492835,21516707,21529498,21548051,21551567,21566546,21569311,21597673,21645122,21669479,21690463,21694715,21707057,21783966,21793413,21844821,21861702,21907047', 'assoc_port': '20974622:20977612,21080851:21081213,21119653:21119829,21120946:21133011,21120976:21132974,21180026:21180291,21299166:21299566,21380161:21380556,21421770:21422068,21492821:21492835,21516625:21516707,21529358:21529498,21547968:21548051,21551419:21551567,21566375:21566546,21569272:21569311,21597598:21597673,21640852:21645122,21667867:21669479,21690282:21690463,21694463:21694715,21706320:21707057,21782940:21783966,21793244:21793413,21844444:21844821,21861260:21861702,21906781:21907047', 'assoc_mat': '20974622:kraft:3726:20977612,21080851:kraft:3726:21081213,21119653:kraft:3726:21119829,21120946:kraft:3726:21133011,21120976:kraft:3726:21132974,21180026:kraft:3726:21180291,21299166:kraft:3726:21299566,21380161:kraft:3726:21380556,21421770:kraft:3726:21422068,21492821:kraft:3726:21492835,21516625:kraft:3726:21516707,21529358:kraft:3726:21529498,21547968:kraft:3726:21548051,21551419:kraft:3726:21551567,21566375:kraft:3726:21566546,21569272:kraft:3726:21569311,21597598:kraft:3726:21597673,21640852:kraft:3726:21645122,21667867:kraft:3726:21669479,21690282:kraft:3726:21690463,21694463:kraft:3726:21694715,21706320:kraft:3726:21707057,21782940:kraft:3726:21783966,21793244:kraft:3726:21793413,21844444:kraft:3726:21844821,21861260:kraft:3726:21861702,21906781:kraft:3726:21907047'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00015285143896798841, 'nb_photo': 1, 'list_port_cont': '21581596', 'assoc_port': '21580240:21581596', 'assoc_mat': '21580240:kraft:4211:21581596'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9419538050464651, 'nb_photo': 58, 'list_port_cont': '20985451,21012755,21071226,21107268,21116337,21126651,21173190,21180772,21218921,21221712,21236498,21289462,21322276,21330733,21357848,21416724,21458297,21494176,21498492,21521615,21539015,21551498,21559757,21562644,21562749,21592099,21638614,21644586,21658660,21675536,21690551,21707160,21798662,21823029,21832344,21917676', 'assoc_port': '20974621:20985451,21005926:21012755,21020702:21071226,21069849:21107268,21084272:21126651,21116152:21116337,21120995:21173190,21140596:21289462,21151378:21218921,21179999:21180772,21221398:21221712,21225874:21322276,21236227:21236498,21275781:21330733,21356896:21357848,21416273:21416724,21451315:21458297,21494053:21494176,21498396:21498492,21521274:21521615,21538916:21539015,21551421:21551498,21559577:21559757,21562384:21562749,21562427:21562644,21587690:21592099,21636269:21638614,21640850:21644586,21657252:21658660,21667880:21675536,21690281:21690551,21706327:21707160,21774743:21798662,21798310:21823029,21828479:21832344,21906792:21917676', 'assoc_mat': '20974621:metal:4205:20985451,21005926:metal:4205:21012755,21020702:metal:4205:21071226,21069849:metal:4205:21107268,21084272:metal:4205:21126651,21116152:metal:4205:21116337,21120995:metal:4205:21173190,21140596:metal:4205:21289462,21151378:metal:4205:21218921,21179999:metal:4205:21180772,21221398:metal:4205:21221712,21225874:metal:4205:21322276,21236227:metal:4205:21236498,21275781:metal:4205:21330733,21356896:metal:4205:21357848,21416273:metal:4205:21416724,21451315:metal:4205:21458297,21494053:metal:4205:21494176,21498396:metal:4205:21498492,21521274:metal:4205:21521615,21538916:metal:4205:21539015,21551421:metal:4205:21551498,21559577:metal:4205:21559757,21562384:metal:4205:21562749,21562427:metal:4205:21562644,21587690:metal:4205:21592099,21636269:metal:4205:21638614,21640850:metal:4205:21644586,21657252:metal:4205:21658660,21667880:metal:4205:21675536,21690281:metal:4205:21690551,21706327:metal:4205:21707160,21774743:metal:4205:21798662,21798310:metal:4205:21823029,21828479:metal:4205:21832344,21906792:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0043468032931535715, 'nb_photo': 655, 'list_port_cont': '21009036,21045734,21102627,21144487,21159608,21168722,21170316,21170854,21172456,21181136,21221271,21222100,21289597,21290391,21292007,21313583,21324807,21328623,21330398,21356406,21370277,21396240,21406060,21410364,21446127,21455889,21483708,21489859,21499598,21509394,21515723,21531594,21532575,21541038,21550792,21555807,21559762,21567642,21583076,21601477,21643094,21665891,21666475,21682595,21689761,21707607,21736502,21758189,21779826,21821313,21825485,21869528,21871520,21873402,21907244,21925037,21930398', 'assoc_port': '20993232:21009036,21043844:21045734,21064407:21102627,21084267:21313583,21108071:21289597,21117583:21159608,21120585:21168722,21120953:21170316,21120982:21172456,21140594:21290391,21143651:21144487,21155462:21170854,21180001:21181136,21221105:21221271,21221394:21222100,21232888:21324807,21267127:21330398,21290582:21292007,21306684:21328623,21339766:21356406,21352346:21370277,21378587:21410364,21381695:21406060,21394505:21396240,21431417:21446127,21441440:21455889,21483159:21483708,21489393:21489859,21499136:21499598,21509153:21509394,21515548:21515723,21529360:21531594,21532437:21532575,21538911:21541038,21550607:21550792,21555447:21555807,21559582:21559762,21567548:21567642,21580239:21583076,21592857:21601477,21639124:21643094,21651463:21665891,21651464:21666475,21682058:21682595,21689266:21689761,21706322:21707607,21724314:21736502,21728542:21758189,21779322:21779826,21793240:21821313,21814369:21825485,21843933:21873402,21849326:21871520,21861259:21869528,21903539:21907244,21913103:21925037,21924615:2193039', 'assoc_mat': '20993232:metal:4203:21009036,21043844:metal:4203:21045734,21064407:metal:4203:21102627,21084267:metal:4203:21313583,21108071:metal:4203:21289597,21117583:metal:4203:21159608,21120585:metal:4203:21168722,21120953:metal:4203:21170316,21120982:metal:4203:21172456,21140594:metal:4203:21290391,21143651:metal:4203:21144487,21155462:metal:4203:21170854,21180001:metal:4203:21181136,21221105:metal:4203:21221271,21221394:metal:4203:21222100,21232888:metal:4203:21324807,21267127:metal:4203:21330398,21290582:metal:4203:21292007,21306684:metal:4203:21328623,21339766:metal:4203:21356406,21352346:metal:4203:21370277,21378587:metal:4203:21410364,21381695:metal:4203:21406060,21394505:metal:4203:21396240,21431417:metal:4203:21446127,21441440:metal:4203:21455889,21483159:metal:4203:21483708,21489393:metal:4203:21489859,21499136:metal:4203:21499598,21509153:metal:4203:21509394,21515548:metal:4203:21515723,21529360:metal:4203:21531594,21532437:metal:4203:21532575,21538911:metal:4203:21541038,21550607:metal:4203:21550792,21555447:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005703294246334587, 'nb_photo': 313, 'list_port_cont': '20966638,20975329,20999854,21011753,21025561,21033745,21044275,21075126,21080323,21080732,21082801,21084378,21110386,21115749,21117047,21117156,21120220,21120940,21122048,21140148,21141129,21142915,21144096,21167634,21168276,21169689,21169965,21170242,21170864,21171551,21180485,21206512,21209643,21209911,21210210,21221147,21221647,21223448,21224151,21224927,21227446,21236783,21238658,21241054,21266799,21267840,21271020,21276230,21277642,21283642,21286617,21293515,21321696,21338133,21340048,21343056,21343478,21345968,21362655,21363636,21367843,21368054,21369288,21378319,21381647,21384863,21389428,21394890,21397075,21402828,21402892,21406085,21406101,21415932,21416599,21418810,21423921,21425321,21427660,21429357,21442112,21447737,21449390,21483683,21486136,21486776,21487162,21490769,21492244,21492950,21493015,21494101,21499225,21501196,21501936,21502051,21508620,21509255,21510411,21514864,21516079,21521458,21521464,21527644,21529469,21530118,21530172,21533623,21535811,21536221,21537213,21538785,21550715,2155077', 'assoc_port': '20966502:20966638,20974623:20975329,20999701:20999854,21011126:21011753,21024338:21025561,21033316:21033745,21043842:21044275,21074838:21075126,21077844:21080732,21077852:21080323,21080853:21082801,21084268:21084378,21108061:21210210,21108072:21209911,21110005:21110386,21112972:21115749,21117027:21117156,21117028:21117047,21119657:21120220,21120523:21167634,21120544:21168276,21120581:21120940,21120948:21169689,21120951:21169965,21120955:21170242,21120961:21209643,21120966:21170864,21120973:21171551,21121004:21122048,21135542:21206512,21139515:21140148,21140597:21141129,21141755:21142915,21143653:21144096,21180020:21180485,21221103:21221147,21221400:21221647,21222610:21227446,21222627:21224151,21222670:21223448,21224542:21224927,21236207:21236783,21238237:21238658,21240946:21241054,21265552:21266799,21267120:21267840,21270481:21271020,21275769:21277642,21275777:21276230,21282367:21283642,21285767:21286617,21292231:21293515,21321581:21321696,21336255:21338133,21339764:21340048,21342837:21343478,21342843:2134305', 'assoc_mat': '20966502:metal:4207:20966638,20974623:metal:4207:20975329,20999701:metal:4207:20999854,21011126:metal:4207:21011753,21024338:metal:4207:21025561,21033316:metal:4207:21033745,21043842:metal:4207:21044275,21074838:metal:4207:21075126,21077844:metal:4207:21080732,21077852:metal:4207:21080323,21080853:metal:4207:21082801,21084268:metal:4207:21084378,21108061:metal:4207:21210210,21108072:metal:4207:21209911,21110005:metal:4207:21110386,21112972:metal:4207:21115749,21117027:metal:4207:21117156,21117028:metal:4207:21117047,21119657:metal:4207:21120220,21120523:metal:4207:21167634,21120544:metal:4207:21168276,21120581:metal:4207:21120940,21120948:metal:4207:21169689,21120951:metal:4207:21169965,21120955:metal:4207:21170242,21120961:metal:4207:21209643,21120966:metal:4207:21170864,21120973:metal:4207:21171551,21121004:metal:4207:21122048,21135542:metal:4207:21206512,21139515:metal:4207:21140148,21140597:metal:4207:21141129,21141755:metal:4207:21142915,21143653:metal:4207:21144096,21180020:metal:4207:21180485,21221103:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014305309932411291, 'nb_photo': 33, 'list_port_cont': '21085528,21125889,21161961,21182230,21262230,21274560,21277489,21280814,21281370,21291860,21311407,21340288,21380847,21382427,21418678,21455853,21508681,21540273,21559794,21562846,21580675,21634128,21676211,21692380,21721721,21775486,21815228,21834152', 'assoc_port': '21039695:21085528,21083369:21125889,21135541:21262230,21140308:21281370,21141752:21280814,21161108:21161961,21179968:21182230,21225892:21277489,21236225:21274560,21290579:21291860,21311032:21311407,21339762:21340288,21380239:21380847,21381700:21382427,21418035:21418678,21455500:21455853,21508543:21508681,21539979:21540273,21559575:21559794,21562383:21562846,21580241:21580675,21633419:21634128,21674544:21676211,21691863:21692380,21720293:21721721,21774747:21775486,21814395:21815228,21833506:21834152', 'assoc_mat': '21039695:metal:4461:21085528,21083369:metal:4461:21125889,21135541:metal:4461:21262230,21140308:metal:4461:21281370,21141752:metal:4461:21280814,21161108:metal:4461:21161961,21179968:metal:4461:21182230,21225892:metal:4461:21277489,21236225:metal:4461:21274560,21290579:metal:4461:21291860,21311032:metal:4461:21311407,21339762:metal:4461:21340288,21380239:metal:4461:21380847,21381700:metal:4461:21382427,21418035:metal:4461:21418678,21455500:metal:4461:21455853,21508543:metal:4461:21508681,21539979:metal:4461:21540273,21559575:metal:4461:21559794,21562383:metal:4461:21562846,21580241:metal:4461:21580675,21633419:metal:4461:21634128,21674544:metal:4461:21676211,21691863:metal:4461:21692380,21720293:metal:4461:21721721,21774747:metal:4461:21775486,21814395:metal:4461:21815228,21833506:metal:4461:21834152'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008015020487233874, 'nb_photo': 150, 'list_port_cont': '21025022,21041293,21050760,21070560,21075600,21082203,21083801,21109490,21119244,21121193,21135831,21140883,21141979,21151671,21161400,21163946,21170505,21172017,21172358,21180464,21180504,21214337,21214628,21223689,21225182,21227416,21230603,21237472,21265949,21270956,21274341,21276783,21283400,21289131,21293307,21299785,21300605,21307530,21342457,21350033,21352938,21374706,21375001,21378210,21380595,21381896,21382139,21383689,21384806,21418669,21428975,21442131,21443188,21484683,21486407,21487838,21490828,21492189,21494722,21498497,21501250,21501385,21502795,21502820,21508637,21513488,21514184,21515700,21516743,21521747,21523280,21527665,21529797,21530142,21535720,21540256,21542285,21544336,21552529,21553684,21556774,21562683,21562933,21581026,21582914,21588413,21639855,21670507,21675023,21687561,21690967,21692332,21694970,21701439,21705645,21723051,21728446,21730833,21738185,21747412,21777635,21787463,21790381,21804709,21809170,21813121,21815307,21844099,21869652,21916693,21931105,21936244', 'assoc_port': '21024339:21025022,21039694:21041293,21049816:21050760,21069850:21070560,21075332:21075600,21080850:21082203,21083366:21083801,21108067:21109490,21117580:21119244,21120584:21121193,21120957:21170505,21120977:21172017,21120979:21214628,21120984:21172358,21121008:21214337,21135646:21135831,21136352:21163946,21140309:21140883,21141759:21141979,21151382:21151671,21161106:21161400,21180019:21180504,21180022:21180464,21222668:21223689,21224541:21225182,21225894:21227416,21230483:21230603,21236228:21237472,21262954:21274341,21265555:21265949,21270482:21270956,21275776:21276783,21282368:21283400,21287083:21289131,21292229:21293307,21299136:21299785,21300186:21300605,21306678:21307530,21342181:21342457,21349043:21350033,21352345:21352938,21374304:21375001,21374328:21374706,21378071:21378210,21378583:21381896,21380169:21380595,21381696:21383689,21381743:21382139,21384554:21384806,21418036:21418669,21428064:21428975,21441441:21443188,21441450:21442131,21484310:21484683,21486216:21486407,21487643:21487838,21490477:2149082', 'assoc_mat': '21024339:metal:4200:21025022,21039694:metal:4200:21041293,21049816:metal:4200:21050760,21069850:metal:4200:21070560,21075332:metal:4200:21075600,21080850:metal:4200:21082203,21083366:metal:4200:21083801,21108067:metal:4200:21109490,21117580:metal:4200:21119244,21120584:metal:4200:21121193,21120957:metal:4200:21170505,21120977:metal:4200:21172017,21120979:metal:4200:21214628,21120984:metal:4200:21172358,21121008:metal:4200:21214337,21135646:metal:4200:21135831,21136352:metal:4200:21163946,21140309:metal:4200:21140883,21141759:metal:4200:21141979,21151382:metal:4200:21151671,21161106:metal:4200:21161400,21180019:metal:4200:21180504,21180022:metal:4200:21180464,21222668:metal:4200:21223689,21224541:metal:4200:21225182,21225894:metal:4200:21227416,21230483:metal:4200:21230603,21236228:metal:4200:21237472,21262954:metal:4200:21274341,21265555:metal:4200:21265949,21270482:metal:4200:21270956,21275776:metal:4200:21276783,21282368:metal:4200:21283400,21287083:metal:4200:21289131,21292229:metal:4200:21293307,21299136:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017520348421255782, 'nb_photo': 483, 'list_port_cont': '20976937,21036093,21074756,21074955,21084547,21084954,21085185,21085756,21090037,21094093,21094281,21104599,21110401,21110941,21111051,21120354,21126631,21126877,21149023,21152440,21153346,21154921,21157798,21158511,21159883,21168647,21169139,21169426,21170683,21170910,21171167,21172236,21172644,21173029,21173738,21173854,21174541,21174871,21180383,21180422,21180526,21180916,21181029,21181219,21182181,21182477,21182770,21187586,21219015,21219549,21221202,21221380,21222430,21225025,21230124,21230167,21230835,21230930,21230974,21230981,21231349,21236762,21237391,21241368,21241506,21242845,21247500,21262689,21268018,21276982,21283812,21286896,21287050,21288790,21293901,21297111,21300701,21300712,21301258,21301457,21307337,21311718,21320383,21321714,21339227,21343141,21345065,21357627,21357730,21359447,21362398,21362422,21363903,21366812,21370635,21371087,21374728,21376481,21379508,21379738,21380910,21382305,21382803,21387028,21392204,21395345,21396872,21412562,21418412,21425014,21434904,21437924,21438064,2144548', 'assoc_port': '20966501:20976937,21024341:21074756,21035615:21036093,21039691:21084954,21039693:21085185,21041996:21085756,21046492:21090037,21049815:21094093,21049817:21094281,21065193:21104599,21071195:21110401,21072705:21111051,21072707:21110941,21074839:21074955,21077845:21120354,21084266:21126631,21084270:21126877,21084271:21084547,21108069:21301457,21112973:21152440,21115510:21154921,21117029:21157798,21117031:21158511,21120562:21168647,21120928:21169426,21120949:21287050,21120958:21170683,21120969:21286896,21120981:21172236,21120988:21172644,21120991:21173029,21120994:21173738,21120998:21173854,21121005:21174541,21121011:21174871,21135647:21262689,21139516:21231349,21140592:21230981,21140593:21230930,21141756:21230974,21147912:21219549,21147914:21149023,21151380:21219015,21152618:21153346,21155463:21171167,21155464:21170910,21157117:21169139,21159636:21159883,21179960:21182770,21179965:21182181,21179970:21182477,21179972:21187586,21179979:21181029,21179991:21181219,21180000:21180383,21180018:21180916,21180027:2118052', 'assoc_mat': '20966501:metal:4209:20976937,21024341:metal:4209:21074756,21035615:metal:4209:21036093,21039691:metal:4209:21084954,21039693:metal:4209:21085185,21041996:metal:4209:21085756,21046492:metal:4209:21090037,21049815:metal:4209:21094093,21049817:metal:4209:21094281,21065193:metal:4209:21104599,21071195:metal:4209:21110401,21072705:metal:4209:21111051,21072707:metal:4209:21110941,21074839:metal:4209:21074955,21077845:metal:4209:21120354,21084266:metal:4209:21126631,21084270:metal:4209:21126877,21084271:metal:4209:21084547,21108069:metal:4209:21301457,21112973:metal:4209:21152440,21115510:metal:4209:21154921,21117029:metal:4209:21157798,21117031:metal:4209:21158511,21120562:metal:4209:21168647,21120928:metal:4209:21169426,21120949:metal:4209:21287050,21120958:metal:4209:21170683,21120969:metal:4209:21286896,21120981:metal:4209:21172236,21120988:metal:4209:21172644,21120991:metal:4209:21173029,21120994:metal:4209:21173738,21120998:metal:4209:21173854,21121005:metal:4209:21174541,21121011:metal:4209:21174871,21135647:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006787279098853101, 'nb_photo': 1197, 'list_port_cont': '20966889,20967302,20985153,20993443,20999941,21012856,21014083,21021431,21036126,21038084,21038881,21043609,21051113,21053661,21066043,21072542,21073195,21076071,21078110,21079049,21084147,21110650,21110883,21116015,21116406,21116859,21117704,21118013,21120767,21121293,21136323,21140186,21140907,21140926,21141303,21144195,21149060,21149414,21151869,21153415,21156893,21158460,21160007,21160767,21161096,21167958,21168308,21169747,21170168,21170559,21172116,21172877,21174304,21174918,21180808,21180819,21181094,21181280,21181499,21181870,21206156,21211062,21211230,21220480,21222204,21223466,21224699,21225142,21225534,21227519,21227969,21230855,21231196,21236160,21237996,21243247,21266478,21271853,21273488,21278611,21279605,21287069,21292257,21294324,21297524,21301064,21301442,21308437,21309469,21318158,21339657,21342650,21342659,21342741,21343813,21346662,21350653,21353940,21358126,21362790,21363909,21370593,21378426,21382324,21382569,21382722,21382836,21386229,21387608,21393184,21395728,21396372,21398895,2140592', 'assoc_port': '20966499:20967302,20966505:20966889,20984095:20985153,20993231:20993443,20999699:20999941,21005927:21014083,21011129:21012856,21020701:21021431,21035614:21036126,21037136:21038881,21037138:21038084,21041999:21043609,21049819:21053661,21049821:21051113,21065192:21066043,21069851:21073195,21071197:21072542,21075333:21076071,21075335:21078110,21077849:21079049,21083362:21084147,21108060:21116859,21108073:21116406,21109984:21110883,21110006:21110650,21112974:21116015,21117030:21117704,21117587:21118013,21119655:21120767,21120524:21167958,21120540:21168308,21120580:21121293,21120929:21169747,21120950:21170168,21120959:21170559,21120963:21211230,21120970:21211062,21120975:21172116,21120989:21172877,21120999:21174304,21121006:21174918,21135543:21206156,21136029:21136323,21139004:21140186,21139514:21140926,21140311:21140907,21140591:21141303,21141750:21161096,21141754:21160767,21141758:21144195,21147910:21149414,21147915:21149060,21151381:21151869,21152619:21153415,21155492:21156893,21157119:21158460,21159638:2116000', 'assoc_mat': '20966499:metal:4211:20967302,20966505:metal:4211:20966889,20984095:metal:4211:20985153,20993231:metal:4211:20993443,20999699:metal:4211:20999941,21005927:metal:4211:21014083,21011129:metal:4211:21012856,21020701:metal:4211:21021431,21035614:metal:4211:21036126,21037136:metal:4211:21038881,21037138:metal:4211:21038084,21041999:metal:4211:21043609,21049819:metal:4211:21053661,21049821:metal:4211:21051113,21065192:metal:4211:21066043,21069851:metal:4211:21073195,21071197:metal:4211:21072542,21075333:metal:4211:21076071,21075335:metal:4211:21078110,21077849:metal:4211:21079049,21083362:metal:4211:21084147,21108060:metal:4211:21116859,21108073:metal:4211:21116406,21109984:metal:4211:21110883,21110006:metal:4211:21110650,21112974:metal:4211:21116015,21117030:metal:4211:21117704,21117587:metal:4211:21118013,21119655:metal:4211:21120767,21120524:metal:4211:21167958,21120540:metal:4211:21168308,21120580:metal:4211:21121293,21120929:metal:4211:21169747,21120950:metal:4211:21170168,21120959:metal:4211:21170559,21120963:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0001306905864197531, 'nb_photo': 1, 'list_port_cont': '21584625', 'assoc_port': '21583368:21584625', 'assoc_mat': '21583368:metal:3594:21584625'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022565224353523414, 'nb_photo': 2606, 'list_port_cont': '20985452,21012748,21071234,21107269,21116336,21123608,21126653,21168325,21173199,21180762,21218926,21221705,21225058,21236488,21271172,21289466,21322268,21326930,21330718,21336371,21353896,21357850,21370534,21371439,21385322,21402163,21402414,21416731,21425201,21457517,21458301,21494177,21498482,21509781,21513383,21521638,21531295,21539009,21551501,21555648,21559749,21562643,21562762,21592101,21638603,21644582,21658663,21675526,21690557,21707156,21764121,21769864,21798668,21823024,21824608,21832342,21869006,21869706,21870589,21917684,21942306', 'assoc_port': '20974621:20985452,21005926:21012748,21020702:21071234,21069849:21107269,21083360:21123608,21084272:21126653,21116152:21116336,21120561:21168325,21120995:21173199,21135544:21326930,21140596:21289466,21151378:21218926,21179999:21180762,21221398:21221705,21224543:21225058,21225874:21322268,21236227:21236488,21270486:21271172,21275781:21330718,21300178:21336371,21338511:21353896,21345495:21371439,21356896:21357850,21370457:21370534,21380145:21402163,21380165:21402414,21384556:21385322,21416273:21416731,21424524:21425201,21431420:21457517,21451315:21458301,21494053:21494177,21498396:21498482,21509733:21509781,21513309:21513383,21521274:21521638,21531130:21531295,21538916:21539009,21551421:21551501,21555438:21555648,21559577:21559749,21562384:21562762,21562427:21562643,21587690:21592101,21636269:21638603,21640850:21644582,21657252:21658663,21667880:21675526,21690281:21690557,21706327:21707156,21730666:21764121,21734156:21769864,21774743:21798668,21798310:21823024,21814397:21824608,21828479:21832342,21845944:2187058', 'assoc_mat': '20974621:papier:4205:20985452,21005926:papier:4205:21012748,21020702:papier:4205:21071234,21069849:papier:4205:21107269,21083360:papier:4205:21123608,21084272:papier:4205:21126653,21116152:papier:4205:21116336,21120561:papier:4205:21168325,21120995:papier:4205:21173199,21135544:papier:4205:21326930,21140596:papier:4205:21289466,21151378:papier:4205:21218926,21179999:papier:4205:21180762,21221398:papier:4205:21221705,21224543:papier:4205:21225058,21225874:papier:4205:21322268,21236227:papier:4205:21236488,21270486:papier:4205:21271172,21275781:papier:4205:21330718,21300178:papier:4205:21336371,21338511:papier:4205:21353896,21345495:papier:4205:21371439,21356896:papier:4205:21357850,21370457:papier:4205:21370534,21380145:papier:4205:21402163,21380165:papier:4205:21402414,21384556:papier:4205:21385322,21416273:papier:4205:21416731,21424524:papier:4205:21425201,21431420:papier:4205:21457517,21451315:papier:4205:21458301,21494053:papier:4205:21494177,21498396:papier:4205:21498482,21509733:papier:4205:21509781,2151'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01033072775821922, 'nb_photo': 4502, 'list_port_cont': '21009025,21045721,21102632,21144478,21159603,21168716,21170319,21170841,21172451,21181125,21221272,21222097,21289598,21290398,21292012,21313592,21324795,21328624,21330407,21356409,21370290,21396233,21406064,21410362,21446122,21455886,21483697,21489866,21499584,21509395,21515725,21531596,21532588,21541039,21550786,21555808,21559774,21567639,21583066,21601478,21643108,21665892,21666461,21682597,21689762,21707614,21736506,21758190,21779834,21821327,21825484,21869541,21871518,21873393,21907238,21925050,21930399', 'assoc_port': '20993232:21009025,21043844:21045721,21064407:21102632,21084267:21313592,21108071:21289598,21117583:21159603,21120585:21168716,21120953:21170319,21120982:21172451,21140594:21290398,21143651:21144478,21155462:21170841,21180001:21181125,21221105:21221272,21221394:21222097,21232888:21324795,21267127:21330407,21290582:21292012,21306684:21328624,21339766:21356409,21352346:21370290,21378587:21410362,21381695:21406064,21394505:21396233,21431417:21446122,21441440:21455886,21483159:21483697,21489393:21489866,21499136:21499584,21509153:21509395,21515548:21515725,21529360:21531596,21532437:21532588,21538911:21541039,21550607:21550786,21555447:21555808,21559582:21559774,21567548:21567639,21580239:21583066,21592857:21601478,21639124:21643108,21651463:21665892,21651464:21666461,21682058:21682597,21689266:21689762,21706322:21707614,21724314:21736506,21728542:21758190,21779322:21779834,21793240:21821327,21814369:21825484,21843933:21873393,21849326:21871518,21861259:21869541,21903539:21907238,21913103:21925050,21924615:2193039', 'assoc_mat': '20993232:papier:4203:21009025,21043844:papier:4203:21045721,21064407:papier:4203:21102632,21084267:papier:4203:21313592,21108071:papier:4203:21289598,21117583:papier:4203:21159603,21120585:papier:4203:21168716,21120953:papier:4203:21170319,21120982:papier:4203:21172451,21140594:papier:4203:21290398,21143651:papier:4203:21144478,21155462:papier:4203:21170841,21180001:papier:4203:21181125,21221105:papier:4203:21221272,21221394:papier:4203:21222097,21232888:papier:4203:21324795,21267127:papier:4203:21330407,21290582:papier:4203:21292012,21306684:papier:4203:21328624,21339766:papier:4203:21356409,21352346:papier:4203:21370290,21378587:papier:4203:21410362,21381695:papier:4203:21406064,21394505:papier:4203:21396233,21431417:papier:4203:21446122,21441440:papier:4203:21455886,21483159:papier:4203:21483697,21489393:papier:4203:21489866,21499136:papier:4203:21499584,21509153:papier:4203:21509395,21515548:papier:4203:21515725,21529360:papier:4203:21531596,21532437:papier:4203:21532588,21538911:papier:4203:21541039,2155'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0436880763947974, 'nb_photo': 17134, 'list_port_cont': '20966651,20975331,20999839,21009747,21011748,21012667,21024481,21025564,21033739,21042393,21044282,21049346,21050235,21065611,21066115,21070332,21075120,21080317,21080729,21082797,21084374,21110387,21115756,21115766,21116352,21117036,21117150,21117914,21120233,21120934,21122053,21122697,21136717,21140147,21140324,21140995,21141134,21141990,21142909,21144091,21155892,21167631,21168274,21169570,21169694,21169967,21170028,21170235,21170872,21170902,21171543,21180137,21180255,21180484,21180744,21206520,21209653,21209782,21209917,21210209,21220364,21220373,21221142,21221144,21221644,21223096,21223436,21224155,21224346,21224931,21226464,21226791,21227438,21236772,21238663,21241062,21266807,21267839,21271028,21276218,21277637,21283634,21286613,21291682,21293469,21293521,21300868,21300945,21307917,21309983,21314048,21321682,21338142,21339423,21340056,21342559,21342977,21343064,21343397,21343488,21345052,21345337,21345967,21362656,21363635,21366701,21367844,21368051,21369283,21378305,21381633,21382381,21382597,2138486', 'assoc_port': '20966502:20966651,20974623:20975331,20999701:20999839,21005922:21012667,21005924:21009747,21011126:21011748,21024338:21025564,21024342:21024481,21033316:21033739,21041997:21042393,21043842:21044282,21046491:21049346,21049818:21050235,21065194:21066115,21065195:21065611,21069853:21070332,21074838:21075120,21077844:21080729,21077852:21080317,21080853:21082797,21084268:21084374,21108061:21210209,21108072:21209917,21109988:21116352,21110005:21110387,21112972:21115756,21115509:21115766,21117027:21117150,21117028:21117036,21117582:21117914,21119657:21120233,21120523:21167631,21120538:21209782,21120544:21168274,21120581:21120934,21120948:21169694,21120951:21169967,21120952:21170028,21120955:21170235,21120961:21209653,21120966:21170872,21120968:21170902,21120973:21171543,21120980:21122697,21121004:21122053,21135542:21206520,21136351:21136717,21139002:21169570,21139512:21140324,21139515:21140147,21140597:21141134,21140598:21140995,21141755:21142909,21141757:21141990,21143653:21144091,21155465:21155892,21179961:2118074', 'assoc_mat': '20966502:papier:4207:20966651,20974623:papier:4207:20975331,20999701:papier:4207:20999839,21005922:papier:4207:21012667,21005924:papier:4207:21009747,21011126:papier:4207:21011748,21024338:papier:4207:21025564,21024342:papier:4207:21024481,21033316:papier:4207:21033739,21041997:papier:4207:21042393,21043842:papier:4207:21044282,21046491:papier:4207:21049346,21049818:papier:4207:21050235,21065194:papier:4207:21066115,21065195:papier:4207:21065611,21069853:papier:4207:21070332,21074838:papier:4207:21075120,21077844:papier:4207:21080729,21077852:papier:4207:21080317,21080853:papier:4207:21082797,21084268:papier:4207:21084374,21108061:papier:4207:21210209,21108072:papier:4207:21209917,21109988:papier:4207:21116352,21110005:papier:4207:21110387,21112972:papier:4207:21115756,21115509:papier:4207:21115766,21117027:papier:4207:21117150,21117028:papier:4207:21117036,21117582:papier:4207:21117914,21119657:papier:4207:21120233,21120523:papier:4207:21167631,21120538:papier:4207:21209782,21120544:papier:4207:21168274,2112'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.2125821255338801, 'nb_photo': 51507, 'list_port_cont': '20977411,20996248,20999904,21006803,21038920,21058281,21071725,21074468,21083729,21085514,21085983,21093805,21110291,21125876,21144739,21150855,21152087,21152990,21159931,21161970,21168742,21169540,21170773,21173458,21174498,21180617,21180644,21181196,21182214,21182315,21208291,21218936,21219604,21220517,21241317,21247520,21262236,21262751,21268901,21271292,21274567,21275570,21277090,21277481,21277550,21277965,21278674,21279519,21280808,21281399,21284855,21286996,21291852,21292867,21296166,21296289,21296828,21300026,21300151,21300808,21300819,21307826,21311394,21321737,21337066,21340285,21342485,21359278,21361544,21362202,21363774,21367052,21367144,21369219,21375092,21378651,21380353,21380842,21382396,21382422,21382754,21389969,21392213,21395026,21416706,21418686,21422423,21425117,21428780,21434271,21441984,21442358,21445534,21455855,21484957,21486611,21487860,21490847,21494190,21494957,21496987,21498531,21501362,21502826,21508682,21509356,21510473,21513517,21514203,21514922,21516163,21516772,21521682,2152287', 'assoc_port': '20966503:20977411,20984096:20996248,20999578:20999904,20999700:21006803,21011127:21058281,21020698:21071725,21033315:21083729,21037139:21038920,21039695:21085514,21041994:21085983,21049814:21093805,21071194:21110291,21072708:21074468,21074837:21296289,21080849:21208291,21083369:21125876,21109990:21292867,21109992:21150855,21112971:21152087,21115508:21296166,21117586:21159931,21120539:21300151,21120583:21168742,21120960:21170773,21120967:21300819,21120974:21300808,21120992:21173458,21121002:21174498,21135541:21262236,21136350:21262751,21139006:21284855,21140308:21281399,21141752:21280808,21143652:21144739,21147913:21219604,21152614:21218936,21152620:21152990,21157118:21169540,21161108:21161970,21179962:21182315,21179968:21182214,21179977:21181196,21180017:21180644,21180025:21180617,21220269:21220517,21221396:21279519,21222615:21278674,21222623:21277965,21225892:21277481,21225895:21277550,21232860:21275570,21236225:21274567,21240949:21241317,21247225:21247520,21267131:21268901,21270480:21271292,21275780:2127709', 'assoc_mat': '20966503:papier:4461:20977411,20984096:papier:4461:20996248,20999578:papier:4461:20999904,20999700:papier:4461:21006803,21011127:papier:4461:21058281,21020698:papier:4461:21071725,21033315:papier:4461:21083729,21037139:papier:4461:21038920,21039695:papier:4461:21085514,21041994:papier:4461:21085983,21049814:papier:4461:21093805,21071194:papier:4461:21110291,21072708:papier:4461:21074468,21074837:papier:4461:21296289,21080849:papier:4461:21208291,21083369:papier:4461:21125876,21109990:papier:4461:21292867,21109992:papier:4461:21150855,21112971:papier:4461:21152087,21115508:papier:4461:21296166,21117586:papier:4461:21159931,21120539:papier:4461:21300151,21120583:papier:4461:21168742,21120960:papier:4461:21170773,21120967:papier:4461:21300819,21120974:papier:4461:21300808,21120992:papier:4461:21173458,21121002:papier:4461:21174498,21135541:papier:4461:21262236,21136350:papier:4461:21262751,21139006:papier:4461:21284855,21140308:papier:4461:21281399,21141752:papier:4461:21280808,21143652:papier:4461:21144739,2114'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.011639014429112974, 'nb_photo': 3612, 'list_port_cont': '20967657,20984598,20999682,20999952,21025008,21037665,21041289,21041841,21042566,21047283,21050761,21064653,21070557,21073264,21073531,21074914,21075595,21078582,21080591,21082200,21083800,21084240,21109489,21114631,21115913,21116224,21117952,21119241,21121188,21121489,21135836,21139776,21140893,21141973,21142161,21151674,21153884,21159881,21161401,21163405,21163943,21167456,21170228,21170509,21170881,21172010,21172356,21173942,21180466,21180505,21180705,21181068,21181154,21182025,21214331,21214637,21221247,21221290,21223686,21224821,21225170,21227424,21230610,21230956,21233465,21237476,21238797,21240645,21242880,21265948,21270946,21274344,21276778,21283406,21287782,21287813,21289137,21293311,21299777,21300612,21307532,21307681,21336847,21338965,21342454,21343594,21346458,21346584,21350036,21352949,21353485,21357644,21359108,21362383,21366960,21369159,21374707,21375000,21378211,21379499,21380529,21380605,21380932,21381876,21381904,21382134,21383114,21383685,21384796,21389889,21392083,21395976,21415536,2141643', 'assoc_port': '20966504:20967657,20984097:20984598,20999574:20999952,20999575:20999682,21024339:21025008,21037135:21037665,21039692:21041841,21039694:21041289,21041995:21042566,21046493:21047283,21049816:21050761,21064402:21064653,21069850:21070557,21071196:21073531,21072704:21073264,21074840:21074914,21075332:21075595,21077847:21078582,21077848:21080591,21080850:21082200,21083366:21083800,21083367:21084240,21104037:21114631,21108067:21109489,21115491:21116224,21115511:21115913,21117580:21119241,21117584:21117952,21120519:21167456,21120542:21121489,21120584:21121188,21120956:21170228,21120957:21170509,21120965:21170881,21120977:21172010,21120979:21214637,21120984:21172356,21121001:21173942,21121008:21214331,21135646:21135836,21136352:21163943,21136353:21163405,21139513:21139776,21140309:21140893,21141753:21142161,21141759:21141973,21151382:21151674,21152617:21153884,21159635:21159881,21161106:21161401,21179964:21182025,21179969:21181154,21179971:21181068,21179980:21180705,21180019:21180505,21180022:21180466,21221101:2122129', 'assoc_mat': '20966504:papier:4200:20967657,20984097:papier:4200:20984598,20999574:papier:4200:20999952,20999575:papier:4200:20999682,21024339:papier:4200:21025008,21037135:papier:4200:21037665,21039692:papier:4200:21041841,21039694:papier:4200:21041289,21041995:papier:4200:21042566,21046493:papier:4200:21047283,21049816:papier:4200:21050761,21064402:papier:4200:21064653,21069850:papier:4200:21070557,21071196:papier:4200:21073531,21072704:papier:4200:21073264,21074840:papier:4200:21074914,21075332:papier:4200:21075595,21077847:papier:4200:21078582,21077848:papier:4200:21080591,21080850:papier:4200:21082200,21083366:papier:4200:21083800,21083367:papier:4200:21084240,21104037:papier:4200:21114631,21108067:papier:4200:21109489,21115491:papier:4200:21116224,21115511:papier:4200:21115913,21117580:papier:4200:21119241,21117584:papier:4200:21117952,21120519:papier:4200:21167456,21120542:papier:4200:21121489,21120584:papier:4200:21121188,21120956:papier:4200:21170228,21120957:papier:4200:21170509,21120965:papier:4200:21170881,2112'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9255045915635101, 'nb_photo': 109310, 'list_port_cont': '20976944,20993322,21005799,21036086,21074744,21074960,21084553,21084961,21085100,21085177,21085253,21085757,21087530,21090036,21094094,21094279,21104601,21108017,21110408,21110949,21111055,21115573,21120351,21121170,21124377,21126629,21126888,21136275,21149030,21150148,21152445,21153344,21154914,21157803,21158507,21159893,21160151,21161897,21167714,21168653,21169143,21169420,21170679,21170738,21170912,21170928,21171162,21171605,21172242,21172515,21172645,21173038,21173747,21173852,21174531,21174869,21180370,21180426,21180527,21180913,21180939,21181038,21181220,21182183,21182357,21182475,21182772,21187589,21219016,21219552,21220406,21221208,21221383,21222436,21225017,21229871,21230135,21230172,21230842,21230931,21230952,21230988,21231352,21233448,21236756,21237389,21241356,21241507,21242847,21247502,21262688,21268024,21276970,21277027,21283823,21286874,21287052,21288788,21293902,21297119,21300702,21300722,21301263,21301452,21307341,21308468,21311728,21320374,21321718,21339221,21342573,21343137,21345077,2135748', 'assoc_port': '20966501:20976944,20993233:20993322,20999577:21005799,21020700:21121170,21024341:21074744,21035615:21036086,21039691:21084961,21039693:21085177,21039696:21085100,21039697:21085253,21041996:21085757,21043843:21087530,21046492:21090036,21049815:21094094,21049817:21094279,21065193:21104601,21069852:21108017,21071195:21110408,21072705:21111055,21072707:21110949,21074836:21115573,21074839:21074960,21077845:21120351,21083365:21124377,21084266:21126629,21084270:21126888,21084271:21084553,21108069:21301452,21109986:21150148,21112973:21152445,21115510:21154914,21117029:21157803,21117031:21158507,21120522:21167714,21120562:21168653,21120928:21169420,21120949:21287052,21120958:21170679,21120962:21170738,21120969:21286874,21120972:21171605,21120981:21172242,21120987:21172515,21120988:21172645,21120991:21173038,21120994:21173747,21120998:21173852,21121005:21174531,21121011:21174869,21135647:21262688,21136028:21136275,21139516:21231352,21140592:21230988,21140593:21230931,21141756:21230952,21147912:21219552,21147914:2114903', 'assoc_mat': '20966501:papier:4209:20976944,20993233:papier:4209:20993322,20999577:papier:4209:21005799,21020700:papier:4209:21121170,21024341:papier:4209:21074744,21035615:papier:4209:21036086,21039691:papier:4209:21084961,21039693:papier:4209:21085177,21039696:papier:4209:21085100,21039697:papier:4209:21085253,21041996:papier:4209:21085757,21043843:papier:4209:21087530,21046492:papier:4209:21090036,21049815:papier:4209:21094094,21049817:papier:4209:21094279,21065193:papier:4209:21104601,21069852:papier:4209:21108017,21071195:papier:4209:21110408,21072705:papier:4209:21111055,21072707:papier:4209:21110949,21074836:papier:4209:21115573,21074839:papier:4209:21074960,21077845:papier:4209:21120351,21083365:papier:4209:21124377,21084266:papier:4209:21126629,21084270:papier:4209:21126888,21084271:papier:4209:21084553,21108069:papier:4209:21301452,21109986:papier:4209:21150148,21112973:papier:4209:21152445,21115510:papier:4209:21154914,21117029:papier:4209:21157803,21117031:papier:4209:21158507,21120522:papier:4209:21167714,2112'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009024365052589632, 'nb_photo': 28003, 'list_port_cont': '20966897,20967304,20985162,20993440,20999939,21012849,21014079,21021432,21036123,21038080,21038870,21043605,21051111,21053659,21066039,21072546,21073196,21073448,21076077,21078108,21079046,21084137,21110651,21110878,21116025,21116407,21116860,21117702,21118008,21120447,21120776,21121295,21136311,21140177,21140909,21140928,21141307,21144198,21149054,21149422,21151865,21153421,21156907,21158458,21159298,21160016,21160757,21161088,21167465,21167970,21168299,21169748,21170171,21170552,21172121,21172866,21174305,21174931,21180794,21180823,21181093,21181290,21181497,21181874,21204851,21206149,21211046,21211225,21213694,21220485,21222208,21223461,21224693,21225146,21225521,21227514,21227978,21230853,21231192,21236168,21238003,21243250,21266475,21271842,21273473,21278612,21279601,21287079,21292253,21294325,21297532,21301026,21301429,21308442,21309475,21318168,21339659,21342645,21342664,21342746,21343802,21346668,21350649,21353943,21358135,21360248,21362798,21363920,21370604,21378424,21382327,21382567,21382714,2138284', 'assoc_port': '20966499:20967304,20966505:20966897,20984095:20985162,20993231:20993440,20999699:20999939,21005927:21014079,21011129:21012849,21020701:21021432,21035614:21036123,21037136:21038870,21037138:21038080,21041999:21043605,21049819:21053659,21049821:21051111,21065192:21066039,21069851:21073196,21071197:21072546,21072703:21073448,21075333:21076077,21075335:21078108,21077849:21079046,21083362:21084137,21108060:21116860,21108073:21116407,21109984:21110878,21110006:21110651,21112974:21116025,21117030:21117702,21117581:21159298,21117585:21120447,21117587:21118008,21119655:21120776,21120520:21213694,21120521:21167465,21120524:21167970,21120540:21168299,21120580:21121295,21120929:21169748,21120950:21170171,21120959:21170552,21120963:21211225,21120970:21211046,21120975:21172121,21120989:21172866,21120999:21174305,21121006:21174931,21135543:21206149,21136029:21136311,21137075:21204851,21139004:21140177,21139514:21140928,21140311:21140909,21140591:21141307,21141750:21161088,21141754:21160757,21141758:21144198,21147910:2114942', 'assoc_mat': '20966499:papier:4211:20967304,20966505:papier:4211:20966897,20984095:papier:4211:20985162,20993231:papier:4211:20993440,20999699:papier:4211:20999939,21005927:papier:4211:21014079,21011129:papier:4211:21012849,21020701:papier:4211:21021432,21035614:papier:4211:21036123,21037136:papier:4211:21038870,21037138:papier:4211:21038080,21041999:papier:4211:21043605,21049819:papier:4211:21053659,21049821:papier:4211:21051111,21065192:papier:4211:21066039,21069851:papier:4211:21073196,21071197:papier:4211:21072546,21072703:papier:4211:21073448,21075333:papier:4211:21076077,21075335:papier:4211:21078108,21077849:papier:4211:21079046,21083362:papier:4211:21084137,21108060:papier:4211:21116860,21108073:papier:4211:21116407,21109984:papier:4211:21110878,21110006:papier:4211:21110651,21112974:papier:4211:21116025,21117030:papier:4211:21117702,21117581:papier:4211:21159298,21117585:papier:4211:21120447,21117587:papier:4211:21118008,21119655:papier:4211:21120776,21120520:papier:4211:21213694,21120521:papier:4211:21167465,2112'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.017560748702176204, 'nb_photo': 709, 'list_port_cont': '20967702,20985383,21000363,21021770,21038462,21043257,21046265,21051412,21065994,21066791,21071275,21074786,21076198,21076842,21082837,21084587,21116522,21116676,21117281,21121642,21122174,21122204,21123135,21131391,21133771,21134178,21135926,21136143,21137555,21140334,21140853,21140947,21150092,21152342,21152797,21153623,21156954,21160312,21161687,21161818,21173693,21180849,21181189,21181275,21181301,21181433,21181807,21181892,21197340,21220581,21224614,21224838,21225237,21225703,21227224,21230866,21231078,21234035,21234251,21239393,21239718,21241732,21267072,21268819,21272182,21277620,21278037,21285989,21290328,21290430,21292709,21295310,21297484,21300470,21301472,21309398,21309716,21320391,21338156,21338418,21343962,21345190,21350180,21351337,21358107,21360114,21363089,21364799,21375397,21377171,21382734,21386584,21390520,21391098,21395883,21398234,21403539,21404085,21405531,21405775,21406233,21412908,21415990,21417168,21423802,21427740,21433072,21433996,21438649,21442981,21446478,21459150,21485316,2148740', 'assoc_port': '20966500:20967702,20984094:20985383,20999702:21000363,21020699:21021770,21037137:21038462,21041998:21043257,21043840:21046265,21049822:21051412,21064403:21065994,21065191:21066791,21069854:21071275,21072684:21074786,21075331:21076842,21075334:21076198,21080852:21082837,21084269:21084587,21104034:21133771,21108064:21197340,21116149:21116676,21116150:21116522,21117032:21117281,21119656:21136143,21120517:21135926,21120541:21173693,21120582:21122174,21120586:21121642,21120954:21134178,21120971:21131391,21120996:21123135,21121012:21122204,21136349:21137555,21139009:21140334,21140310:21140853,21140595:21140947,21141751:21161687,21141760:21152342,21147911:21150092,21151379:21152797,21152615:21153623,21155491:21156954,21159637:21160312,21161104:21161818,21179959:21181892,21179963:21181807,21179974:21181433,21179976:21181301,21179981:21181275,21180021:21181189,21180044:21180849,21220275:21220581,21222614:21225237,21222626:21224838,21222667:21224614,21224540:21225703,21225893:21227224,21230467:21231078,21230482:2123086', 'assoc_mat': '20966500:papier:3327:20967702,20984094:papier:3327:20985383,20999702:papier:3327:21000363,21020699:papier:3327:21021770,21037137:papier:3327:21038462,21041998:papier:3327:21043257,21043840:papier:3327:21046265,21049822:papier:3327:21051412,21064403:papier:3327:21065994,21065191:papier:3327:21066791,21069854:papier:3327:21071275,21072684:papier:3327:21074786,21075331:papier:3327:21076842,21075334:papier:3327:21076198,21080852:papier:3327:21082837,21084269:papier:3327:21084587,21104034:papier:3327:21133771,21108064:papier:3327:21197340,21116149:papier:3327:21116676,21116150:papier:3327:21116522,21117032:papier:3327:21117281,21119656:papier:3327:21136143,21120517:papier:3327:21135926,21120541:papier:3327:21173693,21120582:papier:3327:21122174,21120586:papier:3327:21121642,21120954:papier:3327:21134178,21120971:papier:3327:21131391,21120996:papier:3327:21123135,21121012:papier:3327:21122204,21136349:papier:3327:21137555,21139009:papier:3327:21140334,21140310:papier:3327:21140853,21140595:papier:3327:21140947,2114'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.14717486496913604, 'nb_photo': 185, 'list_port_cont': '21584623', 'assoc_port': '21583368:21584623', 'assoc_mat': '21583368:papier:3594:21584623'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006093706936712804, 'nb_photo': 176, 'list_port_cont': '20985457,21107275,21116334,21123615,21126655,21168318,21173198,21180765,21218913,21221720,21225056,21236490,21289468,21322272,21326936,21330721,21336366,21353897,21357842,21370523,21371442,21385315,21402154,21416722,21425191,21457531,21498490,21509792,21521594,21531307,21539011,21551506,21555636,21559756,21562755,21592091,21644588,21658651,21675534,21690552,21707154,21764120,21769867,21798660,21823030,21824613,21832349,21869008,21869711,21870583,21917675,21942312', 'assoc_port': '20974621:20985457,21069849:21107275,21083360:21123615,21084272:21126655,21116152:21116334,21120561:21168318,21120995:21173198,21135544:21326936,21140596:21289468,21151378:21218913,21179999:21180765,21221398:21221720,21224543:21225056,21225874:21322272,21236227:21236490,21275781:21330721,21300178:21336366,21338511:21353897,21345495:21371442,21356896:21357842,21370457:21370523,21380145:21402154,21384556:21385315,21416273:21416722,21424524:21425191,21431420:21457531,21498396:21498490,21509733:21509792,21521274:21521594,21531130:21531307,21538916:21539011,21551421:21551506,21555438:21555636,21559577:21559756,21562384:21562755,21587690:21592091,21640850:21644588,21657252:21658651,21667880:21675534,21690281:21690552,21706327:21707154,21730666:21764120,21734156:21769867,21774743:21798660,21798310:21823030,21814397:21824613,21828479:21832349,21845944:21870583,21857533:21869711,21861261:21869008,21906792:21917675,21920675:21942312', 'assoc_mat': '20974621:pehd:4205:20985457,21069849:pehd:4205:21107275,21083360:pehd:4205:21123615,21084272:pehd:4205:21126655,21116152:pehd:4205:21116334,21120561:pehd:4205:21168318,21120995:pehd:4205:21173198,21135544:pehd:4205:21326936,21140596:pehd:4205:21289468,21151378:pehd:4205:21218913,21179999:pehd:4205:21180765,21221398:pehd:4205:21221720,21224543:pehd:4205:21225056,21225874:pehd:4205:21322272,21236227:pehd:4205:21236490,21275781:pehd:4205:21330721,21300178:pehd:4205:21336366,21338511:pehd:4205:21353897,21345495:pehd:4205:21371442,21356896:pehd:4205:21357842,21370457:pehd:4205:21370523,21380145:pehd:4205:21402154,21384556:pehd:4205:21385315,21416273:pehd:4205:21416722,21424524:pehd:4205:21425191,21431420:pehd:4205:21457531,21498396:pehd:4205:21498490,21509733:pehd:4205:21509792,21521274:pehd:4205:21521594,21531130:pehd:4205:21531307,21538916:pehd:4205:21539011,21551421:pehd:4205:21551506,21555438:pehd:4205:21555636,21559577:pehd:4205:21559756,21562384:pehd:4205:21562755,21587690:pehd:4205:21592091,21640850:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031064342305810906, 'nb_photo': 532, 'list_port_cont': '21009027,21045731,21102633,21144489,21159600,21168724,21170307,21170846,21172452,21181137,21221282,21222101,21289586,21290389,21292017,21313591,21324808,21328630,21330404,21356398,21370289,21396229,21406057,21410366,21446120,21455881,21483707,21489867,21499594,21509396,21515736,21531605,21532577,21541041,21550793,21555816,21559760,21567644,21601475,21643095,21665879,21666472,21682596,21689758,21707609,21736513,21758187,21779832,21821325,21825477,21869539,21871525,21873404,21907237,21925036,21930408', 'assoc_port': '20993232:21009027,21043844:21045731,21064407:21102633,21084267:21313591,21108071:21289586,21117583:21159600,21120585:21168724,21120953:21170307,21120982:21172452,21140594:21290389,21143651:21144489,21155462:21170846,21180001:21181137,21221105:21221282,21221394:21222101,21232888:21324808,21267127:21330404,21290582:21292017,21306684:21328630,21339766:21356398,21352346:21370289,21378587:21410366,21381695:21406057,21394505:21396229,21431417:21446120,21441440:21455881,21483159:21483707,21489393:21489867,21499136:21499594,21509153:21509396,21515548:21515736,21529360:21531605,21532437:21532577,21538911:21541041,21550607:21550793,21555447:21555816,21559582:21559760,21567548:21567644,21592857:21601475,21639124:21643095,21651463:21665879,21651464:21666472,21682058:21682596,21689266:21689758,21706322:21707609,21724314:21736513,21728542:21758187,21779322:21779832,21793240:21821325,21814369:21825477,21843933:21873404,21849326:21871525,21861259:21869539,21903539:21907237,21913103:21925036,21924615:21930408', 'assoc_mat': '20993232:pehd:4203:21009027,21043844:pehd:4203:21045731,21064407:pehd:4203:21102633,21084267:pehd:4203:21313591,21108071:pehd:4203:21289586,21117583:pehd:4203:21159600,21120585:pehd:4203:21168724,21120953:pehd:4203:21170307,21120982:pehd:4203:21172452,21140594:pehd:4203:21290389,21143651:pehd:4203:21144489,21155462:pehd:4203:21170846,21180001:pehd:4203:21181137,21221105:pehd:4203:21221282,21221394:pehd:4203:21222101,21232888:pehd:4203:21324808,21267127:pehd:4203:21330404,21290582:pehd:4203:21292017,21306684:pehd:4203:21328630,21339766:pehd:4203:21356398,21352346:pehd:4203:21370289,21378587:pehd:4203:21410366,21381695:pehd:4203:21406057,21394505:pehd:4203:21396229,21431417:pehd:4203:21446120,21441440:pehd:4203:21455881,21483159:pehd:4203:21483707,21489393:pehd:4203:21489867,21499136:pehd:4203:21499594,21509153:pehd:4203:21509396,21515548:pehd:4203:21515736,21529360:pehd:4203:21531605,21532437:pehd:4203:21532577,21538911:pehd:4203:21541041,21550607:pehd:4203:21550793,21555447:pehd:4203:21555816,21559582:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00449727179035794, 'nb_photo': 378, 'list_port_cont': '20966641,20999848,21009756,21011741,21012668,21033730,21042388,21044267,21070331,21075123,21080726,21084379,21110382,21115751,21117038,21117148,21120937,21122707,21140142,21140319,21141994,21142918,21144099,21167638,21168263,21169563,21169691,21169968,21170027,21170247,21170899,21180250,21180757,21206519,21209648,21209787,21209924,21221157,21223089,21224143,21224354,21224937,21226454,21236776,21241061,21266810,21267842,21271022,21277648,21283641,21286625,21291669,21293508,21300867,21300938,21321695,21338136,21342548,21343479,21345048,21345344,21345961,21363646,21367838,21368056,21369292,21378311,21381636,21382600,21384869,21394896,21402836,21402885,21405967,21405970,21406089,21410809,21415929,21425310,21442113,21442527,21447742,21483692,21486134,21486781,21487140,21487163,21487824,21490764,21492252,21492943,21493020,21494106,21494147,21496900,21499213,21499238,21501071,21501195,21501945,21508628,21509085,21509249,21509808,21510407,21514850,21514873,21515718,21516076,21521447,21521664,21527636,21530120,2153200', 'assoc_port': '20966502:20966641,20999701:20999848,21005922:21012668,21005924:21009756,21011126:21011741,21033316:21033730,21041997:21042388,21043842:21044267,21069853:21070331,21074838:21075123,21077844:21080726,21084268:21084379,21108072:21209924,21110005:21110382,21112972:21115751,21117027:21117148,21117028:21117038,21120523:21167638,21120538:21209787,21120544:21168263,21120581:21120937,21120948:21169691,21120951:21169968,21120952:21170027,21120955:21170247,21120961:21209648,21120968:21170899,21120980:21122707,21135542:21206519,21139002:21169563,21139512:21140319,21139515:21140142,21141755:21142918,21141757:21141994,21143653:21144099,21179961:21180757,21180028:21180250,21221103:21221157,21222621:21224354,21222627:21224143,21222671:21223089,21224542:21224937,21225888:21226454,21236207:21236776,21240946:21241061,21265552:21266810,21267120:21267842,21270481:21271022,21275769:21277648,21282367:21283641,21285767:21286625,21290581:21291669,21292231:21293508,21300184:21300867,21300189:21300938,21321581:21321695,21332135:2134504', 'assoc_mat': '20966502:pehd:4207:20966641,20999701:pehd:4207:20999848,21005922:pehd:4207:21012668,21005924:pehd:4207:21009756,21011126:pehd:4207:21011741,21033316:pehd:4207:21033730,21041997:pehd:4207:21042388,21043842:pehd:4207:21044267,21069853:pehd:4207:21070331,21074838:pehd:4207:21075123,21077844:pehd:4207:21080726,21084268:pehd:4207:21084379,21108072:pehd:4207:21209924,21110005:pehd:4207:21110382,21112972:pehd:4207:21115751,21117027:pehd:4207:21117148,21117028:pehd:4207:21117038,21120523:pehd:4207:21167638,21120538:pehd:4207:21209787,21120544:pehd:4207:21168263,21120581:pehd:4207:21120937,21120948:pehd:4207:21169691,21120951:pehd:4207:21169968,21120952:pehd:4207:21170027,21120955:pehd:4207:21170247,21120961:pehd:4207:21209648,21120968:pehd:4207:21170899,21120980:pehd:4207:21122707,21135542:pehd:4207:21206519,21139002:pehd:4207:21169563,21139512:pehd:4207:21140319,21139515:pehd:4207:21140142,21141755:pehd:4207:21142918,21141757:pehd:4207:21141994,21143653:pehd:4207:21144099,21179961:pehd:4207:21180757,21180028:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009677953743469463, 'nb_photo': 51, 'list_port_cont': '20996245,21085975,21152094,21170765,21181200,21208287,21247530,21277485,21292878,21296177,21300019,21311395,21321738,21363777,21367048,21369211,21378643,21380833,21382391,21392221,21514918,21522874,21531347,21535946,21541425,21542604,21559796,21566888,21634121,21636850,21687569,21721717,21750090,21811884,21815229,21834149,21849525,21904339,21908702', 'assoc_port': '20984096:20996245,21041994:21085975,21080849:21208287,21109990:21292878,21112971:21152094,21115508:21296177,21120960:21170765,21179977:21181200,21225892:21277485,21247225:21247530,21299164:21300019,21311032:21311395,21321579:21321738,21363246:21363777,21366616:21367048,21368965:21369211,21378063:21378643,21380239:21380833,21381748:21382391,21391269:21392221,21514645:21514918,21522808:21522874,21531127:21531347,21535457:21535946,21538910:21541425,21542133:21542604,21559575:21559796,21566767:21566888,21633419:21634121,21636256:21636850,21687150:21687569,21720293:21721717,21749504:21750090,21810731:21811884,21814395:21815229,21833506:21834149,21849331:21849525,21903542:21904339,21908049:21908702', 'assoc_mat': '20984096:pehd:4461:20996245,21041994:pehd:4461:21085975,21080849:pehd:4461:21208287,21109990:pehd:4461:21292878,21112971:pehd:4461:21152094,21115508:pehd:4461:21296177,21120960:pehd:4461:21170765,21179977:pehd:4461:21181200,21225892:pehd:4461:21277485,21247225:pehd:4461:21247530,21299164:pehd:4461:21300019,21311032:pehd:4461:21311395,21321579:pehd:4461:21321738,21363246:pehd:4461:21363777,21366616:pehd:4461:21367048,21368965:pehd:4461:21369211,21378063:pehd:4461:21378643,21380239:pehd:4461:21380833,21381748:pehd:4461:21382391,21391269:pehd:4461:21392221,21514645:pehd:4461:21514918,21522808:pehd:4461:21522874,21531127:pehd:4461:21531347,21535457:pehd:4461:21535946,21538910:pehd:4461:21541425,21542133:pehd:4461:21542604,21559575:pehd:4461:21559796,21566767:pehd:4461:21566888,21633419:pehd:4461:21634121,21636256:pehd:4461:21636850,21687150:pehd:4461:21687569,21720293:pehd:4461:21721717,21749504:pehd:4461:21750090,21810731:pehd:4461:21811884,21814395:pehd:4461:21815229,21833506:pehd:4461:21834149,21849331:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010381465050057168, 'nb_photo': 1731, 'list_port_cont': '20967644,20984595,20999672,20999951,21025017,21037657,21041281,21041835,21042562,21047289,21050775,21064654,21070556,21073274,21073524,21074908,21075599,21078581,21082191,21083790,21084235,21109483,21114635,21115905,21116231,21117941,21119250,21121196,21121477,21135834,21139771,21140890,21141968,21142158,21151670,21153880,21156385,21159876,21161404,21163410,21163950,21167448,21170221,21170503,21170880,21172012,21172359,21173952,21180457,21180508,21180704,21181074,21181151,21182018,21214338,21214631,21221240,21221288,21223687,21224828,21225172,21227413,21230615,21230961,21233466,21237470,21238787,21240651,21242876,21265954,21270947,21274347,21276788,21283412,21287792,21287806,21289133,21293317,21299789,21300601,21307528,21307682,21336836,21338967,21342445,21343607,21346453,21346586,21350030,21353478,21357653,21359113,21362377,21366952,21369169,21374701,21374998,21378213,21379505,21380525,21380603,21380921,21381875,21381891,21382135,21383118,21383675,21384795,21389885,21392089,21395969,21415537,21416430,2141866', 'assoc_port': '20966504:20967644,20984097:20984595,20999574:20999951,20999575:20999672,21024339:21025017,21037135:21037657,21039692:21041835,21039694:21041281,21041995:21042562,21046493:21047289,21049816:21050775,21064402:21064654,21069850:21070556,21071196:21073524,21072704:21073274,21074840:21074908,21075332:21075599,21077847:21078581,21080850:21082191,21083366:21083790,21083367:21084235,21104037:21114635,21108067:21109483,21115491:21116231,21115511:21115905,21117580:21119250,21117584:21117941,21120519:21167448,21120542:21121477,21120584:21121196,21120956:21170221,21120957:21170503,21120965:21170880,21120977:21172012,21120979:21214631,21120984:21172359,21121001:21173952,21121008:21214338,21135646:21135834,21136352:21163950,21136353:21163410,21139513:21139771,21140309:21140890,21141753:21142158,21141759:21141968,21151382:21151670,21152617:21153880,21155490:21156385,21159635:21159876,21161106:21161404,21179964:21182018,21179969:21181151,21179971:21181074,21179980:21180704,21180019:21180508,21180022:21180457,21221101:2122128', 'assoc_mat': '20966504:pehd:4200:20967644,20984097:pehd:4200:20984595,20999574:pehd:4200:20999951,20999575:pehd:4200:20999672,21024339:pehd:4200:21025017,21037135:pehd:4200:21037657,21039692:pehd:4200:21041835,21039694:pehd:4200:21041281,21041995:pehd:4200:21042562,21046493:pehd:4200:21047289,21049816:pehd:4200:21050775,21064402:pehd:4200:21064654,21069850:pehd:4200:21070556,21071196:pehd:4200:21073524,21072704:pehd:4200:21073274,21074840:pehd:4200:21074908,21075332:pehd:4200:21075599,21077847:pehd:4200:21078581,21080850:pehd:4200:21082191,21083366:pehd:4200:21083790,21083367:pehd:4200:21084235,21104037:pehd:4200:21114635,21108067:pehd:4200:21109483,21115491:pehd:4200:21116231,21115511:pehd:4200:21115905,21117580:pehd:4200:21119250,21117584:pehd:4200:21117941,21120519:pehd:4200:21167448,21120542:pehd:4200:21121477,21120584:pehd:4200:21121196,21120956:pehd:4200:21170221,21120957:pehd:4200:21170503,21120965:pehd:4200:21170880,21120977:pehd:4200:21172012,21120979:pehd:4200:21214631,21120984:pehd:4200:21172359,21121001:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010755941410137044, 'nb_photo': 1357, 'list_port_cont': '20976941,20993313,21005789,21036096,21074748,21074959,21084552,21084958,21085090,21085190,21085255,21085751,21087525,21090050,21094097,21094288,21108012,21110404,21110950,21111063,21115561,21121167,21124390,21126640,21126891,21136280,21149008,21150142,21152442,21153343,21154912,21157808,21158509,21159895,21160146,21161890,21167711,21168648,21169138,21169425,21170687,21170908,21170938,21171164,21171592,21172227,21172512,21172652,21173033,21173739,21173841,21174533,21174872,21180377,21180419,21180525,21180918,21180933,21181030,21181212,21182176,21182352,21182469,21182773,21187578,21219014,21219545,21220410,21221205,21221381,21222438,21225022,21229869,21230149,21230175,21230829,21230934,21230949,21230986,21231342,21233443,21236765,21237375,21241371,21241505,21242853,21247503,21262686,21268019,21276987,21277029,21286892,21287054,21288782,21293903,21297122,21300705,21300709,21301255,21301454,21307331,21308472,21311724,21320378,21321717,21339222,21342564,21343139,21345078,21357490,21357633,21357740,21359452,2136241', 'assoc_port': '20966501:20976941,20993233:20993313,20999577:21005789,21020700:21121167,21024341:21074748,21035615:21036096,21039691:21084958,21039693:21085190,21039696:21085090,21039697:21085255,21041996:21085751,21043843:21087525,21046492:21090050,21049815:21094097,21049817:21094288,21069852:21108012,21071195:21110404,21072705:21111063,21072707:21110950,21074836:21115561,21074839:21074959,21083365:21124390,21084266:21126640,21084270:21126891,21084271:21084552,21108069:21301454,21109986:21150142,21112973:21152442,21115510:21154912,21117029:21157808,21117031:21158509,21120522:21167711,21120562:21168648,21120928:21169425,21120949:21287054,21120958:21170687,21120969:21286892,21120972:21171592,21120981:21172227,21120987:21172512,21120988:21172652,21120991:21173033,21120994:21173739,21120998:21173841,21121005:21174533,21121011:21174872,21135647:21262686,21136028:21136280,21139516:21231342,21140592:21230986,21140593:21230934,21141756:21230949,21147912:21219545,21147914:21149008,21151380:21219014,21152616:21170938,21152618:2115334', 'assoc_mat': '20966501:pehd:4209:20976941,20993233:pehd:4209:20993313,20999577:pehd:4209:21005789,21020700:pehd:4209:21121167,21024341:pehd:4209:21074748,21035615:pehd:4209:21036096,21039691:pehd:4209:21084958,21039693:pehd:4209:21085190,21039696:pehd:4209:21085090,21039697:pehd:4209:21085255,21041996:pehd:4209:21085751,21043843:pehd:4209:21087525,21046492:pehd:4209:21090050,21049815:pehd:4209:21094097,21049817:pehd:4209:21094288,21069852:pehd:4209:21108012,21071195:pehd:4209:21110404,21072705:pehd:4209:21111063,21072707:pehd:4209:21110950,21074836:pehd:4209:21115561,21074839:pehd:4209:21074959,21083365:pehd:4209:21124390,21084266:pehd:4209:21126640,21084270:pehd:4209:21126891,21084271:pehd:4209:21084552,21108069:pehd:4209:21301454,21109986:pehd:4209:21150142,21112973:pehd:4209:21152442,21115510:pehd:4209:21154912,21117029:pehd:4209:21157808,21117031:pehd:4209:21158509,21120522:pehd:4209:21167711,21120562:pehd:4209:21168648,21120928:pehd:4209:21169425,21120949:pehd:4209:21287054,21120958:pehd:4209:21170687,21120969:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9544267420684637, 'nb_photo': 24987, 'list_port_cont': '20966883,20967313,20985166,20993448,20999935,21012851,21014074,21021446,21036125,21038081,21038872,21043599,21051104,21053647,21066037,21072544,21073189,21073457,21076081,21078107,21079052,21084148,21110645,21110879,21116013,21116410,21116861,21117705,21118002,21120458,21120773,21121292,21136327,21140182,21140899,21140919,21141304,21144196,21149050,21149423,21151863,21153428,21156892,21158466,21159302,21160012,21160760,21161094,21167463,21167969,21168309,21169758,21170159,21170553,21172112,21172875,21174294,21174925,21180805,21180813,21181092,21181277,21181504,21181879,21204856,21206155,21211047,21211218,21213703,21220471,21222205,21223464,21224700,21225151,21225532,21227516,21227967,21230857,21231193,21236163,21238000,21243248,21266467,21271846,21273483,21278614,21279598,21287066,21292243,21294327,21297533,21301065,21301427,21308443,21309468,21318162,21339669,21342640,21342673,21342742,21343803,21346658,21350657,21353929,21358128,21360238,21362796,21363918,21370603,21378435,21382323,21382572,21382729,2138283', 'assoc_port': '20966499:20967313,20966505:20966883,20984095:20985166,20993231:20993448,20999699:20999935,21005927:21014074,21011129:21012851,21020701:21021446,21035614:21036125,21037136:21038872,21037138:21038081,21041999:21043599,21049819:21053647,21049821:21051104,21065192:21066037,21069851:21073189,21071197:21072544,21072703:21073457,21075333:21076081,21075335:21078107,21077849:21079052,21083362:21084148,21108060:21116861,21108073:21116410,21109984:21110879,21110006:21110645,21112974:21116013,21117030:21117705,21117581:21159302,21117585:21120458,21117587:21118002,21119655:21120773,21120520:21213703,21120521:21167463,21120524:21167969,21120540:21168309,21120580:21121292,21120929:21169758,21120950:21170159,21120959:21170553,21120963:21211218,21120970:21211047,21120975:21172112,21120989:21172875,21120999:21174294,21121006:21174925,21135543:21206155,21136029:21136327,21137075:21204856,21139004:21140182,21139514:21140919,21140311:21140899,21140591:21141304,21141750:21161094,21141754:21160760,21141758:21144196,21147910:2114942', 'assoc_mat': '20966499:pehd:4211:20967313,20966505:pehd:4211:20966883,20984095:pehd:4211:20985166,20993231:pehd:4211:20993448,20999699:pehd:4211:20999935,21005927:pehd:4211:21014074,21011129:pehd:4211:21012851,21020701:pehd:4211:21021446,21035614:pehd:4211:21036125,21037136:pehd:4211:21038872,21037138:pehd:4211:21038081,21041999:pehd:4211:21043599,21049819:pehd:4211:21053647,21049821:pehd:4211:21051104,21065192:pehd:4211:21066037,21069851:pehd:4211:21073189,21071197:pehd:4211:21072544,21072703:pehd:4211:21073457,21075333:pehd:4211:21076081,21075335:pehd:4211:21078107,21077849:pehd:4211:21079052,21083362:pehd:4211:21084148,21108060:pehd:4211:21116861,21108073:pehd:4211:21116410,21109984:pehd:4211:21110879,21110006:pehd:4211:21110645,21112974:pehd:4211:21116013,21117030:pehd:4211:21117705,21117581:pehd:4211:21159302,21117585:pehd:4211:21120458,21117587:pehd:4211:21118002,21119655:pehd:4211:21120773,21120520:pehd:4211:21213703,21120521:pehd:4211:21167463,21120524:pehd:4211:21167969,21120540:pehd:4211:21168309,21120580:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002854119069681301, 'nb_photo': 9, 'list_port_cont': '21065996,21122175,21136141,21161688,21231073,21290334,21434004,21488090,21567735', 'assoc_port': '21064403:21065996,21119656:21136141,21120582:21122175,21141751:21161688,21230467:21231073,21287088:21290334,21431419:21434004,21487642:21488090,21566099:21567735', 'assoc_mat': '21064403:pehd:3327:21065996,21119656:pehd:3327:21136141,21120582:pehd:3327:21122175,21141751:pehd:3327:21161688,21230467:pehd:3327:21231073,21287088:pehd:3327:21290334,21431419:pehd:3327:21434004,21487642:pehd:3327:21488090,21566099:pehd:3327:21567735'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0044380183787738085, 'nb_photo': 32, 'list_port_cont': '21071229,21107270,21173204,21218922,21221708,21289464,21326924,21330732,21336367,21416728,21457518,21458310,21494179,21498485,21509779,21521622,21539012,21551502,21555640,21690556,21769860,21798666,21870586,21942314', 'assoc_port': '21020702:21071229,21069849:21107270,21120995:21173204,21135544:21326924,21140596:21289464,21151378:21218922,21221398:21221708,21275781:21330732,21300178:21336367,21416273:21416728,21431420:21457518,21451315:21458310,21494053:21494179,21498396:21498485,21509733:21509779,21521274:21521622,21538916:21539012,21551421:21551502,21555438:21555640,21690281:21690556,21734156:21769860,21774743:21798666,21845944:21870586,21920675:21942314', 'assoc_mat': '21020702:pet_clair:4205:21071229,21069849:pet_clair:4205:21107270,21120995:pet_clair:4205:21173204,21135544:pet_clair:4205:21326924,21140596:pet_clair:4205:21289464,21151378:pet_clair:4205:21218922,21221398:pet_clair:4205:21221708,21275781:pet_clair:4205:21330732,21300178:pet_clair:4205:21336367,21416273:pet_clair:4205:21416728,21431420:pet_clair:4205:21457518,21451315:pet_clair:4205:21458310,21494053:pet_clair:4205:21494179,21498396:pet_clair:4205:21498485,21509733:pet_clair:4205:21509779,21521274:pet_clair:4205:21521622,21538916:pet_clair:4205:21539012,21551421:pet_clair:4205:21551502,21555438:pet_clair:4205:21555640,21690281:pet_clair:4205:21690556,21734156:pet_clair:4205:21769860,21774743:pet_clair:4205:21798666,21845944:pet_clair:4205:21870586,21920675:pet_clair:4205:21942314'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022759252379874007, 'nb_photo': 4, 'list_port_cont': '21324794,21356408,21455887,21567638', 'assoc_port': '21232888:21324794,21339766:21356408,21441440:21455887,21567548:21567638', 'assoc_mat': '21232888:pet_clair:4203:21324794,21339766:pet_clair:4203:21356408,21441440:pet_clair:4203:21455887,21567548:pet_clair:4203:21567638'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002374069968407477, 'nb_photo': 24, 'list_port_cont': '21025562,21065614,21236780,21291671,21345061,21389431,21429367,21492954,21499240,21510430,21532006,21555702,21558502,21581343,21582796,21589218,21675663,21844217,21904047,21928765', 'assoc_port': '21024338:21025562,21065195:21065614,21236207:21236780,21290581:21291671,21332135:21345061,21389267:21389431,21428065:21429367,21492820:21492954,21499138:21499240,21510015:21510430,21531829:21532006,21555445:21555702,21558478:21558502,21580238:21582796,21580242:21581343,21587696:21589218,21669004:21675663,21843935:21844217,21903540:21904047,21928622:21928765', 'assoc_mat': '21024338:pet_clair:4207:21025562,21065195:pet_clair:4207:21065614,21236207:pet_clair:4207:21236780,21290581:pet_clair:4207:21291671,21332135:pet_clair:4207:21345061,21389267:pet_clair:4207:21389431,21428065:pet_clair:4207:21429367,21492820:pet_clair:4207:21492954,21499138:pet_clair:4207:21499240,21510015:pet_clair:4207:21510430,21531829:pet_clair:4207:21532006,21555445:pet_clair:4207:21555702,21558478:pet_clair:4207:21558502,21580238:pet_clair:4207:21582796,21580242:pet_clair:4207:21581343,21587696:pet_clair:4207:21589218,21669004:pet_clair:4207:21675663,21843935:pet_clair:4207:21844217,21903540:pet_clair:4207:21904047,21928622:pet_clair:4207:21928765'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035701706754444292, 'nb_photo': 2, 'list_port_cont': '21038914,21110287', 'assoc_port': '21037139:21038914,21071194:21110287', 'assoc_mat': '21037139:pet_clair:4461:21038914,21071194:pet_clair:4461:21110287'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005705268407931073, 'nb_photo': 212, 'list_port_cont': '20967643,21042561,21050768,21064647,21073525,21082195,21084243,21115914,21116230,21117945,21121194,21139768,21140884,21153878,21159875,21167449,21172016,21180462,21180515,21180702,21181066,21181152,21182020,21214325,21214627,21224816,21225174,21230613,21230966,21233458,21237469,21238798,21240652,21265946,21270959,21276779,21293306,21299783,21336842,21342458,21343610,21346459,21346588,21350025,21353479,21357656,21359121,21369164,21375002,21378215,21379498,21380532,21380596,21380934,21383686,21384805,21416427,21418668,21433965,21434579,21483447,21484693,21486412,21487853,21490820,21492191,21494718,21498504,21508640,21509834,21513493,21514159,21515694,21516748,21521646,21527656,21529788,21531298,21535718,21537166,21538926,21540253,21552517,21553690,21555692,21556778,21558538,21558814,21562697,21562928,21569467,21581036,21588409,21641513,21644473,21648739,21669565,21687555,21689192,21690971,21692336,21694964,21705640,21705930,21730832,21735669,21738173,21743172,21747422,21777621,21787450,21796468,21798431,2180471', 'assoc_port': '20966504:20967643,21041995:21042561,21049816:21050768,21064402:21064647,21071196:21073525,21080850:21082195,21083367:21084243,21115491:21116230,21115511:21115914,21117584:21117945,21120519:21167449,21120584:21121194,21120977:21172016,21120979:21214627,21121008:21214325,21139513:21139768,21140309:21140884,21152617:21153878,21159635:21159875,21179964:21182020,21179969:21181152,21179971:21181066,21179980:21180702,21180019:21180515,21180022:21180462,21222616:21230966,21222664:21224816,21224541:21225174,21230483:21230613,21232873:21233458,21236228:21237469,21238236:21240652,21238240:21238798,21265555:21265946,21270482:21270959,21275776:21276779,21292229:21293306,21299136:21299783,21336257:21336842,21342181:21342458,21342842:21343610,21345489:21346588,21345497:21346459,21349043:21350025,21352332:21353479,21356913:21357656,21358416:21359121,21368954:21369164,21374304:21375002,21378071:21378215,21378595:21380532,21378600:21379498,21380169:21380596,21380218:21380934,21381696:21383686,21384554:21384805,21414863:2141642', 'assoc_mat': '20966504:pet_clair:4200:20967643,21041995:pet_clair:4200:21042561,21049816:pet_clair:4200:21050768,21064402:pet_clair:4200:21064647,21071196:pet_clair:4200:21073525,21080850:pet_clair:4200:21082195,21083367:pet_clair:4200:21084243,21115491:pet_clair:4200:21116230,21115511:pet_clair:4200:21115914,21117584:pet_clair:4200:21117945,21120519:pet_clair:4200:21167449,21120584:pet_clair:4200:21121194,21120977:pet_clair:4200:21172016,21120979:pet_clair:4200:21214627,21121008:pet_clair:4200:21214325,21139513:pet_clair:4200:21139768,21140309:pet_clair:4200:21140884,21152617:pet_clair:4200:21153878,21159635:pet_clair:4200:21159875,21179964:pet_clair:4200:21182020,21179969:pet_clair:4200:21181152,21179971:pet_clair:4200:21181066,21179980:pet_clair:4200:21180702,21180019:pet_clair:4200:21180515,21180022:pet_clair:4200:21180462,21222616:pet_clair:4200:21230966,21222664:pet_clair:4200:21224816,21224541:pet_clair:4200:21225174,21230483:pet_clair:4200:21230613,21232873:pet_clair:4200:21233458,21236228:pet_clair:4200:21237469,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005296125803721164, 'nb_photo': 21, 'list_port_cont': '21094104,21153310,21157810,21170937,21180382,21182473,21221201,21230935,21230982,21286888,21287042,21301249,21311721,21363898,21382320,21445485,21652047,21731578,21794948,21860831,21907058', 'assoc_port': '21049815:21094104,21117029:21157810,21120949:21287042,21120969:21286888,21140592:21230982,21140593:21230935,21152616:21170937,21152618:21153310,21179970:21182473,21180000:21180382,21221104:21221201,21300166:21301249,21311018:21311721,21363247:21363898,21381747:21382320,21444722:21445485,21651493:21652047,21730675:21731578,21794617:21794948,21860184:21860831,21906794:21907058', 'assoc_mat': '21049815:pet_clair:4209:21094104,21117029:pet_clair:4209:21157810,21120949:pet_clair:4209:21287042,21120969:pet_clair:4209:21286888,21140592:pet_clair:4209:21230982,21140593:pet_clair:4209:21230935,21152616:pet_clair:4209:21170937,21152618:pet_clair:4209:21153310,21179970:pet_clair:4209:21182473,21180000:pet_clair:4209:21180382,21221104:pet_clair:4209:21221201,21300166:pet_clair:4209:21301249,21311018:pet_clair:4209:21311721,21363247:pet_clair:4209:21363898,21381747:pet_clair:4209:21382320,21444722:pet_clair:4209:21445485,21651493:pet_clair:4209:21652047,21730675:pet_clair:4209:21731578,21794617:pet_clair:4209:21794948,21860184:pet_clair:4209:21860831,21906794:pet_clair:4209:21907058'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006843884305891527, 'nb_photo': 171, 'list_port_cont': '20966896,20999948,21012852,21038082,21053660,21072549,21073185,21073451,21076078,21118015,21120448,21140175,21141300,21144199,21149052,21149421,21151870,21160017,21160758,21161102,21167962,21172869,21181500,21204860,21211054,21211232,21220477,21222200,21223469,21224697,21227968,21271849,21273484,21287077,21297534,21301060,21308449,21318166,21339662,21353928,21360240,21362791,21370591,21378438,21382318,21382831,21398893,21419175,21427819,21433100,21437637,21447912,21454950,21483555,21490897,21492387,21494230,21501447,21508746,21510454,21516823,21532306,21532742,21533863,21537344,21538903,21539571,21559036,21559912,21562903,21567043,21567182,21575543,21644823,21647511,21677974,21689203,21689593,21689655,21689680,21706832,21736314,21754962,21769658,21772192,21772416,21773932,21791004,21814987,21817996,21818730,21822385,21823577,21826031,21843621,21846052,21861726,21904373,21907613,21927929,21932815,21936228', 'assoc_port': '20966505:20966896,20999699:20999948,21011129:21012852,21037138:21038082,21049819:21053660,21069851:21073185,21071197:21072549,21072703:21073451,21075333:21076078,21117585:21120448,21117587:21118015,21120524:21167962,21120963:21211232,21120970:21211054,21120989:21172869,21137075:21204860,21139004:21140175,21140591:21141300,21141750:21161102,21141754:21160758,21141758:21144199,21147910:21149421,21147915:21149052,21151381:21151870,21159638:21160017,21179973:21181500,21220274:21220477,21221397:21222200,21222617:21223469,21222669:21224697,21225890:21227968,21262950:21273484,21270485:21271849,21285763:21287077,21295949:21297534,21300187:21301060,21306685:21308449,21314018:21318166,21338514:21339662,21352318:21353928,21358396:21360240,21361672:21362791,21370456:21370591,21375978:21382318,21378073:21378438,21378590:21398893,21381744:21382831,21418051:21419175,21427047:21427819,21431416:21433100,21433412:21437637,21446761:21447912,21454043:21454950,21483160:21483555,21490480:21490897,21491948:21492387,21494055:2149423', 'assoc_mat': '20966505:pet_clair:4211:20966896,20999699:pet_clair:4211:20999948,21011129:pet_clair:4211:21012852,21037138:pet_clair:4211:21038082,21049819:pet_clair:4211:21053660,21069851:pet_clair:4211:21073185,21071197:pet_clair:4211:21072549,21072703:pet_clair:4211:21073451,21075333:pet_clair:4211:21076078,21117585:pet_clair:4211:21120448,21117587:pet_clair:4211:21118015,21120524:pet_clair:4211:21167962,21120963:pet_clair:4211:21211232,21120970:pet_clair:4211:21211054,21120989:pet_clair:4211:21172869,21137075:pet_clair:4211:21204860,21139004:pet_clair:4211:21140175,21140591:pet_clair:4211:21141300,21141750:pet_clair:4211:21161102,21141754:pet_clair:4211:21160758,21141758:pet_clair:4211:21144199,21147910:pet_clair:4211:21149421,21147915:pet_clair:4211:21149052,21151381:pet_clair:4211:21151870,21159638:pet_clair:4211:21160017,21179973:pet_clair:4211:21181500,21220274:pet_clair:4211:21220477,21221397:pet_clair:4211:21222200,21222617:pet_clair:4211:21223469,21222669:pet_clair:4211:21224697,21225890:pet_clair:4211:21227968,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.98546189452073, 'nb_photo': 106079, 'list_port_cont': '20967697,20985380,21000371,21021499,21021764,21025114,21038467,21039212,21043255,21046262,21051421,21065991,21066795,21071272,21074791,21076195,21076849,21079609,21082838,21084592,21116519,21116678,21117275,21121643,21122168,21122200,21123147,21123477,21131401,21133775,21133818,21134177,21135923,21136135,21137556,21140333,21140858,21140934,21150082,21152350,21152796,21153635,21156947,21160311,21161686,21161705,21161817,21173689,21180860,21181176,21181191,21181265,21181297,21181440,21181816,21181888,21197344,21220130,21220575,21224619,21224835,21225247,21225704,21227233,21227858,21230875,21231081,21234028,21234257,21239382,21239716,21241731,21267067,21268827,21272185,21277614,21278036,21285985,21290332,21290435,21292716,21295305,21297485,21300475,21301465,21309392,21309720,21320395,21338151,21338413,21340636,21343966,21345185,21350183,21350960,21351341,21358114,21360121,21363088,21364081,21364802,21369423,21375406,21377175,21377490,21382736,21386578,21387583,21390522,21391097,21395882,21398225,21403531,2140408', 'assoc_port': '20966500:20967697,20984094:20985380,20999702:21000371,21020699:21021764,21020703:21021499,21024340:21025114,21037134:21039212,21037137:21038467,21041998:21043255,21043840:21046262,21049822:21051421,21064403:21065991,21065191:21066795,21069854:21071272,21072684:21074791,21075331:21076849,21075334:21076195,21077850:21079609,21080852:21082838,21084269:21084592,21104034:21133775,21108064:21197344,21116149:21116678,21116150:21116519,21117032:21117275,21119656:21136135,21120517:21135923,21120541:21173689,21120582:21122168,21120586:21121643,21120954:21134177,21120964:21133818,21120971:21131401,21120985:21123477,21120996:21123147,21121012:21122200,21136349:21137556,21139009:21140333,21140310:21140858,21140595:21140934,21141751:21161686,21141760:21152350,21147911:21150082,21151379:21152796,21152615:21153635,21155491:21156947,21159637:21160311,21161083:21161705,21161104:21161817,21179959:21181888,21179963:21181816,21179974:21181440,21179976:21181297,21179981:21181265,21180021:21181191,21180023:21181176,21180044:2118086', 'assoc_mat': '20966500:pet_clair:3327:20967697,20984094:pet_clair:3327:20985380,20999702:pet_clair:3327:21000371,21020699:pet_clair:3327:21021764,21020703:pet_clair:3327:21021499,21024340:pet_clair:3327:21025114,21037134:pet_clair:3327:21039212,21037137:pet_clair:3327:21038467,21041998:pet_clair:3327:21043255,21043840:pet_clair:3327:21046262,21049822:pet_clair:3327:21051421,21064403:pet_clair:3327:21065991,21065191:pet_clair:3327:21066795,21069854:pet_clair:3327:21071272,21072684:pet_clair:3327:21074791,21075331:pet_clair:3327:21076849,21075334:pet_clair:3327:21076195,21077850:pet_clair:3327:21079609,21080852:pet_clair:3327:21082838,21084269:pet_clair:3327:21084592,21104034:pet_clair:3327:21133775,21108064:pet_clair:3327:21197344,21116149:pet_clair:3327:21116678,21116150:pet_clair:3327:21116519,21117032:pet_clair:3327:21117275,21119656:pet_clair:3327:21136135,21120517:pet_clair:3327:21135923,21120541:pet_clair:3327:21173689,21120582:pet_clair:3327:21122168,21120586:pet_clair:3327:21121643,21120954:pet_clair:3327:21134177,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006335841049382716, 'nb_photo': 2, 'list_port_cont': '21584622', 'assoc_port': '21583368:21584622', 'assoc_mat': '21583368:pet_clair:3594:21584622'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016606962800787126, 'nb_photo': 1, 'list_port_cont': '21159611', 'assoc_port': '21117583:21159611', 'assoc_mat': '21117583:pet_fonce:4203:21159611'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0005615873302506415, 'nb_photo': 2, 'list_port_cont': '21582180', 'assoc_port': '21582168:21582180', 'assoc_mat': '21582168:pet_fonce:4207:21582180'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00011859784777661339, 'nb_photo': 1, 'list_port_cont': '21375089', 'assoc_port': '21374323:21375089', 'assoc_mat': '21374323:pet_fonce:4461:21375089'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8383783561408648, 'nb_photo': 1, 'list_port_cont': '21581022', 'assoc_port': '21580212:21581022', 'assoc_mat': '21580212:pet_fonce:4200:21581022'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025675329851853005, 'nb_photo': 3, 'list_port_cont': '21832672,21854963,21856761', 'assoc_port': '21832036:21832672,21854833:21854963,21856203:21856761', 'assoc_mat': '21832036:pet_fonce:4209:21832672,21854833:pet_fonce:4209:21854963,21856203:pet_fonce:4209:21856761'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007647857488490719, 'nb_photo': 2, 'list_port_cont': '21575539', 'assoc_port': '21575366:21575539', 'assoc_mat': '21575366:pet_fonce:4211:21575539'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003275708932096191, 'nb_photo': 15, 'list_port_cont': '21000364,21140860,21224837,21338422,21387581,21535835,21555938,21567784,21594867,21653640,21796208,21852909,21869902,21941750', 'assoc_port': '20999702:21000364,21140310:21140860,21222626:21224837,21332134:21338422,21386436:21387581,21535455:21535835,21555444:21555938,21567546:21567784,21592860:21594867,21651461:21653640,21794631:21796208,21850606:21852909,21857531:21869902,21913094:21941750', 'assoc_mat': '20999702:pet_fonce:3327:21000364,21140310:pet_fonce:3327:21140860,21222626:pet_fonce:3327:21224837,21332134:pet_fonce:3327:21338422,21386436:pet_fonce:3327:21387581,21535455:pet_fonce:3327:21535835,21555444:pet_fonce:3327:21555938,21567546:pet_fonce:3327:21567784,21592860:pet_fonce:3327:21594867,21651461:pet_fonce:3327:21653640,21794631:pet_fonce:3327:21796208,21850606:pet_fonce:3327:21852909,21857531:pet_fonce:3327:21869902,21913094:pet_fonce:3327:21941750'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002976837889756119, 'nb_photo': 4, 'list_port_cont': '20985464,21116339,21353884,21644576', 'assoc_port': '20974621:20985464,21116152:21116339,21338511:21353884,21640850:21644576', 'assoc_mat': '20974621:pet_opaque:4205:20985464,21116152:pet_opaque:4205:21116339,21338511:pet_opaque:4205:21353884,21640850:pet_opaque:4205:21644576'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001739583553419966, 'nb_photo': 4, 'list_port_cont': '21170315,21222109,21406066,21567649', 'assoc_port': '21120953:21170315,21221394:21222109,21381695:21406066,21567548:21567649', 'assoc_mat': '21120953:pet_opaque:4203:21170315,21221394:pet_opaque:4203:21222109,21381695:pet_opaque:4203:21406066,21567548:pet_opaque:4203:21567649'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002197655882858751, 'nb_photo': 11, 'list_port_cont': '21120939,21220367,21221143,21537223,21546190,21572077,21582178,21755722', 'assoc_port': '21120581:21120939,21220270:21220367,21221103:21221143,21537147:21537223,21545738:21546190,21572066:21572077,21582168:21582178,21728537:21755722', 'assoc_mat': '21120581:pet_opaque:4207:21120939,21220270:pet_opaque:4207:21220367,21221103:pet_opaque:4207:21221143,21537147:pet_opaque:4207:21537223,21545738:pet_opaque:4207:21546190,21572066:pet_opaque:4207:21572077,21582168:pet_opaque:4207:21582178,21728537:pet_opaque:4207:21755722'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149078896470499, 'nb_photo': 21, 'list_port_cont': '21038913,21182224,21182323,21262752,21277552,21281385,21300024,21362197,21392223,21445538,21516162,21532090,21551953,21580653,21593633,21687577,21775491,21779921', 'assoc_port': '21037139:21038913,21136350:21262752,21140308:21281385,21179962:21182323,21179968:21182224,21225895:21277552,21299164:21300024,21349028:21362197,21391269:21392223,21444756:21445538,21515950:21516162,21531830:21532090,21551717:21551953,21580241:21580653,21592856:21593633,21687150:21687577,21774747:21775491,21779323:21779921', 'assoc_mat': '21037139:pet_opaque:4461:21038913,21136350:pet_opaque:4461:21262752,21140308:pet_opaque:4461:21281385,21179962:pet_opaque:4461:21182323,21179968:pet_opaque:4461:21182224,21225895:pet_opaque:4461:21277552,21299164:pet_opaque:4461:21300024,21349028:pet_opaque:4461:21362197,21391269:pet_opaque:4461:21392223,21444756:pet_opaque:4461:21445538,21515950:pet_opaque:4461:21516162,21531830:pet_opaque:4461:21532090,21551717:pet_opaque:4461:21551953,21580241:pet_opaque:4461:21580653,21592856:pet_opaque:4461:21593633,21687150:pet_opaque:4461:21687577,21774747:pet_opaque:4461:21775491,21779323:pet_opaque:4461:21779921'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003684122548288455, 'nb_photo': 618, 'list_port_cont': '20967651,20984593,20999677,21037662,21041282,21042565,21047284,21050766,21064646,21073535,21074912,21075598,21078589,21082192,21083803,21084239,21109491,21114626,21115907,21116225,21117942,21119251,21121189,21121483,21135830,21140886,21141976,21142159,21151676,21153873,21156391,21159877,21161398,21163411,21163952,21167453,21170231,21170506,21170873,21172015,21172360,21173947,21180454,21180506,21180697,21181145,21182021,21214327,21214630,21221238,21223693,21224818,21225178,21227412,21230958,21233459,21237473,21238786,21240653,21265957,21270950,21274337,21276792,21283415,21287789,21287820,21293312,21299786,21300611,21336851,21338970,21342447,21343612,21346587,21350039,21357647,21362376,21366953,21369165,21378207,21379494,21380526,21380609,21380923,21381898,21383107,21384800,21389880,21392075,21395968,21415540,21416428,21418674,21422686,21427484,21433961,21434580,21442126,21443183,21445551,21447487,21451735,21483448,21484690,21486411,21487840,21490817,21492196,21494715,21498500,21501395,21502800,21502812,2150865', 'assoc_port': '20966504:20967651,20984097:20984593,20999575:20999677,21037135:21037662,21039694:21041282,21041995:21042565,21046493:21047284,21049816:21050766,21064402:21064646,21071196:21073535,21074840:21074912,21075332:21075598,21077847:21078589,21080850:21082192,21083366:21083803,21083367:21084239,21104037:21114626,21108067:21109491,21115491:21116225,21115511:21115907,21117580:21119251,21117584:21117942,21120519:21167453,21120542:21121483,21120584:21121189,21120956:21170231,21120957:21170506,21120965:21170873,21120977:21172015,21120979:21214630,21120984:21172360,21121001:21173947,21121008:21214327,21135646:21135830,21136352:21163952,21136353:21163411,21140309:21140886,21141753:21142159,21141759:21141976,21151382:21151676,21152617:21153873,21155490:21156391,21159635:21159877,21161106:21161398,21179964:21182021,21179969:21181145,21179980:21180697,21180019:21180506,21180022:21180454,21221102:21221238,21222616:21230958,21222664:21224818,21222668:21223693,21224541:21225178,21225894:21227412,21232873:21233459,21236228:2123747', 'assoc_mat': '20966504:pet_opaque:4200:20967651,20984097:pet_opaque:4200:20984593,20999575:pet_opaque:4200:20999677,21037135:pet_opaque:4200:21037662,21039694:pet_opaque:4200:21041282,21041995:pet_opaque:4200:21042565,21046493:pet_opaque:4200:21047284,21049816:pet_opaque:4200:21050766,21064402:pet_opaque:4200:21064646,21071196:pet_opaque:4200:21073535,21074840:pet_opaque:4200:21074912,21075332:pet_opaque:4200:21075598,21077847:pet_opaque:4200:21078589,21080850:pet_opaque:4200:21082192,21083366:pet_opaque:4200:21083803,21083367:pet_opaque:4200:21084239,21104037:pet_opaque:4200:21114626,21108067:pet_opaque:4200:21109491,21115491:pet_opaque:4200:21116225,21115511:pet_opaque:4200:21115907,21117580:pet_opaque:4200:21119251,21117584:pet_opaque:4200:21117942,21120519:pet_opaque:4200:21167453,21120542:pet_opaque:4200:21121483,21120584:pet_opaque:4200:21121189,21120956:pet_opaque:4200:21170231,21120957:pet_opaque:4200:21170506,21120965:pet_opaque:4200:21170873,21120977:pet_opaque:4200:21172015,21120979:pet_opaque:4200:21214630,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0014068392235708936, 'nb_photo': 21, 'list_port_cont': '21084960,21085258,21124382,21153327,21172646,21180433,21233442,21359461,21362404,21378767,21380914,21438060,21531965,21562937,21703847,21761677,21779945,21838110,21851379,21908233', 'assoc_port': '21039691:21084960,21039697:21085258,21083365:21124382,21120988:21172646,21152618:21153327,21180030:21180433,21232887:21233442,21358395:21359461,21361671:21362404,21378068:21378767,21380172:21380914,21437145:21438060,21529361:21531965,21562382:21562937,21703546:21703847,21761019:21761677,21779321:21779945,21837174:21838110,21850608:21851379,21908053:21908233', 'assoc_mat': '21039691:pet_opaque:4209:21084960,21039697:pet_opaque:4209:21085258,21083365:pet_opaque:4209:21124382,21120988:pet_opaque:4209:21172646,21152618:pet_opaque:4209:21153327,21180030:pet_opaque:4209:21180433,21232887:pet_opaque:4209:21233442,21358395:pet_opaque:4209:21359461,21361671:pet_opaque:4209:21362404,21378068:pet_opaque:4209:21378767,21380172:pet_opaque:4209:21380914,21437145:pet_opaque:4209:21438060,21529361:pet_opaque:4209:21531965,21562382:pet_opaque:4209:21562937,21703546:pet_opaque:4209:21703847,21761019:pet_opaque:4209:21761677,21779321:pet_opaque:4209:21779945,21837174:pet_opaque:4209:21838110,21850608:pet_opaque:4209:21851379,21908053:pet_opaque:4209:21908233'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028797450606077676, 'nb_photo': 345, 'list_port_cont': '20985156,20993452,20999949,21012841,21014086,21036130,21038087,21038882,21066036,21073197,21076082,21078111,21079047,21084136,21110641,21110880,21116011,21116863,21120449,21120772,21141315,21149048,21149408,21153417,21156908,21158465,21160018,21168300,21170169,21172124,21174303,21174924,21180802,21180811,21181091,21181289,21181505,21181871,21204848,21206150,21211220,21220473,21222212,21224694,21225524,21227506,21227970,21230860,21231185,21238007,21243251,21266466,21273474,21278605,21301041,21308439,21309471,21342652,21342661,21343817,21346659,21353927,21358139,21360243,21362795,21382309,21382725,21386241,21387617,21390504,21393176,21396382,21398882,21405930,21406721,21412792,21427806,21433092,21438770,21454938,21486697,21487887,21490883,21492388,21492498,21494229,21494935,21497039,21498630,21502161,21509412,21515023,21516212,21521821,21521908,21530558,21532739,21532776,21533857,21537334,21539572,21542491,21544835,21551624,21551650,21553705,21555832,21558289,21558300,21559031,21559845,21559910,21567042,2156719', 'assoc_port': '20984095:20985156,20993231:20993452,20999699:20999949,21005927:21014086,21011129:21012841,21035614:21036130,21037136:21038882,21037138:21038087,21065192:21066036,21069851:21073197,21075333:21076082,21075335:21078111,21077849:21079047,21083362:21084136,21108060:21116863,21109984:21110880,21110006:21110641,21112974:21116011,21117585:21120449,21119655:21120772,21120540:21168300,21120950:21170169,21120963:21211220,21120975:21172124,21120999:21174303,21121006:21174924,21135543:21206150,21137075:21204848,21140591:21141315,21147910:21149408,21147915:21149048,21152619:21153417,21155492:21156908,21157119:21158465,21159638:21160018,21179966:21181871,21179973:21181505,21179975:21181289,21180002:21181091,21180024:21180802,21180029:21180811,21220274:21220473,21221397:21222212,21222612:21231185,21222624:21225524,21222669:21224694,21225890:21227970,21225896:21227506,21230478:21230860,21236226:21238007,21242257:21243251,21262950:21273474,21265554:21266466,21275782:21278605,21300187:21301041,21306671:21309471,21306685:2130843', 'assoc_mat': '20984095:pet_opaque:4211:20985156,20993231:pet_opaque:4211:20993452,20999699:pet_opaque:4211:20999949,21005927:pet_opaque:4211:21014086,21011129:pet_opaque:4211:21012841,21035614:pet_opaque:4211:21036130,21037136:pet_opaque:4211:21038882,21037138:pet_opaque:4211:21038087,21065192:pet_opaque:4211:21066036,21069851:pet_opaque:4211:21073197,21075333:pet_opaque:4211:21076082,21075335:pet_opaque:4211:21078111,21077849:pet_opaque:4211:21079047,21083362:pet_opaque:4211:21084136,21108060:pet_opaque:4211:21116863,21109984:pet_opaque:4211:21110880,21110006:pet_opaque:4211:21110641,21112974:pet_opaque:4211:21116011,21117585:pet_opaque:4211:21120449,21119655:pet_opaque:4211:21120772,21120540:pet_opaque:4211:21168300,21120950:pet_opaque:4211:21170169,21120963:pet_opaque:4211:21211220,21120975:pet_opaque:4211:21172124,21120999:pet_opaque:4211:21174303,21121006:pet_opaque:4211:21174924,21135543:pet_opaque:4211:21206150,21137075:pet_opaque:4211:21204848,21140591:pet_opaque:4211:21141315,21147910:pet_opaque:4211:21149408,2114'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00795082069461609, 'nb_photo': 488, 'list_port_cont': '20977620,21011405,21046724,21049996,21063587,21072814,21075104,21081207,21083688,21108211,21116162,21116209,21119825,21120643,21120880,21121097,21132939,21132970,21133020,21139135,21143925,21157229,21180296,21222800,21223008,21223200,21226226,21242482,21263080,21299561,21321702,21336609,21345948,21352990,21366720,21366731,21369144,21374635,21378921,21386632,21386709,21411898,21422072,21424771,21430363,21436437,21451823,21487127,21490593,21490757,21492828,21501928,21513410,21516700,21516716,21529496,21533606,21538605,21540242,21544307,21548052,21551564,21552470,21553616,21556558,21562716,21566199,21566547,21569319,21588165,21591748,21597678,21602717,21617050,21634997,21644314,21645125,21669228,21669485,21688889,21690461,21694718,21702028,21707062,21739024,21770156,21770630,21772873,21776755,21780319,21783964,21790458,21793415,21806976,21830110,21844475,21844822,21847818,21861706,21868753,21905691,21907039,21928190', 'assoc_port': '20974622:20977620,21011128:21011405,21046490:21046724,21049820:21049996,21063281:21063587,21072706:21072814,21074835:21075104,21080851:21081207,21083363:21083688,21108098:21108211,21116151:21116209,21116153:21116162,21119653:21119825,21120518:21120880,21120537:21120643,21120946:21133020,21120976:21132970,21120978:21132939,21121009:21121097,21138999:21139135,21143650:21143925,21157120:21157229,21180026:21180296,21222620:21222800,21222625:21223200,21222666:21223008,21225891:21226226,21242244:21242482,21262953:21263080,21299166:21299561,21321582:21321702,21336294:21336609,21345494:21345948,21352319:21352990,21366612:21366731,21366615:21366720,21368955:21369144,21374325:21374635,21378574:21378921,21381694:21386632,21386395:21386709,21411664:21411898,21421770:21422072,21424521:21424771,21428063:21430363,21431418:21436437,21451320:21451823,21487044:21487127,21490475:21490757,21490484:21490593,21492821:21492828,21501748:21501928,21513307:21513410,21516623:21516716,21516625:21516700,21529358:21529496,21533461:2153360', 'assoc_mat': '20974622:plastique:3726:20977620,21011128:plastique:3726:21011405,21046490:plastique:3726:21046724,21049820:plastique:3726:21049996,21063281:plastique:3726:21063587,21072706:plastique:3726:21072814,21074835:plastique:3726:21075104,21080851:plastique:3726:21081207,21083363:plastique:3726:21083688,21108098:plastique:3726:21108211,21116151:plastique:3726:21116209,21116153:plastique:3726:21116162,21119653:plastique:3726:21119825,21120518:plastique:3726:21120880,21120537:plastique:3726:21120643,21120946:plastique:3726:21133020,21120976:plastique:3726:21132970,21120978:plastique:3726:21132939,21121009:plastique:3726:21121097,21138999:plastique:3726:21139135,21143650:plastique:3726:21143925,21157120:plastique:3726:21157229,21180026:plastique:3726:21180296,21222620:plastique:3726:21222800,21222625:plastique:3726:21223200,21222666:plastique:3726:21223008,21225891:plastique:3726:21226226,21242244:plastique:3726:21242482,21262953:plastique:3726:21263080,21299166:plastique:3726:21299561,21321582:plastique:3726:21321702,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010398252184952, 'nb_photo': 1746, 'list_port_cont': '20977611,20999628,21011410,21044063,21046717,21049991,21063596,21064514,21072815,21075100,21078051,21081205,21083689,21108213,21116163,21116208,21119830,21120647,21120885,21121100,21132941,21132966,21133010,21139133,21143929,21157225,21180301,21222793,21223021,21223194,21226231,21242476,21263071,21286063,21299557,21300685,21321707,21336611,21345951,21352998,21366712,21366727,21369146,21374633,21378920,21380554,21386638,21386712,21389612,21411895,21422075,21424778,21430370,21436432,21451826,21487136,21490602,21490762,21492834,21501933,21501992,21513406,21516706,21516714,21529497,21533602,21538604,21540236,21544300,21548057,21551565,21552479,21553615,21556559,21562726,21566194,21566545,21569299,21591746,21597682,21602718,21602793,21617044,21634995,21644315,21645130,21669483,21688893,21690466,21694717,21702022,21707053,21739025,21770155,21770628,21772874,21776765,21780314,21783974,21790455,21793410,21806966,21830105,21844479,21844814,21847820,21861705,21868758,21905688,21907037,21928189', 'assoc_port': '20974622:20977611,20999576:20999628,21011128:21011410,21043841:21044063,21046490:21046717,21049820:21049991,21063281:21063596,21064405:21064514,21072706:21072815,21074835:21075100,21077851:21078051,21080851:21081205,21083363:21083689,21108098:21108213,21116151:21116208,21116153:21116163,21119653:21119830,21120518:21120885,21120537:21120647,21120946:21133010,21120976:21132966,21120978:21132941,21121009:21121100,21138999:21139133,21143650:21143929,21157120:21157225,21180026:21180301,21222620:21222793,21222625:21223194,21222666:21223021,21225891:21226231,21242244:21242476,21262953:21263071,21285764:21286063,21299166:21299557,21300165:21300685,21321582:21321707,21336294:21336611,21345494:21345951,21352319:21352998,21366612:21366727,21366615:21366712,21368955:21369146,21374325:21374633,21378574:21378920,21380161:21380554,21381694:21386638,21386395:21386712,21389269:21389612,21411664:21411895,21421770:21422075,21424521:21424778,21428063:21430370,21431418:21436432,21451320:21451826,21487044:21487136,21490475:2149076', 'assoc_mat': '20974622:Teint_Dans_La_Masse:3726:20977611,20999576:Teint_Dans_La_Masse:3726:20999628,21011128:Teint_Dans_La_Masse:3726:21011410,21043841:Teint_Dans_La_Masse:3726:21044063,21046490:Teint_Dans_La_Masse:3726:21046717,21049820:Teint_Dans_La_Masse:3726:21049991,21063281:Teint_Dans_La_Masse:3726:21063596,21064405:Teint_Dans_La_Masse:3726:21064514,21072706:Teint_Dans_La_Masse:3726:21072815,21074835:Teint_Dans_La_Masse:3726:21075100,21077851:Teint_Dans_La_Masse:3726:21078051,21080851:Teint_Dans_La_Masse:3726:21081205,21083363:Teint_Dans_La_Masse:3726:21083689,21108098:Teint_Dans_La_Masse:3726:21108213,21116151:Teint_Dans_La_Masse:3726:21116208,21116153:Teint_Dans_La_Masse:3726:21116163,21119653:Teint_Dans_La_Masse:3726:21119830,21120518:Teint_Dans_La_Masse:3726:21120885,21120537:Teint_Dans_La_Masse:3726:21120647,21120946:Teint_Dans_La_Masse:3726:21133010,21120976:Teint_Dans_La_Masse:3726:21132966,21120978:Teint_Dans_La_Masse:3726:21132941,21121009:Teint_Dans_La_Masse:3726:21121100,21138999: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(1652668,1652626,1942343,1934842,1934847,1934851,1934852,1934857,1934861,1934867,1934874,1934878,1934882,1934890,1934895,1934902,1934909,1934914,1934915,1934919,1934924,1934929,1934934,1934935,1934938,1934942,1934946,1934948,1934956,1934964,1934969)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173529, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967693,20985379,21000369,21021773,21038464,21039216,21043261,21046261,21051414,21066001,21066801,21071269,21074779,21076193,21076843,21082840,21084586,21116514,21116671,21117279,21121649,21122178,21122201,21123145,21123472,21131399,21133774,21133813,21134173,21136137,21137566,21140343,21140863,21140945,21150083,21152351,21152785,21153624,21156961,21160309,21161692,21161715,21161820,21173696,21180857,21181188,21181304,21181439,21181815,21181889,21197341,21220570,21224618,21224844,21225245,21225695,21227226,21227850,21230872,21231079,21234025,21234252,21239710,21267069,21268822,21272180,21277621,21285991,21290339,21290427,21292714,21295315,21297478,21300466,21301464,21309402,21309719,21320396,21338157,21338417,21340637,21343965,21345184,21350956,21351339,21358112,21363091,21364078,21369427,21375402,21382739,21386575,21387585,21390515,21391095,21395886,21403536,21404084,21405529,21415993,21417165,21423814,21427745,21433080,21433998,21438639,21442991,21459156,21485315,21487405,21488089,21492510,21495268,2149713 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173530, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977614,20999619,21011404,21044060,21046721,21049998,21063592,21064507,21072819,21075111,21078054,21081206,21083690,21108221,21116168,21116218,21119832,21120645,21120889,21121104,21132937,21132971,21133019,21139136,21143931,21157231,21180299,21222804,21223012,21223195,21226235,21242477,21263079,21286062,21299556,21300682,21321704,21336614,21345945,21352997,21366719,21366725,21369147,21374631,21378914,21380555,21386715,21389610,21411893,21422070,21424774,21430367,21436431,21451816,21487138,21490599,21490758,21492824,21501924,21501991,21513399,21516703,21516712,21529491,21533599,21538607,21540235,21544303,21548053,21551571,21552478,21553617,21556560,21562720,21566196,21566550,21569298,21588163,21591755,21597672,21617045,21635000,21645129,21669486,21688892,21690464,21694707,21702032,21707055,21739028,21770154,21770629,21772871,21776764,21780324,21783970,21790457,21793416,21806975,21830103,21844480,21844819,21847826,21861708,21868759,21905682,21907044,21928181 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173531, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967700,20985381,21066002,21117272,21137562,21267071,21406232,21536864,21550812,21555945,21557168,21559968,21769300,21844167,21852906,21941741,21947362,21953962 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173532, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985465,21071221,21173203,21218918,21289463,21326935,21370527,21385311,21458298,21498495,21521592,21555646,21592103,21644575,21658652,21764117,21917674 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173533, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009033,21045723,21102636,21144484,21159613,21168730,21170322,21170842,21172463,21181128,21221273,21222102,21289589,21290386,21292019,21313585,21324803,21328626,21330400,21356395,21370278,21396242,21406055,21410365,21446121,21455885,21483695,21489864,21499590,21509388,21515726,21531604,21532585,21541049,21550797,21555809,21559765,21567648,21583073,21601469,21643096,21665889,21666460,21682602,21689765,21707619,21736511,21758201,21779831,21821320,21825475,21869542,21871529,21873400,21907236,21925046,21930395 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173534, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21011740,21070328,21115747,21140327,21168273,21206510,21209777,21210205,21221127,21226466,21226796,21266803,21277649,21343403,21345050,21363647,21366709,21369287,21378310,21402838,21405964,21410803,21416593,21483687,21494559,21501210,21502045,21516072,21521667,21529472,21530168,21533614,21536229,21551533,21555626,21566797,21567576,21572084,21581346,21582182,21582787,21642951,21692159,21736202,21769493,21789581,21824085,21900737,21908899,21909686 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173535, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20999910,21083721,21144747,21159945,21169542,21174505,21180616,21180650,21181195,21241314,21277958,21296282,21300821,21363773,21484955,21508683,21549687,21558588,21559702,21580654,21580931,21588463,21676356,21699690,21729389,21732478,21919075 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173536, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967647,21041288,21041840,21042560,21050764,21070559,21073273,21073533,21074918,21075594,21080581,21082196,21083794,21109485,21114628,21115911,21116228,21117955,21119242,21121192,21121482,21135842,21139782,21141971,21142149,21153870,21156392,21161393,21163951,21167446,21170495,21170876,21172005,21172347,21173935,21180463,21180502,21181065,21181140,21182015,21214332,21214633,21223683,21224817,21227420,21230608,21233456,21237484,21242882,21265950,21270949,21274342,21276789,21283409,21287795,21289129,21293315,21299790,21300610,21307541,21307678,21336846,21346461,21346585,21350034,21352950,21353488,21357650,21359123,21366946,21369158,21374705,21374996,21378216,21379493,21380522,21380925,21381873,21381901,21383112,21383683,21389893,21392086,21395974,21415538,21416435,21418675,21427483,21428971,21433953,21434587,21442118,21443187,21445548,21447483,21451734,21483433,21484694,21486403,21487843,21490831,21492198,21494158,21494726,21501261,21501383,21508651,21513498,21514163,21515702,21516740,21521628,21521748,2152327 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173537, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976943,21036083,21074953,21084559,21084956,21085755,21094101,21108018,21110403,21115565,21120348,21126633,21136279,21149026,21152443,21153313,21158508,21160150,21167719,21168646,21169141,21169422,21170925,21172653,21173040,21173840,21180372,21180431,21182363,21182768,21219551,21225024,21229865,21230841,21230972,21231345,21233454,21236761,21241370,21242851,21262697,21268028,21283814,21287044,21293911,21301254,21320371,21321712,21343142,21345072,21357489,21359442,21362396,21370634,21378766,21379728,21380908,21382807,21387026,21395342,21412560,21418414,21425010,21434907,21438057,21452071,21454716,21496965,21498512,21499359,21501265,21502906,21509091,21510449,21514296,21514960,21531958,21532669,21533548,21536790,21539584,21548122,21551853,21552615,21555781,21558639,21558833,21566615,21567661,21593566,21634028,21636628,21644993,21657988,21659248,21665295,21670109,21675009,21675103,21684438,21689136,21689172,21691009,21696771,21699805,21705570,21707422,21731566,21731774,21731877,21738981,21750012,21761775,2177994 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173538, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966887,20967298,20985155,20993445,20999938,21012854,21014073,21021434,21036132,21038095,21038873,21043607,21051107,21053646,21066045,21072541,21073191,21073462,21076080,21078114,21079055,21084142,21110652,21110881,21116010,21116412,21116852,21117713,21118017,21120444,21120765,21121284,21136321,21140174,21140912,21140924,21141306,21144190,21149056,21149420,21151868,21153419,21156899,21158464,21159291,21160011,21160756,21161098,21167466,21167964,21168301,21169749,21170156,21170562,21172113,21172867,21174293,21174934,21180797,21180810,21181100,21181282,21181506,21181881,21204844,21206161,21211052,21211231,21213692,21220476,21222214,21223463,21224687,21225144,21225533,21227511,21227982,21230847,21231181,21236170,21238006,21243261,21266479,21271845,21273478,21278616,21279596,21287070,21292254,21294336,21297529,21301059,21301440,21308450,21309482,21318170,21339670,21342638,21342667,21342754,21343811,21346664,21350650,21353930,21358133,21360236,21362801,21363914,21370590,21378427,21382313,21382578,21382720,2138283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173539, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985378,21000359,21021769,21039207,21043260,21046256,21051423,21074783,21076846,21082833,21116669,21117282,21121647,21122169,21123469,21131390,21133773,21133810,21137561,21150087,21152339,21152787,21160315,21161704,21180852,21181183,21181896,21224622,21224832,21225248,21225696,21227234,21227854,21239714,21241739,21272184,21278034,21290428,21295313,21297486,21300469,21309388,21338155,21340642,21350969,21358108,21364075,21364805,21369431,21377181,21390524,21395889,21403537,21404097,21405536,21412899,21427742,21433084,21433997,21442980,21459155,21485312,21492516,21497128,21502973,21503044,21508718,21509894,21516882,21521981,21523027,21530016,21531444,21533802,21538703,21540458,21540911,21548141,21550800,21552673,21555933,21557024,21557294,21558871,21558984,21559971,21567772,21568241,21594865,21634375,21648811,21653641,21654578,21657705,21667389,21687858,21689289,21691193,21692470,21697384,21700287,21725217,21725229,21735245,21743496,21757708,21758793,21769292,21778109,21789737,21791111,21796202,21805017,2181621 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173540, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985463,21012759,21071222,21107279,21116343,21123607,21126657,21168319,21173201,21180768,21218925,21221711,21225052,21236496,21271165,21289461,21322280,21326925,21330722,21336376,21353886,21357846,21370520,21371434,21385320,21402158,21402419,21416726,21425189,21457529,21458304,21494167,21498489,21509789,21513398,21521635,21531291,21539010,21551510,21555633,21559755,21562634,21562748,21592097,21638616,21644581,21658650,21675531,21690553,21707165,21764107,21769866,21798673,21823027,21824615,21832339,21869003,21869705,21870596,21917687,21942305 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173541, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009026,21045724,21102640,21144491,21159601,21168719,21170310,21170849,21172455,21181124,21221285,21222096,21289590,21290392,21292016,21313581,21324798,21328628,21330394,21356404,21370276,21396227,21406067,21410359,21446116,21455891,21483705,21489868,21499593,21509391,21515727,21531602,21532589,21541037,21550795,21555810,21559768,21567636,21583070,21601474,21643105,21665888,21666466,21682598,21689759,21707618,21736500,21758198,21779820,21821323,21825487,21869538,21871522,21873391,21907232,21925040,21930397 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173542, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966642,20975328,20999849,21009759,21011749,21012664,21024492,21025568,21033733,21042395,21044277,21049351,21050231,21065615,21066109,21070333,21075119,21080329,21080739,21082804,21084371,21110378,21115752,21115763,21116351,21117033,21117152,21117916,21120225,21120936,21122046,21122703,21136714,21140140,21140329,21140991,21141132,21141995,21142908,21144100,21155885,21167624,21168265,21169571,21169690,21169963,21170025,21170239,21170857,21170905,21171547,21180140,21180253,21180482,21180756,21206514,21209652,21209778,21209919,21210207,21220380,21220384,21221141,21221154,21221642,21223088,21223449,21224149,21224361,21224922,21226467,21226782,21227450,21236778,21238669,21241052,21266801,21267844,21271024,21276233,21277640,21283637,21286624,21291670,21293472,21293519,21300865,21300939,21307921,21309980,21314060,21321692,21338137,21339424,21340053,21342555,21342982,21343063,21343407,21343487,21345059,21345347,21345969,21362651,21363638,21366700,21367848,21368049,21369284,21378318,21381646,21382379,21382592,2138487 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173543, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977414,20996243,20999914,21006789,21038927,21058273,21071715,21074464,21083731,21085525,21085969,21093806,21110281,21125878,21144749,21150864,21152090,21153000,21159930,21161966,21168747,21169537,21170762,21173463,21174508,21180611,21180655,21181203,21182228,21182314,21208280,21218931,21219605,21220508,21241308,21247527,21262240,21262748,21268894,21271286,21274559,21275557,21277092,21277494,21277551,21277970,21278676,21279517,21280812,21281376,21284858,21286994,21291855,21292881,21296175,21296275,21296829,21300023,21300149,21300815,21300830,21307834,21311393,21321744,21337067,21340277,21342494,21359289,21361540,21362208,21363778,21367045,21367156,21369224,21375081,21378640,21380358,21380836,21382375,21382414,21382751,21389985,21392215,21395022,21416710,21418691,21422429,21425113,21428785,21434262,21441971,21442347,21445544,21455852,21484962,21486609,21487869,21490844,21494194,21494944,21496995,21498532,21501352,21502830,21508679,21509360,21510472,21513513,21514194,21514919,21516173,21516767,21521683,2152286 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173544, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967646,20984600,20999670,20999956,21025023,21037670,21041283,21041843,21042574,21047288,21050772,21064642,21070566,21073265,21073530,21074903,21075603,21078575,21080587,21082201,21084241,21109479,21114627,21115915,21116233,21117949,21119247,21121200,21121475,21135829,21139772,21140895,21141972,21142154,21151675,21153874,21156387,21159873,21161408,21163408,21163949,21167445,21170229,21170508,21170886,21172014,21172357,21173948,21180460,21180512,21180703,21181073,21181141,21182026,21214328,21214635,21221233,21221303,21223684,21224825,21225169,21227408,21230607,21230954,21233461,21237477,21238799,21240648,21242873,21265952,21270958,21274332,21276781,21283414,21287791,21287812,21289134,21293309,21299779,21300604,21307539,21307677,21336845,21338959,21342449,21343590,21346460,21346589,21350038,21352935,21353474,21357657,21359124,21362389,21366961,21369166,21374702,21374995,21378202,21379491,21380527,21380610,21380924,21381877,21381897,21382145,21383121,21383680,21384792,21389881,21392077,21395972,21415551,2141643 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173545, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976939,20993326,21005793,21036091,21074747,21074962,21084558,21084949,21085093,21085179,21085259,21085763,21087519,21090048,21094103,21094282,21104596,21108020,21110400,21110947,21111062,21115570,21120356,21121176,21124388,21126636,21126889,21136286,21149024,21150141,21152441,21153340,21154909,21157809,21158513,21159894,21160143,21161899,21167718,21168655,21169142,21169432,21170682,21170741,21170922,21170932,21171166,21171591,21172241,21172505,21172649,21173027,21173748,21173848,21174543,21174877,21180379,21180423,21180519,21180925,21180938,21181050,21181211,21182174,21182360,21182474,21182767,21187591,21219025,21219556,21220405,21221210,21221379,21222434,21225030,21229859,21230126,21230165,21230839,21230932,21230950,21230993,21231340,21233440,21236755,21237395,21241362,21241500,21242843,21247496,21262683,21268017,21276980,21277026,21283821,21286876,21287048,21288789,21293905,21297117,21300695,21300721,21301251,21301446,21307324,21308459,21311717,21320376,21321715,21339228,21342561,21343136,21345064,2135749 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173546, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966888,20967305,20985168,20993436,20999946,21012845,21014078,21021443,21036135,21038090,21038869,21043610,21051101,21053649,21066050,21072552,21073187,21073458,21076083,21078113,21079045,21084144,21110653,21110887,21116021,21116414,21116857,21117703,21118012,21120453,21120760,21121294,21136314,21140184,21140905,21140927,21141313,21144189,21149047,21149412,21151860,21153414,21156906,21158463,21159290,21160020,21160766,21161093,21167472,21167961,21168313,21169742,21170165,21170548,21172114,21172881,21174289,21174932,21180800,21180817,21181095,21181279,21181495,21181885,21204855,21206153,21211055,21211226,21213698,21220486,21222209,21223453,21224686,21225140,21225520,21227515,21227971,21230861,21231184,21236167,21238002,21243253,21266472,21271850,21273489,21278608,21279593,21287081,21292252,21294332,21297523,21301032,21301426,21308448,21309467,21318154,21339663,21342646,21342658,21342751,21343816,21346657,21350661,21353939,21358137,21360237,21362805,21363923,21370605,21378436,21382314,21382573,21382723,2138284 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173547, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967701,20985389,21038460,21043263,21051417,21066797,21071274,21076190,21076852,21116515,21117276,21121651,21122166,21123146,21131400,21133811,21134180,21140335,21140856,21152349,21153634,21181891,21220577,21224845,21227223,21234038,21234245,21267061,21272188,21292713,21369430,21375410,21391101,21395887,21398222,21404088,21417172,21427743,21434007,21438642,21446473,21485307,21488088,21495263,21497138,21509891,21510599,21513643,21513786,21516258,21521992,21523353,21533805,21536868,21538709,21546168,21548143,21550811,21555940,21557172,21557298,21558622,21558877,21559969,21567725,21567774,21594873,21634504,21653644,21657709,21697377,21725225,21736947,21757706,21778102,21789739,21791110,21796209,21805011,21810641,21814308,21816217,21842974,21843825,21844166,21852902,21869900,21905845,21906486,21909009,21912340,21925954,21930246,21941744 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173548, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584627 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173549, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977616,21011400,21049999,21081212,21083694,21116219,21119831,21120648,21121094,21132946,21132976,21139129,21143926,21157235,21226234,21242481,21263074,21286058,21299564,21336613,21345956,21352987,21366723,21369145,21374627,21378915,21380553,21386717,21411891,21422073,21424780,21451820,21487135,21490761,21492830,21501930,21516718,21538600,21544296,21548055,21551566,21552473,21556563,21562722,21566200,21566552,21569295,21588170,21591747,21597671,21645120,21688886,21690465,21694709,21702029,21707056,21739023,21770152,21770632,21772868,21783968,21790464,21830102,21844478,21847825,21861709,21907040,21928186 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173550, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977615,20999625,21011403,21046725,21049993,21063585,21064511,21072818,21075101,21078043,21081211,21083692,21108219,21116170,21116217,21120650,21120888,21121102,21132945,21132968,21133015,21139134,21143921,21157230,21180297,21222802,21223006,21223196,21226232,21242480,21263082,21286067,21299565,21300689,21321705,21336612,21345949,21352988,21366733,21369143,21374628,21378917,21380557,21386713,21389613,21411892,21422065,21424776,21430361,21436438,21451817,21487131,21490756,21492829,21501927,21501993,21513401,21516701,21516711,21529499,21533609,21538601,21540241,21548062,21551568,21552472,21553621,21556562,21562724,21566203,21566543,21569300,21588172,21591756,21597674,21617043,21645121,21669493,21688890,21690457,21694708,21702033,21707060,21739022,21770150,21770634,21772870,21780316,21783972,21790463,21793418,21830109,21844472,21844818,21847817,21861701,21868754,21905683,21907048,21928183 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173551, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977622,21011409,21046726,21049988,21064512,21072813,21081204,21083698,21116166,21116216,21120646,21120886,21132948,21132969,21133016,21139131,21222791,21223019,21223192,21226229,21242487,21286061,21299563,21300687,21321703,21336605,21345946,21352993,21374632,21378916,21386716,21389620,21411900,21422066,21424781,21430369,21436427,21451818,21487137,21490603,21492827,21501935,21513402,21516705,21516722,21529492,21533608,21538603,21540232,21544302,21548058,21552480,21556564,21562718,21566201,21566548,21569294,21591752,21597681,21645119,21669491,21688894,21690458,21694712,21702025,21707061,21739030,21770148,21770625,21772876,21776757,21780318,21783967,21793411,21806967,21844473,21844823,21847821,21861704,21868757,21907045,21928188 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173552, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985454,21012762,21071232,21107280,21116342,21123609,21126662,21168328,21173192,21180770,21218914,21221706,21225050,21236487,21271166,21289465,21322275,21326928,21330728,21336361,21353893,21357844,21370535,21371438,21385313,21402160,21402418,21416727,21425192,21458302,21494174,21498480,21509787,21513397,21521619,21531293,21539023,21551499,21555638,21559746,21562636,21562753,21592105,21638611,21644589,21658664,21675521,21690559,21707153,21764123,21769856,21798670,21823021,21832346,21868991,21870578,21917686,21942311 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173553, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009030,21045722,21102642,21144479,21159606,21168720,21170314,21172457,21181131,21221283,21222106,21289585,21290396,21292004,21313589,21324806,21328635,21330406,21356399,21370283,21396232,21406056,21410357,21446125,21455884,21483706,21489861,21499592,21509387,21515731,21531598,21532580,21541036,21550783,21555819,21559766,21567650,21601472,21643103,21665886,21666465,21682604,21689769,21707610,21736507,21758199,21779825,21821317,21825488,21869535,21871531,21873392,21907231,21925039,21930405 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173554, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966647,20975342,20999853,21011751,21066113,21080733,21082800,21110384,21115758,21117160,21117909,21120931,21136729,21140145,21140326,21144098,21168269,21170029,21170234,21170863,21171550,21180134,21180481,21209913,21220374,21221648,21224145,21224358,21226465,21236777,21238672,21276214,21277641,21283645,21293506,21300940,21338143,21339411,21342544,21343051,21343485,21363640,21367837,21368062,21369285,21394897,21402835,21406084,21406097,21410807,21416606,21425309,21427651,21442109,21447744,21455221,21483680,21486133,21486770,21487145,21487161,21490771,21494098,21499215,21502037,21508621,21509083,21510422,21514858,21514885,21516066,21521468,21527634,21530173,21533622,21536236,21537227,21550771,21551543,21558513,21559638,21562779,21566565,21566802,21572074,21637198,21642209,21655968,21675664,21689117,21689147,21731917,21762845,21763844,21764327,21769487,21783175,21788782,21790987,21801604,21819071,21819736,21824088,21833002,21844225,21850239,21861732,21901030,21904033,21906326,21908905,21909677,21920749,2192875 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173555, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21083724,21271283,21277957,21280805,21300158,21395027,21501356,21555763,21558254,21694933,21790701,21793691,21811881 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173556, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967655,21025015,21041842,21042571,21070563,21073269,21073532,21074910,21080593,21082188,21117947,21119249,21135841,21153882,21167455,21170498,21172009,21173930,21180695,21181070,21181149,21182023,21224829,21227411,21230963,21233467,21238785,21265945,21274336,21276791,21283401,21299784,21338971,21343592,21346456,21352941,21357652,21362379,21369160,21374699,21375005,21379492,21380520,21380606,21381895,21392078,21415550,21416425,21427486,21428964,21433962,21451738,21483446,21484684,21486413,21490824,21494154,21494721,21501396,21502811,21508644,21509062,21509837,21513499,21514164,21515698,21516745,21521632,21527659,21531316,21533466,21535724,21540245,21544340,21551768,21551781,21553687,21555685,21556772,21558537,21562696,21562921,21566580,21569463,21588411,21593772,21639858,21641516,21648750,21657503,21668804,21669554,21675027,21689183,21692344,21694969,21697755,21723061,21730831,21738179,21743185,21747416,21787455,21790373,21794789,21796460,21798427,21798889,21813110,21830864,21844086,21864559,21871759,2191071 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173557, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976948,21005790,21036087,21074947,21084551,21084948,21085099,21085191,21085257,21085764,21087518,21090047,21094098,21108005,21110410,21111065,21115569,21121165,21124387,21126641,21126890,21136272,21149027,21152451,21154906,21157796,21158516,21160149,21161887,21167721,21168657,21169131,21169423,21170686,21170916,21170934,21171169,21171595,21172239,21172508,21172656,21173030,21173743,21174866,21180385,21180432,21180922,21180932,21181036,21181217,21182355,21182464,21182781,21187580,21219022,21219554,21220411,21221198,21221388,21222431,21225037,21229861,21230139,21230176,21230933,21230945,21230983,21231348,21233451,21237370,21241364,21241498,21242839,21247497,21262692,21268022,21276986,21283817,21286886,21288792,21293915,21297125,21300696,21300713,21301253,21301445,21307332,21308465,21311726,21320372,21321713,21339232,21342568,21345076,21357488,21357624,21357731,21362412,21363901,21366818,21370636,21371100,21378771,21379507,21379727,21380909,21382302,21382809,21387037,21392216,21395346,21412088,21412563,2141842 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173558, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966892,20967303,20985159,20993437,20999933,21012840,21014088,21021436,21036131,21038088,21038879,21043603,21051112,21053651,21066042,21072551,21073190,21073459,21076076,21078123,21079057,21084139,21110640,21110875,21116017,21116403,21116867,21117708,21118011,21120451,21120769,21121299,21136318,21140180,21140903,21140916,21141311,21144188,21149057,21149419,21151874,21153416,21156905,21158453,21159295,21160006,21160762,21161087,21167464,21167956,21168305,21169755,21170158,21170547,21172126,21172876,21174300,21174923,21180807,21180812,21181098,21181287,21181494,21181884,21204857,21206148,21211053,21211217,21213706,21220482,21222215,21223465,21224688,21225143,21225535,21227513,21227974,21230848,21231188,21236174,21237994,21243262,21266481,21271844,21273477,21278610,21279603,21287067,21292258,21294331,21297531,21301027,21301439,21308452,21309472,21318159,21339664,21342642,21342666,21342747,21343806,21346666,21350660,21353937,21358132,21360249,21362804,21363916,21370594,21378430,21382326,21382571,21382716,2138284 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173559, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21126656 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173560, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009023,21045720,21102639,21144492,21159604,21170317,21170843,21172450,21181134,21221277,21222110,21289599,21290388,21313593,21324793,21328634,21330402,21356407,21370285,21396239,21406070,21410369,21446124,21455880,21483704,21489863,21499591,21509399,21515735,21532574,21541035,21550796,21555811,21559773,21567645,21583079,21601485,21643107,21666469,21682600,21689763,21707611,21736499,21758195,21779821,21821316,21825482,21869536,21871524,21873390,21907233,21925043,21930409 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173561, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21011750,21122038,21140314,21168277,21169572,21170866,21224929,21241058,21382596,21402889,21487153,21572071,21581337,21582798,21648175,21692164,21844541 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173562, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21580676,21904343,21921157 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173563, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20984606,21075604,21230606,21346590,21434584,21486406,21494725,21581023,21582924,21593777,21668805,21690979,21723050,21728441,21777625,21787449,21790386,21905274 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173564, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21036097,21084550,21085095,21085176,21090051,21094089,21111064,21115563,21121173,21126627,21149029,21152455,21153348,21157806,21169429,21170690,21171170,21174530,21180378,21182359,21182467,21187593,21219024,21221385,21230141,21230940,21230975,21237387,21241366,21242836,21262695,21268026,21276984,21283825,21286878,21293900,21311723,21321711,21339231,21345075,21357622,21362409,21363899,21366822,21370637,21371099,21378772,21379739,21395344,21412558,21418417,21425012,21437919,21438061,21490869,21496971,21514282,21516735,21523339,21532169,21532671,21536361,21536787,21538588,21540948,21546247,21548134,21551849,21558649,21559672,21562941,21566611,21567659,21569542,21597891,21634038,21645001,21647526,21652057,21658099,21669868,21670103,21675002,21696766,21699810,21701685,21703843,21705577,21706947,21731573,21761789,21793901,21799860,21806384,21811872,21818999,21841229,21846820,21851382,21863224,21904389,21907057,21908613,21913753,21918352,21921377,21922568,21924842,21925523 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173565, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967309,20985164,21012848,21014076,21021445,21036134,21038085,21073181,21078118,21116413,21117707,21118004,21120456,21121285,21140897,21141312,21149053,21149410,21153423,21156898,21160769,21161095,21168315,21170558,21180809,21181292,21204845,21211061,21213691,21224689,21225155,21230851,21231182,21237991,21271848,21287078,21297530,21308440,21309477,21342671,21342757,21343812,21350648,21363913,21370602,21382308,21387612,21395738,21398890,21405929,21416951,21435298,21446492,21487205,21490894,21494220,21494928,21501439,21502153,21508730,21509872,21514270,21515019,21516838,21521815,21532296,21532728,21532768,21537207,21537891,21538892,21539567,21542492,21544820,21553699,21558294,21558890,21559035,21559853,21562904,21569575,21575552,21581603,21596268,21596721,21645193,21647667,21649583,21672270,21675743,21677964,21689208,21692897,21702849,21704212,21707078,21750062,21758257,21765833,21769655,21772176,21772427,21773927,21778980,21790999,21791174,21817988,21818737,21822376,21824511,21824638,21826032,21833091,2186066 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173566, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21000370,21051411,21071277,21390523,21405779,21533804,21555935,21634498,21648801,21791108,21816211,21842984 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173567, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985462,21012753,21071219,21107273,21116332,21126650,21168330,21173196,21180761,21218911,21221717,21225059,21236491,21271167,21289459,21322266,21330719,21336369,21353885,21357841,21370529,21371441,21385319,21402161,21402428,21416723,21425202,21457524,21458308,21494175,21498491,21509780,21513387,21521611,21531303,21539018,21551505,21559753,21562637,21562756,21592098,21638606,21644583,21658649,21675533,21690550,21707168,21764116,21769854,21798663,21823022,21824617,21832347,21868993,21869716,21870580,21917685,21942308 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173568, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009024,21045733,21102637,21144477,21159602,21168721,21170309,21170851,21172454,21181122,21221274,21222107,21289595,21290395,21292015,21313584,21324796,21328629,21330408,21356402,21370286,21396238,21406062,21410361,21446118,21455892,21483698,21489870,21499587,21509397,21515730,21531597,21532582,21541045,21550787,21555820,21559759,21567641,21601480,21643098,21665884,21666467,21682601,21689755,21707612,21736509,21758196,21779824,21821315,21825476,21869533,21871521,21873397,21907241,21925044,21930402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173569, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20975337,20999844,21009751,21011742,21012677,21025570,21033737,21042397,21044271,21049344,21050241,21065619,21066105,21070335,21075124,21080326,21080738,21082798,21084384,21110390,21115761,21115768,21116358,21117037,21117161,21117913,21120232,21120944,21122041,21122705,21136723,21140150,21140317,21140999,21141124,21141985,21142920,21144102,21155883,21167639,21168266,21169688,21169972,21170243,21170860,21170901,21171552,21180138,21180249,21180470,21180759,21206516,21209646,21209788,21209920,21210198,21220369,21220387,21221135,21221146,21221637,21223084,21223435,21224156,21224360,21224934,21226455,21226780,21227444,21236779,21238671,21241059,21266804,21267847,21271018,21276234,21277643,21283644,21286619,21291674,21293467,21293507,21300872,21300942,21307912,21309982,21314046,21321684,21338139,21339422,21340045,21342557,21342986,21343060,21343398,21343474,21345057,21345334,21345960,21362649,21363642,21366699,21367842,21368063,21369289,21378313,21381645,21382590,21384872,21389429,21394892,21397070,21402842,2140289 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173570, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977401,20996251,20999912,21006800,21038926,21058287,21071719,21074471,21083730,21085520,21085970,21093813,21110290,21125888,21144748,21150861,21152083,21153002,21159932,21161969,21168733,21169536,21170771,21173450,21174509,21180610,21180657,21181197,21182222,21182326,21208283,21218928,21219599,21220516,21241319,21247524,21262234,21262762,21268896,21271280,21274557,21275565,21277104,21277483,21277548,21277963,21278666,21279522,21280806,21281359,21284854,21287002,21291862,21292886,21296165,21296277,21296822,21300018,21300160,21300810,21300813,21307824,21311392,21321736,21337068,21340283,21342491,21359286,21361541,21362194,21363764,21367040,21367157,21369220,21375083,21378653,21380359,21380846,21382389,21382421,21382749,21389968,21392219,21395031,21416713,21418683,21422430,21425111,21428783,21434267,21441970,21442355,21445547,21455849,21484956,21486616,21487867,21490834,21494185,21494956,21496983,21498530,21501359,21502838,21508680,21509363,21510479,21513509,21514195,21514926,21516161,21516765,21521660,2152287 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173571, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967650,20984604,20999679,20999950,21025010,21037659,21041287,21041847,21042563,21047285,21050765,21064640,21070567,21073266,21073523,21074913,21075601,21078576,21080592,21082197,21083796,21084232,21109478,21114636,21115912,21116229,21117953,21119240,21121185,21121486,21135838,21139780,21140889,21141974,21142155,21151681,21153876,21156390,21159879,21161407,21163413,21163957,21167450,21170232,21170507,21170884,21172008,21172349,21173925,21180455,21180503,21180699,21181067,21181147,21182017,21214335,21214636,21221234,21221302,21223685,21224819,21225171,21227422,21230616,21230964,21233455,21237475,21238791,21240657,21242871,21265942,21270961,21274343,21276790,21283408,21287796,21287810,21289132,21293316,21299778,21300607,21307527,21307673,21336843,21338951,21342446,21343608,21346448,21346593,21350028,21352948,21353476,21357646,21359131,21362384,21366957,21369171,21374703,21374997,21378208,21379497,21380531,21380602,21380927,21381881,21381894,21382133,21383116,21383684,21384797,21389882,21392087,21395961,2141553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173572, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976952,21036098,21074750,21084546,21084959,21085180,21085254,21085754,21087527,21090040,21094092,21094274,21104607,21108011,21110402,21110946,21111060,21115566,21120347,21121162,21124383,21126630,21126879,21136281,21149010,21152454,21153342,21154919,21158510,21159897,21160144,21161894,21167707,21168660,21169137,21169421,21170732,21170911,21170935,21171161,21172231,21172655,21173039,21173745,21173843,21174537,21174864,21180380,21180923,21180929,21181033,21181218,21182351,21182465,21182766,21187585,21219026,21219544,21220397,21221197,21221377,21222427,21225034,21229868,21230129,21230177,21230838,21230976,21230980,21231344,21233441,21236757,21237373,21241367,21241503,21242855,21247494,21262696,21268029,21277035,21283822,21286898,21287046,21288775,21293913,21297120,21300692,21300720,21301264,21301450,21307342,21308463,21311727,21320382,21321721,21342575,21343132,21357491,21357630,21357732,21359445,21362402,21362420,21363897,21366811,21370639,21371089,21374721,21378773,21379381,21379512,21379742,21380913,2138229 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173573, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966899,20967310,20985169,20993447,20999936,21012850,21014080,21021437,21036128,21038079,21038874,21043613,21051102,21053662,21066049,21072550,21073194,21073447,21076085,21078116,21079056,21084145,21110647,21110874,21116026,21116411,21116855,21117701,21118010,21120455,21120766,21121296,21136317,21140185,21140902,21140930,21141314,21144194,21149049,21149415,21151875,21153429,21156904,21158456,21159297,21160009,21160763,21161092,21167476,21167966,21168302,21169743,21170157,21170557,21172111,21172874,21174298,21174930,21180792,21180824,21181089,21181278,21181507,21181873,21204853,21206157,21211058,21211223,21213693,21220475,21222210,21223458,21224695,21225148,21225522,21227510,21227981,21230862,21231187,21236159,21237993,21243249,21266468,21271856,21273482,21278618,21279600,21287080,21292245,21294333,21297536,21301066,21301441,21308451,21309479,21318167,21339656,21342639,21342668,21342756,21343801,21346667,21350663,21353941,21358138,21360235,21362800,21363910,21370601,21378423,21382322,21382568,21382728,2138283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173574, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977612,21081213,21119829,21132974,21133011,21180291,21299566,21380556,21422068,21492835,21516707,21529498,21548051,21551567,21566546,21569311,21597673,21645122,21669479,21690463,21694715,21707057,21783966,21793413,21844821,21861702,21907047 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173575, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21581596 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173576, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985451,21012755,21071226,21107268,21116337,21126651,21173190,21180772,21218921,21221712,21236498,21289462,21322276,21330733,21357848,21416724,21458297,21494176,21498492,21521615,21539015,21551498,21559757,21562644,21562749,21592099,21638614,21644586,21658660,21675536,21690551,21707160,21798662,21823029,21832344,21917676 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173577, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009036,21045734,21102627,21144487,21159608,21168722,21170316,21170854,21172456,21181136,21221271,21222100,21289597,21290391,21292007,21313583,21324807,21328623,21330398,21356406,21370277,21396240,21406060,21410364,21446127,21455889,21483708,21489859,21499598,21509394,21515723,21531594,21532575,21541038,21550792,21555807,21559762,21567642,21583076,21601477,21643094,21665891,21666475,21682595,21689761,21707607,21736502,21758189,21779826,21821313,21825485,21869528,21871520,21873402,21907244,21925037,21930398 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173578, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966638,20975329,20999854,21011753,21025561,21033745,21044275,21075126,21080323,21080732,21082801,21084378,21110386,21115749,21117047,21117156,21120220,21120940,21122048,21140148,21141129,21142915,21144096,21167634,21168276,21169689,21169965,21170242,21170864,21171551,21180485,21206512,21209643,21209911,21210210,21221147,21221647,21223448,21224151,21224927,21227446,21236783,21238658,21241054,21266799,21267840,21271020,21276230,21277642,21283642,21286617,21293515,21321696,21338133,21340048,21343056,21343478,21345968,21362655,21363636,21367843,21368054,21369288,21378319,21381647,21384863,21389428,21394890,21397075,21402828,21402892,21406085,21406101,21415932,21416599,21418810,21423921,21425321,21427660,21429357,21442112,21447737,21449390,21483683,21486136,21486776,21487162,21490769,21492244,21492950,21493015,21494101,21499225,21501196,21501936,21502051,21508620,21509255,21510411,21514864,21516079,21521458,21521464,21527644,21529469,21530118,21530172,21533623,21535811,21536221,21537213,21538785,21550715,2155077 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173579, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21085528,21125889,21161961,21182230,21262230,21274560,21277489,21280814,21281370,21291860,21311407,21340288,21380847,21382427,21418678,21455853,21508681,21540273,21559794,21562846,21580675,21634128,21676211,21692380,21721721,21775486,21815228,21834152 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173580, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21025022,21041293,21050760,21070560,21075600,21082203,21083801,21109490,21119244,21121193,21135831,21140883,21141979,21151671,21161400,21163946,21170505,21172017,21172358,21180464,21180504,21214337,21214628,21223689,21225182,21227416,21230603,21237472,21265949,21270956,21274341,21276783,21283400,21289131,21293307,21299785,21300605,21307530,21342457,21350033,21352938,21374706,21375001,21378210,21380595,21381896,21382139,21383689,21384806,21418669,21428975,21442131,21443188,21484683,21486407,21487838,21490828,21492189,21494722,21498497,21501250,21501385,21502795,21502820,21508637,21513488,21514184,21515700,21516743,21521747,21523280,21527665,21529797,21530142,21535720,21540256,21542285,21544336,21552529,21553684,21556774,21562683,21562933,21581026,21582914,21588413,21639855,21670507,21675023,21687561,21690967,21692332,21694970,21701439,21705645,21723051,21728446,21730833,21738185,21747412,21777635,21787463,21790381,21804709,21809170,21813121,21815307,21844099,21869652,21916693,21931105,21936244 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173581, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976937,21036093,21074756,21074955,21084547,21084954,21085185,21085756,21090037,21094093,21094281,21104599,21110401,21110941,21111051,21120354,21126631,21126877,21149023,21152440,21153346,21154921,21157798,21158511,21159883,21168647,21169139,21169426,21170683,21170910,21171167,21172236,21172644,21173029,21173738,21173854,21174541,21174871,21180383,21180422,21180526,21180916,21181029,21181219,21182181,21182477,21182770,21187586,21219015,21219549,21221202,21221380,21222430,21225025,21230124,21230167,21230835,21230930,21230974,21230981,21231349,21236762,21237391,21241368,21241506,21242845,21247500,21262689,21268018,21276982,21283812,21286896,21287050,21288790,21293901,21297111,21300701,21300712,21301258,21301457,21307337,21311718,21320383,21321714,21339227,21343141,21345065,21357627,21357730,21359447,21362398,21362422,21363903,21366812,21370635,21371087,21374728,21376481,21379508,21379738,21380910,21382305,21382803,21387028,21392204,21395345,21396872,21412562,21418412,21425014,21434904,21437924,21438064,2144548 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173582, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966889,20967302,20985153,20993443,20999941,21012856,21014083,21021431,21036126,21038084,21038881,21043609,21051113,21053661,21066043,21072542,21073195,21076071,21078110,21079049,21084147,21110650,21110883,21116015,21116406,21116859,21117704,21118013,21120767,21121293,21136323,21140186,21140907,21140926,21141303,21144195,21149060,21149414,21151869,21153415,21156893,21158460,21160007,21160767,21161096,21167958,21168308,21169747,21170168,21170559,21172116,21172877,21174304,21174918,21180808,21180819,21181094,21181280,21181499,21181870,21206156,21211062,21211230,21220480,21222204,21223466,21224699,21225142,21225534,21227519,21227969,21230855,21231196,21236160,21237996,21243247,21266478,21271853,21273488,21278611,21279605,21287069,21292257,21294324,21297524,21301064,21301442,21308437,21309469,21318158,21339657,21342650,21342659,21342741,21343813,21346662,21350653,21353940,21358126,21362790,21363909,21370593,21378426,21382324,21382569,21382722,21382836,21386229,21387608,21393184,21395728,21396372,21398895,2140592 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173583, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584625 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173584, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985452,21012748,21071234,21107269,21116336,21123608,21126653,21168325,21173199,21180762,21218926,21221705,21225058,21236488,21271172,21289466,21322268,21326930,21330718,21336371,21353896,21357850,21370534,21371439,21385322,21402163,21402414,21416731,21425201,21457517,21458301,21494177,21498482,21509781,21513383,21521638,21531295,21539009,21551501,21555648,21559749,21562643,21562762,21592101,21638603,21644582,21658663,21675526,21690557,21707156,21764121,21769864,21798668,21823024,21824608,21832342,21869006,21869706,21870589,21917684,21942306 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173585, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009025,21045721,21102632,21144478,21159603,21168716,21170319,21170841,21172451,21181125,21221272,21222097,21289598,21290398,21292012,21313592,21324795,21328624,21330407,21356409,21370290,21396233,21406064,21410362,21446122,21455886,21483697,21489866,21499584,21509395,21515725,21531596,21532588,21541039,21550786,21555808,21559774,21567639,21583066,21601478,21643108,21665892,21666461,21682597,21689762,21707614,21736506,21758190,21779834,21821327,21825484,21869541,21871518,21873393,21907238,21925050,21930399 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173586, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966651,20975331,20999839,21009747,21011748,21012667,21024481,21025564,21033739,21042393,21044282,21049346,21050235,21065611,21066115,21070332,21075120,21080317,21080729,21082797,21084374,21110387,21115756,21115766,21116352,21117036,21117150,21117914,21120233,21120934,21122053,21122697,21136717,21140147,21140324,21140995,21141134,21141990,21142909,21144091,21155892,21167631,21168274,21169570,21169694,21169967,21170028,21170235,21170872,21170902,21171543,21180137,21180255,21180484,21180744,21206520,21209653,21209782,21209917,21210209,21220364,21220373,21221142,21221144,21221644,21223096,21223436,21224155,21224346,21224931,21226464,21226791,21227438,21236772,21238663,21241062,21266807,21267839,21271028,21276218,21277637,21283634,21286613,21291682,21293469,21293521,21300868,21300945,21307917,21309983,21314048,21321682,21338142,21339423,21340056,21342559,21342977,21343064,21343397,21343488,21345052,21345337,21345967,21362656,21363635,21366701,21367844,21368051,21369283,21378305,21381633,21382381,21382597,2138486 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173587, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977411,20996248,20999904,21006803,21038920,21058281,21071725,21074468,21083729,21085514,21085983,21093805,21110291,21125876,21144739,21150855,21152087,21152990,21159931,21161970,21168742,21169540,21170773,21173458,21174498,21180617,21180644,21181196,21182214,21182315,21208291,21218936,21219604,21220517,21241317,21247520,21262236,21262751,21268901,21271292,21274567,21275570,21277090,21277481,21277550,21277965,21278674,21279519,21280808,21281399,21284855,21286996,21291852,21292867,21296166,21296289,21296828,21300026,21300151,21300808,21300819,21307826,21311394,21321737,21337066,21340285,21342485,21359278,21361544,21362202,21363774,21367052,21367144,21369219,21375092,21378651,21380353,21380842,21382396,21382422,21382754,21389969,21392213,21395026,21416706,21418686,21422423,21425117,21428780,21434271,21441984,21442358,21445534,21455855,21484957,21486611,21487860,21490847,21494190,21494957,21496987,21498531,21501362,21502826,21508682,21509356,21510473,21513517,21514203,21514922,21516163,21516772,21521682,2152287 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173588, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967657,20984598,20999682,20999952,21025008,21037665,21041289,21041841,21042566,21047283,21050761,21064653,21070557,21073264,21073531,21074914,21075595,21078582,21080591,21082200,21083800,21084240,21109489,21114631,21115913,21116224,21117952,21119241,21121188,21121489,21135836,21139776,21140893,21141973,21142161,21151674,21153884,21159881,21161401,21163405,21163943,21167456,21170228,21170509,21170881,21172010,21172356,21173942,21180466,21180505,21180705,21181068,21181154,21182025,21214331,21214637,21221247,21221290,21223686,21224821,21225170,21227424,21230610,21230956,21233465,21237476,21238797,21240645,21242880,21265948,21270946,21274344,21276778,21283406,21287782,21287813,21289137,21293311,21299777,21300612,21307532,21307681,21336847,21338965,21342454,21343594,21346458,21346584,21350036,21352949,21353485,21357644,21359108,21362383,21366960,21369159,21374707,21375000,21378211,21379499,21380529,21380605,21380932,21381876,21381904,21382134,21383114,21383685,21384796,21389889,21392083,21395976,21415536,2141643 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173589, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976944,20993322,21005799,21036086,21074744,21074960,21084553,21084961,21085100,21085177,21085253,21085757,21087530,21090036,21094094,21094279,21104601,21108017,21110408,21110949,21111055,21115573,21120351,21121170,21124377,21126629,21126888,21136275,21149030,21150148,21152445,21153344,21154914,21157803,21158507,21159893,21160151,21161897,21167714,21168653,21169143,21169420,21170679,21170738,21170912,21170928,21171162,21171605,21172242,21172515,21172645,21173038,21173747,21173852,21174531,21174869,21180370,21180426,21180527,21180913,21180939,21181038,21181220,21182183,21182357,21182475,21182772,21187589,21219016,21219552,21220406,21221208,21221383,21222436,21225017,21229871,21230135,21230172,21230842,21230931,21230952,21230988,21231352,21233448,21236756,21237389,21241356,21241507,21242847,21247502,21262688,21268024,21276970,21277027,21283823,21286874,21287052,21288788,21293902,21297119,21300702,21300722,21301263,21301452,21307341,21308468,21311728,21320374,21321718,21339221,21342573,21343137,21345077,2135748 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173590, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966897,20967304,20985162,20993440,20999939,21012849,21014079,21021432,21036123,21038080,21038870,21043605,21051111,21053659,21066039,21072546,21073196,21073448,21076077,21078108,21079046,21084137,21110651,21110878,21116025,21116407,21116860,21117702,21118008,21120447,21120776,21121295,21136311,21140177,21140909,21140928,21141307,21144198,21149054,21149422,21151865,21153421,21156907,21158458,21159298,21160016,21160757,21161088,21167465,21167970,21168299,21169748,21170171,21170552,21172121,21172866,21174305,21174931,21180794,21180823,21181093,21181290,21181497,21181874,21204851,21206149,21211046,21211225,21213694,21220485,21222208,21223461,21224693,21225146,21225521,21227514,21227978,21230853,21231192,21236168,21238003,21243250,21266475,21271842,21273473,21278612,21279601,21287079,21292253,21294325,21297532,21301026,21301429,21308442,21309475,21318168,21339659,21342645,21342664,21342746,21343802,21346668,21350649,21353943,21358135,21360248,21362798,21363920,21370604,21378424,21382327,21382567,21382714,2138284 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173597, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967702,20985383,21000363,21021770,21038462,21043257,21046265,21051412,21065994,21066791,21071275,21074786,21076198,21076842,21082837,21084587,21116522,21116676,21117281,21121642,21122174,21122204,21123135,21131391,21133771,21134178,21135926,21136143,21137555,21140334,21140853,21140947,21150092,21152342,21152797,21153623,21156954,21160312,21161687,21161818,21173693,21180849,21181189,21181275,21181301,21181433,21181807,21181892,21197340,21220581,21224614,21224838,21225237,21225703,21227224,21230866,21231078,21234035,21234251,21239393,21239718,21241732,21267072,21268819,21272182,21277620,21278037,21285989,21290328,21290430,21292709,21295310,21297484,21300470,21301472,21309398,21309716,21320391,21338156,21338418,21343962,21345190,21350180,21351337,21358107,21360114,21363089,21364799,21375397,21377171,21382734,21386584,21390520,21391098,21395883,21398234,21403539,21404085,21405531,21405775,21406233,21412908,21415990,21417168,21423802,21427740,21433072,21433996,21438649,21442981,21446478,21459150,21485316,2148740 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173600, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584623 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173603, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985457,21107275,21116334,21123615,21126655,21168318,21173198,21180765,21218913,21221720,21225056,21236490,21289468,21322272,21326936,21330721,21336366,21353897,21357842,21370523,21371442,21385315,21402154,21416722,21425191,21457531,21498490,21509792,21521594,21531307,21539011,21551506,21555636,21559756,21562755,21592091,21644588,21658651,21675534,21690552,21707154,21764120,21769867,21798660,21823030,21824613,21832349,21869008,21869711,21870583,21917675,21942312 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173605, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21009027,21045731,21102633,21144489,21159600,21168724,21170307,21170846,21172452,21181137,21221282,21222101,21289586,21290389,21292017,21313591,21324808,21328630,21330404,21356398,21370289,21396229,21406057,21410366,21446120,21455881,21483707,21489867,21499594,21509396,21515736,21531605,21532577,21541041,21550793,21555816,21559760,21567644,21601475,21643095,21665879,21666472,21682596,21689758,21707609,21736513,21758187,21779832,21821325,21825477,21869539,21871525,21873404,21907237,21925036,21930408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173608, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966641,20999848,21009756,21011741,21012668,21033730,21042388,21044267,21070331,21075123,21080726,21084379,21110382,21115751,21117038,21117148,21120937,21122707,21140142,21140319,21141994,21142918,21144099,21167638,21168263,21169563,21169691,21169968,21170027,21170247,21170899,21180250,21180757,21206519,21209648,21209787,21209924,21221157,21223089,21224143,21224354,21224937,21226454,21236776,21241061,21266810,21267842,21271022,21277648,21283641,21286625,21291669,21293508,21300867,21300938,21321695,21338136,21342548,21343479,21345048,21345344,21345961,21363646,21367838,21368056,21369292,21378311,21381636,21382600,21384869,21394896,21402836,21402885,21405967,21405970,21406089,21410809,21415929,21425310,21442113,21442527,21447742,21483692,21486134,21486781,21487140,21487163,21487824,21490764,21492252,21492943,21493020,21494106,21494147,21496900,21499213,21499238,21501071,21501195,21501945,21508628,21509085,21509249,21509808,21510407,21514850,21514873,21515718,21516076,21521447,21521664,21527636,21530120,2153200 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173610, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20996245,21085975,21152094,21170765,21181200,21208287,21247530,21277485,21292878,21296177,21300019,21311395,21321738,21363777,21367048,21369211,21378643,21380833,21382391,21392221,21514918,21522874,21531347,21535946,21541425,21542604,21559796,21566888,21634121,21636850,21687569,21721717,21750090,21811884,21815229,21834149,21849525,21904339,21908702 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173613, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967644,20984595,20999672,20999951,21025017,21037657,21041281,21041835,21042562,21047289,21050775,21064654,21070556,21073274,21073524,21074908,21075599,21078581,21082191,21083790,21084235,21109483,21114635,21115905,21116231,21117941,21119250,21121196,21121477,21135834,21139771,21140890,21141968,21142158,21151670,21153880,21156385,21159876,21161404,21163410,21163950,21167448,21170221,21170503,21170880,21172012,21172359,21173952,21180457,21180508,21180704,21181074,21181151,21182018,21214338,21214631,21221240,21221288,21223687,21224828,21225172,21227413,21230615,21230961,21233466,21237470,21238787,21240651,21242876,21265954,21270947,21274347,21276788,21283412,21287792,21287806,21289133,21293317,21299789,21300601,21307528,21307682,21336836,21338967,21342445,21343607,21346453,21346586,21350030,21353478,21357653,21359113,21362377,21366952,21369169,21374701,21374998,21378213,21379505,21380525,21380603,21380921,21381875,21381891,21382135,21383118,21383675,21384795,21389885,21392089,21395969,21415537,21416430,2141866 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173615, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20976941,20993313,21005789,21036096,21074748,21074959,21084552,21084958,21085090,21085190,21085255,21085751,21087525,21090050,21094097,21094288,21108012,21110404,21110950,21111063,21115561,21121167,21124390,21126640,21126891,21136280,21149008,21150142,21152442,21153343,21154912,21157808,21158509,21159895,21160146,21161890,21167711,21168648,21169138,21169425,21170687,21170908,21170938,21171164,21171592,21172227,21172512,21172652,21173033,21173739,21173841,21174533,21174872,21180377,21180419,21180525,21180918,21180933,21181030,21181212,21182176,21182352,21182469,21182773,21187578,21219014,21219545,21220410,21221205,21221381,21222438,21225022,21229869,21230149,21230175,21230829,21230934,21230949,21230986,21231342,21233443,21236765,21237375,21241371,21241505,21242853,21247503,21262686,21268019,21276987,21277029,21286892,21287054,21288782,21293903,21297122,21300705,21300709,21301255,21301454,21307331,21308472,21311724,21320378,21321717,21339222,21342564,21343139,21345078,21357490,21357633,21357740,21359452,2136241 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173616, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966883,20967313,20985166,20993448,20999935,21012851,21014074,21021446,21036125,21038081,21038872,21043599,21051104,21053647,21066037,21072544,21073189,21073457,21076081,21078107,21079052,21084148,21110645,21110879,21116013,21116410,21116861,21117705,21118002,21120458,21120773,21121292,21136327,21140182,21140899,21140919,21141304,21144196,21149050,21149423,21151863,21153428,21156892,21158466,21159302,21160012,21160760,21161094,21167463,21167969,21168309,21169758,21170159,21170553,21172112,21172875,21174294,21174925,21180805,21180813,21181092,21181277,21181504,21181879,21204856,21206155,21211047,21211218,21213703,21220471,21222205,21223464,21224700,21225151,21225532,21227516,21227967,21230857,21231193,21236163,21238000,21243248,21266467,21271846,21273483,21278614,21279598,21287066,21292243,21294327,21297533,21301065,21301427,21308443,21309468,21318162,21339669,21342640,21342673,21342742,21343803,21346658,21350657,21353929,21358128,21360238,21362796,21363918,21370603,21378435,21382323,21382572,21382729,2138283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173617, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21065996,21122175,21136141,21161688,21231073,21290334,21434004,21488090,21567735 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173618, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21071229,21107270,21173204,21218922,21221708,21289464,21326924,21330732,21336367,21416728,21457518,21458310,21494179,21498485,21509779,21521622,21539012,21551502,21555640,21690556,21769860,21798666,21870586,21942314 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173619, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21324794,21356408,21455887,21567638 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173620, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21025562,21065614,21236780,21291671,21345061,21389431,21429367,21492954,21499240,21510430,21532006,21555702,21558502,21581343,21582796,21589218,21675663,21844217,21904047,21928765 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173621, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21038914,21110287 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173622, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967643,21042561,21050768,21064647,21073525,21082195,21084243,21115914,21116230,21117945,21121194,21139768,21140884,21153878,21159875,21167449,21172016,21180462,21180515,21180702,21181066,21181152,21182020,21214325,21214627,21224816,21225174,21230613,21230966,21233458,21237469,21238798,21240652,21265946,21270959,21276779,21293306,21299783,21336842,21342458,21343610,21346459,21346588,21350025,21353479,21357656,21359121,21369164,21375002,21378215,21379498,21380532,21380596,21380934,21383686,21384805,21416427,21418668,21433965,21434579,21483447,21484693,21486412,21487853,21490820,21492191,21494718,21498504,21508640,21509834,21513493,21514159,21515694,21516748,21521646,21527656,21529788,21531298,21535718,21537166,21538926,21540253,21552517,21553690,21555692,21556778,21558538,21558814,21562697,21562928,21569467,21581036,21588409,21641513,21644473,21648739,21669565,21687555,21689192,21690971,21692336,21694964,21705640,21705930,21730832,21735669,21738173,21743172,21747422,21777621,21787450,21796468,21798431,2180471 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173623, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21094104,21153310,21157810,21170937,21180382,21182473,21221201,21230935,21230982,21286888,21287042,21301249,21311721,21363898,21382320,21445485,21652047,21731578,21794948,21860831,21907058 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173624, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20966896,20999948,21012852,21038082,21053660,21072549,21073185,21073451,21076078,21118015,21120448,21140175,21141300,21144199,21149052,21149421,21151870,21160017,21160758,21161102,21167962,21172869,21181500,21204860,21211054,21211232,21220477,21222200,21223469,21224697,21227968,21271849,21273484,21287077,21297534,21301060,21308449,21318166,21339662,21353928,21360240,21362791,21370591,21378438,21382318,21382831,21398893,21419175,21427819,21433100,21437637,21447912,21454950,21483555,21490897,21492387,21494230,21501447,21508746,21510454,21516823,21532306,21532742,21533863,21537344,21538903,21539571,21559036,21559912,21562903,21567043,21567182,21575543,21644823,21647511,21677974,21689203,21689593,21689655,21689680,21706832,21736314,21754962,21769658,21772192,21772416,21773932,21791004,21814987,21817996,21818730,21822385,21823577,21826031,21843621,21846052,21861726,21904373,21907613,21927929,21932815,21936228 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173625, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967697,20985380,21000371,21021499,21021764,21025114,21038467,21039212,21043255,21046262,21051421,21065991,21066795,21071272,21074791,21076195,21076849,21079609,21082838,21084592,21116519,21116678,21117275,21121643,21122168,21122200,21123147,21123477,21131401,21133775,21133818,21134177,21135923,21136135,21137556,21140333,21140858,21140934,21150082,21152350,21152796,21153635,21156947,21160311,21161686,21161705,21161817,21173689,21180860,21181176,21181191,21181265,21181297,21181440,21181816,21181888,21197344,21220130,21220575,21224619,21224835,21225247,21225704,21227233,21227858,21230875,21231081,21234028,21234257,21239382,21239716,21241731,21267067,21268827,21272185,21277614,21278036,21285985,21290332,21290435,21292716,21295305,21297485,21300475,21301465,21309392,21309720,21320395,21338151,21338413,21340636,21343966,21345185,21350183,21350960,21351341,21358114,21360121,21363088,21364081,21364802,21369423,21375406,21377175,21377490,21382736,21386578,21387583,21390522,21391097,21395882,21398225,21403531,2140408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173626, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21584622 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173627, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21159611 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173628, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21582180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173629, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21375089 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173630, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21581022 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173631, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21832672,21854963,21856761 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173632, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21575539 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173633, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21000364,21140860,21224837,21338422,21387581,21535835,21555938,21567784,21594867,21653640,21796208,21852909,21869902,21941750 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173634, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985464,21116339,21353884,21644576 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173635, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21170315,21222109,21406066,21567649 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173636, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21120939,21220367,21221143,21537223,21546190,21572077,21582178,21755722 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173637, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21038913,21182224,21182323,21262752,21277552,21281385,21300024,21362197,21392223,21445538,21516162,21532090,21551953,21580653,21593633,21687577,21775491,21779921 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173638, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20967651,20984593,20999677,21037662,21041282,21042565,21047284,21050766,21064646,21073535,21074912,21075598,21078589,21082192,21083803,21084239,21109491,21114626,21115907,21116225,21117942,21119251,21121189,21121483,21135830,21140886,21141976,21142159,21151676,21153873,21156391,21159877,21161398,21163411,21163952,21167453,21170231,21170506,21170873,21172015,21172360,21173947,21180454,21180506,21180697,21181145,21182021,21214327,21214630,21221238,21223693,21224818,21225178,21227412,21230958,21233459,21237473,21238786,21240653,21265957,21270950,21274337,21276792,21283415,21287789,21287820,21293312,21299786,21300611,21336851,21338970,21342447,21343612,21346587,21350039,21357647,21362376,21366953,21369165,21378207,21379494,21380526,21380609,21380923,21381898,21383107,21384800,21389880,21392075,21395968,21415540,21416428,21418674,21422686,21427484,21433961,21434580,21442126,21443183,21445551,21447487,21451735,21483448,21484690,21486411,21487840,21490817,21492196,21494715,21498500,21501395,21502800,21502812,2150865 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173639, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21084960,21085258,21124382,21153327,21172646,21180433,21233442,21359461,21362404,21378767,21380914,21438060,21531965,21562937,21703847,21761677,21779945,21838110,21851379,21908233 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173640, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20985156,20993452,20999949,21012841,21014086,21036130,21038087,21038882,21066036,21073197,21076082,21078111,21079047,21084136,21110641,21110880,21116011,21116863,21120449,21120772,21141315,21149048,21149408,21153417,21156908,21158465,21160018,21168300,21170169,21172124,21174303,21174924,21180802,21180811,21181091,21181289,21181505,21181871,21204848,21206150,21211220,21220473,21222212,21224694,21225524,21227506,21227970,21230860,21231185,21238007,21243251,21266466,21273474,21278605,21301041,21308439,21309471,21342652,21342661,21343817,21346659,21353927,21358139,21360243,21362795,21382309,21382725,21386241,21387617,21390504,21393176,21396382,21398882,21405930,21406721,21412792,21427806,21433092,21438770,21454938,21486697,21487887,21490883,21492388,21492498,21494229,21494935,21497039,21498630,21502161,21509412,21515023,21516212,21521821,21521908,21530558,21532739,21532776,21533857,21537334,21539572,21542491,21544835,21551624,21551650,21553705,21555832,21558289,21558300,21559031,21559845,21559910,21567042,2156719 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173641, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977620,21011405,21046724,21049996,21063587,21072814,21075104,21081207,21083688,21108211,21116162,21116209,21119825,21120643,21120880,21121097,21132939,21132970,21133020,21139135,21143925,21157229,21180296,21222800,21223008,21223200,21226226,21242482,21263080,21299561,21321702,21336609,21345948,21352990,21366720,21366731,21369144,21374635,21378921,21386632,21386709,21411898,21422072,21424771,21430363,21436437,21451823,21487127,21490593,21490757,21492828,21501928,21513410,21516700,21516716,21529496,21533606,21538605,21540242,21544307,21548052,21551564,21552470,21553616,21556558,21562716,21566199,21566547,21569319,21588165,21591748,21597678,21602717,21617050,21634997,21644314,21645125,21669228,21669485,21688889,21690461,21694718,21702028,21707062,21739024,21770156,21770630,21772873,21776755,21780319,21783964,21790458,21793415,21806976,21830110,21844475,21844822,21847818,21861706,21868753,21905691,21907039,21928190 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173642, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20977611,20999628,21011410,21044063,21046717,21049991,21063596,21064514,21072815,21075100,21078051,21081205,21083689,21108213,21116163,21116208,21119830,21120647,21120885,21121100,21132941,21132966,21133010,21139133,21143929,21157225,21180301,21222793,21223021,21223194,21226231,21242476,21263071,21286063,21299557,21300685,21321707,21336611,21345951,21352998,21366712,21366727,21369146,21374633,21378920,21380554,21386638,21386712,21389612,21411895,21422075,21424778,21430370,21436432,21451826,21487136,21490602,21490762,21492834,21501933,21501992,21513406,21516706,21516714,21529497,21533602,21538604,21540236,21544300,21548057,21551565,21552479,21553615,21556559,21562726,21566194,21566545,21569299,21591746,21597682,21602718,21602793,21617044,21634995,21644315,21645130,21669483,21688893,21690466,21694717,21702022,21707053,21739025,21770155,21770628,21772874,21776765,21780314,21783974,21790455,21793410,21806966,21830105,21844479,21844814,21847820,21861705,21868758,21905688,21907037,21928189 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173529,30173531,30173539,30173547,30173566,30173597,30173617,30173625,30173633?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173530,30173549,30173550,30173551,30173574,30173641,30173642?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/30173532,30173540,30173552,30173559,30173567,30173576,30173584,30173603,30173618,30173634?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173533,30173541,30173553,30173560,30173568,30173577,30173585,30173605,30173619,30173627,30173635?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173534,30173542,30173554,30173561,30173569,30173578,30173586,30173608,30173620,30173628,30173636?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/30173535,30173543,30173555,30173562,30173570,30173579,30173587,30173610,30173621,30173629,30173637?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/30173536,30173544,30173556,30173563,30173571,30173580,30173588,30173613,30173622,30173630,30173638?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30173537,30173545,30173557,30173564,30173572,30173581,30173589,30173615,30173623,30173631,30173639?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/30173538,30173546,30173558,30173565,30173573,30173575,30173582,30173590,30173616,30173624,30173632,30173640?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for refus : https://www.fotonower.com/velours/30173548,30173583,30173600,30173626?tags=carton,metal,papier,pet_clair after get_hostname_from_raspi 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-03-01' and date <= '2025-03-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-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-03-01' and date <= '2025-03-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((40712,),), 'unwanted_material_monthly_percentage': ((0.0745008492868931,),), 'material_repartition': (), 'material_dict': {}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 3, 3), 0.07111590367425467, 26), (datetime.date(2025, 3, 4), 0.07824428989238356, 9), (datetime.date(2025, 3, 5), 0.07394670138765592, 37), (datetime.date(2025, 3, 6), 0.07319103042750216, 45), (datetime.date(2025, 3, 7), 0.07992972172018238, 12), (datetime.date(2025, 3, 10), 0.07586139637749623, 16), (datetime.date(2025, 3, 11), 0.07569561355357025, 29), (datetime.date(2025, 3, 12), 0.07556929633981578, 22), (datetime.date(2025, 3, 13), 0.07307623187395972, 19), (datetime.date(2025, 3, 14), 0.07073579348959985, 9), (datetime.date(2025, 3, 17), 0.06939414577763195, 29), (datetime.date(2025, 3, 18), 0.0723746560686476, 22), (datetime.date(2025, 3, 19), 0.0774704894396158, 32), (datetime.date(2025, 3, 20), 0.08665396716100758, 7), (datetime.date(2025, 3, 21), 0.08117864856545955, 32), (datetime.date(2025, 3, 24), 0.0688792964601917, 18), (datetime.date(2025, 3, 25), 0.06670375966800834, 37), (datetime.date(2025, 3, 26), 0.07327602219461654, 38), (datetime.date(2025, 3, 27), 0.08063662244299302, 14), (datetime.date(2025, 3, 28), 0.07041718198153195, 38), (datetime.date(2025, 3, 31), 0.07033031066507088, 23)), 'impurety_average_data_per_hashtag': {'gm': ((datetime.date(2025, 3, 3), 0.0751949454868263, 26), (datetime.date(2025, 3, 4), 0.07225270937144561, 26), (datetime.date(2025, 3, 5), 0.07689852633176411, 5), (datetime.date(2025, 3, 6), 0.07105023543862185, 10), (datetime.date(2025, 3, 7), 0.09375450614099153, 9), (datetime.date(2025, 3, 10), 0.09997705209985225, 5), (datetime.date(2025, 3, 11), 0.0991857962631241, 10), (datetime.date(2025, 3, 12), 0.07559110640813341, 9), (datetime.date(2025, 3, 13), 0.0755677572761496, 6), (datetime.date(2025, 3, 14), 0.059453603030397394, 9), (datetime.date(2025, 3, 17), 0.0769017214130964, 26), (datetime.date(2025, 3, 18), 0.0758820837837796, 26), (datetime.date(2025, 3, 19), 0.08821492732046847, 10), (datetime.date(2025, 3, 20), 0.07235277839572116, 25), (datetime.date(2025, 3, 21), 0.09558212996568527, 18), (datetime.date(2025, 3, 24), 0.09253034618501162, 26), (datetime.date(2025, 3, 25), 0.0870513167567689, 37), (datetime.date(2025, 3, 26), 0.08752188152753024, 9), (datetime.date(2025, 3, 27), 0.08394426801157218, 9), (datetime.date(2025, 3, 28), 0.0886410597576471, 24), (datetime.date(2025, 3, 31), 0.0841611008694228, 6)), 'pehd_pp': ((datetime.date(2025, 3, 3), 0.04717832112367141, 23), (datetime.date(2025, 3, 4), 0.0447541421876066, 22), (datetime.date(2025, 3, 5), 0.04686773267319165, 27), (datetime.date(2025, 3, 6), 0.04342572797749298, 21), (datetime.date(2025, 3, 7), 0.0476342873551452, 12), (datetime.date(2025, 3, 10), 0.04891246250277841, 22), (datetime.date(2025, 3, 11), 0.0453486969601509, 29), (datetime.date(2025, 3, 12), 0.04493936236671863, 29), (datetime.date(2025, 3, 13), 0.046313219518707587, 23), (datetime.date(2025, 3, 14), 0.04601073183383821, 22), (datetime.date(2025, 3, 17), 0.042536878965497356, 24), (datetime.date(2025, 3, 18), 0.045675057576125805, 22), (datetime.date(2025, 3, 19), 0.04871257780915546, 28), (datetime.date(2025, 3, 20), 0.047785383768087546, 26), (datetime.date(2025, 3, 21), 0.06197189496357168, 27), (datetime.date(2025, 3, 24), 0.045384225692765595, 22), (datetime.date(2025, 3, 25), 0.04780473315352463, 20), (datetime.date(2025, 3, 26), 0.04495148203468607, 24), (datetime.date(2025, 3, 27), 0.04972379606288184, 29), (datetime.date(2025, 3, 28), 0.04637474995593229, 22), (datetime.date(2025, 3, 31), 0.042037975591997054, 23)), 'jrm': ((datetime.date(2025, 3, 3), 0.03055246217485699, 33), (datetime.date(2025, 3, 4), 0.028807596776571062, 47), (datetime.date(2025, 3, 5), 0.05136577741232051, 37), (datetime.date(2025, 3, 6), 0.033968073702400826, 37), (datetime.date(2025, 3, 7), 0.027189680265628246, 48), (datetime.date(2025, 3, 10), 0.03241412927766009, 40), (datetime.date(2025, 3, 11), 0.019695238112954105, 29), (datetime.date(2025, 3, 12), 0.04386910018051749, 36), (datetime.date(2025, 3, 13), 0.027095044741104482, 84), (datetime.date(2025, 3, 14), 0.030957337641696402, 47), (datetime.date(2025, 3, 17), 0.02507517510667355, 36), (datetime.date(2025, 3, 18), 0.03310814808593334, 35), (datetime.date(2025, 3, 19), 0.036760411224758406, 32), (datetime.date(2025, 3, 20), 0.03617094064104952, 7), (datetime.date(2025, 3, 21), 0.03539902291423829, 32), (datetime.date(2025, 3, 24), 0.04458615422893959, 18), (datetime.date(2025, 3, 25), 0.04185968173210986, 54), (datetime.date(2025, 3, 26), 0.033620020539019795, 45), (datetime.date(2025, 3, 27), 0.038405443613147836, 5), (datetime.date(2025, 3, 28), 0.03588844020844799, 38), (datetime.date(2025, 3, 31), 0.03842541576613617, 43)), 'pet_clair': ((datetime.date(2025, 3, 3), 0.009522238664420818, 49), (datetime.date(2025, 3, 4), 0.015756838891574917, 9), (datetime.date(2025, 3, 5), 0.017366478591648696, 23), (datetime.date(2025, 3, 6), 0.013185524027274013, 45), (datetime.date(2025, 3, 7), 0.01742299383751732, 42), (datetime.date(2025, 3, 10), 0.011374634887561177, 16), (datetime.date(2025, 3, 11), 0.02080152928966925, 26), (datetime.date(2025, 3, 12), 0.009056604843694393, 22), (datetime.date(2025, 3, 13), 0.01336021663558235, 48), (datetime.date(2025, 3, 14), 0.01060452887596946, 26), (datetime.date(2025, 3, 17), 0.013324125724529068, 29), (datetime.date(2025, 3, 18), 0.013866566352122061, 26), (datetime.date(2025, 3, 19), 0.019353244024216495, 60), (datetime.date(2025, 3, 20), 0.014090763871697245, 62), (datetime.date(2025, 3, 21), 0.007481560750433613, 28), (datetime.date(2025, 3, 24), 0.006564112852131909, 50), (datetime.date(2025, 3, 25), 0.007496769744143901, 52), (datetime.date(2025, 3, 26), 0.01764632089242526, 27), (datetime.date(2025, 3, 27), 0.020038920928197274, 55), (datetime.date(2025, 3, 28), 0.018667923749070593, 32), (datetime.date(2025, 3, 31), 0.010653975972811888, 49)), 'emr': ((datetime.date(2025, 3, 3), 0.055389741965908165, 9), (datetime.date(2025, 3, 4), 0.059511465516908474, 7), (datetime.date(2025, 3, 5), 0.06670025827081381, 5), (datetime.date(2025, 3, 6), 0.05866371890327129, 5), (datetime.date(2025, 3, 7), 0.0572188238536947, 10), (datetime.date(2025, 3, 10), 0.0517817892497416, 17), (datetime.date(2025, 3, 11), 0.049575859504184853, 18), (datetime.date(2025, 3, 12), 0.05162809582978516, 12), (datetime.date(2025, 3, 13), 0.05804759144244571, 12), (datetime.date(2025, 3, 14), 0.05181330848529472, 19), (datetime.date(2025, 3, 17), 0.05549034469077832, 22), (datetime.date(2025, 3, 18), 0.04720598756350601, 18), (datetime.date(2025, 3, 19), 0.05250892542235734, 14), (datetime.date(2025, 3, 20), 0.05385759943147721, 24), (datetime.date(2025, 3, 21), 0.049649744812619925, 17), (datetime.date(2025, 3, 24), 0.04794013684448609, 19), (datetime.date(2025, 3, 25), 0.045366824651588915, 8), (datetime.date(2025, 3, 26), 0.05234897783806249, 5), (datetime.date(2025, 3, 27), 0.054767752425843245, 20), (datetime.date(2025, 3, 28), 0.051257264389532264, 15), (datetime.date(2025, 3, 31), 0.05941275491450399, 6)), 'film_pedb': ((datetime.date(2025, 3, 3), 0.24512820013617695, 47), (datetime.date(2025, 3, 4), 0.22120281027095381, 45), (datetime.date(2025, 3, 5), 0.20347159800986284, 48), (datetime.date(2025, 3, 6), 0.21468884957734938, 45), (datetime.date(2025, 3, 7), 0.22353979837791452, 25), (datetime.date(2025, 3, 10), 0.23228190288735667, 47), (datetime.date(2025, 3, 11), 0.22465945227645906, 42), (datetime.date(2025, 3, 12), 0.23877293266106117, 28), (datetime.date(2025, 3, 13), 0.2267394703164746, 43), (datetime.date(2025, 3, 14), 0.2283308422444701, 37), (datetime.date(2025, 3, 17), 0.23125997124875583, 37), (datetime.date(2025, 3, 18), 0.20963290159605644, 46), (datetime.date(2025, 3, 19), 0.25860201314229764, 25), (datetime.date(2025, 3, 20), 0.2389577524360936, 43), (datetime.date(2025, 3, 21), 0.22864258928499484, 28), (datetime.date(2025, 3, 24), 0.2150612624709825, 39), (datetime.date(2025, 3, 25), 0.20731508220286896, 25), (datetime.date(2025, 3, 26), 0.22546867701364148, 38), (datetime.date(2025, 3, 27), 0.2537960746544667, 40), (datetime.date(2025, 3, 28), 0.25875311543727014, 32), (datetime.date(2025, 3, 31), 0.2357110619150405, 39)), 'flux_dev': ((datetime.date(2025, 3, 3), 0.07783678208663847, 23), (datetime.date(2025, 3, 4), 0.08337405400888828, 19), (datetime.date(2025, 3, 5), 0.08148065024662157, 10), (datetime.date(2025, 3, 6), 0.07351187979823642, 21), (datetime.date(2025, 3, 7), 0.07892777764555532, 10), (datetime.date(2025, 3, 10), 0.07262382576674013, 16), (datetime.date(2025, 3, 11), 0.08105226824078353, 18), (datetime.date(2025, 3, 12), 0.07141390002713388, 21), (datetime.date(2025, 3, 13), 0.07695146988856258, 19), (datetime.date(2025, 3, 14), 0.07342498660010045, 20), (datetime.date(2025, 3, 17), 0.07826789405743412, 22), (datetime.date(2025, 3, 18), 0.08302126151744987, 19), (datetime.date(2025, 3, 19), 0.07366111484653673, 22), (datetime.date(2025, 3, 20), 0.17242866676424942, 27), (datetime.date(2025, 3, 21), 0.09264513970611213, 37), (datetime.date(2025, 3, 24), 0.0643230945319844, 41), (datetime.date(2025, 3, 25), 0.0755049932931581, 42), (datetime.date(2025, 3, 26), 0.07499464640066587, 27), (datetime.date(2025, 3, 27), 0.08235986207619354, 29), (datetime.date(2025, 3, 28), 0.06795376566166425, 35), (datetime.date(2025, 3, 31), 0.0666854936518549, 22)), 'aluminium': ((datetime.date(2025, 3, 3), 0.04921374557173921, 6), (datetime.date(2025, 3, 4), 0.054889067585292745, 14), (datetime.date(2025, 3, 5), 0.048304248620908555, 14), (datetime.date(2025, 3, 6), 0.06885087831630111, 13), (datetime.date(2025, 3, 7), 0.05614565194101574, 10), (datetime.date(2025, 3, 10), 0.056758648935679605, 10), (datetime.date(2025, 3, 11), 0.0541858741820275, 7), (datetime.date(2025, 3, 12), 0.06831043177444761, 15), (datetime.date(2025, 3, 13), 0.054851876793685174, 14), (datetime.date(2025, 3, 14), 0.06817095812173056, 16), (datetime.date(2025, 3, 17), 0.06021727351784239, 14), (datetime.date(2025, 3, 18), 0.06362950342932085, 17), (datetime.date(2025, 3, 19), 0.06134807789314193, 14), (datetime.date(2025, 3, 20), 0.059718944958003346, 13), (datetime.date(2025, 3, 21), 0.045786193362648483, 14), (datetime.date(2025, 3, 24), 0.060153895068101565, 7), (datetime.date(2025, 3, 25), 0.050761365219396705, 14), (datetime.date(2025, 3, 26), 0.05799134036106817, 15), (datetime.date(2025, 3, 27), 0.05711130918689103, 14), (datetime.date(2025, 3, 28), 0.05173266709674869, 11), (datetime.date(2025, 3, 31), 0.052699927102682176, 16)), 'ela': ((datetime.date(2025, 3, 3), 0.03168220525155297, 34), (datetime.date(2025, 3, 4), 0.03697975234350636, 20), (datetime.date(2025, 3, 5), 0.01864099094962186, 33), (datetime.date(2025, 3, 6), 0.02532440818002349, 31), (datetime.date(2025, 3, 7), 0.023706264161911187, 28), (datetime.date(2025, 3, 10), 0.026375265386256622, 20), (datetime.date(2025, 3, 11), 0.022764042305720638, 37), (datetime.date(2025, 3, 12), 0.03824219524995184, 28), (datetime.date(2025, 3, 13), 0.027212692672183295, 35), (datetime.date(2025, 3, 14), 0.02755731339197566, 33), (datetime.date(2025, 3, 17), 0.025245067030298884, 31), (datetime.date(2025, 3, 18), 0.02161337606386951, 34), (datetime.date(2025, 3, 19), 0.029732408983128983, 35), (datetime.date(2025, 3, 20), 0.031284645839284704, 24), (datetime.date(2025, 3, 21), 0.037872217145574066, 33), (datetime.date(2025, 3, 24), 0.02603043853568656, 29), (datetime.date(2025, 3, 25), 0.026771162610567025, 37), (datetime.date(2025, 3, 26), 0.02335262941237738, 37), (datetime.date(2025, 3, 27), 0.0217689392216688, 34), (datetime.date(2025, 3, 28), 0.02470485354225727, 33), (datetime.date(2025, 3, 31), 0.02810821772036506, 27)), 'refus': ((datetime.date(2025, 3, 21), 0.11396412037037035, 10),)}, 'quality_array': [['-5.138543868725531', '03032025'], ['-5.176553876866414', '04032025'], ['-5.128196799666672', '05032025'], ['-5.169931596461893', '06032025'], ['-5.150360708327244', '07032025'], ['-5.182028536999593', '10032025'], ['-5.107260452275512', '11032025'], ['-5.100578616187007', '12032025'], ['-5.160485443913586', '13032025'], ['-5.129889438130757', '14032025'], ['-5.114127191009799', '17032025'], ['-5.101327120030929', '18032025'], ['-5.165393083112884', '19032025'], ['-5.191271717886368', '20032025'], ['-4.948353827374253', '21032025'], ['-5.145449549061476', '24032025'], ['-5.18985004366281', '25032025'], ['-5.134059741722197', '26032025'], ['-5.160942511372932', '27032025'], ['-5.211287265300681', '28032025'], ['-5.151765306947901', '31032025']], 'number_of_batch': ((2083,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004253988862375556, 'nb_photo': 711, 'list_port_cont': '20967693,20985379,21000369,21021773,21038464,21039216,21043261,21046261,21051414,21066001,21066801,21071269,21074779,21076193,21076843,21082840,21084586,21116514,21116671,21117279,21121649,21122178,21122201,21123145,21123472,21131399,21133774,21133813,21134173,21136137,21137566,21140343,21140863,21140945,21150083,21152351,21152785,21153624,21156961,21160309,21161692,21161715,21161820,21173696,21180857,21181188,21181304,21181439,21181815,21181889,21197341,21220570,21224618,21224844,21225245,21225695,21227226,21227850,21230872,21231079,21234025,21234252,21239710,21267069,21268822,21272180,21277621,21285991,21290339,21290427,21292714,21295315,21297478,21300466,21301464,21309402,21309719,21320396,21338157,21338417,21340637,21343965,21345184,21350956,21351339,21358112,21363091,21364078,21369427,21375402,21382739,21386575,21387585,21390515,21391095,21395886,21403536,21404084,21405529,21415993,21417165,21423814,21427745,21433080,21433998,21438639,21442991,21459156,21485315,21487405,21488089,21492510,21495268,2149713', 'assoc_port': '20966500:20967693,20984094:20985379,20999702:21000369,21020699:21021773,21037134:21039216,21037137:21038464,21041998:21043261,21043840:21046261,21049822:21051414,21064403:21066001,21065191:21066801,21069854:21071269,21072684:21074779,21075331:21076843,21075334:21076193,21080852:21082840,21084269:21084586,21104034:21133774,21108064:21197341,21116149:21116671,21116150:21116514,21117032:21117279,21119656:21136137,21120541:21173696,21120582:21122178,21120586:21121649,21120954:21134173,21120964:21133813,21120971:21131399,21120985:21123472,21120996:21123145,21121012:21122201,21136349:21137566,21139009:21140343,21140310:21140863,21140595:21140945,21141751:21161692,21141760:21152351,21147911:21150083,21151379:21152785,21152615:21153624,21155491:21156961,21159637:21160309,21161083:21161715,21161104:21161820,21179959:21181889,21179963:21181815,21179974:21181439,21179976:21181304,21180021:21181188,21180044:21180857,21220275:21220570,21222614:21225245,21222626:21224844,21222667:21224618,21224540:21225695,21225889:2122785', 'assoc_mat': '20966500:autre:3327:20967693,20984094:autre:3327:20985379,20999702:autre:3327:21000369,21020699:autre:3327:21021773,21037134:autre:3327:21039216,21037137:autre:3327:21038464,21041998:autre:3327:21043261,21043840:autre:3327:21046261,21049822:autre:3327:21051414,21064403:autre:3327:21066001,21065191:autre:3327:21066801,21069854:autre:3327:21071269,21072684:autre:3327:21074779,21075331:autre:3327:21076843,21075334:autre:3327:21076193,21080852:autre:3327:21082840,21084269:autre:3327:21084586,21104034:autre:3327:21133774,21108064:autre:3327:21197341,21116149:autre:3327:21116671,21116150:autre:3327:21116514,21117032:autre:3327:21117279,21119656:autre:3327:21136137,21120541:autre:3327:21173696,21120582:autre:3327:21122178,21120586:autre:3327:21121649,21120954:autre:3327:21134173,21120964:autre:3327:21133813,21120971:autre:3327:21131399,21120985:autre:3327:21123472,21120996:autre:3327:21123145,21121012:autre:3327:21122201,21136349:autre:3327:21137566,21139009:autre:3327:21140343,21140310:autre:3327:21140863,21140595:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010624508563014187, 'nb_photo': 757, 'list_port_cont': '20977614,20999619,21011404,21044060,21046721,21049998,21063592,21064507,21072819,21075111,21078054,21081206,21083690,21108221,21116168,21116218,21119832,21120645,21120889,21121104,21132937,21132971,21133019,21139136,21143931,21157231,21180299,21222804,21223012,21223195,21226235,21242477,21263079,21286062,21299556,21300682,21321704,21336614,21345945,21352997,21366719,21366725,21369147,21374631,21378914,21380555,21386715,21389610,21411893,21422070,21424774,21430367,21436431,21451816,21487138,21490599,21490758,21492824,21501924,21501991,21513399,21516703,21516712,21529491,21533599,21538607,21540235,21544303,21548053,21551571,21552478,21553617,21556560,21562720,21566196,21566550,21569298,21588163,21591755,21597672,21617045,21635000,21645129,21669486,21688892,21690464,21694707,21702032,21707055,21739028,21770154,21770629,21772871,21776764,21780324,21783970,21790457,21793416,21806975,21830103,21844480,21844819,21847826,21861708,21868759,21905682,21907044,21928181', 'assoc_port': '20974622:20977614,20999576:20999619,21011128:21011404,21043841:21044060,21046490:21046721,21049820:21049998,21063281:21063592,21064405:21064507,21072706:21072819,21074835:21075111,21077851:21078054,21080851:21081206,21083363:21083690,21108098:21108221,21116151:21116218,21116153:21116168,21119653:21119832,21120518:21120889,21120537:21120645,21120946:21133019,21120976:21132971,21120978:21132937,21121009:21121104,21138999:21139136,21143650:21143931,21157120:21157231,21180026:21180299,21222620:21222804,21222625:21223195,21222666:21223012,21225891:21226235,21242244:21242477,21262953:21263079,21285764:21286062,21299166:21299556,21300165:21300682,21321582:21321704,21336294:21336614,21345494:21345945,21352319:21352997,21366612:21366725,21366615:21366719,21368955:21369147,21374325:21374631,21378574:21378914,21380161:21380555,21386395:21386715,21389269:21389610,21411664:21411893,21421770:21422070,21424521:21424774,21428063:21430367,21431418:21436431,21451320:21451816,21487044:21487138,21490475:21490758,21490484:2149059', 'assoc_mat': '20974622:autre_refus:3726:20977614,20999576:autre_refus:3726:20999619,21011128:autre_refus:3726:21011404,21043841:autre_refus:3726:21044060,21046490:autre_refus:3726:21046721,21049820:autre_refus:3726:21049998,21063281:autre_refus:3726:21063592,21064405:autre_refus:3726:21064507,21072706:autre_refus:3726:21072819,21074835:autre_refus:3726:21075111,21077851:autre_refus:3726:21078054,21080851:autre_refus:3726:21081206,21083363:autre_refus:3726:21083690,21108098:autre_refus:3726:21108221,21116151:autre_refus:3726:21116218,21116153:autre_refus:3726:21116168,21119653:autre_refus:3726:21119832,21120518:autre_refus:3726:21120889,21120537:autre_refus:3726:21120645,21120946:autre_refus:3726:21133019,21120976:autre_refus:3726:21132971,21120978:autre_refus:3726:21132937,21121009:autre_refus:3726:21121104,21138999:autre_refus:3726:21139136,21143650:autre_refus:3726:21143931,21157120:autre_refus:3726:21157231,21180026:autre_refus:3726:21180299,21222620:autre_refus:3726:21222804,21222625:autre_refus:3726:21223195,21222666:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0022928753651774198, 'nb_photo': 19, 'list_port_cont': '20967700,20985381,21066002,21117272,21137562,21267071,21406232,21536864,21550812,21555945,21557168,21559968,21769300,21844167,21852906,21941741,21947362,21953962', 'assoc_port': '20966500:20967700,20984094:20985381,21064403:21066002,21117032:21117272,21136349:21137562,21265553:21267071,21380261:21406232,21536138:21536864,21550606:21550812,21555437:21557168,21555444:21555945,21559585:21559968,21732322:21769300,21843936:21844167,21850606:21852906,21913094:21941741,21920670:21953962,21920673:21947362', 'assoc_mat': '20966500:barquette_avec_film:3327:20967700,20984094:barquette_avec_film:3327:20985381,21064403:barquette_avec_film:3327:21066002,21117032:barquette_avec_film:3327:21117272,21136349:barquette_avec_film:3327:21137562,21265553:barquette_avec_film:3327:21267071,21380261:barquette_avec_film:3327:21406232,21536138:barquette_avec_film:3327:21536864,21550606:barquette_avec_film:3327:21550812,21555437:barquette_avec_film:3327:21557168,21555444:barquette_avec_film:3327:21555945,21559585:barquette_avec_film:3327:21559968,21732322:barquette_avec_film:3327:21769300,21843936:barquette_avec_film:3327:21844167,21850606:barquette_avec_film:3327:21852906,21913094:barquette_avec_film:3327:21941741,21920670:barquette_avec_film:3327:21953962,21920673:barquette_avec_film:3327:21947362'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00039475857114500514, 'nb_photo': 20, 'list_port_cont': '20985465,21071221,21173203,21218918,21289463,21326935,21370527,21385311,21458298,21498495,21521592,21555646,21592103,21644575,21658652,21764117,21917674', 'assoc_port': '20974621:20985465,21020702:21071221,21120995:21173203,21135544:21326935,21140596:21289463,21151378:21218918,21370457:21370527,21384556:21385311,21451315:21458298,21498396:21498495,21521274:21521592,21555438:21555646,21587690:21592103,21640850:21644575,21657252:21658652,21730666:21764117,21906792:21917674', 'assoc_mat': '20974621:barquette_opaque:4205:20985465,21020702:barquette_opaque:4205:21071221,21120995:barquette_opaque:4205:21173203,21135544:barquette_opaque:4205:21326935,21140596:barquette_opaque:4205:21289463,21151378:barquette_opaque:4205:21218918,21370457:barquette_opaque:4205:21370527,21384556:barquette_opaque:4205:21385311,21451315:barquette_opaque:4205:21458298,21498396:barquette_opaque:4205:21498495,21521274:barquette_opaque:4205:21521592,21555438:barquette_opaque:4205:21555646,21587690:barquette_opaque:4205:21592103,21640850:barquette_opaque:4205:21644575,21657252:barquette_opaque:4205:21658652,21730666:barquette_opaque:4205:21764117,21906792:barquette_opaque:4205:21917674'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0013762180565840114, 'nb_photo': 350, 'list_port_cont': '21009033,21045723,21102636,21144484,21159613,21168730,21170322,21170842,21172463,21181128,21221273,21222102,21289589,21290386,21292019,21313585,21324803,21328626,21330400,21356395,21370278,21396242,21406055,21410365,21446121,21455885,21483695,21489864,21499590,21509388,21515726,21531604,21532585,21541049,21550797,21555809,21559765,21567648,21583073,21601469,21643096,21665889,21666460,21682602,21689765,21707619,21736511,21758201,21779831,21821320,21825475,21869542,21871529,21873400,21907236,21925046,21930395', 'assoc_port': '20993232:21009033,21043844:21045723,21064407:21102636,21084267:21313585,21108071:21289589,21117583:21159613,21120585:21168730,21120953:21170322,21120982:21172463,21140594:21290386,21143651:21144484,21155462:21170842,21180001:21181128,21221105:21221273,21221394:21222102,21232888:21324803,21267127:21330400,21290582:21292019,21306684:21328626,21339766:21356395,21352346:21370278,21378587:21410365,21381695:21406055,21394505:21396242,21431417:21446121,21441440:21455885,21483159:21483695,21489393:21489864,21499136:21499590,21509153:21509388,21515548:21515726,21529360:21531604,21532437:21532585,21538911:21541049,21550607:21550797,21555447:21555809,21559582:21559765,21567548:21567648,21580239:21583073,21592857:21601469,21639124:21643096,21651463:21665889,21651464:21666460,21682058:21682602,21689266:21689765,21706322:21707619,21724314:21736511,21728542:21758201,21779322:21779831,21793240:21821320,21814369:21825475,21843933:21873400,21849326:21871529,21861259:21869542,21903539:21907236,21913103:21925046,21924615:2193039', 'assoc_mat': '20993232:barquette_opaque:4203:21009033,21043844:barquette_opaque:4203:21045723,21064407:barquette_opaque:4203:21102636,21084267:barquette_opaque:4203:21313585,21108071:barquette_opaque:4203:21289589,21117583:barquette_opaque:4203:21159613,21120585:barquette_opaque:4203:21168730,21120953:barquette_opaque:4203:21170322,21120982:barquette_opaque:4203:21172463,21140594:barquette_opaque:4203:21290386,21143651:barquette_opaque:4203:21144484,21155462:barquette_opaque:4203:21170842,21180001:barquette_opaque:4203:21181128,21221105:barquette_opaque:4203:21221273,21221394:barquette_opaque:4203:21222102,21232888:barquette_opaque:4203:21324803,21267127:barquette_opaque:4203:21330400,21290582:barquette_opaque:4203:21292019,21306684:barquette_opaque:4203:21328626,21339766:barquette_opaque:4203:21356395,21352346:barquette_opaque:4203:21370278,21378587:barquette_opaque:4203:21410365,21381695:barquette_opaque:4203:21406055,21394505:barquette_opaque:4203:21396242,21431417:barquette_opaque:4203:21446121,21441440:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014538171128547113, 'nb_photo': 68, 'list_port_cont': '21011740,21070328,21115747,21140327,21168273,21206510,21209777,21210205,21221127,21226466,21226796,21266803,21277649,21343403,21345050,21363647,21366709,21369287,21378310,21402838,21405964,21410803,21416593,21483687,21494559,21501210,21502045,21516072,21521667,21529472,21530168,21533614,21536229,21551533,21555626,21566797,21567576,21572084,21581346,21582182,21582787,21642951,21692159,21736202,21769493,21789581,21824085,21900737,21908899,21909686', 'assoc_port': '21011126:21011740,21069853:21070328,21108061:21210205,21112972:21115747,21120538:21209777,21120544:21168273,21135542:21206510,21139512:21140327,21221106:21221127,21222619:21226796,21225888:21226466,21265552:21266803,21275769:21277649,21332135:21345050,21342839:21343403,21361669:21369287,21363249:21363647,21366614:21366709,21378066:21378310,21378588:21410803,21380167:21402838,21381690:21405964,21416274:21416593,21483158:21483687,21494513:21494559,21501000:21501210,21501745:21502045,21515948:21516072,21521294:21521667,21529362:21529472,21530099:21530168,21533463:21533614,21536136:21536229,21551422:21551533,21555440:21555626,21566768:21566797,21567549:21567576,21572066:21572084,21580238:21582787,21580242:21581346,21582168:21582182,21640842:21642951,21691867:21692159,21724316:21736202,21732318:21769493,21788225:21789581,21804268:21824085,21899637:21900737,21904652:21909686,21908057:21908899', 'assoc_mat': '21011126:barquette_opaque:4207:21011740,21069853:barquette_opaque:4207:21070328,21108061:barquette_opaque:4207:21210205,21112972:barquette_opaque:4207:21115747,21120538:barquette_opaque:4207:21209777,21120544:barquette_opaque:4207:21168273,21135542:barquette_opaque:4207:21206510,21139512:barquette_opaque:4207:21140327,21221106:barquette_opaque:4207:21221127,21222619:barquette_opaque:4207:21226796,21225888:barquette_opaque:4207:21226466,21265552:barquette_opaque:4207:21266803,21275769:barquette_opaque:4207:21277649,21332135:barquette_opaque:4207:21345050,21342839:barquette_opaque:4207:21343403,21361669:barquette_opaque:4207:21369287,21363249:barquette_opaque:4207:21363647,21366614:barquette_opaque:4207:21366709,21378066:barquette_opaque:4207:21378310,21378588:barquette_opaque:4207:21410803,21380167:barquette_opaque:4207:21402838,21381690:barquette_opaque:4207:21405964,21416274:barquette_opaque:4207:21416593,21483158:barquette_opaque:4207:21483687,21494513:barquette_opaque:4207:21494559,21501000:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01561744066105288, 'nb_photo': 30, 'list_port_cont': '20999910,21083721,21144747,21159945,21169542,21174505,21180616,21180650,21181195,21241314,21277958,21296282,21300821,21363773,21484955,21508683,21549687,21558588,21559702,21580654,21580931,21588463,21676356,21699690,21729389,21732478,21919075', 'assoc_port': '20999578:20999910,21033315:21083721,21074837:21296282,21117586:21159945,21120967:21300821,21121002:21174505,21143652:21144747,21157118:21169542,21179977:21181195,21180017:21180650,21180025:21180616,21222623:21277958,21240949:21241314,21363246:21363773,21484284:21484955,21508543:21508683,21542129:21549687,21558477:21558588,21559581:21559702,21580211:21580931,21580241:21580654,21587692:21588463,21674537:21676356,21699062:21699690,21728541:21729389,21730626:21732478,21917408:21919075', 'assoc_mat': '20999578:barquette_opaque:4461:20999910,21033315:barquette_opaque:4461:21083721,21074837:barquette_opaque:4461:21296282,21117586:barquette_opaque:4461:21159945,21120967:barquette_opaque:4461:21300821,21121002:barquette_opaque:4461:21174505,21143652:barquette_opaque:4461:21144747,21157118:barquette_opaque:4461:21169542,21179977:barquette_opaque:4461:21181195,21180017:barquette_opaque:4461:21180650,21180025:barquette_opaque:4461:21180616,21222623:barquette_opaque:4461:21277958,21240949:barquette_opaque:4461:21241314,21363246:barquette_opaque:4461:21363773,21484284:barquette_opaque:4461:21484955,21508543:barquette_opaque:4461:21508683,21542129:barquette_opaque:4461:21549687,21558477:barquette_opaque:4461:21558588,21559581:barquette_opaque:4461:21559702,21580211:barquette_opaque:4461:21580931,21580241:barquette_opaque:4461:21580654,21587692:barquette_opaque:4461:21588463,21674537:barquette_opaque:4461:21676356,21699062:barquette_opaque:4461:21699690,21728541:barquette_opaque:4461:21729389,21730626:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00943082352614104, 'nb_photo': 475, 'list_port_cont': '20967647,21041288,21041840,21042560,21050764,21070559,21073273,21073533,21074918,21075594,21080581,21082196,21083794,21109485,21114628,21115911,21116228,21117955,21119242,21121192,21121482,21135842,21139782,21141971,21142149,21153870,21156392,21161393,21163951,21167446,21170495,21170876,21172005,21172347,21173935,21180463,21180502,21181065,21181140,21182015,21214332,21214633,21223683,21224817,21227420,21230608,21233456,21237484,21242882,21265950,21270949,21274342,21276789,21283409,21287795,21289129,21293315,21299790,21300610,21307541,21307678,21336846,21346461,21346585,21350034,21352950,21353488,21357650,21359123,21366946,21369158,21374705,21374996,21378216,21379493,21380522,21380925,21381873,21381901,21383112,21383683,21389893,21392086,21395974,21415538,21416435,21418675,21427483,21428971,21433953,21434587,21442118,21443187,21445548,21447483,21451734,21483433,21484694,21486403,21487843,21490831,21492198,21494158,21494726,21501261,21501383,21508651,21513498,21514163,21515702,21516740,21521628,21521748,2152327', 'assoc_port': '20966504:20967647,21039692:21041840,21039694:21041288,21041995:21042560,21049816:21050764,21069850:21070559,21071196:21073533,21072704:21073273,21074840:21074918,21075332:21075594,21077848:21080581,21080850:21082196,21083366:21083794,21104037:21114628,21108067:21109485,21115491:21116228,21115511:21115911,21117580:21119242,21117584:21117955,21120519:21167446,21120542:21121482,21120584:21121192,21120957:21170495,21120965:21170876,21120977:21172005,21120979:21214633,21120984:21172347,21121001:21173935,21121008:21214332,21135646:21135842,21136352:21163951,21139513:21139782,21141753:21142149,21141759:21141971,21152617:21153870,21155490:21156392,21161106:21161393,21179964:21182015,21179969:21181140,21179971:21181065,21180019:21180502,21180022:21180463,21222664:21224817,21222668:21223683,21225894:21227420,21230483:21230608,21232873:21233456,21236228:21237484,21242259:21242882,21262954:21274342,21265555:21265950,21270482:21270949,21275776:21276789,21282368:21283409,21287083:21289129,21287087:21287795,21292229:2129331', 'assoc_mat': '20966504:barquette_opaque:4200:20967647,21039692:barquette_opaque:4200:21041840,21039694:barquette_opaque:4200:21041288,21041995:barquette_opaque:4200:21042560,21049816:barquette_opaque:4200:21050764,21069850:barquette_opaque:4200:21070559,21071196:barquette_opaque:4200:21073533,21072704:barquette_opaque:4200:21073273,21074840:barquette_opaque:4200:21074918,21075332:barquette_opaque:4200:21075594,21077848:barquette_opaque:4200:21080581,21080850:barquette_opaque:4200:21082196,21083366:barquette_opaque:4200:21083794,21104037:barquette_opaque:4200:21114628,21108067:barquette_opaque:4200:21109485,21115491:barquette_opaque:4200:21116228,21115511:barquette_opaque:4200:21115911,21117580:barquette_opaque:4200:21119242,21117584:barquette_opaque:4200:21117955,21120519:barquette_opaque:4200:21167446,21120542:barquette_opaque:4200:21121482,21120584:barquette_opaque:4200:21121192,21120957:barquette_opaque:4200:21170495,21120965:barquette_opaque:4200:21170876,21120977:barquette_opaque:4200:21172005,21120979:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004162394250180878, 'nb_photo': 206, 'list_port_cont': '20976943,21036083,21074953,21084559,21084956,21085755,21094101,21108018,21110403,21115565,21120348,21126633,21136279,21149026,21152443,21153313,21158508,21160150,21167719,21168646,21169141,21169422,21170925,21172653,21173040,21173840,21180372,21180431,21182363,21182768,21219551,21225024,21229865,21230841,21230972,21231345,21233454,21236761,21241370,21242851,21262697,21268028,21283814,21287044,21293911,21301254,21320371,21321712,21343142,21345072,21357489,21359442,21362396,21370634,21378766,21379728,21380908,21382807,21387026,21395342,21412560,21418414,21425010,21434907,21438057,21452071,21454716,21496965,21498512,21499359,21501265,21502906,21509091,21510449,21514296,21514960,21531958,21532669,21533548,21536790,21539584,21548122,21551853,21552615,21555781,21558639,21558833,21566615,21567661,21593566,21634028,21636628,21644993,21657988,21659248,21665295,21670109,21675009,21675103,21684438,21689136,21689172,21691009,21696771,21699805,21705570,21707422,21731566,21731774,21731877,21738981,21750012,21761775,2177994', 'assoc_port': '20966501:20976943,21035615:21036083,21039691:21084956,21041996:21085755,21049815:21094101,21069852:21108018,21071195:21110403,21074836:21115565,21074839:21074953,21077845:21120348,21084266:21126633,21084271:21084559,21112973:21152443,21117031:21158508,21120522:21167719,21120562:21168646,21120928:21169422,21120949:21287044,21120988:21172653,21120991:21173040,21120998:21173840,21135647:21262697,21136028:21136279,21139516:21231345,21141756:21230972,21147912:21219551,21147914:21149026,21152616:21170925,21152618:21153313,21157117:21169141,21159639:21160150,21179960:21182768,21179967:21182363,21180000:21180372,21180030:21180431,21224539:21229865,21224544:21225024,21230468:21230841,21232887:21233454,21236208:21236761,21240947:21241370,21242258:21242851,21267125:21268028,21282366:21283814,21292227:21293911,21300166:21301254,21319726:21320371,21321580:21321712,21342199:21345072,21342838:21343142,21349030:21357489,21358395:21359442,21361671:21362396,21370458:21370634,21378068:21378766,21378593:21379728,21380172:2138090', 'assoc_mat': '20966501:barquette_opaque:4209:20976943,21035615:barquette_opaque:4209:21036083,21039691:barquette_opaque:4209:21084956,21041996:barquette_opaque:4209:21085755,21049815:barquette_opaque:4209:21094101,21069852:barquette_opaque:4209:21108018,21071195:barquette_opaque:4209:21110403,21074836:barquette_opaque:4209:21115565,21074839:barquette_opaque:4209:21074953,21077845:barquette_opaque:4209:21120348,21084266:barquette_opaque:4209:21126633,21084271:barquette_opaque:4209:21084559,21112973:barquette_opaque:4209:21152443,21117031:barquette_opaque:4209:21158508,21120522:barquette_opaque:4209:21167719,21120562:barquette_opaque:4209:21168646,21120928:barquette_opaque:4209:21169422,21120949:barquette_opaque:4209:21287044,21120988:barquette_opaque:4209:21172653,21120991:barquette_opaque:4209:21173040,21120998:barquette_opaque:4209:21173840,21135647:barquette_opaque:4209:21262697,21136028:barquette_opaque:4209:21136279,21139516:barquette_opaque:4209:21231345,21141756:barquette_opaque:4209:21230972,21147912:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02020802448858791, 'nb_photo': 11419, 'list_port_cont': '20966887,20967298,20985155,20993445,20999938,21012854,21014073,21021434,21036132,21038095,21038873,21043607,21051107,21053646,21066045,21072541,21073191,21073462,21076080,21078114,21079055,21084142,21110652,21110881,21116010,21116412,21116852,21117713,21118017,21120444,21120765,21121284,21136321,21140174,21140912,21140924,21141306,21144190,21149056,21149420,21151868,21153419,21156899,21158464,21159291,21160011,21160756,21161098,21167466,21167964,21168301,21169749,21170156,21170562,21172113,21172867,21174293,21174934,21180797,21180810,21181100,21181282,21181506,21181881,21204844,21206161,21211052,21211231,21213692,21220476,21222214,21223463,21224687,21225144,21225533,21227511,21227982,21230847,21231181,21236170,21238006,21243261,21266479,21271845,21273478,21278616,21279596,21287070,21292254,21294336,21297529,21301059,21301440,21308450,21309482,21318170,21339670,21342638,21342667,21342754,21343811,21346664,21350650,21353930,21358133,21360236,21362801,21363914,21370590,21378427,21382313,21382578,21382720,2138283', 'assoc_port': '20966499:20967298,20966505:20966887,20984095:20985155,20993231:20993445,20999699:20999938,21005927:21014073,21011129:21012854,21020701:21021434,21035614:21036132,21037136:21038873,21037138:21038095,21041999:21043607,21049819:21053646,21049821:21051107,21065192:21066045,21069851:21073191,21071197:21072541,21072703:21073462,21075333:21076080,21075335:21078114,21077849:21079055,21083362:21084142,21108060:21116852,21108073:21116412,21109984:21110881,21110006:21110652,21112974:21116010,21117030:21117713,21117581:21159291,21117585:21120444,21117587:21118017,21119655:21120765,21120520:21213692,21120521:21167466,21120524:21167964,21120540:21168301,21120580:21121284,21120929:21169749,21120950:21170156,21120959:21170562,21120963:21211231,21120970:21211052,21120975:21172113,21120989:21172867,21120999:21174293,21121006:21174934,21135543:21206161,21136029:21136321,21137075:21204844,21139004:21140174,21139514:21140924,21140311:21140912,21140591:21141306,21141750:21161098,21141754:21160756,21141758:21144190,21147910:2114942', 'assoc_mat': '20966499:barquette_opaque:4211:20967298,20966505:barquette_opaque:4211:20966887,20984095:barquette_opaque:4211:20985155,20993231:barquette_opaque:4211:20993445,20999699:barquette_opaque:4211:20999938,21005927:barquette_opaque:4211:21014073,21011129:barquette_opaque:4211:21012854,21020701:barquette_opaque:4211:21021434,21035614:barquette_opaque:4211:21036132,21037136:barquette_opaque:4211:21038873,21037138:barquette_opaque:4211:21038095,21041999:barquette_opaque:4211:21043607,21049819:barquette_opaque:4211:21053646,21049821:barquette_opaque:4211:21051107,21065192:barquette_opaque:4211:21066045,21069851:barquette_opaque:4211:21073191,21071197:barquette_opaque:4211:21072541,21072703:barquette_opaque:4211:21073462,21075333:barquette_opaque:4211:21076080,21075335:barquette_opaque:4211:21078114,21077849:barquette_opaque:4211:21079055,21083362:barquette_opaque:4211:21084142,21108060:barquette_opaque:4211:21116852,21108073:barquette_opaque:4211:21116412,21109984:barquette_opaque:4211:21110881,21110006:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005451226916989701, 'nb_photo': 199, 'list_port_cont': '20985378,21000359,21021769,21039207,21043260,21046256,21051423,21074783,21076846,21082833,21116669,21117282,21121647,21122169,21123469,21131390,21133773,21133810,21137561,21150087,21152339,21152787,21160315,21161704,21180852,21181183,21181896,21224622,21224832,21225248,21225696,21227234,21227854,21239714,21241739,21272184,21278034,21290428,21295313,21297486,21300469,21309388,21338155,21340642,21350969,21358108,21364075,21364805,21369431,21377181,21390524,21395889,21403537,21404097,21405536,21412899,21427742,21433084,21433997,21442980,21459155,21485312,21492516,21497128,21502973,21503044,21508718,21509894,21516882,21521981,21523027,21530016,21531444,21533802,21538703,21540458,21540911,21548141,21550800,21552673,21555933,21557024,21557294,21558871,21558984,21559971,21567772,21568241,21594865,21634375,21648811,21653641,21654578,21657705,21667389,21687858,21689289,21691193,21692470,21697384,21700287,21725217,21725229,21735245,21743496,21757708,21758793,21769292,21778109,21789737,21791111,21796202,21805017,2181621', 'assoc_port': '20984094:20985378,20999702:21000359,21020699:21021769,21037134:21039207,21041998:21043260,21043840:21046256,21049822:21051423,21072684:21074783,21075331:21076846,21080852:21082833,21104034:21133773,21116149:21116669,21117032:21117282,21120582:21122169,21120586:21121647,21120964:21133810,21120971:21131390,21120985:21123469,21136349:21137561,21141760:21152339,21147911:21150087,21151379:21152787,21159637:21160315,21161083:21161704,21179959:21181896,21180021:21181183,21180044:21180852,21222614:21225248,21222626:21224832,21222667:21224622,21224540:21225696,21225889:21227854,21225893:21227234,21238238:21239714,21240948:21241739,21270483:21272184,21275779:21278034,21287086:21290428,21292228:21295313,21295950:21297486,21299162:21300469,21306687:21309388,21336230:21338155,21339768:21340642,21349048:21350969,21356916:21358108,21363248:21364805,21363251:21364075,21368953:21369431,21375992:21377181,21380146:21403537,21380166:21404097,21380207:21405536,21389271:21390524,21394507:21395889,21411661:21412899,21427045:2142774', 'assoc_mat': '20984094:bouchon:3327:20985378,20999702:bouchon:3327:21000359,21020699:bouchon:3327:21021769,21037134:bouchon:3327:21039207,21041998:bouchon:3327:21043260,21043840:bouchon:3327:21046256,21049822:bouchon:3327:21051423,21072684:bouchon:3327:21074783,21075331:bouchon:3327:21076846,21080852:bouchon:3327:21082833,21104034:bouchon:3327:21133773,21116149:bouchon:3327:21116669,21117032:bouchon:3327:21117282,21120582:bouchon:3327:21122169,21120586:bouchon:3327:21121647,21120964:bouchon:3327:21133810,21120971:bouchon:3327:21131390,21120985:bouchon:3327:21123469,21136349:bouchon:3327:21137561,21141760:bouchon:3327:21152339,21147911:bouchon:3327:21150087,21151379:bouchon:3327:21152787,21159637:bouchon:3327:21160315,21161083:bouchon:3327:21161704,21179959:bouchon:3327:21181896,21180021:bouchon:3327:21181183,21180044:bouchon:3327:21180852,21222614:bouchon:3327:21225248,21222626:bouchon:3327:21224832,21222667:bouchon:3327:21224622,21224540:bouchon:3327:21225696,21225889:bouchon:3327:21227854,21225893:bouchon:3327:21227234,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013220179977436361, 'nb_photo': 449, 'list_port_cont': '20985463,21012759,21071222,21107279,21116343,21123607,21126657,21168319,21173201,21180768,21218925,21221711,21225052,21236496,21271165,21289461,21322280,21326925,21330722,21336376,21353886,21357846,21370520,21371434,21385320,21402158,21402419,21416726,21425189,21457529,21458304,21494167,21498489,21509789,21513398,21521635,21531291,21539010,21551510,21555633,21559755,21562634,21562748,21592097,21638616,21644581,21658650,21675531,21690553,21707165,21764107,21769866,21798673,21823027,21824615,21832339,21869003,21869705,21870596,21917687,21942305', 'assoc_port': '20974621:20985463,21005926:21012759,21020702:21071222,21069849:21107279,21083360:21123607,21084272:21126657,21116152:21116343,21120561:21168319,21120995:21173201,21135544:21326925,21140596:21289461,21151378:21218925,21179999:21180768,21221398:21221711,21224543:21225052,21225874:21322280,21236227:21236496,21270486:21271165,21275781:21330722,21300178:21336376,21338511:21353886,21345495:21371434,21356896:21357846,21370457:21370520,21380145:21402158,21380165:21402419,21384556:21385320,21416273:21416726,21424524:21425189,21431420:21457529,21451315:21458304,21494053:21494167,21498396:21498489,21509733:21509789,21513309:21513398,21521274:21521635,21531130:21531291,21538916:21539010,21551421:21551510,21555438:21555633,21559577:21559755,21562384:21562748,21562427:21562634,21587690:21592097,21636269:21638616,21640850:21644581,21657252:21658650,21667880:21675531,21690281:21690553,21706327:21707165,21730666:21764107,21734156:21769866,21774743:21798673,21798310:21823027,21814397:21824615,21828479:21832339,21845944:2187059', 'assoc_mat': '20974621:carton:4205:20985463,21005926:carton:4205:21012759,21020702:carton:4205:21071222,21069849:carton:4205:21107279,21083360:carton:4205:21123607,21084272:carton:4205:21126657,21116152:carton:4205:21116343,21120561:carton:4205:21168319,21120995:carton:4205:21173201,21135544:carton:4205:21326925,21140596:carton:4205:21289461,21151378:carton:4205:21218925,21179999:carton:4205:21180768,21221398:carton:4205:21221711,21224543:carton:4205:21225052,21225874:carton:4205:21322280,21236227:carton:4205:21236496,21270486:carton:4205:21271165,21275781:carton:4205:21330722,21300178:carton:4205:21336376,21338511:carton:4205:21353886,21345495:carton:4205:21371434,21356896:carton:4205:21357846,21370457:carton:4205:21370520,21380145:carton:4205:21402158,21380165:carton:4205:21402419,21384556:carton:4205:21385320,21416273:carton:4205:21416726,21424524:carton:4205:21425189,21431420:carton:4205:21457529,21451315:carton:4205:21458304,21494053:carton:4205:21494167,21498396:carton:4205:21498489,21509733:carton:4205:21509789,2151'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007060748297068778, 'nb_photo': 1075, 'list_port_cont': '21009026,21045724,21102640,21144491,21159601,21168719,21170310,21170849,21172455,21181124,21221285,21222096,21289590,21290392,21292016,21313581,21324798,21328628,21330394,21356404,21370276,21396227,21406067,21410359,21446116,21455891,21483705,21489868,21499593,21509391,21515727,21531602,21532589,21541037,21550795,21555810,21559768,21567636,21583070,21601474,21643105,21665888,21666466,21682598,21689759,21707618,21736500,21758198,21779820,21821323,21825487,21869538,21871522,21873391,21907232,21925040,21930397', 'assoc_port': '20993232:21009026,21043844:21045724,21064407:21102640,21084267:21313581,21108071:21289590,21117583:21159601,21120585:21168719,21120953:21170310,21120982:21172455,21140594:21290392,21143651:21144491,21155462:21170849,21180001:21181124,21221105:21221285,21221394:21222096,21232888:21324798,21267127:21330394,21290582:21292016,21306684:21328628,21339766:21356404,21352346:21370276,21378587:21410359,21381695:21406067,21394505:21396227,21431417:21446116,21441440:21455891,21483159:21483705,21489393:21489868,21499136:21499593,21509153:21509391,21515548:21515727,21529360:21531602,21532437:21532589,21538911:21541037,21550607:21550795,21555447:21555810,21559582:21559768,21567548:21567636,21580239:21583070,21592857:21601474,21639124:21643105,21651463:21665888,21651464:21666466,21682058:21682598,21689266:21689759,21706322:21707618,21724314:21736500,21728542:21758198,21779322:21779820,21793240:21821323,21814369:21825487,21843933:21873391,21849326:21871522,21861259:21869538,21903539:21907232,21913103:21925040,21924615:2193039', 'assoc_mat': '20993232:carton:4203:21009026,21043844:carton:4203:21045724,21064407:carton:4203:21102640,21084267:carton:4203:21313581,21108071:carton:4203:21289590,21117583:carton:4203:21159601,21120585:carton:4203:21168719,21120953:carton:4203:21170310,21120982:carton:4203:21172455,21140594:carton:4203:21290392,21143651:carton:4203:21144491,21155462:carton:4203:21170849,21180001:carton:4203:21181124,21221105:carton:4203:21221285,21221394:carton:4203:21222096,21232888:carton:4203:21324798,21267127:carton:4203:21330394,21290582:carton:4203:21292016,21306684:carton:4203:21328628,21339766:carton:4203:21356404,21352346:carton:4203:21370276,21378587:carton:4203:21410359,21381695:carton:4203:21406067,21394505:carton:4203:21396227,21431417:carton:4203:21446116,21441440:carton:4203:21455891,21483159:carton:4203:21483705,21489393:carton:4203:21489868,21499136:carton:4203:21499593,21509153:carton:4203:21509391,21515548:carton:4203:21515727,21529360:carton:4203:21531602,21532437:carton:4203:21532589,21538911:carton:4203:21541037,2155'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9463347150801492, 'nb_photo': 3705, 'list_port_cont': '20966642,20975328,20999849,21009759,21011749,21012664,21024492,21025568,21033733,21042395,21044277,21049351,21050231,21065615,21066109,21070333,21075119,21080329,21080739,21082804,21084371,21110378,21115752,21115763,21116351,21117033,21117152,21117916,21120225,21120936,21122046,21122703,21136714,21140140,21140329,21140991,21141132,21141995,21142908,21144100,21155885,21167624,21168265,21169571,21169690,21169963,21170025,21170239,21170857,21170905,21171547,21180140,21180253,21180482,21180756,21206514,21209652,21209778,21209919,21210207,21220380,21220384,21221141,21221154,21221642,21223088,21223449,21224149,21224361,21224922,21226467,21226782,21227450,21236778,21238669,21241052,21266801,21267844,21271024,21276233,21277640,21283637,21286624,21291670,21293472,21293519,21300865,21300939,21307921,21309980,21314060,21321692,21338137,21339424,21340053,21342555,21342982,21343063,21343407,21343487,21345059,21345347,21345969,21362651,21363638,21366700,21367848,21368049,21369284,21378318,21381646,21382379,21382592,2138487', 'assoc_port': '20966502:20966642,20974623:20975328,20999701:20999849,21005922:21012664,21005924:21009759,21011126:21011749,21024338:21025568,21024342:21024492,21033316:21033733,21041997:21042395,21043842:21044277,21046491:21049351,21049818:21050231,21065194:21066109,21065195:21065615,21069853:21070333,21074838:21075119,21077844:21080739,21077852:21080329,21080853:21082804,21084268:21084371,21108061:21210207,21108072:21209919,21109988:21116351,21110005:21110378,21112972:21115752,21115509:21115763,21117027:21117152,21117028:21117033,21117582:21117916,21119657:21120225,21120523:21167624,21120538:21209778,21120544:21168265,21120581:21120936,21120948:21169690,21120951:21169963,21120952:21170025,21120955:21170239,21120961:21209652,21120966:21170857,21120968:21170905,21120973:21171547,21120980:21122703,21121004:21122046,21135542:21206514,21136351:21136714,21139002:21169571,21139512:21140329,21139515:21140140,21140597:21141132,21140598:21140991,21141755:21142908,21141757:21141995,21143653:21144100,21155465:21155885,21179961:2118075', 'assoc_mat': '20966502:carton:4207:20966642,20974623:carton:4207:20975328,20999701:carton:4207:20999849,21005922:carton:4207:21012664,21005924:carton:4207:21009759,21011126:carton:4207:21011749,21024338:carton:4207:21025568,21024342:carton:4207:21024492,21033316:carton:4207:21033733,21041997:carton:4207:21042395,21043842:carton:4207:21044277,21046491:carton:4207:21049351,21049818:carton:4207:21050231,21065194:carton:4207:21066109,21065195:carton:4207:21065615,21069853:carton:4207:21070333,21074838:carton:4207:21075119,21077844:carton:4207:21080739,21077852:carton:4207:21080329,21080853:carton:4207:21082804,21084268:carton:4207:21084371,21108061:carton:4207:21210207,21108072:carton:4207:21209919,21109988:carton:4207:21116351,21110005:carton:4207:21110378,21112972:carton:4207:21115752,21115509:carton:4207:21115763,21117027:carton:4207:21117152,21117028:carton:4207:21117033,21117582:carton:4207:21117916,21119657:carton:4207:21120225,21120523:carton:4207:21167624,21120538:carton:4207:21209778,21120544:carton:4207:21168265,2112'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017588927830254685, 'nb_photo': 5126, 'list_port_cont': '20977414,20996243,20999914,21006789,21038927,21058273,21071715,21074464,21083731,21085525,21085969,21093806,21110281,21125878,21144749,21150864,21152090,21153000,21159930,21161966,21168747,21169537,21170762,21173463,21174508,21180611,21180655,21181203,21182228,21182314,21208280,21218931,21219605,21220508,21241308,21247527,21262240,21262748,21268894,21271286,21274559,21275557,21277092,21277494,21277551,21277970,21278676,21279517,21280812,21281376,21284858,21286994,21291855,21292881,21296175,21296275,21296829,21300023,21300149,21300815,21300830,21307834,21311393,21321744,21337067,21340277,21342494,21359289,21361540,21362208,21363778,21367045,21367156,21369224,21375081,21378640,21380358,21380836,21382375,21382414,21382751,21389985,21392215,21395022,21416710,21418691,21422429,21425113,21428785,21434262,21441971,21442347,21445544,21455852,21484962,21486609,21487869,21490844,21494194,21494944,21496995,21498532,21501352,21502830,21508679,21509360,21510472,21513513,21514194,21514919,21516173,21516767,21521683,2152286', 'assoc_port': '20966503:20977414,20984096:20996243,20999578:20999914,20999700:21006789,21011127:21058273,21020698:21071715,21033315:21083731,21037139:21038927,21039695:21085525,21041994:21085969,21049814:21093806,21071194:21110281,21072708:21074464,21074837:21296275,21080849:21208280,21083369:21125878,21109990:21292881,21109992:21150864,21112971:21152090,21115508:21296175,21117586:21159930,21120539:21300149,21120583:21168747,21120960:21170762,21120967:21300815,21120974:21300830,21120992:21173463,21121002:21174508,21135541:21262240,21136350:21262748,21139006:21284858,21140308:21281376,21141752:21280812,21143652:21144749,21147913:21219605,21152614:21218931,21152620:21153000,21157118:21169537,21161108:21161966,21179962:21182314,21179968:21182228,21179977:21181203,21180017:21180655,21180025:21180611,21220269:21220508,21221396:21279517,21222615:21278676,21222623:21277970,21225892:21277494,21225895:21277551,21232860:21275557,21236225:21274559,21240949:21241308,21247225:21247527,21267131:21268894,21270480:21271286,21275780:2127709', 'assoc_mat': '20966503:carton:4461:20977414,20984096:carton:4461:20996243,20999578:carton:4461:20999914,20999700:carton:4461:21006789,21011127:carton:4461:21058273,21020698:carton:4461:21071715,21033315:carton:4461:21083731,21037139:carton:4461:21038927,21039695:carton:4461:21085525,21041994:carton:4461:21085969,21049814:carton:4461:21093806,21071194:carton:4461:21110281,21072708:carton:4461:21074464,21074837:carton:4461:21296275,21080849:carton:4461:21208280,21083369:carton:4461:21125878,21109990:carton:4461:21292881,21109992:carton:4461:21150864,21112971:carton:4461:21152090,21115508:carton:4461:21296175,21117586:carton:4461:21159930,21120539:carton:4461:21300149,21120583:carton:4461:21168747,21120960:carton:4461:21170762,21120967:carton:4461:21300815,21120974:carton:4461:21300830,21120992:carton:4461:21173463,21121002:carton:4461:21174508,21135541:carton:4461:21262240,21136350:carton:4461:21262748,21139006:carton:4461:21284858,21140308:carton:4461:21281376,21141752:carton:4461:21280812,21143652:carton:4461:21144749,2114'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01862884726984025, 'nb_photo': 2040, 'list_port_cont': '20967646,20984600,20999670,20999956,21025023,21037670,21041283,21041843,21042574,21047288,21050772,21064642,21070566,21073265,21073530,21074903,21075603,21078575,21080587,21082201,21084241,21109479,21114627,21115915,21116233,21117949,21119247,21121200,21121475,21135829,21139772,21140895,21141972,21142154,21151675,21153874,21156387,21159873,21161408,21163408,21163949,21167445,21170229,21170508,21170886,21172014,21172357,21173948,21180460,21180512,21180703,21181073,21181141,21182026,21214328,21214635,21221233,21221303,21223684,21224825,21225169,21227408,21230607,21230954,21233461,21237477,21238799,21240648,21242873,21265952,21270958,21274332,21276781,21283414,21287791,21287812,21289134,21293309,21299779,21300604,21307539,21307677,21336845,21338959,21342449,21343590,21346460,21346589,21350038,21352935,21353474,21357657,21359124,21362389,21366961,21369166,21374702,21374995,21378202,21379491,21380527,21380610,21380924,21381877,21381897,21382145,21383121,21383680,21384792,21389881,21392077,21395972,21415551,2141643', 'assoc_port': '20966504:20967646,20984097:20984600,20999574:20999956,20999575:20999670,21024339:21025023,21037135:21037670,21039692:21041843,21039694:21041283,21041995:21042574,21046493:21047288,21049816:21050772,21064402:21064642,21069850:21070566,21071196:21073530,21072704:21073265,21074840:21074903,21075332:21075603,21077847:21078575,21077848:21080587,21080850:21082201,21083367:21084241,21104037:21114627,21108067:21109479,21115491:21116233,21115511:21115915,21117580:21119247,21117584:21117949,21120519:21167445,21120542:21121475,21120584:21121200,21120956:21170229,21120957:21170508,21120965:21170886,21120977:21172014,21120979:21214635,21120984:21172357,21121001:21173948,21121008:21214328,21135646:21135829,21136352:21163949,21136353:21163408,21139513:21139772,21140309:21140895,21141753:21142154,21141759:21141972,21151382:21151675,21152617:21153874,21155490:21156387,21159635:21159873,21161106:21161408,21179964:21182026,21179969:21181141,21179971:21181073,21179980:21180703,21180019:21180512,21180022:21180460,21221101:2122130', 'assoc_mat': '20966504:carton:4200:20967646,20984097:carton:4200:20984600,20999574:carton:4200:20999956,20999575:carton:4200:20999670,21024339:carton:4200:21025023,21037135:carton:4200:21037670,21039692:carton:4200:21041843,21039694:carton:4200:21041283,21041995:carton:4200:21042574,21046493:carton:4200:21047288,21049816:carton:4200:21050772,21064402:carton:4200:21064642,21069850:carton:4200:21070566,21071196:carton:4200:21073530,21072704:carton:4200:21073265,21074840:carton:4200:21074903,21075332:carton:4200:21075603,21077847:carton:4200:21078575,21077848:carton:4200:21080587,21080850:carton:4200:21082201,21083367:carton:4200:21084241,21104037:carton:4200:21114627,21108067:carton:4200:21109479,21115491:carton:4200:21116233,21115511:carton:4200:21115915,21117580:carton:4200:21119247,21117584:carton:4200:21117949,21120519:carton:4200:21167445,21120542:carton:4200:21121475,21120584:carton:4200:21121200,21120956:carton:4200:21170229,21120957:carton:4200:21170508,21120965:carton:4200:21170886,21120977:carton:4200:21172014,2112'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04510399359297336, 'nb_photo': 5691, 'list_port_cont': '20976939,20993326,21005793,21036091,21074747,21074962,21084558,21084949,21085093,21085179,21085259,21085763,21087519,21090048,21094103,21094282,21104596,21108020,21110400,21110947,21111062,21115570,21120356,21121176,21124388,21126636,21126889,21136286,21149024,21150141,21152441,21153340,21154909,21157809,21158513,21159894,21160143,21161899,21167718,21168655,21169142,21169432,21170682,21170741,21170922,21170932,21171166,21171591,21172241,21172505,21172649,21173027,21173748,21173848,21174543,21174877,21180379,21180423,21180519,21180925,21180938,21181050,21181211,21182174,21182360,21182474,21182767,21187591,21219025,21219556,21220405,21221210,21221379,21222434,21225030,21229859,21230126,21230165,21230839,21230932,21230950,21230993,21231340,21233440,21236755,21237395,21241362,21241500,21242843,21247496,21262683,21268017,21276980,21277026,21283821,21286876,21287048,21288789,21293905,21297117,21300695,21300721,21301251,21301446,21307324,21308459,21311717,21320376,21321715,21339228,21342561,21343136,21345064,2135749', 'assoc_port': '20966501:20976939,20993233:20993326,20999577:21005793,21020700:21121176,21024341:21074747,21035615:21036091,21039691:21084949,21039693:21085179,21039696:21085093,21039697:21085259,21041996:21085763,21043843:21087519,21046492:21090048,21049815:21094103,21049817:21094282,21065193:21104596,21069852:21108020,21071195:21110400,21072705:21111062,21072707:21110947,21074836:21115570,21074839:21074962,21077845:21120356,21083365:21124388,21084266:21126636,21084270:21126889,21084271:21084558,21108069:21301446,21109986:21150141,21112973:21152441,21115510:21154909,21117029:21157809,21117031:21158513,21120522:21167718,21120562:21168655,21120928:21169432,21120949:21287048,21120958:21170682,21120962:21170741,21120969:21286876,21120972:21171591,21120981:21172241,21120987:21172505,21120988:21172649,21120991:21173027,21120994:21173748,21120998:21173848,21121005:21174543,21121011:21174877,21135647:21262683,21136028:21136286,21139516:21231340,21140592:21230993,21140593:21230932,21141756:21230950,21147912:21219556,21147914:2114902', 'assoc_mat': '20966501:carton:4209:20976939,20993233:carton:4209:20993326,20999577:carton:4209:21005793,21020700:carton:4209:21121176,21024341:carton:4209:21074747,21035615:carton:4209:21036091,21039691:carton:4209:21084949,21039693:carton:4209:21085179,21039696:carton:4209:21085093,21039697:carton:4209:21085259,21041996:carton:4209:21085763,21043843:carton:4209:21087519,21046492:carton:4209:21090048,21049815:carton:4209:21094103,21049817:carton:4209:21094282,21065193:carton:4209:21104596,21069852:carton:4209:21108020,21071195:carton:4209:21110400,21072705:carton:4209:21111062,21072707:carton:4209:21110947,21074836:carton:4209:21115570,21074839:carton:4209:21074962,21077845:carton:4209:21120356,21083365:carton:4209:21124388,21084266:carton:4209:21126636,21084270:carton:4209:21126889,21084271:carton:4209:21084558,21108069:carton:4209:21301446,21109986:carton:4209:21150141,21112973:carton:4209:21152441,21115510:carton:4209:21154909,21117029:carton:4209:21157809,21117031:carton:4209:21158513,21120522:carton:4209:21167718,2112'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007720386459801402, 'nb_photo': 12756, 'list_port_cont': '20966888,20967305,20985168,20993436,20999946,21012845,21014078,21021443,21036135,21038090,21038869,21043610,21051101,21053649,21066050,21072552,21073187,21073458,21076083,21078113,21079045,21084144,21110653,21110887,21116021,21116414,21116857,21117703,21118012,21120453,21120760,21121294,21136314,21140184,21140905,21140927,21141313,21144189,21149047,21149412,21151860,21153414,21156906,21158463,21159290,21160020,21160766,21161093,21167472,21167961,21168313,21169742,21170165,21170548,21172114,21172881,21174289,21174932,21180800,21180817,21181095,21181279,21181495,21181885,21204855,21206153,21211055,21211226,21213698,21220486,21222209,21223453,21224686,21225140,21225520,21227515,21227971,21230861,21231184,21236167,21238002,21243253,21266472,21271850,21273489,21278608,21279593,21287081,21292252,21294332,21297523,21301032,21301426,21308448,21309467,21318154,21339663,21342646,21342658,21342751,21343816,21346657,21350661,21353939,21358137,21360237,21362805,21363923,21370605,21378436,21382314,21382573,21382723,2138284', 'assoc_port': '20966499:20967305,20966505:20966888,20984095:20985168,20993231:20993436,20999699:20999946,21005927:21014078,21011129:21012845,21020701:21021443,21035614:21036135,21037136:21038869,21037138:21038090,21041999:21043610,21049819:21053649,21049821:21051101,21065192:21066050,21069851:21073187,21071197:21072552,21072703:21073458,21075333:21076083,21075335:21078113,21077849:21079045,21083362:21084144,21108060:21116857,21108073:21116414,21109984:21110887,21110006:21110653,21112974:21116021,21117030:21117703,21117581:21159290,21117585:21120453,21117587:21118012,21119655:21120760,21120520:21213698,21120521:21167472,21120524:21167961,21120540:21168313,21120580:21121294,21120929:21169742,21120950:21170165,21120959:21170548,21120963:21211226,21120970:21211055,21120975:21172114,21120989:21172881,21120999:21174289,21121006:21174932,21135543:21206153,21136029:21136314,21137075:21204855,21139004:21140184,21139514:21140927,21140311:21140905,21140591:21141313,21141750:21161093,21141754:21160766,21141758:21144189,21147910:2114941', 'assoc_mat': '20966499:carton:4211:20967305,20966505:carton:4211:20966888,20984095:carton:4211:20985168,20993231:carton:4211:20993436,20999699:carton:4211:20999946,21005927:carton:4211:21014078,21011129:carton:4211:21012845,21020701:carton:4211:21021443,21035614:carton:4211:21036135,21037136:carton:4211:21038869,21037138:carton:4211:21038090,21041999:carton:4211:21043610,21049819:carton:4211:21053649,21049821:carton:4211:21051101,21065192:carton:4211:21066050,21069851:carton:4211:21073187,21071197:carton:4211:21072552,21072703:carton:4211:21073458,21075333:carton:4211:21076083,21075335:carton:4211:21078113,21077849:carton:4211:21079045,21083362:carton:4211:21084144,21108060:carton:4211:21116857,21108073:carton:4211:21116414,21109984:carton:4211:21110887,21110006:carton:4211:21110653,21112974:carton:4211:21116021,21117030:carton:4211:21117703,21117581:carton:4211:21159290,21117585:carton:4211:21120453,21117587:carton:4211:21118012,21119655:carton:4211:21120760,21120520:carton:4211:21213698,21120521:carton:4211:21167472,2112'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005072217023800268, 'nb_photo': 156, 'list_port_cont': '20967701,20985389,21038460,21043263,21051417,21066797,21071274,21076190,21076852,21116515,21117276,21121651,21122166,21123146,21131400,21133811,21134180,21140335,21140856,21152349,21153634,21181891,21220577,21224845,21227223,21234038,21234245,21267061,21272188,21292713,21369430,21375410,21391101,21395887,21398222,21404088,21417172,21427743,21434007,21438642,21446473,21485307,21488088,21495263,21497138,21509891,21510599,21513643,21513786,21516258,21521992,21523353,21533805,21536868,21538709,21546168,21548143,21550811,21555940,21557172,21557298,21558622,21558877,21559969,21567725,21567774,21594873,21634504,21653644,21657709,21697377,21725225,21736947,21757706,21778102,21789739,21791110,21796209,21805011,21810641,21814308,21816217,21842974,21843825,21844166,21852902,21869900,21905845,21906486,21909009,21912340,21925954,21930246,21941744', 'assoc_port': '20966500:20967701,20984094:20985389,21037137:21038460,21041998:21043263,21049822:21051417,21065191:21066797,21069854:21071274,21075331:21076852,21075334:21076190,21116150:21116515,21117032:21117276,21120582:21122166,21120586:21121651,21120954:21134180,21120964:21133811,21120971:21131400,21120996:21123146,21139009:21140335,21140310:21140856,21141760:21152349,21152615:21153634,21179959:21181891,21220275:21220577,21222626:21224845,21225893:21227223,21232886:21234245,21232889:21234038,21265553:21267061,21270483:21272188,21290578:21292713,21368953:21369430,21374311:21375410,21378580:21398222,21380166:21404088,21389264:21391101,21394507:21395887,21416272:21417172,21427045:21427743,21431419:21434007,21437146:21438642,21444754:21446473,21484309:21485307,21487642:21488088,21494510:21495263,21496852:21497138,21509728:21509891,21510020:21510599,21513306:21513643,21513310:21513786,21515947:21516258,21521296:21521992,21523164:21523353,21533460:21533805,21536138:21536868,21538437:21538709,21545758:21546168,21547967:2154814', 'assoc_mat': '20966500:carton:3327:20967701,20984094:carton:3327:20985389,21037137:carton:3327:21038460,21041998:carton:3327:21043263,21049822:carton:3327:21051417,21065191:carton:3327:21066797,21069854:carton:3327:21071274,21075331:carton:3327:21076852,21075334:carton:3327:21076190,21116150:carton:3327:21116515,21117032:carton:3327:21117276,21120582:carton:3327:21122166,21120586:carton:3327:21121651,21120954:carton:3327:21134180,21120964:carton:3327:21133811,21120971:carton:3327:21131400,21120996:carton:3327:21123146,21139009:carton:3327:21140335,21140310:carton:3327:21140856,21141760:carton:3327:21152349,21152615:carton:3327:21153634,21179959:carton:3327:21181891,21220275:carton:3327:21220577,21222626:carton:3327:21224845,21225893:carton:3327:21227223,21232886:carton:3327:21234245,21232889:carton:3327:21234038,21265553:carton:3327:21267061,21270483:carton:3327:21272188,21290578:carton:3327:21292713,21368953:carton:3327:21369430,21374311:carton:3327:21375410,21378580:carton:3327:21398222,21380166:carton:3327:21404088,2138'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0456920331790123, 'nb_photo': 52, 'list_port_cont': '21584627', 'assoc_port': '21583368:21584627', 'assoc_mat': '21583368:carton:3594:21584627'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015743069120197136, 'nb_photo': 113, 'list_port_cont': '20977616,21011400,21049999,21081212,21083694,21116219,21119831,21120648,21121094,21132946,21132976,21139129,21143926,21157235,21226234,21242481,21263074,21286058,21299564,21336613,21345956,21352987,21366723,21369145,21374627,21378915,21380553,21386717,21411891,21422073,21424780,21451820,21487135,21490761,21492830,21501930,21516718,21538600,21544296,21548055,21551566,21552473,21556563,21562722,21566200,21566552,21569295,21588170,21591747,21597671,21645120,21688886,21690465,21694709,21702029,21707056,21739023,21770152,21770632,21772868,21783968,21790464,21830102,21844478,21847825,21861709,21907040,21928186', 'assoc_port': '20974622:20977616,21011128:21011400,21049820:21049999,21080851:21081212,21083363:21083694,21116151:21116219,21119653:21119831,21120537:21120648,21120976:21132976,21120978:21132946,21121009:21121094,21138999:21139129,21143650:21143926,21157120:21157235,21225891:21226234,21242244:21242481,21262953:21263074,21285764:21286058,21299166:21299564,21336294:21336613,21345494:21345956,21352319:21352987,21366612:21366723,21368955:21369145,21374325:21374627,21378574:21378915,21380161:21380553,21386395:21386717,21411664:21411891,21421770:21422073,21424521:21424780,21451320:21451820,21487044:21487135,21490475:21490761,21492821:21492830,21501748:21501930,21516623:21516718,21538439:21538600,21544047:21544296,21547968:21548055,21551419:21551566,21552382:21552473,21556266:21556563,21562380:21562722,21566096:21566200,21566375:21566552,21569272:21569295,21587693:21588170,21591150:21591747,21597598:21597671,21640852:21645120,21683649:21688886,21690282:21690465,21694463:21694709,21700663:21702029,21706320:21707056,21730664:2177286', 'assoc_mat': '20974622:cartonnette:3726:20977616,21011128:cartonnette:3726:21011400,21049820:cartonnette:3726:21049999,21080851:cartonnette:3726:21081212,21083363:cartonnette:3726:21083694,21116151:cartonnette:3726:21116219,21119653:cartonnette:3726:21119831,21120537:cartonnette:3726:21120648,21120976:cartonnette:3726:21132976,21120978:cartonnette:3726:21132946,21121009:cartonnette:3726:21121094,21138999:cartonnette:3726:21139129,21143650:cartonnette:3726:21143926,21157120:cartonnette:3726:21157235,21225891:cartonnette:3726:21226234,21242244:cartonnette:3726:21242481,21262953:cartonnette:3726:21263074,21285764:cartonnette:3726:21286058,21299166:cartonnette:3726:21299564,21336294:cartonnette:3726:21336613,21345494:cartonnette:3726:21345956,21352319:cartonnette:3726:21352987,21366612:cartonnette:3726:21366723,21368955:cartonnette:3726:21369145,21374325:cartonnette:3726:21374627,21378574:cartonnette:3726:21378915,21380161:cartonnette:3726:21380553,21386395:cartonnette:3726:21386717,21411664:cartonnette:3726:21411891,21421770:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0072227035095524545, 'nb_photo': 366, 'list_port_cont': '20977615,20999625,21011403,21046725,21049993,21063585,21064511,21072818,21075101,21078043,21081211,21083692,21108219,21116170,21116217,21120650,21120888,21121102,21132945,21132968,21133015,21139134,21143921,21157230,21180297,21222802,21223006,21223196,21226232,21242480,21263082,21286067,21299565,21300689,21321705,21336612,21345949,21352988,21366733,21369143,21374628,21378917,21380557,21386713,21389613,21411892,21422065,21424776,21430361,21436438,21451817,21487131,21490756,21492829,21501927,21501993,21513401,21516701,21516711,21529499,21533609,21538601,21540241,21548062,21551568,21552472,21553621,21556562,21562724,21566203,21566543,21569300,21588172,21591756,21597674,21617043,21645121,21669493,21688890,21690457,21694708,21702033,21707060,21739022,21770150,21770634,21772870,21780316,21783972,21790463,21793418,21830109,21844472,21844818,21847817,21861701,21868754,21905683,21907048,21928183', 'assoc_port': '20974622:20977615,20999576:20999625,21011128:21011403,21046490:21046725,21049820:21049993,21063281:21063585,21064405:21064511,21072706:21072818,21074835:21075101,21077851:21078043,21080851:21081211,21083363:21083692,21108098:21108219,21116151:21116217,21116153:21116170,21120518:21120888,21120537:21120650,21120946:21133015,21120976:21132968,21120978:21132945,21121009:21121102,21138999:21139134,21143650:21143921,21157120:21157230,21180026:21180297,21222620:21222802,21222625:21223196,21222666:21223006,21225891:21226232,21242244:21242480,21262953:21263082,21285764:21286067,21299166:21299565,21300165:21300689,21321582:21321705,21336294:21336612,21345494:21345949,21352319:21352988,21366612:21366733,21368955:21369143,21374325:21374628,21378574:21378917,21380161:21380557,21386395:21386713,21389269:21389613,21411664:21411892,21421770:21422065,21424521:21424776,21428063:21430361,21431418:21436438,21451320:21451817,21487044:21487131,21490475:21490756,21492821:21492829,21501744:21501993,21501748:21501927,21513307:2151340', 'assoc_mat': '20974622:Carton_brun:3726:20977615,20999576:Carton_brun:3726:20999625,21011128:Carton_brun:3726:21011403,21046490:Carton_brun:3726:21046725,21049820:Carton_brun:3726:21049993,21063281:Carton_brun:3726:21063585,21064405:Carton_brun:3726:21064511,21072706:Carton_brun:3726:21072818,21074835:Carton_brun:3726:21075101,21077851:Carton_brun:3726:21078043,21080851:Carton_brun:3726:21081211,21083363:Carton_brun:3726:21083692,21108098:Carton_brun:3726:21108219,21116151:Carton_brun:3726:21116217,21116153:Carton_brun:3726:21116170,21120518:Carton_brun:3726:21120888,21120537:Carton_brun:3726:21120650,21120946:Carton_brun:3726:21133015,21120976:Carton_brun:3726:21132968,21120978:Carton_brun:3726:21132945,21121009:Carton_brun:3726:21121102,21138999:Carton_brun:3726:21139134,21143650:Carton_brun:3726:21143921,21157120:Carton_brun:3726:21157230,21180026:Carton_brun:3726:21180297,21222620:Carton_brun:3726:21222802,21222625:Carton_brun:3726:21223196,21222666:Carton_brun:3726:21223006,21225891:Carton_brun:3726:21226232,21242244:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004311776438691858, 'nb_photo': 190, 'list_port_cont': '20977622,21011409,21046726,21049988,21064512,21072813,21081204,21083698,21116166,21116216,21120646,21120886,21132948,21132969,21133016,21139131,21222791,21223019,21223192,21226229,21242487,21286061,21299563,21300687,21321703,21336605,21345946,21352993,21374632,21378916,21386716,21389620,21411900,21422066,21424781,21430369,21436427,21451818,21487137,21490603,21492827,21501935,21513402,21516705,21516722,21529492,21533608,21538603,21540232,21544302,21548058,21552480,21556564,21562718,21566201,21566548,21569294,21591752,21597681,21645119,21669491,21688894,21690458,21694712,21702025,21707061,21739030,21770148,21770625,21772876,21776757,21780318,21783967,21793411,21806967,21844473,21844823,21847821,21861704,21868757,21907045,21928188', 'assoc_port': '20974622:20977622,21011128:21011409,21046490:21046726,21049820:21049988,21064405:21064512,21072706:21072813,21080851:21081204,21083363:21083698,21116151:21116216,21116153:21116166,21120518:21120886,21120537:21120646,21120946:21133016,21120976:21132969,21120978:21132948,21138999:21139131,21222620:21222791,21222625:21223192,21222666:21223019,21225891:21226229,21242244:21242487,21285764:21286061,21299166:21299563,21300165:21300687,21321582:21321703,21336294:21336605,21345494:21345946,21352319:21352993,21374325:21374632,21378574:21378916,21386395:21386716,21389269:21389620,21411664:21411900,21421770:21422066,21424521:21424781,21428063:21430369,21431418:21436427,21451320:21451818,21487044:21487137,21490484:21490603,21492821:21492827,21501748:21501935,21513307:21513402,21516623:21516722,21516625:21516705,21529358:21529492,21533461:21533608,21538439:21538603,21539976:21540232,21544047:21544302,21547968:21548058,21552382:21552480,21556266:21556564,21562380:21562718,21566096:21566201,21566375:21566548,21569272:2156929', 'assoc_mat': '20974622:Carton_gris:3726:20977622,21011128:Carton_gris:3726:21011409,21046490:Carton_gris:3726:21046726,21049820:Carton_gris:3726:21049988,21064405:Carton_gris:3726:21064512,21072706:Carton_gris:3726:21072813,21080851:Carton_gris:3726:21081204,21083363:Carton_gris:3726:21083698,21116151:Carton_gris:3726:21116216,21116153:Carton_gris:3726:21116166,21120518:Carton_gris:3726:21120886,21120537:Carton_gris:3726:21120646,21120946:Carton_gris:3726:21133016,21120976:Carton_gris:3726:21132969,21120978:Carton_gris:3726:21132948,21138999:Carton_gris:3726:21139131,21222620:Carton_gris:3726:21222791,21222625:Carton_gris:3726:21223192,21222666:Carton_gris:3726:21223019,21225891:Carton_gris:3726:21226229,21242244:Carton_gris:3726:21242487,21285764:Carton_gris:3726:21286061,21299166:Carton_gris:3726:21299563,21300165:Carton_gris:3726:21300687,21321582:Carton_gris:3726:21321703,21336294:Carton_gris:3726:21336605,21345494:Carton_gris:3726:21345946,21352319:Carton_gris:3726:21352993,21374325:Carton_gris:3726:21374632,21378574:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006799551597263453, 'nb_photo': 226, 'list_port_cont': '20985454,21012762,21071232,21107280,21116342,21123609,21126662,21168328,21173192,21180770,21218914,21221706,21225050,21236487,21271166,21289465,21322275,21326928,21330728,21336361,21353893,21357844,21370535,21371438,21385313,21402160,21402418,21416727,21425192,21458302,21494174,21498480,21509787,21513397,21521619,21531293,21539023,21551499,21555638,21559746,21562636,21562753,21592105,21638611,21644589,21658664,21675521,21690559,21707153,21764123,21769856,21798670,21823021,21832346,21868991,21870578,21917686,21942311', 'assoc_port': '20974621:20985454,21005926:21012762,21020702:21071232,21069849:21107280,21083360:21123609,21084272:21126662,21116152:21116342,21120561:21168328,21120995:21173192,21135544:21326928,21140596:21289465,21151378:21218914,21179999:21180770,21221398:21221706,21224543:21225050,21225874:21322275,21236227:21236487,21270486:21271166,21275781:21330728,21300178:21336361,21338511:21353893,21345495:21371438,21356896:21357844,21370457:21370535,21380145:21402160,21380165:21402418,21384556:21385313,21416273:21416727,21424524:21425192,21451315:21458302,21494053:21494174,21498396:21498480,21509733:21509787,21513309:21513397,21521274:21521619,21531130:21531293,21538916:21539023,21551421:21551499,21555438:21555638,21559577:21559746,21562384:21562753,21562427:21562636,21587690:21592105,21636269:21638611,21640850:21644589,21657252:21658664,21667880:21675521,21690281:21690559,21706327:21707153,21730666:21764123,21734156:21769856,21774743:21798670,21798310:21823021,21828479:21832346,21845944:21870578,21861261:21868991,21906792:2191768', 'assoc_mat': '20974621:ela:4205:20985454,21005926:ela:4205:21012762,21020702:ela:4205:21071232,21069849:ela:4205:21107280,21083360:ela:4205:21123609,21084272:ela:4205:21126662,21116152:ela:4205:21116342,21120561:ela:4205:21168328,21120995:ela:4205:21173192,21135544:ela:4205:21326928,21140596:ela:4205:21289465,21151378:ela:4205:21218914,21179999:ela:4205:21180770,21221398:ela:4205:21221706,21224543:ela:4205:21225050,21225874:ela:4205:21322275,21236227:ela:4205:21236487,21270486:ela:4205:21271166,21275781:ela:4205:21330728,21300178:ela:4205:21336361,21338511:ela:4205:21353893,21345495:ela:4205:21371438,21356896:ela:4205:21357844,21370457:ela:4205:21370535,21380145:ela:4205:21402160,21380165:ela:4205:21402418,21384556:ela:4205:21385313,21416273:ela:4205:21416727,21424524:ela:4205:21425192,21451315:ela:4205:21458302,21494053:ela:4205:21494174,21498396:ela:4205:21498480,21509733:ela:4205:21509787,21513309:ela:4205:21513397,21521274:ela:4205:21521619,21531130:ela:4205:21531293,21538916:ela:4205:21539023,21551421:ela:4205:2155149'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9727017382677244, 'nb_photo': 341, 'list_port_cont': '21009030,21045722,21102642,21144479,21159606,21168720,21170314,21172457,21181131,21221283,21222106,21289585,21290396,21292004,21313589,21324806,21328635,21330406,21356399,21370283,21396232,21406056,21410357,21446125,21455884,21483706,21489861,21499592,21509387,21515731,21531598,21532580,21541036,21550783,21555819,21559766,21567650,21601472,21643103,21665886,21666465,21682604,21689769,21707610,21736507,21758199,21779825,21821317,21825488,21869535,21871531,21873392,21907231,21925039,21930405', 'assoc_port': '20993232:21009030,21043844:21045722,21064407:21102642,21084267:21313589,21108071:21289585,21117583:21159606,21120585:21168720,21120953:21170314,21120982:21172457,21140594:21290396,21143651:21144479,21180001:21181131,21221105:21221283,21221394:21222106,21232888:21324806,21267127:21330406,21290582:21292004,21306684:21328635,21339766:21356399,21352346:21370283,21378587:21410357,21381695:21406056,21394505:21396232,21431417:21446125,21441440:21455884,21483159:21483706,21489393:21489861,21499136:21499592,21509153:21509387,21515548:21515731,21529360:21531598,21532437:21532580,21538911:21541036,21550607:21550783,21555447:21555819,21559582:21559766,21567548:21567650,21592857:21601472,21639124:21643103,21651463:21665886,21651464:21666465,21682058:21682604,21689266:21689769,21706322:21707610,21724314:21736507,21728542:21758199,21779322:21779825,21793240:21821317,21814369:21825488,21843933:21873392,21849326:21871531,21861259:21869535,21903539:21907231,21913103:21925039,21924615:21930405', 'assoc_mat': '20993232:ela:4203:21009030,21043844:ela:4203:21045722,21064407:ela:4203:21102642,21084267:ela:4203:21313589,21108071:ela:4203:21289585,21117583:ela:4203:21159606,21120585:ela:4203:21168720,21120953:ela:4203:21170314,21120982:ela:4203:21172457,21140594:ela:4203:21290396,21143651:ela:4203:21144479,21180001:ela:4203:21181131,21221105:ela:4203:21221283,21221394:ela:4203:21222106,21232888:ela:4203:21324806,21267127:ela:4203:21330406,21290582:ela:4203:21292004,21306684:ela:4203:21328635,21339766:ela:4203:21356399,21352346:ela:4203:21370283,21378587:ela:4203:21410357,21381695:ela:4203:21406056,21394505:ela:4203:21396232,21431417:ela:4203:21446125,21441440:ela:4203:21455884,21483159:ela:4203:21483706,21489393:ela:4203:21489861,21499136:ela:4203:21499592,21509153:ela:4203:21509387,21515548:ela:4203:21515731,21529360:ela:4203:21531598,21532437:ela:4203:21532580,21538911:ela:4203:21541036,21550607:ela:4203:21550783,21555447:ela:4203:21555819,21559582:ela:4203:21559766,21567548:ela:4203:21567650,21592857:ela:4203:2160147'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0012652127494398946, 'nb_photo': 202, 'list_port_cont': '20966647,20975342,20999853,21011751,21066113,21080733,21082800,21110384,21115758,21117160,21117909,21120931,21136729,21140145,21140326,21144098,21168269,21170029,21170234,21170863,21171550,21180134,21180481,21209913,21220374,21221648,21224145,21224358,21226465,21236777,21238672,21276214,21277641,21283645,21293506,21300940,21338143,21339411,21342544,21343051,21343485,21363640,21367837,21368062,21369285,21394897,21402835,21406084,21406097,21410807,21416606,21425309,21427651,21442109,21447744,21455221,21483680,21486133,21486770,21487145,21487161,21490771,21494098,21499215,21502037,21508621,21509083,21510422,21514858,21514885,21516066,21521468,21527634,21530173,21533622,21536236,21537227,21550771,21551543,21558513,21559638,21562779,21566565,21566802,21572074,21637198,21642209,21655968,21675664,21689117,21689147,21731917,21762845,21763844,21764327,21769487,21783175,21788782,21790987,21801604,21819071,21819736,21824088,21833002,21844225,21850239,21861732,21901030,21904033,21906326,21908905,21909677,21920749,2192875', 'assoc_port': '20966502:20966647,20974623:20975342,20999701:20999853,21011126:21011751,21065194:21066113,21077844:21080733,21080853:21082800,21108072:21209913,21110005:21110384,21112972:21115758,21117027:21117160,21117582:21117909,21120544:21168269,21120581:21120931,21120952:21170029,21120955:21170234,21120966:21170863,21120973:21171550,21136351:21136729,21139512:21140326,21139515:21140145,21143653:21144098,21180020:21180481,21180031:21180134,21220272:21220374,21221400:21221648,21222621:21224358,21222627:21224145,21225888:21226465,21236207:21236777,21238237:21238672,21275769:21277641,21275777:21276214,21282367:21283645,21292231:21293506,21300189:21300940,21336255:21338143,21338508:21339411,21342182:21342544,21342837:21343485,21342843:21343051,21349035:21367837,21349047:21368062,21361669:21369285,21363249:21363640,21378572:21394897,21378588:21410807,21380167:21402835,21381697:21406084,21381718:21406097,21416274:21416606,21424522:21425309,21427046:21427651,21441443:21455221,21441451:21442109,21446762:21447744,21483158:2148368', 'assoc_mat': '20966502:ela:4207:20966647,20974623:ela:4207:20975342,20999701:ela:4207:20999853,21011126:ela:4207:21011751,21065194:ela:4207:21066113,21077844:ela:4207:21080733,21080853:ela:4207:21082800,21108072:ela:4207:21209913,21110005:ela:4207:21110384,21112972:ela:4207:21115758,21117027:ela:4207:21117160,21117582:ela:4207:21117909,21120544:ela:4207:21168269,21120581:ela:4207:21120931,21120952:ela:4207:21170029,21120955:ela:4207:21170234,21120966:ela:4207:21170863,21120973:ela:4207:21171550,21136351:ela:4207:21136729,21139512:ela:4207:21140326,21139515:ela:4207:21140145,21143653:ela:4207:21144098,21180020:ela:4207:21180481,21180031:ela:4207:21180134,21220272:ela:4207:21220374,21221400:ela:4207:21221648,21222621:ela:4207:21224358,21222627:ela:4207:21224145,21225888:ela:4207:21226465,21236207:ela:4207:21236777,21238237:ela:4207:21238672,21275769:ela:4207:21277641,21275777:ela:4207:21276214,21282367:ela:4207:21283645,21292231:ela:4207:21293506,21300189:ela:4207:21300940,21336255:ela:4207:21338143,21338508:ela:4207:2133941'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035992267184328406, 'nb_photo': 14, 'list_port_cont': '21083724,21271283,21277957,21280805,21300158,21395027,21501356,21555763,21558254,21694933,21790701,21793691,21811881', 'assoc_port': '21033315:21083724,21120539:21300158,21141752:21280805,21222623:21277957,21270480:21271283,21394479:21395027,21500999:21501356,21555442:21555763,21558172:21558254,21694460:21694933,21790640:21790701,21793242:21793691,21810731:21811881', 'assoc_mat': '21033315:ela:4461:21083724,21120539:ela:4461:21300158,21141752:ela:4461:21280805,21222623:ela:4461:21277957,21270480:ela:4461:21271283,21394479:ela:4461:21395027,21500999:ela:4461:21501356,21555442:ela:4461:21555763,21558172:ela:4461:21558254,21694460:ela:4461:21694933,21790640:ela:4461:21790701,21793242:ela:4461:21793691,21810731:ela:4461:21811881'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0011328219414141472, 'nb_photo': 177, 'list_port_cont': '20967655,21025015,21041842,21042571,21070563,21073269,21073532,21074910,21080593,21082188,21117947,21119249,21135841,21153882,21167455,21170498,21172009,21173930,21180695,21181070,21181149,21182023,21224829,21227411,21230963,21233467,21238785,21265945,21274336,21276791,21283401,21299784,21338971,21343592,21346456,21352941,21357652,21362379,21369160,21374699,21375005,21379492,21380520,21380606,21381895,21392078,21415550,21416425,21427486,21428964,21433962,21451738,21483446,21484684,21486413,21490824,21494154,21494721,21501396,21502811,21508644,21509062,21509837,21513499,21514164,21515698,21516745,21521632,21527659,21531316,21533466,21535724,21540245,21544340,21551768,21551781,21553687,21555685,21556772,21558537,21562696,21562921,21566580,21569463,21588411,21593772,21639858,21641516,21648750,21657503,21668804,21669554,21675027,21689183,21692344,21694969,21697755,21723061,21730831,21738179,21743185,21747416,21787455,21790373,21794789,21796460,21798427,21798889,21813110,21830864,21844086,21864559,21871759,2191071', 'assoc_port': '20966504:20967655,21024339:21025015,21039692:21041842,21041995:21042571,21069850:21070563,21071196:21073532,21072704:21073269,21074840:21074910,21077848:21080593,21080850:21082188,21117580:21119249,21117584:21117947,21120519:21167455,21120957:21170498,21120977:21172009,21121001:21173930,21135646:21135841,21152617:21153882,21179964:21182023,21179969:21181149,21179971:21181070,21179980:21180695,21222616:21230963,21222664:21224829,21225894:21227411,21232873:21233467,21238240:21238785,21262954:21274336,21265555:21265945,21275776:21276791,21282368:21283401,21299136:21299784,21338517:21338971,21342842:21343592,21345497:21346456,21352345:21352941,21356913:21357652,21361674:21362379,21368954:21369160,21374304:21375005,21374328:21374699,21378583:21381895,21378595:21380520,21378600:21379492,21380169:21380606,21391267:21392078,21414863:21416425,21414866:21415550,21427048:21427486,21428064:21428964,21433417:21433962,21451316:21451738,21483161:21483446,21484310:21484684,21486216:21486413,21490477:21490824,21494056:2149415', 'assoc_mat': '20966504:ela:4200:20967655,21024339:ela:4200:21025015,21039692:ela:4200:21041842,21041995:ela:4200:21042571,21069850:ela:4200:21070563,21071196:ela:4200:21073532,21072704:ela:4200:21073269,21074840:ela:4200:21074910,21077848:ela:4200:21080593,21080850:ela:4200:21082188,21117580:ela:4200:21119249,21117584:ela:4200:21117947,21120519:ela:4200:21167455,21120957:ela:4200:21170498,21120977:ela:4200:21172009,21121001:ela:4200:21173930,21135646:ela:4200:21135841,21152617:ela:4200:21153882,21179964:ela:4200:21182023,21179969:ela:4200:21181149,21179971:ela:4200:21181070,21179980:ela:4200:21180695,21222616:ela:4200:21230963,21222664:ela:4200:21224829,21225894:ela:4200:21227411,21232873:ela:4200:21233467,21238240:ela:4200:21238785,21262954:ela:4200:21274336,21265555:ela:4200:21265945,21275776:ela:4200:21276791,21282368:ela:4200:21283401,21299136:ela:4200:21299784,21338517:ela:4200:21338971,21342842:ela:4200:21343592,21345497:ela:4200:21346456,21352345:ela:4200:21352941,21356913:ela:4200:21357652,21361674:ela:4200:2136237'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004923902438803023, 'nb_photo': 888, 'list_port_cont': '20976948,21005790,21036087,21074947,21084551,21084948,21085099,21085191,21085257,21085764,21087518,21090047,21094098,21108005,21110410,21111065,21115569,21121165,21124387,21126641,21126890,21136272,21149027,21152451,21154906,21157796,21158516,21160149,21161887,21167721,21168657,21169131,21169423,21170686,21170916,21170934,21171169,21171595,21172239,21172508,21172656,21173030,21173743,21174866,21180385,21180432,21180922,21180932,21181036,21181217,21182355,21182464,21182781,21187580,21219022,21219554,21220411,21221198,21221388,21222431,21225037,21229861,21230139,21230176,21230933,21230945,21230983,21231348,21233451,21237370,21241364,21241498,21242839,21247497,21262692,21268022,21276986,21283817,21286886,21288792,21293915,21297125,21300696,21300713,21301253,21301445,21307332,21308465,21311726,21320372,21321713,21339232,21342568,21345076,21357488,21357624,21357731,21362412,21363901,21366818,21370636,21371100,21378771,21379507,21379727,21380909,21382302,21382809,21387037,21392216,21395346,21412088,21412563,2141842', 'assoc_port': '20966501:20976948,20999577:21005790,21020700:21121165,21035615:21036087,21039691:21084948,21039693:21085191,21039696:21085099,21039697:21085257,21041996:21085764,21043843:21087518,21046492:21090047,21049815:21094098,21069852:21108005,21071195:21110410,21072705:21111065,21074836:21115569,21074839:21074947,21083365:21124387,21084266:21126641,21084270:21126890,21084271:21084551,21108069:21301445,21112973:21152451,21115510:21154906,21117029:21157796,21117031:21158516,21120522:21167721,21120562:21168657,21120928:21169423,21120958:21170686,21120969:21286886,21120972:21171595,21120981:21172239,21120987:21172508,21120988:21172656,21120991:21173030,21120994:21173743,21121011:21174866,21135647:21262692,21136028:21136272,21139516:21231348,21140592:21230983,21140593:21230933,21141756:21230945,21147912:21219554,21147914:21149027,21151380:21219022,21152616:21170934,21155463:21171169,21155464:21170916,21157117:21169131,21159639:21160149,21161085:21161887,21179960:21182781,21179967:21182355,21179970:21182464,21179972:2118758', 'assoc_mat': '20966501:ela:4209:20976948,20999577:ela:4209:21005790,21020700:ela:4209:21121165,21035615:ela:4209:21036087,21039691:ela:4209:21084948,21039693:ela:4209:21085191,21039696:ela:4209:21085099,21039697:ela:4209:21085257,21041996:ela:4209:21085764,21043843:ela:4209:21087518,21046492:ela:4209:21090047,21049815:ela:4209:21094098,21069852:ela:4209:21108005,21071195:ela:4209:21110410,21072705:ela:4209:21111065,21074836:ela:4209:21115569,21074839:ela:4209:21074947,21083365:ela:4209:21124387,21084266:ela:4209:21126641,21084270:ela:4209:21126890,21084271:ela:4209:21084551,21108069:ela:4209:21301445,21112973:ela:4209:21152451,21115510:ela:4209:21154906,21117029:ela:4209:21157796,21117031:ela:4209:21158516,21120522:ela:4209:21167721,21120562:ela:4209:21168657,21120928:ela:4209:21169423,21120958:ela:4209:21170686,21120969:ela:4209:21286886,21120972:ela:4209:21171595,21120981:ela:4209:21172239,21120987:ela:4209:21172508,21120988:ela:4209:21172656,21120991:ela:4209:21173030,21120994:ela:4209:21173743,21121011:ela:4209:2117486'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012760477546620095, 'nb_photo': 4276, 'list_port_cont': '20966892,20967303,20985159,20993437,20999933,21012840,21014088,21021436,21036131,21038088,21038879,21043603,21051112,21053651,21066042,21072551,21073190,21073459,21076076,21078123,21079057,21084139,21110640,21110875,21116017,21116403,21116867,21117708,21118011,21120451,21120769,21121299,21136318,21140180,21140903,21140916,21141311,21144188,21149057,21149419,21151874,21153416,21156905,21158453,21159295,21160006,21160762,21161087,21167464,21167956,21168305,21169755,21170158,21170547,21172126,21172876,21174300,21174923,21180807,21180812,21181098,21181287,21181494,21181884,21204857,21206148,21211053,21211217,21213706,21220482,21222215,21223465,21224688,21225143,21225535,21227513,21227974,21230848,21231188,21236174,21237994,21243262,21266481,21271844,21273477,21278610,21279603,21287067,21292258,21294331,21297531,21301027,21301439,21308452,21309472,21318159,21339664,21342642,21342666,21342747,21343806,21346666,21350660,21353937,21358132,21360249,21362804,21363916,21370594,21378430,21382326,21382571,21382716,2138284', 'assoc_port': '20966499:20967303,20966505:20966892,20984095:20985159,20993231:20993437,20999699:20999933,21005927:21014088,21011129:21012840,21020701:21021436,21035614:21036131,21037136:21038879,21037138:21038088,21041999:21043603,21049819:21053651,21049821:21051112,21065192:21066042,21069851:21073190,21071197:21072551,21072703:21073459,21075333:21076076,21075335:21078123,21077849:21079057,21083362:21084139,21108060:21116867,21108073:21116403,21109984:21110875,21110006:21110640,21112974:21116017,21117030:21117708,21117581:21159295,21117585:21120451,21117587:21118011,21119655:21120769,21120520:21213706,21120521:21167464,21120524:21167956,21120540:21168305,21120580:21121299,21120929:21169755,21120950:21170158,21120959:21170547,21120963:21211217,21120970:21211053,21120975:21172126,21120989:21172876,21120999:21174300,21121006:21174923,21135543:21206148,21136029:21136318,21137075:21204857,21139004:21140180,21139514:21140916,21140311:21140903,21140591:21141311,21141750:21161087,21141754:21160762,21141758:21144188,21147910:2114941', 'assoc_mat': '20966499:ela:4211:20967303,20966505:ela:4211:20966892,20984095:ela:4211:20985159,20993231:ela:4211:20993437,20999699:ela:4211:20999933,21005927:ela:4211:21014088,21011129:ela:4211:21012840,21020701:ela:4211:21021436,21035614:ela:4211:21036131,21037136:ela:4211:21038879,21037138:ela:4211:21038088,21041999:ela:4211:21043603,21049819:ela:4211:21053651,21049821:ela:4211:21051112,21065192:ela:4211:21066042,21069851:ela:4211:21073190,21071197:ela:4211:21072551,21072703:ela:4211:21073459,21075333:ela:4211:21076076,21075335:ela:4211:21078123,21077849:ela:4211:21079057,21083362:ela:4211:21084139,21108060:ela:4211:21116867,21108073:ela:4211:21116403,21109984:ela:4211:21110875,21110006:ela:4211:21110640,21112974:ela:4211:21116017,21117030:ela:4211:21117708,21117581:ela:4211:21159295,21117585:ela:4211:21120451,21117587:ela:4211:21118011,21119655:ela:4211:21120769,21120520:ela:4211:21213706,21120521:ela:4211:21167464,21120524:ela:4211:21167956,21120540:ela:4211:21168305,21120580:ela:4211:21121299,21120929:ela:4211:2116975'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0001403407358265082, 'nb_photo': 1, 'list_port_cont': '21126656', 'assoc_port': '21084272:21126656', 'assoc_mat': '21084272:etiquette:4205:21126656'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001871934669202425, 'nb_photo': 179, 'list_port_cont': '21009023,21045720,21102639,21144492,21159604,21170317,21170843,21172450,21181134,21221277,21222110,21289599,21290388,21313593,21324793,21328634,21330402,21356407,21370285,21396239,21406070,21410369,21446124,21455880,21483704,21489863,21499591,21509399,21515735,21532574,21541035,21550796,21555811,21559773,21567645,21583079,21601485,21643107,21666469,21682600,21689763,21707611,21736499,21758195,21779821,21821316,21825482,21869536,21871524,21873390,21907233,21925043,21930409', 'assoc_port': '20993232:21009023,21043844:21045720,21064407:21102639,21084267:21313593,21108071:21289599,21117583:21159604,21120953:21170317,21120982:21172450,21140594:21290388,21143651:21144492,21155462:21170843,21180001:21181134,21221105:21221277,21221394:21222110,21232888:21324793,21267127:21330402,21306684:21328634,21339766:21356407,21352346:21370285,21378587:21410369,21381695:21406070,21394505:21396239,21431417:21446124,21441440:21455880,21483159:21483704,21489393:21489863,21499136:21499591,21509153:21509399,21515548:21515735,21532437:21532574,21538911:21541035,21550607:21550796,21555447:21555811,21559582:21559773,21567548:21567645,21580239:21583079,21592857:21601485,21639124:21643107,21651464:21666469,21682058:21682600,21689266:21689763,21706322:21707611,21724314:21736499,21728542:21758195,21779322:21779821,21793240:21821316,21814369:21825482,21843933:21873390,21849326:21871524,21861259:21869536,21903539:21907233,21913103:21925043,21924615:21930409', 'assoc_mat': '20993232:etiquette:4203:21009023,21043844:etiquette:4203:21045720,21064407:etiquette:4203:21102639,21084267:etiquette:4203:21313593,21108071:etiquette:4203:21289599,21117583:etiquette:4203:21159604,21120953:etiquette:4203:21170317,21120982:etiquette:4203:21172450,21140594:etiquette:4203:21290388,21143651:etiquette:4203:21144492,21155462:etiquette:4203:21170843,21180001:etiquette:4203:21181134,21221105:etiquette:4203:21221277,21221394:etiquette:4203:21222110,21232888:etiquette:4203:21324793,21267127:etiquette:4203:21330402,21306684:etiquette:4203:21328634,21339766:etiquette:4203:21356407,21352346:etiquette:4203:21370285,21378587:etiquette:4203:21410369,21381695:etiquette:4203:21406070,21394505:etiquette:4203:21396239,21431417:etiquette:4203:21446124,21441440:etiquette:4203:21455880,21483159:etiquette:4203:21483704,21489393:etiquette:4203:21489863,21499136:etiquette:4203:21499591,21509153:etiquette:4203:21509399,21515548:etiquette:4203:21515735,21532437:etiquette:4203:21532574,21538911:etiquette:4203:21541035,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201002356150229, 'nb_photo': 26, 'list_port_cont': '21011750,21122038,21140314,21168277,21169572,21170866,21224929,21241058,21382596,21402889,21487153,21572071,21581337,21582798,21648175,21692164,21844541', 'assoc_port': '21011126:21011750,21120544:21168277,21120966:21170866,21121004:21122038,21139002:21169572,21139512:21140314,21224542:21224929,21240946:21241058,21380180:21402889,21381723:21382596,21487045:21487153,21572066:21572071,21580238:21582798,21580242:21581337,21646791:21648175,21691867:21692164,21833507:21844541', 'assoc_mat': '21011126:etiquette:4207:21011750,21120544:etiquette:4207:21168277,21120966:etiquette:4207:21170866,21121004:etiquette:4207:21122038,21139002:etiquette:4207:21169572,21139512:etiquette:4207:21140314,21224542:etiquette:4207:21224929,21240946:etiquette:4207:21241058,21380180:etiquette:4207:21402889,21381723:etiquette:4207:21382596,21487045:etiquette:4207:21487153,21572066:etiquette:4207:21572071,21580238:etiquette:4207:21582798,21580242:etiquette:4207:21581337,21646791:etiquette:4207:21648175,21691867:etiquette:4207:21692164,21833507:etiquette:4207:21844541'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0004011232385277943, 'nb_photo': 4, 'list_port_cont': '21580676,21904343,21921157', 'assoc_port': '21580241:21580676,21903542:21904343,21920677:21921157', 'assoc_mat': '21580241:etiquette:4461:21580676,21903542:etiquette:4461:21904343,21920677:etiquette:4461:21921157'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005474574111249569, 'nb_photo': 35, 'list_port_cont': '20984606,21075604,21230606,21346590,21434584,21486406,21494725,21581023,21582924,21593777,21668805,21690979,21723050,21728441,21777625,21787449,21790386,21905274', 'assoc_port': '20984097:20984606,21075332:21075604,21230483:21230606,21345489:21346590,21433413:21434584,21486216:21486406,21494512:21494725,21580212:21581023,21580237:21582924,21592859:21593777,21667866:21668805,21690821:21690979,21722756:21723050,21727692:21728441,21776570:21777625,21786302:21787449,21788221:21790386,21900654:21905274', 'assoc_mat': '20984097:etiquette:4200:20984606,21075332:etiquette:4200:21075604,21230483:etiquette:4200:21230606,21345489:etiquette:4200:21346590,21433413:etiquette:4200:21434584,21486216:etiquette:4200:21486406,21494512:etiquette:4200:21494725,21580212:etiquette:4200:21581023,21580237:etiquette:4200:21582924,21592859:etiquette:4200:21593777,21667866:etiquette:4200:21668805,21690821:etiquette:4200:21690979,21722756:etiquette:4200:21723050,21727692:etiquette:4200:21728441,21776570:etiquette:4200:21777625,21786302:etiquette:4200:21787449,21788221:etiquette:4200:21790386,21900654:etiquette:4200:21905274'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007733482595896285, 'nb_photo': 149, 'list_port_cont': '21036097,21084550,21085095,21085176,21090051,21094089,21111064,21115563,21121173,21126627,21149029,21152455,21153348,21157806,21169429,21170690,21171170,21174530,21180378,21182359,21182467,21187593,21219024,21221385,21230141,21230940,21230975,21237387,21241366,21242836,21262695,21268026,21276984,21283825,21286878,21293900,21311723,21321711,21339231,21345075,21357622,21362409,21363899,21366822,21370637,21371099,21378772,21379739,21395344,21412558,21418417,21425012,21437919,21438061,21490869,21496971,21514282,21516735,21523339,21532169,21532671,21536361,21536787,21538588,21540948,21546247,21548134,21551849,21558649,21559672,21562941,21566611,21567659,21569542,21597891,21634038,21645001,21647526,21652057,21658099,21669868,21670103,21675002,21696766,21699810,21701685,21703843,21705577,21706947,21731573,21761789,21793901,21799860,21806384,21811872,21818999,21841229,21846820,21851382,21863224,21904389,21907057,21908613,21913753,21918352,21921377,21922568,21924842,21925523', 'assoc_port': '21020700:21121173,21035615:21036097,21039693:21085176,21039696:21085095,21046492:21090051,21049815:21094089,21072705:21111064,21074836:21115563,21084266:21126627,21084271:21084550,21112973:21152455,21117029:21157806,21120928:21169429,21120958:21170690,21120969:21286878,21121005:21174530,21135647:21262695,21140593:21230940,21141756:21230975,21147914:21149029,21151380:21219024,21152618:21153348,21155463:21171170,21179967:21182359,21179970:21182467,21179972:21187593,21180000:21180378,21221100:21221385,21222622:21230141,21236206:21237387,21240947:21241366,21242258:21242836,21267125:21268026,21275778:21276984,21282366:21283825,21292227:21293900,21311018:21311723,21321580:21321711,21338507:21339231,21342199:21345075,21356917:21357622,21361675:21362409,21363247:21363899,21366617:21366822,21370458:21370637,21371035:21371099,21378068:21378772,21378593:21379739,21394508:21395344,21411663:21412558,21418038:21418417,21424523:21425012,21437145:21438061,21437148:21437919,21490482:21490869,21496849:21496971,21514077:2151428', 'assoc_mat': '21020700:etiquette:4209:21121173,21035615:etiquette:4209:21036097,21039693:etiquette:4209:21085176,21039696:etiquette:4209:21085095,21046492:etiquette:4209:21090051,21049815:etiquette:4209:21094089,21072705:etiquette:4209:21111064,21074836:etiquette:4209:21115563,21084266:etiquette:4209:21126627,21084271:etiquette:4209:21084550,21112973:etiquette:4209:21152455,21117029:etiquette:4209:21157806,21120928:etiquette:4209:21169429,21120958:etiquette:4209:21170690,21120969:etiquette:4209:21286878,21121005:etiquette:4209:21174530,21135647:etiquette:4209:21262695,21140593:etiquette:4209:21230940,21141756:etiquette:4209:21230975,21147914:etiquette:4209:21149029,21151380:etiquette:4209:21219024,21152618:etiquette:4209:21153348,21155463:etiquette:4209:21171170,21179967:etiquette:4209:21182359,21179970:etiquette:4209:21182467,21179972:etiquette:4209:21187593,21180000:etiquette:4209:21180378,21221100:etiquette:4209:21221385,21222622:etiquette:4209:21230141,21236206:etiquette:4209:21237387,21240947:etiquette:4209:21241366,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005345473602491041, 'nb_photo': 300, 'list_port_cont': '20967309,20985164,21012848,21014076,21021445,21036134,21038085,21073181,21078118,21116413,21117707,21118004,21120456,21121285,21140897,21141312,21149053,21149410,21153423,21156898,21160769,21161095,21168315,21170558,21180809,21181292,21204845,21211061,21213691,21224689,21225155,21230851,21231182,21237991,21271848,21287078,21297530,21308440,21309477,21342671,21342757,21343812,21350648,21363913,21370602,21382308,21387612,21395738,21398890,21405929,21416951,21435298,21446492,21487205,21490894,21494220,21494928,21501439,21502153,21508730,21509872,21514270,21515019,21516838,21521815,21532296,21532728,21532768,21537207,21537891,21538892,21539567,21542492,21544820,21553699,21558294,21558890,21559035,21559853,21562904,21569575,21575552,21581603,21596268,21596721,21645193,21647667,21649583,21672270,21675743,21677964,21689208,21692897,21702849,21704212,21707078,21750062,21758257,21765833,21769655,21772176,21772427,21773927,21778980,21790999,21791174,21817988,21818737,21822376,21824511,21824638,21826032,21833091,2186066', 'assoc_port': '20966499:20967309,20984095:20985164,21005927:21014076,21011129:21012848,21020701:21021445,21035614:21036134,21037138:21038085,21069851:21073181,21075335:21078118,21108073:21116413,21117030:21117707,21117585:21120456,21117587:21118004,21120520:21213691,21120540:21168315,21120580:21121285,21120959:21170558,21120970:21211061,21137075:21204845,21140311:21140897,21140591:21141312,21141750:21161095,21141754:21160769,21147910:21149410,21147915:21149053,21152619:21153423,21155492:21156898,21179975:21181292,21180029:21180809,21222612:21231182,21222665:21225155,21222669:21224689,21230478:21230851,21236226:21237991,21270485:21271848,21285763:21287078,21295949:21297530,21306671:21309477,21306685:21308440,21342180:21342757,21342195:21342671,21342840:21343812,21349033:21350648,21363250:21363913,21370456:21370602,21375978:21382308,21378590:21398890,21381721:21405929,21386437:21387612,21394504:21395738,21416271:21416951,21433414:21435298,21444753:21446492,21487043:21487205,21490480:21490894,21494055:21494220,21494515:2149492', 'assoc_mat': '20966499:etiquette:4211:20967309,20984095:etiquette:4211:20985164,21005927:etiquette:4211:21014076,21011129:etiquette:4211:21012848,21020701:etiquette:4211:21021445,21035614:etiquette:4211:21036134,21037138:etiquette:4211:21038085,21069851:etiquette:4211:21073181,21075335:etiquette:4211:21078118,21108073:etiquette:4211:21116413,21117030:etiquette:4211:21117707,21117585:etiquette:4211:21120456,21117587:etiquette:4211:21118004,21120520:etiquette:4211:21213691,21120540:etiquette:4211:21168315,21120580:etiquette:4211:21121285,21120959:etiquette:4211:21170558,21120970:etiquette:4211:21211061,21137075:etiquette:4211:21204845,21140311:etiquette:4211:21140897,21140591:etiquette:4211:21141312,21141750:etiquette:4211:21161095,21141754:etiquette:4211:21160769,21147910:etiquette:4211:21149410,21147915:etiquette:4211:21149053,21152619:etiquette:4211:21153423,21155492:etiquette:4211:21156898,21179975:etiquette:4211:21181292,21180029:etiquette:4211:21180809,21222612:etiquette:4211:21231182,21222665:etiquette:4211:21225155,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002171651544807651, 'nb_photo': 15, 'list_port_cont': '21000370,21051411,21071277,21390523,21405779,21533804,21555935,21634498,21648801,21791108,21816211,21842984', 'assoc_port': '20999702:21000370,21049822:21051411,21069854:21071277,21378585:21405779,21389271:21390523,21533460:21533804,21555444:21555935,21633418:21634498,21646789:21648801,21790638:21791108,21814368:21816211,21840659:21842984', 'assoc_mat': '20999702:etiquette:3327:21000370,21049822:etiquette:3327:21051411,21069854:etiquette:3327:21071277,21378585:etiquette:3327:21405779,21389271:etiquette:3327:21390523,21533460:etiquette:3327:21533804,21555444:etiquette:3327:21555935,21633418:etiquette:3327:21634498,21646789:etiquette:3327:21648801,21790638:etiquette:3327:21791108,21814368:etiquette:3327:21816211,21840659:etiquette:3327:21842984'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013864023009673895, 'nb_photo': 469, 'list_port_cont': '20985462,21012753,21071219,21107273,21116332,21126650,21168330,21173196,21180761,21218911,21221717,21225059,21236491,21271167,21289459,21322266,21330719,21336369,21353885,21357841,21370529,21371441,21385319,21402161,21402428,21416723,21425202,21457524,21458308,21494175,21498491,21509780,21513387,21521611,21531303,21539018,21551505,21559753,21562637,21562756,21592098,21638606,21644583,21658649,21675533,21690550,21707168,21764116,21769854,21798663,21823022,21824617,21832347,21868993,21869716,21870580,21917685,21942308', 'assoc_port': '20974621:20985462,21005926:21012753,21020702:21071219,21069849:21107273,21084272:21126650,21116152:21116332,21120561:21168330,21120995:21173196,21140596:21289459,21151378:21218911,21179999:21180761,21221398:21221717,21224543:21225059,21225874:21322266,21236227:21236491,21270486:21271167,21275781:21330719,21300178:21336369,21338511:21353885,21345495:21371441,21356896:21357841,21370457:21370529,21380145:21402161,21380165:21402428,21384556:21385319,21416273:21416723,21424524:21425202,21431420:21457524,21451315:21458308,21494053:21494175,21498396:21498491,21509733:21509780,21513309:21513387,21521274:21521611,21531130:21531303,21538916:21539018,21551421:21551505,21559577:21559753,21562384:21562756,21562427:21562637,21587690:21592098,21636269:21638606,21640850:21644583,21657252:21658649,21667880:21675533,21690281:21690550,21706327:21707168,21730666:21764116,21734156:21769854,21774743:21798663,21798310:21823022,21814397:21824617,21828479:21832347,21845944:21870580,21857533:21869716,21861261:21868993,21906792:2191768', 'assoc_mat': '20974621:film_plastique:4205:20985462,21005926:film_plastique:4205:21012753,21020702:film_plastique:4205:21071219,21069849:film_plastique:4205:21107273,21084272:film_plastique:4205:21126650,21116152:film_plastique:4205:21116332,21120561:film_plastique:4205:21168330,21120995:film_plastique:4205:21173196,21140596:film_plastique:4205:21289459,21151378:film_plastique:4205:21218911,21179999:film_plastique:4205:21180761,21221398:film_plastique:4205:21221717,21224543:film_plastique:4205:21225059,21225874:film_plastique:4205:21322266,21236227:film_plastique:4205:21236491,21270486:film_plastique:4205:21271167,21275781:film_plastique:4205:21330719,21300178:film_plastique:4205:21336369,21338511:film_plastique:4205:21353885,21345495:film_plastique:4205:21371441,21356896:film_plastique:4205:21357841,21370457:film_plastique:4205:21370529,21380145:film_plastique:4205:21402161,21380165:film_plastique:4205:21402428,21384556:film_plastique:4205:21385319,21416273:film_plastique:4205:21416723,21424524:film_plastique:4205:2142520'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0029031177907751153, 'nb_photo': 632, 'list_port_cont': '21009024,21045733,21102637,21144477,21159602,21168721,21170309,21170851,21172454,21181122,21221274,21222107,21289595,21290395,21292015,21313584,21324796,21328629,21330408,21356402,21370286,21396238,21406062,21410361,21446118,21455892,21483698,21489870,21499587,21509397,21515730,21531597,21532582,21541045,21550787,21555820,21559759,21567641,21601480,21643098,21665884,21666467,21682601,21689755,21707612,21736509,21758196,21779824,21821315,21825476,21869533,21871521,21873397,21907241,21925044,21930402', 'assoc_port': '20993232:21009024,21043844:21045733,21064407:21102637,21084267:21313584,21108071:21289595,21117583:21159602,21120585:21168721,21120953:21170309,21120982:21172454,21140594:21290395,21143651:21144477,21155462:21170851,21180001:21181122,21221105:21221274,21221394:21222107,21232888:21324796,21267127:21330408,21290582:21292015,21306684:21328629,21339766:21356402,21352346:21370286,21378587:21410361,21381695:21406062,21394505:21396238,21431417:21446118,21441440:21455892,21483159:21483698,21489393:21489870,21499136:21499587,21509153:21509397,21515548:21515730,21529360:21531597,21532437:21532582,21538911:21541045,21550607:21550787,21555447:21555820,21559582:21559759,21567548:21567641,21592857:21601480,21639124:21643098,21651463:21665884,21651464:21666467,21682058:21682601,21689266:21689755,21706322:21707612,21724314:21736509,21728542:21758196,21779322:21779824,21793240:21821315,21814369:21825476,21843933:21873397,21849326:21871521,21861259:21869533,21903539:21907241,21913103:21925044,21924615:21930402', 'assoc_mat': '20993232:film_plastique:4203:21009024,21043844:film_plastique:4203:21045733,21064407:film_plastique:4203:21102637,21084267:film_plastique:4203:21313584,21108071:film_plastique:4203:21289595,21117583:film_plastique:4203:21159602,21120585:film_plastique:4203:21168721,21120953:film_plastique:4203:21170309,21120982:film_plastique:4203:21172454,21140594:film_plastique:4203:21290395,21143651:film_plastique:4203:21144477,21155462:film_plastique:4203:21170851,21180001:film_plastique:4203:21181122,21221105:film_plastique:4203:21221274,21221394:film_plastique:4203:21222107,21232888:film_plastique:4203:21324796,21267127:film_plastique:4203:21330408,21290582:film_plastique:4203:21292015,21306684:film_plastique:4203:21328629,21339766:film_plastique:4203:21356402,21352346:film_plastique:4203:21370286,21378587:film_plastique:4203:21410361,21381695:film_plastique:4203:21406062,21394505:film_plastique:4203:21396238,21431417:film_plastique:4203:21446118,21441440:film_plastique:4203:21455892,21483159:film_plastique:4203:2148369'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032529849021925494, 'nb_photo': 1531, 'list_port_cont': '20975337,20999844,21009751,21011742,21012677,21025570,21033737,21042397,21044271,21049344,21050241,21065619,21066105,21070335,21075124,21080326,21080738,21082798,21084384,21110390,21115761,21115768,21116358,21117037,21117161,21117913,21120232,21120944,21122041,21122705,21136723,21140150,21140317,21140999,21141124,21141985,21142920,21144102,21155883,21167639,21168266,21169688,21169972,21170243,21170860,21170901,21171552,21180138,21180249,21180470,21180759,21206516,21209646,21209788,21209920,21210198,21220369,21220387,21221135,21221146,21221637,21223084,21223435,21224156,21224360,21224934,21226455,21226780,21227444,21236779,21238671,21241059,21266804,21267847,21271018,21276234,21277643,21283644,21286619,21291674,21293467,21293507,21300872,21300942,21307912,21309982,21314046,21321684,21338139,21339422,21340045,21342557,21342986,21343060,21343398,21343474,21345057,21345334,21345960,21362649,21363642,21366699,21367842,21368063,21369289,21378313,21381645,21382590,21384872,21389429,21394892,21397070,21402842,2140289', 'assoc_port': '20974623:20975337,20999701:20999844,21005922:21012677,21005924:21009751,21011126:21011742,21024338:21025570,21033316:21033737,21041997:21042397,21043842:21044271,21046491:21049344,21049818:21050241,21065194:21066105,21065195:21065619,21069853:21070335,21074838:21075124,21077844:21080738,21077852:21080326,21080853:21082798,21084268:21084384,21108061:21210198,21108072:21209920,21109988:21116358,21110005:21110390,21112972:21115761,21115509:21115768,21117027:21117161,21117028:21117037,21117582:21117913,21119657:21120232,21120523:21167639,21120538:21209788,21120544:21168266,21120581:21120944,21120948:21169688,21120951:21169972,21120955:21170243,21120961:21209646,21120966:21170860,21120968:21170901,21120973:21171552,21120980:21122705,21121004:21122041,21135542:21206516,21136351:21136723,21139512:21140317,21139515:21140150,21140597:21141124,21140598:21140999,21141755:21142920,21141757:21141985,21143653:21144102,21155465:21155883,21179961:21180759,21180020:21180470,21180028:21180249,21180031:21180138,21220270:2122038', 'assoc_mat': '20974623:film_plastique:4207:20975337,20999701:film_plastique:4207:20999844,21005922:film_plastique:4207:21012677,21005924:film_plastique:4207:21009751,21011126:film_plastique:4207:21011742,21024338:film_plastique:4207:21025570,21033316:film_plastique:4207:21033737,21041997:film_plastique:4207:21042397,21043842:film_plastique:4207:21044271,21046491:film_plastique:4207:21049344,21049818:film_plastique:4207:21050241,21065194:film_plastique:4207:21066105,21065195:film_plastique:4207:21065619,21069853:film_plastique:4207:21070335,21074838:film_plastique:4207:21075124,21077844:film_plastique:4207:21080738,21077852:film_plastique:4207:21080326,21080853:film_plastique:4207:21082798,21084268:film_plastique:4207:21084384,21108061:film_plastique:4207:21210198,21108072:film_plastique:4207:21209920,21109988:film_plastique:4207:21116358,21110005:film_plastique:4207:21110390,21112972:film_plastique:4207:21115761,21115509:film_plastique:4207:21115768,21117027:film_plastique:4207:21117161,21117028:film_plastique:4207:2111703'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7619064836302554, 'nb_photo': 6371, 'list_port_cont': '20977401,20996251,20999912,21006800,21038926,21058287,21071719,21074471,21083730,21085520,21085970,21093813,21110290,21125888,21144748,21150861,21152083,21153002,21159932,21161969,21168733,21169536,21170771,21173450,21174509,21180610,21180657,21181197,21182222,21182326,21208283,21218928,21219599,21220516,21241319,21247524,21262234,21262762,21268896,21271280,21274557,21275565,21277104,21277483,21277548,21277963,21278666,21279522,21280806,21281359,21284854,21287002,21291862,21292886,21296165,21296277,21296822,21300018,21300160,21300810,21300813,21307824,21311392,21321736,21337068,21340283,21342491,21359286,21361541,21362194,21363764,21367040,21367157,21369220,21375083,21378653,21380359,21380846,21382389,21382421,21382749,21389968,21392219,21395031,21416713,21418683,21422430,21425111,21428783,21434267,21441970,21442355,21445547,21455849,21484956,21486616,21487867,21490834,21494185,21494956,21496983,21498530,21501359,21502838,21508680,21509363,21510479,21513509,21514195,21514926,21516161,21516765,21521660,2152287', 'assoc_port': '20966503:20977401,20984096:20996251,20999578:20999912,20999700:21006800,21011127:21058287,21020698:21071719,21033315:21083730,21037139:21038926,21039695:21085520,21041994:21085970,21049814:21093813,21071194:21110290,21072708:21074471,21074837:21296277,21080849:21208283,21083369:21125888,21109990:21292886,21109992:21150861,21112971:21152083,21115508:21296165,21117586:21159932,21120539:21300160,21120583:21168733,21120960:21170771,21120967:21300813,21120974:21300810,21120992:21173450,21121002:21174509,21135541:21262234,21136350:21262762,21139006:21284854,21140308:21281359,21141752:21280806,21143652:21144748,21147913:21219599,21152614:21218928,21152620:21153002,21157118:21169536,21161108:21161969,21179962:21182326,21179968:21182222,21179977:21181197,21180017:21180657,21180025:21180610,21220269:21220516,21221396:21279522,21222615:21278666,21222623:21277963,21225892:21277483,21225895:21277548,21232860:21275565,21236225:21274557,21240949:21241319,21247225:21247524,21267131:21268896,21270480:21271280,21275780:2127710', 'assoc_mat': '20966503:film_plastique:4461:20977401,20984096:film_plastique:4461:20996251,20999578:film_plastique:4461:20999912,20999700:film_plastique:4461:21006800,21011127:film_plastique:4461:21058287,21020698:film_plastique:4461:21071719,21033315:film_plastique:4461:21083730,21037139:film_plastique:4461:21038926,21039695:film_plastique:4461:21085520,21041994:film_plastique:4461:21085970,21049814:film_plastique:4461:21093813,21071194:film_plastique:4461:21110290,21072708:film_plastique:4461:21074471,21074837:film_plastique:4461:21296277,21080849:film_plastique:4461:21208283,21083369:film_plastique:4461:21125888,21109990:film_plastique:4461:21292886,21109992:film_plastique:4461:21150861,21112971:film_plastique:4461:21152083,21115508:film_plastique:4461:21296165,21117586:film_plastique:4461:21159932,21120539:film_plastique:4461:21300160,21120583:film_plastique:4461:21168733,21120960:film_plastique:4461:21170771,21120967:film_plastique:4461:21300813,21120974:film_plastique:4461:21300810,21120992:film_plastique:4461:2117345'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02134769998446113, 'nb_photo': 4282, 'list_port_cont': '20967650,20984604,20999679,20999950,21025010,21037659,21041287,21041847,21042563,21047285,21050765,21064640,21070567,21073266,21073523,21074913,21075601,21078576,21080592,21082197,21083796,21084232,21109478,21114636,21115912,21116229,21117953,21119240,21121185,21121486,21135838,21139780,21140889,21141974,21142155,21151681,21153876,21156390,21159879,21161407,21163413,21163957,21167450,21170232,21170507,21170884,21172008,21172349,21173925,21180455,21180503,21180699,21181067,21181147,21182017,21214335,21214636,21221234,21221302,21223685,21224819,21225171,21227422,21230616,21230964,21233455,21237475,21238791,21240657,21242871,21265942,21270961,21274343,21276790,21283408,21287796,21287810,21289132,21293316,21299778,21300607,21307527,21307673,21336843,21338951,21342446,21343608,21346448,21346593,21350028,21352948,21353476,21357646,21359131,21362384,21366957,21369171,21374703,21374997,21378208,21379497,21380531,21380602,21380927,21381881,21381894,21382133,21383116,21383684,21384797,21389882,21392087,21395961,2141553', 'assoc_port': '20966504:20967650,20984097:20984604,20999574:20999950,20999575:20999679,21024339:21025010,21037135:21037659,21039692:21041847,21039694:21041287,21041995:21042563,21046493:21047285,21049816:21050765,21064402:21064640,21069850:21070567,21071196:21073523,21072704:21073266,21074840:21074913,21075332:21075601,21077847:21078576,21077848:21080592,21080850:21082197,21083366:21083796,21083367:21084232,21104037:21114636,21108067:21109478,21115491:21116229,21115511:21115912,21117580:21119240,21117584:21117953,21120519:21167450,21120542:21121486,21120584:21121185,21120956:21170232,21120957:21170507,21120965:21170884,21120977:21172008,21120979:21214636,21120984:21172349,21121001:21173925,21121008:21214335,21135646:21135838,21136352:21163957,21136353:21163413,21139513:21139780,21140309:21140889,21141753:21142155,21141759:21141974,21151382:21151681,21152617:21153876,21155490:21156390,21159635:21159879,21161106:21161407,21179964:21182017,21179969:21181147,21179971:21181067,21179980:21180699,21180019:21180503,21180022:2118045', 'assoc_mat': '20966504:film_plastique:4200:20967650,20984097:film_plastique:4200:20984604,20999574:film_plastique:4200:20999950,20999575:film_plastique:4200:20999679,21024339:film_plastique:4200:21025010,21037135:film_plastique:4200:21037659,21039692:film_plastique:4200:21041847,21039694:film_plastique:4200:21041287,21041995:film_plastique:4200:21042563,21046493:film_plastique:4200:21047285,21049816:film_plastique:4200:21050765,21064402:film_plastique:4200:21064640,21069850:film_plastique:4200:21070567,21071196:film_plastique:4200:21073523,21072704:film_plastique:4200:21073266,21074840:film_plastique:4200:21074913,21075332:film_plastique:4200:21075601,21077847:film_plastique:4200:21078576,21077848:film_plastique:4200:21080592,21080850:film_plastique:4200:21082197,21083366:film_plastique:4200:21083796,21083367:film_plastique:4200:21084232,21104037:film_plastique:4200:21114636,21108067:film_plastique:4200:21109478,21115491:film_plastique:4200:21116229,21115511:film_plastique:4200:21115912,21117580:film_plastique:4200:2111924'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01270644429551468, 'nb_photo': 943, 'list_port_cont': '20976952,21036098,21074750,21084546,21084959,21085180,21085254,21085754,21087527,21090040,21094092,21094274,21104607,21108011,21110402,21110946,21111060,21115566,21120347,21121162,21124383,21126630,21126879,21136281,21149010,21152454,21153342,21154919,21158510,21159897,21160144,21161894,21167707,21168660,21169137,21169421,21170732,21170911,21170935,21171161,21172231,21172655,21173039,21173745,21173843,21174537,21174864,21180380,21180923,21180929,21181033,21181218,21182351,21182465,21182766,21187585,21219026,21219544,21220397,21221197,21221377,21222427,21225034,21229868,21230129,21230177,21230838,21230976,21230980,21231344,21233441,21236757,21237373,21241367,21241503,21242855,21247494,21262696,21268029,21277035,21283822,21286898,21287046,21288775,21293913,21297120,21300692,21300720,21301264,21301450,21307342,21308463,21311727,21320382,21321721,21342575,21343132,21357491,21357630,21357732,21359445,21362402,21362420,21363897,21366811,21370639,21371089,21374721,21378773,21379381,21379512,21379742,21380913,2138229', 'assoc_port': '20966501:20976952,21020700:21121162,21024341:21074750,21035615:21036098,21039691:21084959,21039693:21085180,21039697:21085254,21041996:21085754,21043843:21087527,21046492:21090040,21049815:21094092,21049817:21094274,21065193:21104607,21069852:21108011,21071195:21110402,21072705:21111060,21072707:21110946,21074836:21115566,21077845:21120347,21083365:21124383,21084266:21126630,21084270:21126879,21084271:21084546,21108069:21301450,21112973:21152454,21115510:21154919,21117031:21158510,21120522:21167707,21120562:21168660,21120928:21169421,21120949:21287046,21120962:21170732,21120969:21286898,21120981:21172231,21120988:21172655,21120991:21173039,21120994:21173745,21120998:21173843,21121005:21174537,21121011:21174864,21135647:21262696,21136028:21136281,21139516:21231344,21140592:21230980,21141756:21230976,21147912:21219544,21147914:21149010,21151380:21219026,21152616:21170935,21152618:21153342,21155463:21171161,21155464:21170911,21157117:21169137,21159636:21159897,21159639:21160144,21161085:21161894,21179960:2118276', 'assoc_mat': '20966501:film_plastique:4209:20976952,21020700:film_plastique:4209:21121162,21024341:film_plastique:4209:21074750,21035615:film_plastique:4209:21036098,21039691:film_plastique:4209:21084959,21039693:film_plastique:4209:21085180,21039697:film_plastique:4209:21085254,21041996:film_plastique:4209:21085754,21043843:film_plastique:4209:21087527,21046492:film_plastique:4209:21090040,21049815:film_plastique:4209:21094092,21049817:film_plastique:4209:21094274,21065193:film_plastique:4209:21104607,21069852:film_plastique:4209:21108011,21071195:film_plastique:4209:21110402,21072705:film_plastique:4209:21111060,21072707:film_plastique:4209:21110946,21074836:film_plastique:4209:21115566,21077845:film_plastique:4209:21120347,21083365:film_plastique:4209:21124383,21084266:film_plastique:4209:21126630,21084270:film_plastique:4209:21126879,21084271:film_plastique:4209:21084546,21108069:film_plastique:4209:21301450,21112973:film_plastique:4209:21152454,21115510:film_plastique:4209:21154919,21117031:film_plastique:4209:2115851'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0035698534136110473, 'nb_photo': 14250, 'list_port_cont': '20966899,20967310,20985169,20993447,20999936,21012850,21014080,21021437,21036128,21038079,21038874,21043613,21051102,21053662,21066049,21072550,21073194,21073447,21076085,21078116,21079056,21084145,21110647,21110874,21116026,21116411,21116855,21117701,21118010,21120455,21120766,21121296,21136317,21140185,21140902,21140930,21141314,21144194,21149049,21149415,21151875,21153429,21156904,21158456,21159297,21160009,21160763,21161092,21167476,21167966,21168302,21169743,21170157,21170557,21172111,21172874,21174298,21174930,21180792,21180824,21181089,21181278,21181507,21181873,21204853,21206157,21211058,21211223,21213693,21220475,21222210,21223458,21224695,21225148,21225522,21227510,21227981,21230862,21231187,21236159,21237993,21243249,21266468,21271856,21273482,21278618,21279600,21287080,21292245,21294333,21297536,21301066,21301441,21308451,21309479,21318167,21339656,21342639,21342668,21342756,21343801,21346667,21350663,21353941,21358138,21360235,21362800,21363910,21370601,21378423,21382322,21382568,21382728,2138283', 'assoc_port': '20966499:20967310,20966505:20966899,20984095:20985169,20993231:20993447,20999699:20999936,21005927:21014080,21011129:21012850,21020701:21021437,21035614:21036128,21037136:21038874,21037138:21038079,21041999:21043613,21049819:21053662,21049821:21051102,21065192:21066049,21069851:21073194,21071197:21072550,21072703:21073447,21075333:21076085,21075335:21078116,21077849:21079056,21083362:21084145,21108060:21116855,21108073:21116411,21109984:21110874,21110006:21110647,21112974:21116026,21117030:21117701,21117581:21159297,21117585:21120455,21117587:21118010,21119655:21120766,21120520:21213693,21120521:21167476,21120524:21167966,21120540:21168302,21120580:21121296,21120929:21169743,21120950:21170157,21120959:21170557,21120963:21211223,21120970:21211058,21120975:21172111,21120989:21172874,21120999:21174298,21121006:21174930,21135543:21206157,21136029:21136317,21137075:21204853,21139004:21140185,21139514:21140930,21140311:21140902,21140591:21141314,21141750:21161092,21141754:21160763,21141758:21144194,21147910:2114941', 'assoc_mat': '20966499:film_plastique:4211:20967310,20966505:film_plastique:4211:20966899,20984095:film_plastique:4211:20985169,20993231:film_plastique:4211:20993447,20999699:film_plastique:4211:20999936,21005927:film_plastique:4211:21014080,21011129:film_plastique:4211:21012850,21020701:film_plastique:4211:21021437,21035614:film_plastique:4211:21036128,21037136:film_plastique:4211:21038874,21037138:film_plastique:4211:21038079,21041999:film_plastique:4211:21043613,21049819:film_plastique:4211:21053662,21049821:film_plastique:4211:21051102,21065192:film_plastique:4211:21066049,21069851:film_plastique:4211:21073194,21071197:film_plastique:4211:21072550,21072703:film_plastique:4211:21073447,21075333:film_plastique:4211:21076085,21075335:film_plastique:4211:21078116,21077849:film_plastique:4211:21079056,21083362:film_plastique:4211:21084145,21108060:film_plastique:4211:21116855,21108073:film_plastique:4211:21116411,21109984:film_plastique:4211:21110874,21110006:film_plastique:4211:21110647,21112974:film_plastique:4211:2111602'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001269367980182689, 'nb_photo': 35, 'list_port_cont': '20977612,21081213,21119829,21132974,21133011,21180291,21299566,21380556,21422068,21492835,21516707,21529498,21548051,21551567,21566546,21569311,21597673,21645122,21669479,21690463,21694715,21707057,21783966,21793413,21844821,21861702,21907047', 'assoc_port': '20974622:20977612,21080851:21081213,21119653:21119829,21120946:21133011,21120976:21132974,21180026:21180291,21299166:21299566,21380161:21380556,21421770:21422068,21492821:21492835,21516625:21516707,21529358:21529498,21547968:21548051,21551419:21551567,21566375:21566546,21569272:21569311,21597598:21597673,21640852:21645122,21667867:21669479,21690282:21690463,21694463:21694715,21706320:21707057,21782940:21783966,21793244:21793413,21844444:21844821,21861260:21861702,21906781:21907047', 'assoc_mat': '20974622:kraft:3726:20977612,21080851:kraft:3726:21081213,21119653:kraft:3726:21119829,21120946:kraft:3726:21133011,21120976:kraft:3726:21132974,21180026:kraft:3726:21180291,21299166:kraft:3726:21299566,21380161:kraft:3726:21380556,21421770:kraft:3726:21422068,21492821:kraft:3726:21492835,21516625:kraft:3726:21516707,21529358:kraft:3726:21529498,21547968:kraft:3726:21548051,21551419:kraft:3726:21551567,21566375:kraft:3726:21566546,21569272:kraft:3726:21569311,21597598:kraft:3726:21597673,21640852:kraft:3726:21645122,21667867:kraft:3726:21669479,21690282:kraft:3726:21690463,21694463:kraft:3726:21694715,21706320:kraft:3726:21707057,21782940:kraft:3726:21783966,21793244:kraft:3726:21793413,21844444:kraft:3726:21844821,21861260:kraft:3726:21861702,21906781:kraft:3726:21907047'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00015285143896798841, 'nb_photo': 1, 'list_port_cont': '21581596', 'assoc_port': '21580240:21581596', 'assoc_mat': '21580240:kraft:4211:21581596'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9419538050464651, 'nb_photo': 58, 'list_port_cont': '20985451,21012755,21071226,21107268,21116337,21126651,21173190,21180772,21218921,21221712,21236498,21289462,21322276,21330733,21357848,21416724,21458297,21494176,21498492,21521615,21539015,21551498,21559757,21562644,21562749,21592099,21638614,21644586,21658660,21675536,21690551,21707160,21798662,21823029,21832344,21917676', 'assoc_port': '20974621:20985451,21005926:21012755,21020702:21071226,21069849:21107268,21084272:21126651,21116152:21116337,21120995:21173190,21140596:21289462,21151378:21218921,21179999:21180772,21221398:21221712,21225874:21322276,21236227:21236498,21275781:21330733,21356896:21357848,21416273:21416724,21451315:21458297,21494053:21494176,21498396:21498492,21521274:21521615,21538916:21539015,21551421:21551498,21559577:21559757,21562384:21562749,21562427:21562644,21587690:21592099,21636269:21638614,21640850:21644586,21657252:21658660,21667880:21675536,21690281:21690551,21706327:21707160,21774743:21798662,21798310:21823029,21828479:21832344,21906792:21917676', 'assoc_mat': '20974621:metal:4205:20985451,21005926:metal:4205:21012755,21020702:metal:4205:21071226,21069849:metal:4205:21107268,21084272:metal:4205:21126651,21116152:metal:4205:21116337,21120995:metal:4205:21173190,21140596:metal:4205:21289462,21151378:metal:4205:21218921,21179999:metal:4205:21180772,21221398:metal:4205:21221712,21225874:metal:4205:21322276,21236227:metal:4205:21236498,21275781:metal:4205:21330733,21356896:metal:4205:21357848,21416273:metal:4205:21416724,21451315:metal:4205:21458297,21494053:metal:4205:21494176,21498396:metal:4205:21498492,21521274:metal:4205:21521615,21538916:metal:4205:21539015,21551421:metal:4205:21551498,21559577:metal:4205:21559757,21562384:metal:4205:21562749,21562427:metal:4205:21562644,21587690:metal:4205:21592099,21636269:metal:4205:21638614,21640850:metal:4205:21644586,21657252:metal:4205:21658660,21667880:metal:4205:21675536,21690281:metal:4205:21690551,21706327:metal:4205:21707160,21774743:metal:4205:21798662,21798310:metal:4205:21823029,21828479:metal:4205:21832344,21906792:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0043468032931535715, 'nb_photo': 655, 'list_port_cont': '21009036,21045734,21102627,21144487,21159608,21168722,21170316,21170854,21172456,21181136,21221271,21222100,21289597,21290391,21292007,21313583,21324807,21328623,21330398,21356406,21370277,21396240,21406060,21410364,21446127,21455889,21483708,21489859,21499598,21509394,21515723,21531594,21532575,21541038,21550792,21555807,21559762,21567642,21583076,21601477,21643094,21665891,21666475,21682595,21689761,21707607,21736502,21758189,21779826,21821313,21825485,21869528,21871520,21873402,21907244,21925037,21930398', 'assoc_port': '20993232:21009036,21043844:21045734,21064407:21102627,21084267:21313583,21108071:21289597,21117583:21159608,21120585:21168722,21120953:21170316,21120982:21172456,21140594:21290391,21143651:21144487,21155462:21170854,21180001:21181136,21221105:21221271,21221394:21222100,21232888:21324807,21267127:21330398,21290582:21292007,21306684:21328623,21339766:21356406,21352346:21370277,21378587:21410364,21381695:21406060,21394505:21396240,21431417:21446127,21441440:21455889,21483159:21483708,21489393:21489859,21499136:21499598,21509153:21509394,21515548:21515723,21529360:21531594,21532437:21532575,21538911:21541038,21550607:21550792,21555447:21555807,21559582:21559762,21567548:21567642,21580239:21583076,21592857:21601477,21639124:21643094,21651463:21665891,21651464:21666475,21682058:21682595,21689266:21689761,21706322:21707607,21724314:21736502,21728542:21758189,21779322:21779826,21793240:21821313,21814369:21825485,21843933:21873402,21849326:21871520,21861259:21869528,21903539:21907244,21913103:21925037,21924615:2193039', 'assoc_mat': '20993232:metal:4203:21009036,21043844:metal:4203:21045734,21064407:metal:4203:21102627,21084267:metal:4203:21313583,21108071:metal:4203:21289597,21117583:metal:4203:21159608,21120585:metal:4203:21168722,21120953:metal:4203:21170316,21120982:metal:4203:21172456,21140594:metal:4203:21290391,21143651:metal:4203:21144487,21155462:metal:4203:21170854,21180001:metal:4203:21181136,21221105:metal:4203:21221271,21221394:metal:4203:21222100,21232888:metal:4203:21324807,21267127:metal:4203:21330398,21290582:metal:4203:21292007,21306684:metal:4203:21328623,21339766:metal:4203:21356406,21352346:metal:4203:21370277,21378587:metal:4203:21410364,21381695:metal:4203:21406060,21394505:metal:4203:21396240,21431417:metal:4203:21446127,21441440:metal:4203:21455889,21483159:metal:4203:21483708,21489393:metal:4203:21489859,21499136:metal:4203:21499598,21509153:metal:4203:21509394,21515548:metal:4203:21515723,21529360:metal:4203:21531594,21532437:metal:4203:21532575,21538911:metal:4203:21541038,21550607:metal:4203:21550792,21555447:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005703294246334587, 'nb_photo': 313, 'list_port_cont': '20966638,20975329,20999854,21011753,21025561,21033745,21044275,21075126,21080323,21080732,21082801,21084378,21110386,21115749,21117047,21117156,21120220,21120940,21122048,21140148,21141129,21142915,21144096,21167634,21168276,21169689,21169965,21170242,21170864,21171551,21180485,21206512,21209643,21209911,21210210,21221147,21221647,21223448,21224151,21224927,21227446,21236783,21238658,21241054,21266799,21267840,21271020,21276230,21277642,21283642,21286617,21293515,21321696,21338133,21340048,21343056,21343478,21345968,21362655,21363636,21367843,21368054,21369288,21378319,21381647,21384863,21389428,21394890,21397075,21402828,21402892,21406085,21406101,21415932,21416599,21418810,21423921,21425321,21427660,21429357,21442112,21447737,21449390,21483683,21486136,21486776,21487162,21490769,21492244,21492950,21493015,21494101,21499225,21501196,21501936,21502051,21508620,21509255,21510411,21514864,21516079,21521458,21521464,21527644,21529469,21530118,21530172,21533623,21535811,21536221,21537213,21538785,21550715,2155077', 'assoc_port': '20966502:20966638,20974623:20975329,20999701:20999854,21011126:21011753,21024338:21025561,21033316:21033745,21043842:21044275,21074838:21075126,21077844:21080732,21077852:21080323,21080853:21082801,21084268:21084378,21108061:21210210,21108072:21209911,21110005:21110386,21112972:21115749,21117027:21117156,21117028:21117047,21119657:21120220,21120523:21167634,21120544:21168276,21120581:21120940,21120948:21169689,21120951:21169965,21120955:21170242,21120961:21209643,21120966:21170864,21120973:21171551,21121004:21122048,21135542:21206512,21139515:21140148,21140597:21141129,21141755:21142915,21143653:21144096,21180020:21180485,21221103:21221147,21221400:21221647,21222610:21227446,21222627:21224151,21222670:21223448,21224542:21224927,21236207:21236783,21238237:21238658,21240946:21241054,21265552:21266799,21267120:21267840,21270481:21271020,21275769:21277642,21275777:21276230,21282367:21283642,21285767:21286617,21292231:21293515,21321581:21321696,21336255:21338133,21339764:21340048,21342837:21343478,21342843:2134305', 'assoc_mat': '20966502:metal:4207:20966638,20974623:metal:4207:20975329,20999701:metal:4207:20999854,21011126:metal:4207:21011753,21024338:metal:4207:21025561,21033316:metal:4207:21033745,21043842:metal:4207:21044275,21074838:metal:4207:21075126,21077844:metal:4207:21080732,21077852:metal:4207:21080323,21080853:metal:4207:21082801,21084268:metal:4207:21084378,21108061:metal:4207:21210210,21108072:metal:4207:21209911,21110005:metal:4207:21110386,21112972:metal:4207:21115749,21117027:metal:4207:21117156,21117028:metal:4207:21117047,21119657:metal:4207:21120220,21120523:metal:4207:21167634,21120544:metal:4207:21168276,21120581:metal:4207:21120940,21120948:metal:4207:21169689,21120951:metal:4207:21169965,21120955:metal:4207:21170242,21120961:metal:4207:21209643,21120966:metal:4207:21170864,21120973:metal:4207:21171551,21121004:metal:4207:21122048,21135542:metal:4207:21206512,21139515:metal:4207:21140148,21140597:metal:4207:21141129,21141755:metal:4207:21142915,21143653:metal:4207:21144096,21180020:metal:4207:21180485,21221103:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014305309932411291, 'nb_photo': 33, 'list_port_cont': '21085528,21125889,21161961,21182230,21262230,21274560,21277489,21280814,21281370,21291860,21311407,21340288,21380847,21382427,21418678,21455853,21508681,21540273,21559794,21562846,21580675,21634128,21676211,21692380,21721721,21775486,21815228,21834152', 'assoc_port': '21039695:21085528,21083369:21125889,21135541:21262230,21140308:21281370,21141752:21280814,21161108:21161961,21179968:21182230,21225892:21277489,21236225:21274560,21290579:21291860,21311032:21311407,21339762:21340288,21380239:21380847,21381700:21382427,21418035:21418678,21455500:21455853,21508543:21508681,21539979:21540273,21559575:21559794,21562383:21562846,21580241:21580675,21633419:21634128,21674544:21676211,21691863:21692380,21720293:21721721,21774747:21775486,21814395:21815228,21833506:21834152', 'assoc_mat': '21039695:metal:4461:21085528,21083369:metal:4461:21125889,21135541:metal:4461:21262230,21140308:metal:4461:21281370,21141752:metal:4461:21280814,21161108:metal:4461:21161961,21179968:metal:4461:21182230,21225892:metal:4461:21277489,21236225:metal:4461:21274560,21290579:metal:4461:21291860,21311032:metal:4461:21311407,21339762:metal:4461:21340288,21380239:metal:4461:21380847,21381700:metal:4461:21382427,21418035:metal:4461:21418678,21455500:metal:4461:21455853,21508543:metal:4461:21508681,21539979:metal:4461:21540273,21559575:metal:4461:21559794,21562383:metal:4461:21562846,21580241:metal:4461:21580675,21633419:metal:4461:21634128,21674544:metal:4461:21676211,21691863:metal:4461:21692380,21720293:metal:4461:21721721,21774747:metal:4461:21775486,21814395:metal:4461:21815228,21833506:metal:4461:21834152'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008015020487233874, 'nb_photo': 150, 'list_port_cont': '21025022,21041293,21050760,21070560,21075600,21082203,21083801,21109490,21119244,21121193,21135831,21140883,21141979,21151671,21161400,21163946,21170505,21172017,21172358,21180464,21180504,21214337,21214628,21223689,21225182,21227416,21230603,21237472,21265949,21270956,21274341,21276783,21283400,21289131,21293307,21299785,21300605,21307530,21342457,21350033,21352938,21374706,21375001,21378210,21380595,21381896,21382139,21383689,21384806,21418669,21428975,21442131,21443188,21484683,21486407,21487838,21490828,21492189,21494722,21498497,21501250,21501385,21502795,21502820,21508637,21513488,21514184,21515700,21516743,21521747,21523280,21527665,21529797,21530142,21535720,21540256,21542285,21544336,21552529,21553684,21556774,21562683,21562933,21581026,21582914,21588413,21639855,21670507,21675023,21687561,21690967,21692332,21694970,21701439,21705645,21723051,21728446,21730833,21738185,21747412,21777635,21787463,21790381,21804709,21809170,21813121,21815307,21844099,21869652,21916693,21931105,21936244', 'assoc_port': '21024339:21025022,21039694:21041293,21049816:21050760,21069850:21070560,21075332:21075600,21080850:21082203,21083366:21083801,21108067:21109490,21117580:21119244,21120584:21121193,21120957:21170505,21120977:21172017,21120979:21214628,21120984:21172358,21121008:21214337,21135646:21135831,21136352:21163946,21140309:21140883,21141759:21141979,21151382:21151671,21161106:21161400,21180019:21180504,21180022:21180464,21222668:21223689,21224541:21225182,21225894:21227416,21230483:21230603,21236228:21237472,21262954:21274341,21265555:21265949,21270482:21270956,21275776:21276783,21282368:21283400,21287083:21289131,21292229:21293307,21299136:21299785,21300186:21300605,21306678:21307530,21342181:21342457,21349043:21350033,21352345:21352938,21374304:21375001,21374328:21374706,21378071:21378210,21378583:21381896,21380169:21380595,21381696:21383689,21381743:21382139,21384554:21384806,21418036:21418669,21428064:21428975,21441441:21443188,21441450:21442131,21484310:21484683,21486216:21486407,21487643:21487838,21490477:2149082', 'assoc_mat': '21024339:metal:4200:21025022,21039694:metal:4200:21041293,21049816:metal:4200:21050760,21069850:metal:4200:21070560,21075332:metal:4200:21075600,21080850:metal:4200:21082203,21083366:metal:4200:21083801,21108067:metal:4200:21109490,21117580:metal:4200:21119244,21120584:metal:4200:21121193,21120957:metal:4200:21170505,21120977:metal:4200:21172017,21120979:metal:4200:21214628,21120984:metal:4200:21172358,21121008:metal:4200:21214337,21135646:metal:4200:21135831,21136352:metal:4200:21163946,21140309:metal:4200:21140883,21141759:metal:4200:21141979,21151382:metal:4200:21151671,21161106:metal:4200:21161400,21180019:metal:4200:21180504,21180022:metal:4200:21180464,21222668:metal:4200:21223689,21224541:metal:4200:21225182,21225894:metal:4200:21227416,21230483:metal:4200:21230603,21236228:metal:4200:21237472,21262954:metal:4200:21274341,21265555:metal:4200:21265949,21270482:metal:4200:21270956,21275776:metal:4200:21276783,21282368:metal:4200:21283400,21287083:metal:4200:21289131,21292229:metal:4200:21293307,21299136:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017520348421255782, 'nb_photo': 483, 'list_port_cont': '20976937,21036093,21074756,21074955,21084547,21084954,21085185,21085756,21090037,21094093,21094281,21104599,21110401,21110941,21111051,21120354,21126631,21126877,21149023,21152440,21153346,21154921,21157798,21158511,21159883,21168647,21169139,21169426,21170683,21170910,21171167,21172236,21172644,21173029,21173738,21173854,21174541,21174871,21180383,21180422,21180526,21180916,21181029,21181219,21182181,21182477,21182770,21187586,21219015,21219549,21221202,21221380,21222430,21225025,21230124,21230167,21230835,21230930,21230974,21230981,21231349,21236762,21237391,21241368,21241506,21242845,21247500,21262689,21268018,21276982,21283812,21286896,21287050,21288790,21293901,21297111,21300701,21300712,21301258,21301457,21307337,21311718,21320383,21321714,21339227,21343141,21345065,21357627,21357730,21359447,21362398,21362422,21363903,21366812,21370635,21371087,21374728,21376481,21379508,21379738,21380910,21382305,21382803,21387028,21392204,21395345,21396872,21412562,21418412,21425014,21434904,21437924,21438064,2144548', 'assoc_port': '20966501:20976937,21024341:21074756,21035615:21036093,21039691:21084954,21039693:21085185,21041996:21085756,21046492:21090037,21049815:21094093,21049817:21094281,21065193:21104599,21071195:21110401,21072705:21111051,21072707:21110941,21074839:21074955,21077845:21120354,21084266:21126631,21084270:21126877,21084271:21084547,21108069:21301457,21112973:21152440,21115510:21154921,21117029:21157798,21117031:21158511,21120562:21168647,21120928:21169426,21120949:21287050,21120958:21170683,21120969:21286896,21120981:21172236,21120988:21172644,21120991:21173029,21120994:21173738,21120998:21173854,21121005:21174541,21121011:21174871,21135647:21262689,21139516:21231349,21140592:21230981,21140593:21230930,21141756:21230974,21147912:21219549,21147914:21149023,21151380:21219015,21152618:21153346,21155463:21171167,21155464:21170910,21157117:21169139,21159636:21159883,21179960:21182770,21179965:21182181,21179970:21182477,21179972:21187586,21179979:21181029,21179991:21181219,21180000:21180383,21180018:21180916,21180027:2118052', 'assoc_mat': '20966501:metal:4209:20976937,21024341:metal:4209:21074756,21035615:metal:4209:21036093,21039691:metal:4209:21084954,21039693:metal:4209:21085185,21041996:metal:4209:21085756,21046492:metal:4209:21090037,21049815:metal:4209:21094093,21049817:metal:4209:21094281,21065193:metal:4209:21104599,21071195:metal:4209:21110401,21072705:metal:4209:21111051,21072707:metal:4209:21110941,21074839:metal:4209:21074955,21077845:metal:4209:21120354,21084266:metal:4209:21126631,21084270:metal:4209:21126877,21084271:metal:4209:21084547,21108069:metal:4209:21301457,21112973:metal:4209:21152440,21115510:metal:4209:21154921,21117029:metal:4209:21157798,21117031:metal:4209:21158511,21120562:metal:4209:21168647,21120928:metal:4209:21169426,21120949:metal:4209:21287050,21120958:metal:4209:21170683,21120969:metal:4209:21286896,21120981:metal:4209:21172236,21120988:metal:4209:21172644,21120991:metal:4209:21173029,21120994:metal:4209:21173738,21120998:metal:4209:21173854,21121005:metal:4209:21174541,21121011:metal:4209:21174871,21135647:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006787279098853101, 'nb_photo': 1197, 'list_port_cont': '20966889,20967302,20985153,20993443,20999941,21012856,21014083,21021431,21036126,21038084,21038881,21043609,21051113,21053661,21066043,21072542,21073195,21076071,21078110,21079049,21084147,21110650,21110883,21116015,21116406,21116859,21117704,21118013,21120767,21121293,21136323,21140186,21140907,21140926,21141303,21144195,21149060,21149414,21151869,21153415,21156893,21158460,21160007,21160767,21161096,21167958,21168308,21169747,21170168,21170559,21172116,21172877,21174304,21174918,21180808,21180819,21181094,21181280,21181499,21181870,21206156,21211062,21211230,21220480,21222204,21223466,21224699,21225142,21225534,21227519,21227969,21230855,21231196,21236160,21237996,21243247,21266478,21271853,21273488,21278611,21279605,21287069,21292257,21294324,21297524,21301064,21301442,21308437,21309469,21318158,21339657,21342650,21342659,21342741,21343813,21346662,21350653,21353940,21358126,21362790,21363909,21370593,21378426,21382324,21382569,21382722,21382836,21386229,21387608,21393184,21395728,21396372,21398895,2140592', 'assoc_port': '20966499:20967302,20966505:20966889,20984095:20985153,20993231:20993443,20999699:20999941,21005927:21014083,21011129:21012856,21020701:21021431,21035614:21036126,21037136:21038881,21037138:21038084,21041999:21043609,21049819:21053661,21049821:21051113,21065192:21066043,21069851:21073195,21071197:21072542,21075333:21076071,21075335:21078110,21077849:21079049,21083362:21084147,21108060:21116859,21108073:21116406,21109984:21110883,21110006:21110650,21112974:21116015,21117030:21117704,21117587:21118013,21119655:21120767,21120524:21167958,21120540:21168308,21120580:21121293,21120929:21169747,21120950:21170168,21120959:21170559,21120963:21211230,21120970:21211062,21120975:21172116,21120989:21172877,21120999:21174304,21121006:21174918,21135543:21206156,21136029:21136323,21139004:21140186,21139514:21140926,21140311:21140907,21140591:21141303,21141750:21161096,21141754:21160767,21141758:21144195,21147910:21149414,21147915:21149060,21151381:21151869,21152619:21153415,21155492:21156893,21157119:21158460,21159638:2116000', 'assoc_mat': '20966499:metal:4211:20967302,20966505:metal:4211:20966889,20984095:metal:4211:20985153,20993231:metal:4211:20993443,20999699:metal:4211:20999941,21005927:metal:4211:21014083,21011129:metal:4211:21012856,21020701:metal:4211:21021431,21035614:metal:4211:21036126,21037136:metal:4211:21038881,21037138:metal:4211:21038084,21041999:metal:4211:21043609,21049819:metal:4211:21053661,21049821:metal:4211:21051113,21065192:metal:4211:21066043,21069851:metal:4211:21073195,21071197:metal:4211:21072542,21075333:metal:4211:21076071,21075335:metal:4211:21078110,21077849:metal:4211:21079049,21083362:metal:4211:21084147,21108060:metal:4211:21116859,21108073:metal:4211:21116406,21109984:metal:4211:21110883,21110006:metal:4211:21110650,21112974:metal:4211:21116015,21117030:metal:4211:21117704,21117587:metal:4211:21118013,21119655:metal:4211:21120767,21120524:metal:4211:21167958,21120540:metal:4211:21168308,21120580:metal:4211:21121293,21120929:metal:4211:21169747,21120950:metal:4211:21170168,21120959:metal:4211:21170559,21120963:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0001306905864197531, 'nb_photo': 1, 'list_port_cont': '21584625', 'assoc_port': '21583368:21584625', 'assoc_mat': '21583368:metal:3594:21584625'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022565224353523414, 'nb_photo': 2606, 'list_port_cont': '20985452,21012748,21071234,21107269,21116336,21123608,21126653,21168325,21173199,21180762,21218926,21221705,21225058,21236488,21271172,21289466,21322268,21326930,21330718,21336371,21353896,21357850,21370534,21371439,21385322,21402163,21402414,21416731,21425201,21457517,21458301,21494177,21498482,21509781,21513383,21521638,21531295,21539009,21551501,21555648,21559749,21562643,21562762,21592101,21638603,21644582,21658663,21675526,21690557,21707156,21764121,21769864,21798668,21823024,21824608,21832342,21869006,21869706,21870589,21917684,21942306', 'assoc_port': '20974621:20985452,21005926:21012748,21020702:21071234,21069849:21107269,21083360:21123608,21084272:21126653,21116152:21116336,21120561:21168325,21120995:21173199,21135544:21326930,21140596:21289466,21151378:21218926,21179999:21180762,21221398:21221705,21224543:21225058,21225874:21322268,21236227:21236488,21270486:21271172,21275781:21330718,21300178:21336371,21338511:21353896,21345495:21371439,21356896:21357850,21370457:21370534,21380145:21402163,21380165:21402414,21384556:21385322,21416273:21416731,21424524:21425201,21431420:21457517,21451315:21458301,21494053:21494177,21498396:21498482,21509733:21509781,21513309:21513383,21521274:21521638,21531130:21531295,21538916:21539009,21551421:21551501,21555438:21555648,21559577:21559749,21562384:21562762,21562427:21562643,21587690:21592101,21636269:21638603,21640850:21644582,21657252:21658663,21667880:21675526,21690281:21690557,21706327:21707156,21730666:21764121,21734156:21769864,21774743:21798668,21798310:21823024,21814397:21824608,21828479:21832342,21845944:2187058', 'assoc_mat': '20974621:papier:4205:20985452,21005926:papier:4205:21012748,21020702:papier:4205:21071234,21069849:papier:4205:21107269,21083360:papier:4205:21123608,21084272:papier:4205:21126653,21116152:papier:4205:21116336,21120561:papier:4205:21168325,21120995:papier:4205:21173199,21135544:papier:4205:21326930,21140596:papier:4205:21289466,21151378:papier:4205:21218926,21179999:papier:4205:21180762,21221398:papier:4205:21221705,21224543:papier:4205:21225058,21225874:papier:4205:21322268,21236227:papier:4205:21236488,21270486:papier:4205:21271172,21275781:papier:4205:21330718,21300178:papier:4205:21336371,21338511:papier:4205:21353896,21345495:papier:4205:21371439,21356896:papier:4205:21357850,21370457:papier:4205:21370534,21380145:papier:4205:21402163,21380165:papier:4205:21402414,21384556:papier:4205:21385322,21416273:papier:4205:21416731,21424524:papier:4205:21425201,21431420:papier:4205:21457517,21451315:papier:4205:21458301,21494053:papier:4205:21494177,21498396:papier:4205:21498482,21509733:papier:4205:21509781,2151'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01033072775821922, 'nb_photo': 4502, 'list_port_cont': '21009025,21045721,21102632,21144478,21159603,21168716,21170319,21170841,21172451,21181125,21221272,21222097,21289598,21290398,21292012,21313592,21324795,21328624,21330407,21356409,21370290,21396233,21406064,21410362,21446122,21455886,21483697,21489866,21499584,21509395,21515725,21531596,21532588,21541039,21550786,21555808,21559774,21567639,21583066,21601478,21643108,21665892,21666461,21682597,21689762,21707614,21736506,21758190,21779834,21821327,21825484,21869541,21871518,21873393,21907238,21925050,21930399', 'assoc_port': '20993232:21009025,21043844:21045721,21064407:21102632,21084267:21313592,21108071:21289598,21117583:21159603,21120585:21168716,21120953:21170319,21120982:21172451,21140594:21290398,21143651:21144478,21155462:21170841,21180001:21181125,21221105:21221272,21221394:21222097,21232888:21324795,21267127:21330407,21290582:21292012,21306684:21328624,21339766:21356409,21352346:21370290,21378587:21410362,21381695:21406064,21394505:21396233,21431417:21446122,21441440:21455886,21483159:21483697,21489393:21489866,21499136:21499584,21509153:21509395,21515548:21515725,21529360:21531596,21532437:21532588,21538911:21541039,21550607:21550786,21555447:21555808,21559582:21559774,21567548:21567639,21580239:21583066,21592857:21601478,21639124:21643108,21651463:21665892,21651464:21666461,21682058:21682597,21689266:21689762,21706322:21707614,21724314:21736506,21728542:21758190,21779322:21779834,21793240:21821327,21814369:21825484,21843933:21873393,21849326:21871518,21861259:21869541,21903539:21907238,21913103:21925050,21924615:2193039', 'assoc_mat': '20993232:papier:4203:21009025,21043844:papier:4203:21045721,21064407:papier:4203:21102632,21084267:papier:4203:21313592,21108071:papier:4203:21289598,21117583:papier:4203:21159603,21120585:papier:4203:21168716,21120953:papier:4203:21170319,21120982:papier:4203:21172451,21140594:papier:4203:21290398,21143651:papier:4203:21144478,21155462:papier:4203:21170841,21180001:papier:4203:21181125,21221105:papier:4203:21221272,21221394:papier:4203:21222097,21232888:papier:4203:21324795,21267127:papier:4203:21330407,21290582:papier:4203:21292012,21306684:papier:4203:21328624,21339766:papier:4203:21356409,21352346:papier:4203:21370290,21378587:papier:4203:21410362,21381695:papier:4203:21406064,21394505:papier:4203:21396233,21431417:papier:4203:21446122,21441440:papier:4203:21455886,21483159:papier:4203:21483697,21489393:papier:4203:21489866,21499136:papier:4203:21499584,21509153:papier:4203:21509395,21515548:papier:4203:21515725,21529360:papier:4203:21531596,21532437:papier:4203:21532588,21538911:papier:4203:21541039,2155'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0436880763947974, 'nb_photo': 17134, 'list_port_cont': '20966651,20975331,20999839,21009747,21011748,21012667,21024481,21025564,21033739,21042393,21044282,21049346,21050235,21065611,21066115,21070332,21075120,21080317,21080729,21082797,21084374,21110387,21115756,21115766,21116352,21117036,21117150,21117914,21120233,21120934,21122053,21122697,21136717,21140147,21140324,21140995,21141134,21141990,21142909,21144091,21155892,21167631,21168274,21169570,21169694,21169967,21170028,21170235,21170872,21170902,21171543,21180137,21180255,21180484,21180744,21206520,21209653,21209782,21209917,21210209,21220364,21220373,21221142,21221144,21221644,21223096,21223436,21224155,21224346,21224931,21226464,21226791,21227438,21236772,21238663,21241062,21266807,21267839,21271028,21276218,21277637,21283634,21286613,21291682,21293469,21293521,21300868,21300945,21307917,21309983,21314048,21321682,21338142,21339423,21340056,21342559,21342977,21343064,21343397,21343488,21345052,21345337,21345967,21362656,21363635,21366701,21367844,21368051,21369283,21378305,21381633,21382381,21382597,2138486', 'assoc_port': '20966502:20966651,20974623:20975331,20999701:20999839,21005922:21012667,21005924:21009747,21011126:21011748,21024338:21025564,21024342:21024481,21033316:21033739,21041997:21042393,21043842:21044282,21046491:21049346,21049818:21050235,21065194:21066115,21065195:21065611,21069853:21070332,21074838:21075120,21077844:21080729,21077852:21080317,21080853:21082797,21084268:21084374,21108061:21210209,21108072:21209917,21109988:21116352,21110005:21110387,21112972:21115756,21115509:21115766,21117027:21117150,21117028:21117036,21117582:21117914,21119657:21120233,21120523:21167631,21120538:21209782,21120544:21168274,21120581:21120934,21120948:21169694,21120951:21169967,21120952:21170028,21120955:21170235,21120961:21209653,21120966:21170872,21120968:21170902,21120973:21171543,21120980:21122697,21121004:21122053,21135542:21206520,21136351:21136717,21139002:21169570,21139512:21140324,21139515:21140147,21140597:21141134,21140598:21140995,21141755:21142909,21141757:21141990,21143653:21144091,21155465:21155892,21179961:2118074', 'assoc_mat': '20966502:papier:4207:20966651,20974623:papier:4207:20975331,20999701:papier:4207:20999839,21005922:papier:4207:21012667,21005924:papier:4207:21009747,21011126:papier:4207:21011748,21024338:papier:4207:21025564,21024342:papier:4207:21024481,21033316:papier:4207:21033739,21041997:papier:4207:21042393,21043842:papier:4207:21044282,21046491:papier:4207:21049346,21049818:papier:4207:21050235,21065194:papier:4207:21066115,21065195:papier:4207:21065611,21069853:papier:4207:21070332,21074838:papier:4207:21075120,21077844:papier:4207:21080729,21077852:papier:4207:21080317,21080853:papier:4207:21082797,21084268:papier:4207:21084374,21108061:papier:4207:21210209,21108072:papier:4207:21209917,21109988:papier:4207:21116352,21110005:papier:4207:21110387,21112972:papier:4207:21115756,21115509:papier:4207:21115766,21117027:papier:4207:21117150,21117028:papier:4207:21117036,21117582:papier:4207:21117914,21119657:papier:4207:21120233,21120523:papier:4207:21167631,21120538:papier:4207:21209782,21120544:papier:4207:21168274,2112'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.2125821255338801, 'nb_photo': 51507, 'list_port_cont': '20977411,20996248,20999904,21006803,21038920,21058281,21071725,21074468,21083729,21085514,21085983,21093805,21110291,21125876,21144739,21150855,21152087,21152990,21159931,21161970,21168742,21169540,21170773,21173458,21174498,21180617,21180644,21181196,21182214,21182315,21208291,21218936,21219604,21220517,21241317,21247520,21262236,21262751,21268901,21271292,21274567,21275570,21277090,21277481,21277550,21277965,21278674,21279519,21280808,21281399,21284855,21286996,21291852,21292867,21296166,21296289,21296828,21300026,21300151,21300808,21300819,21307826,21311394,21321737,21337066,21340285,21342485,21359278,21361544,21362202,21363774,21367052,21367144,21369219,21375092,21378651,21380353,21380842,21382396,21382422,21382754,21389969,21392213,21395026,21416706,21418686,21422423,21425117,21428780,21434271,21441984,21442358,21445534,21455855,21484957,21486611,21487860,21490847,21494190,21494957,21496987,21498531,21501362,21502826,21508682,21509356,21510473,21513517,21514203,21514922,21516163,21516772,21521682,2152287', 'assoc_port': '20966503:20977411,20984096:20996248,20999578:20999904,20999700:21006803,21011127:21058281,21020698:21071725,21033315:21083729,21037139:21038920,21039695:21085514,21041994:21085983,21049814:21093805,21071194:21110291,21072708:21074468,21074837:21296289,21080849:21208291,21083369:21125876,21109990:21292867,21109992:21150855,21112971:21152087,21115508:21296166,21117586:21159931,21120539:21300151,21120583:21168742,21120960:21170773,21120967:21300819,21120974:21300808,21120992:21173458,21121002:21174498,21135541:21262236,21136350:21262751,21139006:21284855,21140308:21281399,21141752:21280808,21143652:21144739,21147913:21219604,21152614:21218936,21152620:21152990,21157118:21169540,21161108:21161970,21179962:21182315,21179968:21182214,21179977:21181196,21180017:21180644,21180025:21180617,21220269:21220517,21221396:21279519,21222615:21278674,21222623:21277965,21225892:21277481,21225895:21277550,21232860:21275570,21236225:21274567,21240949:21241317,21247225:21247520,21267131:21268901,21270480:21271292,21275780:2127709', 'assoc_mat': '20966503:papier:4461:20977411,20984096:papier:4461:20996248,20999578:papier:4461:20999904,20999700:papier:4461:21006803,21011127:papier:4461:21058281,21020698:papier:4461:21071725,21033315:papier:4461:21083729,21037139:papier:4461:21038920,21039695:papier:4461:21085514,21041994:papier:4461:21085983,21049814:papier:4461:21093805,21071194:papier:4461:21110291,21072708:papier:4461:21074468,21074837:papier:4461:21296289,21080849:papier:4461:21208291,21083369:papier:4461:21125876,21109990:papier:4461:21292867,21109992:papier:4461:21150855,21112971:papier:4461:21152087,21115508:papier:4461:21296166,21117586:papier:4461:21159931,21120539:papier:4461:21300151,21120583:papier:4461:21168742,21120960:papier:4461:21170773,21120967:papier:4461:21300819,21120974:papier:4461:21300808,21120992:papier:4461:21173458,21121002:papier:4461:21174498,21135541:papier:4461:21262236,21136350:papier:4461:21262751,21139006:papier:4461:21284855,21140308:papier:4461:21281399,21141752:papier:4461:21280808,21143652:papier:4461:21144739,2114'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.011639014429112974, 'nb_photo': 3612, 'list_port_cont': '20967657,20984598,20999682,20999952,21025008,21037665,21041289,21041841,21042566,21047283,21050761,21064653,21070557,21073264,21073531,21074914,21075595,21078582,21080591,21082200,21083800,21084240,21109489,21114631,21115913,21116224,21117952,21119241,21121188,21121489,21135836,21139776,21140893,21141973,21142161,21151674,21153884,21159881,21161401,21163405,21163943,21167456,21170228,21170509,21170881,21172010,21172356,21173942,21180466,21180505,21180705,21181068,21181154,21182025,21214331,21214637,21221247,21221290,21223686,21224821,21225170,21227424,21230610,21230956,21233465,21237476,21238797,21240645,21242880,21265948,21270946,21274344,21276778,21283406,21287782,21287813,21289137,21293311,21299777,21300612,21307532,21307681,21336847,21338965,21342454,21343594,21346458,21346584,21350036,21352949,21353485,21357644,21359108,21362383,21366960,21369159,21374707,21375000,21378211,21379499,21380529,21380605,21380932,21381876,21381904,21382134,21383114,21383685,21384796,21389889,21392083,21395976,21415536,2141643', 'assoc_port': '20966504:20967657,20984097:20984598,20999574:20999952,20999575:20999682,21024339:21025008,21037135:21037665,21039692:21041841,21039694:21041289,21041995:21042566,21046493:21047283,21049816:21050761,21064402:21064653,21069850:21070557,21071196:21073531,21072704:21073264,21074840:21074914,21075332:21075595,21077847:21078582,21077848:21080591,21080850:21082200,21083366:21083800,21083367:21084240,21104037:21114631,21108067:21109489,21115491:21116224,21115511:21115913,21117580:21119241,21117584:21117952,21120519:21167456,21120542:21121489,21120584:21121188,21120956:21170228,21120957:21170509,21120965:21170881,21120977:21172010,21120979:21214637,21120984:21172356,21121001:21173942,21121008:21214331,21135646:21135836,21136352:21163943,21136353:21163405,21139513:21139776,21140309:21140893,21141753:21142161,21141759:21141973,21151382:21151674,21152617:21153884,21159635:21159881,21161106:21161401,21179964:21182025,21179969:21181154,21179971:21181068,21179980:21180705,21180019:21180505,21180022:21180466,21221101:2122129', 'assoc_mat': '20966504:papier:4200:20967657,20984097:papier:4200:20984598,20999574:papier:4200:20999952,20999575:papier:4200:20999682,21024339:papier:4200:21025008,21037135:papier:4200:21037665,21039692:papier:4200:21041841,21039694:papier:4200:21041289,21041995:papier:4200:21042566,21046493:papier:4200:21047283,21049816:papier:4200:21050761,21064402:papier:4200:21064653,21069850:papier:4200:21070557,21071196:papier:4200:21073531,21072704:papier:4200:21073264,21074840:papier:4200:21074914,21075332:papier:4200:21075595,21077847:papier:4200:21078582,21077848:papier:4200:21080591,21080850:papier:4200:21082200,21083366:papier:4200:21083800,21083367:papier:4200:21084240,21104037:papier:4200:21114631,21108067:papier:4200:21109489,21115491:papier:4200:21116224,21115511:papier:4200:21115913,21117580:papier:4200:21119241,21117584:papier:4200:21117952,21120519:papier:4200:21167456,21120542:papier:4200:21121489,21120584:papier:4200:21121188,21120956:papier:4200:21170228,21120957:papier:4200:21170509,21120965:papier:4200:21170881,2112'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9255045915635101, 'nb_photo': 109310, 'list_port_cont': '20976944,20993322,21005799,21036086,21074744,21074960,21084553,21084961,21085100,21085177,21085253,21085757,21087530,21090036,21094094,21094279,21104601,21108017,21110408,21110949,21111055,21115573,21120351,21121170,21124377,21126629,21126888,21136275,21149030,21150148,21152445,21153344,21154914,21157803,21158507,21159893,21160151,21161897,21167714,21168653,21169143,21169420,21170679,21170738,21170912,21170928,21171162,21171605,21172242,21172515,21172645,21173038,21173747,21173852,21174531,21174869,21180370,21180426,21180527,21180913,21180939,21181038,21181220,21182183,21182357,21182475,21182772,21187589,21219016,21219552,21220406,21221208,21221383,21222436,21225017,21229871,21230135,21230172,21230842,21230931,21230952,21230988,21231352,21233448,21236756,21237389,21241356,21241507,21242847,21247502,21262688,21268024,21276970,21277027,21283823,21286874,21287052,21288788,21293902,21297119,21300702,21300722,21301263,21301452,21307341,21308468,21311728,21320374,21321718,21339221,21342573,21343137,21345077,2135748', 'assoc_port': '20966501:20976944,20993233:20993322,20999577:21005799,21020700:21121170,21024341:21074744,21035615:21036086,21039691:21084961,21039693:21085177,21039696:21085100,21039697:21085253,21041996:21085757,21043843:21087530,21046492:21090036,21049815:21094094,21049817:21094279,21065193:21104601,21069852:21108017,21071195:21110408,21072705:21111055,21072707:21110949,21074836:21115573,21074839:21074960,21077845:21120351,21083365:21124377,21084266:21126629,21084270:21126888,21084271:21084553,21108069:21301452,21109986:21150148,21112973:21152445,21115510:21154914,21117029:21157803,21117031:21158507,21120522:21167714,21120562:21168653,21120928:21169420,21120949:21287052,21120958:21170679,21120962:21170738,21120969:21286874,21120972:21171605,21120981:21172242,21120987:21172515,21120988:21172645,21120991:21173038,21120994:21173747,21120998:21173852,21121005:21174531,21121011:21174869,21135647:21262688,21136028:21136275,21139516:21231352,21140592:21230988,21140593:21230931,21141756:21230952,21147912:21219552,21147914:2114903', 'assoc_mat': '20966501:papier:4209:20976944,20993233:papier:4209:20993322,20999577:papier:4209:21005799,21020700:papier:4209:21121170,21024341:papier:4209:21074744,21035615:papier:4209:21036086,21039691:papier:4209:21084961,21039693:papier:4209:21085177,21039696:papier:4209:21085100,21039697:papier:4209:21085253,21041996:papier:4209:21085757,21043843:papier:4209:21087530,21046492:papier:4209:21090036,21049815:papier:4209:21094094,21049817:papier:4209:21094279,21065193:papier:4209:21104601,21069852:papier:4209:21108017,21071195:papier:4209:21110408,21072705:papier:4209:21111055,21072707:papier:4209:21110949,21074836:papier:4209:21115573,21074839:papier:4209:21074960,21077845:papier:4209:21120351,21083365:papier:4209:21124377,21084266:papier:4209:21126629,21084270:papier:4209:21126888,21084271:papier:4209:21084553,21108069:papier:4209:21301452,21109986:papier:4209:21150148,21112973:papier:4209:21152445,21115510:papier:4209:21154914,21117029:papier:4209:21157803,21117031:papier:4209:21158507,21120522:papier:4209:21167714,2112'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009024365052589632, 'nb_photo': 28003, 'list_port_cont': '20966897,20967304,20985162,20993440,20999939,21012849,21014079,21021432,21036123,21038080,21038870,21043605,21051111,21053659,21066039,21072546,21073196,21073448,21076077,21078108,21079046,21084137,21110651,21110878,21116025,21116407,21116860,21117702,21118008,21120447,21120776,21121295,21136311,21140177,21140909,21140928,21141307,21144198,21149054,21149422,21151865,21153421,21156907,21158458,21159298,21160016,21160757,21161088,21167465,21167970,21168299,21169748,21170171,21170552,21172121,21172866,21174305,21174931,21180794,21180823,21181093,21181290,21181497,21181874,21204851,21206149,21211046,21211225,21213694,21220485,21222208,21223461,21224693,21225146,21225521,21227514,21227978,21230853,21231192,21236168,21238003,21243250,21266475,21271842,21273473,21278612,21279601,21287079,21292253,21294325,21297532,21301026,21301429,21308442,21309475,21318168,21339659,21342645,21342664,21342746,21343802,21346668,21350649,21353943,21358135,21360248,21362798,21363920,21370604,21378424,21382327,21382567,21382714,2138284', 'assoc_port': '20966499:20967304,20966505:20966897,20984095:20985162,20993231:20993440,20999699:20999939,21005927:21014079,21011129:21012849,21020701:21021432,21035614:21036123,21037136:21038870,21037138:21038080,21041999:21043605,21049819:21053659,21049821:21051111,21065192:21066039,21069851:21073196,21071197:21072546,21072703:21073448,21075333:21076077,21075335:21078108,21077849:21079046,21083362:21084137,21108060:21116860,21108073:21116407,21109984:21110878,21110006:21110651,21112974:21116025,21117030:21117702,21117581:21159298,21117585:21120447,21117587:21118008,21119655:21120776,21120520:21213694,21120521:21167465,21120524:21167970,21120540:21168299,21120580:21121295,21120929:21169748,21120950:21170171,21120959:21170552,21120963:21211225,21120970:21211046,21120975:21172121,21120989:21172866,21120999:21174305,21121006:21174931,21135543:21206149,21136029:21136311,21137075:21204851,21139004:21140177,21139514:21140928,21140311:21140909,21140591:21141307,21141750:21161088,21141754:21160757,21141758:21144198,21147910:2114942', 'assoc_mat': '20966499:papier:4211:20967304,20966505:papier:4211:20966897,20984095:papier:4211:20985162,20993231:papier:4211:20993440,20999699:papier:4211:20999939,21005927:papier:4211:21014079,21011129:papier:4211:21012849,21020701:papier:4211:21021432,21035614:papier:4211:21036123,21037136:papier:4211:21038870,21037138:papier:4211:21038080,21041999:papier:4211:21043605,21049819:papier:4211:21053659,21049821:papier:4211:21051111,21065192:papier:4211:21066039,21069851:papier:4211:21073196,21071197:papier:4211:21072546,21072703:papier:4211:21073448,21075333:papier:4211:21076077,21075335:papier:4211:21078108,21077849:papier:4211:21079046,21083362:papier:4211:21084137,21108060:papier:4211:21116860,21108073:papier:4211:21116407,21109984:papier:4211:21110878,21110006:papier:4211:21110651,21112974:papier:4211:21116025,21117030:papier:4211:21117702,21117581:papier:4211:21159298,21117585:papier:4211:21120447,21117587:papier:4211:21118008,21119655:papier:4211:21120776,21120520:papier:4211:21213694,21120521:papier:4211:21167465,2112'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.017560748702176204, 'nb_photo': 709, 'list_port_cont': '20967702,20985383,21000363,21021770,21038462,21043257,21046265,21051412,21065994,21066791,21071275,21074786,21076198,21076842,21082837,21084587,21116522,21116676,21117281,21121642,21122174,21122204,21123135,21131391,21133771,21134178,21135926,21136143,21137555,21140334,21140853,21140947,21150092,21152342,21152797,21153623,21156954,21160312,21161687,21161818,21173693,21180849,21181189,21181275,21181301,21181433,21181807,21181892,21197340,21220581,21224614,21224838,21225237,21225703,21227224,21230866,21231078,21234035,21234251,21239393,21239718,21241732,21267072,21268819,21272182,21277620,21278037,21285989,21290328,21290430,21292709,21295310,21297484,21300470,21301472,21309398,21309716,21320391,21338156,21338418,21343962,21345190,21350180,21351337,21358107,21360114,21363089,21364799,21375397,21377171,21382734,21386584,21390520,21391098,21395883,21398234,21403539,21404085,21405531,21405775,21406233,21412908,21415990,21417168,21423802,21427740,21433072,21433996,21438649,21442981,21446478,21459150,21485316,2148740', 'assoc_port': '20966500:20967702,20984094:20985383,20999702:21000363,21020699:21021770,21037137:21038462,21041998:21043257,21043840:21046265,21049822:21051412,21064403:21065994,21065191:21066791,21069854:21071275,21072684:21074786,21075331:21076842,21075334:21076198,21080852:21082837,21084269:21084587,21104034:21133771,21108064:21197340,21116149:21116676,21116150:21116522,21117032:21117281,21119656:21136143,21120517:21135926,21120541:21173693,21120582:21122174,21120586:21121642,21120954:21134178,21120971:21131391,21120996:21123135,21121012:21122204,21136349:21137555,21139009:21140334,21140310:21140853,21140595:21140947,21141751:21161687,21141760:21152342,21147911:21150092,21151379:21152797,21152615:21153623,21155491:21156954,21159637:21160312,21161104:21161818,21179959:21181892,21179963:21181807,21179974:21181433,21179976:21181301,21179981:21181275,21180021:21181189,21180044:21180849,21220275:21220581,21222614:21225237,21222626:21224838,21222667:21224614,21224540:21225703,21225893:21227224,21230467:21231078,21230482:2123086', 'assoc_mat': '20966500:papier:3327:20967702,20984094:papier:3327:20985383,20999702:papier:3327:21000363,21020699:papier:3327:21021770,21037137:papier:3327:21038462,21041998:papier:3327:21043257,21043840:papier:3327:21046265,21049822:papier:3327:21051412,21064403:papier:3327:21065994,21065191:papier:3327:21066791,21069854:papier:3327:21071275,21072684:papier:3327:21074786,21075331:papier:3327:21076842,21075334:papier:3327:21076198,21080852:papier:3327:21082837,21084269:papier:3327:21084587,21104034:papier:3327:21133771,21108064:papier:3327:21197340,21116149:papier:3327:21116676,21116150:papier:3327:21116522,21117032:papier:3327:21117281,21119656:papier:3327:21136143,21120517:papier:3327:21135926,21120541:papier:3327:21173693,21120582:papier:3327:21122174,21120586:papier:3327:21121642,21120954:papier:3327:21134178,21120971:papier:3327:21131391,21120996:papier:3327:21123135,21121012:papier:3327:21122204,21136349:papier:3327:21137555,21139009:papier:3327:21140334,21140310:papier:3327:21140853,21140595:papier:3327:21140947,2114'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.14717486496913604, 'nb_photo': 185, 'list_port_cont': '21584623', 'assoc_port': '21583368:21584623', 'assoc_mat': '21583368:papier:3594:21584623'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006093706936712804, 'nb_photo': 176, 'list_port_cont': '20985457,21107275,21116334,21123615,21126655,21168318,21173198,21180765,21218913,21221720,21225056,21236490,21289468,21322272,21326936,21330721,21336366,21353897,21357842,21370523,21371442,21385315,21402154,21416722,21425191,21457531,21498490,21509792,21521594,21531307,21539011,21551506,21555636,21559756,21562755,21592091,21644588,21658651,21675534,21690552,21707154,21764120,21769867,21798660,21823030,21824613,21832349,21869008,21869711,21870583,21917675,21942312', 'assoc_port': '20974621:20985457,21069849:21107275,21083360:21123615,21084272:21126655,21116152:21116334,21120561:21168318,21120995:21173198,21135544:21326936,21140596:21289468,21151378:21218913,21179999:21180765,21221398:21221720,21224543:21225056,21225874:21322272,21236227:21236490,21275781:21330721,21300178:21336366,21338511:21353897,21345495:21371442,21356896:21357842,21370457:21370523,21380145:21402154,21384556:21385315,21416273:21416722,21424524:21425191,21431420:21457531,21498396:21498490,21509733:21509792,21521274:21521594,21531130:21531307,21538916:21539011,21551421:21551506,21555438:21555636,21559577:21559756,21562384:21562755,21587690:21592091,21640850:21644588,21657252:21658651,21667880:21675534,21690281:21690552,21706327:21707154,21730666:21764120,21734156:21769867,21774743:21798660,21798310:21823030,21814397:21824613,21828479:21832349,21845944:21870583,21857533:21869711,21861261:21869008,21906792:21917675,21920675:21942312', 'assoc_mat': '20974621:pehd:4205:20985457,21069849:pehd:4205:21107275,21083360:pehd:4205:21123615,21084272:pehd:4205:21126655,21116152:pehd:4205:21116334,21120561:pehd:4205:21168318,21120995:pehd:4205:21173198,21135544:pehd:4205:21326936,21140596:pehd:4205:21289468,21151378:pehd:4205:21218913,21179999:pehd:4205:21180765,21221398:pehd:4205:21221720,21224543:pehd:4205:21225056,21225874:pehd:4205:21322272,21236227:pehd:4205:21236490,21275781:pehd:4205:21330721,21300178:pehd:4205:21336366,21338511:pehd:4205:21353897,21345495:pehd:4205:21371442,21356896:pehd:4205:21357842,21370457:pehd:4205:21370523,21380145:pehd:4205:21402154,21384556:pehd:4205:21385315,21416273:pehd:4205:21416722,21424524:pehd:4205:21425191,21431420:pehd:4205:21457531,21498396:pehd:4205:21498490,21509733:pehd:4205:21509792,21521274:pehd:4205:21521594,21531130:pehd:4205:21531307,21538916:pehd:4205:21539011,21551421:pehd:4205:21551506,21555438:pehd:4205:21555636,21559577:pehd:4205:21559756,21562384:pehd:4205:21562755,21587690:pehd:4205:21592091,21640850:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031064342305810906, 'nb_photo': 532, 'list_port_cont': '21009027,21045731,21102633,21144489,21159600,21168724,21170307,21170846,21172452,21181137,21221282,21222101,21289586,21290389,21292017,21313591,21324808,21328630,21330404,21356398,21370289,21396229,21406057,21410366,21446120,21455881,21483707,21489867,21499594,21509396,21515736,21531605,21532577,21541041,21550793,21555816,21559760,21567644,21601475,21643095,21665879,21666472,21682596,21689758,21707609,21736513,21758187,21779832,21821325,21825477,21869539,21871525,21873404,21907237,21925036,21930408', 'assoc_port': '20993232:21009027,21043844:21045731,21064407:21102633,21084267:21313591,21108071:21289586,21117583:21159600,21120585:21168724,21120953:21170307,21120982:21172452,21140594:21290389,21143651:21144489,21155462:21170846,21180001:21181137,21221105:21221282,21221394:21222101,21232888:21324808,21267127:21330404,21290582:21292017,21306684:21328630,21339766:21356398,21352346:21370289,21378587:21410366,21381695:21406057,21394505:21396229,21431417:21446120,21441440:21455881,21483159:21483707,21489393:21489867,21499136:21499594,21509153:21509396,21515548:21515736,21529360:21531605,21532437:21532577,21538911:21541041,21550607:21550793,21555447:21555816,21559582:21559760,21567548:21567644,21592857:21601475,21639124:21643095,21651463:21665879,21651464:21666472,21682058:21682596,21689266:21689758,21706322:21707609,21724314:21736513,21728542:21758187,21779322:21779832,21793240:21821325,21814369:21825477,21843933:21873404,21849326:21871525,21861259:21869539,21903539:21907237,21913103:21925036,21924615:21930408', 'assoc_mat': '20993232:pehd:4203:21009027,21043844:pehd:4203:21045731,21064407:pehd:4203:21102633,21084267:pehd:4203:21313591,21108071:pehd:4203:21289586,21117583:pehd:4203:21159600,21120585:pehd:4203:21168724,21120953:pehd:4203:21170307,21120982:pehd:4203:21172452,21140594:pehd:4203:21290389,21143651:pehd:4203:21144489,21155462:pehd:4203:21170846,21180001:pehd:4203:21181137,21221105:pehd:4203:21221282,21221394:pehd:4203:21222101,21232888:pehd:4203:21324808,21267127:pehd:4203:21330404,21290582:pehd:4203:21292017,21306684:pehd:4203:21328630,21339766:pehd:4203:21356398,21352346:pehd:4203:21370289,21378587:pehd:4203:21410366,21381695:pehd:4203:21406057,21394505:pehd:4203:21396229,21431417:pehd:4203:21446120,21441440:pehd:4203:21455881,21483159:pehd:4203:21483707,21489393:pehd:4203:21489867,21499136:pehd:4203:21499594,21509153:pehd:4203:21509396,21515548:pehd:4203:21515736,21529360:pehd:4203:21531605,21532437:pehd:4203:21532577,21538911:pehd:4203:21541041,21550607:pehd:4203:21550793,21555447:pehd:4203:21555816,21559582:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00449727179035794, 'nb_photo': 378, 'list_port_cont': '20966641,20999848,21009756,21011741,21012668,21033730,21042388,21044267,21070331,21075123,21080726,21084379,21110382,21115751,21117038,21117148,21120937,21122707,21140142,21140319,21141994,21142918,21144099,21167638,21168263,21169563,21169691,21169968,21170027,21170247,21170899,21180250,21180757,21206519,21209648,21209787,21209924,21221157,21223089,21224143,21224354,21224937,21226454,21236776,21241061,21266810,21267842,21271022,21277648,21283641,21286625,21291669,21293508,21300867,21300938,21321695,21338136,21342548,21343479,21345048,21345344,21345961,21363646,21367838,21368056,21369292,21378311,21381636,21382600,21384869,21394896,21402836,21402885,21405967,21405970,21406089,21410809,21415929,21425310,21442113,21442527,21447742,21483692,21486134,21486781,21487140,21487163,21487824,21490764,21492252,21492943,21493020,21494106,21494147,21496900,21499213,21499238,21501071,21501195,21501945,21508628,21509085,21509249,21509808,21510407,21514850,21514873,21515718,21516076,21521447,21521664,21527636,21530120,2153200', 'assoc_port': '20966502:20966641,20999701:20999848,21005922:21012668,21005924:21009756,21011126:21011741,21033316:21033730,21041997:21042388,21043842:21044267,21069853:21070331,21074838:21075123,21077844:21080726,21084268:21084379,21108072:21209924,21110005:21110382,21112972:21115751,21117027:21117148,21117028:21117038,21120523:21167638,21120538:21209787,21120544:21168263,21120581:21120937,21120948:21169691,21120951:21169968,21120952:21170027,21120955:21170247,21120961:21209648,21120968:21170899,21120980:21122707,21135542:21206519,21139002:21169563,21139512:21140319,21139515:21140142,21141755:21142918,21141757:21141994,21143653:21144099,21179961:21180757,21180028:21180250,21221103:21221157,21222621:21224354,21222627:21224143,21222671:21223089,21224542:21224937,21225888:21226454,21236207:21236776,21240946:21241061,21265552:21266810,21267120:21267842,21270481:21271022,21275769:21277648,21282367:21283641,21285767:21286625,21290581:21291669,21292231:21293508,21300184:21300867,21300189:21300938,21321581:21321695,21332135:2134504', 'assoc_mat': '20966502:pehd:4207:20966641,20999701:pehd:4207:20999848,21005922:pehd:4207:21012668,21005924:pehd:4207:21009756,21011126:pehd:4207:21011741,21033316:pehd:4207:21033730,21041997:pehd:4207:21042388,21043842:pehd:4207:21044267,21069853:pehd:4207:21070331,21074838:pehd:4207:21075123,21077844:pehd:4207:21080726,21084268:pehd:4207:21084379,21108072:pehd:4207:21209924,21110005:pehd:4207:21110382,21112972:pehd:4207:21115751,21117027:pehd:4207:21117148,21117028:pehd:4207:21117038,21120523:pehd:4207:21167638,21120538:pehd:4207:21209787,21120544:pehd:4207:21168263,21120581:pehd:4207:21120937,21120948:pehd:4207:21169691,21120951:pehd:4207:21169968,21120952:pehd:4207:21170027,21120955:pehd:4207:21170247,21120961:pehd:4207:21209648,21120968:pehd:4207:21170899,21120980:pehd:4207:21122707,21135542:pehd:4207:21206519,21139002:pehd:4207:21169563,21139512:pehd:4207:21140319,21139515:pehd:4207:21140142,21141755:pehd:4207:21142918,21141757:pehd:4207:21141994,21143653:pehd:4207:21144099,21179961:pehd:4207:21180757,21180028:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009677953743469463, 'nb_photo': 51, 'list_port_cont': '20996245,21085975,21152094,21170765,21181200,21208287,21247530,21277485,21292878,21296177,21300019,21311395,21321738,21363777,21367048,21369211,21378643,21380833,21382391,21392221,21514918,21522874,21531347,21535946,21541425,21542604,21559796,21566888,21634121,21636850,21687569,21721717,21750090,21811884,21815229,21834149,21849525,21904339,21908702', 'assoc_port': '20984096:20996245,21041994:21085975,21080849:21208287,21109990:21292878,21112971:21152094,21115508:21296177,21120960:21170765,21179977:21181200,21225892:21277485,21247225:21247530,21299164:21300019,21311032:21311395,21321579:21321738,21363246:21363777,21366616:21367048,21368965:21369211,21378063:21378643,21380239:21380833,21381748:21382391,21391269:21392221,21514645:21514918,21522808:21522874,21531127:21531347,21535457:21535946,21538910:21541425,21542133:21542604,21559575:21559796,21566767:21566888,21633419:21634121,21636256:21636850,21687150:21687569,21720293:21721717,21749504:21750090,21810731:21811884,21814395:21815229,21833506:21834149,21849331:21849525,21903542:21904339,21908049:21908702', 'assoc_mat': '20984096:pehd:4461:20996245,21041994:pehd:4461:21085975,21080849:pehd:4461:21208287,21109990:pehd:4461:21292878,21112971:pehd:4461:21152094,21115508:pehd:4461:21296177,21120960:pehd:4461:21170765,21179977:pehd:4461:21181200,21225892:pehd:4461:21277485,21247225:pehd:4461:21247530,21299164:pehd:4461:21300019,21311032:pehd:4461:21311395,21321579:pehd:4461:21321738,21363246:pehd:4461:21363777,21366616:pehd:4461:21367048,21368965:pehd:4461:21369211,21378063:pehd:4461:21378643,21380239:pehd:4461:21380833,21381748:pehd:4461:21382391,21391269:pehd:4461:21392221,21514645:pehd:4461:21514918,21522808:pehd:4461:21522874,21531127:pehd:4461:21531347,21535457:pehd:4461:21535946,21538910:pehd:4461:21541425,21542133:pehd:4461:21542604,21559575:pehd:4461:21559796,21566767:pehd:4461:21566888,21633419:pehd:4461:21634121,21636256:pehd:4461:21636850,21687150:pehd:4461:21687569,21720293:pehd:4461:21721717,21749504:pehd:4461:21750090,21810731:pehd:4461:21811884,21814395:pehd:4461:21815229,21833506:pehd:4461:21834149,21849331:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010381465050057168, 'nb_photo': 1731, 'list_port_cont': '20967644,20984595,20999672,20999951,21025017,21037657,21041281,21041835,21042562,21047289,21050775,21064654,21070556,21073274,21073524,21074908,21075599,21078581,21082191,21083790,21084235,21109483,21114635,21115905,21116231,21117941,21119250,21121196,21121477,21135834,21139771,21140890,21141968,21142158,21151670,21153880,21156385,21159876,21161404,21163410,21163950,21167448,21170221,21170503,21170880,21172012,21172359,21173952,21180457,21180508,21180704,21181074,21181151,21182018,21214338,21214631,21221240,21221288,21223687,21224828,21225172,21227413,21230615,21230961,21233466,21237470,21238787,21240651,21242876,21265954,21270947,21274347,21276788,21283412,21287792,21287806,21289133,21293317,21299789,21300601,21307528,21307682,21336836,21338967,21342445,21343607,21346453,21346586,21350030,21353478,21357653,21359113,21362377,21366952,21369169,21374701,21374998,21378213,21379505,21380525,21380603,21380921,21381875,21381891,21382135,21383118,21383675,21384795,21389885,21392089,21395969,21415537,21416430,2141866', 'assoc_port': '20966504:20967644,20984097:20984595,20999574:20999951,20999575:20999672,21024339:21025017,21037135:21037657,21039692:21041835,21039694:21041281,21041995:21042562,21046493:21047289,21049816:21050775,21064402:21064654,21069850:21070556,21071196:21073524,21072704:21073274,21074840:21074908,21075332:21075599,21077847:21078581,21080850:21082191,21083366:21083790,21083367:21084235,21104037:21114635,21108067:21109483,21115491:21116231,21115511:21115905,21117580:21119250,21117584:21117941,21120519:21167448,21120542:21121477,21120584:21121196,21120956:21170221,21120957:21170503,21120965:21170880,21120977:21172012,21120979:21214631,21120984:21172359,21121001:21173952,21121008:21214338,21135646:21135834,21136352:21163950,21136353:21163410,21139513:21139771,21140309:21140890,21141753:21142158,21141759:21141968,21151382:21151670,21152617:21153880,21155490:21156385,21159635:21159876,21161106:21161404,21179964:21182018,21179969:21181151,21179971:21181074,21179980:21180704,21180019:21180508,21180022:21180457,21221101:2122128', 'assoc_mat': '20966504:pehd:4200:20967644,20984097:pehd:4200:20984595,20999574:pehd:4200:20999951,20999575:pehd:4200:20999672,21024339:pehd:4200:21025017,21037135:pehd:4200:21037657,21039692:pehd:4200:21041835,21039694:pehd:4200:21041281,21041995:pehd:4200:21042562,21046493:pehd:4200:21047289,21049816:pehd:4200:21050775,21064402:pehd:4200:21064654,21069850:pehd:4200:21070556,21071196:pehd:4200:21073524,21072704:pehd:4200:21073274,21074840:pehd:4200:21074908,21075332:pehd:4200:21075599,21077847:pehd:4200:21078581,21080850:pehd:4200:21082191,21083366:pehd:4200:21083790,21083367:pehd:4200:21084235,21104037:pehd:4200:21114635,21108067:pehd:4200:21109483,21115491:pehd:4200:21116231,21115511:pehd:4200:21115905,21117580:pehd:4200:21119250,21117584:pehd:4200:21117941,21120519:pehd:4200:21167448,21120542:pehd:4200:21121477,21120584:pehd:4200:21121196,21120956:pehd:4200:21170221,21120957:pehd:4200:21170503,21120965:pehd:4200:21170880,21120977:pehd:4200:21172012,21120979:pehd:4200:21214631,21120984:pehd:4200:21172359,21121001:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010755941410137044, 'nb_photo': 1357, 'list_port_cont': '20976941,20993313,21005789,21036096,21074748,21074959,21084552,21084958,21085090,21085190,21085255,21085751,21087525,21090050,21094097,21094288,21108012,21110404,21110950,21111063,21115561,21121167,21124390,21126640,21126891,21136280,21149008,21150142,21152442,21153343,21154912,21157808,21158509,21159895,21160146,21161890,21167711,21168648,21169138,21169425,21170687,21170908,21170938,21171164,21171592,21172227,21172512,21172652,21173033,21173739,21173841,21174533,21174872,21180377,21180419,21180525,21180918,21180933,21181030,21181212,21182176,21182352,21182469,21182773,21187578,21219014,21219545,21220410,21221205,21221381,21222438,21225022,21229869,21230149,21230175,21230829,21230934,21230949,21230986,21231342,21233443,21236765,21237375,21241371,21241505,21242853,21247503,21262686,21268019,21276987,21277029,21286892,21287054,21288782,21293903,21297122,21300705,21300709,21301255,21301454,21307331,21308472,21311724,21320378,21321717,21339222,21342564,21343139,21345078,21357490,21357633,21357740,21359452,2136241', 'assoc_port': '20966501:20976941,20993233:20993313,20999577:21005789,21020700:21121167,21024341:21074748,21035615:21036096,21039691:21084958,21039693:21085190,21039696:21085090,21039697:21085255,21041996:21085751,21043843:21087525,21046492:21090050,21049815:21094097,21049817:21094288,21069852:21108012,21071195:21110404,21072705:21111063,21072707:21110950,21074836:21115561,21074839:21074959,21083365:21124390,21084266:21126640,21084270:21126891,21084271:21084552,21108069:21301454,21109986:21150142,21112973:21152442,21115510:21154912,21117029:21157808,21117031:21158509,21120522:21167711,21120562:21168648,21120928:21169425,21120949:21287054,21120958:21170687,21120969:21286892,21120972:21171592,21120981:21172227,21120987:21172512,21120988:21172652,21120991:21173033,21120994:21173739,21120998:21173841,21121005:21174533,21121011:21174872,21135647:21262686,21136028:21136280,21139516:21231342,21140592:21230986,21140593:21230934,21141756:21230949,21147912:21219545,21147914:21149008,21151380:21219014,21152616:21170938,21152618:2115334', 'assoc_mat': '20966501:pehd:4209:20976941,20993233:pehd:4209:20993313,20999577:pehd:4209:21005789,21020700:pehd:4209:21121167,21024341:pehd:4209:21074748,21035615:pehd:4209:21036096,21039691:pehd:4209:21084958,21039693:pehd:4209:21085190,21039696:pehd:4209:21085090,21039697:pehd:4209:21085255,21041996:pehd:4209:21085751,21043843:pehd:4209:21087525,21046492:pehd:4209:21090050,21049815:pehd:4209:21094097,21049817:pehd:4209:21094288,21069852:pehd:4209:21108012,21071195:pehd:4209:21110404,21072705:pehd:4209:21111063,21072707:pehd:4209:21110950,21074836:pehd:4209:21115561,21074839:pehd:4209:21074959,21083365:pehd:4209:21124390,21084266:pehd:4209:21126640,21084270:pehd:4209:21126891,21084271:pehd:4209:21084552,21108069:pehd:4209:21301454,21109986:pehd:4209:21150142,21112973:pehd:4209:21152442,21115510:pehd:4209:21154912,21117029:pehd:4209:21157808,21117031:pehd:4209:21158509,21120522:pehd:4209:21167711,21120562:pehd:4209:21168648,21120928:pehd:4209:21169425,21120949:pehd:4209:21287054,21120958:pehd:4209:21170687,21120969:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9544267420684637, 'nb_photo': 24987, 'list_port_cont': '20966883,20967313,20985166,20993448,20999935,21012851,21014074,21021446,21036125,21038081,21038872,21043599,21051104,21053647,21066037,21072544,21073189,21073457,21076081,21078107,21079052,21084148,21110645,21110879,21116013,21116410,21116861,21117705,21118002,21120458,21120773,21121292,21136327,21140182,21140899,21140919,21141304,21144196,21149050,21149423,21151863,21153428,21156892,21158466,21159302,21160012,21160760,21161094,21167463,21167969,21168309,21169758,21170159,21170553,21172112,21172875,21174294,21174925,21180805,21180813,21181092,21181277,21181504,21181879,21204856,21206155,21211047,21211218,21213703,21220471,21222205,21223464,21224700,21225151,21225532,21227516,21227967,21230857,21231193,21236163,21238000,21243248,21266467,21271846,21273483,21278614,21279598,21287066,21292243,21294327,21297533,21301065,21301427,21308443,21309468,21318162,21339669,21342640,21342673,21342742,21343803,21346658,21350657,21353929,21358128,21360238,21362796,21363918,21370603,21378435,21382323,21382572,21382729,2138283', 'assoc_port': '20966499:20967313,20966505:20966883,20984095:20985166,20993231:20993448,20999699:20999935,21005927:21014074,21011129:21012851,21020701:21021446,21035614:21036125,21037136:21038872,21037138:21038081,21041999:21043599,21049819:21053647,21049821:21051104,21065192:21066037,21069851:21073189,21071197:21072544,21072703:21073457,21075333:21076081,21075335:21078107,21077849:21079052,21083362:21084148,21108060:21116861,21108073:21116410,21109984:21110879,21110006:21110645,21112974:21116013,21117030:21117705,21117581:21159302,21117585:21120458,21117587:21118002,21119655:21120773,21120520:21213703,21120521:21167463,21120524:21167969,21120540:21168309,21120580:21121292,21120929:21169758,21120950:21170159,21120959:21170553,21120963:21211218,21120970:21211047,21120975:21172112,21120989:21172875,21120999:21174294,21121006:21174925,21135543:21206155,21136029:21136327,21137075:21204856,21139004:21140182,21139514:21140919,21140311:21140899,21140591:21141304,21141750:21161094,21141754:21160760,21141758:21144196,21147910:2114942', 'assoc_mat': '20966499:pehd:4211:20967313,20966505:pehd:4211:20966883,20984095:pehd:4211:20985166,20993231:pehd:4211:20993448,20999699:pehd:4211:20999935,21005927:pehd:4211:21014074,21011129:pehd:4211:21012851,21020701:pehd:4211:21021446,21035614:pehd:4211:21036125,21037136:pehd:4211:21038872,21037138:pehd:4211:21038081,21041999:pehd:4211:21043599,21049819:pehd:4211:21053647,21049821:pehd:4211:21051104,21065192:pehd:4211:21066037,21069851:pehd:4211:21073189,21071197:pehd:4211:21072544,21072703:pehd:4211:21073457,21075333:pehd:4211:21076081,21075335:pehd:4211:21078107,21077849:pehd:4211:21079052,21083362:pehd:4211:21084148,21108060:pehd:4211:21116861,21108073:pehd:4211:21116410,21109984:pehd:4211:21110879,21110006:pehd:4211:21110645,21112974:pehd:4211:21116013,21117030:pehd:4211:21117705,21117581:pehd:4211:21159302,21117585:pehd:4211:21120458,21117587:pehd:4211:21118002,21119655:pehd:4211:21120773,21120520:pehd:4211:21213703,21120521:pehd:4211:21167463,21120524:pehd:4211:21167969,21120540:pehd:4211:21168309,21120580:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002854119069681301, 'nb_photo': 9, 'list_port_cont': '21065996,21122175,21136141,21161688,21231073,21290334,21434004,21488090,21567735', 'assoc_port': '21064403:21065996,21119656:21136141,21120582:21122175,21141751:21161688,21230467:21231073,21287088:21290334,21431419:21434004,21487642:21488090,21566099:21567735', 'assoc_mat': '21064403:pehd:3327:21065996,21119656:pehd:3327:21136141,21120582:pehd:3327:21122175,21141751:pehd:3327:21161688,21230467:pehd:3327:21231073,21287088:pehd:3327:21290334,21431419:pehd:3327:21434004,21487642:pehd:3327:21488090,21566099:pehd:3327:21567735'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0044380183787738085, 'nb_photo': 32, 'list_port_cont': '21071229,21107270,21173204,21218922,21221708,21289464,21326924,21330732,21336367,21416728,21457518,21458310,21494179,21498485,21509779,21521622,21539012,21551502,21555640,21690556,21769860,21798666,21870586,21942314', 'assoc_port': '21020702:21071229,21069849:21107270,21120995:21173204,21135544:21326924,21140596:21289464,21151378:21218922,21221398:21221708,21275781:21330732,21300178:21336367,21416273:21416728,21431420:21457518,21451315:21458310,21494053:21494179,21498396:21498485,21509733:21509779,21521274:21521622,21538916:21539012,21551421:21551502,21555438:21555640,21690281:21690556,21734156:21769860,21774743:21798666,21845944:21870586,21920675:21942314', 'assoc_mat': '21020702:pet_clair:4205:21071229,21069849:pet_clair:4205:21107270,21120995:pet_clair:4205:21173204,21135544:pet_clair:4205:21326924,21140596:pet_clair:4205:21289464,21151378:pet_clair:4205:21218922,21221398:pet_clair:4205:21221708,21275781:pet_clair:4205:21330732,21300178:pet_clair:4205:21336367,21416273:pet_clair:4205:21416728,21431420:pet_clair:4205:21457518,21451315:pet_clair:4205:21458310,21494053:pet_clair:4205:21494179,21498396:pet_clair:4205:21498485,21509733:pet_clair:4205:21509779,21521274:pet_clair:4205:21521622,21538916:pet_clair:4205:21539012,21551421:pet_clair:4205:21551502,21555438:pet_clair:4205:21555640,21690281:pet_clair:4205:21690556,21734156:pet_clair:4205:21769860,21774743:pet_clair:4205:21798666,21845944:pet_clair:4205:21870586,21920675:pet_clair:4205:21942314'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022759252379874007, 'nb_photo': 4, 'list_port_cont': '21324794,21356408,21455887,21567638', 'assoc_port': '21232888:21324794,21339766:21356408,21441440:21455887,21567548:21567638', 'assoc_mat': '21232888:pet_clair:4203:21324794,21339766:pet_clair:4203:21356408,21441440:pet_clair:4203:21455887,21567548:pet_clair:4203:21567638'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002374069968407477, 'nb_photo': 24, 'list_port_cont': '21025562,21065614,21236780,21291671,21345061,21389431,21429367,21492954,21499240,21510430,21532006,21555702,21558502,21581343,21582796,21589218,21675663,21844217,21904047,21928765', 'assoc_port': '21024338:21025562,21065195:21065614,21236207:21236780,21290581:21291671,21332135:21345061,21389267:21389431,21428065:21429367,21492820:21492954,21499138:21499240,21510015:21510430,21531829:21532006,21555445:21555702,21558478:21558502,21580238:21582796,21580242:21581343,21587696:21589218,21669004:21675663,21843935:21844217,21903540:21904047,21928622:21928765', 'assoc_mat': '21024338:pet_clair:4207:21025562,21065195:pet_clair:4207:21065614,21236207:pet_clair:4207:21236780,21290581:pet_clair:4207:21291671,21332135:pet_clair:4207:21345061,21389267:pet_clair:4207:21389431,21428065:pet_clair:4207:21429367,21492820:pet_clair:4207:21492954,21499138:pet_clair:4207:21499240,21510015:pet_clair:4207:21510430,21531829:pet_clair:4207:21532006,21555445:pet_clair:4207:21555702,21558478:pet_clair:4207:21558502,21580238:pet_clair:4207:21582796,21580242:pet_clair:4207:21581343,21587696:pet_clair:4207:21589218,21669004:pet_clair:4207:21675663,21843935:pet_clair:4207:21844217,21903540:pet_clair:4207:21904047,21928622:pet_clair:4207:21928765'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035701706754444292, 'nb_photo': 2, 'list_port_cont': '21038914,21110287', 'assoc_port': '21037139:21038914,21071194:21110287', 'assoc_mat': '21037139:pet_clair:4461:21038914,21071194:pet_clair:4461:21110287'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005705268407931073, 'nb_photo': 212, 'list_port_cont': '20967643,21042561,21050768,21064647,21073525,21082195,21084243,21115914,21116230,21117945,21121194,21139768,21140884,21153878,21159875,21167449,21172016,21180462,21180515,21180702,21181066,21181152,21182020,21214325,21214627,21224816,21225174,21230613,21230966,21233458,21237469,21238798,21240652,21265946,21270959,21276779,21293306,21299783,21336842,21342458,21343610,21346459,21346588,21350025,21353479,21357656,21359121,21369164,21375002,21378215,21379498,21380532,21380596,21380934,21383686,21384805,21416427,21418668,21433965,21434579,21483447,21484693,21486412,21487853,21490820,21492191,21494718,21498504,21508640,21509834,21513493,21514159,21515694,21516748,21521646,21527656,21529788,21531298,21535718,21537166,21538926,21540253,21552517,21553690,21555692,21556778,21558538,21558814,21562697,21562928,21569467,21581036,21588409,21641513,21644473,21648739,21669565,21687555,21689192,21690971,21692336,21694964,21705640,21705930,21730832,21735669,21738173,21743172,21747422,21777621,21787450,21796468,21798431,2180471', 'assoc_port': '20966504:20967643,21041995:21042561,21049816:21050768,21064402:21064647,21071196:21073525,21080850:21082195,21083367:21084243,21115491:21116230,21115511:21115914,21117584:21117945,21120519:21167449,21120584:21121194,21120977:21172016,21120979:21214627,21121008:21214325,21139513:21139768,21140309:21140884,21152617:21153878,21159635:21159875,21179964:21182020,21179969:21181152,21179971:21181066,21179980:21180702,21180019:21180515,21180022:21180462,21222616:21230966,21222664:21224816,21224541:21225174,21230483:21230613,21232873:21233458,21236228:21237469,21238236:21240652,21238240:21238798,21265555:21265946,21270482:21270959,21275776:21276779,21292229:21293306,21299136:21299783,21336257:21336842,21342181:21342458,21342842:21343610,21345489:21346588,21345497:21346459,21349043:21350025,21352332:21353479,21356913:21357656,21358416:21359121,21368954:21369164,21374304:21375002,21378071:21378215,21378595:21380532,21378600:21379498,21380169:21380596,21380218:21380934,21381696:21383686,21384554:21384805,21414863:2141642', 'assoc_mat': '20966504:pet_clair:4200:20967643,21041995:pet_clair:4200:21042561,21049816:pet_clair:4200:21050768,21064402:pet_clair:4200:21064647,21071196:pet_clair:4200:21073525,21080850:pet_clair:4200:21082195,21083367:pet_clair:4200:21084243,21115491:pet_clair:4200:21116230,21115511:pet_clair:4200:21115914,21117584:pet_clair:4200:21117945,21120519:pet_clair:4200:21167449,21120584:pet_clair:4200:21121194,21120977:pet_clair:4200:21172016,21120979:pet_clair:4200:21214627,21121008:pet_clair:4200:21214325,21139513:pet_clair:4200:21139768,21140309:pet_clair:4200:21140884,21152617:pet_clair:4200:21153878,21159635:pet_clair:4200:21159875,21179964:pet_clair:4200:21182020,21179969:pet_clair:4200:21181152,21179971:pet_clair:4200:21181066,21179980:pet_clair:4200:21180702,21180019:pet_clair:4200:21180515,21180022:pet_clair:4200:21180462,21222616:pet_clair:4200:21230966,21222664:pet_clair:4200:21224816,21224541:pet_clair:4200:21225174,21230483:pet_clair:4200:21230613,21232873:pet_clair:4200:21233458,21236228:pet_clair:4200:21237469,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005296125803721164, 'nb_photo': 21, 'list_port_cont': '21094104,21153310,21157810,21170937,21180382,21182473,21221201,21230935,21230982,21286888,21287042,21301249,21311721,21363898,21382320,21445485,21652047,21731578,21794948,21860831,21907058', 'assoc_port': '21049815:21094104,21117029:21157810,21120949:21287042,21120969:21286888,21140592:21230982,21140593:21230935,21152616:21170937,21152618:21153310,21179970:21182473,21180000:21180382,21221104:21221201,21300166:21301249,21311018:21311721,21363247:21363898,21381747:21382320,21444722:21445485,21651493:21652047,21730675:21731578,21794617:21794948,21860184:21860831,21906794:21907058', 'assoc_mat': '21049815:pet_clair:4209:21094104,21117029:pet_clair:4209:21157810,21120949:pet_clair:4209:21287042,21120969:pet_clair:4209:21286888,21140592:pet_clair:4209:21230982,21140593:pet_clair:4209:21230935,21152616:pet_clair:4209:21170937,21152618:pet_clair:4209:21153310,21179970:pet_clair:4209:21182473,21180000:pet_clair:4209:21180382,21221104:pet_clair:4209:21221201,21300166:pet_clair:4209:21301249,21311018:pet_clair:4209:21311721,21363247:pet_clair:4209:21363898,21381747:pet_clair:4209:21382320,21444722:pet_clair:4209:21445485,21651493:pet_clair:4209:21652047,21730675:pet_clair:4209:21731578,21794617:pet_clair:4209:21794948,21860184:pet_clair:4209:21860831,21906794:pet_clair:4209:21907058'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006843884305891527, 'nb_photo': 171, 'list_port_cont': '20966896,20999948,21012852,21038082,21053660,21072549,21073185,21073451,21076078,21118015,21120448,21140175,21141300,21144199,21149052,21149421,21151870,21160017,21160758,21161102,21167962,21172869,21181500,21204860,21211054,21211232,21220477,21222200,21223469,21224697,21227968,21271849,21273484,21287077,21297534,21301060,21308449,21318166,21339662,21353928,21360240,21362791,21370591,21378438,21382318,21382831,21398893,21419175,21427819,21433100,21437637,21447912,21454950,21483555,21490897,21492387,21494230,21501447,21508746,21510454,21516823,21532306,21532742,21533863,21537344,21538903,21539571,21559036,21559912,21562903,21567043,21567182,21575543,21644823,21647511,21677974,21689203,21689593,21689655,21689680,21706832,21736314,21754962,21769658,21772192,21772416,21773932,21791004,21814987,21817996,21818730,21822385,21823577,21826031,21843621,21846052,21861726,21904373,21907613,21927929,21932815,21936228', 'assoc_port': '20966505:20966896,20999699:20999948,21011129:21012852,21037138:21038082,21049819:21053660,21069851:21073185,21071197:21072549,21072703:21073451,21075333:21076078,21117585:21120448,21117587:21118015,21120524:21167962,21120963:21211232,21120970:21211054,21120989:21172869,21137075:21204860,21139004:21140175,21140591:21141300,21141750:21161102,21141754:21160758,21141758:21144199,21147910:21149421,21147915:21149052,21151381:21151870,21159638:21160017,21179973:21181500,21220274:21220477,21221397:21222200,21222617:21223469,21222669:21224697,21225890:21227968,21262950:21273484,21270485:21271849,21285763:21287077,21295949:21297534,21300187:21301060,21306685:21308449,21314018:21318166,21338514:21339662,21352318:21353928,21358396:21360240,21361672:21362791,21370456:21370591,21375978:21382318,21378073:21378438,21378590:21398893,21381744:21382831,21418051:21419175,21427047:21427819,21431416:21433100,21433412:21437637,21446761:21447912,21454043:21454950,21483160:21483555,21490480:21490897,21491948:21492387,21494055:2149423', 'assoc_mat': '20966505:pet_clair:4211:20966896,20999699:pet_clair:4211:20999948,21011129:pet_clair:4211:21012852,21037138:pet_clair:4211:21038082,21049819:pet_clair:4211:21053660,21069851:pet_clair:4211:21073185,21071197:pet_clair:4211:21072549,21072703:pet_clair:4211:21073451,21075333:pet_clair:4211:21076078,21117585:pet_clair:4211:21120448,21117587:pet_clair:4211:21118015,21120524:pet_clair:4211:21167962,21120963:pet_clair:4211:21211232,21120970:pet_clair:4211:21211054,21120989:pet_clair:4211:21172869,21137075:pet_clair:4211:21204860,21139004:pet_clair:4211:21140175,21140591:pet_clair:4211:21141300,21141750:pet_clair:4211:21161102,21141754:pet_clair:4211:21160758,21141758:pet_clair:4211:21144199,21147910:pet_clair:4211:21149421,21147915:pet_clair:4211:21149052,21151381:pet_clair:4211:21151870,21159638:pet_clair:4211:21160017,21179973:pet_clair:4211:21181500,21220274:pet_clair:4211:21220477,21221397:pet_clair:4211:21222200,21222617:pet_clair:4211:21223469,21222669:pet_clair:4211:21224697,21225890:pet_clair:4211:21227968,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.98546189452073, 'nb_photo': 106079, 'list_port_cont': '20967697,20985380,21000371,21021499,21021764,21025114,21038467,21039212,21043255,21046262,21051421,21065991,21066795,21071272,21074791,21076195,21076849,21079609,21082838,21084592,21116519,21116678,21117275,21121643,21122168,21122200,21123147,21123477,21131401,21133775,21133818,21134177,21135923,21136135,21137556,21140333,21140858,21140934,21150082,21152350,21152796,21153635,21156947,21160311,21161686,21161705,21161817,21173689,21180860,21181176,21181191,21181265,21181297,21181440,21181816,21181888,21197344,21220130,21220575,21224619,21224835,21225247,21225704,21227233,21227858,21230875,21231081,21234028,21234257,21239382,21239716,21241731,21267067,21268827,21272185,21277614,21278036,21285985,21290332,21290435,21292716,21295305,21297485,21300475,21301465,21309392,21309720,21320395,21338151,21338413,21340636,21343966,21345185,21350183,21350960,21351341,21358114,21360121,21363088,21364081,21364802,21369423,21375406,21377175,21377490,21382736,21386578,21387583,21390522,21391097,21395882,21398225,21403531,2140408', 'assoc_port': '20966500:20967697,20984094:20985380,20999702:21000371,21020699:21021764,21020703:21021499,21024340:21025114,21037134:21039212,21037137:21038467,21041998:21043255,21043840:21046262,21049822:21051421,21064403:21065991,21065191:21066795,21069854:21071272,21072684:21074791,21075331:21076849,21075334:21076195,21077850:21079609,21080852:21082838,21084269:21084592,21104034:21133775,21108064:21197344,21116149:21116678,21116150:21116519,21117032:21117275,21119656:21136135,21120517:21135923,21120541:21173689,21120582:21122168,21120586:21121643,21120954:21134177,21120964:21133818,21120971:21131401,21120985:21123477,21120996:21123147,21121012:21122200,21136349:21137556,21139009:21140333,21140310:21140858,21140595:21140934,21141751:21161686,21141760:21152350,21147911:21150082,21151379:21152796,21152615:21153635,21155491:21156947,21159637:21160311,21161083:21161705,21161104:21161817,21179959:21181888,21179963:21181816,21179974:21181440,21179976:21181297,21179981:21181265,21180021:21181191,21180023:21181176,21180044:2118086', 'assoc_mat': '20966500:pet_clair:3327:20967697,20984094:pet_clair:3327:20985380,20999702:pet_clair:3327:21000371,21020699:pet_clair:3327:21021764,21020703:pet_clair:3327:21021499,21024340:pet_clair:3327:21025114,21037134:pet_clair:3327:21039212,21037137:pet_clair:3327:21038467,21041998:pet_clair:3327:21043255,21043840:pet_clair:3327:21046262,21049822:pet_clair:3327:21051421,21064403:pet_clair:3327:21065991,21065191:pet_clair:3327:21066795,21069854:pet_clair:3327:21071272,21072684:pet_clair:3327:21074791,21075331:pet_clair:3327:21076849,21075334:pet_clair:3327:21076195,21077850:pet_clair:3327:21079609,21080852:pet_clair:3327:21082838,21084269:pet_clair:3327:21084592,21104034:pet_clair:3327:21133775,21108064:pet_clair:3327:21197344,21116149:pet_clair:3327:21116678,21116150:pet_clair:3327:21116519,21117032:pet_clair:3327:21117275,21119656:pet_clair:3327:21136135,21120517:pet_clair:3327:21135923,21120541:pet_clair:3327:21173689,21120582:pet_clair:3327:21122168,21120586:pet_clair:3327:21121643,21120954:pet_clair:3327:21134177,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006335841049382716, 'nb_photo': 2, 'list_port_cont': '21584622', 'assoc_port': '21583368:21584622', 'assoc_mat': '21583368:pet_clair:3594:21584622'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016606962800787126, 'nb_photo': 1, 'list_port_cont': '21159611', 'assoc_port': '21117583:21159611', 'assoc_mat': '21117583:pet_fonce:4203:21159611'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0005615873302506415, 'nb_photo': 2, 'list_port_cont': '21582180', 'assoc_port': '21582168:21582180', 'assoc_mat': '21582168:pet_fonce:4207:21582180'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00011859784777661339, 'nb_photo': 1, 'list_port_cont': '21375089', 'assoc_port': '21374323:21375089', 'assoc_mat': '21374323:pet_fonce:4461:21375089'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8383783561408648, 'nb_photo': 1, 'list_port_cont': '21581022', 'assoc_port': '21580212:21581022', 'assoc_mat': '21580212:pet_fonce:4200:21581022'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025675329851853005, 'nb_photo': 3, 'list_port_cont': '21832672,21854963,21856761', 'assoc_port': '21832036:21832672,21854833:21854963,21856203:21856761', 'assoc_mat': '21832036:pet_fonce:4209:21832672,21854833:pet_fonce:4209:21854963,21856203:pet_fonce:4209:21856761'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007647857488490719, 'nb_photo': 2, 'list_port_cont': '21575539', 'assoc_port': '21575366:21575539', 'assoc_mat': '21575366:pet_fonce:4211:21575539'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003275708932096191, 'nb_photo': 15, 'list_port_cont': '21000364,21140860,21224837,21338422,21387581,21535835,21555938,21567784,21594867,21653640,21796208,21852909,21869902,21941750', 'assoc_port': '20999702:21000364,21140310:21140860,21222626:21224837,21332134:21338422,21386436:21387581,21535455:21535835,21555444:21555938,21567546:21567784,21592860:21594867,21651461:21653640,21794631:21796208,21850606:21852909,21857531:21869902,21913094:21941750', 'assoc_mat': '20999702:pet_fonce:3327:21000364,21140310:pet_fonce:3327:21140860,21222626:pet_fonce:3327:21224837,21332134:pet_fonce:3327:21338422,21386436:pet_fonce:3327:21387581,21535455:pet_fonce:3327:21535835,21555444:pet_fonce:3327:21555938,21567546:pet_fonce:3327:21567784,21592860:pet_fonce:3327:21594867,21651461:pet_fonce:3327:21653640,21794631:pet_fonce:3327:21796208,21850606:pet_fonce:3327:21852909,21857531:pet_fonce:3327:21869902,21913094:pet_fonce:3327:21941750'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002976837889756119, 'nb_photo': 4, 'list_port_cont': '20985464,21116339,21353884,21644576', 'assoc_port': '20974621:20985464,21116152:21116339,21338511:21353884,21640850:21644576', 'assoc_mat': '20974621:pet_opaque:4205:20985464,21116152:pet_opaque:4205:21116339,21338511:pet_opaque:4205:21353884,21640850:pet_opaque:4205:21644576'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001739583553419966, 'nb_photo': 4, 'list_port_cont': '21170315,21222109,21406066,21567649', 'assoc_port': '21120953:21170315,21221394:21222109,21381695:21406066,21567548:21567649', 'assoc_mat': '21120953:pet_opaque:4203:21170315,21221394:pet_opaque:4203:21222109,21381695:pet_opaque:4203:21406066,21567548:pet_opaque:4203:21567649'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002197655882858751, 'nb_photo': 11, 'list_port_cont': '21120939,21220367,21221143,21537223,21546190,21572077,21582178,21755722', 'assoc_port': '21120581:21120939,21220270:21220367,21221103:21221143,21537147:21537223,21545738:21546190,21572066:21572077,21582168:21582178,21728537:21755722', 'assoc_mat': '21120581:pet_opaque:4207:21120939,21220270:pet_opaque:4207:21220367,21221103:pet_opaque:4207:21221143,21537147:pet_opaque:4207:21537223,21545738:pet_opaque:4207:21546190,21572066:pet_opaque:4207:21572077,21582168:pet_opaque:4207:21582178,21728537:pet_opaque:4207:21755722'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149078896470499, 'nb_photo': 21, 'list_port_cont': '21038913,21182224,21182323,21262752,21277552,21281385,21300024,21362197,21392223,21445538,21516162,21532090,21551953,21580653,21593633,21687577,21775491,21779921', 'assoc_port': '21037139:21038913,21136350:21262752,21140308:21281385,21179962:21182323,21179968:21182224,21225895:21277552,21299164:21300024,21349028:21362197,21391269:21392223,21444756:21445538,21515950:21516162,21531830:21532090,21551717:21551953,21580241:21580653,21592856:21593633,21687150:21687577,21774747:21775491,21779323:21779921', 'assoc_mat': '21037139:pet_opaque:4461:21038913,21136350:pet_opaque:4461:21262752,21140308:pet_opaque:4461:21281385,21179962:pet_opaque:4461:21182323,21179968:pet_opaque:4461:21182224,21225895:pet_opaque:4461:21277552,21299164:pet_opaque:4461:21300024,21349028:pet_opaque:4461:21362197,21391269:pet_opaque:4461:21392223,21444756:pet_opaque:4461:21445538,21515950:pet_opaque:4461:21516162,21531830:pet_opaque:4461:21532090,21551717:pet_opaque:4461:21551953,21580241:pet_opaque:4461:21580653,21592856:pet_opaque:4461:21593633,21687150:pet_opaque:4461:21687577,21774747:pet_opaque:4461:21775491,21779323:pet_opaque:4461:21779921'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003684122548288455, 'nb_photo': 618, 'list_port_cont': '20967651,20984593,20999677,21037662,21041282,21042565,21047284,21050766,21064646,21073535,21074912,21075598,21078589,21082192,21083803,21084239,21109491,21114626,21115907,21116225,21117942,21119251,21121189,21121483,21135830,21140886,21141976,21142159,21151676,21153873,21156391,21159877,21161398,21163411,21163952,21167453,21170231,21170506,21170873,21172015,21172360,21173947,21180454,21180506,21180697,21181145,21182021,21214327,21214630,21221238,21223693,21224818,21225178,21227412,21230958,21233459,21237473,21238786,21240653,21265957,21270950,21274337,21276792,21283415,21287789,21287820,21293312,21299786,21300611,21336851,21338970,21342447,21343612,21346587,21350039,21357647,21362376,21366953,21369165,21378207,21379494,21380526,21380609,21380923,21381898,21383107,21384800,21389880,21392075,21395968,21415540,21416428,21418674,21422686,21427484,21433961,21434580,21442126,21443183,21445551,21447487,21451735,21483448,21484690,21486411,21487840,21490817,21492196,21494715,21498500,21501395,21502800,21502812,2150865', 'assoc_port': '20966504:20967651,20984097:20984593,20999575:20999677,21037135:21037662,21039694:21041282,21041995:21042565,21046493:21047284,21049816:21050766,21064402:21064646,21071196:21073535,21074840:21074912,21075332:21075598,21077847:21078589,21080850:21082192,21083366:21083803,21083367:21084239,21104037:21114626,21108067:21109491,21115491:21116225,21115511:21115907,21117580:21119251,21117584:21117942,21120519:21167453,21120542:21121483,21120584:21121189,21120956:21170231,21120957:21170506,21120965:21170873,21120977:21172015,21120979:21214630,21120984:21172360,21121001:21173947,21121008:21214327,21135646:21135830,21136352:21163952,21136353:21163411,21140309:21140886,21141753:21142159,21141759:21141976,21151382:21151676,21152617:21153873,21155490:21156391,21159635:21159877,21161106:21161398,21179964:21182021,21179969:21181145,21179980:21180697,21180019:21180506,21180022:21180454,21221102:21221238,21222616:21230958,21222664:21224818,21222668:21223693,21224541:21225178,21225894:21227412,21232873:21233459,21236228:2123747', 'assoc_mat': '20966504:pet_opaque:4200:20967651,20984097:pet_opaque:4200:20984593,20999575:pet_opaque:4200:20999677,21037135:pet_opaque:4200:21037662,21039694:pet_opaque:4200:21041282,21041995:pet_opaque:4200:21042565,21046493:pet_opaque:4200:21047284,21049816:pet_opaque:4200:21050766,21064402:pet_opaque:4200:21064646,21071196:pet_opaque:4200:21073535,21074840:pet_opaque:4200:21074912,21075332:pet_opaque:4200:21075598,21077847:pet_opaque:4200:21078589,21080850:pet_opaque:4200:21082192,21083366:pet_opaque:4200:21083803,21083367:pet_opaque:4200:21084239,21104037:pet_opaque:4200:21114626,21108067:pet_opaque:4200:21109491,21115491:pet_opaque:4200:21116225,21115511:pet_opaque:4200:21115907,21117580:pet_opaque:4200:21119251,21117584:pet_opaque:4200:21117942,21120519:pet_opaque:4200:21167453,21120542:pet_opaque:4200:21121483,21120584:pet_opaque:4200:21121189,21120956:pet_opaque:4200:21170231,21120957:pet_opaque:4200:21170506,21120965:pet_opaque:4200:21170873,21120977:pet_opaque:4200:21172015,21120979:pet_opaque:4200:21214630,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0014068392235708936, 'nb_photo': 21, 'list_port_cont': '21084960,21085258,21124382,21153327,21172646,21180433,21233442,21359461,21362404,21378767,21380914,21438060,21531965,21562937,21703847,21761677,21779945,21838110,21851379,21908233', 'assoc_port': '21039691:21084960,21039697:21085258,21083365:21124382,21120988:21172646,21152618:21153327,21180030:21180433,21232887:21233442,21358395:21359461,21361671:21362404,21378068:21378767,21380172:21380914,21437145:21438060,21529361:21531965,21562382:21562937,21703546:21703847,21761019:21761677,21779321:21779945,21837174:21838110,21850608:21851379,21908053:21908233', 'assoc_mat': '21039691:pet_opaque:4209:21084960,21039697:pet_opaque:4209:21085258,21083365:pet_opaque:4209:21124382,21120988:pet_opaque:4209:21172646,21152618:pet_opaque:4209:21153327,21180030:pet_opaque:4209:21180433,21232887:pet_opaque:4209:21233442,21358395:pet_opaque:4209:21359461,21361671:pet_opaque:4209:21362404,21378068:pet_opaque:4209:21378767,21380172:pet_opaque:4209:21380914,21437145:pet_opaque:4209:21438060,21529361:pet_opaque:4209:21531965,21562382:pet_opaque:4209:21562937,21703546:pet_opaque:4209:21703847,21761019:pet_opaque:4209:21761677,21779321:pet_opaque:4209:21779945,21837174:pet_opaque:4209:21838110,21850608:pet_opaque:4209:21851379,21908053:pet_opaque:4209:21908233'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028797450606077676, 'nb_photo': 345, 'list_port_cont': '20985156,20993452,20999949,21012841,21014086,21036130,21038087,21038882,21066036,21073197,21076082,21078111,21079047,21084136,21110641,21110880,21116011,21116863,21120449,21120772,21141315,21149048,21149408,21153417,21156908,21158465,21160018,21168300,21170169,21172124,21174303,21174924,21180802,21180811,21181091,21181289,21181505,21181871,21204848,21206150,21211220,21220473,21222212,21224694,21225524,21227506,21227970,21230860,21231185,21238007,21243251,21266466,21273474,21278605,21301041,21308439,21309471,21342652,21342661,21343817,21346659,21353927,21358139,21360243,21362795,21382309,21382725,21386241,21387617,21390504,21393176,21396382,21398882,21405930,21406721,21412792,21427806,21433092,21438770,21454938,21486697,21487887,21490883,21492388,21492498,21494229,21494935,21497039,21498630,21502161,21509412,21515023,21516212,21521821,21521908,21530558,21532739,21532776,21533857,21537334,21539572,21542491,21544835,21551624,21551650,21553705,21555832,21558289,21558300,21559031,21559845,21559910,21567042,2156719', 'assoc_port': '20984095:20985156,20993231:20993452,20999699:20999949,21005927:21014086,21011129:21012841,21035614:21036130,21037136:21038882,21037138:21038087,21065192:21066036,21069851:21073197,21075333:21076082,21075335:21078111,21077849:21079047,21083362:21084136,21108060:21116863,21109984:21110880,21110006:21110641,21112974:21116011,21117585:21120449,21119655:21120772,21120540:21168300,21120950:21170169,21120963:21211220,21120975:21172124,21120999:21174303,21121006:21174924,21135543:21206150,21137075:21204848,21140591:21141315,21147910:21149408,21147915:21149048,21152619:21153417,21155492:21156908,21157119:21158465,21159638:21160018,21179966:21181871,21179973:21181505,21179975:21181289,21180002:21181091,21180024:21180802,21180029:21180811,21220274:21220473,21221397:21222212,21222612:21231185,21222624:21225524,21222669:21224694,21225890:21227970,21225896:21227506,21230478:21230860,21236226:21238007,21242257:21243251,21262950:21273474,21265554:21266466,21275782:21278605,21300187:21301041,21306671:21309471,21306685:2130843', 'assoc_mat': '20984095:pet_opaque:4211:20985156,20993231:pet_opaque:4211:20993452,20999699:pet_opaque:4211:20999949,21005927:pet_opaque:4211:21014086,21011129:pet_opaque:4211:21012841,21035614:pet_opaque:4211:21036130,21037136:pet_opaque:4211:21038882,21037138:pet_opaque:4211:21038087,21065192:pet_opaque:4211:21066036,21069851:pet_opaque:4211:21073197,21075333:pet_opaque:4211:21076082,21075335:pet_opaque:4211:21078111,21077849:pet_opaque:4211:21079047,21083362:pet_opaque:4211:21084136,21108060:pet_opaque:4211:21116863,21109984:pet_opaque:4211:21110880,21110006:pet_opaque:4211:21110641,21112974:pet_opaque:4211:21116011,21117585:pet_opaque:4211:21120449,21119655:pet_opaque:4211:21120772,21120540:pet_opaque:4211:21168300,21120950:pet_opaque:4211:21170169,21120963:pet_opaque:4211:21211220,21120975:pet_opaque:4211:21172124,21120999:pet_opaque:4211:21174303,21121006:pet_opaque:4211:21174924,21135543:pet_opaque:4211:21206150,21137075:pet_opaque:4211:21204848,21140591:pet_opaque:4211:21141315,21147910:pet_opaque:4211:21149408,2114'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00795082069461609, 'nb_photo': 488, 'list_port_cont': '20977620,21011405,21046724,21049996,21063587,21072814,21075104,21081207,21083688,21108211,21116162,21116209,21119825,21120643,21120880,21121097,21132939,21132970,21133020,21139135,21143925,21157229,21180296,21222800,21223008,21223200,21226226,21242482,21263080,21299561,21321702,21336609,21345948,21352990,21366720,21366731,21369144,21374635,21378921,21386632,21386709,21411898,21422072,21424771,21430363,21436437,21451823,21487127,21490593,21490757,21492828,21501928,21513410,21516700,21516716,21529496,21533606,21538605,21540242,21544307,21548052,21551564,21552470,21553616,21556558,21562716,21566199,21566547,21569319,21588165,21591748,21597678,21602717,21617050,21634997,21644314,21645125,21669228,21669485,21688889,21690461,21694718,21702028,21707062,21739024,21770156,21770630,21772873,21776755,21780319,21783964,21790458,21793415,21806976,21830110,21844475,21844822,21847818,21861706,21868753,21905691,21907039,21928190', 'assoc_port': '20974622:20977620,21011128:21011405,21046490:21046724,21049820:21049996,21063281:21063587,21072706:21072814,21074835:21075104,21080851:21081207,21083363:21083688,21108098:21108211,21116151:21116209,21116153:21116162,21119653:21119825,21120518:21120880,21120537:21120643,21120946:21133020,21120976:21132970,21120978:21132939,21121009:21121097,21138999:21139135,21143650:21143925,21157120:21157229,21180026:21180296,21222620:21222800,21222625:21223200,21222666:21223008,21225891:21226226,21242244:21242482,21262953:21263080,21299166:21299561,21321582:21321702,21336294:21336609,21345494:21345948,21352319:21352990,21366612:21366731,21366615:21366720,21368955:21369144,21374325:21374635,21378574:21378921,21381694:21386632,21386395:21386709,21411664:21411898,21421770:21422072,21424521:21424771,21428063:21430363,21431418:21436437,21451320:21451823,21487044:21487127,21490475:21490757,21490484:21490593,21492821:21492828,21501748:21501928,21513307:21513410,21516623:21516716,21516625:21516700,21529358:21529496,21533461:2153360', 'assoc_mat': '20974622:plastique:3726:20977620,21011128:plastique:3726:21011405,21046490:plastique:3726:21046724,21049820:plastique:3726:21049996,21063281:plastique:3726:21063587,21072706:plastique:3726:21072814,21074835:plastique:3726:21075104,21080851:plastique:3726:21081207,21083363:plastique:3726:21083688,21108098:plastique:3726:21108211,21116151:plastique:3726:21116209,21116153:plastique:3726:21116162,21119653:plastique:3726:21119825,21120518:plastique:3726:21120880,21120537:plastique:3726:21120643,21120946:plastique:3726:21133020,21120976:plastique:3726:21132970,21120978:plastique:3726:21132939,21121009:plastique:3726:21121097,21138999:plastique:3726:21139135,21143650:plastique:3726:21143925,21157120:plastique:3726:21157229,21180026:plastique:3726:21180296,21222620:plastique:3726:21222800,21222625:plastique:3726:21223200,21222666:plastique:3726:21223008,21225891:plastique:3726:21226226,21242244:plastique:3726:21242482,21262953:plastique:3726:21263080,21299166:plastique:3726:21299561,21321582:plastique:3726:21321702,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010398252184952, 'nb_photo': 1746, 'list_port_cont': '20977611,20999628,21011410,21044063,21046717,21049991,21063596,21064514,21072815,21075100,21078051,21081205,21083689,21108213,21116163,21116208,21119830,21120647,21120885,21121100,21132941,21132966,21133010,21139133,21143929,21157225,21180301,21222793,21223021,21223194,21226231,21242476,21263071,21286063,21299557,21300685,21321707,21336611,21345951,21352998,21366712,21366727,21369146,21374633,21378920,21380554,21386638,21386712,21389612,21411895,21422075,21424778,21430370,21436432,21451826,21487136,21490602,21490762,21492834,21501933,21501992,21513406,21516706,21516714,21529497,21533602,21538604,21540236,21544300,21548057,21551565,21552479,21553615,21556559,21562726,21566194,21566545,21569299,21591746,21597682,21602718,21602793,21617044,21634995,21644315,21645130,21669483,21688893,21690466,21694717,21702022,21707053,21739025,21770155,21770628,21772874,21776765,21780314,21783974,21790455,21793410,21806966,21830105,21844479,21844814,21847820,21861705,21868758,21905688,21907037,21928189', 'assoc_port': '20974622:20977611,20999576:20999628,21011128:21011410,21043841:21044063,21046490:21046717,21049820:21049991,21063281:21063596,21064405:21064514,21072706:21072815,21074835:21075100,21077851:21078051,21080851:21081205,21083363:21083689,21108098:21108213,21116151:21116208,21116153:21116163,21119653:21119830,21120518:21120885,21120537:21120647,21120946:21133010,21120976:21132966,21120978:21132941,21121009:21121100,21138999:21139133,21143650:21143929,21157120:21157225,21180026:21180301,21222620:21222793,21222625:21223194,21222666:21223021,21225891:21226231,21242244:21242476,21262953:21263071,21285764:21286063,21299166:21299557,21300165:21300685,21321582:21321707,21336294:21336611,21345494:21345951,21352319:21352998,21366612:21366727,21366615:21366712,21368955:21369146,21374325:21374633,21378574:21378920,21380161:21380554,21381694:21386638,21386395:21386712,21389269:21389612,21411664:21411895,21421770:21422075,21424521:21424778,21428063:21430370,21431418:21436432,21451320:21451826,21487044:21487136,21490475:2149076', 'assoc_mat': '20974622:Teint_Dans_La_Masse:3726:20977611,20999576:Teint_Dans_La_Masse:3726:20999628,21011128:Teint_Dans_La_Masse:3726:21011410,21043841:Teint_Dans_La_Masse:3726:21044063,21046490:Teint_Dans_La_Masse:3726:21046717,21049820:Teint_Dans_La_Masse:3726:21049991,21063281:Teint_Dans_La_Masse:3726:21063596,21064405:Teint_Dans_La_Masse:3726:21064514,21072706:Teint_Dans_La_Masse:3726:21072815,21074835:Teint_Dans_La_Masse:3726:21075100,21077851:Teint_Dans_La_Masse:3726:21078051,21080851:Teint_Dans_La_Masse:3726:21081205,21083363:Teint_Dans_La_Masse:3726:21083689,21108098:Teint_Dans_La_Masse:3726:21108213,21116151:Teint_Dans_La_Masse:3726:21116208,21116153:Teint_Dans_La_Masse:3726:21116163,21119653:Teint_Dans_La_Masse:3726:21119830,21120518:Teint_Dans_La_Masse:3726:21120885,21120537:Teint_Dans_La_Masse:3726:21120647,21120946:Teint_Dans_La_Masse:3726:21133010,21120976:Teint_Dans_La_Masse:3726:21132966,21120978:Teint_Dans_La_Masse:3726:21132941,21121009:Teint_Dans_La_Masse:3726:21121100,21138999:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 40712}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30173529,30173531,30173539,30173547,30173566,30173597,30173617,30173625,30173633?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173530,30173549,30173550,30173551,30173574,30173641,30173642?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173532,30173540,30173552,30173559,30173567,30173576,30173584,30173603,30173618,30173634?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173533,30173541,30173553,30173560,30173568,30173577,30173585,30173605,30173619,30173627,30173635?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173534,30173542,30173554,30173561,30173569,30173578,30173586,30173608,30173620,30173628,30173636?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173535,30173543,30173555,30173562,30173570,30173579,30173587,30173610,30173621,30173629,30173637?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173536,30173544,30173556,30173563,30173571,30173580,30173588,30173613,30173622,30173630,30173638?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30173537,30173545,30173557,30173564,30173572,30173581,30173589,30173615,30173623,30173631,30173639?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173538,30173546,30173558,30173565,30173573,30173575,30173582,30173590,30173616,30173624,30173632,30173640?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'refus': 'https://www.fotonower.com/velours/30173548,30173583,30173600,30173626?tags=carton,metal,papier,pet_clair'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('gm', '2025-03', 0.0825191489045428),), (('pehd_pp', '2025-03', 0.04668799498401154),), (('jrm', '2025-03', 0.03403016134682049),), (('pet_clair', '2025-03', 0.013765743086325225),), (('emr', '2025-03', 0.05358554886326531),), (('film_pedb', '2025-03', 0.22954827705572486),), (('flux_dev', '2025-03', 0.08209723301292633),), (('aluminium', '2025-03', 0.057772594335283985),), (('ela', '2025-03', 0.0269695949188779),), (('refus', '2025-03', 0.11396412037037035),)]} 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': ((40712,),), 'unwanted_material_monthly_percentage': ((0.0745008492868931,),), 'material_repartition': (), 'material_dict': {}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 3, 3), 0.07111590367425467, 26), (datetime.date(2025, 3, 4), 0.07824428989238356, 9), (datetime.date(2025, 3, 5), 0.07394670138765592, 37), (datetime.date(2025, 3, 6), 0.07319103042750216, 45), (datetime.date(2025, 3, 7), 0.07992972172018238, 12), (datetime.date(2025, 3, 10), 0.07586139637749623, 16), (datetime.date(2025, 3, 11), 0.07569561355357025, 29), (datetime.date(2025, 3, 12), 0.07556929633981578, 22), (datetime.date(2025, 3, 13), 0.07307623187395972, 19), (datetime.date(2025, 3, 14), 0.07073579348959985, 9), (datetime.date(2025, 3, 17), 0.06939414577763195, 29), (datetime.date(2025, 3, 18), 0.0723746560686476, 22), (datetime.date(2025, 3, 19), 0.0774704894396158, 32), (datetime.date(2025, 3, 20), 0.08665396716100758, 7), (datetime.date(2025, 3, 21), 0.08117864856545955, 32), (datetime.date(2025, 3, 24), 0.0688792964601917, 18), (datetime.date(2025, 3, 25), 0.06670375966800834, 37), (datetime.date(2025, 3, 26), 0.07327602219461654, 38), (datetime.date(2025, 3, 27), 0.08063662244299302, 14), (datetime.date(2025, 3, 28), 0.07041718198153195, 38), (datetime.date(2025, 3, 31), 0.07033031066507088, 23)), 'impurety_average_data_per_hashtag': {'gm': ((datetime.date(2025, 3, 3), 0.0751949454868263, 26), (datetime.date(2025, 3, 4), 0.07225270937144561, 26), (datetime.date(2025, 3, 5), 0.07689852633176411, 5), (datetime.date(2025, 3, 6), 0.07105023543862185, 10), (datetime.date(2025, 3, 7), 0.09375450614099153, 9), (datetime.date(2025, 3, 10), 0.09997705209985225, 5), (datetime.date(2025, 3, 11), 0.0991857962631241, 10), (datetime.date(2025, 3, 12), 0.07559110640813341, 9), (datetime.date(2025, 3, 13), 0.0755677572761496, 6), (datetime.date(2025, 3, 14), 0.059453603030397394, 9), (datetime.date(2025, 3, 17), 0.0769017214130964, 26), (datetime.date(2025, 3, 18), 0.0758820837837796, 26), (datetime.date(2025, 3, 19), 0.08821492732046847, 10), (datetime.date(2025, 3, 20), 0.07235277839572116, 25), (datetime.date(2025, 3, 21), 0.09558212996568527, 18), (datetime.date(2025, 3, 24), 0.09253034618501162, 26), (datetime.date(2025, 3, 25), 0.0870513167567689, 37), (datetime.date(2025, 3, 26), 0.08752188152753024, 9), (datetime.date(2025, 3, 27), 0.08394426801157218, 9), (datetime.date(2025, 3, 28), 0.0886410597576471, 24), (datetime.date(2025, 3, 31), 0.0841611008694228, 6)), 'pehd_pp': ((datetime.date(2025, 3, 3), 0.04717832112367141, 23), (datetime.date(2025, 3, 4), 0.0447541421876066, 22), (datetime.date(2025, 3, 5), 0.04686773267319165, 27), (datetime.date(2025, 3, 6), 0.04342572797749298, 21), (datetime.date(2025, 3, 7), 0.0476342873551452, 12), (datetime.date(2025, 3, 10), 0.04891246250277841, 22), (datetime.date(2025, 3, 11), 0.0453486969601509, 29), (datetime.date(2025, 3, 12), 0.04493936236671863, 29), (datetime.date(2025, 3, 13), 0.046313219518707587, 23), (datetime.date(2025, 3, 14), 0.04601073183383821, 22), (datetime.date(2025, 3, 17), 0.042536878965497356, 24), (datetime.date(2025, 3, 18), 0.045675057576125805, 22), (datetime.date(2025, 3, 19), 0.04871257780915546, 28), (datetime.date(2025, 3, 20), 0.047785383768087546, 26), (datetime.date(2025, 3, 21), 0.06197189496357168, 27), (datetime.date(2025, 3, 24), 0.045384225692765595, 22), (datetime.date(2025, 3, 25), 0.04780473315352463, 20), (datetime.date(2025, 3, 26), 0.04495148203468607, 24), (datetime.date(2025, 3, 27), 0.04972379606288184, 29), (datetime.date(2025, 3, 28), 0.04637474995593229, 22), (datetime.date(2025, 3, 31), 0.042037975591997054, 23)), 'jrm': ((datetime.date(2025, 3, 3), 0.03055246217485699, 33), (datetime.date(2025, 3, 4), 0.028807596776571062, 47), (datetime.date(2025, 3, 5), 0.05136577741232051, 37), (datetime.date(2025, 3, 6), 0.033968073702400826, 37), (datetime.date(2025, 3, 7), 0.027189680265628246, 48), (datetime.date(2025, 3, 10), 0.03241412927766009, 40), (datetime.date(2025, 3, 11), 0.019695238112954105, 29), (datetime.date(2025, 3, 12), 0.04386910018051749, 36), (datetime.date(2025, 3, 13), 0.027095044741104482, 84), (datetime.date(2025, 3, 14), 0.030957337641696402, 47), (datetime.date(2025, 3, 17), 0.02507517510667355, 36), (datetime.date(2025, 3, 18), 0.03310814808593334, 35), (datetime.date(2025, 3, 19), 0.036760411224758406, 32), (datetime.date(2025, 3, 20), 0.03617094064104952, 7), (datetime.date(2025, 3, 21), 0.03539902291423829, 32), (datetime.date(2025, 3, 24), 0.04458615422893959, 18), (datetime.date(2025, 3, 25), 0.04185968173210986, 54), (datetime.date(2025, 3, 26), 0.033620020539019795, 45), (datetime.date(2025, 3, 27), 0.038405443613147836, 5), (datetime.date(2025, 3, 28), 0.03588844020844799, 38), (datetime.date(2025, 3, 31), 0.03842541576613617, 43)), 'pet_clair': ((datetime.date(2025, 3, 3), 0.009522238664420818, 49), (datetime.date(2025, 3, 4), 0.015756838891574917, 9), (datetime.date(2025, 3, 5), 0.017366478591648696, 23), (datetime.date(2025, 3, 6), 0.013185524027274013, 45), (datetime.date(2025, 3, 7), 0.01742299383751732, 42), (datetime.date(2025, 3, 10), 0.011374634887561177, 16), (datetime.date(2025, 3, 11), 0.02080152928966925, 26), (datetime.date(2025, 3, 12), 0.009056604843694393, 22), (datetime.date(2025, 3, 13), 0.01336021663558235, 48), (datetime.date(2025, 3, 14), 0.01060452887596946, 26), (datetime.date(2025, 3, 17), 0.013324125724529068, 29), (datetime.date(2025, 3, 18), 0.013866566352122061, 26), (datetime.date(2025, 3, 19), 0.019353244024216495, 60), (datetime.date(2025, 3, 20), 0.014090763871697245, 62), (datetime.date(2025, 3, 21), 0.007481560750433613, 28), (datetime.date(2025, 3, 24), 0.006564112852131909, 50), (datetime.date(2025, 3, 25), 0.007496769744143901, 52), (datetime.date(2025, 3, 26), 0.01764632089242526, 27), (datetime.date(2025, 3, 27), 0.020038920928197274, 55), (datetime.date(2025, 3, 28), 0.018667923749070593, 32), (datetime.date(2025, 3, 31), 0.010653975972811888, 49)), 'emr': ((datetime.date(2025, 3, 3), 0.055389741965908165, 9), (datetime.date(2025, 3, 4), 0.059511465516908474, 7), (datetime.date(2025, 3, 5), 0.06670025827081381, 5), (datetime.date(2025, 3, 6), 0.05866371890327129, 5), (datetime.date(2025, 3, 7), 0.0572188238536947, 10), (datetime.date(2025, 3, 10), 0.0517817892497416, 17), (datetime.date(2025, 3, 11), 0.049575859504184853, 18), (datetime.date(2025, 3, 12), 0.05162809582978516, 12), (datetime.date(2025, 3, 13), 0.05804759144244571, 12), (datetime.date(2025, 3, 14), 0.05181330848529472, 19), (datetime.date(2025, 3, 17), 0.05549034469077832, 22), (datetime.date(2025, 3, 18), 0.04720598756350601, 18), (datetime.date(2025, 3, 19), 0.05250892542235734, 14), (datetime.date(2025, 3, 20), 0.05385759943147721, 24), (datetime.date(2025, 3, 21), 0.049649744812619925, 17), (datetime.date(2025, 3, 24), 0.04794013684448609, 19), (datetime.date(2025, 3, 25), 0.045366824651588915, 8), (datetime.date(2025, 3, 26), 0.05234897783806249, 5), (datetime.date(2025, 3, 27), 0.054767752425843245, 20), (datetime.date(2025, 3, 28), 0.051257264389532264, 15), (datetime.date(2025, 3, 31), 0.05941275491450399, 6)), 'film_pedb': ((datetime.date(2025, 3, 3), 0.24512820013617695, 47), (datetime.date(2025, 3, 4), 0.22120281027095381, 45), (datetime.date(2025, 3, 5), 0.20347159800986284, 48), (datetime.date(2025, 3, 6), 0.21468884957734938, 45), (datetime.date(2025, 3, 7), 0.22353979837791452, 25), (datetime.date(2025, 3, 10), 0.23228190288735667, 47), (datetime.date(2025, 3, 11), 0.22465945227645906, 42), (datetime.date(2025, 3, 12), 0.23877293266106117, 28), (datetime.date(2025, 3, 13), 0.2267394703164746, 43), (datetime.date(2025, 3, 14), 0.2283308422444701, 37), (datetime.date(2025, 3, 17), 0.23125997124875583, 37), (datetime.date(2025, 3, 18), 0.20963290159605644, 46), (datetime.date(2025, 3, 19), 0.25860201314229764, 25), (datetime.date(2025, 3, 20), 0.2389577524360936, 43), (datetime.date(2025, 3, 21), 0.22864258928499484, 28), (datetime.date(2025, 3, 24), 0.2150612624709825, 39), (datetime.date(2025, 3, 25), 0.20731508220286896, 25), (datetime.date(2025, 3, 26), 0.22546867701364148, 38), (datetime.date(2025, 3, 27), 0.2537960746544667, 40), (datetime.date(2025, 3, 28), 0.25875311543727014, 32), (datetime.date(2025, 3, 31), 0.2357110619150405, 39)), 'flux_dev': ((datetime.date(2025, 3, 3), 0.07783678208663847, 23), (datetime.date(2025, 3, 4), 0.08337405400888828, 19), (datetime.date(2025, 3, 5), 0.08148065024662157, 10), (datetime.date(2025, 3, 6), 0.07351187979823642, 21), (datetime.date(2025, 3, 7), 0.07892777764555532, 10), (datetime.date(2025, 3, 10), 0.07262382576674013, 16), (datetime.date(2025, 3, 11), 0.08105226824078353, 18), (datetime.date(2025, 3, 12), 0.07141390002713388, 21), (datetime.date(2025, 3, 13), 0.07695146988856258, 19), (datetime.date(2025, 3, 14), 0.07342498660010045, 20), (datetime.date(2025, 3, 17), 0.07826789405743412, 22), (datetime.date(2025, 3, 18), 0.08302126151744987, 19), (datetime.date(2025, 3, 19), 0.07366111484653673, 22), (datetime.date(2025, 3, 20), 0.17242866676424942, 27), (datetime.date(2025, 3, 21), 0.09264513970611213, 37), (datetime.date(2025, 3, 24), 0.0643230945319844, 41), (datetime.date(2025, 3, 25), 0.0755049932931581, 42), (datetime.date(2025, 3, 26), 0.07499464640066587, 27), (datetime.date(2025, 3, 27), 0.08235986207619354, 29), (datetime.date(2025, 3, 28), 0.06795376566166425, 35), (datetime.date(2025, 3, 31), 0.0666854936518549, 22)), 'aluminium': ((datetime.date(2025, 3, 3), 0.04921374557173921, 6), (datetime.date(2025, 3, 4), 0.054889067585292745, 14), (datetime.date(2025, 3, 5), 0.048304248620908555, 14), (datetime.date(2025, 3, 6), 0.06885087831630111, 13), (datetime.date(2025, 3, 7), 0.05614565194101574, 10), (datetime.date(2025, 3, 10), 0.056758648935679605, 10), (datetime.date(2025, 3, 11), 0.0541858741820275, 7), (datetime.date(2025, 3, 12), 0.06831043177444761, 15), (datetime.date(2025, 3, 13), 0.054851876793685174, 14), (datetime.date(2025, 3, 14), 0.06817095812173056, 16), (datetime.date(2025, 3, 17), 0.06021727351784239, 14), (datetime.date(2025, 3, 18), 0.06362950342932085, 17), (datetime.date(2025, 3, 19), 0.06134807789314193, 14), (datetime.date(2025, 3, 20), 0.059718944958003346, 13), (datetime.date(2025, 3, 21), 0.045786193362648483, 14), (datetime.date(2025, 3, 24), 0.060153895068101565, 7), (datetime.date(2025, 3, 25), 0.050761365219396705, 14), (datetime.date(2025, 3, 26), 0.05799134036106817, 15), (datetime.date(2025, 3, 27), 0.05711130918689103, 14), (datetime.date(2025, 3, 28), 0.05173266709674869, 11), (datetime.date(2025, 3, 31), 0.052699927102682176, 16)), 'ela': ((datetime.date(2025, 3, 3), 0.03168220525155297, 34), (datetime.date(2025, 3, 4), 0.03697975234350636, 20), (datetime.date(2025, 3, 5), 0.01864099094962186, 33), (datetime.date(2025, 3, 6), 0.02532440818002349, 31), (datetime.date(2025, 3, 7), 0.023706264161911187, 28), (datetime.date(2025, 3, 10), 0.026375265386256622, 20), (datetime.date(2025, 3, 11), 0.022764042305720638, 37), (datetime.date(2025, 3, 12), 0.03824219524995184, 28), (datetime.date(2025, 3, 13), 0.027212692672183295, 35), (datetime.date(2025, 3, 14), 0.02755731339197566, 33), (datetime.date(2025, 3, 17), 0.025245067030298884, 31), (datetime.date(2025, 3, 18), 0.02161337606386951, 34), (datetime.date(2025, 3, 19), 0.029732408983128983, 35), (datetime.date(2025, 3, 20), 0.031284645839284704, 24), (datetime.date(2025, 3, 21), 0.037872217145574066, 33), (datetime.date(2025, 3, 24), 0.02603043853568656, 29), (datetime.date(2025, 3, 25), 0.026771162610567025, 37), (datetime.date(2025, 3, 26), 0.02335262941237738, 37), (datetime.date(2025, 3, 27), 0.0217689392216688, 34), (datetime.date(2025, 3, 28), 0.02470485354225727, 33), (datetime.date(2025, 3, 31), 0.02810821772036506, 27)), 'refus': ((datetime.date(2025, 3, 21), 0.11396412037037035, 10),)}, 'quality_array': [['-5.138543868725531', '03032025'], ['-5.176553876866414', '04032025'], ['-5.128196799666672', '05032025'], ['-5.169931596461893', '06032025'], ['-5.150360708327244', '07032025'], ['-5.182028536999593', '10032025'], ['-5.107260452275512', '11032025'], ['-5.100578616187007', '12032025'], ['-5.160485443913586', '13032025'], ['-5.129889438130757', '14032025'], ['-5.114127191009799', '17032025'], ['-5.101327120030929', '18032025'], ['-5.165393083112884', '19032025'], ['-5.191271717886368', '20032025'], ['-4.948353827374253', '21032025'], ['-5.145449549061476', '24032025'], ['-5.18985004366281', '25032025'], ['-5.134059741722197', '26032025'], ['-5.160942511372932', '27032025'], ['-5.211287265300681', '28032025'], ['-5.151765306947901', '31032025']], 'number_of_batch': ((2083,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004253988862375556, 'nb_photo': 711, 'list_port_cont': '20967693,20985379,21000369,21021773,21038464,21039216,21043261,21046261,21051414,21066001,21066801,21071269,21074779,21076193,21076843,21082840,21084586,21116514,21116671,21117279,21121649,21122178,21122201,21123145,21123472,21131399,21133774,21133813,21134173,21136137,21137566,21140343,21140863,21140945,21150083,21152351,21152785,21153624,21156961,21160309,21161692,21161715,21161820,21173696,21180857,21181188,21181304,21181439,21181815,21181889,21197341,21220570,21224618,21224844,21225245,21225695,21227226,21227850,21230872,21231079,21234025,21234252,21239710,21267069,21268822,21272180,21277621,21285991,21290339,21290427,21292714,21295315,21297478,21300466,21301464,21309402,21309719,21320396,21338157,21338417,21340637,21343965,21345184,21350956,21351339,21358112,21363091,21364078,21369427,21375402,21382739,21386575,21387585,21390515,21391095,21395886,21403536,21404084,21405529,21415993,21417165,21423814,21427745,21433080,21433998,21438639,21442991,21459156,21485315,21487405,21488089,21492510,21495268,2149713', 'assoc_port': '20966500:20967693,20984094:20985379,20999702:21000369,21020699:21021773,21037134:21039216,21037137:21038464,21041998:21043261,21043840:21046261,21049822:21051414,21064403:21066001,21065191:21066801,21069854:21071269,21072684:21074779,21075331:21076843,21075334:21076193,21080852:21082840,21084269:21084586,21104034:21133774,21108064:21197341,21116149:21116671,21116150:21116514,21117032:21117279,21119656:21136137,21120541:21173696,21120582:21122178,21120586:21121649,21120954:21134173,21120964:21133813,21120971:21131399,21120985:21123472,21120996:21123145,21121012:21122201,21136349:21137566,21139009:21140343,21140310:21140863,21140595:21140945,21141751:21161692,21141760:21152351,21147911:21150083,21151379:21152785,21152615:21153624,21155491:21156961,21159637:21160309,21161083:21161715,21161104:21161820,21179959:21181889,21179963:21181815,21179974:21181439,21179976:21181304,21180021:21181188,21180044:21180857,21220275:21220570,21222614:21225245,21222626:21224844,21222667:21224618,21224540:21225695,21225889:2122785', 'assoc_mat': '20966500:autre:3327:20967693,20984094:autre:3327:20985379,20999702:autre:3327:21000369,21020699:autre:3327:21021773,21037134:autre:3327:21039216,21037137:autre:3327:21038464,21041998:autre:3327:21043261,21043840:autre:3327:21046261,21049822:autre:3327:21051414,21064403:autre:3327:21066001,21065191:autre:3327:21066801,21069854:autre:3327:21071269,21072684:autre:3327:21074779,21075331:autre:3327:21076843,21075334:autre:3327:21076193,21080852:autre:3327:21082840,21084269:autre:3327:21084586,21104034:autre:3327:21133774,21108064:autre:3327:21197341,21116149:autre:3327:21116671,21116150:autre:3327:21116514,21117032:autre:3327:21117279,21119656:autre:3327:21136137,21120541:autre:3327:21173696,21120582:autre:3327:21122178,21120586:autre:3327:21121649,21120954:autre:3327:21134173,21120964:autre:3327:21133813,21120971:autre:3327:21131399,21120985:autre:3327:21123472,21120996:autre:3327:21123145,21121012:autre:3327:21122201,21136349:autre:3327:21137566,21139009:autre:3327:21140343,21140310:autre:3327:21140863,21140595:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010624508563014187, 'nb_photo': 757, 'list_port_cont': '20977614,20999619,21011404,21044060,21046721,21049998,21063592,21064507,21072819,21075111,21078054,21081206,21083690,21108221,21116168,21116218,21119832,21120645,21120889,21121104,21132937,21132971,21133019,21139136,21143931,21157231,21180299,21222804,21223012,21223195,21226235,21242477,21263079,21286062,21299556,21300682,21321704,21336614,21345945,21352997,21366719,21366725,21369147,21374631,21378914,21380555,21386715,21389610,21411893,21422070,21424774,21430367,21436431,21451816,21487138,21490599,21490758,21492824,21501924,21501991,21513399,21516703,21516712,21529491,21533599,21538607,21540235,21544303,21548053,21551571,21552478,21553617,21556560,21562720,21566196,21566550,21569298,21588163,21591755,21597672,21617045,21635000,21645129,21669486,21688892,21690464,21694707,21702032,21707055,21739028,21770154,21770629,21772871,21776764,21780324,21783970,21790457,21793416,21806975,21830103,21844480,21844819,21847826,21861708,21868759,21905682,21907044,21928181', 'assoc_port': '20974622:20977614,20999576:20999619,21011128:21011404,21043841:21044060,21046490:21046721,21049820:21049998,21063281:21063592,21064405:21064507,21072706:21072819,21074835:21075111,21077851:21078054,21080851:21081206,21083363:21083690,21108098:21108221,21116151:21116218,21116153:21116168,21119653:21119832,21120518:21120889,21120537:21120645,21120946:21133019,21120976:21132971,21120978:21132937,21121009:21121104,21138999:21139136,21143650:21143931,21157120:21157231,21180026:21180299,21222620:21222804,21222625:21223195,21222666:21223012,21225891:21226235,21242244:21242477,21262953:21263079,21285764:21286062,21299166:21299556,21300165:21300682,21321582:21321704,21336294:21336614,21345494:21345945,21352319:21352997,21366612:21366725,21366615:21366719,21368955:21369147,21374325:21374631,21378574:21378914,21380161:21380555,21386395:21386715,21389269:21389610,21411664:21411893,21421770:21422070,21424521:21424774,21428063:21430367,21431418:21436431,21451320:21451816,21487044:21487138,21490475:21490758,21490484:2149059', 'assoc_mat': '20974622:autre_refus:3726:20977614,20999576:autre_refus:3726:20999619,21011128:autre_refus:3726:21011404,21043841:autre_refus:3726:21044060,21046490:autre_refus:3726:21046721,21049820:autre_refus:3726:21049998,21063281:autre_refus:3726:21063592,21064405:autre_refus:3726:21064507,21072706:autre_refus:3726:21072819,21074835:autre_refus:3726:21075111,21077851:autre_refus:3726:21078054,21080851:autre_refus:3726:21081206,21083363:autre_refus:3726:21083690,21108098:autre_refus:3726:21108221,21116151:autre_refus:3726:21116218,21116153:autre_refus:3726:21116168,21119653:autre_refus:3726:21119832,21120518:autre_refus:3726:21120889,21120537:autre_refus:3726:21120645,21120946:autre_refus:3726:21133019,21120976:autre_refus:3726:21132971,21120978:autre_refus:3726:21132937,21121009:autre_refus:3726:21121104,21138999:autre_refus:3726:21139136,21143650:autre_refus:3726:21143931,21157120:autre_refus:3726:21157231,21180026:autre_refus:3726:21180299,21222620:autre_refus:3726:21222804,21222625:autre_refus:3726:21223195,21222666:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0022928753651774198, 'nb_photo': 19, 'list_port_cont': '20967700,20985381,21066002,21117272,21137562,21267071,21406232,21536864,21550812,21555945,21557168,21559968,21769300,21844167,21852906,21941741,21947362,21953962', 'assoc_port': '20966500:20967700,20984094:20985381,21064403:21066002,21117032:21117272,21136349:21137562,21265553:21267071,21380261:21406232,21536138:21536864,21550606:21550812,21555437:21557168,21555444:21555945,21559585:21559968,21732322:21769300,21843936:21844167,21850606:21852906,21913094:21941741,21920670:21953962,21920673:21947362', 'assoc_mat': '20966500:barquette_avec_film:3327:20967700,20984094:barquette_avec_film:3327:20985381,21064403:barquette_avec_film:3327:21066002,21117032:barquette_avec_film:3327:21117272,21136349:barquette_avec_film:3327:21137562,21265553:barquette_avec_film:3327:21267071,21380261:barquette_avec_film:3327:21406232,21536138:barquette_avec_film:3327:21536864,21550606:barquette_avec_film:3327:21550812,21555437:barquette_avec_film:3327:21557168,21555444:barquette_avec_film:3327:21555945,21559585:barquette_avec_film:3327:21559968,21732322:barquette_avec_film:3327:21769300,21843936:barquette_avec_film:3327:21844167,21850606:barquette_avec_film:3327:21852906,21913094:barquette_avec_film:3327:21941741,21920670:barquette_avec_film:3327:21953962,21920673:barquette_avec_film:3327:21947362'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00039475857114500514, 'nb_photo': 20, 'list_port_cont': '20985465,21071221,21173203,21218918,21289463,21326935,21370527,21385311,21458298,21498495,21521592,21555646,21592103,21644575,21658652,21764117,21917674', 'assoc_port': '20974621:20985465,21020702:21071221,21120995:21173203,21135544:21326935,21140596:21289463,21151378:21218918,21370457:21370527,21384556:21385311,21451315:21458298,21498396:21498495,21521274:21521592,21555438:21555646,21587690:21592103,21640850:21644575,21657252:21658652,21730666:21764117,21906792:21917674', 'assoc_mat': '20974621:barquette_opaque:4205:20985465,21020702:barquette_opaque:4205:21071221,21120995:barquette_opaque:4205:21173203,21135544:barquette_opaque:4205:21326935,21140596:barquette_opaque:4205:21289463,21151378:barquette_opaque:4205:21218918,21370457:barquette_opaque:4205:21370527,21384556:barquette_opaque:4205:21385311,21451315:barquette_opaque:4205:21458298,21498396:barquette_opaque:4205:21498495,21521274:barquette_opaque:4205:21521592,21555438:barquette_opaque:4205:21555646,21587690:barquette_opaque:4205:21592103,21640850:barquette_opaque:4205:21644575,21657252:barquette_opaque:4205:21658652,21730666:barquette_opaque:4205:21764117,21906792:barquette_opaque:4205:21917674'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0013762180565840114, 'nb_photo': 350, 'list_port_cont': '21009033,21045723,21102636,21144484,21159613,21168730,21170322,21170842,21172463,21181128,21221273,21222102,21289589,21290386,21292019,21313585,21324803,21328626,21330400,21356395,21370278,21396242,21406055,21410365,21446121,21455885,21483695,21489864,21499590,21509388,21515726,21531604,21532585,21541049,21550797,21555809,21559765,21567648,21583073,21601469,21643096,21665889,21666460,21682602,21689765,21707619,21736511,21758201,21779831,21821320,21825475,21869542,21871529,21873400,21907236,21925046,21930395', 'assoc_port': '20993232:21009033,21043844:21045723,21064407:21102636,21084267:21313585,21108071:21289589,21117583:21159613,21120585:21168730,21120953:21170322,21120982:21172463,21140594:21290386,21143651:21144484,21155462:21170842,21180001:21181128,21221105:21221273,21221394:21222102,21232888:21324803,21267127:21330400,21290582:21292019,21306684:21328626,21339766:21356395,21352346:21370278,21378587:21410365,21381695:21406055,21394505:21396242,21431417:21446121,21441440:21455885,21483159:21483695,21489393:21489864,21499136:21499590,21509153:21509388,21515548:21515726,21529360:21531604,21532437:21532585,21538911:21541049,21550607:21550797,21555447:21555809,21559582:21559765,21567548:21567648,21580239:21583073,21592857:21601469,21639124:21643096,21651463:21665889,21651464:21666460,21682058:21682602,21689266:21689765,21706322:21707619,21724314:21736511,21728542:21758201,21779322:21779831,21793240:21821320,21814369:21825475,21843933:21873400,21849326:21871529,21861259:21869542,21903539:21907236,21913103:21925046,21924615:2193039', 'assoc_mat': '20993232:barquette_opaque:4203:21009033,21043844:barquette_opaque:4203:21045723,21064407:barquette_opaque:4203:21102636,21084267:barquette_opaque:4203:21313585,21108071:barquette_opaque:4203:21289589,21117583:barquette_opaque:4203:21159613,21120585:barquette_opaque:4203:21168730,21120953:barquette_opaque:4203:21170322,21120982:barquette_opaque:4203:21172463,21140594:barquette_opaque:4203:21290386,21143651:barquette_opaque:4203:21144484,21155462:barquette_opaque:4203:21170842,21180001:barquette_opaque:4203:21181128,21221105:barquette_opaque:4203:21221273,21221394:barquette_opaque:4203:21222102,21232888:barquette_opaque:4203:21324803,21267127:barquette_opaque:4203:21330400,21290582:barquette_opaque:4203:21292019,21306684:barquette_opaque:4203:21328626,21339766:barquette_opaque:4203:21356395,21352346:barquette_opaque:4203:21370278,21378587:barquette_opaque:4203:21410365,21381695:barquette_opaque:4203:21406055,21394505:barquette_opaque:4203:21396242,21431417:barquette_opaque:4203:21446121,21441440:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014538171128547113, 'nb_photo': 68, 'list_port_cont': '21011740,21070328,21115747,21140327,21168273,21206510,21209777,21210205,21221127,21226466,21226796,21266803,21277649,21343403,21345050,21363647,21366709,21369287,21378310,21402838,21405964,21410803,21416593,21483687,21494559,21501210,21502045,21516072,21521667,21529472,21530168,21533614,21536229,21551533,21555626,21566797,21567576,21572084,21581346,21582182,21582787,21642951,21692159,21736202,21769493,21789581,21824085,21900737,21908899,21909686', 'assoc_port': '21011126:21011740,21069853:21070328,21108061:21210205,21112972:21115747,21120538:21209777,21120544:21168273,21135542:21206510,21139512:21140327,21221106:21221127,21222619:21226796,21225888:21226466,21265552:21266803,21275769:21277649,21332135:21345050,21342839:21343403,21361669:21369287,21363249:21363647,21366614:21366709,21378066:21378310,21378588:21410803,21380167:21402838,21381690:21405964,21416274:21416593,21483158:21483687,21494513:21494559,21501000:21501210,21501745:21502045,21515948:21516072,21521294:21521667,21529362:21529472,21530099:21530168,21533463:21533614,21536136:21536229,21551422:21551533,21555440:21555626,21566768:21566797,21567549:21567576,21572066:21572084,21580238:21582787,21580242:21581346,21582168:21582182,21640842:21642951,21691867:21692159,21724316:21736202,21732318:21769493,21788225:21789581,21804268:21824085,21899637:21900737,21904652:21909686,21908057:21908899', 'assoc_mat': '21011126:barquette_opaque:4207:21011740,21069853:barquette_opaque:4207:21070328,21108061:barquette_opaque:4207:21210205,21112972:barquette_opaque:4207:21115747,21120538:barquette_opaque:4207:21209777,21120544:barquette_opaque:4207:21168273,21135542:barquette_opaque:4207:21206510,21139512:barquette_opaque:4207:21140327,21221106:barquette_opaque:4207:21221127,21222619:barquette_opaque:4207:21226796,21225888:barquette_opaque:4207:21226466,21265552:barquette_opaque:4207:21266803,21275769:barquette_opaque:4207:21277649,21332135:barquette_opaque:4207:21345050,21342839:barquette_opaque:4207:21343403,21361669:barquette_opaque:4207:21369287,21363249:barquette_opaque:4207:21363647,21366614:barquette_opaque:4207:21366709,21378066:barquette_opaque:4207:21378310,21378588:barquette_opaque:4207:21410803,21380167:barquette_opaque:4207:21402838,21381690:barquette_opaque:4207:21405964,21416274:barquette_opaque:4207:21416593,21483158:barquette_opaque:4207:21483687,21494513:barquette_opaque:4207:21494559,21501000:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01561744066105288, 'nb_photo': 30, 'list_port_cont': '20999910,21083721,21144747,21159945,21169542,21174505,21180616,21180650,21181195,21241314,21277958,21296282,21300821,21363773,21484955,21508683,21549687,21558588,21559702,21580654,21580931,21588463,21676356,21699690,21729389,21732478,21919075', 'assoc_port': '20999578:20999910,21033315:21083721,21074837:21296282,21117586:21159945,21120967:21300821,21121002:21174505,21143652:21144747,21157118:21169542,21179977:21181195,21180017:21180650,21180025:21180616,21222623:21277958,21240949:21241314,21363246:21363773,21484284:21484955,21508543:21508683,21542129:21549687,21558477:21558588,21559581:21559702,21580211:21580931,21580241:21580654,21587692:21588463,21674537:21676356,21699062:21699690,21728541:21729389,21730626:21732478,21917408:21919075', 'assoc_mat': '20999578:barquette_opaque:4461:20999910,21033315:barquette_opaque:4461:21083721,21074837:barquette_opaque:4461:21296282,21117586:barquette_opaque:4461:21159945,21120967:barquette_opaque:4461:21300821,21121002:barquette_opaque:4461:21174505,21143652:barquette_opaque:4461:21144747,21157118:barquette_opaque:4461:21169542,21179977:barquette_opaque:4461:21181195,21180017:barquette_opaque:4461:21180650,21180025:barquette_opaque:4461:21180616,21222623:barquette_opaque:4461:21277958,21240949:barquette_opaque:4461:21241314,21363246:barquette_opaque:4461:21363773,21484284:barquette_opaque:4461:21484955,21508543:barquette_opaque:4461:21508683,21542129:barquette_opaque:4461:21549687,21558477:barquette_opaque:4461:21558588,21559581:barquette_opaque:4461:21559702,21580211:barquette_opaque:4461:21580931,21580241:barquette_opaque:4461:21580654,21587692:barquette_opaque:4461:21588463,21674537:barquette_opaque:4461:21676356,21699062:barquette_opaque:4461:21699690,21728541:barquette_opaque:4461:21729389,21730626:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00943082352614104, 'nb_photo': 475, 'list_port_cont': '20967647,21041288,21041840,21042560,21050764,21070559,21073273,21073533,21074918,21075594,21080581,21082196,21083794,21109485,21114628,21115911,21116228,21117955,21119242,21121192,21121482,21135842,21139782,21141971,21142149,21153870,21156392,21161393,21163951,21167446,21170495,21170876,21172005,21172347,21173935,21180463,21180502,21181065,21181140,21182015,21214332,21214633,21223683,21224817,21227420,21230608,21233456,21237484,21242882,21265950,21270949,21274342,21276789,21283409,21287795,21289129,21293315,21299790,21300610,21307541,21307678,21336846,21346461,21346585,21350034,21352950,21353488,21357650,21359123,21366946,21369158,21374705,21374996,21378216,21379493,21380522,21380925,21381873,21381901,21383112,21383683,21389893,21392086,21395974,21415538,21416435,21418675,21427483,21428971,21433953,21434587,21442118,21443187,21445548,21447483,21451734,21483433,21484694,21486403,21487843,21490831,21492198,21494158,21494726,21501261,21501383,21508651,21513498,21514163,21515702,21516740,21521628,21521748,2152327', 'assoc_port': '20966504:20967647,21039692:21041840,21039694:21041288,21041995:21042560,21049816:21050764,21069850:21070559,21071196:21073533,21072704:21073273,21074840:21074918,21075332:21075594,21077848:21080581,21080850:21082196,21083366:21083794,21104037:21114628,21108067:21109485,21115491:21116228,21115511:21115911,21117580:21119242,21117584:21117955,21120519:21167446,21120542:21121482,21120584:21121192,21120957:21170495,21120965:21170876,21120977:21172005,21120979:21214633,21120984:21172347,21121001:21173935,21121008:21214332,21135646:21135842,21136352:21163951,21139513:21139782,21141753:21142149,21141759:21141971,21152617:21153870,21155490:21156392,21161106:21161393,21179964:21182015,21179969:21181140,21179971:21181065,21180019:21180502,21180022:21180463,21222664:21224817,21222668:21223683,21225894:21227420,21230483:21230608,21232873:21233456,21236228:21237484,21242259:21242882,21262954:21274342,21265555:21265950,21270482:21270949,21275776:21276789,21282368:21283409,21287083:21289129,21287087:21287795,21292229:2129331', 'assoc_mat': '20966504:barquette_opaque:4200:20967647,21039692:barquette_opaque:4200:21041840,21039694:barquette_opaque:4200:21041288,21041995:barquette_opaque:4200:21042560,21049816:barquette_opaque:4200:21050764,21069850:barquette_opaque:4200:21070559,21071196:barquette_opaque:4200:21073533,21072704:barquette_opaque:4200:21073273,21074840:barquette_opaque:4200:21074918,21075332:barquette_opaque:4200:21075594,21077848:barquette_opaque:4200:21080581,21080850:barquette_opaque:4200:21082196,21083366:barquette_opaque:4200:21083794,21104037:barquette_opaque:4200:21114628,21108067:barquette_opaque:4200:21109485,21115491:barquette_opaque:4200:21116228,21115511:barquette_opaque:4200:21115911,21117580:barquette_opaque:4200:21119242,21117584:barquette_opaque:4200:21117955,21120519:barquette_opaque:4200:21167446,21120542:barquette_opaque:4200:21121482,21120584:barquette_opaque:4200:21121192,21120957:barquette_opaque:4200:21170495,21120965:barquette_opaque:4200:21170876,21120977:barquette_opaque:4200:21172005,21120979:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004162394250180878, 'nb_photo': 206, 'list_port_cont': '20976943,21036083,21074953,21084559,21084956,21085755,21094101,21108018,21110403,21115565,21120348,21126633,21136279,21149026,21152443,21153313,21158508,21160150,21167719,21168646,21169141,21169422,21170925,21172653,21173040,21173840,21180372,21180431,21182363,21182768,21219551,21225024,21229865,21230841,21230972,21231345,21233454,21236761,21241370,21242851,21262697,21268028,21283814,21287044,21293911,21301254,21320371,21321712,21343142,21345072,21357489,21359442,21362396,21370634,21378766,21379728,21380908,21382807,21387026,21395342,21412560,21418414,21425010,21434907,21438057,21452071,21454716,21496965,21498512,21499359,21501265,21502906,21509091,21510449,21514296,21514960,21531958,21532669,21533548,21536790,21539584,21548122,21551853,21552615,21555781,21558639,21558833,21566615,21567661,21593566,21634028,21636628,21644993,21657988,21659248,21665295,21670109,21675009,21675103,21684438,21689136,21689172,21691009,21696771,21699805,21705570,21707422,21731566,21731774,21731877,21738981,21750012,21761775,2177994', 'assoc_port': '20966501:20976943,21035615:21036083,21039691:21084956,21041996:21085755,21049815:21094101,21069852:21108018,21071195:21110403,21074836:21115565,21074839:21074953,21077845:21120348,21084266:21126633,21084271:21084559,21112973:21152443,21117031:21158508,21120522:21167719,21120562:21168646,21120928:21169422,21120949:21287044,21120988:21172653,21120991:21173040,21120998:21173840,21135647:21262697,21136028:21136279,21139516:21231345,21141756:21230972,21147912:21219551,21147914:21149026,21152616:21170925,21152618:21153313,21157117:21169141,21159639:21160150,21179960:21182768,21179967:21182363,21180000:21180372,21180030:21180431,21224539:21229865,21224544:21225024,21230468:21230841,21232887:21233454,21236208:21236761,21240947:21241370,21242258:21242851,21267125:21268028,21282366:21283814,21292227:21293911,21300166:21301254,21319726:21320371,21321580:21321712,21342199:21345072,21342838:21343142,21349030:21357489,21358395:21359442,21361671:21362396,21370458:21370634,21378068:21378766,21378593:21379728,21380172:2138090', 'assoc_mat': '20966501:barquette_opaque:4209:20976943,21035615:barquette_opaque:4209:21036083,21039691:barquette_opaque:4209:21084956,21041996:barquette_opaque:4209:21085755,21049815:barquette_opaque:4209:21094101,21069852:barquette_opaque:4209:21108018,21071195:barquette_opaque:4209:21110403,21074836:barquette_opaque:4209:21115565,21074839:barquette_opaque:4209:21074953,21077845:barquette_opaque:4209:21120348,21084266:barquette_opaque:4209:21126633,21084271:barquette_opaque:4209:21084559,21112973:barquette_opaque:4209:21152443,21117031:barquette_opaque:4209:21158508,21120522:barquette_opaque:4209:21167719,21120562:barquette_opaque:4209:21168646,21120928:barquette_opaque:4209:21169422,21120949:barquette_opaque:4209:21287044,21120988:barquette_opaque:4209:21172653,21120991:barquette_opaque:4209:21173040,21120998:barquette_opaque:4209:21173840,21135647:barquette_opaque:4209:21262697,21136028:barquette_opaque:4209:21136279,21139516:barquette_opaque:4209:21231345,21141756:barquette_opaque:4209:21230972,21147912:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.02020802448858791, 'nb_photo': 11419, 'list_port_cont': '20966887,20967298,20985155,20993445,20999938,21012854,21014073,21021434,21036132,21038095,21038873,21043607,21051107,21053646,21066045,21072541,21073191,21073462,21076080,21078114,21079055,21084142,21110652,21110881,21116010,21116412,21116852,21117713,21118017,21120444,21120765,21121284,21136321,21140174,21140912,21140924,21141306,21144190,21149056,21149420,21151868,21153419,21156899,21158464,21159291,21160011,21160756,21161098,21167466,21167964,21168301,21169749,21170156,21170562,21172113,21172867,21174293,21174934,21180797,21180810,21181100,21181282,21181506,21181881,21204844,21206161,21211052,21211231,21213692,21220476,21222214,21223463,21224687,21225144,21225533,21227511,21227982,21230847,21231181,21236170,21238006,21243261,21266479,21271845,21273478,21278616,21279596,21287070,21292254,21294336,21297529,21301059,21301440,21308450,21309482,21318170,21339670,21342638,21342667,21342754,21343811,21346664,21350650,21353930,21358133,21360236,21362801,21363914,21370590,21378427,21382313,21382578,21382720,2138283', 'assoc_port': '20966499:20967298,20966505:20966887,20984095:20985155,20993231:20993445,20999699:20999938,21005927:21014073,21011129:21012854,21020701:21021434,21035614:21036132,21037136:21038873,21037138:21038095,21041999:21043607,21049819:21053646,21049821:21051107,21065192:21066045,21069851:21073191,21071197:21072541,21072703:21073462,21075333:21076080,21075335:21078114,21077849:21079055,21083362:21084142,21108060:21116852,21108073:21116412,21109984:21110881,21110006:21110652,21112974:21116010,21117030:21117713,21117581:21159291,21117585:21120444,21117587:21118017,21119655:21120765,21120520:21213692,21120521:21167466,21120524:21167964,21120540:21168301,21120580:21121284,21120929:21169749,21120950:21170156,21120959:21170562,21120963:21211231,21120970:21211052,21120975:21172113,21120989:21172867,21120999:21174293,21121006:21174934,21135543:21206161,21136029:21136321,21137075:21204844,21139004:21140174,21139514:21140924,21140311:21140912,21140591:21141306,21141750:21161098,21141754:21160756,21141758:21144190,21147910:2114942', 'assoc_mat': '20966499:barquette_opaque:4211:20967298,20966505:barquette_opaque:4211:20966887,20984095:barquette_opaque:4211:20985155,20993231:barquette_opaque:4211:20993445,20999699:barquette_opaque:4211:20999938,21005927:barquette_opaque:4211:21014073,21011129:barquette_opaque:4211:21012854,21020701:barquette_opaque:4211:21021434,21035614:barquette_opaque:4211:21036132,21037136:barquette_opaque:4211:21038873,21037138:barquette_opaque:4211:21038095,21041999:barquette_opaque:4211:21043607,21049819:barquette_opaque:4211:21053646,21049821:barquette_opaque:4211:21051107,21065192:barquette_opaque:4211:21066045,21069851:barquette_opaque:4211:21073191,21071197:barquette_opaque:4211:21072541,21072703:barquette_opaque:4211:21073462,21075333:barquette_opaque:4211:21076080,21075335:barquette_opaque:4211:21078114,21077849:barquette_opaque:4211:21079055,21083362:barquette_opaque:4211:21084142,21108060:barquette_opaque:4211:21116852,21108073:barquette_opaque:4211:21116412,21109984:barquette_opaque:4211:21110881,21110006:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005451226916989701, 'nb_photo': 199, 'list_port_cont': '20985378,21000359,21021769,21039207,21043260,21046256,21051423,21074783,21076846,21082833,21116669,21117282,21121647,21122169,21123469,21131390,21133773,21133810,21137561,21150087,21152339,21152787,21160315,21161704,21180852,21181183,21181896,21224622,21224832,21225248,21225696,21227234,21227854,21239714,21241739,21272184,21278034,21290428,21295313,21297486,21300469,21309388,21338155,21340642,21350969,21358108,21364075,21364805,21369431,21377181,21390524,21395889,21403537,21404097,21405536,21412899,21427742,21433084,21433997,21442980,21459155,21485312,21492516,21497128,21502973,21503044,21508718,21509894,21516882,21521981,21523027,21530016,21531444,21533802,21538703,21540458,21540911,21548141,21550800,21552673,21555933,21557024,21557294,21558871,21558984,21559971,21567772,21568241,21594865,21634375,21648811,21653641,21654578,21657705,21667389,21687858,21689289,21691193,21692470,21697384,21700287,21725217,21725229,21735245,21743496,21757708,21758793,21769292,21778109,21789737,21791111,21796202,21805017,2181621', 'assoc_port': '20984094:20985378,20999702:21000359,21020699:21021769,21037134:21039207,21041998:21043260,21043840:21046256,21049822:21051423,21072684:21074783,21075331:21076846,21080852:21082833,21104034:21133773,21116149:21116669,21117032:21117282,21120582:21122169,21120586:21121647,21120964:21133810,21120971:21131390,21120985:21123469,21136349:21137561,21141760:21152339,21147911:21150087,21151379:21152787,21159637:21160315,21161083:21161704,21179959:21181896,21180021:21181183,21180044:21180852,21222614:21225248,21222626:21224832,21222667:21224622,21224540:21225696,21225889:21227854,21225893:21227234,21238238:21239714,21240948:21241739,21270483:21272184,21275779:21278034,21287086:21290428,21292228:21295313,21295950:21297486,21299162:21300469,21306687:21309388,21336230:21338155,21339768:21340642,21349048:21350969,21356916:21358108,21363248:21364805,21363251:21364075,21368953:21369431,21375992:21377181,21380146:21403537,21380166:21404097,21380207:21405536,21389271:21390524,21394507:21395889,21411661:21412899,21427045:2142774', 'assoc_mat': '20984094:bouchon:3327:20985378,20999702:bouchon:3327:21000359,21020699:bouchon:3327:21021769,21037134:bouchon:3327:21039207,21041998:bouchon:3327:21043260,21043840:bouchon:3327:21046256,21049822:bouchon:3327:21051423,21072684:bouchon:3327:21074783,21075331:bouchon:3327:21076846,21080852:bouchon:3327:21082833,21104034:bouchon:3327:21133773,21116149:bouchon:3327:21116669,21117032:bouchon:3327:21117282,21120582:bouchon:3327:21122169,21120586:bouchon:3327:21121647,21120964:bouchon:3327:21133810,21120971:bouchon:3327:21131390,21120985:bouchon:3327:21123469,21136349:bouchon:3327:21137561,21141760:bouchon:3327:21152339,21147911:bouchon:3327:21150087,21151379:bouchon:3327:21152787,21159637:bouchon:3327:21160315,21161083:bouchon:3327:21161704,21179959:bouchon:3327:21181896,21180021:bouchon:3327:21181183,21180044:bouchon:3327:21180852,21222614:bouchon:3327:21225248,21222626:bouchon:3327:21224832,21222667:bouchon:3327:21224622,21224540:bouchon:3327:21225696,21225889:bouchon:3327:21227854,21225893:bouchon:3327:21227234,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013220179977436361, 'nb_photo': 449, 'list_port_cont': '20985463,21012759,21071222,21107279,21116343,21123607,21126657,21168319,21173201,21180768,21218925,21221711,21225052,21236496,21271165,21289461,21322280,21326925,21330722,21336376,21353886,21357846,21370520,21371434,21385320,21402158,21402419,21416726,21425189,21457529,21458304,21494167,21498489,21509789,21513398,21521635,21531291,21539010,21551510,21555633,21559755,21562634,21562748,21592097,21638616,21644581,21658650,21675531,21690553,21707165,21764107,21769866,21798673,21823027,21824615,21832339,21869003,21869705,21870596,21917687,21942305', 'assoc_port': '20974621:20985463,21005926:21012759,21020702:21071222,21069849:21107279,21083360:21123607,21084272:21126657,21116152:21116343,21120561:21168319,21120995:21173201,21135544:21326925,21140596:21289461,21151378:21218925,21179999:21180768,21221398:21221711,21224543:21225052,21225874:21322280,21236227:21236496,21270486:21271165,21275781:21330722,21300178:21336376,21338511:21353886,21345495:21371434,21356896:21357846,21370457:21370520,21380145:21402158,21380165:21402419,21384556:21385320,21416273:21416726,21424524:21425189,21431420:21457529,21451315:21458304,21494053:21494167,21498396:21498489,21509733:21509789,21513309:21513398,21521274:21521635,21531130:21531291,21538916:21539010,21551421:21551510,21555438:21555633,21559577:21559755,21562384:21562748,21562427:21562634,21587690:21592097,21636269:21638616,21640850:21644581,21657252:21658650,21667880:21675531,21690281:21690553,21706327:21707165,21730666:21764107,21734156:21769866,21774743:21798673,21798310:21823027,21814397:21824615,21828479:21832339,21845944:2187059', 'assoc_mat': '20974621:carton:4205:20985463,21005926:carton:4205:21012759,21020702:carton:4205:21071222,21069849:carton:4205:21107279,21083360:carton:4205:21123607,21084272:carton:4205:21126657,21116152:carton:4205:21116343,21120561:carton:4205:21168319,21120995:carton:4205:21173201,21135544:carton:4205:21326925,21140596:carton:4205:21289461,21151378:carton:4205:21218925,21179999:carton:4205:21180768,21221398:carton:4205:21221711,21224543:carton:4205:21225052,21225874:carton:4205:21322280,21236227:carton:4205:21236496,21270486:carton:4205:21271165,21275781:carton:4205:21330722,21300178:carton:4205:21336376,21338511:carton:4205:21353886,21345495:carton:4205:21371434,21356896:carton:4205:21357846,21370457:carton:4205:21370520,21380145:carton:4205:21402158,21380165:carton:4205:21402419,21384556:carton:4205:21385320,21416273:carton:4205:21416726,21424524:carton:4205:21425189,21431420:carton:4205:21457529,21451315:carton:4205:21458304,21494053:carton:4205:21494167,21498396:carton:4205:21498489,21509733:carton:4205:21509789,2151'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007060748297068778, 'nb_photo': 1075, 'list_port_cont': '21009026,21045724,21102640,21144491,21159601,21168719,21170310,21170849,21172455,21181124,21221285,21222096,21289590,21290392,21292016,21313581,21324798,21328628,21330394,21356404,21370276,21396227,21406067,21410359,21446116,21455891,21483705,21489868,21499593,21509391,21515727,21531602,21532589,21541037,21550795,21555810,21559768,21567636,21583070,21601474,21643105,21665888,21666466,21682598,21689759,21707618,21736500,21758198,21779820,21821323,21825487,21869538,21871522,21873391,21907232,21925040,21930397', 'assoc_port': '20993232:21009026,21043844:21045724,21064407:21102640,21084267:21313581,21108071:21289590,21117583:21159601,21120585:21168719,21120953:21170310,21120982:21172455,21140594:21290392,21143651:21144491,21155462:21170849,21180001:21181124,21221105:21221285,21221394:21222096,21232888:21324798,21267127:21330394,21290582:21292016,21306684:21328628,21339766:21356404,21352346:21370276,21378587:21410359,21381695:21406067,21394505:21396227,21431417:21446116,21441440:21455891,21483159:21483705,21489393:21489868,21499136:21499593,21509153:21509391,21515548:21515727,21529360:21531602,21532437:21532589,21538911:21541037,21550607:21550795,21555447:21555810,21559582:21559768,21567548:21567636,21580239:21583070,21592857:21601474,21639124:21643105,21651463:21665888,21651464:21666466,21682058:21682598,21689266:21689759,21706322:21707618,21724314:21736500,21728542:21758198,21779322:21779820,21793240:21821323,21814369:21825487,21843933:21873391,21849326:21871522,21861259:21869538,21903539:21907232,21913103:21925040,21924615:2193039', 'assoc_mat': '20993232:carton:4203:21009026,21043844:carton:4203:21045724,21064407:carton:4203:21102640,21084267:carton:4203:21313581,21108071:carton:4203:21289590,21117583:carton:4203:21159601,21120585:carton:4203:21168719,21120953:carton:4203:21170310,21120982:carton:4203:21172455,21140594:carton:4203:21290392,21143651:carton:4203:21144491,21155462:carton:4203:21170849,21180001:carton:4203:21181124,21221105:carton:4203:21221285,21221394:carton:4203:21222096,21232888:carton:4203:21324798,21267127:carton:4203:21330394,21290582:carton:4203:21292016,21306684:carton:4203:21328628,21339766:carton:4203:21356404,21352346:carton:4203:21370276,21378587:carton:4203:21410359,21381695:carton:4203:21406067,21394505:carton:4203:21396227,21431417:carton:4203:21446116,21441440:carton:4203:21455891,21483159:carton:4203:21483705,21489393:carton:4203:21489868,21499136:carton:4203:21499593,21509153:carton:4203:21509391,21515548:carton:4203:21515727,21529360:carton:4203:21531602,21532437:carton:4203:21532589,21538911:carton:4203:21541037,2155'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9463347150801492, 'nb_photo': 3705, 'list_port_cont': '20966642,20975328,20999849,21009759,21011749,21012664,21024492,21025568,21033733,21042395,21044277,21049351,21050231,21065615,21066109,21070333,21075119,21080329,21080739,21082804,21084371,21110378,21115752,21115763,21116351,21117033,21117152,21117916,21120225,21120936,21122046,21122703,21136714,21140140,21140329,21140991,21141132,21141995,21142908,21144100,21155885,21167624,21168265,21169571,21169690,21169963,21170025,21170239,21170857,21170905,21171547,21180140,21180253,21180482,21180756,21206514,21209652,21209778,21209919,21210207,21220380,21220384,21221141,21221154,21221642,21223088,21223449,21224149,21224361,21224922,21226467,21226782,21227450,21236778,21238669,21241052,21266801,21267844,21271024,21276233,21277640,21283637,21286624,21291670,21293472,21293519,21300865,21300939,21307921,21309980,21314060,21321692,21338137,21339424,21340053,21342555,21342982,21343063,21343407,21343487,21345059,21345347,21345969,21362651,21363638,21366700,21367848,21368049,21369284,21378318,21381646,21382379,21382592,2138487', 'assoc_port': '20966502:20966642,20974623:20975328,20999701:20999849,21005922:21012664,21005924:21009759,21011126:21011749,21024338:21025568,21024342:21024492,21033316:21033733,21041997:21042395,21043842:21044277,21046491:21049351,21049818:21050231,21065194:21066109,21065195:21065615,21069853:21070333,21074838:21075119,21077844:21080739,21077852:21080329,21080853:21082804,21084268:21084371,21108061:21210207,21108072:21209919,21109988:21116351,21110005:21110378,21112972:21115752,21115509:21115763,21117027:21117152,21117028:21117033,21117582:21117916,21119657:21120225,21120523:21167624,21120538:21209778,21120544:21168265,21120581:21120936,21120948:21169690,21120951:21169963,21120952:21170025,21120955:21170239,21120961:21209652,21120966:21170857,21120968:21170905,21120973:21171547,21120980:21122703,21121004:21122046,21135542:21206514,21136351:21136714,21139002:21169571,21139512:21140329,21139515:21140140,21140597:21141132,21140598:21140991,21141755:21142908,21141757:21141995,21143653:21144100,21155465:21155885,21179961:2118075', 'assoc_mat': '20966502:carton:4207:20966642,20974623:carton:4207:20975328,20999701:carton:4207:20999849,21005922:carton:4207:21012664,21005924:carton:4207:21009759,21011126:carton:4207:21011749,21024338:carton:4207:21025568,21024342:carton:4207:21024492,21033316:carton:4207:21033733,21041997:carton:4207:21042395,21043842:carton:4207:21044277,21046491:carton:4207:21049351,21049818:carton:4207:21050231,21065194:carton:4207:21066109,21065195:carton:4207:21065615,21069853:carton:4207:21070333,21074838:carton:4207:21075119,21077844:carton:4207:21080739,21077852:carton:4207:21080329,21080853:carton:4207:21082804,21084268:carton:4207:21084371,21108061:carton:4207:21210207,21108072:carton:4207:21209919,21109988:carton:4207:21116351,21110005:carton:4207:21110378,21112972:carton:4207:21115752,21115509:carton:4207:21115763,21117027:carton:4207:21117152,21117028:carton:4207:21117033,21117582:carton:4207:21117916,21119657:carton:4207:21120225,21120523:carton:4207:21167624,21120538:carton:4207:21209778,21120544:carton:4207:21168265,2112'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.017588927830254685, 'nb_photo': 5126, 'list_port_cont': '20977414,20996243,20999914,21006789,21038927,21058273,21071715,21074464,21083731,21085525,21085969,21093806,21110281,21125878,21144749,21150864,21152090,21153000,21159930,21161966,21168747,21169537,21170762,21173463,21174508,21180611,21180655,21181203,21182228,21182314,21208280,21218931,21219605,21220508,21241308,21247527,21262240,21262748,21268894,21271286,21274559,21275557,21277092,21277494,21277551,21277970,21278676,21279517,21280812,21281376,21284858,21286994,21291855,21292881,21296175,21296275,21296829,21300023,21300149,21300815,21300830,21307834,21311393,21321744,21337067,21340277,21342494,21359289,21361540,21362208,21363778,21367045,21367156,21369224,21375081,21378640,21380358,21380836,21382375,21382414,21382751,21389985,21392215,21395022,21416710,21418691,21422429,21425113,21428785,21434262,21441971,21442347,21445544,21455852,21484962,21486609,21487869,21490844,21494194,21494944,21496995,21498532,21501352,21502830,21508679,21509360,21510472,21513513,21514194,21514919,21516173,21516767,21521683,2152286', 'assoc_port': '20966503:20977414,20984096:20996243,20999578:20999914,20999700:21006789,21011127:21058273,21020698:21071715,21033315:21083731,21037139:21038927,21039695:21085525,21041994:21085969,21049814:21093806,21071194:21110281,21072708:21074464,21074837:21296275,21080849:21208280,21083369:21125878,21109990:21292881,21109992:21150864,21112971:21152090,21115508:21296175,21117586:21159930,21120539:21300149,21120583:21168747,21120960:21170762,21120967:21300815,21120974:21300830,21120992:21173463,21121002:21174508,21135541:21262240,21136350:21262748,21139006:21284858,21140308:21281376,21141752:21280812,21143652:21144749,21147913:21219605,21152614:21218931,21152620:21153000,21157118:21169537,21161108:21161966,21179962:21182314,21179968:21182228,21179977:21181203,21180017:21180655,21180025:21180611,21220269:21220508,21221396:21279517,21222615:21278676,21222623:21277970,21225892:21277494,21225895:21277551,21232860:21275557,21236225:21274559,21240949:21241308,21247225:21247527,21267131:21268894,21270480:21271286,21275780:2127709', 'assoc_mat': '20966503:carton:4461:20977414,20984096:carton:4461:20996243,20999578:carton:4461:20999914,20999700:carton:4461:21006789,21011127:carton:4461:21058273,21020698:carton:4461:21071715,21033315:carton:4461:21083731,21037139:carton:4461:21038927,21039695:carton:4461:21085525,21041994:carton:4461:21085969,21049814:carton:4461:21093806,21071194:carton:4461:21110281,21072708:carton:4461:21074464,21074837:carton:4461:21296275,21080849:carton:4461:21208280,21083369:carton:4461:21125878,21109990:carton:4461:21292881,21109992:carton:4461:21150864,21112971:carton:4461:21152090,21115508:carton:4461:21296175,21117586:carton:4461:21159930,21120539:carton:4461:21300149,21120583:carton:4461:21168747,21120960:carton:4461:21170762,21120967:carton:4461:21300815,21120974:carton:4461:21300830,21120992:carton:4461:21173463,21121002:carton:4461:21174508,21135541:carton:4461:21262240,21136350:carton:4461:21262748,21139006:carton:4461:21284858,21140308:carton:4461:21281376,21141752:carton:4461:21280812,21143652:carton:4461:21144749,2114'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01862884726984025, 'nb_photo': 2040, 'list_port_cont': '20967646,20984600,20999670,20999956,21025023,21037670,21041283,21041843,21042574,21047288,21050772,21064642,21070566,21073265,21073530,21074903,21075603,21078575,21080587,21082201,21084241,21109479,21114627,21115915,21116233,21117949,21119247,21121200,21121475,21135829,21139772,21140895,21141972,21142154,21151675,21153874,21156387,21159873,21161408,21163408,21163949,21167445,21170229,21170508,21170886,21172014,21172357,21173948,21180460,21180512,21180703,21181073,21181141,21182026,21214328,21214635,21221233,21221303,21223684,21224825,21225169,21227408,21230607,21230954,21233461,21237477,21238799,21240648,21242873,21265952,21270958,21274332,21276781,21283414,21287791,21287812,21289134,21293309,21299779,21300604,21307539,21307677,21336845,21338959,21342449,21343590,21346460,21346589,21350038,21352935,21353474,21357657,21359124,21362389,21366961,21369166,21374702,21374995,21378202,21379491,21380527,21380610,21380924,21381877,21381897,21382145,21383121,21383680,21384792,21389881,21392077,21395972,21415551,2141643', 'assoc_port': '20966504:20967646,20984097:20984600,20999574:20999956,20999575:20999670,21024339:21025023,21037135:21037670,21039692:21041843,21039694:21041283,21041995:21042574,21046493:21047288,21049816:21050772,21064402:21064642,21069850:21070566,21071196:21073530,21072704:21073265,21074840:21074903,21075332:21075603,21077847:21078575,21077848:21080587,21080850:21082201,21083367:21084241,21104037:21114627,21108067:21109479,21115491:21116233,21115511:21115915,21117580:21119247,21117584:21117949,21120519:21167445,21120542:21121475,21120584:21121200,21120956:21170229,21120957:21170508,21120965:21170886,21120977:21172014,21120979:21214635,21120984:21172357,21121001:21173948,21121008:21214328,21135646:21135829,21136352:21163949,21136353:21163408,21139513:21139772,21140309:21140895,21141753:21142154,21141759:21141972,21151382:21151675,21152617:21153874,21155490:21156387,21159635:21159873,21161106:21161408,21179964:21182026,21179969:21181141,21179971:21181073,21179980:21180703,21180019:21180512,21180022:21180460,21221101:2122130', 'assoc_mat': '20966504:carton:4200:20967646,20984097:carton:4200:20984600,20999574:carton:4200:20999956,20999575:carton:4200:20999670,21024339:carton:4200:21025023,21037135:carton:4200:21037670,21039692:carton:4200:21041843,21039694:carton:4200:21041283,21041995:carton:4200:21042574,21046493:carton:4200:21047288,21049816:carton:4200:21050772,21064402:carton:4200:21064642,21069850:carton:4200:21070566,21071196:carton:4200:21073530,21072704:carton:4200:21073265,21074840:carton:4200:21074903,21075332:carton:4200:21075603,21077847:carton:4200:21078575,21077848:carton:4200:21080587,21080850:carton:4200:21082201,21083367:carton:4200:21084241,21104037:carton:4200:21114627,21108067:carton:4200:21109479,21115491:carton:4200:21116233,21115511:carton:4200:21115915,21117580:carton:4200:21119247,21117584:carton:4200:21117949,21120519:carton:4200:21167445,21120542:carton:4200:21121475,21120584:carton:4200:21121200,21120956:carton:4200:21170229,21120957:carton:4200:21170508,21120965:carton:4200:21170886,21120977:carton:4200:21172014,2112'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.04510399359297336, 'nb_photo': 5691, 'list_port_cont': '20976939,20993326,21005793,21036091,21074747,21074962,21084558,21084949,21085093,21085179,21085259,21085763,21087519,21090048,21094103,21094282,21104596,21108020,21110400,21110947,21111062,21115570,21120356,21121176,21124388,21126636,21126889,21136286,21149024,21150141,21152441,21153340,21154909,21157809,21158513,21159894,21160143,21161899,21167718,21168655,21169142,21169432,21170682,21170741,21170922,21170932,21171166,21171591,21172241,21172505,21172649,21173027,21173748,21173848,21174543,21174877,21180379,21180423,21180519,21180925,21180938,21181050,21181211,21182174,21182360,21182474,21182767,21187591,21219025,21219556,21220405,21221210,21221379,21222434,21225030,21229859,21230126,21230165,21230839,21230932,21230950,21230993,21231340,21233440,21236755,21237395,21241362,21241500,21242843,21247496,21262683,21268017,21276980,21277026,21283821,21286876,21287048,21288789,21293905,21297117,21300695,21300721,21301251,21301446,21307324,21308459,21311717,21320376,21321715,21339228,21342561,21343136,21345064,2135749', 'assoc_port': '20966501:20976939,20993233:20993326,20999577:21005793,21020700:21121176,21024341:21074747,21035615:21036091,21039691:21084949,21039693:21085179,21039696:21085093,21039697:21085259,21041996:21085763,21043843:21087519,21046492:21090048,21049815:21094103,21049817:21094282,21065193:21104596,21069852:21108020,21071195:21110400,21072705:21111062,21072707:21110947,21074836:21115570,21074839:21074962,21077845:21120356,21083365:21124388,21084266:21126636,21084270:21126889,21084271:21084558,21108069:21301446,21109986:21150141,21112973:21152441,21115510:21154909,21117029:21157809,21117031:21158513,21120522:21167718,21120562:21168655,21120928:21169432,21120949:21287048,21120958:21170682,21120962:21170741,21120969:21286876,21120972:21171591,21120981:21172241,21120987:21172505,21120988:21172649,21120991:21173027,21120994:21173748,21120998:21173848,21121005:21174543,21121011:21174877,21135647:21262683,21136028:21136286,21139516:21231340,21140592:21230993,21140593:21230932,21141756:21230950,21147912:21219556,21147914:2114902', 'assoc_mat': '20966501:carton:4209:20976939,20993233:carton:4209:20993326,20999577:carton:4209:21005793,21020700:carton:4209:21121176,21024341:carton:4209:21074747,21035615:carton:4209:21036091,21039691:carton:4209:21084949,21039693:carton:4209:21085179,21039696:carton:4209:21085093,21039697:carton:4209:21085259,21041996:carton:4209:21085763,21043843:carton:4209:21087519,21046492:carton:4209:21090048,21049815:carton:4209:21094103,21049817:carton:4209:21094282,21065193:carton:4209:21104596,21069852:carton:4209:21108020,21071195:carton:4209:21110400,21072705:carton:4209:21111062,21072707:carton:4209:21110947,21074836:carton:4209:21115570,21074839:carton:4209:21074962,21077845:carton:4209:21120356,21083365:carton:4209:21124388,21084266:carton:4209:21126636,21084270:carton:4209:21126889,21084271:carton:4209:21084558,21108069:carton:4209:21301446,21109986:carton:4209:21150141,21112973:carton:4209:21152441,21115510:carton:4209:21154909,21117029:carton:4209:21157809,21117031:carton:4209:21158513,21120522:carton:4209:21167718,2112'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007720386459801402, 'nb_photo': 12756, 'list_port_cont': '20966888,20967305,20985168,20993436,20999946,21012845,21014078,21021443,21036135,21038090,21038869,21043610,21051101,21053649,21066050,21072552,21073187,21073458,21076083,21078113,21079045,21084144,21110653,21110887,21116021,21116414,21116857,21117703,21118012,21120453,21120760,21121294,21136314,21140184,21140905,21140927,21141313,21144189,21149047,21149412,21151860,21153414,21156906,21158463,21159290,21160020,21160766,21161093,21167472,21167961,21168313,21169742,21170165,21170548,21172114,21172881,21174289,21174932,21180800,21180817,21181095,21181279,21181495,21181885,21204855,21206153,21211055,21211226,21213698,21220486,21222209,21223453,21224686,21225140,21225520,21227515,21227971,21230861,21231184,21236167,21238002,21243253,21266472,21271850,21273489,21278608,21279593,21287081,21292252,21294332,21297523,21301032,21301426,21308448,21309467,21318154,21339663,21342646,21342658,21342751,21343816,21346657,21350661,21353939,21358137,21360237,21362805,21363923,21370605,21378436,21382314,21382573,21382723,2138284', 'assoc_port': '20966499:20967305,20966505:20966888,20984095:20985168,20993231:20993436,20999699:20999946,21005927:21014078,21011129:21012845,21020701:21021443,21035614:21036135,21037136:21038869,21037138:21038090,21041999:21043610,21049819:21053649,21049821:21051101,21065192:21066050,21069851:21073187,21071197:21072552,21072703:21073458,21075333:21076083,21075335:21078113,21077849:21079045,21083362:21084144,21108060:21116857,21108073:21116414,21109984:21110887,21110006:21110653,21112974:21116021,21117030:21117703,21117581:21159290,21117585:21120453,21117587:21118012,21119655:21120760,21120520:21213698,21120521:21167472,21120524:21167961,21120540:21168313,21120580:21121294,21120929:21169742,21120950:21170165,21120959:21170548,21120963:21211226,21120970:21211055,21120975:21172114,21120989:21172881,21120999:21174289,21121006:21174932,21135543:21206153,21136029:21136314,21137075:21204855,21139004:21140184,21139514:21140927,21140311:21140905,21140591:21141313,21141750:21161093,21141754:21160766,21141758:21144189,21147910:2114941', 'assoc_mat': '20966499:carton:4211:20967305,20966505:carton:4211:20966888,20984095:carton:4211:20985168,20993231:carton:4211:20993436,20999699:carton:4211:20999946,21005927:carton:4211:21014078,21011129:carton:4211:21012845,21020701:carton:4211:21021443,21035614:carton:4211:21036135,21037136:carton:4211:21038869,21037138:carton:4211:21038090,21041999:carton:4211:21043610,21049819:carton:4211:21053649,21049821:carton:4211:21051101,21065192:carton:4211:21066050,21069851:carton:4211:21073187,21071197:carton:4211:21072552,21072703:carton:4211:21073458,21075333:carton:4211:21076083,21075335:carton:4211:21078113,21077849:carton:4211:21079045,21083362:carton:4211:21084144,21108060:carton:4211:21116857,21108073:carton:4211:21116414,21109984:carton:4211:21110887,21110006:carton:4211:21110653,21112974:carton:4211:21116021,21117030:carton:4211:21117703,21117581:carton:4211:21159290,21117585:carton:4211:21120453,21117587:carton:4211:21118012,21119655:carton:4211:21120760,21120520:carton:4211:21213698,21120521:carton:4211:21167472,2112'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.005072217023800268, 'nb_photo': 156, 'list_port_cont': '20967701,20985389,21038460,21043263,21051417,21066797,21071274,21076190,21076852,21116515,21117276,21121651,21122166,21123146,21131400,21133811,21134180,21140335,21140856,21152349,21153634,21181891,21220577,21224845,21227223,21234038,21234245,21267061,21272188,21292713,21369430,21375410,21391101,21395887,21398222,21404088,21417172,21427743,21434007,21438642,21446473,21485307,21488088,21495263,21497138,21509891,21510599,21513643,21513786,21516258,21521992,21523353,21533805,21536868,21538709,21546168,21548143,21550811,21555940,21557172,21557298,21558622,21558877,21559969,21567725,21567774,21594873,21634504,21653644,21657709,21697377,21725225,21736947,21757706,21778102,21789739,21791110,21796209,21805011,21810641,21814308,21816217,21842974,21843825,21844166,21852902,21869900,21905845,21906486,21909009,21912340,21925954,21930246,21941744', 'assoc_port': '20966500:20967701,20984094:20985389,21037137:21038460,21041998:21043263,21049822:21051417,21065191:21066797,21069854:21071274,21075331:21076852,21075334:21076190,21116150:21116515,21117032:21117276,21120582:21122166,21120586:21121651,21120954:21134180,21120964:21133811,21120971:21131400,21120996:21123146,21139009:21140335,21140310:21140856,21141760:21152349,21152615:21153634,21179959:21181891,21220275:21220577,21222626:21224845,21225893:21227223,21232886:21234245,21232889:21234038,21265553:21267061,21270483:21272188,21290578:21292713,21368953:21369430,21374311:21375410,21378580:21398222,21380166:21404088,21389264:21391101,21394507:21395887,21416272:21417172,21427045:21427743,21431419:21434007,21437146:21438642,21444754:21446473,21484309:21485307,21487642:21488088,21494510:21495263,21496852:21497138,21509728:21509891,21510020:21510599,21513306:21513643,21513310:21513786,21515947:21516258,21521296:21521992,21523164:21523353,21533460:21533805,21536138:21536868,21538437:21538709,21545758:21546168,21547967:2154814', 'assoc_mat': '20966500:carton:3327:20967701,20984094:carton:3327:20985389,21037137:carton:3327:21038460,21041998:carton:3327:21043263,21049822:carton:3327:21051417,21065191:carton:3327:21066797,21069854:carton:3327:21071274,21075331:carton:3327:21076852,21075334:carton:3327:21076190,21116150:carton:3327:21116515,21117032:carton:3327:21117276,21120582:carton:3327:21122166,21120586:carton:3327:21121651,21120954:carton:3327:21134180,21120964:carton:3327:21133811,21120971:carton:3327:21131400,21120996:carton:3327:21123146,21139009:carton:3327:21140335,21140310:carton:3327:21140856,21141760:carton:3327:21152349,21152615:carton:3327:21153634,21179959:carton:3327:21181891,21220275:carton:3327:21220577,21222626:carton:3327:21224845,21225893:carton:3327:21227223,21232886:carton:3327:21234245,21232889:carton:3327:21234038,21265553:carton:3327:21267061,21270483:carton:3327:21272188,21290578:carton:3327:21292713,21368953:carton:3327:21369430,21374311:carton:3327:21375410,21378580:carton:3327:21398222,21380166:carton:3327:21404088,2138'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0456920331790123, 'nb_photo': 52, 'list_port_cont': '21584627', 'assoc_port': '21583368:21584627', 'assoc_mat': '21583368:carton:3594:21584627'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015743069120197136, 'nb_photo': 113, 'list_port_cont': '20977616,21011400,21049999,21081212,21083694,21116219,21119831,21120648,21121094,21132946,21132976,21139129,21143926,21157235,21226234,21242481,21263074,21286058,21299564,21336613,21345956,21352987,21366723,21369145,21374627,21378915,21380553,21386717,21411891,21422073,21424780,21451820,21487135,21490761,21492830,21501930,21516718,21538600,21544296,21548055,21551566,21552473,21556563,21562722,21566200,21566552,21569295,21588170,21591747,21597671,21645120,21688886,21690465,21694709,21702029,21707056,21739023,21770152,21770632,21772868,21783968,21790464,21830102,21844478,21847825,21861709,21907040,21928186', 'assoc_port': '20974622:20977616,21011128:21011400,21049820:21049999,21080851:21081212,21083363:21083694,21116151:21116219,21119653:21119831,21120537:21120648,21120976:21132976,21120978:21132946,21121009:21121094,21138999:21139129,21143650:21143926,21157120:21157235,21225891:21226234,21242244:21242481,21262953:21263074,21285764:21286058,21299166:21299564,21336294:21336613,21345494:21345956,21352319:21352987,21366612:21366723,21368955:21369145,21374325:21374627,21378574:21378915,21380161:21380553,21386395:21386717,21411664:21411891,21421770:21422073,21424521:21424780,21451320:21451820,21487044:21487135,21490475:21490761,21492821:21492830,21501748:21501930,21516623:21516718,21538439:21538600,21544047:21544296,21547968:21548055,21551419:21551566,21552382:21552473,21556266:21556563,21562380:21562722,21566096:21566200,21566375:21566552,21569272:21569295,21587693:21588170,21591150:21591747,21597598:21597671,21640852:21645120,21683649:21688886,21690282:21690465,21694463:21694709,21700663:21702029,21706320:21707056,21730664:2177286', 'assoc_mat': '20974622:cartonnette:3726:20977616,21011128:cartonnette:3726:21011400,21049820:cartonnette:3726:21049999,21080851:cartonnette:3726:21081212,21083363:cartonnette:3726:21083694,21116151:cartonnette:3726:21116219,21119653:cartonnette:3726:21119831,21120537:cartonnette:3726:21120648,21120976:cartonnette:3726:21132976,21120978:cartonnette:3726:21132946,21121009:cartonnette:3726:21121094,21138999:cartonnette:3726:21139129,21143650:cartonnette:3726:21143926,21157120:cartonnette:3726:21157235,21225891:cartonnette:3726:21226234,21242244:cartonnette:3726:21242481,21262953:cartonnette:3726:21263074,21285764:cartonnette:3726:21286058,21299166:cartonnette:3726:21299564,21336294:cartonnette:3726:21336613,21345494:cartonnette:3726:21345956,21352319:cartonnette:3726:21352987,21366612:cartonnette:3726:21366723,21368955:cartonnette:3726:21369145,21374325:cartonnette:3726:21374627,21378574:cartonnette:3726:21378915,21380161:cartonnette:3726:21380553,21386395:cartonnette:3726:21386717,21411664:cartonnette:3726:21411891,21421770:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0072227035095524545, 'nb_photo': 366, 'list_port_cont': '20977615,20999625,21011403,21046725,21049993,21063585,21064511,21072818,21075101,21078043,21081211,21083692,21108219,21116170,21116217,21120650,21120888,21121102,21132945,21132968,21133015,21139134,21143921,21157230,21180297,21222802,21223006,21223196,21226232,21242480,21263082,21286067,21299565,21300689,21321705,21336612,21345949,21352988,21366733,21369143,21374628,21378917,21380557,21386713,21389613,21411892,21422065,21424776,21430361,21436438,21451817,21487131,21490756,21492829,21501927,21501993,21513401,21516701,21516711,21529499,21533609,21538601,21540241,21548062,21551568,21552472,21553621,21556562,21562724,21566203,21566543,21569300,21588172,21591756,21597674,21617043,21645121,21669493,21688890,21690457,21694708,21702033,21707060,21739022,21770150,21770634,21772870,21780316,21783972,21790463,21793418,21830109,21844472,21844818,21847817,21861701,21868754,21905683,21907048,21928183', 'assoc_port': '20974622:20977615,20999576:20999625,21011128:21011403,21046490:21046725,21049820:21049993,21063281:21063585,21064405:21064511,21072706:21072818,21074835:21075101,21077851:21078043,21080851:21081211,21083363:21083692,21108098:21108219,21116151:21116217,21116153:21116170,21120518:21120888,21120537:21120650,21120946:21133015,21120976:21132968,21120978:21132945,21121009:21121102,21138999:21139134,21143650:21143921,21157120:21157230,21180026:21180297,21222620:21222802,21222625:21223196,21222666:21223006,21225891:21226232,21242244:21242480,21262953:21263082,21285764:21286067,21299166:21299565,21300165:21300689,21321582:21321705,21336294:21336612,21345494:21345949,21352319:21352988,21366612:21366733,21368955:21369143,21374325:21374628,21378574:21378917,21380161:21380557,21386395:21386713,21389269:21389613,21411664:21411892,21421770:21422065,21424521:21424776,21428063:21430361,21431418:21436438,21451320:21451817,21487044:21487131,21490475:21490756,21492821:21492829,21501744:21501993,21501748:21501927,21513307:2151340', 'assoc_mat': '20974622:Carton_brun:3726:20977615,20999576:Carton_brun:3726:20999625,21011128:Carton_brun:3726:21011403,21046490:Carton_brun:3726:21046725,21049820:Carton_brun:3726:21049993,21063281:Carton_brun:3726:21063585,21064405:Carton_brun:3726:21064511,21072706:Carton_brun:3726:21072818,21074835:Carton_brun:3726:21075101,21077851:Carton_brun:3726:21078043,21080851:Carton_brun:3726:21081211,21083363:Carton_brun:3726:21083692,21108098:Carton_brun:3726:21108219,21116151:Carton_brun:3726:21116217,21116153:Carton_brun:3726:21116170,21120518:Carton_brun:3726:21120888,21120537:Carton_brun:3726:21120650,21120946:Carton_brun:3726:21133015,21120976:Carton_brun:3726:21132968,21120978:Carton_brun:3726:21132945,21121009:Carton_brun:3726:21121102,21138999:Carton_brun:3726:21139134,21143650:Carton_brun:3726:21143921,21157120:Carton_brun:3726:21157230,21180026:Carton_brun:3726:21180297,21222620:Carton_brun:3726:21222802,21222625:Carton_brun:3726:21223196,21222666:Carton_brun:3726:21223006,21225891:Carton_brun:3726:21226232,21242244:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004311776438691858, 'nb_photo': 190, 'list_port_cont': '20977622,21011409,21046726,21049988,21064512,21072813,21081204,21083698,21116166,21116216,21120646,21120886,21132948,21132969,21133016,21139131,21222791,21223019,21223192,21226229,21242487,21286061,21299563,21300687,21321703,21336605,21345946,21352993,21374632,21378916,21386716,21389620,21411900,21422066,21424781,21430369,21436427,21451818,21487137,21490603,21492827,21501935,21513402,21516705,21516722,21529492,21533608,21538603,21540232,21544302,21548058,21552480,21556564,21562718,21566201,21566548,21569294,21591752,21597681,21645119,21669491,21688894,21690458,21694712,21702025,21707061,21739030,21770148,21770625,21772876,21776757,21780318,21783967,21793411,21806967,21844473,21844823,21847821,21861704,21868757,21907045,21928188', 'assoc_port': '20974622:20977622,21011128:21011409,21046490:21046726,21049820:21049988,21064405:21064512,21072706:21072813,21080851:21081204,21083363:21083698,21116151:21116216,21116153:21116166,21120518:21120886,21120537:21120646,21120946:21133016,21120976:21132969,21120978:21132948,21138999:21139131,21222620:21222791,21222625:21223192,21222666:21223019,21225891:21226229,21242244:21242487,21285764:21286061,21299166:21299563,21300165:21300687,21321582:21321703,21336294:21336605,21345494:21345946,21352319:21352993,21374325:21374632,21378574:21378916,21386395:21386716,21389269:21389620,21411664:21411900,21421770:21422066,21424521:21424781,21428063:21430369,21431418:21436427,21451320:21451818,21487044:21487137,21490484:21490603,21492821:21492827,21501748:21501935,21513307:21513402,21516623:21516722,21516625:21516705,21529358:21529492,21533461:21533608,21538439:21538603,21539976:21540232,21544047:21544302,21547968:21548058,21552382:21552480,21556266:21556564,21562380:21562718,21566096:21566201,21566375:21566548,21569272:2156929', 'assoc_mat': '20974622:Carton_gris:3726:20977622,21011128:Carton_gris:3726:21011409,21046490:Carton_gris:3726:21046726,21049820:Carton_gris:3726:21049988,21064405:Carton_gris:3726:21064512,21072706:Carton_gris:3726:21072813,21080851:Carton_gris:3726:21081204,21083363:Carton_gris:3726:21083698,21116151:Carton_gris:3726:21116216,21116153:Carton_gris:3726:21116166,21120518:Carton_gris:3726:21120886,21120537:Carton_gris:3726:21120646,21120946:Carton_gris:3726:21133016,21120976:Carton_gris:3726:21132969,21120978:Carton_gris:3726:21132948,21138999:Carton_gris:3726:21139131,21222620:Carton_gris:3726:21222791,21222625:Carton_gris:3726:21223192,21222666:Carton_gris:3726:21223019,21225891:Carton_gris:3726:21226229,21242244:Carton_gris:3726:21242487,21285764:Carton_gris:3726:21286061,21299166:Carton_gris:3726:21299563,21300165:Carton_gris:3726:21300687,21321582:Carton_gris:3726:21321703,21336294:Carton_gris:3726:21336605,21345494:Carton_gris:3726:21345946,21352319:Carton_gris:3726:21352993,21374325:Carton_gris:3726:21374632,21378574:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006799551597263453, 'nb_photo': 226, 'list_port_cont': '20985454,21012762,21071232,21107280,21116342,21123609,21126662,21168328,21173192,21180770,21218914,21221706,21225050,21236487,21271166,21289465,21322275,21326928,21330728,21336361,21353893,21357844,21370535,21371438,21385313,21402160,21402418,21416727,21425192,21458302,21494174,21498480,21509787,21513397,21521619,21531293,21539023,21551499,21555638,21559746,21562636,21562753,21592105,21638611,21644589,21658664,21675521,21690559,21707153,21764123,21769856,21798670,21823021,21832346,21868991,21870578,21917686,21942311', 'assoc_port': '20974621:20985454,21005926:21012762,21020702:21071232,21069849:21107280,21083360:21123609,21084272:21126662,21116152:21116342,21120561:21168328,21120995:21173192,21135544:21326928,21140596:21289465,21151378:21218914,21179999:21180770,21221398:21221706,21224543:21225050,21225874:21322275,21236227:21236487,21270486:21271166,21275781:21330728,21300178:21336361,21338511:21353893,21345495:21371438,21356896:21357844,21370457:21370535,21380145:21402160,21380165:21402418,21384556:21385313,21416273:21416727,21424524:21425192,21451315:21458302,21494053:21494174,21498396:21498480,21509733:21509787,21513309:21513397,21521274:21521619,21531130:21531293,21538916:21539023,21551421:21551499,21555438:21555638,21559577:21559746,21562384:21562753,21562427:21562636,21587690:21592105,21636269:21638611,21640850:21644589,21657252:21658664,21667880:21675521,21690281:21690559,21706327:21707153,21730666:21764123,21734156:21769856,21774743:21798670,21798310:21823021,21828479:21832346,21845944:21870578,21861261:21868991,21906792:2191768', 'assoc_mat': '20974621:ela:4205:20985454,21005926:ela:4205:21012762,21020702:ela:4205:21071232,21069849:ela:4205:21107280,21083360:ela:4205:21123609,21084272:ela:4205:21126662,21116152:ela:4205:21116342,21120561:ela:4205:21168328,21120995:ela:4205:21173192,21135544:ela:4205:21326928,21140596:ela:4205:21289465,21151378:ela:4205:21218914,21179999:ela:4205:21180770,21221398:ela:4205:21221706,21224543:ela:4205:21225050,21225874:ela:4205:21322275,21236227:ela:4205:21236487,21270486:ela:4205:21271166,21275781:ela:4205:21330728,21300178:ela:4205:21336361,21338511:ela:4205:21353893,21345495:ela:4205:21371438,21356896:ela:4205:21357844,21370457:ela:4205:21370535,21380145:ela:4205:21402160,21380165:ela:4205:21402418,21384556:ela:4205:21385313,21416273:ela:4205:21416727,21424524:ela:4205:21425192,21451315:ela:4205:21458302,21494053:ela:4205:21494174,21498396:ela:4205:21498480,21509733:ela:4205:21509787,21513309:ela:4205:21513397,21521274:ela:4205:21521619,21531130:ela:4205:21531293,21538916:ela:4205:21539023,21551421:ela:4205:2155149'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9727017382677244, 'nb_photo': 341, 'list_port_cont': '21009030,21045722,21102642,21144479,21159606,21168720,21170314,21172457,21181131,21221283,21222106,21289585,21290396,21292004,21313589,21324806,21328635,21330406,21356399,21370283,21396232,21406056,21410357,21446125,21455884,21483706,21489861,21499592,21509387,21515731,21531598,21532580,21541036,21550783,21555819,21559766,21567650,21601472,21643103,21665886,21666465,21682604,21689769,21707610,21736507,21758199,21779825,21821317,21825488,21869535,21871531,21873392,21907231,21925039,21930405', 'assoc_port': '20993232:21009030,21043844:21045722,21064407:21102642,21084267:21313589,21108071:21289585,21117583:21159606,21120585:21168720,21120953:21170314,21120982:21172457,21140594:21290396,21143651:21144479,21180001:21181131,21221105:21221283,21221394:21222106,21232888:21324806,21267127:21330406,21290582:21292004,21306684:21328635,21339766:21356399,21352346:21370283,21378587:21410357,21381695:21406056,21394505:21396232,21431417:21446125,21441440:21455884,21483159:21483706,21489393:21489861,21499136:21499592,21509153:21509387,21515548:21515731,21529360:21531598,21532437:21532580,21538911:21541036,21550607:21550783,21555447:21555819,21559582:21559766,21567548:21567650,21592857:21601472,21639124:21643103,21651463:21665886,21651464:21666465,21682058:21682604,21689266:21689769,21706322:21707610,21724314:21736507,21728542:21758199,21779322:21779825,21793240:21821317,21814369:21825488,21843933:21873392,21849326:21871531,21861259:21869535,21903539:21907231,21913103:21925039,21924615:21930405', 'assoc_mat': '20993232:ela:4203:21009030,21043844:ela:4203:21045722,21064407:ela:4203:21102642,21084267:ela:4203:21313589,21108071:ela:4203:21289585,21117583:ela:4203:21159606,21120585:ela:4203:21168720,21120953:ela:4203:21170314,21120982:ela:4203:21172457,21140594:ela:4203:21290396,21143651:ela:4203:21144479,21180001:ela:4203:21181131,21221105:ela:4203:21221283,21221394:ela:4203:21222106,21232888:ela:4203:21324806,21267127:ela:4203:21330406,21290582:ela:4203:21292004,21306684:ela:4203:21328635,21339766:ela:4203:21356399,21352346:ela:4203:21370283,21378587:ela:4203:21410357,21381695:ela:4203:21406056,21394505:ela:4203:21396232,21431417:ela:4203:21446125,21441440:ela:4203:21455884,21483159:ela:4203:21483706,21489393:ela:4203:21489861,21499136:ela:4203:21499592,21509153:ela:4203:21509387,21515548:ela:4203:21515731,21529360:ela:4203:21531598,21532437:ela:4203:21532580,21538911:ela:4203:21541036,21550607:ela:4203:21550783,21555447:ela:4203:21555819,21559582:ela:4203:21559766,21567548:ela:4203:21567650,21592857:ela:4203:2160147'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0012652127494398946, 'nb_photo': 202, 'list_port_cont': '20966647,20975342,20999853,21011751,21066113,21080733,21082800,21110384,21115758,21117160,21117909,21120931,21136729,21140145,21140326,21144098,21168269,21170029,21170234,21170863,21171550,21180134,21180481,21209913,21220374,21221648,21224145,21224358,21226465,21236777,21238672,21276214,21277641,21283645,21293506,21300940,21338143,21339411,21342544,21343051,21343485,21363640,21367837,21368062,21369285,21394897,21402835,21406084,21406097,21410807,21416606,21425309,21427651,21442109,21447744,21455221,21483680,21486133,21486770,21487145,21487161,21490771,21494098,21499215,21502037,21508621,21509083,21510422,21514858,21514885,21516066,21521468,21527634,21530173,21533622,21536236,21537227,21550771,21551543,21558513,21559638,21562779,21566565,21566802,21572074,21637198,21642209,21655968,21675664,21689117,21689147,21731917,21762845,21763844,21764327,21769487,21783175,21788782,21790987,21801604,21819071,21819736,21824088,21833002,21844225,21850239,21861732,21901030,21904033,21906326,21908905,21909677,21920749,2192875', 'assoc_port': '20966502:20966647,20974623:20975342,20999701:20999853,21011126:21011751,21065194:21066113,21077844:21080733,21080853:21082800,21108072:21209913,21110005:21110384,21112972:21115758,21117027:21117160,21117582:21117909,21120544:21168269,21120581:21120931,21120952:21170029,21120955:21170234,21120966:21170863,21120973:21171550,21136351:21136729,21139512:21140326,21139515:21140145,21143653:21144098,21180020:21180481,21180031:21180134,21220272:21220374,21221400:21221648,21222621:21224358,21222627:21224145,21225888:21226465,21236207:21236777,21238237:21238672,21275769:21277641,21275777:21276214,21282367:21283645,21292231:21293506,21300189:21300940,21336255:21338143,21338508:21339411,21342182:21342544,21342837:21343485,21342843:21343051,21349035:21367837,21349047:21368062,21361669:21369285,21363249:21363640,21378572:21394897,21378588:21410807,21380167:21402835,21381697:21406084,21381718:21406097,21416274:21416606,21424522:21425309,21427046:21427651,21441443:21455221,21441451:21442109,21446762:21447744,21483158:2148368', 'assoc_mat': '20966502:ela:4207:20966647,20974623:ela:4207:20975342,20999701:ela:4207:20999853,21011126:ela:4207:21011751,21065194:ela:4207:21066113,21077844:ela:4207:21080733,21080853:ela:4207:21082800,21108072:ela:4207:21209913,21110005:ela:4207:21110384,21112972:ela:4207:21115758,21117027:ela:4207:21117160,21117582:ela:4207:21117909,21120544:ela:4207:21168269,21120581:ela:4207:21120931,21120952:ela:4207:21170029,21120955:ela:4207:21170234,21120966:ela:4207:21170863,21120973:ela:4207:21171550,21136351:ela:4207:21136729,21139512:ela:4207:21140326,21139515:ela:4207:21140145,21143653:ela:4207:21144098,21180020:ela:4207:21180481,21180031:ela:4207:21180134,21220272:ela:4207:21220374,21221400:ela:4207:21221648,21222621:ela:4207:21224358,21222627:ela:4207:21224145,21225888:ela:4207:21226465,21236207:ela:4207:21236777,21238237:ela:4207:21238672,21275769:ela:4207:21277641,21275777:ela:4207:21276214,21282367:ela:4207:21283645,21292231:ela:4207:21293506,21300189:ela:4207:21300940,21336255:ela:4207:21338143,21338508:ela:4207:2133941'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035992267184328406, 'nb_photo': 14, 'list_port_cont': '21083724,21271283,21277957,21280805,21300158,21395027,21501356,21555763,21558254,21694933,21790701,21793691,21811881', 'assoc_port': '21033315:21083724,21120539:21300158,21141752:21280805,21222623:21277957,21270480:21271283,21394479:21395027,21500999:21501356,21555442:21555763,21558172:21558254,21694460:21694933,21790640:21790701,21793242:21793691,21810731:21811881', 'assoc_mat': '21033315:ela:4461:21083724,21120539:ela:4461:21300158,21141752:ela:4461:21280805,21222623:ela:4461:21277957,21270480:ela:4461:21271283,21394479:ela:4461:21395027,21500999:ela:4461:21501356,21555442:ela:4461:21555763,21558172:ela:4461:21558254,21694460:ela:4461:21694933,21790640:ela:4461:21790701,21793242:ela:4461:21793691,21810731:ela:4461:21811881'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0011328219414141472, 'nb_photo': 177, 'list_port_cont': '20967655,21025015,21041842,21042571,21070563,21073269,21073532,21074910,21080593,21082188,21117947,21119249,21135841,21153882,21167455,21170498,21172009,21173930,21180695,21181070,21181149,21182023,21224829,21227411,21230963,21233467,21238785,21265945,21274336,21276791,21283401,21299784,21338971,21343592,21346456,21352941,21357652,21362379,21369160,21374699,21375005,21379492,21380520,21380606,21381895,21392078,21415550,21416425,21427486,21428964,21433962,21451738,21483446,21484684,21486413,21490824,21494154,21494721,21501396,21502811,21508644,21509062,21509837,21513499,21514164,21515698,21516745,21521632,21527659,21531316,21533466,21535724,21540245,21544340,21551768,21551781,21553687,21555685,21556772,21558537,21562696,21562921,21566580,21569463,21588411,21593772,21639858,21641516,21648750,21657503,21668804,21669554,21675027,21689183,21692344,21694969,21697755,21723061,21730831,21738179,21743185,21747416,21787455,21790373,21794789,21796460,21798427,21798889,21813110,21830864,21844086,21864559,21871759,2191071', 'assoc_port': '20966504:20967655,21024339:21025015,21039692:21041842,21041995:21042571,21069850:21070563,21071196:21073532,21072704:21073269,21074840:21074910,21077848:21080593,21080850:21082188,21117580:21119249,21117584:21117947,21120519:21167455,21120957:21170498,21120977:21172009,21121001:21173930,21135646:21135841,21152617:21153882,21179964:21182023,21179969:21181149,21179971:21181070,21179980:21180695,21222616:21230963,21222664:21224829,21225894:21227411,21232873:21233467,21238240:21238785,21262954:21274336,21265555:21265945,21275776:21276791,21282368:21283401,21299136:21299784,21338517:21338971,21342842:21343592,21345497:21346456,21352345:21352941,21356913:21357652,21361674:21362379,21368954:21369160,21374304:21375005,21374328:21374699,21378583:21381895,21378595:21380520,21378600:21379492,21380169:21380606,21391267:21392078,21414863:21416425,21414866:21415550,21427048:21427486,21428064:21428964,21433417:21433962,21451316:21451738,21483161:21483446,21484310:21484684,21486216:21486413,21490477:21490824,21494056:2149415', 'assoc_mat': '20966504:ela:4200:20967655,21024339:ela:4200:21025015,21039692:ela:4200:21041842,21041995:ela:4200:21042571,21069850:ela:4200:21070563,21071196:ela:4200:21073532,21072704:ela:4200:21073269,21074840:ela:4200:21074910,21077848:ela:4200:21080593,21080850:ela:4200:21082188,21117580:ela:4200:21119249,21117584:ela:4200:21117947,21120519:ela:4200:21167455,21120957:ela:4200:21170498,21120977:ela:4200:21172009,21121001:ela:4200:21173930,21135646:ela:4200:21135841,21152617:ela:4200:21153882,21179964:ela:4200:21182023,21179969:ela:4200:21181149,21179971:ela:4200:21181070,21179980:ela:4200:21180695,21222616:ela:4200:21230963,21222664:ela:4200:21224829,21225894:ela:4200:21227411,21232873:ela:4200:21233467,21238240:ela:4200:21238785,21262954:ela:4200:21274336,21265555:ela:4200:21265945,21275776:ela:4200:21276791,21282368:ela:4200:21283401,21299136:ela:4200:21299784,21338517:ela:4200:21338971,21342842:ela:4200:21343592,21345497:ela:4200:21346456,21352345:ela:4200:21352941,21356913:ela:4200:21357652,21361674:ela:4200:2136237'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004923902438803023, 'nb_photo': 888, 'list_port_cont': '20976948,21005790,21036087,21074947,21084551,21084948,21085099,21085191,21085257,21085764,21087518,21090047,21094098,21108005,21110410,21111065,21115569,21121165,21124387,21126641,21126890,21136272,21149027,21152451,21154906,21157796,21158516,21160149,21161887,21167721,21168657,21169131,21169423,21170686,21170916,21170934,21171169,21171595,21172239,21172508,21172656,21173030,21173743,21174866,21180385,21180432,21180922,21180932,21181036,21181217,21182355,21182464,21182781,21187580,21219022,21219554,21220411,21221198,21221388,21222431,21225037,21229861,21230139,21230176,21230933,21230945,21230983,21231348,21233451,21237370,21241364,21241498,21242839,21247497,21262692,21268022,21276986,21283817,21286886,21288792,21293915,21297125,21300696,21300713,21301253,21301445,21307332,21308465,21311726,21320372,21321713,21339232,21342568,21345076,21357488,21357624,21357731,21362412,21363901,21366818,21370636,21371100,21378771,21379507,21379727,21380909,21382302,21382809,21387037,21392216,21395346,21412088,21412563,2141842', 'assoc_port': '20966501:20976948,20999577:21005790,21020700:21121165,21035615:21036087,21039691:21084948,21039693:21085191,21039696:21085099,21039697:21085257,21041996:21085764,21043843:21087518,21046492:21090047,21049815:21094098,21069852:21108005,21071195:21110410,21072705:21111065,21074836:21115569,21074839:21074947,21083365:21124387,21084266:21126641,21084270:21126890,21084271:21084551,21108069:21301445,21112973:21152451,21115510:21154906,21117029:21157796,21117031:21158516,21120522:21167721,21120562:21168657,21120928:21169423,21120958:21170686,21120969:21286886,21120972:21171595,21120981:21172239,21120987:21172508,21120988:21172656,21120991:21173030,21120994:21173743,21121011:21174866,21135647:21262692,21136028:21136272,21139516:21231348,21140592:21230983,21140593:21230933,21141756:21230945,21147912:21219554,21147914:21149027,21151380:21219022,21152616:21170934,21155463:21171169,21155464:21170916,21157117:21169131,21159639:21160149,21161085:21161887,21179960:21182781,21179967:21182355,21179970:21182464,21179972:2118758', 'assoc_mat': '20966501:ela:4209:20976948,20999577:ela:4209:21005790,21020700:ela:4209:21121165,21035615:ela:4209:21036087,21039691:ela:4209:21084948,21039693:ela:4209:21085191,21039696:ela:4209:21085099,21039697:ela:4209:21085257,21041996:ela:4209:21085764,21043843:ela:4209:21087518,21046492:ela:4209:21090047,21049815:ela:4209:21094098,21069852:ela:4209:21108005,21071195:ela:4209:21110410,21072705:ela:4209:21111065,21074836:ela:4209:21115569,21074839:ela:4209:21074947,21083365:ela:4209:21124387,21084266:ela:4209:21126641,21084270:ela:4209:21126890,21084271:ela:4209:21084551,21108069:ela:4209:21301445,21112973:ela:4209:21152451,21115510:ela:4209:21154906,21117029:ela:4209:21157796,21117031:ela:4209:21158516,21120522:ela:4209:21167721,21120562:ela:4209:21168657,21120928:ela:4209:21169423,21120958:ela:4209:21170686,21120969:ela:4209:21286886,21120972:ela:4209:21171595,21120981:ela:4209:21172239,21120987:ela:4209:21172508,21120988:ela:4209:21172656,21120991:ela:4209:21173030,21120994:ela:4209:21173743,21121011:ela:4209:2117486'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012760477546620095, 'nb_photo': 4276, 'list_port_cont': '20966892,20967303,20985159,20993437,20999933,21012840,21014088,21021436,21036131,21038088,21038879,21043603,21051112,21053651,21066042,21072551,21073190,21073459,21076076,21078123,21079057,21084139,21110640,21110875,21116017,21116403,21116867,21117708,21118011,21120451,21120769,21121299,21136318,21140180,21140903,21140916,21141311,21144188,21149057,21149419,21151874,21153416,21156905,21158453,21159295,21160006,21160762,21161087,21167464,21167956,21168305,21169755,21170158,21170547,21172126,21172876,21174300,21174923,21180807,21180812,21181098,21181287,21181494,21181884,21204857,21206148,21211053,21211217,21213706,21220482,21222215,21223465,21224688,21225143,21225535,21227513,21227974,21230848,21231188,21236174,21237994,21243262,21266481,21271844,21273477,21278610,21279603,21287067,21292258,21294331,21297531,21301027,21301439,21308452,21309472,21318159,21339664,21342642,21342666,21342747,21343806,21346666,21350660,21353937,21358132,21360249,21362804,21363916,21370594,21378430,21382326,21382571,21382716,2138284', 'assoc_port': '20966499:20967303,20966505:20966892,20984095:20985159,20993231:20993437,20999699:20999933,21005927:21014088,21011129:21012840,21020701:21021436,21035614:21036131,21037136:21038879,21037138:21038088,21041999:21043603,21049819:21053651,21049821:21051112,21065192:21066042,21069851:21073190,21071197:21072551,21072703:21073459,21075333:21076076,21075335:21078123,21077849:21079057,21083362:21084139,21108060:21116867,21108073:21116403,21109984:21110875,21110006:21110640,21112974:21116017,21117030:21117708,21117581:21159295,21117585:21120451,21117587:21118011,21119655:21120769,21120520:21213706,21120521:21167464,21120524:21167956,21120540:21168305,21120580:21121299,21120929:21169755,21120950:21170158,21120959:21170547,21120963:21211217,21120970:21211053,21120975:21172126,21120989:21172876,21120999:21174300,21121006:21174923,21135543:21206148,21136029:21136318,21137075:21204857,21139004:21140180,21139514:21140916,21140311:21140903,21140591:21141311,21141750:21161087,21141754:21160762,21141758:21144188,21147910:2114941', 'assoc_mat': '20966499:ela:4211:20967303,20966505:ela:4211:20966892,20984095:ela:4211:20985159,20993231:ela:4211:20993437,20999699:ela:4211:20999933,21005927:ela:4211:21014088,21011129:ela:4211:21012840,21020701:ela:4211:21021436,21035614:ela:4211:21036131,21037136:ela:4211:21038879,21037138:ela:4211:21038088,21041999:ela:4211:21043603,21049819:ela:4211:21053651,21049821:ela:4211:21051112,21065192:ela:4211:21066042,21069851:ela:4211:21073190,21071197:ela:4211:21072551,21072703:ela:4211:21073459,21075333:ela:4211:21076076,21075335:ela:4211:21078123,21077849:ela:4211:21079057,21083362:ela:4211:21084139,21108060:ela:4211:21116867,21108073:ela:4211:21116403,21109984:ela:4211:21110875,21110006:ela:4211:21110640,21112974:ela:4211:21116017,21117030:ela:4211:21117708,21117581:ela:4211:21159295,21117585:ela:4211:21120451,21117587:ela:4211:21118011,21119655:ela:4211:21120769,21120520:ela:4211:21213706,21120521:ela:4211:21167464,21120524:ela:4211:21167956,21120540:ela:4211:21168305,21120580:ela:4211:21121299,21120929:ela:4211:2116975'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0001403407358265082, 'nb_photo': 1, 'list_port_cont': '21126656', 'assoc_port': '21084272:21126656', 'assoc_mat': '21084272:etiquette:4205:21126656'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001871934669202425, 'nb_photo': 179, 'list_port_cont': '21009023,21045720,21102639,21144492,21159604,21170317,21170843,21172450,21181134,21221277,21222110,21289599,21290388,21313593,21324793,21328634,21330402,21356407,21370285,21396239,21406070,21410369,21446124,21455880,21483704,21489863,21499591,21509399,21515735,21532574,21541035,21550796,21555811,21559773,21567645,21583079,21601485,21643107,21666469,21682600,21689763,21707611,21736499,21758195,21779821,21821316,21825482,21869536,21871524,21873390,21907233,21925043,21930409', 'assoc_port': '20993232:21009023,21043844:21045720,21064407:21102639,21084267:21313593,21108071:21289599,21117583:21159604,21120953:21170317,21120982:21172450,21140594:21290388,21143651:21144492,21155462:21170843,21180001:21181134,21221105:21221277,21221394:21222110,21232888:21324793,21267127:21330402,21306684:21328634,21339766:21356407,21352346:21370285,21378587:21410369,21381695:21406070,21394505:21396239,21431417:21446124,21441440:21455880,21483159:21483704,21489393:21489863,21499136:21499591,21509153:21509399,21515548:21515735,21532437:21532574,21538911:21541035,21550607:21550796,21555447:21555811,21559582:21559773,21567548:21567645,21580239:21583079,21592857:21601485,21639124:21643107,21651464:21666469,21682058:21682600,21689266:21689763,21706322:21707611,21724314:21736499,21728542:21758195,21779322:21779821,21793240:21821316,21814369:21825482,21843933:21873390,21849326:21871524,21861259:21869536,21903539:21907233,21913103:21925043,21924615:21930409', 'assoc_mat': '20993232:etiquette:4203:21009023,21043844:etiquette:4203:21045720,21064407:etiquette:4203:21102639,21084267:etiquette:4203:21313593,21108071:etiquette:4203:21289599,21117583:etiquette:4203:21159604,21120953:etiquette:4203:21170317,21120982:etiquette:4203:21172450,21140594:etiquette:4203:21290388,21143651:etiquette:4203:21144492,21155462:etiquette:4203:21170843,21180001:etiquette:4203:21181134,21221105:etiquette:4203:21221277,21221394:etiquette:4203:21222110,21232888:etiquette:4203:21324793,21267127:etiquette:4203:21330402,21306684:etiquette:4203:21328634,21339766:etiquette:4203:21356407,21352346:etiquette:4203:21370285,21378587:etiquette:4203:21410369,21381695:etiquette:4203:21406070,21394505:etiquette:4203:21396239,21431417:etiquette:4203:21446124,21441440:etiquette:4203:21455880,21483159:etiquette:4203:21483704,21489393:etiquette:4203:21489863,21499136:etiquette:4203:21499591,21509153:etiquette:4203:21509399,21515548:etiquette:4203:21515735,21532437:etiquette:4203:21532574,21538911:etiquette:4203:21541035,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0009201002356150229, 'nb_photo': 26, 'list_port_cont': '21011750,21122038,21140314,21168277,21169572,21170866,21224929,21241058,21382596,21402889,21487153,21572071,21581337,21582798,21648175,21692164,21844541', 'assoc_port': '21011126:21011750,21120544:21168277,21120966:21170866,21121004:21122038,21139002:21169572,21139512:21140314,21224542:21224929,21240946:21241058,21380180:21402889,21381723:21382596,21487045:21487153,21572066:21572071,21580238:21582798,21580242:21581337,21646791:21648175,21691867:21692164,21833507:21844541', 'assoc_mat': '21011126:etiquette:4207:21011750,21120544:etiquette:4207:21168277,21120966:etiquette:4207:21170866,21121004:etiquette:4207:21122038,21139002:etiquette:4207:21169572,21139512:etiquette:4207:21140314,21224542:etiquette:4207:21224929,21240946:etiquette:4207:21241058,21380180:etiquette:4207:21402889,21381723:etiquette:4207:21382596,21487045:etiquette:4207:21487153,21572066:etiquette:4207:21572071,21580238:etiquette:4207:21582798,21580242:etiquette:4207:21581337,21646791:etiquette:4207:21648175,21691867:etiquette:4207:21692164,21833507:etiquette:4207:21844541'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0004011232385277943, 'nb_photo': 4, 'list_port_cont': '21580676,21904343,21921157', 'assoc_port': '21580241:21580676,21903542:21904343,21920677:21921157', 'assoc_mat': '21580241:etiquette:4461:21580676,21903542:etiquette:4461:21904343,21920677:etiquette:4461:21921157'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005474574111249569, 'nb_photo': 35, 'list_port_cont': '20984606,21075604,21230606,21346590,21434584,21486406,21494725,21581023,21582924,21593777,21668805,21690979,21723050,21728441,21777625,21787449,21790386,21905274', 'assoc_port': '20984097:20984606,21075332:21075604,21230483:21230606,21345489:21346590,21433413:21434584,21486216:21486406,21494512:21494725,21580212:21581023,21580237:21582924,21592859:21593777,21667866:21668805,21690821:21690979,21722756:21723050,21727692:21728441,21776570:21777625,21786302:21787449,21788221:21790386,21900654:21905274', 'assoc_mat': '20984097:etiquette:4200:20984606,21075332:etiquette:4200:21075604,21230483:etiquette:4200:21230606,21345489:etiquette:4200:21346590,21433413:etiquette:4200:21434584,21486216:etiquette:4200:21486406,21494512:etiquette:4200:21494725,21580212:etiquette:4200:21581023,21580237:etiquette:4200:21582924,21592859:etiquette:4200:21593777,21667866:etiquette:4200:21668805,21690821:etiquette:4200:21690979,21722756:etiquette:4200:21723050,21727692:etiquette:4200:21728441,21776570:etiquette:4200:21777625,21786302:etiquette:4200:21787449,21788221:etiquette:4200:21790386,21900654:etiquette:4200:21905274'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0007733482595896285, 'nb_photo': 149, 'list_port_cont': '21036097,21084550,21085095,21085176,21090051,21094089,21111064,21115563,21121173,21126627,21149029,21152455,21153348,21157806,21169429,21170690,21171170,21174530,21180378,21182359,21182467,21187593,21219024,21221385,21230141,21230940,21230975,21237387,21241366,21242836,21262695,21268026,21276984,21283825,21286878,21293900,21311723,21321711,21339231,21345075,21357622,21362409,21363899,21366822,21370637,21371099,21378772,21379739,21395344,21412558,21418417,21425012,21437919,21438061,21490869,21496971,21514282,21516735,21523339,21532169,21532671,21536361,21536787,21538588,21540948,21546247,21548134,21551849,21558649,21559672,21562941,21566611,21567659,21569542,21597891,21634038,21645001,21647526,21652057,21658099,21669868,21670103,21675002,21696766,21699810,21701685,21703843,21705577,21706947,21731573,21761789,21793901,21799860,21806384,21811872,21818999,21841229,21846820,21851382,21863224,21904389,21907057,21908613,21913753,21918352,21921377,21922568,21924842,21925523', 'assoc_port': '21020700:21121173,21035615:21036097,21039693:21085176,21039696:21085095,21046492:21090051,21049815:21094089,21072705:21111064,21074836:21115563,21084266:21126627,21084271:21084550,21112973:21152455,21117029:21157806,21120928:21169429,21120958:21170690,21120969:21286878,21121005:21174530,21135647:21262695,21140593:21230940,21141756:21230975,21147914:21149029,21151380:21219024,21152618:21153348,21155463:21171170,21179967:21182359,21179970:21182467,21179972:21187593,21180000:21180378,21221100:21221385,21222622:21230141,21236206:21237387,21240947:21241366,21242258:21242836,21267125:21268026,21275778:21276984,21282366:21283825,21292227:21293900,21311018:21311723,21321580:21321711,21338507:21339231,21342199:21345075,21356917:21357622,21361675:21362409,21363247:21363899,21366617:21366822,21370458:21370637,21371035:21371099,21378068:21378772,21378593:21379739,21394508:21395344,21411663:21412558,21418038:21418417,21424523:21425012,21437145:21438061,21437148:21437919,21490482:21490869,21496849:21496971,21514077:2151428', 'assoc_mat': '21020700:etiquette:4209:21121173,21035615:etiquette:4209:21036097,21039693:etiquette:4209:21085176,21039696:etiquette:4209:21085095,21046492:etiquette:4209:21090051,21049815:etiquette:4209:21094089,21072705:etiquette:4209:21111064,21074836:etiquette:4209:21115563,21084266:etiquette:4209:21126627,21084271:etiquette:4209:21084550,21112973:etiquette:4209:21152455,21117029:etiquette:4209:21157806,21120928:etiquette:4209:21169429,21120958:etiquette:4209:21170690,21120969:etiquette:4209:21286878,21121005:etiquette:4209:21174530,21135647:etiquette:4209:21262695,21140593:etiquette:4209:21230940,21141756:etiquette:4209:21230975,21147914:etiquette:4209:21149029,21151380:etiquette:4209:21219024,21152618:etiquette:4209:21153348,21155463:etiquette:4209:21171170,21179967:etiquette:4209:21182359,21179970:etiquette:4209:21182467,21179972:etiquette:4209:21187593,21180000:etiquette:4209:21180378,21221100:etiquette:4209:21221385,21222622:etiquette:4209:21230141,21236206:etiquette:4209:21237387,21240947:etiquette:4209:21241366,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005345473602491041, 'nb_photo': 300, 'list_port_cont': '20967309,20985164,21012848,21014076,21021445,21036134,21038085,21073181,21078118,21116413,21117707,21118004,21120456,21121285,21140897,21141312,21149053,21149410,21153423,21156898,21160769,21161095,21168315,21170558,21180809,21181292,21204845,21211061,21213691,21224689,21225155,21230851,21231182,21237991,21271848,21287078,21297530,21308440,21309477,21342671,21342757,21343812,21350648,21363913,21370602,21382308,21387612,21395738,21398890,21405929,21416951,21435298,21446492,21487205,21490894,21494220,21494928,21501439,21502153,21508730,21509872,21514270,21515019,21516838,21521815,21532296,21532728,21532768,21537207,21537891,21538892,21539567,21542492,21544820,21553699,21558294,21558890,21559035,21559853,21562904,21569575,21575552,21581603,21596268,21596721,21645193,21647667,21649583,21672270,21675743,21677964,21689208,21692897,21702849,21704212,21707078,21750062,21758257,21765833,21769655,21772176,21772427,21773927,21778980,21790999,21791174,21817988,21818737,21822376,21824511,21824638,21826032,21833091,2186066', 'assoc_port': '20966499:20967309,20984095:20985164,21005927:21014076,21011129:21012848,21020701:21021445,21035614:21036134,21037138:21038085,21069851:21073181,21075335:21078118,21108073:21116413,21117030:21117707,21117585:21120456,21117587:21118004,21120520:21213691,21120540:21168315,21120580:21121285,21120959:21170558,21120970:21211061,21137075:21204845,21140311:21140897,21140591:21141312,21141750:21161095,21141754:21160769,21147910:21149410,21147915:21149053,21152619:21153423,21155492:21156898,21179975:21181292,21180029:21180809,21222612:21231182,21222665:21225155,21222669:21224689,21230478:21230851,21236226:21237991,21270485:21271848,21285763:21287078,21295949:21297530,21306671:21309477,21306685:21308440,21342180:21342757,21342195:21342671,21342840:21343812,21349033:21350648,21363250:21363913,21370456:21370602,21375978:21382308,21378590:21398890,21381721:21405929,21386437:21387612,21394504:21395738,21416271:21416951,21433414:21435298,21444753:21446492,21487043:21487205,21490480:21490894,21494055:21494220,21494515:2149492', 'assoc_mat': '20966499:etiquette:4211:20967309,20984095:etiquette:4211:20985164,21005927:etiquette:4211:21014076,21011129:etiquette:4211:21012848,21020701:etiquette:4211:21021445,21035614:etiquette:4211:21036134,21037138:etiquette:4211:21038085,21069851:etiquette:4211:21073181,21075335:etiquette:4211:21078118,21108073:etiquette:4211:21116413,21117030:etiquette:4211:21117707,21117585:etiquette:4211:21120456,21117587:etiquette:4211:21118004,21120520:etiquette:4211:21213691,21120540:etiquette:4211:21168315,21120580:etiquette:4211:21121285,21120959:etiquette:4211:21170558,21120970:etiquette:4211:21211061,21137075:etiquette:4211:21204845,21140311:etiquette:4211:21140897,21140591:etiquette:4211:21141312,21141750:etiquette:4211:21161095,21141754:etiquette:4211:21160769,21147910:etiquette:4211:21149410,21147915:etiquette:4211:21149053,21152619:etiquette:4211:21153423,21155492:etiquette:4211:21156898,21179975:etiquette:4211:21181292,21180029:etiquette:4211:21180809,21222612:etiquette:4211:21231182,21222665:etiquette:4211:21225155,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002171651544807651, 'nb_photo': 15, 'list_port_cont': '21000370,21051411,21071277,21390523,21405779,21533804,21555935,21634498,21648801,21791108,21816211,21842984', 'assoc_port': '20999702:21000370,21049822:21051411,21069854:21071277,21378585:21405779,21389271:21390523,21533460:21533804,21555444:21555935,21633418:21634498,21646789:21648801,21790638:21791108,21814368:21816211,21840659:21842984', 'assoc_mat': '20999702:etiquette:3327:21000370,21049822:etiquette:3327:21051411,21069854:etiquette:3327:21071277,21378585:etiquette:3327:21405779,21389271:etiquette:3327:21390523,21533460:etiquette:3327:21533804,21555444:etiquette:3327:21555935,21633418:etiquette:3327:21634498,21646789:etiquette:3327:21648801,21790638:etiquette:3327:21791108,21814368:etiquette:3327:21816211,21840659:etiquette:3327:21842984'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.013864023009673895, 'nb_photo': 469, 'list_port_cont': '20985462,21012753,21071219,21107273,21116332,21126650,21168330,21173196,21180761,21218911,21221717,21225059,21236491,21271167,21289459,21322266,21330719,21336369,21353885,21357841,21370529,21371441,21385319,21402161,21402428,21416723,21425202,21457524,21458308,21494175,21498491,21509780,21513387,21521611,21531303,21539018,21551505,21559753,21562637,21562756,21592098,21638606,21644583,21658649,21675533,21690550,21707168,21764116,21769854,21798663,21823022,21824617,21832347,21868993,21869716,21870580,21917685,21942308', 'assoc_port': '20974621:20985462,21005926:21012753,21020702:21071219,21069849:21107273,21084272:21126650,21116152:21116332,21120561:21168330,21120995:21173196,21140596:21289459,21151378:21218911,21179999:21180761,21221398:21221717,21224543:21225059,21225874:21322266,21236227:21236491,21270486:21271167,21275781:21330719,21300178:21336369,21338511:21353885,21345495:21371441,21356896:21357841,21370457:21370529,21380145:21402161,21380165:21402428,21384556:21385319,21416273:21416723,21424524:21425202,21431420:21457524,21451315:21458308,21494053:21494175,21498396:21498491,21509733:21509780,21513309:21513387,21521274:21521611,21531130:21531303,21538916:21539018,21551421:21551505,21559577:21559753,21562384:21562756,21562427:21562637,21587690:21592098,21636269:21638606,21640850:21644583,21657252:21658649,21667880:21675533,21690281:21690550,21706327:21707168,21730666:21764116,21734156:21769854,21774743:21798663,21798310:21823022,21814397:21824617,21828479:21832347,21845944:21870580,21857533:21869716,21861261:21868993,21906792:2191768', 'assoc_mat': '20974621:film_plastique:4205:20985462,21005926:film_plastique:4205:21012753,21020702:film_plastique:4205:21071219,21069849:film_plastique:4205:21107273,21084272:film_plastique:4205:21126650,21116152:film_plastique:4205:21116332,21120561:film_plastique:4205:21168330,21120995:film_plastique:4205:21173196,21140596:film_plastique:4205:21289459,21151378:film_plastique:4205:21218911,21179999:film_plastique:4205:21180761,21221398:film_plastique:4205:21221717,21224543:film_plastique:4205:21225059,21225874:film_plastique:4205:21322266,21236227:film_plastique:4205:21236491,21270486:film_plastique:4205:21271167,21275781:film_plastique:4205:21330719,21300178:film_plastique:4205:21336369,21338511:film_plastique:4205:21353885,21345495:film_plastique:4205:21371441,21356896:film_plastique:4205:21357841,21370457:film_plastique:4205:21370529,21380145:film_plastique:4205:21402161,21380165:film_plastique:4205:21402428,21384556:film_plastique:4205:21385319,21416273:film_plastique:4205:21416723,21424524:film_plastique:4205:2142520'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0029031177907751153, 'nb_photo': 632, 'list_port_cont': '21009024,21045733,21102637,21144477,21159602,21168721,21170309,21170851,21172454,21181122,21221274,21222107,21289595,21290395,21292015,21313584,21324796,21328629,21330408,21356402,21370286,21396238,21406062,21410361,21446118,21455892,21483698,21489870,21499587,21509397,21515730,21531597,21532582,21541045,21550787,21555820,21559759,21567641,21601480,21643098,21665884,21666467,21682601,21689755,21707612,21736509,21758196,21779824,21821315,21825476,21869533,21871521,21873397,21907241,21925044,21930402', 'assoc_port': '20993232:21009024,21043844:21045733,21064407:21102637,21084267:21313584,21108071:21289595,21117583:21159602,21120585:21168721,21120953:21170309,21120982:21172454,21140594:21290395,21143651:21144477,21155462:21170851,21180001:21181122,21221105:21221274,21221394:21222107,21232888:21324796,21267127:21330408,21290582:21292015,21306684:21328629,21339766:21356402,21352346:21370286,21378587:21410361,21381695:21406062,21394505:21396238,21431417:21446118,21441440:21455892,21483159:21483698,21489393:21489870,21499136:21499587,21509153:21509397,21515548:21515730,21529360:21531597,21532437:21532582,21538911:21541045,21550607:21550787,21555447:21555820,21559582:21559759,21567548:21567641,21592857:21601480,21639124:21643098,21651463:21665884,21651464:21666467,21682058:21682601,21689266:21689755,21706322:21707612,21724314:21736509,21728542:21758196,21779322:21779824,21793240:21821315,21814369:21825476,21843933:21873397,21849326:21871521,21861259:21869533,21903539:21907241,21913103:21925044,21924615:21930402', 'assoc_mat': '20993232:film_plastique:4203:21009024,21043844:film_plastique:4203:21045733,21064407:film_plastique:4203:21102637,21084267:film_plastique:4203:21313584,21108071:film_plastique:4203:21289595,21117583:film_plastique:4203:21159602,21120585:film_plastique:4203:21168721,21120953:film_plastique:4203:21170309,21120982:film_plastique:4203:21172454,21140594:film_plastique:4203:21290395,21143651:film_plastique:4203:21144477,21155462:film_plastique:4203:21170851,21180001:film_plastique:4203:21181122,21221105:film_plastique:4203:21221274,21221394:film_plastique:4203:21222107,21232888:film_plastique:4203:21324796,21267127:film_plastique:4203:21330408,21290582:film_plastique:4203:21292015,21306684:film_plastique:4203:21328629,21339766:film_plastique:4203:21356402,21352346:film_plastique:4203:21370286,21378587:film_plastique:4203:21410361,21381695:film_plastique:4203:21406062,21394505:film_plastique:4203:21396238,21431417:film_plastique:4203:21446118,21441440:film_plastique:4203:21455892,21483159:film_plastique:4203:2148369'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032529849021925494, 'nb_photo': 1531, 'list_port_cont': '20975337,20999844,21009751,21011742,21012677,21025570,21033737,21042397,21044271,21049344,21050241,21065619,21066105,21070335,21075124,21080326,21080738,21082798,21084384,21110390,21115761,21115768,21116358,21117037,21117161,21117913,21120232,21120944,21122041,21122705,21136723,21140150,21140317,21140999,21141124,21141985,21142920,21144102,21155883,21167639,21168266,21169688,21169972,21170243,21170860,21170901,21171552,21180138,21180249,21180470,21180759,21206516,21209646,21209788,21209920,21210198,21220369,21220387,21221135,21221146,21221637,21223084,21223435,21224156,21224360,21224934,21226455,21226780,21227444,21236779,21238671,21241059,21266804,21267847,21271018,21276234,21277643,21283644,21286619,21291674,21293467,21293507,21300872,21300942,21307912,21309982,21314046,21321684,21338139,21339422,21340045,21342557,21342986,21343060,21343398,21343474,21345057,21345334,21345960,21362649,21363642,21366699,21367842,21368063,21369289,21378313,21381645,21382590,21384872,21389429,21394892,21397070,21402842,2140289', 'assoc_port': '20974623:20975337,20999701:20999844,21005922:21012677,21005924:21009751,21011126:21011742,21024338:21025570,21033316:21033737,21041997:21042397,21043842:21044271,21046491:21049344,21049818:21050241,21065194:21066105,21065195:21065619,21069853:21070335,21074838:21075124,21077844:21080738,21077852:21080326,21080853:21082798,21084268:21084384,21108061:21210198,21108072:21209920,21109988:21116358,21110005:21110390,21112972:21115761,21115509:21115768,21117027:21117161,21117028:21117037,21117582:21117913,21119657:21120232,21120523:21167639,21120538:21209788,21120544:21168266,21120581:21120944,21120948:21169688,21120951:21169972,21120955:21170243,21120961:21209646,21120966:21170860,21120968:21170901,21120973:21171552,21120980:21122705,21121004:21122041,21135542:21206516,21136351:21136723,21139512:21140317,21139515:21140150,21140597:21141124,21140598:21140999,21141755:21142920,21141757:21141985,21143653:21144102,21155465:21155883,21179961:21180759,21180020:21180470,21180028:21180249,21180031:21180138,21220270:2122038', 'assoc_mat': '20974623:film_plastique:4207:20975337,20999701:film_plastique:4207:20999844,21005922:film_plastique:4207:21012677,21005924:film_plastique:4207:21009751,21011126:film_plastique:4207:21011742,21024338:film_plastique:4207:21025570,21033316:film_plastique:4207:21033737,21041997:film_plastique:4207:21042397,21043842:film_plastique:4207:21044271,21046491:film_plastique:4207:21049344,21049818:film_plastique:4207:21050241,21065194:film_plastique:4207:21066105,21065195:film_plastique:4207:21065619,21069853:film_plastique:4207:21070335,21074838:film_plastique:4207:21075124,21077844:film_plastique:4207:21080738,21077852:film_plastique:4207:21080326,21080853:film_plastique:4207:21082798,21084268:film_plastique:4207:21084384,21108061:film_plastique:4207:21210198,21108072:film_plastique:4207:21209920,21109988:film_plastique:4207:21116358,21110005:film_plastique:4207:21110390,21112972:film_plastique:4207:21115761,21115509:film_plastique:4207:21115768,21117027:film_plastique:4207:21117161,21117028:film_plastique:4207:2111703'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7619064836302554, 'nb_photo': 6371, 'list_port_cont': '20977401,20996251,20999912,21006800,21038926,21058287,21071719,21074471,21083730,21085520,21085970,21093813,21110290,21125888,21144748,21150861,21152083,21153002,21159932,21161969,21168733,21169536,21170771,21173450,21174509,21180610,21180657,21181197,21182222,21182326,21208283,21218928,21219599,21220516,21241319,21247524,21262234,21262762,21268896,21271280,21274557,21275565,21277104,21277483,21277548,21277963,21278666,21279522,21280806,21281359,21284854,21287002,21291862,21292886,21296165,21296277,21296822,21300018,21300160,21300810,21300813,21307824,21311392,21321736,21337068,21340283,21342491,21359286,21361541,21362194,21363764,21367040,21367157,21369220,21375083,21378653,21380359,21380846,21382389,21382421,21382749,21389968,21392219,21395031,21416713,21418683,21422430,21425111,21428783,21434267,21441970,21442355,21445547,21455849,21484956,21486616,21487867,21490834,21494185,21494956,21496983,21498530,21501359,21502838,21508680,21509363,21510479,21513509,21514195,21514926,21516161,21516765,21521660,2152287', 'assoc_port': '20966503:20977401,20984096:20996251,20999578:20999912,20999700:21006800,21011127:21058287,21020698:21071719,21033315:21083730,21037139:21038926,21039695:21085520,21041994:21085970,21049814:21093813,21071194:21110290,21072708:21074471,21074837:21296277,21080849:21208283,21083369:21125888,21109990:21292886,21109992:21150861,21112971:21152083,21115508:21296165,21117586:21159932,21120539:21300160,21120583:21168733,21120960:21170771,21120967:21300813,21120974:21300810,21120992:21173450,21121002:21174509,21135541:21262234,21136350:21262762,21139006:21284854,21140308:21281359,21141752:21280806,21143652:21144748,21147913:21219599,21152614:21218928,21152620:21153002,21157118:21169536,21161108:21161969,21179962:21182326,21179968:21182222,21179977:21181197,21180017:21180657,21180025:21180610,21220269:21220516,21221396:21279522,21222615:21278666,21222623:21277963,21225892:21277483,21225895:21277548,21232860:21275565,21236225:21274557,21240949:21241319,21247225:21247524,21267131:21268896,21270480:21271280,21275780:2127710', 'assoc_mat': '20966503:film_plastique:4461:20977401,20984096:film_plastique:4461:20996251,20999578:film_plastique:4461:20999912,20999700:film_plastique:4461:21006800,21011127:film_plastique:4461:21058287,21020698:film_plastique:4461:21071719,21033315:film_plastique:4461:21083730,21037139:film_plastique:4461:21038926,21039695:film_plastique:4461:21085520,21041994:film_plastique:4461:21085970,21049814:film_plastique:4461:21093813,21071194:film_plastique:4461:21110290,21072708:film_plastique:4461:21074471,21074837:film_plastique:4461:21296277,21080849:film_plastique:4461:21208283,21083369:film_plastique:4461:21125888,21109990:film_plastique:4461:21292886,21109992:film_plastique:4461:21150861,21112971:film_plastique:4461:21152083,21115508:film_plastique:4461:21296165,21117586:film_plastique:4461:21159932,21120539:film_plastique:4461:21300160,21120583:film_plastique:4461:21168733,21120960:film_plastique:4461:21170771,21120967:film_plastique:4461:21300813,21120974:film_plastique:4461:21300810,21120992:film_plastique:4461:2117345'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02134769998446113, 'nb_photo': 4282, 'list_port_cont': '20967650,20984604,20999679,20999950,21025010,21037659,21041287,21041847,21042563,21047285,21050765,21064640,21070567,21073266,21073523,21074913,21075601,21078576,21080592,21082197,21083796,21084232,21109478,21114636,21115912,21116229,21117953,21119240,21121185,21121486,21135838,21139780,21140889,21141974,21142155,21151681,21153876,21156390,21159879,21161407,21163413,21163957,21167450,21170232,21170507,21170884,21172008,21172349,21173925,21180455,21180503,21180699,21181067,21181147,21182017,21214335,21214636,21221234,21221302,21223685,21224819,21225171,21227422,21230616,21230964,21233455,21237475,21238791,21240657,21242871,21265942,21270961,21274343,21276790,21283408,21287796,21287810,21289132,21293316,21299778,21300607,21307527,21307673,21336843,21338951,21342446,21343608,21346448,21346593,21350028,21352948,21353476,21357646,21359131,21362384,21366957,21369171,21374703,21374997,21378208,21379497,21380531,21380602,21380927,21381881,21381894,21382133,21383116,21383684,21384797,21389882,21392087,21395961,2141553', 'assoc_port': '20966504:20967650,20984097:20984604,20999574:20999950,20999575:20999679,21024339:21025010,21037135:21037659,21039692:21041847,21039694:21041287,21041995:21042563,21046493:21047285,21049816:21050765,21064402:21064640,21069850:21070567,21071196:21073523,21072704:21073266,21074840:21074913,21075332:21075601,21077847:21078576,21077848:21080592,21080850:21082197,21083366:21083796,21083367:21084232,21104037:21114636,21108067:21109478,21115491:21116229,21115511:21115912,21117580:21119240,21117584:21117953,21120519:21167450,21120542:21121486,21120584:21121185,21120956:21170232,21120957:21170507,21120965:21170884,21120977:21172008,21120979:21214636,21120984:21172349,21121001:21173925,21121008:21214335,21135646:21135838,21136352:21163957,21136353:21163413,21139513:21139780,21140309:21140889,21141753:21142155,21141759:21141974,21151382:21151681,21152617:21153876,21155490:21156390,21159635:21159879,21161106:21161407,21179964:21182017,21179969:21181147,21179971:21181067,21179980:21180699,21180019:21180503,21180022:2118045', 'assoc_mat': '20966504:film_plastique:4200:20967650,20984097:film_plastique:4200:20984604,20999574:film_plastique:4200:20999950,20999575:film_plastique:4200:20999679,21024339:film_plastique:4200:21025010,21037135:film_plastique:4200:21037659,21039692:film_plastique:4200:21041847,21039694:film_plastique:4200:21041287,21041995:film_plastique:4200:21042563,21046493:film_plastique:4200:21047285,21049816:film_plastique:4200:21050765,21064402:film_plastique:4200:21064640,21069850:film_plastique:4200:21070567,21071196:film_plastique:4200:21073523,21072704:film_plastique:4200:21073266,21074840:film_plastique:4200:21074913,21075332:film_plastique:4200:21075601,21077847:film_plastique:4200:21078576,21077848:film_plastique:4200:21080592,21080850:film_plastique:4200:21082197,21083366:film_plastique:4200:21083796,21083367:film_plastique:4200:21084232,21104037:film_plastique:4200:21114636,21108067:film_plastique:4200:21109478,21115491:film_plastique:4200:21116229,21115511:film_plastique:4200:21115912,21117580:film_plastique:4200:2111924'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01270644429551468, 'nb_photo': 943, 'list_port_cont': '20976952,21036098,21074750,21084546,21084959,21085180,21085254,21085754,21087527,21090040,21094092,21094274,21104607,21108011,21110402,21110946,21111060,21115566,21120347,21121162,21124383,21126630,21126879,21136281,21149010,21152454,21153342,21154919,21158510,21159897,21160144,21161894,21167707,21168660,21169137,21169421,21170732,21170911,21170935,21171161,21172231,21172655,21173039,21173745,21173843,21174537,21174864,21180380,21180923,21180929,21181033,21181218,21182351,21182465,21182766,21187585,21219026,21219544,21220397,21221197,21221377,21222427,21225034,21229868,21230129,21230177,21230838,21230976,21230980,21231344,21233441,21236757,21237373,21241367,21241503,21242855,21247494,21262696,21268029,21277035,21283822,21286898,21287046,21288775,21293913,21297120,21300692,21300720,21301264,21301450,21307342,21308463,21311727,21320382,21321721,21342575,21343132,21357491,21357630,21357732,21359445,21362402,21362420,21363897,21366811,21370639,21371089,21374721,21378773,21379381,21379512,21379742,21380913,2138229', 'assoc_port': '20966501:20976952,21020700:21121162,21024341:21074750,21035615:21036098,21039691:21084959,21039693:21085180,21039697:21085254,21041996:21085754,21043843:21087527,21046492:21090040,21049815:21094092,21049817:21094274,21065193:21104607,21069852:21108011,21071195:21110402,21072705:21111060,21072707:21110946,21074836:21115566,21077845:21120347,21083365:21124383,21084266:21126630,21084270:21126879,21084271:21084546,21108069:21301450,21112973:21152454,21115510:21154919,21117031:21158510,21120522:21167707,21120562:21168660,21120928:21169421,21120949:21287046,21120962:21170732,21120969:21286898,21120981:21172231,21120988:21172655,21120991:21173039,21120994:21173745,21120998:21173843,21121005:21174537,21121011:21174864,21135647:21262696,21136028:21136281,21139516:21231344,21140592:21230980,21141756:21230976,21147912:21219544,21147914:21149010,21151380:21219026,21152616:21170935,21152618:21153342,21155463:21171161,21155464:21170911,21157117:21169137,21159636:21159897,21159639:21160144,21161085:21161894,21179960:2118276', 'assoc_mat': '20966501:film_plastique:4209:20976952,21020700:film_plastique:4209:21121162,21024341:film_plastique:4209:21074750,21035615:film_plastique:4209:21036098,21039691:film_plastique:4209:21084959,21039693:film_plastique:4209:21085180,21039697:film_plastique:4209:21085254,21041996:film_plastique:4209:21085754,21043843:film_plastique:4209:21087527,21046492:film_plastique:4209:21090040,21049815:film_plastique:4209:21094092,21049817:film_plastique:4209:21094274,21065193:film_plastique:4209:21104607,21069852:film_plastique:4209:21108011,21071195:film_plastique:4209:21110402,21072705:film_plastique:4209:21111060,21072707:film_plastique:4209:21110946,21074836:film_plastique:4209:21115566,21077845:film_plastique:4209:21120347,21083365:film_plastique:4209:21124383,21084266:film_plastique:4209:21126630,21084270:film_plastique:4209:21126879,21084271:film_plastique:4209:21084546,21108069:film_plastique:4209:21301450,21112973:film_plastique:4209:21152454,21115510:film_plastique:4209:21154919,21117031:film_plastique:4209:2115851'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0035698534136110473, 'nb_photo': 14250, 'list_port_cont': '20966899,20967310,20985169,20993447,20999936,21012850,21014080,21021437,21036128,21038079,21038874,21043613,21051102,21053662,21066049,21072550,21073194,21073447,21076085,21078116,21079056,21084145,21110647,21110874,21116026,21116411,21116855,21117701,21118010,21120455,21120766,21121296,21136317,21140185,21140902,21140930,21141314,21144194,21149049,21149415,21151875,21153429,21156904,21158456,21159297,21160009,21160763,21161092,21167476,21167966,21168302,21169743,21170157,21170557,21172111,21172874,21174298,21174930,21180792,21180824,21181089,21181278,21181507,21181873,21204853,21206157,21211058,21211223,21213693,21220475,21222210,21223458,21224695,21225148,21225522,21227510,21227981,21230862,21231187,21236159,21237993,21243249,21266468,21271856,21273482,21278618,21279600,21287080,21292245,21294333,21297536,21301066,21301441,21308451,21309479,21318167,21339656,21342639,21342668,21342756,21343801,21346667,21350663,21353941,21358138,21360235,21362800,21363910,21370601,21378423,21382322,21382568,21382728,2138283', 'assoc_port': '20966499:20967310,20966505:20966899,20984095:20985169,20993231:20993447,20999699:20999936,21005927:21014080,21011129:21012850,21020701:21021437,21035614:21036128,21037136:21038874,21037138:21038079,21041999:21043613,21049819:21053662,21049821:21051102,21065192:21066049,21069851:21073194,21071197:21072550,21072703:21073447,21075333:21076085,21075335:21078116,21077849:21079056,21083362:21084145,21108060:21116855,21108073:21116411,21109984:21110874,21110006:21110647,21112974:21116026,21117030:21117701,21117581:21159297,21117585:21120455,21117587:21118010,21119655:21120766,21120520:21213693,21120521:21167476,21120524:21167966,21120540:21168302,21120580:21121296,21120929:21169743,21120950:21170157,21120959:21170557,21120963:21211223,21120970:21211058,21120975:21172111,21120989:21172874,21120999:21174298,21121006:21174930,21135543:21206157,21136029:21136317,21137075:21204853,21139004:21140185,21139514:21140930,21140311:21140902,21140591:21141314,21141750:21161092,21141754:21160763,21141758:21144194,21147910:2114941', 'assoc_mat': '20966499:film_plastique:4211:20967310,20966505:film_plastique:4211:20966899,20984095:film_plastique:4211:20985169,20993231:film_plastique:4211:20993447,20999699:film_plastique:4211:20999936,21005927:film_plastique:4211:21014080,21011129:film_plastique:4211:21012850,21020701:film_plastique:4211:21021437,21035614:film_plastique:4211:21036128,21037136:film_plastique:4211:21038874,21037138:film_plastique:4211:21038079,21041999:film_plastique:4211:21043613,21049819:film_plastique:4211:21053662,21049821:film_plastique:4211:21051102,21065192:film_plastique:4211:21066049,21069851:film_plastique:4211:21073194,21071197:film_plastique:4211:21072550,21072703:film_plastique:4211:21073447,21075333:film_plastique:4211:21076085,21075335:film_plastique:4211:21078116,21077849:film_plastique:4211:21079056,21083362:film_plastique:4211:21084145,21108060:film_plastique:4211:21116855,21108073:film_plastique:4211:21116411,21109984:film_plastique:4211:21110874,21110006:film_plastique:4211:21110647,21112974:film_plastique:4211:2111602'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001269367980182689, 'nb_photo': 35, 'list_port_cont': '20977612,21081213,21119829,21132974,21133011,21180291,21299566,21380556,21422068,21492835,21516707,21529498,21548051,21551567,21566546,21569311,21597673,21645122,21669479,21690463,21694715,21707057,21783966,21793413,21844821,21861702,21907047', 'assoc_port': '20974622:20977612,21080851:21081213,21119653:21119829,21120946:21133011,21120976:21132974,21180026:21180291,21299166:21299566,21380161:21380556,21421770:21422068,21492821:21492835,21516625:21516707,21529358:21529498,21547968:21548051,21551419:21551567,21566375:21566546,21569272:21569311,21597598:21597673,21640852:21645122,21667867:21669479,21690282:21690463,21694463:21694715,21706320:21707057,21782940:21783966,21793244:21793413,21844444:21844821,21861260:21861702,21906781:21907047', 'assoc_mat': '20974622:kraft:3726:20977612,21080851:kraft:3726:21081213,21119653:kraft:3726:21119829,21120946:kraft:3726:21133011,21120976:kraft:3726:21132974,21180026:kraft:3726:21180291,21299166:kraft:3726:21299566,21380161:kraft:3726:21380556,21421770:kraft:3726:21422068,21492821:kraft:3726:21492835,21516625:kraft:3726:21516707,21529358:kraft:3726:21529498,21547968:kraft:3726:21548051,21551419:kraft:3726:21551567,21566375:kraft:3726:21566546,21569272:kraft:3726:21569311,21597598:kraft:3726:21597673,21640852:kraft:3726:21645122,21667867:kraft:3726:21669479,21690282:kraft:3726:21690463,21694463:kraft:3726:21694715,21706320:kraft:3726:21707057,21782940:kraft:3726:21783966,21793244:kraft:3726:21793413,21844444:kraft:3726:21844821,21861260:kraft:3726:21861702,21906781:kraft:3726:21907047'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00015285143896798841, 'nb_photo': 1, 'list_port_cont': '21581596', 'assoc_port': '21580240:21581596', 'assoc_mat': '21580240:kraft:4211:21581596'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9419538050464651, 'nb_photo': 58, 'list_port_cont': '20985451,21012755,21071226,21107268,21116337,21126651,21173190,21180772,21218921,21221712,21236498,21289462,21322276,21330733,21357848,21416724,21458297,21494176,21498492,21521615,21539015,21551498,21559757,21562644,21562749,21592099,21638614,21644586,21658660,21675536,21690551,21707160,21798662,21823029,21832344,21917676', 'assoc_port': '20974621:20985451,21005926:21012755,21020702:21071226,21069849:21107268,21084272:21126651,21116152:21116337,21120995:21173190,21140596:21289462,21151378:21218921,21179999:21180772,21221398:21221712,21225874:21322276,21236227:21236498,21275781:21330733,21356896:21357848,21416273:21416724,21451315:21458297,21494053:21494176,21498396:21498492,21521274:21521615,21538916:21539015,21551421:21551498,21559577:21559757,21562384:21562749,21562427:21562644,21587690:21592099,21636269:21638614,21640850:21644586,21657252:21658660,21667880:21675536,21690281:21690551,21706327:21707160,21774743:21798662,21798310:21823029,21828479:21832344,21906792:21917676', 'assoc_mat': '20974621:metal:4205:20985451,21005926:metal:4205:21012755,21020702:metal:4205:21071226,21069849:metal:4205:21107268,21084272:metal:4205:21126651,21116152:metal:4205:21116337,21120995:metal:4205:21173190,21140596:metal:4205:21289462,21151378:metal:4205:21218921,21179999:metal:4205:21180772,21221398:metal:4205:21221712,21225874:metal:4205:21322276,21236227:metal:4205:21236498,21275781:metal:4205:21330733,21356896:metal:4205:21357848,21416273:metal:4205:21416724,21451315:metal:4205:21458297,21494053:metal:4205:21494176,21498396:metal:4205:21498492,21521274:metal:4205:21521615,21538916:metal:4205:21539015,21551421:metal:4205:21551498,21559577:metal:4205:21559757,21562384:metal:4205:21562749,21562427:metal:4205:21562644,21587690:metal:4205:21592099,21636269:metal:4205:21638614,21640850:metal:4205:21644586,21657252:metal:4205:21658660,21667880:metal:4205:21675536,21690281:metal:4205:21690551,21706327:metal:4205:21707160,21774743:metal:4205:21798662,21798310:metal:4205:21823029,21828479:metal:4205:21832344,21906792:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0043468032931535715, 'nb_photo': 655, 'list_port_cont': '21009036,21045734,21102627,21144487,21159608,21168722,21170316,21170854,21172456,21181136,21221271,21222100,21289597,21290391,21292007,21313583,21324807,21328623,21330398,21356406,21370277,21396240,21406060,21410364,21446127,21455889,21483708,21489859,21499598,21509394,21515723,21531594,21532575,21541038,21550792,21555807,21559762,21567642,21583076,21601477,21643094,21665891,21666475,21682595,21689761,21707607,21736502,21758189,21779826,21821313,21825485,21869528,21871520,21873402,21907244,21925037,21930398', 'assoc_port': '20993232:21009036,21043844:21045734,21064407:21102627,21084267:21313583,21108071:21289597,21117583:21159608,21120585:21168722,21120953:21170316,21120982:21172456,21140594:21290391,21143651:21144487,21155462:21170854,21180001:21181136,21221105:21221271,21221394:21222100,21232888:21324807,21267127:21330398,21290582:21292007,21306684:21328623,21339766:21356406,21352346:21370277,21378587:21410364,21381695:21406060,21394505:21396240,21431417:21446127,21441440:21455889,21483159:21483708,21489393:21489859,21499136:21499598,21509153:21509394,21515548:21515723,21529360:21531594,21532437:21532575,21538911:21541038,21550607:21550792,21555447:21555807,21559582:21559762,21567548:21567642,21580239:21583076,21592857:21601477,21639124:21643094,21651463:21665891,21651464:21666475,21682058:21682595,21689266:21689761,21706322:21707607,21724314:21736502,21728542:21758189,21779322:21779826,21793240:21821313,21814369:21825485,21843933:21873402,21849326:21871520,21861259:21869528,21903539:21907244,21913103:21925037,21924615:2193039', 'assoc_mat': '20993232:metal:4203:21009036,21043844:metal:4203:21045734,21064407:metal:4203:21102627,21084267:metal:4203:21313583,21108071:metal:4203:21289597,21117583:metal:4203:21159608,21120585:metal:4203:21168722,21120953:metal:4203:21170316,21120982:metal:4203:21172456,21140594:metal:4203:21290391,21143651:metal:4203:21144487,21155462:metal:4203:21170854,21180001:metal:4203:21181136,21221105:metal:4203:21221271,21221394:metal:4203:21222100,21232888:metal:4203:21324807,21267127:metal:4203:21330398,21290582:metal:4203:21292007,21306684:metal:4203:21328623,21339766:metal:4203:21356406,21352346:metal:4203:21370277,21378587:metal:4203:21410364,21381695:metal:4203:21406060,21394505:metal:4203:21396240,21431417:metal:4203:21446127,21441440:metal:4203:21455889,21483159:metal:4203:21483708,21489393:metal:4203:21489859,21499136:metal:4203:21499598,21509153:metal:4203:21509394,21515548:metal:4203:21515723,21529360:metal:4203:21531594,21532437:metal:4203:21532575,21538911:metal:4203:21541038,21550607:metal:4203:21550792,21555447:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005703294246334587, 'nb_photo': 313, 'list_port_cont': '20966638,20975329,20999854,21011753,21025561,21033745,21044275,21075126,21080323,21080732,21082801,21084378,21110386,21115749,21117047,21117156,21120220,21120940,21122048,21140148,21141129,21142915,21144096,21167634,21168276,21169689,21169965,21170242,21170864,21171551,21180485,21206512,21209643,21209911,21210210,21221147,21221647,21223448,21224151,21224927,21227446,21236783,21238658,21241054,21266799,21267840,21271020,21276230,21277642,21283642,21286617,21293515,21321696,21338133,21340048,21343056,21343478,21345968,21362655,21363636,21367843,21368054,21369288,21378319,21381647,21384863,21389428,21394890,21397075,21402828,21402892,21406085,21406101,21415932,21416599,21418810,21423921,21425321,21427660,21429357,21442112,21447737,21449390,21483683,21486136,21486776,21487162,21490769,21492244,21492950,21493015,21494101,21499225,21501196,21501936,21502051,21508620,21509255,21510411,21514864,21516079,21521458,21521464,21527644,21529469,21530118,21530172,21533623,21535811,21536221,21537213,21538785,21550715,2155077', 'assoc_port': '20966502:20966638,20974623:20975329,20999701:20999854,21011126:21011753,21024338:21025561,21033316:21033745,21043842:21044275,21074838:21075126,21077844:21080732,21077852:21080323,21080853:21082801,21084268:21084378,21108061:21210210,21108072:21209911,21110005:21110386,21112972:21115749,21117027:21117156,21117028:21117047,21119657:21120220,21120523:21167634,21120544:21168276,21120581:21120940,21120948:21169689,21120951:21169965,21120955:21170242,21120961:21209643,21120966:21170864,21120973:21171551,21121004:21122048,21135542:21206512,21139515:21140148,21140597:21141129,21141755:21142915,21143653:21144096,21180020:21180485,21221103:21221147,21221400:21221647,21222610:21227446,21222627:21224151,21222670:21223448,21224542:21224927,21236207:21236783,21238237:21238658,21240946:21241054,21265552:21266799,21267120:21267840,21270481:21271020,21275769:21277642,21275777:21276230,21282367:21283642,21285767:21286617,21292231:21293515,21321581:21321696,21336255:21338133,21339764:21340048,21342837:21343478,21342843:2134305', 'assoc_mat': '20966502:metal:4207:20966638,20974623:metal:4207:20975329,20999701:metal:4207:20999854,21011126:metal:4207:21011753,21024338:metal:4207:21025561,21033316:metal:4207:21033745,21043842:metal:4207:21044275,21074838:metal:4207:21075126,21077844:metal:4207:21080732,21077852:metal:4207:21080323,21080853:metal:4207:21082801,21084268:metal:4207:21084378,21108061:metal:4207:21210210,21108072:metal:4207:21209911,21110005:metal:4207:21110386,21112972:metal:4207:21115749,21117027:metal:4207:21117156,21117028:metal:4207:21117047,21119657:metal:4207:21120220,21120523:metal:4207:21167634,21120544:metal:4207:21168276,21120581:metal:4207:21120940,21120948:metal:4207:21169689,21120951:metal:4207:21169965,21120955:metal:4207:21170242,21120961:metal:4207:21209643,21120966:metal:4207:21170864,21120973:metal:4207:21171551,21121004:metal:4207:21122048,21135542:metal:4207:21206512,21139515:metal:4207:21140148,21140597:metal:4207:21141129,21141755:metal:4207:21142915,21143653:metal:4207:21144096,21180020:metal:4207:21180485,21221103:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.014305309932411291, 'nb_photo': 33, 'list_port_cont': '21085528,21125889,21161961,21182230,21262230,21274560,21277489,21280814,21281370,21291860,21311407,21340288,21380847,21382427,21418678,21455853,21508681,21540273,21559794,21562846,21580675,21634128,21676211,21692380,21721721,21775486,21815228,21834152', 'assoc_port': '21039695:21085528,21083369:21125889,21135541:21262230,21140308:21281370,21141752:21280814,21161108:21161961,21179968:21182230,21225892:21277489,21236225:21274560,21290579:21291860,21311032:21311407,21339762:21340288,21380239:21380847,21381700:21382427,21418035:21418678,21455500:21455853,21508543:21508681,21539979:21540273,21559575:21559794,21562383:21562846,21580241:21580675,21633419:21634128,21674544:21676211,21691863:21692380,21720293:21721721,21774747:21775486,21814395:21815228,21833506:21834152', 'assoc_mat': '21039695:metal:4461:21085528,21083369:metal:4461:21125889,21135541:metal:4461:21262230,21140308:metal:4461:21281370,21141752:metal:4461:21280814,21161108:metal:4461:21161961,21179968:metal:4461:21182230,21225892:metal:4461:21277489,21236225:metal:4461:21274560,21290579:metal:4461:21291860,21311032:metal:4461:21311407,21339762:metal:4461:21340288,21380239:metal:4461:21380847,21381700:metal:4461:21382427,21418035:metal:4461:21418678,21455500:metal:4461:21455853,21508543:metal:4461:21508681,21539979:metal:4461:21540273,21559575:metal:4461:21559794,21562383:metal:4461:21562846,21580241:metal:4461:21580675,21633419:metal:4461:21634128,21674544:metal:4461:21676211,21691863:metal:4461:21692380,21720293:metal:4461:21721721,21774747:metal:4461:21775486,21814395:metal:4461:21815228,21833506:metal:4461:21834152'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008015020487233874, 'nb_photo': 150, 'list_port_cont': '21025022,21041293,21050760,21070560,21075600,21082203,21083801,21109490,21119244,21121193,21135831,21140883,21141979,21151671,21161400,21163946,21170505,21172017,21172358,21180464,21180504,21214337,21214628,21223689,21225182,21227416,21230603,21237472,21265949,21270956,21274341,21276783,21283400,21289131,21293307,21299785,21300605,21307530,21342457,21350033,21352938,21374706,21375001,21378210,21380595,21381896,21382139,21383689,21384806,21418669,21428975,21442131,21443188,21484683,21486407,21487838,21490828,21492189,21494722,21498497,21501250,21501385,21502795,21502820,21508637,21513488,21514184,21515700,21516743,21521747,21523280,21527665,21529797,21530142,21535720,21540256,21542285,21544336,21552529,21553684,21556774,21562683,21562933,21581026,21582914,21588413,21639855,21670507,21675023,21687561,21690967,21692332,21694970,21701439,21705645,21723051,21728446,21730833,21738185,21747412,21777635,21787463,21790381,21804709,21809170,21813121,21815307,21844099,21869652,21916693,21931105,21936244', 'assoc_port': '21024339:21025022,21039694:21041293,21049816:21050760,21069850:21070560,21075332:21075600,21080850:21082203,21083366:21083801,21108067:21109490,21117580:21119244,21120584:21121193,21120957:21170505,21120977:21172017,21120979:21214628,21120984:21172358,21121008:21214337,21135646:21135831,21136352:21163946,21140309:21140883,21141759:21141979,21151382:21151671,21161106:21161400,21180019:21180504,21180022:21180464,21222668:21223689,21224541:21225182,21225894:21227416,21230483:21230603,21236228:21237472,21262954:21274341,21265555:21265949,21270482:21270956,21275776:21276783,21282368:21283400,21287083:21289131,21292229:21293307,21299136:21299785,21300186:21300605,21306678:21307530,21342181:21342457,21349043:21350033,21352345:21352938,21374304:21375001,21374328:21374706,21378071:21378210,21378583:21381896,21380169:21380595,21381696:21383689,21381743:21382139,21384554:21384806,21418036:21418669,21428064:21428975,21441441:21443188,21441450:21442131,21484310:21484683,21486216:21486407,21487643:21487838,21490477:2149082', 'assoc_mat': '21024339:metal:4200:21025022,21039694:metal:4200:21041293,21049816:metal:4200:21050760,21069850:metal:4200:21070560,21075332:metal:4200:21075600,21080850:metal:4200:21082203,21083366:metal:4200:21083801,21108067:metal:4200:21109490,21117580:metal:4200:21119244,21120584:metal:4200:21121193,21120957:metal:4200:21170505,21120977:metal:4200:21172017,21120979:metal:4200:21214628,21120984:metal:4200:21172358,21121008:metal:4200:21214337,21135646:metal:4200:21135831,21136352:metal:4200:21163946,21140309:metal:4200:21140883,21141759:metal:4200:21141979,21151382:metal:4200:21151671,21161106:metal:4200:21161400,21180019:metal:4200:21180504,21180022:metal:4200:21180464,21222668:metal:4200:21223689,21224541:metal:4200:21225182,21225894:metal:4200:21227416,21230483:metal:4200:21230603,21236228:metal:4200:21237472,21262954:metal:4200:21274341,21265555:metal:4200:21265949,21270482:metal:4200:21270956,21275776:metal:4200:21276783,21282368:metal:4200:21283400,21287083:metal:4200:21289131,21292229:metal:4200:21293307,21299136:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017520348421255782, 'nb_photo': 483, 'list_port_cont': '20976937,21036093,21074756,21074955,21084547,21084954,21085185,21085756,21090037,21094093,21094281,21104599,21110401,21110941,21111051,21120354,21126631,21126877,21149023,21152440,21153346,21154921,21157798,21158511,21159883,21168647,21169139,21169426,21170683,21170910,21171167,21172236,21172644,21173029,21173738,21173854,21174541,21174871,21180383,21180422,21180526,21180916,21181029,21181219,21182181,21182477,21182770,21187586,21219015,21219549,21221202,21221380,21222430,21225025,21230124,21230167,21230835,21230930,21230974,21230981,21231349,21236762,21237391,21241368,21241506,21242845,21247500,21262689,21268018,21276982,21283812,21286896,21287050,21288790,21293901,21297111,21300701,21300712,21301258,21301457,21307337,21311718,21320383,21321714,21339227,21343141,21345065,21357627,21357730,21359447,21362398,21362422,21363903,21366812,21370635,21371087,21374728,21376481,21379508,21379738,21380910,21382305,21382803,21387028,21392204,21395345,21396872,21412562,21418412,21425014,21434904,21437924,21438064,2144548', 'assoc_port': '20966501:20976937,21024341:21074756,21035615:21036093,21039691:21084954,21039693:21085185,21041996:21085756,21046492:21090037,21049815:21094093,21049817:21094281,21065193:21104599,21071195:21110401,21072705:21111051,21072707:21110941,21074839:21074955,21077845:21120354,21084266:21126631,21084270:21126877,21084271:21084547,21108069:21301457,21112973:21152440,21115510:21154921,21117029:21157798,21117031:21158511,21120562:21168647,21120928:21169426,21120949:21287050,21120958:21170683,21120969:21286896,21120981:21172236,21120988:21172644,21120991:21173029,21120994:21173738,21120998:21173854,21121005:21174541,21121011:21174871,21135647:21262689,21139516:21231349,21140592:21230981,21140593:21230930,21141756:21230974,21147912:21219549,21147914:21149023,21151380:21219015,21152618:21153346,21155463:21171167,21155464:21170910,21157117:21169139,21159636:21159883,21179960:21182770,21179965:21182181,21179970:21182477,21179972:21187586,21179979:21181029,21179991:21181219,21180000:21180383,21180018:21180916,21180027:2118052', 'assoc_mat': '20966501:metal:4209:20976937,21024341:metal:4209:21074756,21035615:metal:4209:21036093,21039691:metal:4209:21084954,21039693:metal:4209:21085185,21041996:metal:4209:21085756,21046492:metal:4209:21090037,21049815:metal:4209:21094093,21049817:metal:4209:21094281,21065193:metal:4209:21104599,21071195:metal:4209:21110401,21072705:metal:4209:21111051,21072707:metal:4209:21110941,21074839:metal:4209:21074955,21077845:metal:4209:21120354,21084266:metal:4209:21126631,21084270:metal:4209:21126877,21084271:metal:4209:21084547,21108069:metal:4209:21301457,21112973:metal:4209:21152440,21115510:metal:4209:21154921,21117029:metal:4209:21157798,21117031:metal:4209:21158511,21120562:metal:4209:21168647,21120928:metal:4209:21169426,21120949:metal:4209:21287050,21120958:metal:4209:21170683,21120969:metal:4209:21286896,21120981:metal:4209:21172236,21120988:metal:4209:21172644,21120991:metal:4209:21173029,21120994:metal:4209:21173738,21120998:metal:4209:21173854,21121005:metal:4209:21174541,21121011:metal:4209:21174871,21135647:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.006787279098853101, 'nb_photo': 1197, 'list_port_cont': '20966889,20967302,20985153,20993443,20999941,21012856,21014083,21021431,21036126,21038084,21038881,21043609,21051113,21053661,21066043,21072542,21073195,21076071,21078110,21079049,21084147,21110650,21110883,21116015,21116406,21116859,21117704,21118013,21120767,21121293,21136323,21140186,21140907,21140926,21141303,21144195,21149060,21149414,21151869,21153415,21156893,21158460,21160007,21160767,21161096,21167958,21168308,21169747,21170168,21170559,21172116,21172877,21174304,21174918,21180808,21180819,21181094,21181280,21181499,21181870,21206156,21211062,21211230,21220480,21222204,21223466,21224699,21225142,21225534,21227519,21227969,21230855,21231196,21236160,21237996,21243247,21266478,21271853,21273488,21278611,21279605,21287069,21292257,21294324,21297524,21301064,21301442,21308437,21309469,21318158,21339657,21342650,21342659,21342741,21343813,21346662,21350653,21353940,21358126,21362790,21363909,21370593,21378426,21382324,21382569,21382722,21382836,21386229,21387608,21393184,21395728,21396372,21398895,2140592', 'assoc_port': '20966499:20967302,20966505:20966889,20984095:20985153,20993231:20993443,20999699:20999941,21005927:21014083,21011129:21012856,21020701:21021431,21035614:21036126,21037136:21038881,21037138:21038084,21041999:21043609,21049819:21053661,21049821:21051113,21065192:21066043,21069851:21073195,21071197:21072542,21075333:21076071,21075335:21078110,21077849:21079049,21083362:21084147,21108060:21116859,21108073:21116406,21109984:21110883,21110006:21110650,21112974:21116015,21117030:21117704,21117587:21118013,21119655:21120767,21120524:21167958,21120540:21168308,21120580:21121293,21120929:21169747,21120950:21170168,21120959:21170559,21120963:21211230,21120970:21211062,21120975:21172116,21120989:21172877,21120999:21174304,21121006:21174918,21135543:21206156,21136029:21136323,21139004:21140186,21139514:21140926,21140311:21140907,21140591:21141303,21141750:21161096,21141754:21160767,21141758:21144195,21147910:21149414,21147915:21149060,21151381:21151869,21152619:21153415,21155492:21156893,21157119:21158460,21159638:2116000', 'assoc_mat': '20966499:metal:4211:20967302,20966505:metal:4211:20966889,20984095:metal:4211:20985153,20993231:metal:4211:20993443,20999699:metal:4211:20999941,21005927:metal:4211:21014083,21011129:metal:4211:21012856,21020701:metal:4211:21021431,21035614:metal:4211:21036126,21037136:metal:4211:21038881,21037138:metal:4211:21038084,21041999:metal:4211:21043609,21049819:metal:4211:21053661,21049821:metal:4211:21051113,21065192:metal:4211:21066043,21069851:metal:4211:21073195,21071197:metal:4211:21072542,21075333:metal:4211:21076071,21075335:metal:4211:21078110,21077849:metal:4211:21079049,21083362:metal:4211:21084147,21108060:metal:4211:21116859,21108073:metal:4211:21116406,21109984:metal:4211:21110883,21110006:metal:4211:21110650,21112974:metal:4211:21116015,21117030:metal:4211:21117704,21117587:metal:4211:21118013,21119655:metal:4211:21120767,21120524:metal:4211:21167958,21120540:metal:4211:21168308,21120580:metal:4211:21121293,21120929:metal:4211:21169747,21120950:metal:4211:21170168,21120959:metal:4211:21170559,21120963:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0001306905864197531, 'nb_photo': 1, 'list_port_cont': '21584625', 'assoc_port': '21583368:21584625', 'assoc_mat': '21583368:metal:3594:21584625'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.022565224353523414, 'nb_photo': 2606, 'list_port_cont': '20985452,21012748,21071234,21107269,21116336,21123608,21126653,21168325,21173199,21180762,21218926,21221705,21225058,21236488,21271172,21289466,21322268,21326930,21330718,21336371,21353896,21357850,21370534,21371439,21385322,21402163,21402414,21416731,21425201,21457517,21458301,21494177,21498482,21509781,21513383,21521638,21531295,21539009,21551501,21555648,21559749,21562643,21562762,21592101,21638603,21644582,21658663,21675526,21690557,21707156,21764121,21769864,21798668,21823024,21824608,21832342,21869006,21869706,21870589,21917684,21942306', 'assoc_port': '20974621:20985452,21005926:21012748,21020702:21071234,21069849:21107269,21083360:21123608,21084272:21126653,21116152:21116336,21120561:21168325,21120995:21173199,21135544:21326930,21140596:21289466,21151378:21218926,21179999:21180762,21221398:21221705,21224543:21225058,21225874:21322268,21236227:21236488,21270486:21271172,21275781:21330718,21300178:21336371,21338511:21353896,21345495:21371439,21356896:21357850,21370457:21370534,21380145:21402163,21380165:21402414,21384556:21385322,21416273:21416731,21424524:21425201,21431420:21457517,21451315:21458301,21494053:21494177,21498396:21498482,21509733:21509781,21513309:21513383,21521274:21521638,21531130:21531295,21538916:21539009,21551421:21551501,21555438:21555648,21559577:21559749,21562384:21562762,21562427:21562643,21587690:21592101,21636269:21638603,21640850:21644582,21657252:21658663,21667880:21675526,21690281:21690557,21706327:21707156,21730666:21764121,21734156:21769864,21774743:21798668,21798310:21823024,21814397:21824608,21828479:21832342,21845944:2187058', 'assoc_mat': '20974621:papier:4205:20985452,21005926:papier:4205:21012748,21020702:papier:4205:21071234,21069849:papier:4205:21107269,21083360:papier:4205:21123608,21084272:papier:4205:21126653,21116152:papier:4205:21116336,21120561:papier:4205:21168325,21120995:papier:4205:21173199,21135544:papier:4205:21326930,21140596:papier:4205:21289466,21151378:papier:4205:21218926,21179999:papier:4205:21180762,21221398:papier:4205:21221705,21224543:papier:4205:21225058,21225874:papier:4205:21322268,21236227:papier:4205:21236488,21270486:papier:4205:21271172,21275781:papier:4205:21330718,21300178:papier:4205:21336371,21338511:papier:4205:21353896,21345495:papier:4205:21371439,21356896:papier:4205:21357850,21370457:papier:4205:21370534,21380145:papier:4205:21402163,21380165:papier:4205:21402414,21384556:papier:4205:21385322,21416273:papier:4205:21416731,21424524:papier:4205:21425201,21431420:papier:4205:21457517,21451315:papier:4205:21458301,21494053:papier:4205:21494177,21498396:papier:4205:21498482,21509733:papier:4205:21509781,2151'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01033072775821922, 'nb_photo': 4502, 'list_port_cont': '21009025,21045721,21102632,21144478,21159603,21168716,21170319,21170841,21172451,21181125,21221272,21222097,21289598,21290398,21292012,21313592,21324795,21328624,21330407,21356409,21370290,21396233,21406064,21410362,21446122,21455886,21483697,21489866,21499584,21509395,21515725,21531596,21532588,21541039,21550786,21555808,21559774,21567639,21583066,21601478,21643108,21665892,21666461,21682597,21689762,21707614,21736506,21758190,21779834,21821327,21825484,21869541,21871518,21873393,21907238,21925050,21930399', 'assoc_port': '20993232:21009025,21043844:21045721,21064407:21102632,21084267:21313592,21108071:21289598,21117583:21159603,21120585:21168716,21120953:21170319,21120982:21172451,21140594:21290398,21143651:21144478,21155462:21170841,21180001:21181125,21221105:21221272,21221394:21222097,21232888:21324795,21267127:21330407,21290582:21292012,21306684:21328624,21339766:21356409,21352346:21370290,21378587:21410362,21381695:21406064,21394505:21396233,21431417:21446122,21441440:21455886,21483159:21483697,21489393:21489866,21499136:21499584,21509153:21509395,21515548:21515725,21529360:21531596,21532437:21532588,21538911:21541039,21550607:21550786,21555447:21555808,21559582:21559774,21567548:21567639,21580239:21583066,21592857:21601478,21639124:21643108,21651463:21665892,21651464:21666461,21682058:21682597,21689266:21689762,21706322:21707614,21724314:21736506,21728542:21758190,21779322:21779834,21793240:21821327,21814369:21825484,21843933:21873393,21849326:21871518,21861259:21869541,21903539:21907238,21913103:21925050,21924615:2193039', 'assoc_mat': '20993232:papier:4203:21009025,21043844:papier:4203:21045721,21064407:papier:4203:21102632,21084267:papier:4203:21313592,21108071:papier:4203:21289598,21117583:papier:4203:21159603,21120585:papier:4203:21168716,21120953:papier:4203:21170319,21120982:papier:4203:21172451,21140594:papier:4203:21290398,21143651:papier:4203:21144478,21155462:papier:4203:21170841,21180001:papier:4203:21181125,21221105:papier:4203:21221272,21221394:papier:4203:21222097,21232888:papier:4203:21324795,21267127:papier:4203:21330407,21290582:papier:4203:21292012,21306684:papier:4203:21328624,21339766:papier:4203:21356409,21352346:papier:4203:21370290,21378587:papier:4203:21410362,21381695:papier:4203:21406064,21394505:papier:4203:21396233,21431417:papier:4203:21446122,21441440:papier:4203:21455886,21483159:papier:4203:21483697,21489393:papier:4203:21489866,21499136:papier:4203:21499584,21509153:papier:4203:21509395,21515548:papier:4203:21515725,21529360:papier:4203:21531596,21532437:papier:4203:21532588,21538911:papier:4203:21541039,2155'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0436880763947974, 'nb_photo': 17134, 'list_port_cont': '20966651,20975331,20999839,21009747,21011748,21012667,21024481,21025564,21033739,21042393,21044282,21049346,21050235,21065611,21066115,21070332,21075120,21080317,21080729,21082797,21084374,21110387,21115756,21115766,21116352,21117036,21117150,21117914,21120233,21120934,21122053,21122697,21136717,21140147,21140324,21140995,21141134,21141990,21142909,21144091,21155892,21167631,21168274,21169570,21169694,21169967,21170028,21170235,21170872,21170902,21171543,21180137,21180255,21180484,21180744,21206520,21209653,21209782,21209917,21210209,21220364,21220373,21221142,21221144,21221644,21223096,21223436,21224155,21224346,21224931,21226464,21226791,21227438,21236772,21238663,21241062,21266807,21267839,21271028,21276218,21277637,21283634,21286613,21291682,21293469,21293521,21300868,21300945,21307917,21309983,21314048,21321682,21338142,21339423,21340056,21342559,21342977,21343064,21343397,21343488,21345052,21345337,21345967,21362656,21363635,21366701,21367844,21368051,21369283,21378305,21381633,21382381,21382597,2138486', 'assoc_port': '20966502:20966651,20974623:20975331,20999701:20999839,21005922:21012667,21005924:21009747,21011126:21011748,21024338:21025564,21024342:21024481,21033316:21033739,21041997:21042393,21043842:21044282,21046491:21049346,21049818:21050235,21065194:21066115,21065195:21065611,21069853:21070332,21074838:21075120,21077844:21080729,21077852:21080317,21080853:21082797,21084268:21084374,21108061:21210209,21108072:21209917,21109988:21116352,21110005:21110387,21112972:21115756,21115509:21115766,21117027:21117150,21117028:21117036,21117582:21117914,21119657:21120233,21120523:21167631,21120538:21209782,21120544:21168274,21120581:21120934,21120948:21169694,21120951:21169967,21120952:21170028,21120955:21170235,21120961:21209653,21120966:21170872,21120968:21170902,21120973:21171543,21120980:21122697,21121004:21122053,21135542:21206520,21136351:21136717,21139002:21169570,21139512:21140324,21139515:21140147,21140597:21141134,21140598:21140995,21141755:21142909,21141757:21141990,21143653:21144091,21155465:21155892,21179961:2118074', 'assoc_mat': '20966502:papier:4207:20966651,20974623:papier:4207:20975331,20999701:papier:4207:20999839,21005922:papier:4207:21012667,21005924:papier:4207:21009747,21011126:papier:4207:21011748,21024338:papier:4207:21025564,21024342:papier:4207:21024481,21033316:papier:4207:21033739,21041997:papier:4207:21042393,21043842:papier:4207:21044282,21046491:papier:4207:21049346,21049818:papier:4207:21050235,21065194:papier:4207:21066115,21065195:papier:4207:21065611,21069853:papier:4207:21070332,21074838:papier:4207:21075120,21077844:papier:4207:21080729,21077852:papier:4207:21080317,21080853:papier:4207:21082797,21084268:papier:4207:21084374,21108061:papier:4207:21210209,21108072:papier:4207:21209917,21109988:papier:4207:21116352,21110005:papier:4207:21110387,21112972:papier:4207:21115756,21115509:papier:4207:21115766,21117027:papier:4207:21117150,21117028:papier:4207:21117036,21117582:papier:4207:21117914,21119657:papier:4207:21120233,21120523:papier:4207:21167631,21120538:papier:4207:21209782,21120544:papier:4207:21168274,2112'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.2125821255338801, 'nb_photo': 51507, 'list_port_cont': '20977411,20996248,20999904,21006803,21038920,21058281,21071725,21074468,21083729,21085514,21085983,21093805,21110291,21125876,21144739,21150855,21152087,21152990,21159931,21161970,21168742,21169540,21170773,21173458,21174498,21180617,21180644,21181196,21182214,21182315,21208291,21218936,21219604,21220517,21241317,21247520,21262236,21262751,21268901,21271292,21274567,21275570,21277090,21277481,21277550,21277965,21278674,21279519,21280808,21281399,21284855,21286996,21291852,21292867,21296166,21296289,21296828,21300026,21300151,21300808,21300819,21307826,21311394,21321737,21337066,21340285,21342485,21359278,21361544,21362202,21363774,21367052,21367144,21369219,21375092,21378651,21380353,21380842,21382396,21382422,21382754,21389969,21392213,21395026,21416706,21418686,21422423,21425117,21428780,21434271,21441984,21442358,21445534,21455855,21484957,21486611,21487860,21490847,21494190,21494957,21496987,21498531,21501362,21502826,21508682,21509356,21510473,21513517,21514203,21514922,21516163,21516772,21521682,2152287', 'assoc_port': '20966503:20977411,20984096:20996248,20999578:20999904,20999700:21006803,21011127:21058281,21020698:21071725,21033315:21083729,21037139:21038920,21039695:21085514,21041994:21085983,21049814:21093805,21071194:21110291,21072708:21074468,21074837:21296289,21080849:21208291,21083369:21125876,21109990:21292867,21109992:21150855,21112971:21152087,21115508:21296166,21117586:21159931,21120539:21300151,21120583:21168742,21120960:21170773,21120967:21300819,21120974:21300808,21120992:21173458,21121002:21174498,21135541:21262236,21136350:21262751,21139006:21284855,21140308:21281399,21141752:21280808,21143652:21144739,21147913:21219604,21152614:21218936,21152620:21152990,21157118:21169540,21161108:21161970,21179962:21182315,21179968:21182214,21179977:21181196,21180017:21180644,21180025:21180617,21220269:21220517,21221396:21279519,21222615:21278674,21222623:21277965,21225892:21277481,21225895:21277550,21232860:21275570,21236225:21274567,21240949:21241317,21247225:21247520,21267131:21268901,21270480:21271292,21275780:2127709', 'assoc_mat': '20966503:papier:4461:20977411,20984096:papier:4461:20996248,20999578:papier:4461:20999904,20999700:papier:4461:21006803,21011127:papier:4461:21058281,21020698:papier:4461:21071725,21033315:papier:4461:21083729,21037139:papier:4461:21038920,21039695:papier:4461:21085514,21041994:papier:4461:21085983,21049814:papier:4461:21093805,21071194:papier:4461:21110291,21072708:papier:4461:21074468,21074837:papier:4461:21296289,21080849:papier:4461:21208291,21083369:papier:4461:21125876,21109990:papier:4461:21292867,21109992:papier:4461:21150855,21112971:papier:4461:21152087,21115508:papier:4461:21296166,21117586:papier:4461:21159931,21120539:papier:4461:21300151,21120583:papier:4461:21168742,21120960:papier:4461:21170773,21120967:papier:4461:21300819,21120974:papier:4461:21300808,21120992:papier:4461:21173458,21121002:papier:4461:21174498,21135541:papier:4461:21262236,21136350:papier:4461:21262751,21139006:papier:4461:21284855,21140308:papier:4461:21281399,21141752:papier:4461:21280808,21143652:papier:4461:21144739,2114'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.011639014429112974, 'nb_photo': 3612, 'list_port_cont': '20967657,20984598,20999682,20999952,21025008,21037665,21041289,21041841,21042566,21047283,21050761,21064653,21070557,21073264,21073531,21074914,21075595,21078582,21080591,21082200,21083800,21084240,21109489,21114631,21115913,21116224,21117952,21119241,21121188,21121489,21135836,21139776,21140893,21141973,21142161,21151674,21153884,21159881,21161401,21163405,21163943,21167456,21170228,21170509,21170881,21172010,21172356,21173942,21180466,21180505,21180705,21181068,21181154,21182025,21214331,21214637,21221247,21221290,21223686,21224821,21225170,21227424,21230610,21230956,21233465,21237476,21238797,21240645,21242880,21265948,21270946,21274344,21276778,21283406,21287782,21287813,21289137,21293311,21299777,21300612,21307532,21307681,21336847,21338965,21342454,21343594,21346458,21346584,21350036,21352949,21353485,21357644,21359108,21362383,21366960,21369159,21374707,21375000,21378211,21379499,21380529,21380605,21380932,21381876,21381904,21382134,21383114,21383685,21384796,21389889,21392083,21395976,21415536,2141643', 'assoc_port': '20966504:20967657,20984097:20984598,20999574:20999952,20999575:20999682,21024339:21025008,21037135:21037665,21039692:21041841,21039694:21041289,21041995:21042566,21046493:21047283,21049816:21050761,21064402:21064653,21069850:21070557,21071196:21073531,21072704:21073264,21074840:21074914,21075332:21075595,21077847:21078582,21077848:21080591,21080850:21082200,21083366:21083800,21083367:21084240,21104037:21114631,21108067:21109489,21115491:21116224,21115511:21115913,21117580:21119241,21117584:21117952,21120519:21167456,21120542:21121489,21120584:21121188,21120956:21170228,21120957:21170509,21120965:21170881,21120977:21172010,21120979:21214637,21120984:21172356,21121001:21173942,21121008:21214331,21135646:21135836,21136352:21163943,21136353:21163405,21139513:21139776,21140309:21140893,21141753:21142161,21141759:21141973,21151382:21151674,21152617:21153884,21159635:21159881,21161106:21161401,21179964:21182025,21179969:21181154,21179971:21181068,21179980:21180705,21180019:21180505,21180022:21180466,21221101:2122129', 'assoc_mat': '20966504:papier:4200:20967657,20984097:papier:4200:20984598,20999574:papier:4200:20999952,20999575:papier:4200:20999682,21024339:papier:4200:21025008,21037135:papier:4200:21037665,21039692:papier:4200:21041841,21039694:papier:4200:21041289,21041995:papier:4200:21042566,21046493:papier:4200:21047283,21049816:papier:4200:21050761,21064402:papier:4200:21064653,21069850:papier:4200:21070557,21071196:papier:4200:21073531,21072704:papier:4200:21073264,21074840:papier:4200:21074914,21075332:papier:4200:21075595,21077847:papier:4200:21078582,21077848:papier:4200:21080591,21080850:papier:4200:21082200,21083366:papier:4200:21083800,21083367:papier:4200:21084240,21104037:papier:4200:21114631,21108067:papier:4200:21109489,21115491:papier:4200:21116224,21115511:papier:4200:21115913,21117580:papier:4200:21119241,21117584:papier:4200:21117952,21120519:papier:4200:21167456,21120542:papier:4200:21121489,21120584:papier:4200:21121188,21120956:papier:4200:21170228,21120957:papier:4200:21170509,21120965:papier:4200:21170881,2112'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9255045915635101, 'nb_photo': 109310, 'list_port_cont': '20976944,20993322,21005799,21036086,21074744,21074960,21084553,21084961,21085100,21085177,21085253,21085757,21087530,21090036,21094094,21094279,21104601,21108017,21110408,21110949,21111055,21115573,21120351,21121170,21124377,21126629,21126888,21136275,21149030,21150148,21152445,21153344,21154914,21157803,21158507,21159893,21160151,21161897,21167714,21168653,21169143,21169420,21170679,21170738,21170912,21170928,21171162,21171605,21172242,21172515,21172645,21173038,21173747,21173852,21174531,21174869,21180370,21180426,21180527,21180913,21180939,21181038,21181220,21182183,21182357,21182475,21182772,21187589,21219016,21219552,21220406,21221208,21221383,21222436,21225017,21229871,21230135,21230172,21230842,21230931,21230952,21230988,21231352,21233448,21236756,21237389,21241356,21241507,21242847,21247502,21262688,21268024,21276970,21277027,21283823,21286874,21287052,21288788,21293902,21297119,21300702,21300722,21301263,21301452,21307341,21308468,21311728,21320374,21321718,21339221,21342573,21343137,21345077,2135748', 'assoc_port': '20966501:20976944,20993233:20993322,20999577:21005799,21020700:21121170,21024341:21074744,21035615:21036086,21039691:21084961,21039693:21085177,21039696:21085100,21039697:21085253,21041996:21085757,21043843:21087530,21046492:21090036,21049815:21094094,21049817:21094279,21065193:21104601,21069852:21108017,21071195:21110408,21072705:21111055,21072707:21110949,21074836:21115573,21074839:21074960,21077845:21120351,21083365:21124377,21084266:21126629,21084270:21126888,21084271:21084553,21108069:21301452,21109986:21150148,21112973:21152445,21115510:21154914,21117029:21157803,21117031:21158507,21120522:21167714,21120562:21168653,21120928:21169420,21120949:21287052,21120958:21170679,21120962:21170738,21120969:21286874,21120972:21171605,21120981:21172242,21120987:21172515,21120988:21172645,21120991:21173038,21120994:21173747,21120998:21173852,21121005:21174531,21121011:21174869,21135647:21262688,21136028:21136275,21139516:21231352,21140592:21230988,21140593:21230931,21141756:21230952,21147912:21219552,21147914:2114903', 'assoc_mat': '20966501:papier:4209:20976944,20993233:papier:4209:20993322,20999577:papier:4209:21005799,21020700:papier:4209:21121170,21024341:papier:4209:21074744,21035615:papier:4209:21036086,21039691:papier:4209:21084961,21039693:papier:4209:21085177,21039696:papier:4209:21085100,21039697:papier:4209:21085253,21041996:papier:4209:21085757,21043843:papier:4209:21087530,21046492:papier:4209:21090036,21049815:papier:4209:21094094,21049817:papier:4209:21094279,21065193:papier:4209:21104601,21069852:papier:4209:21108017,21071195:papier:4209:21110408,21072705:papier:4209:21111055,21072707:papier:4209:21110949,21074836:papier:4209:21115573,21074839:papier:4209:21074960,21077845:papier:4209:21120351,21083365:papier:4209:21124377,21084266:papier:4209:21126629,21084270:papier:4209:21126888,21084271:papier:4209:21084553,21108069:papier:4209:21301452,21109986:papier:4209:21150148,21112973:papier:4209:21152445,21115510:papier:4209:21154914,21117029:papier:4209:21157803,21117031:papier:4209:21158507,21120522:papier:4209:21167714,2112'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009024365052589632, 'nb_photo': 28003, 'list_port_cont': '20966897,20967304,20985162,20993440,20999939,21012849,21014079,21021432,21036123,21038080,21038870,21043605,21051111,21053659,21066039,21072546,21073196,21073448,21076077,21078108,21079046,21084137,21110651,21110878,21116025,21116407,21116860,21117702,21118008,21120447,21120776,21121295,21136311,21140177,21140909,21140928,21141307,21144198,21149054,21149422,21151865,21153421,21156907,21158458,21159298,21160016,21160757,21161088,21167465,21167970,21168299,21169748,21170171,21170552,21172121,21172866,21174305,21174931,21180794,21180823,21181093,21181290,21181497,21181874,21204851,21206149,21211046,21211225,21213694,21220485,21222208,21223461,21224693,21225146,21225521,21227514,21227978,21230853,21231192,21236168,21238003,21243250,21266475,21271842,21273473,21278612,21279601,21287079,21292253,21294325,21297532,21301026,21301429,21308442,21309475,21318168,21339659,21342645,21342664,21342746,21343802,21346668,21350649,21353943,21358135,21360248,21362798,21363920,21370604,21378424,21382327,21382567,21382714,2138284', 'assoc_port': '20966499:20967304,20966505:20966897,20984095:20985162,20993231:20993440,20999699:20999939,21005927:21014079,21011129:21012849,21020701:21021432,21035614:21036123,21037136:21038870,21037138:21038080,21041999:21043605,21049819:21053659,21049821:21051111,21065192:21066039,21069851:21073196,21071197:21072546,21072703:21073448,21075333:21076077,21075335:21078108,21077849:21079046,21083362:21084137,21108060:21116860,21108073:21116407,21109984:21110878,21110006:21110651,21112974:21116025,21117030:21117702,21117581:21159298,21117585:21120447,21117587:21118008,21119655:21120776,21120520:21213694,21120521:21167465,21120524:21167970,21120540:21168299,21120580:21121295,21120929:21169748,21120950:21170171,21120959:21170552,21120963:21211225,21120970:21211046,21120975:21172121,21120989:21172866,21120999:21174305,21121006:21174931,21135543:21206149,21136029:21136311,21137075:21204851,21139004:21140177,21139514:21140928,21140311:21140909,21140591:21141307,21141750:21161088,21141754:21160757,21141758:21144198,21147910:2114942', 'assoc_mat': '20966499:papier:4211:20967304,20966505:papier:4211:20966897,20984095:papier:4211:20985162,20993231:papier:4211:20993440,20999699:papier:4211:20999939,21005927:papier:4211:21014079,21011129:papier:4211:21012849,21020701:papier:4211:21021432,21035614:papier:4211:21036123,21037136:papier:4211:21038870,21037138:papier:4211:21038080,21041999:papier:4211:21043605,21049819:papier:4211:21053659,21049821:papier:4211:21051111,21065192:papier:4211:21066039,21069851:papier:4211:21073196,21071197:papier:4211:21072546,21072703:papier:4211:21073448,21075333:papier:4211:21076077,21075335:papier:4211:21078108,21077849:papier:4211:21079046,21083362:papier:4211:21084137,21108060:papier:4211:21116860,21108073:papier:4211:21116407,21109984:papier:4211:21110878,21110006:papier:4211:21110651,21112974:papier:4211:21116025,21117030:papier:4211:21117702,21117581:papier:4211:21159298,21117585:papier:4211:21120447,21117587:papier:4211:21118008,21119655:papier:4211:21120776,21120520:papier:4211:21213694,21120521:papier:4211:21167465,2112'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.017560748702176204, 'nb_photo': 709, 'list_port_cont': '20967702,20985383,21000363,21021770,21038462,21043257,21046265,21051412,21065994,21066791,21071275,21074786,21076198,21076842,21082837,21084587,21116522,21116676,21117281,21121642,21122174,21122204,21123135,21131391,21133771,21134178,21135926,21136143,21137555,21140334,21140853,21140947,21150092,21152342,21152797,21153623,21156954,21160312,21161687,21161818,21173693,21180849,21181189,21181275,21181301,21181433,21181807,21181892,21197340,21220581,21224614,21224838,21225237,21225703,21227224,21230866,21231078,21234035,21234251,21239393,21239718,21241732,21267072,21268819,21272182,21277620,21278037,21285989,21290328,21290430,21292709,21295310,21297484,21300470,21301472,21309398,21309716,21320391,21338156,21338418,21343962,21345190,21350180,21351337,21358107,21360114,21363089,21364799,21375397,21377171,21382734,21386584,21390520,21391098,21395883,21398234,21403539,21404085,21405531,21405775,21406233,21412908,21415990,21417168,21423802,21427740,21433072,21433996,21438649,21442981,21446478,21459150,21485316,2148740', 'assoc_port': '20966500:20967702,20984094:20985383,20999702:21000363,21020699:21021770,21037137:21038462,21041998:21043257,21043840:21046265,21049822:21051412,21064403:21065994,21065191:21066791,21069854:21071275,21072684:21074786,21075331:21076842,21075334:21076198,21080852:21082837,21084269:21084587,21104034:21133771,21108064:21197340,21116149:21116676,21116150:21116522,21117032:21117281,21119656:21136143,21120517:21135926,21120541:21173693,21120582:21122174,21120586:21121642,21120954:21134178,21120971:21131391,21120996:21123135,21121012:21122204,21136349:21137555,21139009:21140334,21140310:21140853,21140595:21140947,21141751:21161687,21141760:21152342,21147911:21150092,21151379:21152797,21152615:21153623,21155491:21156954,21159637:21160312,21161104:21161818,21179959:21181892,21179963:21181807,21179974:21181433,21179976:21181301,21179981:21181275,21180021:21181189,21180044:21180849,21220275:21220581,21222614:21225237,21222626:21224838,21222667:21224614,21224540:21225703,21225893:21227224,21230467:21231078,21230482:2123086', 'assoc_mat': '20966500:papier:3327:20967702,20984094:papier:3327:20985383,20999702:papier:3327:21000363,21020699:papier:3327:21021770,21037137:papier:3327:21038462,21041998:papier:3327:21043257,21043840:papier:3327:21046265,21049822:papier:3327:21051412,21064403:papier:3327:21065994,21065191:papier:3327:21066791,21069854:papier:3327:21071275,21072684:papier:3327:21074786,21075331:papier:3327:21076842,21075334:papier:3327:21076198,21080852:papier:3327:21082837,21084269:papier:3327:21084587,21104034:papier:3327:21133771,21108064:papier:3327:21197340,21116149:papier:3327:21116676,21116150:papier:3327:21116522,21117032:papier:3327:21117281,21119656:papier:3327:21136143,21120517:papier:3327:21135926,21120541:papier:3327:21173693,21120582:papier:3327:21122174,21120586:papier:3327:21121642,21120954:papier:3327:21134178,21120971:papier:3327:21131391,21120996:papier:3327:21123135,21121012:papier:3327:21122204,21136349:papier:3327:21137555,21139009:papier:3327:21140334,21140310:papier:3327:21140853,21140595:papier:3327:21140947,2114'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.14717486496913604, 'nb_photo': 185, 'list_port_cont': '21584623', 'assoc_port': '21583368:21584623', 'assoc_mat': '21583368:papier:3594:21584623'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006093706936712804, 'nb_photo': 176, 'list_port_cont': '20985457,21107275,21116334,21123615,21126655,21168318,21173198,21180765,21218913,21221720,21225056,21236490,21289468,21322272,21326936,21330721,21336366,21353897,21357842,21370523,21371442,21385315,21402154,21416722,21425191,21457531,21498490,21509792,21521594,21531307,21539011,21551506,21555636,21559756,21562755,21592091,21644588,21658651,21675534,21690552,21707154,21764120,21769867,21798660,21823030,21824613,21832349,21869008,21869711,21870583,21917675,21942312', 'assoc_port': '20974621:20985457,21069849:21107275,21083360:21123615,21084272:21126655,21116152:21116334,21120561:21168318,21120995:21173198,21135544:21326936,21140596:21289468,21151378:21218913,21179999:21180765,21221398:21221720,21224543:21225056,21225874:21322272,21236227:21236490,21275781:21330721,21300178:21336366,21338511:21353897,21345495:21371442,21356896:21357842,21370457:21370523,21380145:21402154,21384556:21385315,21416273:21416722,21424524:21425191,21431420:21457531,21498396:21498490,21509733:21509792,21521274:21521594,21531130:21531307,21538916:21539011,21551421:21551506,21555438:21555636,21559577:21559756,21562384:21562755,21587690:21592091,21640850:21644588,21657252:21658651,21667880:21675534,21690281:21690552,21706327:21707154,21730666:21764120,21734156:21769867,21774743:21798660,21798310:21823030,21814397:21824613,21828479:21832349,21845944:21870583,21857533:21869711,21861261:21869008,21906792:21917675,21920675:21942312', 'assoc_mat': '20974621:pehd:4205:20985457,21069849:pehd:4205:21107275,21083360:pehd:4205:21123615,21084272:pehd:4205:21126655,21116152:pehd:4205:21116334,21120561:pehd:4205:21168318,21120995:pehd:4205:21173198,21135544:pehd:4205:21326936,21140596:pehd:4205:21289468,21151378:pehd:4205:21218913,21179999:pehd:4205:21180765,21221398:pehd:4205:21221720,21224543:pehd:4205:21225056,21225874:pehd:4205:21322272,21236227:pehd:4205:21236490,21275781:pehd:4205:21330721,21300178:pehd:4205:21336366,21338511:pehd:4205:21353897,21345495:pehd:4205:21371442,21356896:pehd:4205:21357842,21370457:pehd:4205:21370523,21380145:pehd:4205:21402154,21384556:pehd:4205:21385315,21416273:pehd:4205:21416722,21424524:pehd:4205:21425191,21431420:pehd:4205:21457531,21498396:pehd:4205:21498490,21509733:pehd:4205:21509792,21521274:pehd:4205:21521594,21531130:pehd:4205:21531307,21538916:pehd:4205:21539011,21551421:pehd:4205:21551506,21555438:pehd:4205:21555636,21559577:pehd:4205:21559756,21562384:pehd:4205:21562755,21587690:pehd:4205:21592091,21640850:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031064342305810906, 'nb_photo': 532, 'list_port_cont': '21009027,21045731,21102633,21144489,21159600,21168724,21170307,21170846,21172452,21181137,21221282,21222101,21289586,21290389,21292017,21313591,21324808,21328630,21330404,21356398,21370289,21396229,21406057,21410366,21446120,21455881,21483707,21489867,21499594,21509396,21515736,21531605,21532577,21541041,21550793,21555816,21559760,21567644,21601475,21643095,21665879,21666472,21682596,21689758,21707609,21736513,21758187,21779832,21821325,21825477,21869539,21871525,21873404,21907237,21925036,21930408', 'assoc_port': '20993232:21009027,21043844:21045731,21064407:21102633,21084267:21313591,21108071:21289586,21117583:21159600,21120585:21168724,21120953:21170307,21120982:21172452,21140594:21290389,21143651:21144489,21155462:21170846,21180001:21181137,21221105:21221282,21221394:21222101,21232888:21324808,21267127:21330404,21290582:21292017,21306684:21328630,21339766:21356398,21352346:21370289,21378587:21410366,21381695:21406057,21394505:21396229,21431417:21446120,21441440:21455881,21483159:21483707,21489393:21489867,21499136:21499594,21509153:21509396,21515548:21515736,21529360:21531605,21532437:21532577,21538911:21541041,21550607:21550793,21555447:21555816,21559582:21559760,21567548:21567644,21592857:21601475,21639124:21643095,21651463:21665879,21651464:21666472,21682058:21682596,21689266:21689758,21706322:21707609,21724314:21736513,21728542:21758187,21779322:21779832,21793240:21821325,21814369:21825477,21843933:21873404,21849326:21871525,21861259:21869539,21903539:21907237,21913103:21925036,21924615:21930408', 'assoc_mat': '20993232:pehd:4203:21009027,21043844:pehd:4203:21045731,21064407:pehd:4203:21102633,21084267:pehd:4203:21313591,21108071:pehd:4203:21289586,21117583:pehd:4203:21159600,21120585:pehd:4203:21168724,21120953:pehd:4203:21170307,21120982:pehd:4203:21172452,21140594:pehd:4203:21290389,21143651:pehd:4203:21144489,21155462:pehd:4203:21170846,21180001:pehd:4203:21181137,21221105:pehd:4203:21221282,21221394:pehd:4203:21222101,21232888:pehd:4203:21324808,21267127:pehd:4203:21330404,21290582:pehd:4203:21292017,21306684:pehd:4203:21328630,21339766:pehd:4203:21356398,21352346:pehd:4203:21370289,21378587:pehd:4203:21410366,21381695:pehd:4203:21406057,21394505:pehd:4203:21396229,21431417:pehd:4203:21446120,21441440:pehd:4203:21455881,21483159:pehd:4203:21483707,21489393:pehd:4203:21489867,21499136:pehd:4203:21499594,21509153:pehd:4203:21509396,21515548:pehd:4203:21515736,21529360:pehd:4203:21531605,21532437:pehd:4203:21532577,21538911:pehd:4203:21541041,21550607:pehd:4203:21550793,21555447:pehd:4203:21555816,21559582:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00449727179035794, 'nb_photo': 378, 'list_port_cont': '20966641,20999848,21009756,21011741,21012668,21033730,21042388,21044267,21070331,21075123,21080726,21084379,21110382,21115751,21117038,21117148,21120937,21122707,21140142,21140319,21141994,21142918,21144099,21167638,21168263,21169563,21169691,21169968,21170027,21170247,21170899,21180250,21180757,21206519,21209648,21209787,21209924,21221157,21223089,21224143,21224354,21224937,21226454,21236776,21241061,21266810,21267842,21271022,21277648,21283641,21286625,21291669,21293508,21300867,21300938,21321695,21338136,21342548,21343479,21345048,21345344,21345961,21363646,21367838,21368056,21369292,21378311,21381636,21382600,21384869,21394896,21402836,21402885,21405967,21405970,21406089,21410809,21415929,21425310,21442113,21442527,21447742,21483692,21486134,21486781,21487140,21487163,21487824,21490764,21492252,21492943,21493020,21494106,21494147,21496900,21499213,21499238,21501071,21501195,21501945,21508628,21509085,21509249,21509808,21510407,21514850,21514873,21515718,21516076,21521447,21521664,21527636,21530120,2153200', 'assoc_port': '20966502:20966641,20999701:20999848,21005922:21012668,21005924:21009756,21011126:21011741,21033316:21033730,21041997:21042388,21043842:21044267,21069853:21070331,21074838:21075123,21077844:21080726,21084268:21084379,21108072:21209924,21110005:21110382,21112972:21115751,21117027:21117148,21117028:21117038,21120523:21167638,21120538:21209787,21120544:21168263,21120581:21120937,21120948:21169691,21120951:21169968,21120952:21170027,21120955:21170247,21120961:21209648,21120968:21170899,21120980:21122707,21135542:21206519,21139002:21169563,21139512:21140319,21139515:21140142,21141755:21142918,21141757:21141994,21143653:21144099,21179961:21180757,21180028:21180250,21221103:21221157,21222621:21224354,21222627:21224143,21222671:21223089,21224542:21224937,21225888:21226454,21236207:21236776,21240946:21241061,21265552:21266810,21267120:21267842,21270481:21271022,21275769:21277648,21282367:21283641,21285767:21286625,21290581:21291669,21292231:21293508,21300184:21300867,21300189:21300938,21321581:21321695,21332135:2134504', 'assoc_mat': '20966502:pehd:4207:20966641,20999701:pehd:4207:20999848,21005922:pehd:4207:21012668,21005924:pehd:4207:21009756,21011126:pehd:4207:21011741,21033316:pehd:4207:21033730,21041997:pehd:4207:21042388,21043842:pehd:4207:21044267,21069853:pehd:4207:21070331,21074838:pehd:4207:21075123,21077844:pehd:4207:21080726,21084268:pehd:4207:21084379,21108072:pehd:4207:21209924,21110005:pehd:4207:21110382,21112972:pehd:4207:21115751,21117027:pehd:4207:21117148,21117028:pehd:4207:21117038,21120523:pehd:4207:21167638,21120538:pehd:4207:21209787,21120544:pehd:4207:21168263,21120581:pehd:4207:21120937,21120948:pehd:4207:21169691,21120951:pehd:4207:21169968,21120952:pehd:4207:21170027,21120955:pehd:4207:21170247,21120961:pehd:4207:21209648,21120968:pehd:4207:21170899,21120980:pehd:4207:21122707,21135542:pehd:4207:21206519,21139002:pehd:4207:21169563,21139512:pehd:4207:21140319,21139515:pehd:4207:21140142,21141755:pehd:4207:21142918,21141757:pehd:4207:21141994,21143653:pehd:4207:21144099,21179961:pehd:4207:21180757,21180028:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.009677953743469463, 'nb_photo': 51, 'list_port_cont': '20996245,21085975,21152094,21170765,21181200,21208287,21247530,21277485,21292878,21296177,21300019,21311395,21321738,21363777,21367048,21369211,21378643,21380833,21382391,21392221,21514918,21522874,21531347,21535946,21541425,21542604,21559796,21566888,21634121,21636850,21687569,21721717,21750090,21811884,21815229,21834149,21849525,21904339,21908702', 'assoc_port': '20984096:20996245,21041994:21085975,21080849:21208287,21109990:21292878,21112971:21152094,21115508:21296177,21120960:21170765,21179977:21181200,21225892:21277485,21247225:21247530,21299164:21300019,21311032:21311395,21321579:21321738,21363246:21363777,21366616:21367048,21368965:21369211,21378063:21378643,21380239:21380833,21381748:21382391,21391269:21392221,21514645:21514918,21522808:21522874,21531127:21531347,21535457:21535946,21538910:21541425,21542133:21542604,21559575:21559796,21566767:21566888,21633419:21634121,21636256:21636850,21687150:21687569,21720293:21721717,21749504:21750090,21810731:21811884,21814395:21815229,21833506:21834149,21849331:21849525,21903542:21904339,21908049:21908702', 'assoc_mat': '20984096:pehd:4461:20996245,21041994:pehd:4461:21085975,21080849:pehd:4461:21208287,21109990:pehd:4461:21292878,21112971:pehd:4461:21152094,21115508:pehd:4461:21296177,21120960:pehd:4461:21170765,21179977:pehd:4461:21181200,21225892:pehd:4461:21277485,21247225:pehd:4461:21247530,21299164:pehd:4461:21300019,21311032:pehd:4461:21311395,21321579:pehd:4461:21321738,21363246:pehd:4461:21363777,21366616:pehd:4461:21367048,21368965:pehd:4461:21369211,21378063:pehd:4461:21378643,21380239:pehd:4461:21380833,21381748:pehd:4461:21382391,21391269:pehd:4461:21392221,21514645:pehd:4461:21514918,21522808:pehd:4461:21522874,21531127:pehd:4461:21531347,21535457:pehd:4461:21535946,21538910:pehd:4461:21541425,21542133:pehd:4461:21542604,21559575:pehd:4461:21559796,21566767:pehd:4461:21566888,21633419:pehd:4461:21634121,21636256:pehd:4461:21636850,21687150:pehd:4461:21687569,21720293:pehd:4461:21721717,21749504:pehd:4461:21750090,21810731:pehd:4461:21811884,21814395:pehd:4461:21815229,21833506:pehd:4461:21834149,21849331:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010381465050057168, 'nb_photo': 1731, 'list_port_cont': '20967644,20984595,20999672,20999951,21025017,21037657,21041281,21041835,21042562,21047289,21050775,21064654,21070556,21073274,21073524,21074908,21075599,21078581,21082191,21083790,21084235,21109483,21114635,21115905,21116231,21117941,21119250,21121196,21121477,21135834,21139771,21140890,21141968,21142158,21151670,21153880,21156385,21159876,21161404,21163410,21163950,21167448,21170221,21170503,21170880,21172012,21172359,21173952,21180457,21180508,21180704,21181074,21181151,21182018,21214338,21214631,21221240,21221288,21223687,21224828,21225172,21227413,21230615,21230961,21233466,21237470,21238787,21240651,21242876,21265954,21270947,21274347,21276788,21283412,21287792,21287806,21289133,21293317,21299789,21300601,21307528,21307682,21336836,21338967,21342445,21343607,21346453,21346586,21350030,21353478,21357653,21359113,21362377,21366952,21369169,21374701,21374998,21378213,21379505,21380525,21380603,21380921,21381875,21381891,21382135,21383118,21383675,21384795,21389885,21392089,21395969,21415537,21416430,2141866', 'assoc_port': '20966504:20967644,20984097:20984595,20999574:20999951,20999575:20999672,21024339:21025017,21037135:21037657,21039692:21041835,21039694:21041281,21041995:21042562,21046493:21047289,21049816:21050775,21064402:21064654,21069850:21070556,21071196:21073524,21072704:21073274,21074840:21074908,21075332:21075599,21077847:21078581,21080850:21082191,21083366:21083790,21083367:21084235,21104037:21114635,21108067:21109483,21115491:21116231,21115511:21115905,21117580:21119250,21117584:21117941,21120519:21167448,21120542:21121477,21120584:21121196,21120956:21170221,21120957:21170503,21120965:21170880,21120977:21172012,21120979:21214631,21120984:21172359,21121001:21173952,21121008:21214338,21135646:21135834,21136352:21163950,21136353:21163410,21139513:21139771,21140309:21140890,21141753:21142158,21141759:21141968,21151382:21151670,21152617:21153880,21155490:21156385,21159635:21159876,21161106:21161404,21179964:21182018,21179969:21181151,21179971:21181074,21179980:21180704,21180019:21180508,21180022:21180457,21221101:2122128', 'assoc_mat': '20966504:pehd:4200:20967644,20984097:pehd:4200:20984595,20999574:pehd:4200:20999951,20999575:pehd:4200:20999672,21024339:pehd:4200:21025017,21037135:pehd:4200:21037657,21039692:pehd:4200:21041835,21039694:pehd:4200:21041281,21041995:pehd:4200:21042562,21046493:pehd:4200:21047289,21049816:pehd:4200:21050775,21064402:pehd:4200:21064654,21069850:pehd:4200:21070556,21071196:pehd:4200:21073524,21072704:pehd:4200:21073274,21074840:pehd:4200:21074908,21075332:pehd:4200:21075599,21077847:pehd:4200:21078581,21080850:pehd:4200:21082191,21083366:pehd:4200:21083790,21083367:pehd:4200:21084235,21104037:pehd:4200:21114635,21108067:pehd:4200:21109483,21115491:pehd:4200:21116231,21115511:pehd:4200:21115905,21117580:pehd:4200:21119250,21117584:pehd:4200:21117941,21120519:pehd:4200:21167448,21120542:pehd:4200:21121477,21120584:pehd:4200:21121196,21120956:pehd:4200:21170221,21120957:pehd:4200:21170503,21120965:pehd:4200:21170880,21120977:pehd:4200:21172012,21120979:pehd:4200:21214631,21120984:pehd:4200:21172359,21121001:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010755941410137044, 'nb_photo': 1357, 'list_port_cont': '20976941,20993313,21005789,21036096,21074748,21074959,21084552,21084958,21085090,21085190,21085255,21085751,21087525,21090050,21094097,21094288,21108012,21110404,21110950,21111063,21115561,21121167,21124390,21126640,21126891,21136280,21149008,21150142,21152442,21153343,21154912,21157808,21158509,21159895,21160146,21161890,21167711,21168648,21169138,21169425,21170687,21170908,21170938,21171164,21171592,21172227,21172512,21172652,21173033,21173739,21173841,21174533,21174872,21180377,21180419,21180525,21180918,21180933,21181030,21181212,21182176,21182352,21182469,21182773,21187578,21219014,21219545,21220410,21221205,21221381,21222438,21225022,21229869,21230149,21230175,21230829,21230934,21230949,21230986,21231342,21233443,21236765,21237375,21241371,21241505,21242853,21247503,21262686,21268019,21276987,21277029,21286892,21287054,21288782,21293903,21297122,21300705,21300709,21301255,21301454,21307331,21308472,21311724,21320378,21321717,21339222,21342564,21343139,21345078,21357490,21357633,21357740,21359452,2136241', 'assoc_port': '20966501:20976941,20993233:20993313,20999577:21005789,21020700:21121167,21024341:21074748,21035615:21036096,21039691:21084958,21039693:21085190,21039696:21085090,21039697:21085255,21041996:21085751,21043843:21087525,21046492:21090050,21049815:21094097,21049817:21094288,21069852:21108012,21071195:21110404,21072705:21111063,21072707:21110950,21074836:21115561,21074839:21074959,21083365:21124390,21084266:21126640,21084270:21126891,21084271:21084552,21108069:21301454,21109986:21150142,21112973:21152442,21115510:21154912,21117029:21157808,21117031:21158509,21120522:21167711,21120562:21168648,21120928:21169425,21120949:21287054,21120958:21170687,21120969:21286892,21120972:21171592,21120981:21172227,21120987:21172512,21120988:21172652,21120991:21173033,21120994:21173739,21120998:21173841,21121005:21174533,21121011:21174872,21135647:21262686,21136028:21136280,21139516:21231342,21140592:21230986,21140593:21230934,21141756:21230949,21147912:21219545,21147914:21149008,21151380:21219014,21152616:21170938,21152618:2115334', 'assoc_mat': '20966501:pehd:4209:20976941,20993233:pehd:4209:20993313,20999577:pehd:4209:21005789,21020700:pehd:4209:21121167,21024341:pehd:4209:21074748,21035615:pehd:4209:21036096,21039691:pehd:4209:21084958,21039693:pehd:4209:21085190,21039696:pehd:4209:21085090,21039697:pehd:4209:21085255,21041996:pehd:4209:21085751,21043843:pehd:4209:21087525,21046492:pehd:4209:21090050,21049815:pehd:4209:21094097,21049817:pehd:4209:21094288,21069852:pehd:4209:21108012,21071195:pehd:4209:21110404,21072705:pehd:4209:21111063,21072707:pehd:4209:21110950,21074836:pehd:4209:21115561,21074839:pehd:4209:21074959,21083365:pehd:4209:21124390,21084266:pehd:4209:21126640,21084270:pehd:4209:21126891,21084271:pehd:4209:21084552,21108069:pehd:4209:21301454,21109986:pehd:4209:21150142,21112973:pehd:4209:21152442,21115510:pehd:4209:21154912,21117029:pehd:4209:21157808,21117031:pehd:4209:21158509,21120522:pehd:4209:21167711,21120562:pehd:4209:21168648,21120928:pehd:4209:21169425,21120949:pehd:4209:21287054,21120958:pehd:4209:21170687,21120969:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9544267420684637, 'nb_photo': 24987, 'list_port_cont': '20966883,20967313,20985166,20993448,20999935,21012851,21014074,21021446,21036125,21038081,21038872,21043599,21051104,21053647,21066037,21072544,21073189,21073457,21076081,21078107,21079052,21084148,21110645,21110879,21116013,21116410,21116861,21117705,21118002,21120458,21120773,21121292,21136327,21140182,21140899,21140919,21141304,21144196,21149050,21149423,21151863,21153428,21156892,21158466,21159302,21160012,21160760,21161094,21167463,21167969,21168309,21169758,21170159,21170553,21172112,21172875,21174294,21174925,21180805,21180813,21181092,21181277,21181504,21181879,21204856,21206155,21211047,21211218,21213703,21220471,21222205,21223464,21224700,21225151,21225532,21227516,21227967,21230857,21231193,21236163,21238000,21243248,21266467,21271846,21273483,21278614,21279598,21287066,21292243,21294327,21297533,21301065,21301427,21308443,21309468,21318162,21339669,21342640,21342673,21342742,21343803,21346658,21350657,21353929,21358128,21360238,21362796,21363918,21370603,21378435,21382323,21382572,21382729,2138283', 'assoc_port': '20966499:20967313,20966505:20966883,20984095:20985166,20993231:20993448,20999699:20999935,21005927:21014074,21011129:21012851,21020701:21021446,21035614:21036125,21037136:21038872,21037138:21038081,21041999:21043599,21049819:21053647,21049821:21051104,21065192:21066037,21069851:21073189,21071197:21072544,21072703:21073457,21075333:21076081,21075335:21078107,21077849:21079052,21083362:21084148,21108060:21116861,21108073:21116410,21109984:21110879,21110006:21110645,21112974:21116013,21117030:21117705,21117581:21159302,21117585:21120458,21117587:21118002,21119655:21120773,21120520:21213703,21120521:21167463,21120524:21167969,21120540:21168309,21120580:21121292,21120929:21169758,21120950:21170159,21120959:21170553,21120963:21211218,21120970:21211047,21120975:21172112,21120989:21172875,21120999:21174294,21121006:21174925,21135543:21206155,21136029:21136327,21137075:21204856,21139004:21140182,21139514:21140919,21140311:21140899,21140591:21141304,21141750:21161094,21141754:21160760,21141758:21144196,21147910:2114942', 'assoc_mat': '20966499:pehd:4211:20967313,20966505:pehd:4211:20966883,20984095:pehd:4211:20985166,20993231:pehd:4211:20993448,20999699:pehd:4211:20999935,21005927:pehd:4211:21014074,21011129:pehd:4211:21012851,21020701:pehd:4211:21021446,21035614:pehd:4211:21036125,21037136:pehd:4211:21038872,21037138:pehd:4211:21038081,21041999:pehd:4211:21043599,21049819:pehd:4211:21053647,21049821:pehd:4211:21051104,21065192:pehd:4211:21066037,21069851:pehd:4211:21073189,21071197:pehd:4211:21072544,21072703:pehd:4211:21073457,21075333:pehd:4211:21076081,21075335:pehd:4211:21078107,21077849:pehd:4211:21079052,21083362:pehd:4211:21084148,21108060:pehd:4211:21116861,21108073:pehd:4211:21116410,21109984:pehd:4211:21110879,21110006:pehd:4211:21110645,21112974:pehd:4211:21116013,21117030:pehd:4211:21117705,21117581:pehd:4211:21159302,21117585:pehd:4211:21120458,21117587:pehd:4211:21118002,21119655:pehd:4211:21120773,21120520:pehd:4211:21213703,21120521:pehd:4211:21167463,21120524:pehd:4211:21167969,21120540:pehd:4211:21168309,21120580:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002854119069681301, 'nb_photo': 9, 'list_port_cont': '21065996,21122175,21136141,21161688,21231073,21290334,21434004,21488090,21567735', 'assoc_port': '21064403:21065996,21119656:21136141,21120582:21122175,21141751:21161688,21230467:21231073,21287088:21290334,21431419:21434004,21487642:21488090,21566099:21567735', 'assoc_mat': '21064403:pehd:3327:21065996,21119656:pehd:3327:21136141,21120582:pehd:3327:21122175,21141751:pehd:3327:21161688,21230467:pehd:3327:21231073,21287088:pehd:3327:21290334,21431419:pehd:3327:21434004,21487642:pehd:3327:21488090,21566099:pehd:3327:21567735'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0044380183787738085, 'nb_photo': 32, 'list_port_cont': '21071229,21107270,21173204,21218922,21221708,21289464,21326924,21330732,21336367,21416728,21457518,21458310,21494179,21498485,21509779,21521622,21539012,21551502,21555640,21690556,21769860,21798666,21870586,21942314', 'assoc_port': '21020702:21071229,21069849:21107270,21120995:21173204,21135544:21326924,21140596:21289464,21151378:21218922,21221398:21221708,21275781:21330732,21300178:21336367,21416273:21416728,21431420:21457518,21451315:21458310,21494053:21494179,21498396:21498485,21509733:21509779,21521274:21521622,21538916:21539012,21551421:21551502,21555438:21555640,21690281:21690556,21734156:21769860,21774743:21798666,21845944:21870586,21920675:21942314', 'assoc_mat': '21020702:pet_clair:4205:21071229,21069849:pet_clair:4205:21107270,21120995:pet_clair:4205:21173204,21135544:pet_clair:4205:21326924,21140596:pet_clair:4205:21289464,21151378:pet_clair:4205:21218922,21221398:pet_clair:4205:21221708,21275781:pet_clair:4205:21330732,21300178:pet_clair:4205:21336367,21416273:pet_clair:4205:21416728,21431420:pet_clair:4205:21457518,21451315:pet_clair:4205:21458310,21494053:pet_clair:4205:21494179,21498396:pet_clair:4205:21498485,21509733:pet_clair:4205:21509779,21521274:pet_clair:4205:21521622,21538916:pet_clair:4205:21539012,21551421:pet_clair:4205:21551502,21555438:pet_clair:4205:21555640,21690281:pet_clair:4205:21690556,21734156:pet_clair:4205:21769860,21774743:pet_clair:4205:21798666,21845944:pet_clair:4205:21870586,21920675:pet_clair:4205:21942314'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022759252379874007, 'nb_photo': 4, 'list_port_cont': '21324794,21356408,21455887,21567638', 'assoc_port': '21232888:21324794,21339766:21356408,21441440:21455887,21567548:21567638', 'assoc_mat': '21232888:pet_clair:4203:21324794,21339766:pet_clair:4203:21356408,21441440:pet_clair:4203:21455887,21567548:pet_clair:4203:21567638'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002374069968407477, 'nb_photo': 24, 'list_port_cont': '21025562,21065614,21236780,21291671,21345061,21389431,21429367,21492954,21499240,21510430,21532006,21555702,21558502,21581343,21582796,21589218,21675663,21844217,21904047,21928765', 'assoc_port': '21024338:21025562,21065195:21065614,21236207:21236780,21290581:21291671,21332135:21345061,21389267:21389431,21428065:21429367,21492820:21492954,21499138:21499240,21510015:21510430,21531829:21532006,21555445:21555702,21558478:21558502,21580238:21582796,21580242:21581343,21587696:21589218,21669004:21675663,21843935:21844217,21903540:21904047,21928622:21928765', 'assoc_mat': '21024338:pet_clair:4207:21025562,21065195:pet_clair:4207:21065614,21236207:pet_clair:4207:21236780,21290581:pet_clair:4207:21291671,21332135:pet_clair:4207:21345061,21389267:pet_clair:4207:21389431,21428065:pet_clair:4207:21429367,21492820:pet_clair:4207:21492954,21499138:pet_clair:4207:21499240,21510015:pet_clair:4207:21510430,21531829:pet_clair:4207:21532006,21555445:pet_clair:4207:21555702,21558478:pet_clair:4207:21558502,21580238:pet_clair:4207:21582796,21580242:pet_clair:4207:21581343,21587696:pet_clair:4207:21589218,21669004:pet_clair:4207:21675663,21843935:pet_clair:4207:21844217,21903540:pet_clair:4207:21904047,21928622:pet_clair:4207:21928765'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035701706754444292, 'nb_photo': 2, 'list_port_cont': '21038914,21110287', 'assoc_port': '21037139:21038914,21071194:21110287', 'assoc_mat': '21037139:pet_clair:4461:21038914,21071194:pet_clair:4461:21110287'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005705268407931073, 'nb_photo': 212, 'list_port_cont': '20967643,21042561,21050768,21064647,21073525,21082195,21084243,21115914,21116230,21117945,21121194,21139768,21140884,21153878,21159875,21167449,21172016,21180462,21180515,21180702,21181066,21181152,21182020,21214325,21214627,21224816,21225174,21230613,21230966,21233458,21237469,21238798,21240652,21265946,21270959,21276779,21293306,21299783,21336842,21342458,21343610,21346459,21346588,21350025,21353479,21357656,21359121,21369164,21375002,21378215,21379498,21380532,21380596,21380934,21383686,21384805,21416427,21418668,21433965,21434579,21483447,21484693,21486412,21487853,21490820,21492191,21494718,21498504,21508640,21509834,21513493,21514159,21515694,21516748,21521646,21527656,21529788,21531298,21535718,21537166,21538926,21540253,21552517,21553690,21555692,21556778,21558538,21558814,21562697,21562928,21569467,21581036,21588409,21641513,21644473,21648739,21669565,21687555,21689192,21690971,21692336,21694964,21705640,21705930,21730832,21735669,21738173,21743172,21747422,21777621,21787450,21796468,21798431,2180471', 'assoc_port': '20966504:20967643,21041995:21042561,21049816:21050768,21064402:21064647,21071196:21073525,21080850:21082195,21083367:21084243,21115491:21116230,21115511:21115914,21117584:21117945,21120519:21167449,21120584:21121194,21120977:21172016,21120979:21214627,21121008:21214325,21139513:21139768,21140309:21140884,21152617:21153878,21159635:21159875,21179964:21182020,21179969:21181152,21179971:21181066,21179980:21180702,21180019:21180515,21180022:21180462,21222616:21230966,21222664:21224816,21224541:21225174,21230483:21230613,21232873:21233458,21236228:21237469,21238236:21240652,21238240:21238798,21265555:21265946,21270482:21270959,21275776:21276779,21292229:21293306,21299136:21299783,21336257:21336842,21342181:21342458,21342842:21343610,21345489:21346588,21345497:21346459,21349043:21350025,21352332:21353479,21356913:21357656,21358416:21359121,21368954:21369164,21374304:21375002,21378071:21378215,21378595:21380532,21378600:21379498,21380169:21380596,21380218:21380934,21381696:21383686,21384554:21384805,21414863:2141642', 'assoc_mat': '20966504:pet_clair:4200:20967643,21041995:pet_clair:4200:21042561,21049816:pet_clair:4200:21050768,21064402:pet_clair:4200:21064647,21071196:pet_clair:4200:21073525,21080850:pet_clair:4200:21082195,21083367:pet_clair:4200:21084243,21115491:pet_clair:4200:21116230,21115511:pet_clair:4200:21115914,21117584:pet_clair:4200:21117945,21120519:pet_clair:4200:21167449,21120584:pet_clair:4200:21121194,21120977:pet_clair:4200:21172016,21120979:pet_clair:4200:21214627,21121008:pet_clair:4200:21214325,21139513:pet_clair:4200:21139768,21140309:pet_clair:4200:21140884,21152617:pet_clair:4200:21153878,21159635:pet_clair:4200:21159875,21179964:pet_clair:4200:21182020,21179969:pet_clair:4200:21181152,21179971:pet_clair:4200:21181066,21179980:pet_clair:4200:21180702,21180019:pet_clair:4200:21180515,21180022:pet_clair:4200:21180462,21222616:pet_clair:4200:21230966,21222664:pet_clair:4200:21224816,21224541:pet_clair:4200:21225174,21230483:pet_clair:4200:21230613,21232873:pet_clair:4200:21233458,21236228:pet_clair:4200:21237469,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005296125803721164, 'nb_photo': 21, 'list_port_cont': '21094104,21153310,21157810,21170937,21180382,21182473,21221201,21230935,21230982,21286888,21287042,21301249,21311721,21363898,21382320,21445485,21652047,21731578,21794948,21860831,21907058', 'assoc_port': '21049815:21094104,21117029:21157810,21120949:21287042,21120969:21286888,21140592:21230982,21140593:21230935,21152616:21170937,21152618:21153310,21179970:21182473,21180000:21180382,21221104:21221201,21300166:21301249,21311018:21311721,21363247:21363898,21381747:21382320,21444722:21445485,21651493:21652047,21730675:21731578,21794617:21794948,21860184:21860831,21906794:21907058', 'assoc_mat': '21049815:pet_clair:4209:21094104,21117029:pet_clair:4209:21157810,21120949:pet_clair:4209:21287042,21120969:pet_clair:4209:21286888,21140592:pet_clair:4209:21230982,21140593:pet_clair:4209:21230935,21152616:pet_clair:4209:21170937,21152618:pet_clair:4209:21153310,21179970:pet_clair:4209:21182473,21180000:pet_clair:4209:21180382,21221104:pet_clair:4209:21221201,21300166:pet_clair:4209:21301249,21311018:pet_clair:4209:21311721,21363247:pet_clair:4209:21363898,21381747:pet_clair:4209:21382320,21444722:pet_clair:4209:21445485,21651493:pet_clair:4209:21652047,21730675:pet_clair:4209:21731578,21794617:pet_clair:4209:21794948,21860184:pet_clair:4209:21860831,21906794:pet_clair:4209:21907058'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006843884305891527, 'nb_photo': 171, 'list_port_cont': '20966896,20999948,21012852,21038082,21053660,21072549,21073185,21073451,21076078,21118015,21120448,21140175,21141300,21144199,21149052,21149421,21151870,21160017,21160758,21161102,21167962,21172869,21181500,21204860,21211054,21211232,21220477,21222200,21223469,21224697,21227968,21271849,21273484,21287077,21297534,21301060,21308449,21318166,21339662,21353928,21360240,21362791,21370591,21378438,21382318,21382831,21398893,21419175,21427819,21433100,21437637,21447912,21454950,21483555,21490897,21492387,21494230,21501447,21508746,21510454,21516823,21532306,21532742,21533863,21537344,21538903,21539571,21559036,21559912,21562903,21567043,21567182,21575543,21644823,21647511,21677974,21689203,21689593,21689655,21689680,21706832,21736314,21754962,21769658,21772192,21772416,21773932,21791004,21814987,21817996,21818730,21822385,21823577,21826031,21843621,21846052,21861726,21904373,21907613,21927929,21932815,21936228', 'assoc_port': '20966505:20966896,20999699:20999948,21011129:21012852,21037138:21038082,21049819:21053660,21069851:21073185,21071197:21072549,21072703:21073451,21075333:21076078,21117585:21120448,21117587:21118015,21120524:21167962,21120963:21211232,21120970:21211054,21120989:21172869,21137075:21204860,21139004:21140175,21140591:21141300,21141750:21161102,21141754:21160758,21141758:21144199,21147910:21149421,21147915:21149052,21151381:21151870,21159638:21160017,21179973:21181500,21220274:21220477,21221397:21222200,21222617:21223469,21222669:21224697,21225890:21227968,21262950:21273484,21270485:21271849,21285763:21287077,21295949:21297534,21300187:21301060,21306685:21308449,21314018:21318166,21338514:21339662,21352318:21353928,21358396:21360240,21361672:21362791,21370456:21370591,21375978:21382318,21378073:21378438,21378590:21398893,21381744:21382831,21418051:21419175,21427047:21427819,21431416:21433100,21433412:21437637,21446761:21447912,21454043:21454950,21483160:21483555,21490480:21490897,21491948:21492387,21494055:2149423', 'assoc_mat': '20966505:pet_clair:4211:20966896,20999699:pet_clair:4211:20999948,21011129:pet_clair:4211:21012852,21037138:pet_clair:4211:21038082,21049819:pet_clair:4211:21053660,21069851:pet_clair:4211:21073185,21071197:pet_clair:4211:21072549,21072703:pet_clair:4211:21073451,21075333:pet_clair:4211:21076078,21117585:pet_clair:4211:21120448,21117587:pet_clair:4211:21118015,21120524:pet_clair:4211:21167962,21120963:pet_clair:4211:21211232,21120970:pet_clair:4211:21211054,21120989:pet_clair:4211:21172869,21137075:pet_clair:4211:21204860,21139004:pet_clair:4211:21140175,21140591:pet_clair:4211:21141300,21141750:pet_clair:4211:21161102,21141754:pet_clair:4211:21160758,21141758:pet_clair:4211:21144199,21147910:pet_clair:4211:21149421,21147915:pet_clair:4211:21149052,21151381:pet_clair:4211:21151870,21159638:pet_clair:4211:21160017,21179973:pet_clair:4211:21181500,21220274:pet_clair:4211:21220477,21221397:pet_clair:4211:21222200,21222617:pet_clair:4211:21223469,21222669:pet_clair:4211:21224697,21225890:pet_clair:4211:21227968,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.98546189452073, 'nb_photo': 106079, 'list_port_cont': '20967697,20985380,21000371,21021499,21021764,21025114,21038467,21039212,21043255,21046262,21051421,21065991,21066795,21071272,21074791,21076195,21076849,21079609,21082838,21084592,21116519,21116678,21117275,21121643,21122168,21122200,21123147,21123477,21131401,21133775,21133818,21134177,21135923,21136135,21137556,21140333,21140858,21140934,21150082,21152350,21152796,21153635,21156947,21160311,21161686,21161705,21161817,21173689,21180860,21181176,21181191,21181265,21181297,21181440,21181816,21181888,21197344,21220130,21220575,21224619,21224835,21225247,21225704,21227233,21227858,21230875,21231081,21234028,21234257,21239382,21239716,21241731,21267067,21268827,21272185,21277614,21278036,21285985,21290332,21290435,21292716,21295305,21297485,21300475,21301465,21309392,21309720,21320395,21338151,21338413,21340636,21343966,21345185,21350183,21350960,21351341,21358114,21360121,21363088,21364081,21364802,21369423,21375406,21377175,21377490,21382736,21386578,21387583,21390522,21391097,21395882,21398225,21403531,2140408', 'assoc_port': '20966500:20967697,20984094:20985380,20999702:21000371,21020699:21021764,21020703:21021499,21024340:21025114,21037134:21039212,21037137:21038467,21041998:21043255,21043840:21046262,21049822:21051421,21064403:21065991,21065191:21066795,21069854:21071272,21072684:21074791,21075331:21076849,21075334:21076195,21077850:21079609,21080852:21082838,21084269:21084592,21104034:21133775,21108064:21197344,21116149:21116678,21116150:21116519,21117032:21117275,21119656:21136135,21120517:21135923,21120541:21173689,21120582:21122168,21120586:21121643,21120954:21134177,21120964:21133818,21120971:21131401,21120985:21123477,21120996:21123147,21121012:21122200,21136349:21137556,21139009:21140333,21140310:21140858,21140595:21140934,21141751:21161686,21141760:21152350,21147911:21150082,21151379:21152796,21152615:21153635,21155491:21156947,21159637:21160311,21161083:21161705,21161104:21161817,21179959:21181888,21179963:21181816,21179974:21181440,21179976:21181297,21179981:21181265,21180021:21181191,21180023:21181176,21180044:2118086', 'assoc_mat': '20966500:pet_clair:3327:20967697,20984094:pet_clair:3327:20985380,20999702:pet_clair:3327:21000371,21020699:pet_clair:3327:21021764,21020703:pet_clair:3327:21021499,21024340:pet_clair:3327:21025114,21037134:pet_clair:3327:21039212,21037137:pet_clair:3327:21038467,21041998:pet_clair:3327:21043255,21043840:pet_clair:3327:21046262,21049822:pet_clair:3327:21051421,21064403:pet_clair:3327:21065991,21065191:pet_clair:3327:21066795,21069854:pet_clair:3327:21071272,21072684:pet_clair:3327:21074791,21075331:pet_clair:3327:21076849,21075334:pet_clair:3327:21076195,21077850:pet_clair:3327:21079609,21080852:pet_clair:3327:21082838,21084269:pet_clair:3327:21084592,21104034:pet_clair:3327:21133775,21108064:pet_clair:3327:21197344,21116149:pet_clair:3327:21116678,21116150:pet_clair:3327:21116519,21117032:pet_clair:3327:21117275,21119656:pet_clair:3327:21136135,21120517:pet_clair:3327:21135923,21120541:pet_clair:3327:21173689,21120582:pet_clair:3327:21122168,21120586:pet_clair:3327:21121643,21120954:pet_clair:3327:21134177,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006335841049382716, 'nb_photo': 2, 'list_port_cont': '21584622', 'assoc_port': '21583368:21584622', 'assoc_mat': '21583368:pet_clair:3594:21584622'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00016606962800787126, 'nb_photo': 1, 'list_port_cont': '21159611', 'assoc_port': '21117583:21159611', 'assoc_mat': '21117583:pet_fonce:4203:21159611'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0005615873302506415, 'nb_photo': 2, 'list_port_cont': '21582180', 'assoc_port': '21582168:21582180', 'assoc_mat': '21582168:pet_fonce:4207:21582180'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00011859784777661339, 'nb_photo': 1, 'list_port_cont': '21375089', 'assoc_port': '21374323:21375089', 'assoc_mat': '21374323:pet_fonce:4461:21375089'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8383783561408648, 'nb_photo': 1, 'list_port_cont': '21581022', 'assoc_port': '21580212:21581022', 'assoc_mat': '21580212:pet_fonce:4200:21581022'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0025675329851853005, 'nb_photo': 3, 'list_port_cont': '21832672,21854963,21856761', 'assoc_port': '21832036:21832672,21854833:21854963,21856203:21856761', 'assoc_mat': '21832036:pet_fonce:4209:21832672,21854833:pet_fonce:4209:21854963,21856203:pet_fonce:4209:21856761'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0007647857488490719, 'nb_photo': 2, 'list_port_cont': '21575539', 'assoc_port': '21575366:21575539', 'assoc_mat': '21575366:pet_fonce:4211:21575539'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003275708932096191, 'nb_photo': 15, 'list_port_cont': '21000364,21140860,21224837,21338422,21387581,21535835,21555938,21567784,21594867,21653640,21796208,21852909,21869902,21941750', 'assoc_port': '20999702:21000364,21140310:21140860,21222626:21224837,21332134:21338422,21386436:21387581,21535455:21535835,21555444:21555938,21567546:21567784,21592860:21594867,21651461:21653640,21794631:21796208,21850606:21852909,21857531:21869902,21913094:21941750', 'assoc_mat': '20999702:pet_fonce:3327:21000364,21140310:pet_fonce:3327:21140860,21222626:pet_fonce:3327:21224837,21332134:pet_fonce:3327:21338422,21386436:pet_fonce:3327:21387581,21535455:pet_fonce:3327:21535835,21555444:pet_fonce:3327:21555938,21567546:pet_fonce:3327:21567784,21592860:pet_fonce:3327:21594867,21651461:pet_fonce:3327:21653640,21794631:pet_fonce:3327:21796208,21850606:pet_fonce:3327:21852909,21857531:pet_fonce:3327:21869902,21913094:pet_fonce:3327:21941750'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002976837889756119, 'nb_photo': 4, 'list_port_cont': '20985464,21116339,21353884,21644576', 'assoc_port': '20974621:20985464,21116152:21116339,21338511:21353884,21640850:21644576', 'assoc_mat': '20974621:pet_opaque:4205:20985464,21116152:pet_opaque:4205:21116339,21338511:pet_opaque:4205:21353884,21640850:pet_opaque:4205:21644576'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001739583553419966, 'nb_photo': 4, 'list_port_cont': '21170315,21222109,21406066,21567649', 'assoc_port': '21120953:21170315,21221394:21222109,21381695:21406066,21567548:21567649', 'assoc_mat': '21120953:pet_opaque:4203:21170315,21221394:pet_opaque:4203:21222109,21381695:pet_opaque:4203:21406066,21567548:pet_opaque:4203:21567649'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002197655882858751, 'nb_photo': 11, 'list_port_cont': '21120939,21220367,21221143,21537223,21546190,21572077,21582178,21755722', 'assoc_port': '21120581:21120939,21220270:21220367,21221103:21221143,21537147:21537223,21545738:21546190,21572066:21572077,21582168:21582178,21728537:21755722', 'assoc_mat': '21120581:pet_opaque:4207:21120939,21220270:pet_opaque:4207:21220367,21221103:pet_opaque:4207:21221143,21537147:pet_opaque:4207:21537223,21545738:pet_opaque:4207:21546190,21572066:pet_opaque:4207:21572077,21582168:pet_opaque:4207:21582178,21728537:pet_opaque:4207:21755722'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005149078896470499, 'nb_photo': 21, 'list_port_cont': '21038913,21182224,21182323,21262752,21277552,21281385,21300024,21362197,21392223,21445538,21516162,21532090,21551953,21580653,21593633,21687577,21775491,21779921', 'assoc_port': '21037139:21038913,21136350:21262752,21140308:21281385,21179962:21182323,21179968:21182224,21225895:21277552,21299164:21300024,21349028:21362197,21391269:21392223,21444756:21445538,21515950:21516162,21531830:21532090,21551717:21551953,21580241:21580653,21592856:21593633,21687150:21687577,21774747:21775491,21779323:21779921', 'assoc_mat': '21037139:pet_opaque:4461:21038913,21136350:pet_opaque:4461:21262752,21140308:pet_opaque:4461:21281385,21179962:pet_opaque:4461:21182323,21179968:pet_opaque:4461:21182224,21225895:pet_opaque:4461:21277552,21299164:pet_opaque:4461:21300024,21349028:pet_opaque:4461:21362197,21391269:pet_opaque:4461:21392223,21444756:pet_opaque:4461:21445538,21515950:pet_opaque:4461:21516162,21531830:pet_opaque:4461:21532090,21551717:pet_opaque:4461:21551953,21580241:pet_opaque:4461:21580653,21592856:pet_opaque:4461:21593633,21687150:pet_opaque:4461:21687577,21774747:pet_opaque:4461:21775491,21779323:pet_opaque:4461:21779921'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.003684122548288455, 'nb_photo': 618, 'list_port_cont': '20967651,20984593,20999677,21037662,21041282,21042565,21047284,21050766,21064646,21073535,21074912,21075598,21078589,21082192,21083803,21084239,21109491,21114626,21115907,21116225,21117942,21119251,21121189,21121483,21135830,21140886,21141976,21142159,21151676,21153873,21156391,21159877,21161398,21163411,21163952,21167453,21170231,21170506,21170873,21172015,21172360,21173947,21180454,21180506,21180697,21181145,21182021,21214327,21214630,21221238,21223693,21224818,21225178,21227412,21230958,21233459,21237473,21238786,21240653,21265957,21270950,21274337,21276792,21283415,21287789,21287820,21293312,21299786,21300611,21336851,21338970,21342447,21343612,21346587,21350039,21357647,21362376,21366953,21369165,21378207,21379494,21380526,21380609,21380923,21381898,21383107,21384800,21389880,21392075,21395968,21415540,21416428,21418674,21422686,21427484,21433961,21434580,21442126,21443183,21445551,21447487,21451735,21483448,21484690,21486411,21487840,21490817,21492196,21494715,21498500,21501395,21502800,21502812,2150865', 'assoc_port': '20966504:20967651,20984097:20984593,20999575:20999677,21037135:21037662,21039694:21041282,21041995:21042565,21046493:21047284,21049816:21050766,21064402:21064646,21071196:21073535,21074840:21074912,21075332:21075598,21077847:21078589,21080850:21082192,21083366:21083803,21083367:21084239,21104037:21114626,21108067:21109491,21115491:21116225,21115511:21115907,21117580:21119251,21117584:21117942,21120519:21167453,21120542:21121483,21120584:21121189,21120956:21170231,21120957:21170506,21120965:21170873,21120977:21172015,21120979:21214630,21120984:21172360,21121001:21173947,21121008:21214327,21135646:21135830,21136352:21163952,21136353:21163411,21140309:21140886,21141753:21142159,21141759:21141976,21151382:21151676,21152617:21153873,21155490:21156391,21159635:21159877,21161106:21161398,21179964:21182021,21179969:21181145,21179980:21180697,21180019:21180506,21180022:21180454,21221102:21221238,21222616:21230958,21222664:21224818,21222668:21223693,21224541:21225178,21225894:21227412,21232873:21233459,21236228:2123747', 'assoc_mat': '20966504:pet_opaque:4200:20967651,20984097:pet_opaque:4200:20984593,20999575:pet_opaque:4200:20999677,21037135:pet_opaque:4200:21037662,21039694:pet_opaque:4200:21041282,21041995:pet_opaque:4200:21042565,21046493:pet_opaque:4200:21047284,21049816:pet_opaque:4200:21050766,21064402:pet_opaque:4200:21064646,21071196:pet_opaque:4200:21073535,21074840:pet_opaque:4200:21074912,21075332:pet_opaque:4200:21075598,21077847:pet_opaque:4200:21078589,21080850:pet_opaque:4200:21082192,21083366:pet_opaque:4200:21083803,21083367:pet_opaque:4200:21084239,21104037:pet_opaque:4200:21114626,21108067:pet_opaque:4200:21109491,21115491:pet_opaque:4200:21116225,21115511:pet_opaque:4200:21115907,21117580:pet_opaque:4200:21119251,21117584:pet_opaque:4200:21117942,21120519:pet_opaque:4200:21167453,21120542:pet_opaque:4200:21121483,21120584:pet_opaque:4200:21121189,21120956:pet_opaque:4200:21170231,21120957:pet_opaque:4200:21170506,21120965:pet_opaque:4200:21170873,21120977:pet_opaque:4200:21172015,21120979:pet_opaque:4200:21214630,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0014068392235708936, 'nb_photo': 21, 'list_port_cont': '21084960,21085258,21124382,21153327,21172646,21180433,21233442,21359461,21362404,21378767,21380914,21438060,21531965,21562937,21703847,21761677,21779945,21838110,21851379,21908233', 'assoc_port': '21039691:21084960,21039697:21085258,21083365:21124382,21120988:21172646,21152618:21153327,21180030:21180433,21232887:21233442,21358395:21359461,21361671:21362404,21378068:21378767,21380172:21380914,21437145:21438060,21529361:21531965,21562382:21562937,21703546:21703847,21761019:21761677,21779321:21779945,21837174:21838110,21850608:21851379,21908053:21908233', 'assoc_mat': '21039691:pet_opaque:4209:21084960,21039697:pet_opaque:4209:21085258,21083365:pet_opaque:4209:21124382,21120988:pet_opaque:4209:21172646,21152618:pet_opaque:4209:21153327,21180030:pet_opaque:4209:21180433,21232887:pet_opaque:4209:21233442,21358395:pet_opaque:4209:21359461,21361671:pet_opaque:4209:21362404,21378068:pet_opaque:4209:21378767,21380172:pet_opaque:4209:21380914,21437145:pet_opaque:4209:21438060,21529361:pet_opaque:4209:21531965,21562382:pet_opaque:4209:21562937,21703546:pet_opaque:4209:21703847,21761019:pet_opaque:4209:21761677,21779321:pet_opaque:4209:21779945,21837174:pet_opaque:4209:21838110,21850608:pet_opaque:4209:21851379,21908053:pet_opaque:4209:21908233'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028797450606077676, 'nb_photo': 345, 'list_port_cont': '20985156,20993452,20999949,21012841,21014086,21036130,21038087,21038882,21066036,21073197,21076082,21078111,21079047,21084136,21110641,21110880,21116011,21116863,21120449,21120772,21141315,21149048,21149408,21153417,21156908,21158465,21160018,21168300,21170169,21172124,21174303,21174924,21180802,21180811,21181091,21181289,21181505,21181871,21204848,21206150,21211220,21220473,21222212,21224694,21225524,21227506,21227970,21230860,21231185,21238007,21243251,21266466,21273474,21278605,21301041,21308439,21309471,21342652,21342661,21343817,21346659,21353927,21358139,21360243,21362795,21382309,21382725,21386241,21387617,21390504,21393176,21396382,21398882,21405930,21406721,21412792,21427806,21433092,21438770,21454938,21486697,21487887,21490883,21492388,21492498,21494229,21494935,21497039,21498630,21502161,21509412,21515023,21516212,21521821,21521908,21530558,21532739,21532776,21533857,21537334,21539572,21542491,21544835,21551624,21551650,21553705,21555832,21558289,21558300,21559031,21559845,21559910,21567042,2156719', 'assoc_port': '20984095:20985156,20993231:20993452,20999699:20999949,21005927:21014086,21011129:21012841,21035614:21036130,21037136:21038882,21037138:21038087,21065192:21066036,21069851:21073197,21075333:21076082,21075335:21078111,21077849:21079047,21083362:21084136,21108060:21116863,21109984:21110880,21110006:21110641,21112974:21116011,21117585:21120449,21119655:21120772,21120540:21168300,21120950:21170169,21120963:21211220,21120975:21172124,21120999:21174303,21121006:21174924,21135543:21206150,21137075:21204848,21140591:21141315,21147910:21149408,21147915:21149048,21152619:21153417,21155492:21156908,21157119:21158465,21159638:21160018,21179966:21181871,21179973:21181505,21179975:21181289,21180002:21181091,21180024:21180802,21180029:21180811,21220274:21220473,21221397:21222212,21222612:21231185,21222624:21225524,21222669:21224694,21225890:21227970,21225896:21227506,21230478:21230860,21236226:21238007,21242257:21243251,21262950:21273474,21265554:21266466,21275782:21278605,21300187:21301041,21306671:21309471,21306685:2130843', 'assoc_mat': '20984095:pet_opaque:4211:20985156,20993231:pet_opaque:4211:20993452,20999699:pet_opaque:4211:20999949,21005927:pet_opaque:4211:21014086,21011129:pet_opaque:4211:21012841,21035614:pet_opaque:4211:21036130,21037136:pet_opaque:4211:21038882,21037138:pet_opaque:4211:21038087,21065192:pet_opaque:4211:21066036,21069851:pet_opaque:4211:21073197,21075333:pet_opaque:4211:21076082,21075335:pet_opaque:4211:21078111,21077849:pet_opaque:4211:21079047,21083362:pet_opaque:4211:21084136,21108060:pet_opaque:4211:21116863,21109984:pet_opaque:4211:21110880,21110006:pet_opaque:4211:21110641,21112974:pet_opaque:4211:21116011,21117585:pet_opaque:4211:21120449,21119655:pet_opaque:4211:21120772,21120540:pet_opaque:4211:21168300,21120950:pet_opaque:4211:21170169,21120963:pet_opaque:4211:21211220,21120975:pet_opaque:4211:21172124,21120999:pet_opaque:4211:21174303,21121006:pet_opaque:4211:21174924,21135543:pet_opaque:4211:21206150,21137075:pet_opaque:4211:21204848,21140591:pet_opaque:4211:21141315,21147910:pet_opaque:4211:21149408,2114'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00795082069461609, 'nb_photo': 488, 'list_port_cont': '20977620,21011405,21046724,21049996,21063587,21072814,21075104,21081207,21083688,21108211,21116162,21116209,21119825,21120643,21120880,21121097,21132939,21132970,21133020,21139135,21143925,21157229,21180296,21222800,21223008,21223200,21226226,21242482,21263080,21299561,21321702,21336609,21345948,21352990,21366720,21366731,21369144,21374635,21378921,21386632,21386709,21411898,21422072,21424771,21430363,21436437,21451823,21487127,21490593,21490757,21492828,21501928,21513410,21516700,21516716,21529496,21533606,21538605,21540242,21544307,21548052,21551564,21552470,21553616,21556558,21562716,21566199,21566547,21569319,21588165,21591748,21597678,21602717,21617050,21634997,21644314,21645125,21669228,21669485,21688889,21690461,21694718,21702028,21707062,21739024,21770156,21770630,21772873,21776755,21780319,21783964,21790458,21793415,21806976,21830110,21844475,21844822,21847818,21861706,21868753,21905691,21907039,21928190', 'assoc_port': '20974622:20977620,21011128:21011405,21046490:21046724,21049820:21049996,21063281:21063587,21072706:21072814,21074835:21075104,21080851:21081207,21083363:21083688,21108098:21108211,21116151:21116209,21116153:21116162,21119653:21119825,21120518:21120880,21120537:21120643,21120946:21133020,21120976:21132970,21120978:21132939,21121009:21121097,21138999:21139135,21143650:21143925,21157120:21157229,21180026:21180296,21222620:21222800,21222625:21223200,21222666:21223008,21225891:21226226,21242244:21242482,21262953:21263080,21299166:21299561,21321582:21321702,21336294:21336609,21345494:21345948,21352319:21352990,21366612:21366731,21366615:21366720,21368955:21369144,21374325:21374635,21378574:21378921,21381694:21386632,21386395:21386709,21411664:21411898,21421770:21422072,21424521:21424771,21428063:21430363,21431418:21436437,21451320:21451823,21487044:21487127,21490475:21490757,21490484:21490593,21492821:21492828,21501748:21501928,21513307:21513410,21516623:21516716,21516625:21516700,21529358:21529496,21533461:2153360', 'assoc_mat': '20974622:plastique:3726:20977620,21011128:plastique:3726:21011405,21046490:plastique:3726:21046724,21049820:plastique:3726:21049996,21063281:plastique:3726:21063587,21072706:plastique:3726:21072814,21074835:plastique:3726:21075104,21080851:plastique:3726:21081207,21083363:plastique:3726:21083688,21108098:plastique:3726:21108211,21116151:plastique:3726:21116209,21116153:plastique:3726:21116162,21119653:plastique:3726:21119825,21120518:plastique:3726:21120880,21120537:plastique:3726:21120643,21120946:plastique:3726:21133020,21120976:plastique:3726:21132970,21120978:plastique:3726:21132939,21121009:plastique:3726:21121097,21138999:plastique:3726:21139135,21143650:plastique:3726:21143925,21157120:plastique:3726:21157229,21180026:plastique:3726:21180296,21222620:plastique:3726:21222800,21222625:plastique:3726:21223200,21222666:plastique:3726:21223008,21225891:plastique:3726:21226226,21242244:plastique:3726:21242482,21262953:plastique:3726:21263080,21299166:plastique:3726:21299561,21321582:plastique:3726:21321702,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010398252184952, 'nb_photo': 1746, 'list_port_cont': '20977611,20999628,21011410,21044063,21046717,21049991,21063596,21064514,21072815,21075100,21078051,21081205,21083689,21108213,21116163,21116208,21119830,21120647,21120885,21121100,21132941,21132966,21133010,21139133,21143929,21157225,21180301,21222793,21223021,21223194,21226231,21242476,21263071,21286063,21299557,21300685,21321707,21336611,21345951,21352998,21366712,21366727,21369146,21374633,21378920,21380554,21386638,21386712,21389612,21411895,21422075,21424778,21430370,21436432,21451826,21487136,21490602,21490762,21492834,21501933,21501992,21513406,21516706,21516714,21529497,21533602,21538604,21540236,21544300,21548057,21551565,21552479,21553615,21556559,21562726,21566194,21566545,21569299,21591746,21597682,21602718,21602793,21617044,21634995,21644315,21645130,21669483,21688893,21690466,21694717,21702022,21707053,21739025,21770155,21770628,21772874,21776765,21780314,21783974,21790455,21793410,21806966,21830105,21844479,21844814,21847820,21861705,21868758,21905688,21907037,21928189', 'assoc_port': '20974622:20977611,20999576:20999628,21011128:21011410,21043841:21044063,21046490:21046717,21049820:21049991,21063281:21063596,21064405:21064514,21072706:21072815,21074835:21075100,21077851:21078051,21080851:21081205,21083363:21083689,21108098:21108213,21116151:21116208,21116153:21116163,21119653:21119830,21120518:21120885,21120537:21120647,21120946:21133010,21120976:21132966,21120978:21132941,21121009:21121100,21138999:21139133,21143650:21143929,21157120:21157225,21180026:21180301,21222620:21222793,21222625:21223194,21222666:21223021,21225891:21226231,21242244:21242476,21262953:21263071,21285764:21286063,21299166:21299557,21300165:21300685,21321582:21321707,21336294:21336611,21345494:21345951,21352319:21352998,21366612:21366727,21366615:21366712,21368955:21369146,21374325:21374633,21378574:21378920,21380161:21380554,21381694:21386638,21386395:21386712,21389269:21389612,21411664:21411895,21421770:21422075,21424521:21424778,21428063:21430370,21431418:21436432,21451320:21451826,21487044:21487136,21490475:2149076', 'assoc_mat': '20974622:Teint_Dans_La_Masse:3726:20977611,20999576:Teint_Dans_La_Masse:3726:20999628,21011128:Teint_Dans_La_Masse:3726:21011410,21043841:Teint_Dans_La_Masse:3726:21044063,21046490:Teint_Dans_La_Masse:3726:21046717,21049820:Teint_Dans_La_Masse:3726:21049991,21063281:Teint_Dans_La_Masse:3726:21063596,21064405:Teint_Dans_La_Masse:3726:21064514,21072706:Teint_Dans_La_Masse:3726:21072815,21074835:Teint_Dans_La_Masse:3726:21075100,21077851:Teint_Dans_La_Masse:3726:21078051,21080851:Teint_Dans_La_Masse:3726:21081205,21083363:Teint_Dans_La_Masse:3726:21083689,21108098:Teint_Dans_La_Masse:3726:21108213,21116151:Teint_Dans_La_Masse:3726:21116208,21116153:Teint_Dans_La_Masse:3726:21116163,21119653:Teint_Dans_La_Masse:3726:21119830,21120518:Teint_Dans_La_Masse:3726:21120885,21120537:Teint_Dans_La_Masse:3726:21120647,21120946:Teint_Dans_La_Masse:3726:21133010,21120976:Teint_Dans_La_Masse:3726:21132966,21120978:Teint_Dans_La_Masse:3726:21132941,21121009:Teint_Dans_La_Masse:3726:21121100,21138999:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 40712}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30173529,30173531,30173539,30173547,30173566,30173597,30173617,30173625,30173633?tags=autre,barquette_avec_film,bouchon,carton,etiquette,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173530,30173549,30173550,30173551,30173574,30173641,30173642?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173532,30173540,30173552,30173559,30173567,30173576,30173584,30173603,30173618,30173634?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173533,30173541,30173553,30173560,30173568,30173577,30173585,30173605,30173619,30173627,30173635?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173534,30173542,30173554,30173561,30173569,30173578,30173586,30173608,30173620,30173628,30173636?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173535,30173543,30173555,30173562,30173570,30173579,30173587,30173610,30173621,30173629,30173637?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173536,30173544,30173556,30173563,30173571,30173580,30173588,30173613,30173622,30173630,30173638?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30173537,30173545,30173557,30173564,30173572,30173581,30173589,30173615,30173623,30173631,30173639?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173538,30173546,30173558,30173565,30173573,30173575,30173582,30173590,30173616,30173624,30173632,30173640?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'refus': 'https://www.fotonower.com/velours/30173548,30173583,30173600,30173626?tags=carton,metal,papier,pet_clair'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('gm', '2025-03', 0.0825191489045428),), (('pehd_pp', '2025-03', 0.04668799498401154),), (('jrm', '2025-03', 0.03403016134682049),), (('pet_clair', '2025-03', 0.013765743086325225),), (('emr', '2025-03', 0.05358554886326531),), (('film_pedb', '2025-03', 0.22954827705572486),), (('flux_dev', '2025-03', 0.08209723301292633),), (('aluminium', '2025-03', 0.057772594335283985),), (('ela', '2025-03', 0.0269695949188779),), (('refus', '2025-03', 0.11396412037037035),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_03_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.43%', 711], 'barquette_avec_film': ['barquette_avec_film', '0.23%', 19], 'bouchon': ['bouchon', '0.05%', 199], 'carton': ['carton', '0.51%', 156], 'etiquette': ['etiquette', '0.22%', 15], 'papier': ['papier', '1.76%', 709], 'pehd': ['pehd', '0.29%', 9], 'pet_clair': ['pet_clair', '98.55%', 106079], 'pet_fonce': ['pet_fonce', '0.33%', 15]}, 'jrm': {'autre_refus': ['autre_refus', '1.06%', 757], 'cartonnette': ['cartonnette', '0.16%', 113], 'Carton_brun': ['Carton_brun', '0.72%', 366], 'Carton_gris': ['Carton_gris', '0.43%', 190], 'kraft': ['kraft', '0.13%', 35], 'plastique': ['plastique', '0.8%', 488], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.04%', 1746]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.04%', 20], 'carton': ['carton', '1.32%', 449], 'ela': ['ela', '0.68%', 226], 'etiquette': ['etiquette', '0.01%', 1], 'film_plastique': ['film_plastique', '1.39%', 469], 'metal': ['metal', '94.2%', 58], 'papier': ['papier', '2.26%', 2606], 'pehd': ['pehd', '0.61%', 176], 'pet_clair': ['pet_clair', '0.44%', 32], 'pet_opaque': ['pet_opaque', '0.3%', 4]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.14%', 350], 'carton': ['carton', '0.71%', 1075], 'ela': ['ela', '97.27%', 341], 'etiquette': ['etiquette', '0.02%', 179], 'film_plastique': ['film_plastique', '0.29%', 632], 'metal': ['metal', '0.43%', 655], 'papier': ['papier', '1.03%', 4502], 'pehd': ['pehd', '0.31%', 532], 'pet_clair': ['pet_clair', '0.02%', 4], 'pet_fonce': ['pet_fonce', '0.02%', 1], 'pet_opaque': ['pet_opaque', '0.02%', 4]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.15%', 68], 'carton': ['carton', '94.63%', 3705], 'ela': ['ela', '0.13%', 202], 'etiquette': ['etiquette', '0.09%', 26], 'film_plastique': ['film_plastique', '0.33%', 1531], 'metal': ['metal', '0.57%', 313], 'papier': ['papier', '4.37%', 17134], 'pehd': ['pehd', '0.45%', 378], 'pet_clair': ['pet_clair', '0.24%', 24], 'pet_fonce': ['pet_fonce', '0.06%', 2], 'pet_opaque': ['pet_opaque', '0.22%', 11]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.56%', 30], 'carton': ['carton', '1.76%', 5126], 'ela': ['ela', '0.36%', 14], 'etiquette': ['etiquette', '0.04%', 4], 'film_plastique': ['film_plastique', '76.19%', 6371], 'metal': ['metal', '1.43%', 33], 'papier': ['papier', '21.26%', 51507], 'pehd': ['pehd', '0.97%', 51], 'pet_clair': ['pet_clair', '0.36%', 2], 'pet_fonce': ['pet_fonce', '0.01%', 1], 'pet_opaque': ['pet_opaque', '0.51%', 21]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.94%', 475], 'carton': ['carton', '1.86%', 2040], 'ela': ['ela', '0.11%', 177], 'etiquette': ['etiquette', '0.55%', 35], 'film_plastique': ['film_plastique', '2.13%', 4282], 'metal': ['metal', '0.8%', 150], 'papier': ['papier', '1.16%', 3612], 'pehd': ['pehd', '1.04%', 1731], 'pet_clair': ['pet_clair', '0.57%', 212], 'pet_fonce': ['pet_fonce', '83.84%', 1], 'pet_opaque': ['pet_opaque', '0.37%', 618]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.42%', 206], 'carton': ['carton', '4.51%', 5691], 'ela': ['ela', '0.49%', 888], 'etiquette': ['etiquette', '0.08%', 149], 'film_plastique': ['film_plastique', '1.27%', 943], 'metal': ['metal', '1.75%', 483], 'papier': ['papier', '92.55%', 109310], 'pehd': ['pehd', '1.08%', 1357], 'pet_clair': ['pet_clair', '0.53%', 21], 'pet_fonce': ['pet_fonce', '0.26%', 3], 'pet_opaque': ['pet_opaque', '0.14%', 21]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '2.02%', 11419], 'carton': ['carton', '0.77%', 12756], 'ela': ['ela', '0.13%', 4276], 'etiquette': ['etiquette', '0.05%', 300], 'film_plastique': ['film_plastique', '0.36%', 14250], 'kraft': ['kraft', '0.02%', 1], 'metal': ['metal', '0.68%', 1197], 'papier': ['papier', '0.9%', 28003], 'pehd': ['pehd', '95.44%', 24987], 'pet_clair': ['pet_clair', '0.07%', 171], 'pet_fonce': ['pet_fonce', '0.08%', 2], 'pet_opaque': ['pet_opaque', '0.03%', 345]}, 'refus': {'carton': ['carton', '4.57%', 52], 'metal': ['metal', '0.01%', 1], 'papier': ['papier', '14.72%', 185], 'pet_clair': ['pet_clair', '0.06%', 2]}} before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_03_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.02user 5.44system 0:32.26elapsed 32%CPU (0avgtext+0avgdata 189040maxresident)k 5320inputs+2792outputs (27major+57887minor)pagefaults 0swaps